@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Thai:wght@100;200;300;400;500;600;700&display=swap";:root{--vue-scroll-rect-scrollbar-thumb-color: rgba(122,122,122, .3);--vue-scroll-rect-scrollbar-thumb-color-light: rgba(122, 122, 122, .5);--vue-scroll-rect-scrollbar-thumb-color-pressed: rgba(112, 112, 112, .2);--vue-scroll-rect-scrollbar-thumb-radius: 5px;--vue-scroll-rect-scrollbar-thumb-margin: 0px;--vue-scroll-rect-scrollbar-size: 8px }.vue-scroll-rect{position:relative;width:100%;height:100%;margin:0;overflow:hidden}.vue-scroll-rect>.scroll-content{position:relative;max-width:100%;max-height:100%;scrollbar-width:none;-ms-overflow-style:none}.vue-scroll-rect>.scroll-content::-webkit-scrollbar{width:0;height:0}.vue-scroll-rect>.scroll-content::-ms-scrollbar{width:0;height:0}.vue-scroll-rect>.scroll-content.both{overflow:scroll}.vue-scroll-rect>.scroll-content.horizontal{overflow-x:scroll}.vue-scroll-rect>.scroll-content.vertical{overflow-y:scroll}.vue-scroll-rect:hover>.scrollbar{opacity:1;transition:opacity .1s}.vue-scroll-rect.always-show-scrollbar>.scrollbar,.vue-scroll-rect .dragging>.scrollbar{opacity:1}.vue-scroll-rect.background-clickable>.scrollbar{pointer-events:all}.vue-scroll-rect>.scrollbar{position:absolute;opacity:0;transition:opacity 1.5s;pointer-events:none}.vue-scroll-rect>.scrollbar:hover{opacity:1}.vue-scroll-rect>.scrollbar .thumb{position:absolute;background-color:var(--vue-scroll-rect-scrollbar-thumb-color);border-radius:var(--vue-scroll-rect-scrollbar-thumb-radius);pointer-events:all}.vue-scroll-rect>.scrollbar .thumb:hover{background-color:var(--vue-scroll-rect-scrollbar-thumb-color-light)}.vue-scroll-rect>.scrollbar .thumb:active{background-color:var(--vue-scroll-rect-scrollbar-thumb-color-pressed)}.vue-scroll-rect>.scrollbar.horizontal{left:0;bottom:0;right:0;height:var(--vue-scroll-rect-scrollbar-size)}.vue-scroll-rect>.scrollbar.horizontal .thumb{top:var(--vue-scroll-rect-scrollbar-thumb-margin);bottom:var(--vue-scroll-rect-scrollbar-thumb-margin)}.vue-scroll-rect>.scrollbar.vertical{top:0;bottom:0;right:0;width:var(--vue-scroll-rect-scrollbar-size)}.vue-scroll-rect>.scrollbar.vertical .thumb{left:var(--vue-scroll-rect-scrollbar-thumb-margin);right:var(--vue-scroll-rect-scrollbar-thumb-margin)}:root{--mx-menu-backgroud: #fff;--mx-menu-hover-backgroud: #f1f1f1;--mx-menu-active-backgroud: #dfdfdf;--mx-menu-open-backgroud: #f1f1f1;--mx-menu-open-hover-backgroud: #f1f1f1;--mx-menu-divider: #f0f0f0;--mx-menu-text: #2e2e2e;--mx-menu-hover-text: #2e2e2e;--mx-menu-active-text: #2e2e2e;--mx-menu-open-text: #2e2e2e;--mx-menu-open-hover-text: #2e2e2e;--mx-menu-disabled-text: #c9c8c8;--mx-menu-icon-size: 16px;--mx-menu-shadow-color: rgba(0, 0, 0, .1);--mx-menu-backgroud-radius: 10px;--mx-menu-scrollbar-thumb-color: rgba(0, 0, 0, .2);--mx-menu-scrollbar-thumb-color-light: rgba(0, 0, 0, .3);--mx-menu-scrollbar-thumb-color-pressed: rgba(0, 0, 0, .1);--mx-menu-shortcut-backgroud: #ebebeb;--mx-menu-shortcut-backgroud-hover:#ebebeb;--mx-menu-shortcut-backgroud-active:#ebebeb;--mx-menu-shortcut-backgroud-open:#ebebeb;--mx-menu-shortcut-backgroud-disabled:#fdfdfd;--mx-menu-shortcut-text: #424242;--mx-menu-shortcut-text-hover: #424242;--mx-menu-shortcut-text-active: #424242;--mx-menu-shortcut-text-open: #424242;--mx-menu-shortcut-text-disabled: #a5a5a5;--mx-menu-placeholder-width: 24px }.mx-context-menu{pointer-events:all;display:inline-block;overflow:visible;position:absolute;background-color:var(--mx-menu-backgroud);border-radius:var(--mx-menu-backgroud-radius);padding:12px 0;box-shadow:0 10px 40px 10px var(--mx-menu-shadow-color);opacity:1;transition:opacity .2s ease-in-out;--vue-scroll-rect-scrollbar-thumb-color: var(--mx-menu-scrollbar-thumb-color);--vue-scroll-rect-scrollbar-thumb-color-light: var(--mx-menu-scrollbar-thumb-color-light);--vue-scroll-rect-scrollbar-thumb-color-pressed: var(--mx-menu-scrollbar-thumb-color-pressed) }.mx-context-menu-items{position:relative;overflow:visible}.mx-context-menu-scroll{overscroll-behavior:contain}.mx-context-menu-item{display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;padding:6px 15px;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:visible;white-space:nowrap;text-overflow:ellipsis;color:var(--mx-menu-text)}.mx-context-menu-item .mx-right-arrow,.mx-context-menu-item .mx-checked-mark{fill:var(--mx-menu-text)}.mx-context-menu-item:hover{background-color:var(--mx-menu-hover-backgroud);color:var(--mx-menu-hover-text)}.mx-context-menu-item:hover .mx-right-arrow,.mx-context-menu-item:hover .mx-checked-mark{fill:var(--mx-menu-hover-text)}.mx-context-menu-item:hover .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-hover);color:var(--mx-menu-shortcut-text-hover)}.mx-context-menu-item:active{background-color:var(--mx-menu-active-backgroud);color:var(--mx-menu-active-text)}.mx-context-menu-item:active .mx-right-arrow,.mx-context-menu-item:active .mx-checked-mark{fill:var(--mx-menu-active-text)}.mx-context-menu-item:active .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-active);color:var(--mx-menu-shortcut-text-active)}.mx-context-menu-item.open{background-color:var(--mx-menu-open-backgroud);color:var(--mx-menu-open-text)}.mx-context-menu-item.open:hover{background-color:var(--mx-menu-open-hover-backgroud);color:var(--mx-menu-open-hover-text)}.mx-context-menu-item.open .mx-right-arrow,.mx-context-menu-item.open .mx-checked-mark{fill:var(--mx-menu-open-text)}.mx-context-menu-item.open .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-open);color:var(--mx-menu-shortcut-text-open)}.mx-context-menu-item.keyboard-focus{background-color:var(--mx-menu-active-backgroud)}.mx-context-menu-item.disabled{color:var(--mx-menu-disabled-text);cursor:not-allowed}.mx-context-menu-item.disabled:hover,.mx-context-menu-item.disabled:active{background-color:transparent}.mx-context-menu-item.disabled .mx-right-arrow,.mx-context-menu-item.disabled .mx-checked-mark{fill:var(--mx-menu-disabled-text)}.mx-context-menu-item.disabled .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-disabled);color:var(--mx-menu-shortcut-text-second)}.mx-context-menu-item .mx-item-row{display:flex;flex-direction:row;align-items:center;max-width:100%}.mx-context-menu-item .mx-icon-placeholder{position:relative;display:flex;flex-direction:row;align-items:center;height:auto;overflow:hidden}.mx-context-menu-item .mx-icon-placeholder.preserve-width{width:var(--mx-menu-placeholder-width)}.mx-context-menu-item .icon{display:inline-block;font-size:var(--mx-menu-icon-size)}.mx-context-menu-item .icon.svg{width:var(--mx-menu-icon-size);height:var(--mx-menu-icon-size)}.mx-context-menu-item .label{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding-inline-end:16px}.mx-context-menu-item-wrapper{position:relative}.mx-context-menu-item-sperator{display:block;padding:5px 0;background-color:var(--mx-menu-backgroud)}.mx-context-menu-item-sperator:after{display:block;content:"";background-color:var(--mx-menu-divider);height:1px}.mx-right-arrow{width:14px;height:14px}.mx-checked-mark{width:var(--mx-menu-icon-size);height:var(--mx-menu-icon-size)}.mx-shortcut{position:relative;justify-self:flex-end;font-size:11.5px;padding:2px 4px;background-color:var(--mx-menu-shortcut-backgroud);color:var(--mx-menu-shortcut-text)}.mx-menu-bar.dark,.mx-context-menu.dark{--mx-menu-backgroud: #303031;--mx-menu-hover-backgroud: #636363;--mx-menu-active-backgroud: #555555;--mx-menu-open-backgroud: #636363;--mx-menu-open-hover-backgroud: #636363;--mx-menu-divider: #464646;--mx-menu-text: #ffffff;--mx-menu-hover-text: #ffffff;--mx-menu-active-text: #ffffff;--mx-menu-open-text: #ffffff;--mx-menu-open-hover-text: #ffffff;--mx-menu-disabled-text: #9c9c9c;--mx-menu-shadow-color: rgba(51, 51, 51, .2);--mx-menu-scrollbar-thumb-color: rgba(255, 255, 255, .3);--mx-menu-scrollbar-thumb-color-light: rgba(255, 255, 255, .5);--mx-menu-scrollbar-thumb-color-pressed: rgba(255, 255, 255, .2);--mx-menu-shortcut-backgroud: #505050;--mx-menu-shortcut-backgroud-hover:#505050;--mx-menu-shortcut-backgroud-active:#505050;--mx-menu-shortcut-backgroud-open:#505050;--mx-menu-shortcut-backgroud-disabled:#444444;--mx-menu-shortcut-text: #f1f1f1;--mx-menu-shortcut-text-hover: #ffffff;--mx-menu-shortcut-text-active: #ffffff;--mx-menu-shortcut-text-open: #ffffff;--mx-menu-shortcut-text-disabled: #9d9d9d }.mx-menu-bar.flat,.mx-context-menu.flat{border-radius:0;padding:7px 0;box-shadow:0 1px 2px 1px var(--mx-menu-shadow-color)}.mx-menu-bar.flat .mx-context-menu-item,.mx-context-menu.flat .mx-context-menu-item{padding:3px 12px}.mx-menu-bar.win10,.mx-context-menu.win10{border-radius:0;padding:8px 0;border:1px solid var(--mx-menu-border-color);box-shadow:2px 2px 1px 0 var(--mx-menu-shadow-color)}.mx-menu-bar.win10,.mx-context-menu.win10{--mx-menu-backgroud: #eeeeee;--mx-menu-hover-backgroud: #d8d8d8;--mx-menu-active-backgroud: #dfdfdf;--mx-menu-open-backgroud: #f1f1f1;--mx-menu-open-hover-backgroud: #d8d8d8;--mx-menu-divider: #aaaaaa;--mx-menu-border-color: #b1b1b1;--mx-menu-shortcut-backgroud: transparent;--mx-menu-shortcut-backgroud-hover: transparent;--mx-menu-shortcut-backgroud-active: transparent;--mx-menu-shortcut-backgroud-open: transparent;--mx-menu-shortcut-backgroud-disabled:transparent;--mx-menu-shortcut-text: #272727;--mx-menu-shortcut-text-hover: #272727;--mx-menu-shortcut-text-active: #272727;--mx-menu-shortcut-text-open: #272727;--mx-menu-shortcut-text-disabled: #6b6b6b }.mx-menu-bar.win10 .mx-context-menu-item,.mx-context-menu.win10 .mx-context-menu-item{padding:2px 4px;margin:0 4px}.mx-menu-bar.win10 .mx-context-menu-item-sperator,.mx-context-menu.win10 .mx-context-menu-item-sperator{margin:0 4px}.mx-menu-bar.win10.dark,.mx-context-menu.win10.dark{--mx-menu-backgroud: #303031;--mx-menu-hover-backgroud: #636363;--mx-menu-active-backgroud: #555555;--mx-menu-open-backgroud: #636363;--mx-menu-open-hover-backgroud: #636363;--mx-menu-divider: #808080;--mx-menu-border-color: #656565;--mx-menu-shortcut-backgroud: #505050;--mx-menu-shortcut-backgroud-hover:#505050;--mx-menu-shortcut-backgroud-active:#505050;--mx-menu-shortcut-backgroud-open:#505050;--mx-menu-shortcut-backgroud-disabled:#444444;--mx-menu-shortcut-text: #f1f1f1;--mx-menu-shortcut-text-hover: #ffffff;--mx-menu-shortcut-text-active: #ffffff;--mx-menu-shortcut-text-open: #ffffff;--mx-menu-shortcut-text-disabled: #9d9d9d;padding:8px 0}.mx-menu-bar.win10.dark .mx-context-menu-item,.mx-context-menu.win10.dark .mx-context-menu-item{padding:6px 12px;margin:0}.mx-menu-bar.win10.dark .mx-context-menu-item-sperator,.mx-context-menu.win10.dark .mx-context-menu-item-sperator{margin:0 7px}.mx-menu-bar.mac,.mx-context-menu.mac{padding:8px 0;box-shadow:0 5px 7px 1px var(--mx-menu-shadow-color);border:1px solid var(--mx-menu-border-color)}.mx-menu-bar.mac,.mx-context-menu.mac{--mx-menu-backgroud: #ececec;--mx-menu-hover-backgroud: #0165e1;--mx-menu-active-backgroud: #0165e1;--mx-menu-open-backgroud: #858585;--mx-menu-open-hover-backgroud: #0165e1;--mx-menu-divider: #d2d2d2;--mx-menu-text: #232323;--mx-menu-hover-text: #fff;--mx-menu-active-text: #fff;--mx-menu-open-text: #fff;--mx-menu-open-hover-text: #fff;--mx-menu-disabled-text: #bbbbbb;--mx-menu-shadow-color: rgba(0, 0, 0, .1);--mx-menu-backgroud-radius: 10px;--mx-menu-shortcut-backgroud: transparent;--mx-menu-shortcut-backgroud-hover:transparent;--mx-menu-shortcut-backgroud-active:transparent;--mx-menu-shortcut-backgroud-open:transparent;--mx-menu-shortcut-backgroud-disabled:transparent;--mx-menu-shortcut-text: #424242;--mx-menu-shortcut-text-hover: #fff;--mx-menu-shortcut-text-active: #fff;--mx-menu-shortcut-text-open: #fff;--mx-menu-shortcut-text-disabled: #a5a5a5;--mx-menu-border-color: #bbbbbb }.mx-menu-bar.mac.dark,.mx-context-menu.mac.dark{--mx-menu-backgroud: #333333;--mx-menu-hover-backgroud: #0153d2;--mx-menu-active-backgroud: #0153d2;--mx-menu-open-hover-backgroud: #0153d2;--mx-menu-open-backgroud: #414346;--mx-menu-divider: #575757;--mx-menu-text: #dcdcdc;--mx-menu-hover-text: #fff;--mx-menu-active-text: #fff;--mx-menu-open-text: #fff;--mx-menu-open-hover-text: #fff;--mx-menu-disabled-text: #6a6a6a;--mx-menu-shadow-color: rgba(0, 0, 0, .1);--mx-menu-backgroud-radius: 10px;--mx-menu-shortcut-backgroud: transparent;--mx-menu-shortcut-backgroud-hover:transparent;--mx-menu-shortcut-backgroud-active:transparent;--mx-menu-shortcut-backgroud-open:transparent;--mx-menu-shortcut-backgroud-disabled:transparent;--mx-menu-shortcut-text: #dadada;--mx-menu-shortcut-text-hover: #fff;--mx-menu-shortcut-text-active: #fff;--mx-menu-shortcut-text-open: #fff;--mx-menu-shortcut-text-disabled: #6a6a6a;--mx-menu-border-color: #222 }.mx-menu-bar.mac .mx-context-menu-item,.mx-context-menu.mac .mx-context-menu-item{border-radius:5px;margin:0 6px;padding:3px 6px}.mx-menu-bar.mac .mx-context-menu-item.keyboard-focus,.mx-context-menu.mac .mx-context-menu-item.keyboard-focus{background-color:var(--mx-menu-active-backgroud);color:var(--mx-menu-active-text);outline:none}.mx-menu-bar.mac .mx-context-menu-item.keyboard-focus .mx-right-arrow,.mx-menu-bar.mac .mx-context-menu-item.keyboard-focus .mx-checked-mark,.mx-context-menu.mac .mx-context-menu-item.keyboard-focus .mx-right-arrow,.mx-context-menu.mac .mx-context-menu-item.keyboard-focus .mx-checked-mark{fill:var(--mx-menu-active-text)}.mx-menu-bar.mac .mx-context-menu-item.keyboard-focus .mx-shortcut,.mx-context-menu.mac .mx-context-menu-item.keyboard-focus .mx-shortcut{background-color:var(--mx-menu-shortcut-backgroud-active);color:var(--mx-menu-shortcut-text-active)}.mx-menu-bar.mac .mx-context-menu-item-sperator,.mx-context-menu.mac .mx-context-menu-item-sperator{margin:0 12px}.mx-context-menu .vue-scroll-rect>.scroll-content{overflow-y:scroll;height:100%;width:auto;position:relative!important}.mx-menu-ghost-host{position:absolute;left:0;bottom:0;right:0;top:0;overflow:hidden;pointer-events:none}.mx-menu-ghost-host.fullscreen{position:fixed}.mx-menu-bar{flex:1;display:flex;flex-direction:row;align-items:center;background-color:var(--mx-menu-backgroud);padding:5px 0}.mx-menu-bar.mini{flex-grow:0}.mx-menu-bar .mx-menu-bar-content{display:flex;flex-direction:row;align-items:center}.mx-menu-bar .mx-menu-bar-item{padding:2px 8px;border-radius:5px;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:var(--mx-menu-backgroud);color:var(--mx-menu-text)}.mx-menu-bar .mx-menu-bar-item:hover{background-color:var(--mx-menu-hover-backgroud);color:var(--mx-menu-hover-text)}.mx-menu-bar .mx-menu-bar-item:hover .mx-menu-bar-icon-menu{fill:var(--mx-menu-hover-text)}.mx-menu-bar .mx-menu-bar-item:active,.mx-menu-bar .mx-menu-bar-item.active{background-color:var(--mx-menu-active-backgroud);color:var(--mx-menu-active-text)}.mx-menu-bar .mx-menu-bar-item:active .mx-menu-bar-icon-menu,.mx-menu-bar .mx-menu-bar-item.active .mx-menu-bar-icon-menu{fill:var(--mx-menu-active-text)}.mx-menu-bar .mx-menu-bar-icon-menu{fill:var(--mx-menu-text);width:var(--mx-menu-icon-size);height:var(--mx-menu-icon-size)}.mx-menu-bar.flat .mx-menu-bar-item{border-radius:0}.v-container{width:100%;padding:16px;margin-right:auto;margin-left:auto}@media (min-width: 960px){.v-container{max-width:900px}}@media (min-width: 1280px){.v-container{max-width:1200px}}@media (min-width: 1920px){.v-container{max-width:1800px}}@media (min-width: 2560px){.v-container{max-width:2400px}}.v-container--fluid{max-width:100%}.v-container.fill-height{align-items:center;display:flex;flex-wrap:wrap}.v-row{display:flex;flex-wrap:wrap;flex:1 1 auto;margin:-12px}.v-row+.v-row{margin-top:12px}.v-row+.v-row--dense{margin-top:4px}.v-row--dense{margin:-4px}.v-row--dense>.v-col,.v-row--dense>[class*=v-col-]{padding:4px}.v-row.v-row--no-gutters{margin:0}.v-row.v-row--no-gutters>.v-col,.v-row.v-row--no-gutters>[class*=v-col-]{padding:0}.v-spacer{flex-grow:1}.v-col-xxl,.v-col-xxl-auto,.v-col-xxl-12,.v-col-xxl-11,.v-col-xxl-10,.v-col-xxl-9,.v-col-xxl-8,.v-col-xxl-7,.v-col-xxl-6,.v-col-xxl-5,.v-col-xxl-4,.v-col-xxl-3,.v-col-xxl-2,.v-col-xxl-1,.v-col-xl,.v-col-xl-auto,.v-col-xl-12,.v-col-xl-11,.v-col-xl-10,.v-col-xl-9,.v-col-xl-8,.v-col-xl-7,.v-col-xl-6,.v-col-xl-5,.v-col-xl-4,.v-col-xl-3,.v-col-xl-2,.v-col-xl-1,.v-col-lg,.v-col-lg-auto,.v-col-lg-12,.v-col-lg-11,.v-col-lg-10,.v-col-lg-9,.v-col-lg-8,.v-col-lg-7,.v-col-lg-6,.v-col-lg-5,.v-col-lg-4,.v-col-lg-3,.v-col-lg-2,.v-col-lg-1,.v-col-md,.v-col-md-auto,.v-col-md-12,.v-col-md-11,.v-col-md-10,.v-col-md-9,.v-col-md-8,.v-col-md-7,.v-col-md-6,.v-col-md-5,.v-col-md-4,.v-col-md-3,.v-col-md-2,.v-col-md-1,.v-col-sm,.v-col-sm-auto,.v-col-sm-12,.v-col-sm-11,.v-col-sm-10,.v-col-sm-9,.v-col-sm-8,.v-col-sm-7,.v-col-sm-6,.v-col-sm-5,.v-col-sm-4,.v-col-sm-3,.v-col-sm-2,.v-col-sm-1,.v-col,.v-col-auto,.v-col-12,.v-col-11,.v-col-10,.v-col-9,.v-col-8,.v-col-7,.v-col-6,.v-col-5,.v-col-4,.v-col-3,.v-col-2,.v-col-1{width:100%;padding:12px}.v-col{flex-basis:0;flex-grow:1;max-width:100%}.v-col-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-3{flex:0 0 25%;max-width:25%}.v-col-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-6{flex:0 0 50%;max-width:50%}.v-col-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-9{flex:0 0 75%;max-width:75%}.v-col-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-12{flex:0 0 100%;max-width:100%}.offset-1{margin-inline-start:8.3333333333%}.offset-2{margin-inline-start:16.6666666667%}.offset-3{margin-inline-start:25%}.offset-4{margin-inline-start:33.3333333333%}.offset-5{margin-inline-start:41.6666666667%}.offset-6{margin-inline-start:50%}.offset-7{margin-inline-start:58.3333333333%}.offset-8{margin-inline-start:66.6666666667%}.offset-9{margin-inline-start:75%}.offset-10{margin-inline-start:83.3333333333%}.offset-11{margin-inline-start:91.6666666667%}@media (min-width: 600px){.v-col-sm{flex-basis:0;flex-grow:1;max-width:100%}.v-col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-sm-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-sm-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-sm-3{flex:0 0 25%;max-width:25%}.v-col-sm-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-sm-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-sm-6{flex:0 0 50%;max-width:50%}.v-col-sm-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-sm-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-sm-9{flex:0 0 75%;max-width:75%}.v-col-sm-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-sm-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-sm-12{flex:0 0 100%;max-width:100%}.offset-sm-0{margin-inline-start:0}.offset-sm-1{margin-inline-start:8.3333333333%}.offset-sm-2{margin-inline-start:16.6666666667%}.offset-sm-3{margin-inline-start:25%}.offset-sm-4{margin-inline-start:33.3333333333%}.offset-sm-5{margin-inline-start:41.6666666667%}.offset-sm-6{margin-inline-start:50%}.offset-sm-7{margin-inline-start:58.3333333333%}.offset-sm-8{margin-inline-start:66.6666666667%}.offset-sm-9{margin-inline-start:75%}.offset-sm-10{margin-inline-start:83.3333333333%}.offset-sm-11{margin-inline-start:91.6666666667%}}@media (min-width: 960px){.v-col-md{flex-basis:0;flex-grow:1;max-width:100%}.v-col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-md-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-md-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-md-3{flex:0 0 25%;max-width:25%}.v-col-md-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-md-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-md-6{flex:0 0 50%;max-width:50%}.v-col-md-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-md-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-md-9{flex:0 0 75%;max-width:75%}.v-col-md-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-md-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-md-12{flex:0 0 100%;max-width:100%}.offset-md-0{margin-inline-start:0}.offset-md-1{margin-inline-start:8.3333333333%}.offset-md-2{margin-inline-start:16.6666666667%}.offset-md-3{margin-inline-start:25%}.offset-md-4{margin-inline-start:33.3333333333%}.offset-md-5{margin-inline-start:41.6666666667%}.offset-md-6{margin-inline-start:50%}.offset-md-7{margin-inline-start:58.3333333333%}.offset-md-8{margin-inline-start:66.6666666667%}.offset-md-9{margin-inline-start:75%}.offset-md-10{margin-inline-start:83.3333333333%}.offset-md-11{margin-inline-start:91.6666666667%}}@media (min-width: 1280px){.v-col-lg{flex-basis:0;flex-grow:1;max-width:100%}.v-col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-lg-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-lg-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-lg-3{flex:0 0 25%;max-width:25%}.v-col-lg-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-lg-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-lg-6{flex:0 0 50%;max-width:50%}.v-col-lg-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-lg-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-lg-9{flex:0 0 75%;max-width:75%}.v-col-lg-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-lg-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-lg-12{flex:0 0 100%;max-width:100%}.offset-lg-0{margin-inline-start:0}.offset-lg-1{margin-inline-start:8.3333333333%}.offset-lg-2{margin-inline-start:16.6666666667%}.offset-lg-3{margin-inline-start:25%}.offset-lg-4{margin-inline-start:33.3333333333%}.offset-lg-5{margin-inline-start:41.6666666667%}.offset-lg-6{margin-inline-start:50%}.offset-lg-7{margin-inline-start:58.3333333333%}.offset-lg-8{margin-inline-start:66.6666666667%}.offset-lg-9{margin-inline-start:75%}.offset-lg-10{margin-inline-start:83.3333333333%}.offset-lg-11{margin-inline-start:91.6666666667%}}@media (min-width: 1920px){.v-col-xl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xl-3{flex:0 0 25%;max-width:25%}.v-col-xl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xl-6{flex:0 0 50%;max-width:50%}.v-col-xl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xl-9{flex:0 0 75%;max-width:75%}.v-col-xl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xl-12{flex:0 0 100%;max-width:100%}.offset-xl-0{margin-inline-start:0}.offset-xl-1{margin-inline-start:8.3333333333%}.offset-xl-2{margin-inline-start:16.6666666667%}.offset-xl-3{margin-inline-start:25%}.offset-xl-4{margin-inline-start:33.3333333333%}.offset-xl-5{margin-inline-start:41.6666666667%}.offset-xl-6{margin-inline-start:50%}.offset-xl-7{margin-inline-start:58.3333333333%}.offset-xl-8{margin-inline-start:66.6666666667%}.offset-xl-9{margin-inline-start:75%}.offset-xl-10{margin-inline-start:83.3333333333%}.offset-xl-11{margin-inline-start:91.6666666667%}}@media (min-width: 2560px){.v-col-xxl{flex-basis:0;flex-grow:1;max-width:100%}.v-col-xxl-auto{flex:0 0 auto;width:auto;max-width:100%}.v-col-xxl-1{flex:0 0 8.3333333333%;max-width:8.3333333333%}.v-col-xxl-2{flex:0 0 16.6666666667%;max-width:16.6666666667%}.v-col-xxl-3{flex:0 0 25%;max-width:25%}.v-col-xxl-4{flex:0 0 33.3333333333%;max-width:33.3333333333%}.v-col-xxl-5{flex:0 0 41.6666666667%;max-width:41.6666666667%}.v-col-xxl-6{flex:0 0 50%;max-width:50%}.v-col-xxl-7{flex:0 0 58.3333333333%;max-width:58.3333333333%}.v-col-xxl-8{flex:0 0 66.6666666667%;max-width:66.6666666667%}.v-col-xxl-9{flex:0 0 75%;max-width:75%}.v-col-xxl-10{flex:0 0 83.3333333333%;max-width:83.3333333333%}.v-col-xxl-11{flex:0 0 91.6666666667%;max-width:91.6666666667%}.v-col-xxl-12{flex:0 0 100%;max-width:100%}.offset-xxl-0{margin-inline-start:0}.offset-xxl-1{margin-inline-start:8.3333333333%}.offset-xxl-2{margin-inline-start:16.6666666667%}.offset-xxl-3{margin-inline-start:25%}.offset-xxl-4{margin-inline-start:33.3333333333%}.offset-xxl-5{margin-inline-start:41.6666666667%}.offset-xxl-6{margin-inline-start:50%}.offset-xxl-7{margin-inline-start:58.3333333333%}.offset-xxl-8{margin-inline-start:66.6666666667%}.offset-xxl-9{margin-inline-start:75%}.offset-xxl-10{margin-inline-start:83.3333333333%}.offset-xxl-11{margin-inline-start:91.6666666667%}}.v-application{display:flex;background:rgb(var(--v-theme-background));color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))}.v-application__wrap{backface-visibility:hidden;display:flex;flex-direction:column;flex:1 1 auto;max-width:100%;min-height:100vh;min-height:100dvh;position:relative}.v-layout{--v-scrollbar-offset: 0px;display:flex;flex:1 1 auto}.v-layout--full-height{--v-scrollbar-offset: inherit;height:100%}.v-main{flex:1 0 auto;max-width:100%;transition:.2s cubic-bezier(.4,0,.2,1);padding-left:var(--v-layout-left);padding-right:var(--v-layout-right);padding-top:var(--v-layout-top);padding-bottom:var(--v-layout-bottom)}@media (prefers-reduced-motion: reduce){.v-main{transition:none}}.v-main__scroller{max-width:100%;position:relative}.v-main--scrollable{display:flex}.v-main--scrollable{position:absolute;top:0;left:0;width:100%;height:100%}.v-main--scrollable>.v-main__scroller{flex:1 1 auto;overflow-y:auto;--v-layout-left: 0px;--v-layout-right: 0px;--v-layout-top: 0px;--v-layout-bottom: 0px}.v-app-bar{display:flex}.v-app-bar.v-toolbar{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-app-bar.v-toolbar:not(.v-toolbar--flat){box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-app-bar:not(.v-toolbar--absolute){padding-inline-end:var(--v-scrollbar-offset)}.v-toolbar{align-items:flex-start;display:flex;flex:none;flex-direction:column;justify-content:space-between;max-width:100%;position:relative;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:height,width,transform,max-width,left,right,top,bottom,box-shadow;width:100%}@media (prefers-reduced-motion: reduce){.v-toolbar{transition-property:box-shadow}}.v-toolbar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-toolbar--border{border-width:thin;box-shadow:none}.v-toolbar{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar{border-radius:0}.v-toolbar{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-toolbar--absolute{position:absolute}.v-toolbar--collapse{max-width:112px;overflow:hidden}.v-toolbar--collapse-end{margin-inline-start:auto}.v-toolbar--collapse.v-toolbar--collapse-start{border-end-end-radius:24px}.v-toolbar--collapse.v-toolbar--collapse-end{border-end-start-radius:24px}.v-toolbar--collapse .v-toolbar-title{display:none}.v-toolbar--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-toolbar--floating{display:inline-flex;width:auto}.v-toolbar--rounded{border-radius:4px}.v-toolbar__content,.v-toolbar__extension{align-items:center;display:flex;flex:0 0 auto;position:relative;transition:inherit;width:100%}.v-toolbar__content{overflow:hidden}.v-toolbar__content>.v-btn:first-child{margin-inline-start:4px}.v-toolbar__content>.v-btn:last-child{margin-inline-end:4px}.v-toolbar__content>.v-toolbar-title{margin-inline-start:20px}.v-toolbar--density-prominent .v-toolbar__content{align-items:flex-start}.v-toolbar__image{display:flex;opacity:var(--v-toolbar-image-opacity, 1);transition-property:opacity}.v-toolbar__image{position:absolute;top:0;left:0;width:100%;height:100%}.v-toolbar__prepend,.v-toolbar__append{align-items:center;align-self:stretch;display:flex}.v-toolbar__prepend{margin-inline:4px auto}.v-toolbar__append{margin-inline:auto 4px}.v-toolbar-title{flex:1 1;font-size:1.25rem;min-width:0}.v-toolbar-title{font-size:1.25rem;font-weight:400;letter-spacing:0;line-height:1.75rem;text-transform:none}.v-toolbar--density-prominent .v-toolbar-title{align-self:flex-end;padding-bottom:6px}.v-toolbar--density-prominent .v-toolbar-title{font-size:1.5rem;font-weight:400;letter-spacing:0;line-height:2.25rem;text-transform:none}.v-toolbar-title__placeholder{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-toolbar-items{display:flex;height:inherit;align-self:stretch}.v-toolbar-items>.v-btn{border-radius:0}.v-img{--v-theme-overlay-multiplier: 3;z-index:0}.v-img.v-img--absolute{height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-img--booting .v-responsive__sizer{transition:none}.v-img--rounded{border-radius:4px}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{z-index:-1}.v-img__img,.v-img__picture,.v-img__gradient,.v-img__placeholder,.v-img__error{position:absolute;top:0;left:0;width:100%;height:100%}.v-img__img--preload{filter:blur(4px)}.v-img__img--contain{-o-object-fit:contain;object-fit:contain}.v-img__img--cover{-o-object-fit:cover;object-fit:cover}.v-img__gradient{background-repeat:no-repeat}.v-responsive{display:flex;flex:1 0 auto;max-height:100%;max-width:100%;overflow:hidden;position:relative}.v-responsive--inline{display:inline-flex;flex:0 0 auto}.v-responsive__content{flex:1 0 0px;max-width:100%}.v-responsive__sizer~.v-responsive__content{margin-inline-start:-100%}.v-responsive__sizer{flex:1 0 0px;transition:padding-bottom .2s cubic-bezier(.4,0,.2,1);pointer-events:none}.v-btn{align-items:center;border-radius:4px;display:inline-grid;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;font-weight:500;justify-content:center;letter-spacing:.0892857143em;line-height:normal;max-width:100%;outline:none;position:relative;text-decoration:none;text-indent:.0892857143em;text-transform:uppercase;transition-property:box-shadow,transform,opacity,background;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1);-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;flex-shrink:0}.v-locale--is-rtl .v-btn{text-indent:-.0892857143em}.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 20px;font-size:var(--v-btn-size);min-width:36px;padding:0 8px}.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 28px;font-size:var(--v-btn-size);min-width:50px;padding:0 12px}.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 36px;font-size:var(--v-btn-size);min-width:64px;padding:0 16px}.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 44px;font-size:var(--v-btn-size);min-width:78px;padding:0 20px}.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 52px;font-size:var(--v-btn-size);min-width:92px;padding:0 24px}.v-btn.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -8px)}.v-btn.v-btn--density-compact{height:calc(var(--v-btn-height) + -12px)}.v-btn{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn--border{border-width:thin;box-shadow:none}.v-btn--absolute{position:absolute}.v-btn--fixed{position:fixed}.v-btn:hover>.v-btn__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-btn:focus-visible>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn:focus>.v-btn__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-btn--active>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn--active:hover>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn--active:focus-visible>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn--active:focus>.v-btn__overlay,.v-btn[aria-haspopup=menu][aria-expanded=true]:focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn--variant-plain,.v-btn--variant-outlined,.v-btn--variant-text,.v-btn--variant-tonal{background:transparent;color:inherit}.v-btn--variant-plain{opacity:.62}.v-btn--variant-plain:focus,.v-btn--variant-plain:hover{opacity:1}.v-btn--variant-plain .v-btn__overlay{display:none}.v-btn--variant-elevated,.v-btn--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn--variant-elevated{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--variant-outlined{border:thin solid currentColor}.v-btn--variant-text .v-btn__overlay{background:currentColor}.v-btn--variant-tonal .v-btn__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-btn .v-btn__underlay{position:absolute}@supports selector(:focus-visible){.v-btn:after{pointer-events:none;border:2px solid currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-btn:focus-visible:after{opacity:calc(.25 * var(--v-theme-overlay-multiplier))}}.v-btn--icon{border-radius:50%;min-width:0;padding:0}.v-btn--icon.v-btn--size-default{--v-btn-size: 1rem}.v-btn--icon.v-btn--density-default{width:calc(var(--v-btn-height) + 12px);height:calc(var(--v-btn-height) + 12px)}.v-btn--icon.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px);height:calc(var(--v-btn-height) + 0px)}.v-btn--icon.v-btn--density-compact{width:calc(var(--v-btn-height) + -8px);height:calc(var(--v-btn-height) + -8px)}.v-btn--elevated:hover,.v-btn--elevated:focus{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--elevated:active{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn--flat{box-shadow:none}.v-btn--block{display:flex;flex:1 0 auto;min-width:100%}.v-btn--spaced{display:grid;grid-template-columns:max-content 1fr max-content}.v-btn--spaced.v-btn--spaced-start>.v-btn__content{justify-content:end}.v-btn--spaced.v-btn--spaced-end>.v-btn__content{justify-content:start}.v-btn--disabled{pointer-events:none;opacity:.26}.v-btn--disabled:hover{opacity:.26}.v-btn--disabled.v-btn--variant-elevated,.v-btn--disabled.v-btn--variant-flat{box-shadow:none;opacity:1;color:rgba(var(--v-theme-on-surface),.26);background:rgb(var(--v-theme-surface))}.v-btn--disabled.v-btn--variant-elevated .v-btn__overlay,.v-btn--disabled.v-btn--variant-flat .v-btn__overlay{opacity:.4615384615}.v-btn--loading{pointer-events:none}.v-btn--loading .v-btn__content,.v-btn--loading .v-btn__prepend,.v-btn--loading .v-btn__append{opacity:0}.v-btn--stacked{grid-template-areas:"prepend" "content" "append";grid-template-columns:auto;grid-template-rows:max-content max-content max-content;justify-items:center;align-content:center}.v-btn--stacked .v-btn__content{flex-direction:column;line-height:1.25}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--start,.v-btn--stacked .v-btn__content>.v-icon--end{margin-inline:0}.v-btn--stacked .v-btn__prepend,.v-btn--stacked .v-btn__content>.v-icon--start{margin-bottom:4px}.v-btn--stacked .v-btn__append,.v-btn--stacked .v-btn__content>.v-icon--end{margin-top:4px}.v-btn--stacked.v-btn--size-x-small{--v-btn-size: .625rem;--v-btn-height: 56px;font-size:var(--v-btn-size);min-width:56px;padding:0 12px}.v-btn--stacked.v-btn--size-small{--v-btn-size: .75rem;--v-btn-height: 64px;font-size:var(--v-btn-size);min-width:64px;padding:0 14px}.v-btn--stacked.v-btn--size-default{--v-btn-size: .875rem;--v-btn-height: 72px;font-size:var(--v-btn-size);min-width:72px;padding:0 16px}.v-btn--stacked.v-btn--size-large{--v-btn-size: 1rem;--v-btn-height: 80px;font-size:var(--v-btn-size);min-width:80px;padding:0 18px}.v-btn--stacked.v-btn--size-x-large{--v-btn-size: 1.125rem;--v-btn-height: 88px;font-size:var(--v-btn-size);min-width:88px;padding:0 20px}.v-btn--stacked.v-btn--density-default{height:calc(var(--v-btn-height) + 0px)}.v-btn--stacked.v-btn--density-comfortable{height:calc(var(--v-btn-height) + -16px)}.v-btn--stacked.v-btn--density-compact{height:calc(var(--v-btn-height) + -24px)}.v-btn--slim{padding:0 8px}.v-btn--readonly{pointer-events:none}.v-btn--rounded{border-radius:24px}.v-btn--rounded.v-btn--icon{border-radius:4px}.v-btn .v-icon{--v-icon-size-multiplier: .8571428571}.v-btn--icon .v-icon{--v-icon-size-multiplier: 1}.v-btn--stacked .v-icon{--v-icon-size-multiplier: 1.1428571429}.v-btn--stacked.v-btn--block{min-width:100%}.v-btn__loader{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-btn__loader>.v-progress-circular{width:1.5em;height:1.5em}.v-btn__content,.v-btn__prepend,.v-btn__append{align-items:center;display:flex;transition:transform,opacity .2s cubic-bezier(.4,0,.2,1)}.v-btn__prepend{grid-area:prepend;margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn--slim .v-btn__prepend{margin-inline-start:0}.v-btn__append{grid-area:append;margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--slim .v-btn__append{margin-inline-end:0}.v-btn__content{grid-area:content;justify-content:center;white-space:nowrap}.v-btn__content>.v-icon--start{margin-inline:calc(var(--v-btn-height) / -9) calc(var(--v-btn-height) / 4.5)}.v-btn__content>.v-icon--end{margin-inline:calc(var(--v-btn-height) / 4.5) calc(var(--v-btn-height) / -9)}.v-btn--stacked .v-btn__content{white-space:normal}.v-btn__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-btn__overlay,.v-btn__underlay{pointer-events:none}.v-btn__overlay,.v-btn__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-pagination .v-btn{width:auto;padding-inline:5px}.v-pagination .v-btn.v-btn--density-default{min-width:calc(var(--v-btn-height) + 12px)}.v-pagination .v-btn.v-btn--density-comfortable{min-width:calc(var(--v-btn-height) + 0px)}.v-pagination .v-btn.v-btn--density-compact{min-width:calc(var(--v-btn-height) + -8px)}.v-pagination .v-btn{border-radius:4px}.v-pagination .v-btn--rounded{border-radius:50%}.v-pagination .v-btn__overlay{transition:none}.v-pagination__prev .v-btn,.v-pagination__next .v-btn{padding-inline:0}.v-pagination__prev .v-btn.v-btn--density-default,.v-pagination__next .v-btn.v-btn--density-default{width:calc(var(--v-btn-height) + 12px)}.v-pagination__prev .v-btn.v-btn--density-comfortable,.v-pagination__next .v-btn.v-btn--density-comfortable{width:calc(var(--v-btn-height) + 0px)}.v-pagination__prev .v-btn.v-btn--density-compact,.v-pagination__next .v-btn.v-btn--density-compact{width:calc(var(--v-btn-height) + -8px)}.v-pagination .v-pagination__item--is-active .v-btn__overlay{opacity:var(--v-border-opacity)}@media (forced-colors: active){.v-btn:not(.v-btn--variant-text,.v-btn--variant-plain){border:thin solid}.v-btn:focus-visible{outline:2px solid;outline-offset:2px}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled)>.v-btn__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):hover>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus-visible>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled):focus>.v-btn__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-btn-toggle>.v-btn.v-btn--active:not(.v-btn--disabled).v-btn--variant-plain{opacity:1}@media (forced-colors: active){.v-btn-toggle>.v-btn:not(.v-btn--disabled){border-color:buttontext!important}.v-btn-toggle>.v-btn:not(.v-btn--disabled):focus-visible{outline:0}.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):hover,.v-btn-toggle>.v-btn:not(.v-btn--disabled):not(.v-btn--active):focus-visible{color:highlight;border-color:currentColor!important}.v-btn-toggle>.v-btn--active{color:highlight!important;forced-color-adjust:preserve-parent-color}.v-btn-toggle>.v-btn--active:not(.v-btn--variant-text,.v-btn--variant-plain){background-color:highlight!important;color:highlighttext!important;border-color:highlight!important}}.v-btn-group{display:inline-flex;flex-wrap:nowrap;max-width:100%;min-width:0;overflow-y:hidden;overflow-x:auto;vertical-align:middle}.v-btn-group{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-btn-group--border{border-width:thin;box-shadow:none}.v-btn-group{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-btn-group{border-radius:4px}.v-btn-group{background:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-btn-group--density-default.v-btn-group{height:48px}.v-btn-group--density-comfortable.v-btn-group{height:40px}.v-btn-group--density-compact.v-btn-group{height:36px}.v-btn-group .v-btn{border-radius:0;border-color:inherit}.v-btn-group--tile{border-radius:0}.v-btn-group--horizontal .v-btn:not(:last-child){border-inline-end:none}.v-btn-group--horizontal .v-btn:not(:first-child){border-inline-start:none}.v-btn-group--horizontal .v-btn:first-child{border-start-start-radius:inherit;border-end-start-radius:inherit}.v-btn-group--horizontal .v-btn:last-child{border-start-end-radius:inherit;border-end-end-radius:inherit}.v-btn-group--horizontal.v-btn-group--divided .v-btn:not(:last-child){border-inline-end-width:thin;border-inline-end-style:solid;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-btn-group--vertical{flex-direction:column;height:auto!important}.v-btn-group--vertical .v-btn:not(:last-child){border-block-end:none}.v-btn-group--vertical .v-btn:not(:first-child){border-block-start:none}.v-btn-group--vertical .v-btn:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit}.v-btn-group--vertical .v-btn:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}.v-btn-group--vertical.v-btn-group--divided .v-btn:not(:last-child){border-block-end-width:thin;border-block-end-style:solid;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))}.v-icon{--v-icon-size-multiplier: 1;align-items:center;display:inline-flex;font-feature-settings:"liga";height:1em;justify-content:center;letter-spacing:normal;line-height:1;position:relative;opacity:var(--v-icon-opacity, 1);text-indent:0;text-align:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle;width:1em;min-width:1em}.v-icon--clickable{cursor:pointer}.v-icon--disabled{pointer-events:none;opacity:.38}.v-icon--size-x-small{font-size:calc(var(--v-icon-size-multiplier) * 1em)}.v-icon--size-small{font-size:calc(var(--v-icon-size-multiplier) * 1.25em)}.v-icon--size-default{font-size:calc(var(--v-icon-size-multiplier) * 1.5em)}.v-icon--size-large{font-size:calc(var(--v-icon-size-multiplier) * 1.75em)}.v-icon--size-x-large{font-size:calc(var(--v-icon-size-multiplier) * 2em)}.v-icon__svg{fill:currentColor;width:100%;height:100%}.v-icon--start{margin-inline-end:8px}.v-icon--end{margin-inline-start:8px}.v-progress-circular{align-items:center;display:inline-flex;justify-content:center;overflow:hidden;position:relative;vertical-align:middle}.v-progress-circular>svg{width:100%;height:100%;margin:auto;position:absolute;top:0;bottom:0;left:0;right:0;z-index:0}.v-progress-circular__content{align-items:center;display:flex;justify-content:center}.v-progress-circular__underlay{color:rgba(var(--v-border-color),var(--v-border-opacity));stroke:currentColor;z-index:1}.v-progress-circular__overlay{stroke:currentColor;transition:all .2s ease-in-out,stroke-width 0s;z-index:2}.v-progress-circular--size-x-small{height:16px;width:16px}.v-progress-circular--size-small{height:24px;width:24px}.v-progress-circular--size-default{height:32px;width:32px}.v-progress-circular--size-large{height:48px;width:48px}.v-progress-circular--size-x-large{height:64px;width:64px}.v-progress-circular--indeterminate>svg{animation:progress-circular-rotate 1.4s linear infinite;transform-origin:center center;transition:all .2s ease-in-out}.v-progress-circular--indeterminate .v-progress-circular__overlay{animation:progress-circular-dash 1.4s ease-in-out infinite,progress-circular-rotate 1.4s linear infinite;stroke-dasharray:25,200;stroke-dashoffset:0;stroke-linecap:round;transform-origin:center center;transform:rotate(-90deg)}.v-progress-circular--disable-shrink>svg{animation-duration:.7s}.v-progress-circular--disable-shrink .v-progress-circular__overlay{animation:none}.v-progress-circular--indeterminate:not(.v-progress-circular--visible)>svg,.v-progress-circular--indeterminate:not(.v-progress-circular--visible) .v-progress-circular__overlay{animation-play-state:paused!important}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0px}50%{stroke-dasharray:100,200;stroke-dashoffset:-15px}to{stroke-dasharray:100,200;stroke-dashoffset:-124px}}@keyframes progress-circular-rotate{to{transform:rotate(270deg)}}.v-progress-linear{background:transparent;overflow:hidden;position:relative;transition:.2s cubic-bezier(.4,0,.2,1),-webkit-mask-size 0s;transition:.2s cubic-bezier(.4,0,.2,1),mask-size 0s;transition:.2s cubic-bezier(.4,0,.2,1),mask-size 0s,-webkit-mask-size 0s;width:100%}@media (forced-colors: active){.v-progress-linear{border:thin solid buttontext}}.v-progress-linear__background,.v-progress-linear__buffer{background:currentColor;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;top:0;width:100%;transition-property:width,left,right;transition:inherit}@media (forced-colors: active){.v-progress-linear__buffer{background-color:highlight!important;opacity:.5!important}}.v-progress-linear__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%}.v-progress-linear--clickable .v-progress-linear__content{pointer-events:none}.v-progress-linear__determinate,.v-progress-linear__indeterminate{background:currentColor}@media (forced-colors: active){.v-progress-linear__determinate,.v-progress-linear__indeterminate{background-color:highlight!important}}.v-progress-linear__determinate{height:inherit;left:0;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear__indeterminate .long,.v-progress-linear__indeterminate .short{animation-play-state:paused;animation-duration:2.2s;animation-iteration-count:infinite;bottom:0;height:inherit;left:0;position:absolute;right:auto;top:0;width:auto}.v-progress-linear__indeterminate .long{animation-name:indeterminate-ltr}.v-progress-linear__indeterminate .short{animation-name:indeterminate-short-ltr}.v-progress-linear__stream{animation:stream .25s infinite linear;animation-play-state:paused;bottom:0;left:auto;opacity:.3;pointer-events:none;position:absolute;transition:inherit;transition-property:width,left,right}.v-progress-linear--reverse .v-progress-linear__background,.v-progress-linear--reverse .v-progress-linear__determinate,.v-progress-linear--reverse .v-progress-linear__content,.v-progress-linear--reverse .v-progress-linear__indeterminate .long,.v-progress-linear--reverse .v-progress-linear__indeterminate .short{left:auto;right:0}.v-progress-linear--reverse .v-progress-linear__indeterminate .long{animation-name:indeterminate-rtl}.v-progress-linear--reverse .v-progress-linear__indeterminate .short{animation-name:indeterminate-short-rtl}.v-progress-linear--reverse .v-progress-linear__stream{right:auto}.v-progress-linear--absolute,.v-progress-linear--fixed{left:0;z-index:1}.v-progress-linear--absolute{position:absolute}.v-progress-linear--fixed{position:fixed}.v-progress-linear--rounded{border-radius:9999px}.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded.v-progress-linear--rounded-bar .v-progress-linear__indeterminate{border-radius:inherit}.v-progress-linear--striped .v-progress-linear__determinate{animation:progress-linear-stripes 1s infinite linear;background-image:linear-gradient(135deg,hsla(0,0%,100%,.25) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.25) 0,hsla(0,0%,100%,.25) 75%,transparent 0,transparent);background-repeat:repeat;background-size:var(--v-progress-linear-height)}.v-progress-linear--active .v-progress-linear__indeterminate .long,.v-progress-linear--active .v-progress-linear__indeterminate .short,.v-progress-linear--active .v-progress-linear__stream{animation-play-state:running}.v-progress-linear--rounded-bar .v-progress-linear__determinate,.v-progress-linear--rounded-bar .v-progress-linear__indeterminate,.v-progress-linear--rounded-bar .v-progress-linear__stream+.v-progress-linear__background{border-radius:9999px}.v-progress-linear--rounded-bar .v-progress-linear__determinate{border-start-start-radius:0;border-end-start-radius:0}@keyframes indeterminate-ltr{0%{left:-90%;right:100%}60%{left:-90%;right:100%}to{left:100%;right:-35%}}@keyframes indeterminate-rtl{0%{left:100%;right:-90%}60%{left:100%;right:-90%}to{left:-35%;right:100%}}@keyframes indeterminate-short-ltr{0%{left:-200%;right:100%}60%{left:107%;right:-8%}to{left:107%;right:-8%}}@keyframes indeterminate-short-rtl{0%{left:100%;right:-200%}60%{left:-8%;right:107%}to{left:-8%;right:107%}}@keyframes stream{to{transform:translate(var(--v-progress-linear-stream-to))}}@keyframes progress-linear-stripes{0%{background-position-x:var(--v-progress-linear-height)}}.v-ripple__container{color:inherit;border-radius:inherit;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;z-index:0;pointer-events:none;contain:strict}.v-ripple__animation{color:inherit;position:absolute;top:0;left:0;border-radius:50%;background:currentColor;opacity:0;pointer-events:none;overflow:hidden;will-change:transform,opacity}.v-ripple__animation--enter{transition:none;opacity:0}.v-ripple__animation--in{transition:transform .25s cubic-bezier(0,0,.2,1),opacity .1s cubic-bezier(0,0,.2,1);opacity:calc(.25 * var(--v-theme-overlay-multiplier))}@media (prefers-reduced-motion: reduce){.v-ripple__animation--in{transition-property:opacity;transition-duration:.1s}}.v-ripple__animation--out{transition:opacity .3s cubic-bezier(0,0,.2,1);opacity:0}.v-list{overflow:auto;padding:8px 0;position:relative;outline:none}.v-list{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list--border{border-width:thin;box-shadow:none}.v-list{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list{border-radius:0}.v-list{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-list--nav{padding-inline:8px}.v-list--nav .v-list-item:not(:first-child),.v-list--nav .v-list-group:not(:first-child)>.v-list-item,.v-list--nav .v-list-group__items>.v-list-item,.v-list--nav .v-list-group__items>.v-list-group{margin-top:4px}.v-list--rounded{border-radius:4px}.v-list--subheader{padding-top:0}.v-list-img{border-radius:inherit;display:flex;height:100%;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-list-subheader{align-items:center;background:inherit;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));display:flex;font-size:.875rem;font-weight:400;line-height:1.375rem;padding-inline-end:16px;min-height:40px;transition:.2s min-height cubic-bezier(.4,0,.2,1)}.v-list-subheader__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-list--density-default .v-list-subheader{min-height:40px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-comfortable .v-list-subheader{min-height:36px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list--density-compact .v-list-subheader{min-height:32px;padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-subheader--inset{--indent-padding: 56px}.v-list--nav .v-list-subheader{font-size:.75rem}.v-list-subheader--sticky{background:inherit;left:0;position:sticky;top:0;z-index:1}.v-list__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content 1fr auto;outline:none;max-width:100%;padding:4px 16px;position:relative;text-decoration:none}.v-list-item{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-list-item--border{border-width:thin;box-shadow:none}.v-list-item:hover>.v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item:focus-visible>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item:focus>.v-list-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-list-item--active>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]>.v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--active:hover>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-list-item--active:focus-visible>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-list-item--active:focus>.v-list-item__overlay,.v-list-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-list-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-list-item{border-radius:0}.v-list-item--variant-plain,.v-list-item--variant-outlined,.v-list-item--variant-text,.v-list-item--variant-tonal{background:transparent;color:inherit}.v-list-item--variant-plain{opacity:.62}.v-list-item--variant-plain:focus,.v-list-item--variant-plain:hover{opacity:1}.v-list-item--variant-plain .v-list-item__overlay{display:none}.v-list-item--variant-elevated,.v-list-item--variant-flat{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-list-item--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-list-item--variant-outlined{border:thin solid currentColor}.v-list-item--variant-text .v-list-item__overlay{background:currentColor}.v-list-item--variant-tonal .v-list-item__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-list-item .v-list-item__underlay{position:absolute}@supports selector(:focus-visible){.v-list-item:after{pointer-events:none;border:2px solid currentColor;border-radius:4px;opacity:0;transition:opacity .2s ease-in-out}.v-list-item:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-list-item:focus-visible:after{opacity:calc(.15 * var(--v-theme-overlay-multiplier))}}.v-list-item__prepend>.v-badge .v-icon,.v-list-item__prepend>.v-icon,.v-list-item__append>.v-badge .v-icon,.v-list-item__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-list-item--active .v-list-item__prepend>.v-badge .v-icon,.v-list-item--active .v-list-item__prepend>.v-icon,.v-list-item--active .v-list-item__append>.v-badge .v-icon,.v-list-item--active .v-list-item__append>.v-icon{opacity:1}.v-list-item--active:not(.v-list-item--link) .v-list-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-list-item--rounded{border-radius:4px}.v-list-item--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.6}.v-list-item--link{cursor:pointer}.v-navigation-drawer--rail:not(.v-navigation-drawer--expand-on-hover) .v-list-item .v-avatar,.v-navigation-drawer--rail.v-navigation-drawer--expand-on-hover:not(.v-navigation-drawer--is-hovering) .v-list-item .v-avatar{--v-avatar-height: 24px}.v-list-item__prepend{align-items:center;align-self:center;display:flex;grid-area:prepend}.v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:var(--v-list-prepend-gap, 32px)}.v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 16px)}.v-list-item--slim .v-list-item__prepend>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-tooltip~.v-list-item__spacer{width:var(--v-list-prepend-gap, 20px)}.v-list-item--slim .v-list-item__prepend>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__prepend>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 4px)}.v-list-item--slim .v-list-item__prepend>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap, 4px)}.v-list-item--three-line .v-list-item__prepend{align-self:start}.v-list-item__append{align-self:center;display:flex;align-items:center;grid-area:append}.v-list-item__append .v-list-item__spacer{order:-1;transition:.15s width cubic-bezier(.4,0,.2,1)}.v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item__append>.v-tooltip~.v-list-item__spacer{width:var(--v-list-prepend-gap, 32px)}.v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 16px)}.v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap, 16px)}.v-list-item--slim .v-list-item__append>.v-badge~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-icon~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-tooltip~.v-list-item__spacer{width:var(--v-list-slim-spacer-width, 20px)}.v-list-item--slim .v-list-item__append>.v-avatar~.v-list-item__spacer,.v-list-item--slim .v-list-item__append>.v-badge:is(:has(.v-avatar))~.v-list-item__spacer{width:var(--v-list-prepend-gap, 4px)}.v-list-item--slim .v-list-item__append>.v-list-item-action~.v-list-item__spacer{width:var(--v-list-prepend-gap, 4px)}.v-list-item--three-line .v-list-item__append{align-self:start}.v-list-item__content{align-self:center;grid-area:content;overflow:hidden;min-width:40px}.v-list-item-action{align-self:center;display:flex;align-items:center;flex:none;transition:inherit;transition-property:height,width}.v-list-item-action--start{margin-inline-end:8px;margin-inline-start:-8px}.v-list-item-action--end{margin-inline-start:8px;margin-inline-end:-8px}.v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-media--start{margin-inline-end:16px}.v-list-item-media--end{margin-inline-start:16px}.v-list-item--two-line .v-list-item-media{margin-top:-4px;margin-bottom:-4px}.v-list-item--three-line .v-list-item-media{margin-top:0;margin-bottom:0}.v-list-item-subtitle{-webkit-box-orient:vertical;display:-webkit-box;opacity:var(--v-list-item-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0;text-overflow:ellipsis;overflow-wrap:break-word;word-break:initial}.v-list-item--one-line .v-list-item-subtitle{-webkit-line-clamp:1}.v-list-item--two-line .v-list-item-subtitle{-webkit-line-clamp:2}.v-list-item--three-line .v-list-item-subtitle{-webkit-line-clamp:3}.v-list-item-subtitle{font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem;text-transform:none}.v-list-item--nav .v-list-item-subtitle{font-size:.75rem;font-weight:400;letter-spacing:.0178571429em;line-height:1rem}.v-list-item-title{-webkit-hyphens:auto;hyphens:auto;overflow-wrap:normal;overflow:hidden;padding:0;white-space:nowrap;text-overflow:ellipsis;word-break:normal;word-wrap:break-word}.v-list-item-title{font-size:1rem;font-weight:400;letter-spacing:.009375em;line-height:1.5;text-transform:none}.v-list-item--nav .v-list-item-title{font-size:.8125rem;font-weight:500;letter-spacing:normal;line-height:1rem}.v-list-item--density-default{min-height:40px}.v-list-item--density-default.v-list-item--one-line{min-height:48px;padding-top:4px;padding-bottom:4px}.v-list-item--density-default.v-list-item--two-line{min-height:64px;padding-top:12px;padding-bottom:12px}.v-list-item--density-default.v-list-item--three-line{min-height:88px;padding-top:16px;padding-bottom:16px}.v-list-item--density-default.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-default.v-list-item--three-line .v-list-item__append{padding-top:8px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-default:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-comfortable{min-height:36px}.v-list-item--density-comfortable.v-list-item--one-line{min-height:44px}.v-list-item--density-comfortable.v-list-item--two-line{min-height:60px;padding-top:8px;padding-bottom:8px}.v-list-item--density-comfortable.v-list-item--three-line{min-height:84px;padding-top:12px;padding-bottom:12px}.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-comfortable.v-list-item--three-line .v-list-item__append{padding-top:6px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-comfortable:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--density-compact{min-height:32px}.v-list-item--density-compact.v-list-item--one-line{min-height:40px}.v-list-item--density-compact.v-list-item--two-line{min-height:56px;padding-top:4px;padding-bottom:4px}.v-list-item--density-compact.v-list-item--three-line{min-height:80px;padding-top:8px;padding-bottom:8px}.v-list-item--density-compact.v-list-item--three-line .v-list-item__prepend,.v-list-item--density-compact.v-list-item--three-line .v-list-item__append{padding-top:4px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--one-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--two-line{padding-inline:16px}.v-list-item--density-compact:not(.v-list-item--nav).v-list-item--three-line{padding-inline:16px}.v-list-item--nav{padding-inline:8px}.v-list-item__underlay{position:absolute}.v-list-item__overlay{background-color:currentColor;border-radius:inherit;bottom:0;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .2s ease-in-out}.v-list-item--active.v-list-item--variant-elevated .v-list-item__overlay{--v-theme-overlay-multiplier: 0}.v-list{--indent-padding: 0px}.v-list--nav{--indent-padding: -8px}.v-list-group{--list-indent-size: 16px;--parent-padding: var(--indent-padding);--prepend-width: var(--v-list-group-prepend, 40px)}.v-list--slim .v-list-group{--prepend-width: var(--v-list-group-prepend, 28px)}.v-list-group--fluid{--list-indent-size: 0px}.v-list-group--prepend{--parent-padding: calc(var(--indent-padding) + var(--prepend-width))}.v-list-group--fluid.v-list-group--prepend{--parent-padding: var(--indent-padding)}.v-list-group__items{--indent-padding: calc(var(--parent-padding) + var(--v-list-indent, var(--list-indent-size)));min-width:-moz-min-content;min-width:min-content}.v-navigation-drawer--rail .v-list-group__items{min-width:0}.v-list-group__items .v-list-item{padding-inline-start:calc(16px + var(--indent-padding))!important}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:not(:focus-visible) .v-list-item__overlay{opacity:0}.v-list-group__header:not(.v-treeview-item--activatable-group-activator).v-list-item--active:hover .v-list-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}@media (forced-colors: active){.v-list-item--link:not(.v-list-item--active){color:buttontext}.v-list-item--link[href]:not(.v-list-item--active){color:unset}.v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-],.v-list-item--active:not(.v-list-item--disabled) [class*=v-list-item-]>*,.v-list-item--active:not(.v-list-item--disabled) .v-icon{color:highlight!important}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled){background:highlight!important}.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-],.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) [class*=v-list-item-]>*,.v-list-item--active:not(.v-list-item--variant-text,.v-list-item--variant-plain):not(.v-list-item--disabled) .v-icon{opacity:1;color:highlighttext!important;forced-color-adjust:preserve-parent-color}@supports selector(:focus-visible){.v-list-item:after{color:buttontext}.v-list-item:focus-visible:after{opacity:1}}}.v-avatar{flex:none;align-items:center;display:inline-flex;justify-content:center;line-height:normal;overflow:hidden;position:relative;text-align:center;transition:.2s cubic-bezier(.4,0,.2,1);transition-property:width,height;vertical-align:middle}.v-avatar.v-avatar--size-x-small{--v-avatar-height: 24px}.v-avatar.v-avatar--size-small{--v-avatar-height: 32px}.v-avatar.v-avatar--size-default{--v-avatar-height: 40px}.v-avatar.v-avatar--size-large{--v-avatar-height: 48px}.v-avatar.v-avatar--size-x-large{--v-avatar-height: 56px}.v-avatar.v-avatar--density-default{height:calc(var(--v-avatar-height) + 0px);width:calc(var(--v-avatar-height) + 0px)}.v-avatar.v-avatar--density-comfortable{height:calc(var(--v-avatar-height) + -4px);width:calc(var(--v-avatar-height) + -4px)}.v-avatar.v-avatar--density-compact{height:calc(var(--v-avatar-height) + -8px);width:calc(var(--v-avatar-height) + -8px)}.v-avatar{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-avatar--border{border-width:thin;box-shadow:none}.v-avatar{border-radius:50%}.v-avatar--variant-plain,.v-avatar--variant-outlined,.v-avatar--variant-text,.v-avatar--variant-tonal{background:transparent;color:inherit}.v-avatar--variant-plain{opacity:.62}.v-avatar--variant-plain:focus,.v-avatar--variant-plain:hover{opacity:1}.v-avatar--variant-plain .v-avatar__overlay{display:none}.v-avatar--variant-elevated,.v-avatar--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity))}.v-avatar--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-avatar--variant-outlined{border:thin solid currentColor}.v-avatar--variant-text .v-avatar__overlay{background:currentColor}.v-avatar--variant-tonal .v-avatar__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-avatar .v-avatar__underlay{position:absolute}.v-avatar--rounded{border-radius:4px}.v-avatar--start{margin-inline-end:8px}.v-avatar--end{margin-inline-start:8px}.v-avatar .v-img{height:100%;width:100%}.v-divider{color:inherit;display:block;flex:1 1 100%;height:0px;max-height:0px;opacity:var(--v-border-opacity);transition:inherit}.v-divider{border-style:solid;border-width:thin 0 0 0}.v-divider--vertical{align-self:stretch;border-width:0 thin 0 0;display:inline-flex;height:auto;margin-left:-1px;max-height:100%;max-width:0px;vertical-align:text-bottom;width:0px}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px);margin-inline-start:72px}.v-divider--inset.v-divider--vertical{margin-bottom:8px;margin-top:8px;max-height:calc(100% - 16px)}.v-divider--gradient{-webkit-mask-image:linear-gradient(90deg,transparent,#000,transparent);mask-image:linear-gradient(90deg,transparent,#000,transparent)}.v-divider--gradient.v-divider--vertical{-webkit-mask-image:linear-gradient(0deg,transparent,#000,transparent);mask-image:linear-gradient(0deg,transparent,#000,transparent)}.v-divider__content{padding:0 16px;text-wrap:nowrap}.v-divider__wrapper--vertical .v-divider__content{padding:4px 0}.v-divider__wrapper{display:flex;align-items:center;justify-content:center}.v-divider__wrapper--vertical{flex-direction:column;height:100%}.v-divider__wrapper--vertical .v-divider{margin:0 auto}.v-divider__wrapper--gradient{-webkit-mask-image:linear-gradient(90deg,transparent,#000,transparent);mask-image:linear-gradient(90deg,transparent,#000,transparent)}.v-divider__wrapper--gradient.v-divider__wrapper--vertical{-webkit-mask-image:linear-gradient(0deg,transparent,#000,transparent);mask-image:linear-gradient(0deg,transparent,#000,transparent)}.v-navigation-drawer{-webkit-overflow-scrolling:touch;background:rgb(var(--v-theme-surface));display:flex;flex-direction:column;height:100%;max-width:100%;pointer-events:auto;transition-duration:.2s;transition-property:box-shadow,transform,visibility,width,height,left,right,top,bottom;transition-timing-function:cubic-bezier(.4,0,.2,1);position:absolute}.v-navigation-drawer{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-navigation-drawer--border{border-width:thin;box-shadow:none}.v-navigation-drawer{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-navigation-drawer{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}@media (prefers-reduced-motion: reduce){.v-navigation-drawer{transition:none}}.v-navigation-drawer--rounded{border-radius:4px}.v-navigation-drawer--top{top:0;border-bottom-width:thin}.v-navigation-drawer--bottom{left:0;border-top-width:thin}.v-navigation-drawer--left{top:0;left:0;right:auto;border-right-width:thin}.v-navigation-drawer--right{top:0;left:auto;right:0;border-left-width:thin}.v-navigation-drawer--floating{border:none}.v-navigation-drawer--temporary.v-navigation-drawer--active{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-navigation-drawer--sticky{height:auto;transition:box-shadow,transform,visibility,width,height,left,right}.v-navigation-drawer .v-list{overflow:hidden}.v-navigation-drawer__content{flex:0 1 auto;height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto}.v-navigation-drawer__img{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.v-navigation-drawer__img img:not(.v-img__img){height:inherit;-o-object-fit:cover;object-fit:cover;width:inherit}.v-navigation-drawer__scrim{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:.2;transition:opacity .2s cubic-bezier(.4,0,.2,1);z-index:1}.v-navigation-drawer__prepend,.v-navigation-drawer__append{flex:none;overflow:hidden}.v-card{display:block;overflow:hidden;overflow-wrap:break-word;position:relative;padding:0;text-decoration:none;transition-duration:.28s;transition-property:box-shadow,opacity,background;transition-timing-function:cubic-bezier(.4,0,.2,1);z-index:0}.v-card{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-card--border{border-width:thin;box-shadow:none}.v-card--absolute{position:absolute}.v-card--fixed{position:fixed}.v-card{border-radius:4px}.v-card:hover>.v-card__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-card:focus-visible>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card:focus>.v-card__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-card--active>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]>.v-card__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-card--active:hover>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:hover>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-card--active:focus-visible>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-card--active:focus>.v-card__overlay,.v-card[aria-haspopup=menu][aria-expanded=true]:focus>.v-card__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-card--variant-plain,.v-card--variant-outlined,.v-card--variant-text,.v-card--variant-tonal{background:transparent;color:inherit}.v-card--variant-plain{opacity:.62}.v-card--variant-plain:focus,.v-card--variant-plain:hover{opacity:1}.v-card--variant-plain .v-card__overlay{display:none}.v-card--variant-elevated,.v-card--variant-flat{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-card--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--variant-outlined{border:thin solid currentColor}.v-card--variant-text .v-card__overlay{background:currentColor}.v-card--variant-tonal .v-card__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-card .v-card__underlay{position:absolute}.v-card--disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-card--disabled>:not(.v-card__loader){opacity:.6}.v-card--flat{box-shadow:none}.v-card--hover{cursor:pointer}.v-card--hover:before,.v-card--hover:after{border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:inherit}.v-card--hover:before{opacity:1;z-index:-1}.v-card--hover:before{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:after{z-index:1;opacity:0}.v-card--hover:after{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--hover:hover:after{opacity:1}.v-card--hover:hover:before{opacity:0}.v-card--hover:hover{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-card--link{cursor:pointer}.v-card-actions{align-items:center;display:flex;flex:none;min-height:52px;padding:.5rem;gap:.5rem}.v-card-item{align-items:center;display:grid;flex:none;grid-template-areas:"prepend content append";grid-template-columns:max-content auto max-content;padding:.625rem 1rem}.v-card-item+.v-card-text{padding-top:0}.v-card-item__prepend,.v-card-item__append{align-items:center;display:flex}.v-card-item__prepend{grid-area:prepend;padding-inline-end:.5rem}.v-card-item__append{grid-area:append;padding-inline-start:.5rem}.v-card-item__content{align-self:center;grid-area:content;overflow:hidden}.v-card-title{display:block;flex:none;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;min-width:0;overflow-wrap:normal;overflow:hidden;padding:.5rem 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap;word-break:normal;word-wrap:break-word}.v-card .v-card-title{line-height:1.6}.v-card--density-comfortable .v-card-title{line-height:1.75rem}.v-card--density-compact .v-card-title{line-height:1.55rem}.v-card-item .v-card-title{padding:0}.v-card-title+.v-card-text,.v-card-title+.v-card-actions{padding-top:0}.v-card-subtitle{display:block;flex:none;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-subtitle-opacity, var(--v-medium-emphasis-opacity));overflow:hidden;padding:0 1rem;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.v-card .v-card-subtitle{line-height:1.425}.v-card--density-comfortable .v-card-subtitle{line-height:1.125rem}.v-card--density-compact .v-card-subtitle{line-height:1rem}.v-card-item .v-card-subtitle{padding:0 0 .25rem}.v-card-text{flex:1 1 auto;font-size:.875rem;font-weight:400;letter-spacing:.0178571429em;opacity:var(--v-card-text-opacity, 1);padding:1rem;text-transform:none}.v-card .v-card-text{line-height:1.425}.v-card--density-comfortable .v-card-text{line-height:1.2rem}.v-card--density-compact .v-card-text{line-height:1.15rem}.v-card__image{display:flex;height:100%;flex:1 1 auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:-1}.v-card__content{border-radius:inherit;overflow:hidden;position:relative}.v-card__loader{bottom:auto;top:0;left:0;position:absolute;right:0;width:100%;z-index:1}@media (forced-colors: active){.v-card__loader .v-progress-linear{border:none}}.v-card__overlay{background-color:currentColor;border-radius:inherit;position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}@media (forced-colors: active){.v-card:not(.v-card--variant-text,.v-card--variant-plain){border:thin solid}}.v-sheet{display:block}.v-sheet{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-sheet--border{border-width:thin;box-shadow:none}.v-sheet{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-sheet--absolute{position:absolute}.v-sheet--fixed{position:fixed}.v-sheet--relative{position:relative}.v-sheet--sticky{position:sticky}.v-sheet{border-radius:0}.v-sheet{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-sheet--rounded{border-radius:4px}.v-badge{display:inline-block;line-height:1}.v-badge__badge{align-items:center;display:inline-flex;border-radius:10px;font-family:Roboto,sans-serif;font-size:.75rem;font-weight:500;height:1.25rem;justify-content:center;min-width:20px;padding:4px 6px;pointer-events:auto;position:absolute;text-align:center;text-indent:0;transition:.225s cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-badge__badge{background:rgb(var(--v-theme-surface-variant));color:rgba(var(--v-theme-on-surface-variant),var(--v-high-emphasis-opacity))}.v-badge__badge:has(.v-icon){padding:4px 6px}.v-badge--bordered .v-badge__badge:after{border-radius:inherit;border-style:solid;border-width:2px;bottom:0;color:rgb(var(--v-theme-background));content:"";left:0;position:absolute;right:0;top:0;transform:scale(1.05)}.v-badge--dot .v-badge__badge{border-radius:4.5px;height:9px;min-width:0;padding:0;width:9px}.v-badge--dot .v-badge__badge:after{border-width:1.5px}.v-badge--inline .v-badge__badge{position:relative;vertical-align:middle}.v-badge__badge .v-icon{color:inherit;font-size:.75rem;margin:0 -2px}.v-badge__badge img,.v-badge__badge .v-img{height:100%;width:100%}.v-badge__wrapper{display:flex;position:relative}.v-badge--inline .v-badge__wrapper{align-items:center;display:inline-flex;justify-content:center;margin:0 4px}@media (forced-colors: active){.v-badge__badge{forced-color-adjust:preserve-parent-color}.v-badge__badge.v-badge__badge{background:highlight!important;color:highlighttext!important}}.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-autocomplete--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-autocomplete .v-field .v-text-field__prefix,.v-autocomplete .v-field .v-text-field__suffix,.v-autocomplete .v-field .v-field__input,.v-autocomplete .v-field .v-field__input>input,.v-autocomplete .v-field.v-field{cursor:text}.v-autocomplete .v-field .v-field__input>input{flex:1 1}.v-autocomplete .v-field input{min-width:64px}.v-autocomplete .v-field:not(.v-field--focused) input{min-width:0}.v-autocomplete .v-field--dirty .v-autocomplete__selection{margin-inline-end:2px}.v-autocomplete .v-autocomplete__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-autocomplete__content{overflow:hidden}.v-autocomplete__content{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-menu>.v-overlay__content.v-autocomplete__content{border-radius:4px}.v-autocomplete__mask{background:rgb(var(--v-theme-surface-light))}.v-autocomplete__selection{display:inline-flex;align-items:center;height:1.5rem;letter-spacing:inherit;line-height:inherit;max-width:calc(100% - 4px)}.v-autocomplete__selection:first-child{margin-inline-start:0}.v-autocomplete--selecting-index .v-autocomplete__selection{opacity:var(--v-medium-emphasis-opacity)}.v-autocomplete--selecting-index .v-autocomplete__selection--selected{opacity:1}.v-autocomplete--selecting-index .v-field__input>input{caret-color:transparent}.v-autocomplete--single:not(.v-autocomplete--selection-slot).v-text-field input{flex:1 1;position:absolute;left:0;right:0;width:100%;padding-inline:inherit}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--active input{transition:none}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--dirty:not(.v-field--focused) input{opacity:0}.v-autocomplete--single:not(.v-autocomplete--selection-slot) .v-field--focused .v-autocomplete__selection{opacity:0}.v-autocomplete__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-autocomplete--active-menu .v-autocomplete__menu-icon{transform:rotate(180deg)}.v-checkbox.v-input{flex:0 1 auto}.v-checkbox .v-selection-control{min-height:var(--v-input-control-height)}.v-selection-control{align-items:center;contain:layout;display:flex;flex:1 0;grid-area:control;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-selection-control .v-label{white-space:normal;word-break:break-word;height:100%;opacity:1}.v-selection-control--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-selection-control--error:not(.v-selection-control--disabled) .v-label{color:rgb(var(--v-theme-error))}.v-selection-control--inline{display:inline-flex;flex:0 0 auto;min-width:0;max-width:100%}.v-selection-control--inline .v-label{width:auto}.v-selection-control--density-default{--v-selection-control-size: 40px}.v-selection-control--density-comfortable{--v-selection-control-size: 36px}.v-selection-control--density-compact{--v-selection-control-size: 28px}.v-selection-control__wrapper{width:var(--v-selection-control-size);height:var(--v-selection-control-size);display:inline-flex;align-items:center;position:relative;justify-content:center;flex:none}.v-selection-control__input{width:var(--v-selection-control-size);height:var(--v-selection-control-size);align-items:center;display:flex;flex:none;justify-content:center;position:relative;border-radius:50%}.v-selection-control__input input{cursor:pointer;position:absolute;left:0;top:0;width:100%;height:100%;opacity:0}.v-selection-control__input:before{border-radius:100%;background-color:currentColor;opacity:0;pointer-events:none}.v-selection-control__input:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-selection-control__input:hover:before{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-selection-control__input>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-selection-control--disabled .v-selection-control__input>.v-icon,.v-selection-control--dirty .v-selection-control__input>.v-icon,.v-selection-control--error .v-selection-control__input>.v-icon{opacity:1}.v-selection-control--error:not(.v-selection-control--disabled) .v-selection-control__input>.v-icon{color:rgb(var(--v-theme-error))}.v-selection-control--focus-visible .v-selection-control__input:before{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}.v-label{align-items:center;color:inherit;display:inline-flex;font-size:1rem;letter-spacing:.009375em;min-width:0;opacity:var(--v-medium-emphasis-opacity);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-label--clickable{cursor:pointer}.v-selection-control-group{grid-area:control;display:flex;flex-direction:column}.v-selection-control-group--inline{flex-direction:row;flex-wrap:wrap}.v-input{display:grid;flex:1 1 auto;font-size:1rem;font-weight:400;line-height:1.5}.v-input--disabled{pointer-events:none}.v-input--density-default{--v-input-control-height: 56px;--v-input-padding-top: 16px}.v-input--density-comfortable{--v-input-control-height: 48px;--v-input-padding-top: 12px}.v-input--density-compact{--v-input-control-height: 40px;--v-input-padding-top: 8px}.v-input--vertical{grid-template-areas:"append" "control" "prepend";grid-template-rows:max-content auto max-content;grid-template-columns:min-content}.v-input--vertical .v-input__prepend{margin-block-start:16px}.v-input--vertical .v-input__append{margin-block-end:16px}.v-input--horizontal{grid-template-areas:"prepend control append" "a messages b";grid-template-columns:max-content minmax(0,1fr) max-content;grid-template-rows:1fr auto}.v-input--horizontal .v-input__prepend{margin-inline-end:16px}.v-input--horizontal .v-input__append{margin-inline-start:16px}.v-input__details{align-items:flex-end;display:flex;font-size:.75rem;font-weight:400;grid-area:messages;letter-spacing:.0333333333em;line-height:normal;min-height:22px;padding-top:6px;overflow:hidden;justify-content:space-between}.v-input__details>.v-icon,.v-input__prepend>.v-icon,.v-input__append>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-input--disabled .v-input__details>.v-icon,.v-input--disabled .v-input__details .v-messages,.v-input--error .v-input__details>.v-icon,.v-input--error .v-input__details .v-messages,.v-input--disabled .v-input__prepend>.v-icon,.v-input--disabled .v-input__prepend .v-messages,.v-input--error .v-input__prepend>.v-icon,.v-input--error .v-input__prepend .v-messages,.v-input--disabled .v-input__append>.v-icon,.v-input--disabled .v-input__append .v-messages,.v-input--error .v-input__append>.v-icon,.v-input--error .v-input__append .v-messages{opacity:1}.v-input--glow.v-input--focused .v-input__details>.v-icon,.v-input--glow.v-input--focused .v-input__prepend>.v-icon,.v-input--glow.v-input--focused .v-input__append>.v-icon{opacity:1}.v-input--disabled .v-input__details,.v-input--disabled .v-input__prepend,.v-input--disabled .v-input__append{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-input__details>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__details .v-messages,.v-input--error:not(.v-input--disabled) .v-input__prepend>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__prepend .v-messages,.v-input--error:not(.v-input--disabled) .v-input__append>.v-icon,.v-input--error:not(.v-input--disabled) .v-input__append .v-messages{color:rgb(var(--v-theme-error))}.v-input__prepend,.v-input__append{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top)}.v-input--center-affix .v-input__prepend,.v-input--center-affix .v-input__append{align-items:center;padding-top:0}.v-input__prepend{grid-area:prepend}.v-input__append{grid-area:append}.v-input__control{display:flex;grid-area:control}.v-input--hide-spin-buttons input::-webkit-outer-spin-button,.v-input--hide-spin-buttons input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.v-input--hide-spin-buttons input[type=number]{-moz-appearance:textfield}.v-input--plain-underlined .v-input__prepend,.v-input--plain-underlined .v-input__append{align-items:flex-start}.v-input--density-default.v-input--plain-underlined .v-input__prepend,.v-input--density-default.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 4px)}.v-input--density-comfortable.v-input--plain-underlined .v-input__prepend,.v-input--density-comfortable.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 2px)}.v-input--density-compact.v-input--plain-underlined .v-input__prepend,.v-input--density-compact.v-input--plain-underlined .v-input__append{padding-top:calc(var(--v-input-padding-top) + 0px)}.v-messages{flex:1 1 auto;font-size:12px;min-height:14px;min-width:1px;opacity:var(--v-medium-emphasis-opacity);position:relative}.v-messages__message{line-height:12px;word-break:break-word;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;transition-duration:.15s}.v-chip{align-items:center;display:inline-flex;font-weight:400;max-width:100%;min-width:0;overflow:hidden;position:relative;text-decoration:none;white-space:nowrap;vertical-align:middle}.v-chip .v-icon{--v-icon-size-multiplier: .8571428571}.v-chip.v-chip--size-x-small{--v-chip-size: .625rem;--v-chip-height: 20px;font-size:.625rem;padding:0 8px}.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 14px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar{--v-avatar-height: 20px}.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-5.6px;margin-inline-end:4px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--start{margin-inline-start:-8px}.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-start:4px;margin-inline-end:-5.6px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end{margin-inline-end:-8px}.v-chip--pill.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-x-small .v-icon--start,.v-chip.v-chip--size-x-small .v-chip__filter{margin-inline-start:-4px;margin-inline-end:4px}.v-chip.v-chip--size-x-small .v-icon--end,.v-chip.v-chip--size-x-small .v-chip__close{margin-inline-start:4px;margin-inline-end:-4px}.v-chip.v-chip--size-x-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-small .v-chip__append+.v-chip__close{margin-inline-start:8px}.v-chip.v-chip--size-small{--v-chip-size: .75rem;--v-chip-height: 26px;font-size:.75rem;padding:0 10px}.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 20px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar{--v-avatar-height: 26px}.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-7px;margin-inline-end:5px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--start{margin-inline-start:-10px}.v-chip.v-chip--size-small .v-avatar--end{margin-inline-start:5px;margin-inline-end:-7px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end{margin-inline-end:-10px}.v-chip--pill.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close{margin-inline-start:15px}.v-chip.v-chip--size-small .v-icon--start,.v-chip.v-chip--size-small .v-chip__filter{margin-inline-start:-5px;margin-inline-end:5px}.v-chip.v-chip--size-small .v-icon--end,.v-chip.v-chip--size-small .v-chip__close{margin-inline-start:5px;margin-inline-end:-5px}.v-chip.v-chip--size-small .v-icon--end+.v-chip__close,.v-chip.v-chip--size-small .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-small .v-chip__append+.v-chip__close{margin-inline-start:10px}.v-chip.v-chip--size-default{--v-chip-size: .875rem;--v-chip-height: 32px;font-size:.875rem;padding:0 12px}.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 26px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar{--v-avatar-height: 32px}.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-8.4px;margin-inline-end:6px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--start{margin-inline-start:-12px}.v-chip.v-chip--size-default .v-avatar--end{margin-inline-start:6px;margin-inline-end:-8.4px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end{margin-inline-end:-12px}.v-chip--pill.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close{margin-inline-start:18px}.v-chip.v-chip--size-default .v-icon--start,.v-chip.v-chip--size-default .v-chip__filter{margin-inline-start:-6px;margin-inline-end:6px}.v-chip.v-chip--size-default .v-icon--end,.v-chip.v-chip--size-default .v-chip__close{margin-inline-start:6px;margin-inline-end:-6px}.v-chip.v-chip--size-default .v-icon--end+.v-chip__close,.v-chip.v-chip--size-default .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-default .v-chip__append+.v-chip__close{margin-inline-start:12px}.v-chip.v-chip--size-large{--v-chip-size: 1rem;--v-chip-height: 38px;font-size:1rem;padding:0 14px}.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 32px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar{--v-avatar-height: 38px}.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-9.8px;margin-inline-end:7px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--start{margin-inline-start:-14px}.v-chip.v-chip--size-large .v-avatar--end{margin-inline-start:7px;margin-inline-end:-9.8px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end{margin-inline-end:-14px}.v-chip--pill.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close{margin-inline-start:21px}.v-chip.v-chip--size-large .v-icon--start,.v-chip.v-chip--size-large .v-chip__filter{margin-inline-start:-7px;margin-inline-end:7px}.v-chip.v-chip--size-large .v-icon--end,.v-chip.v-chip--size-large .v-chip__close{margin-inline-start:7px;margin-inline-end:-7px}.v-chip.v-chip--size-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-large .v-chip__append+.v-chip__close{margin-inline-start:14px}.v-chip.v-chip--size-x-large{--v-chip-size: 1.125rem;--v-chip-height: 44px;font-size:1.125rem;padding:0 17px}.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 38px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar{--v-avatar-height: 44px}.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-11.9px;margin-inline-end:8.5px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--start{margin-inline-start:-17px}.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-start:8.5px;margin-inline-end:-11.9px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end{margin-inline-end:-17px}.v-chip--pill.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close{margin-inline-start:25.5px}.v-chip.v-chip--size-x-large .v-icon--start,.v-chip.v-chip--size-x-large .v-chip__filter{margin-inline-start:-8.5px;margin-inline-end:8.5px}.v-chip.v-chip--size-x-large .v-icon--end,.v-chip.v-chip--size-x-large .v-chip__close{margin-inline-start:8.5px;margin-inline-end:-8.5px}.v-chip.v-chip--size-x-large .v-icon--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-avatar--end+.v-chip__close,.v-chip.v-chip--size-x-large .v-chip__append+.v-chip__close{margin-inline-start:17px}.v-chip.v-chip--density-default{height:calc(var(--v-chip-height) + 0px)}.v-chip.v-chip--density-comfortable{height:calc(var(--v-chip-height) + -4px)}.v-chip.v-chip--density-compact{height:calc(var(--v-chip-height) + -8px)}.v-chip{border-color:rgba(var(--v-border-color),var(--v-border-opacity));border-style:solid;border-width:0}.v-chip:hover>.v-chip__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-chip:focus-visible>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip:focus>.v-chip__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-chip--active>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]>.v-chip__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-chip--active:hover>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:hover>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-chip--active:focus-visible>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-chip--active:focus>.v-chip__overlay,.v-chip[aria-haspopup=menu][aria-expanded=true]:focus>.v-chip__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-chip{border-radius:9999px}.v-chip--variant-plain,.v-chip--variant-outlined,.v-chip--variant-text,.v-chip--variant-tonal{background:transparent;color:inherit}.v-chip--variant-plain{opacity:.62}.v-chip--variant-plain:focus,.v-chip--variant-plain:hover{opacity:1}.v-chip--variant-plain .v-chip__overlay{display:none}.v-chip--variant-elevated,.v-chip--variant-flat{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-chip--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-chip--variant-outlined{border:thin solid currentColor}.v-chip--variant-text .v-chip__overlay{background:currentColor}.v-chip--variant-tonal .v-chip__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-chip .v-chip__underlay{position:absolute}.v-chip--border{border-width:thin}.v-chip--link{cursor:pointer}.v-chip--link,.v-chip--filter{-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-chip__content{align-items:center;display:inline-flex}.v-autocomplete__selection .v-chip__content,.v-combobox__selection .v-chip__content,.v-select__selection .v-chip__content{overflow:hidden}.v-chip__filter,.v-chip__prepend,.v-chip__append,.v-chip__close{align-items:center;display:inline-flex}.v-chip__close{cursor:pointer;flex:0 1 auto;font-size:18px;max-height:18px;max-width:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-chip__close .v-icon{font-size:inherit}.v-chip__filter{transition:.15s cubic-bezier(.4,0,.2,1)}.v-chip__overlay{background-color:currentColor;border-radius:inherit;pointer-events:none;opacity:0;transition:opacity .2s ease-in-out}.v-chip__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-chip--disabled{opacity:.3;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-chip--label{border-radius:4px}@media (forced-colors: active){.v-chip:not(.v-chip--variant-text,.v-chip--variant-plain){border:thin solid}}.v-chip-group{display:flex;max-width:100%;min-width:0;overflow-x:auto;padding:4px 0}.v-chip-group .v-chip{margin:4px 8px 4px 0}@media (forced-colors: active){.v-chip-group .v-chip{background-color:buttonface!important;color:buttontext!important}.v-chip-group .v-chip:hover{color:highlight!important}}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled) .v-chip__overlay{opacity:var(--v-activated-opacity)}@media (forced-colors: active){.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled){color:highlight!important;forced-color-adjust:preserve-parent-color}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled):focus-visible{outline-offset:2px}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-elevated,.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-flat{background-color:highlight!important;color:highlighttext!important}.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-outlined,.v-chip-group .v-chip.v-chip--selected:not(.v-chip--disabled).v-chip--variant-tonal{border-width:medium}}.v-chip-group--column .v-slide-group__content{white-space:normal;flex-wrap:wrap;max-width:100%}.v-slide-group{display:flex;overflow:hidden}.v-slide-group__next,.v-slide-group__prev{align-items:center;display:flex;flex:0 1 52px;justify-content:center;min-width:52px;cursor:pointer}.v-slide-group__next--disabled,.v-slide-group__prev--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-slide-group__content{display:flex;flex:1 0 auto;position:relative;transition:.2s all cubic-bezier(.4,0,.2,1);white-space:nowrap}.v-slide-group__content>*{white-space:initial}.v-slide-group__container{contain:content;display:flex;flex:1 1 auto;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;scrollbar-color:rgba(0,0,0,0)}.v-slide-group__container::-webkit-scrollbar{display:none}.v-slide-group--vertical{max-height:inherit}.v-slide-group--vertical,.v-slide-group--vertical .v-slide-group__container,.v-slide-group--vertical .v-slide-group__content{flex-direction:column}.v-slide-group--vertical .v-slide-group__container{overflow-x:hidden;overflow-y:auto}.v-menu>.v-overlay__content{display:flex;flex-direction:column}.v-menu>.v-overlay__content{border-radius:4px}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{background:rgb(var(--v-theme-surface));border-radius:inherit;overflow:auto;height:100%}.v-menu>.v-overlay__content>.v-card,.v-menu>.v-overlay__content>.v-sheet,.v-menu>.v-overlay__content>.v-list{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-overlay-container{contain:layout;left:0;pointer-events:none;position:absolute;top:0;display:contents}.v-overlay-scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-overlay-scroll-blocked:not(html){overflow-y:hidden!important}html.v-overlay-scroll-blocked{position:fixed;top:var(--v-body-scroll-y);left:var(--v-body-scroll-x);width:100%;height:100%}.v-overlay{--v-overlay-opacity: .32;border-radius:inherit;display:flex;left:0;pointer-events:none;position:fixed;top:0;bottom:0;right:0}.v-overlay__content{outline:none;position:absolute;pointer-events:auto;contain:layout}.v-overlay__scrim{pointer-events:auto;background:#000;border-radius:inherit;bottom:0;left:0;opacity:var(--v-overlay-opacity);position:fixed;right:0;top:0}.v-overlay--absolute,.v-overlay--contained .v-overlay__scrim{position:absolute}.v-overlay--scroll-blocked{padding-inline-end:var(--v-scrollbar-offset)}.v-select--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-select--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-select .v-field .v-text-field__prefix,.v-select .v-field .v-text-field__suffix,.v-select .v-field .v-field__input,.v-select .v-field.v-field{cursor:pointer}.v-select .v-field .v-field__input>input{align-self:flex-start;opacity:1;flex:0 0;position:absolute;left:0;right:0;width:100%;transition:none;pointer-events:none;caret-color:transparent;padding-inline:inherit}.v-select .v-field--dirty .v-select__selection{margin-inline-end:2px}.v-select .v-select__selection-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.v-select__content{overflow:hidden}.v-select__content{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-menu>.v-overlay__content.v-select__content{border-radius:4px}.v-select__selection{display:inline-flex;align-items:center;letter-spacing:inherit;line-height:inherit;max-width:100%}.v-select .v-select__selection:first-child{margin-inline-start:0}.v-select--selected .v-field .v-field__input>input{opacity:0}.v-select__menu-icon{margin-inline-start:4px;transition:.2s cubic-bezier(.4,0,.2,1)}.v-select--active-menu .v-select__menu-icon{transform:rotate(180deg)}.v-text-field input{color:inherit;flex:1;transition:.15s opacity cubic-bezier(.4,0,.2,1);min-width:0}.v-text-field input:focus,.v-text-field input:active{outline:none}.v-text-field input:invalid{box-shadow:none}.v-text-field .v-field{cursor:text}.v-text-field--prefixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input{--v-field-padding-start: 6px}.v-text-field--suffixed.v-text-field .v-field:not(.v-field--reverse) .v-field__input{--v-field-padding-end: 0}.v-text-field--prefixed.v-text-field .v-field.v-field--reverse .v-field__input{--v-field-padding-end: 6px}.v-text-field--suffixed.v-text-field .v-field.v-field--reverse .v-field__input{--v-field-padding-start: 0}.v-text-field .v-field:not(.v-field--no-label,.v-field--active) input::-moz-placeholder{opacity:0}.v-text-field .v-field:not(.v-field--no-label,.v-field--active) input::placeholder{opacity:0}.v-text-field .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-text-field .v-input__details{padding-inline:0}.v-text-field .v-field--single-line input{transition:none}.v-text-field__prefix,.v-text-field__suffix{align-items:center;color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));cursor:default;display:flex;opacity:0;transition:inherit;white-space:nowrap;min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));padding-top:calc(var(--v-field-padding-top, 4px) + var(--v-input-padding-top, 0));padding-bottom:var(--v-field-padding-bottom, 6px)}.v-field--active .v-text-field__prefix,.v-field--active .v-text-field__suffix{opacity:1}.v-field--disabled .v-text-field__prefix,.v-field--disabled .v-text-field__suffix{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-field:not(.v-field--reverse) .v-text-field__prefix{padding-inline-start:var(--v-field-padding-start)}.v-field.v-field--reverse .v-text-field__prefix{padding-inline-end:var(--v-field-padding-end)}.v-field:not(.v-field--reverse) .v-text-field__suffix{padding-inline-end:var(--v-field-padding-end)}.v-field.v-field--reverse .v-text-field__suffix{padding-inline-start:var(--v-field-padding-start)}.v-counter{color:rgba(var(--v-theme-on-surface),var(--v-medium-emphasis-opacity));flex:0 1 auto;font-size:12px;transition-duration:.15s;white-space:nowrap}.v-field{display:grid;grid-template-areas:"prepend-inner field clear append-inner";grid-template-columns:min-content minmax(0,1fr) min-content min-content;font-size:16px;letter-spacing:.009375em;max-width:100%;border-radius:4px;contain:layout;flex:1 0;grid-area:control;position:relative;--v-theme-overlay-multiplier: 1;--v-field-padding-start: 16px;--v-field-padding-end: 16px;--v-field-padding-top: 8px;--v-field-padding-bottom: 4px;--v-field-input-padding-top: calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));--v-field-input-padding-bottom: var(--v-field-padding-bottom, 4px)}.v-field--disabled{opacity:var(--v-disabled-opacity);pointer-events:none}.v-field .v-chip{--v-chip-height: 24px}.v-field--prepended{padding-inline-start:12px}.v-field--appended{padding-inline-end:12px}.v-field--variant-solo,.v-field--variant-solo-filled{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo,.v-field--variant-solo-filled{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted{background:rgb(var(--v-theme-surface));border-color:transparent;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-field--variant-solo-inverted{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-field--variant-solo-inverted.v-field--focused{color:rgb(var(--v-theme-on-surface-variant))}.v-field--variant-filled{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-input--density-default .v-field--variant-solo,.v-input--density-default .v-field--variant-solo-inverted,.v-input--density-default .v-field--variant-solo-filled,.v-input--density-default .v-field--variant-filled{--v-input-control-height: 56px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-solo,.v-input--density-comfortable .v-field--variant-solo-inverted,.v-input--density-comfortable .v-field--variant-solo-filled,.v-input--density-comfortable .v-field--variant-filled{--v-input-control-height: 48px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-solo,.v-input--density-compact .v-field--variant-solo-inverted,.v-input--density-compact .v-field--variant-solo-filled,.v-input--density-compact .v-field--variant-filled{--v-input-control-height: 40px;--v-field-padding-bottom: 0px}.v-field--variant-outlined,.v-field--single-line,.v-field--no-label{--v-field-padding-top: 0px}.v-input--density-default .v-field--variant-outlined,.v-input--density-default .v-field--single-line,.v-input--density-default .v-field--no-label{--v-field-padding-bottom: 16px}.v-input--density-comfortable .v-field--variant-outlined,.v-input--density-comfortable .v-field--single-line,.v-input--density-comfortable .v-field--no-label{--v-field-padding-bottom: 12px}.v-input--density-compact .v-field--variant-outlined,.v-input--density-compact .v-field--single-line,.v-input--density-compact .v-field--no-label{--v-field-padding-bottom: 8px}.v-field--variant-plain,.v-field--variant-underlined{border-radius:0;padding:0}.v-field--variant-plain.v-field,.v-field--variant-underlined.v-field{--v-field-padding-start: 0px;--v-field-padding-end: 0px}.v-input--density-default .v-field--variant-plain,.v-input--density-default .v-field--variant-underlined{--v-input-control-height: 48px;--v-field-padding-top: 4px;--v-field-padding-bottom: 4px}.v-input--density-comfortable .v-field--variant-plain,.v-input--density-comfortable .v-field--variant-underlined{--v-input-control-height: 40px;--v-field-padding-top: 2px;--v-field-padding-bottom: 0px}.v-input--density-compact .v-field--variant-plain,.v-input--density-compact .v-field--variant-underlined{--v-input-control-height: 32px;--v-field-padding-top: 0px;--v-field-padding-bottom: 0px}.v-field--flat{box-shadow:none}.v-field--rounded{border-radius:24px}.v-field.v-field--prepended{--v-field-padding-start: 6px}.v-field.v-field--appended{--v-field-padding-end: 6px}.v-field__input{align-items:center;color:inherit;-moz-column-gap:2px;column-gap:2px;display:flex;flex-wrap:wrap;letter-spacing:.009375em;opacity:var(--v-high-emphasis-opacity);min-height:max(var(--v-input-control-height, 56px),1.5rem + var(--v-field-input-padding-top) + var(--v-field-input-padding-bottom));min-width:0;padding-inline:var(--v-field-padding-start) var(--v-field-padding-end);padding-top:var(--v-field-input-padding-top);padding-bottom:var(--v-field-input-padding-bottom);position:relative;width:100%}.v-input--density-default .v-field__input{row-gap:8px}.v-input--density-comfortable .v-field__input{row-gap:6px}.v-input--density-compact .v-field__input{row-gap:4px}.v-field__input input{letter-spacing:inherit}.v-field__input input::-moz-placeholder,input.v-field__input::-moz-placeholder,textarea.v-field__input::-moz-placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input input::placeholder,input.v-field__input::placeholder,textarea.v-field__input::placeholder{color:currentColor;opacity:var(--v-disabled-opacity)}.v-field__input:focus,.v-field__input:active{outline:none}.v-field__input:invalid{box-shadow:none}.v-field__field{flex:1 0;grid-area:field;position:relative;align-items:flex-start;display:flex}.v-field__prepend-inner{grid-area:prepend-inner;padding-inline-end:var(--v-field-padding-after)}.v-field__clearable{grid-area:clear}.v-field__append-inner{grid-area:append-inner;padding-inline-start:var(--v-field-padding-after)}.v-field__append-inner,.v-field__clearable,.v-field__prepend-inner{display:flex;align-items:flex-start;padding-top:var(--v-input-padding-top, 8px)}.v-field--center-affix .v-field__append-inner,.v-field--center-affix .v-field__clearable,.v-field--center-affix .v-field__prepend-inner{align-items:center;padding-top:0}.v-field.v-field--variant-underlined .v-field__append-inner,.v-field.v-field--variant-underlined .v-field__clearable,.v-field.v-field--variant-underlined .v-field__prepend-inner,.v-field.v-field--variant-plain .v-field__append-inner,.v-field.v-field--variant-plain .v-field__clearable,.v-field.v-field--variant-plain .v-field__prepend-inner{align-items:flex-start;padding-top:calc(var(--v-field-padding-top, 8px) + var(--v-input-padding-top, 0px));padding-bottom:var(--v-field-padding-bottom, 4px)}.v-field--focused .v-field__prepend-inner,.v-field--focused .v-field__append-inner{opacity:1}.v-field__prepend-inner>.v-icon,.v-field__append-inner>.v-icon,.v-field__clearable>.v-icon{opacity:var(--v-medium-emphasis-opacity)}.v-field--disabled .v-field__prepend-inner>.v-icon,.v-field--error .v-field__prepend-inner>.v-icon,.v-field--glow.v-field--focused .v-field__prepend-inner>.v-icon,.v-field--disabled .v-field__append-inner>.v-icon,.v-field--error .v-field__append-inner>.v-icon,.v-field--glow.v-field--focused .v-field__append-inner>.v-icon,.v-field--disabled .v-field__clearable>.v-icon,.v-field--error .v-field__clearable>.v-icon,.v-field--glow.v-field--focused .v-field__clearable>.v-icon{opacity:1}.v-field--error:not(.v-field--disabled) .v-field__prepend-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__append-inner>.v-icon,.v-field--error:not(.v-field--disabled) .v-field__clearable>.v-icon{color:rgb(var(--v-theme-error))}.v-field__clearable{cursor:pointer;opacity:0;overflow:hidden;margin-inline:4px;transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform,width}@media (prefers-reduced-motion: reduce){.v-field__clearable{transition-property:opacity}}.v-field--focused .v-field__clearable,.v-field--persistent-clear .v-field__clearable{opacity:1}@media (hover: hover){.v-field:hover .v-field__clearable{opacity:1}}@media (hover: none){.v-field__clearable{opacity:1}}.v-label.v-field-label{contain:layout paint;display:block;margin-inline-start:var(--v-field-padding-start);margin-inline-end:var(--v-field-padding-end);max-width:calc(100% - var(--v-field-padding-start) - var(--v-field-padding-end));pointer-events:none;position:absolute;top:var(--v-input-padding-top);transform-origin:left center;z-index:1}@media (prefers-reduced-motion: no-preference){.v-label.v-field-label{transition:.15s cubic-bezier(.4,0,.2,1);transition-property:opacity,transform}}.v-field--variant-underlined .v-label.v-field-label,.v-field--variant-plain .v-label.v-field-label{top:calc(var(--v-input-padding-top) + var(--v-field-padding-top))}.v-field--center-affix .v-label.v-field-label{top:50%;transform:translateY(-50%)}.v-field--active .v-label.v-field-label{visibility:hidden}.v-field--focused .v-label.v-field-label,.v-field--error .v-label.v-field-label{opacity:1}.v-field--error:not(.v-field--disabled) .v-label.v-field-label{color:rgb(var(--v-theme-error))}.v-label.v-field-label--floating{--v-field-label-scale: .75em;font-size:var(--v-field-label-scale);visibility:hidden}.v-field--variant-outlined .v-label.v-field-label--floating{max-width:100%}.v-field--center-affix .v-label.v-field-label--floating{transform:none}.v-field.v-field--active .v-label.v-field-label--floating{visibility:unset}.v-input--density-default .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-default .v-field--variant-solo-filled .v-label.v-field-label--floating{top:7px}.v-input--density-comfortable .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-comfortable .v-field--variant-solo-filled .v-label.v-field-label--floating{top:5px}.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:3px}.v-field--variant-plain .v-label.v-field-label--floating,.v-field--variant-underlined .v-label.v-field-label--floating{transform:translateY(-16px);margin:0;top:var(--v-input-padding-top)}.v-field--variant-outlined .v-label.v-field-label--floating{transform:translateY(-50%);transform-origin:center;position:static;margin:0 4px}.v-field__outline{--v-field-border-width: 1px;--v-field-border-opacity: .38;align-items:stretch;contain:layout;display:flex;height:100%;left:0;pointer-events:none;position:absolute;right:0;width:100%}@media (hover: hover){.v-field:hover .v-field__outline{--v-field-border-opacity: var(--v-high-emphasis-opacity)}}.v-field--error:not(.v-field--disabled) .v-field__outline{color:rgb(var(--v-theme-error))}.v-field.v-field--focused .v-field__outline,.v-input.v-input--error .v-field__outline{--v-field-border-opacity: 1}.v-field--variant-outlined.v-field--focused .v-field__outline{--v-field-border-width: 2px}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{border-color:currentColor;border-style:solid;border-width:0 0 var(--v-field-border-width);opacity:var(--v-field-border-opacity);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:before,.v-field--variant-underlined .v-field__outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{border-color:currentColor;border-style:solid;border-width:0 0 2px;transform:scaleX(0);transition:transform .15s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled .v-field__outline:after,.v-field--variant-underlined .v-field__outline:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--focused.v-field--variant-filled .v-field__outline:after,.v-field--focused.v-field--variant-underlined .v-field__outline:after{transform:scaleX(1)}.v-field--variant-outlined .v-field__outline{border-radius:inherit}.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{border:0 solid currentColor;opacity:var(--v-field-border-opacity)}@media (prefers-reduced-motion: no-preference){.v-field--variant-outlined .v-field__outline__start,.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after,.v-field--variant-outlined .v-field__outline__end{transition:opacity .25s cubic-bezier(.4,0,.2,1)}}.v-field--variant-outlined .v-field__outline__start{flex:0 0 12px;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-start-width:var(--v-field-border-width);border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit}.v-field--rounded.v-field--variant-outlined .v-field__outline__start,[class^=rounded-].v-field--variant-outlined .v-field__outline__start,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__start{flex-basis:calc(var(--v-input-control-height) / 2 + 2px)}.v-field--reverse.v-field--variant-outlined .v-field__outline__start{border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0;border-inline-end-width:var(--v-field-border-width);border-inline-start-width:0}.v-field--variant-outlined .v-field__outline__notch{flex:none;position:relative;max-width:calc(100% - 24px)}.v-field--rounded.v-field--variant-outlined .v-field__outline__notch,[class^=rounded-].v-field--variant-outlined .v-field__outline__notch,[class*=" rounded-"].v-field--variant-outlined .v-field__outline__notch{max-width:calc(100% - var(--v-input-control-height))}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{opacity:var(--v-field-border-opacity)}.v-field--variant-outlined .v-field__outline__notch:before,.v-field--variant-outlined .v-field__outline__notch:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-outlined .v-field__outline__notch:before{border-width:var(--v-field-border-width) 0 0}.v-field--variant-outlined .v-field__outline__notch:after{bottom:0;border-width:0 0 var(--v-field-border-width)}.v-field--active.v-field--variant-outlined .v-field__outline__notch:before{opacity:0}.v-field--variant-outlined .v-field__outline__end{flex:1;border-top-width:var(--v-field-border-width);border-bottom-width:var(--v-field-border-width);border-inline-end-width:var(--v-field-border-width);border-start-start-radius:0;border-start-end-radius:inherit;border-end-end-radius:inherit;border-end-start-radius:0}.v-field--reverse.v-field--variant-outlined .v-field__outline__end{border-start-start-radius:inherit;border-start-end-radius:0;border-end-end-radius:0;border-end-start-radius:inherit;border-inline-end-width:0;border-inline-start-width:var(--v-field-border-width)}.v-field__loader{top:calc(100% - 2px);left:0;position:absolute;right:0;width:100%;border-top-left-radius:0;border-top-right-radius:0;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;overflow:hidden}.v-field--variant-outlined .v-field__loader{top:calc(100% - 3px);width:calc(100% - 2px);left:1px}.v-field__overlay{border-radius:inherit;pointer-events:none}.v-field__overlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-field--variant-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-filled.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-filled .v-field__overlay{background-color:currentColor;opacity:.04;transition:opacity .25s cubic-bezier(.4,0,.2,1)}@media (hover: hover){.v-field--variant-solo-filled:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-filled.v-field--focused .v-field__overlay{opacity:calc((.04 + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}.v-field--variant-solo-inverted .v-field__overlay{transition:opacity .25s cubic-bezier(.4,0,.2,1)}.v-field--variant-solo-inverted.v-field--has-background .v-field__overlay{opacity:0}@media (hover: hover){.v-field--variant-solo-inverted:hover .v-field__overlay{opacity:calc((.04 + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}}.v-field--variant-solo-inverted.v-field--focused .v-field__overlay{background-color:rgb(var(--v-theme-surface-variant));opacity:1}.v-field--reverse .v-field__field,.v-field--reverse .v-field__input,.v-field--reverse .v-field__outline{flex-direction:row-reverse}.v-field--reverse .v-field__input,.v-field--reverse input{text-align:end}.v-input--disabled .v-field--variant-filled .v-field__outline:before,.v-input--disabled .v-field--variant-underlined .v-field__outline:before{-o-border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat;border-image:repeating-linear-gradient(to right,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 0px,rgba(var(--v-theme-on-surface),var(--v-disabled-opacity)) 2px,transparent 2px,transparent 4px) 1 repeat}.v-field--loading .v-field__outline:after,.v-field--loading .v-field__outline:before{opacity:0}@media (forced-colors: active){.v-field .v-progress-linear{border:none}}.v-virtual-scroll{display:block;flex:1 1 auto;max-width:100%;overflow:auto;position:relative}.v-virtual-scroll__container{display:block}.v-file-input--hide.v-input .v-field,.v-file-input--hide.v-input .v-input__control,.v-file-input--hide.v-input .v-input__details{display:none}.v-file-input--hide.v-input .v-input__prepend{grid-area:control;margin:0 auto}.v-file-input--chips.v-input--density-compact .v-field--variant-solo .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-solo-inverted .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-filled .v-label.v-field-label--floating,.v-file-input--chips.v-input--density-compact .v-field--variant-solo-filled .v-label.v-field-label--floating{top:0}.v-file-input .v-field__input{word-break:break-word}.v-file-input input[type=file]{height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:0}.v-file-input--dragging input[type=file]{z-index:1}.v-file-input .v-input__details{padding-inline:16px}.v-input--plain-underlined.v-file-input .v-input__details{padding-inline:0}.v-radio-group>.v-input__control{flex-direction:column}.v-radio-group>.v-input__control>.v-label{margin-inline-start:16px}.v-radio-group>.v-input__control>.v-label+.v-selection-control-group{padding-inline-start:6px;margin-top:8px}.v-radio-group .v-input__details{padding-inline:16px}.v-slider .v-slider__container input{cursor:default;padding:0;width:100%;display:none}.v-slider>.v-input__append,.v-slider>.v-input__prepend{padding:0}.v-slider__container{position:relative;min-height:inherit;width:100%;height:100%;display:flex;justify-content:center;align-items:center;cursor:pointer}.v-input--disabled .v-slider__container{opacity:var(--v-disabled-opacity)}.v-input--error:not(.v-input--disabled) .v-slider__container{color:rgb(var(--v-theme-error))}.v-slider.v-input--horizontal{align-items:center;margin-inline:8px 8px}.v-slider.v-input--horizontal>.v-input__control{min-height:32px;display:flex;align-items:center}.v-slider.v-input--vertical{justify-content:center;margin-top:12px;margin-bottom:12px}.v-slider.v-input--vertical>.v-input__control{min-height:300px}.v-slider.v-input--disabled{pointer-events:none}.v-slider--has-labels>.v-input__control{margin-bottom:4px}.v-slider__label{margin-inline-end:12px}.v-slider-thumb{touch-action:none;color:rgb(var(--v-theme-surface-variant))}.v-input--error:not(.v-input--disabled) .v-slider-thumb{color:inherit}.v-slider-thumb__label{background:rgba(var(--v-theme-surface-variant),.7);color:rgb(var(--v-theme-on-surface-variant))}.v-slider-thumb__label>.v-slider-thumb__label-wedge{background:inherit}.v-slider-thumb{outline:none;position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-slider-thumb__surface{cursor:pointer;width:var(--v-slider-thumb-size);height:var(--v-slider-thumb-size);border-radius:50%;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:currentColor}@media (forced-colors: active){.v-slider-thumb__surface{background-color:highlight}}.v-slider-thumb__surface:before{transition:.3s cubic-bezier(.4,0,.2,1);content:"";color:inherit;top:0;left:0;width:100%;height:100%;border-radius:50%;background:currentColor;position:absolute;pointer-events:none;opacity:0}.v-slider-thumb__surface:after{content:"";width:42px;height:42px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.v-slider-thumb__label-container{position:absolute;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label{display:flex;align-items:center;justify-content:center;font-size:.75rem;min-width:35px;height:25px;border-radius:4px;padding:6px;position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;transition:.2s cubic-bezier(.4,0,1,1)}.v-slider-thumb__label>.v-slider-thumb__label-wedge{width:12px;height:12px;position:absolute}.v-slider-thumb__ripple{position:absolute;left:calc(var(--v-slider-thumb-size) / -2);top:calc(var(--v-slider-thumb-size) / -2);width:calc(var(--v-slider-thumb-size) * 2);height:calc(var(--v-slider-thumb-size) * 2);background:inherit}.v-slider.v-input--horizontal .v-slider-thumb{top:50%;transform:translateY(-50%);inset-inline-start:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2)}.v-slider.v-input--horizontal .v-slider-thumb__label-container{left:calc(var(--v-slider-thumb-size) / 2);top:0}.v-slider.v-input--horizontal .v-slider-thumb__label{bottom:calc(var(--v-slider-thumb-size) / 2)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(-50%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-thumb__label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-thumb__label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-thumb__label>.v-slider-thumb__label-wedge{clip-path:polygon(50% 100%,0 50%,100% 50%);bottom:-5.8px}.v-slider.v-input--vertical .v-slider-thumb{top:calc(var(--v-slider-thumb-position) - var(--v-slider-thumb-size) / 2)}.v-slider.v-input--vertical .v-slider-thumb__label-container{top:calc(var(--v-slider-thumb-size) / 2);right:0}.v-slider.v-input--vertical .v-slider-thumb__label{top:-12.5px;left:calc(var(--v-slider-thumb-size) / 2)}.v-slider.v-input--vertical .v-slider-thumb__label>.v-slider-thumb__label-wedge{clip-path:polygon(0 50%,50% 0,50% 100%);left:-5.8px}.v-slider-thumb--focused .v-slider-thumb__surface:before{transform:scale(2);opacity:var(--v-focus-opacity)}.v-slider-thumb--pressed{transition:none}.v-slider-thumb--pressed .v-slider-thumb__surface:before{opacity:var(--v-pressed-opacity)}@media (hover: hover){.v-slider-thumb:hover .v-slider-thumb__surface:before{transform:scale(2)}.v-slider-thumb:hover:not(.v-slider-thumb--focused) .v-slider-thumb__surface:before{opacity:var(--v-hover-opacity)}}.v-slider-track__background{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors: active){.v-slider-track__background{background-color:highlight}}.v-slider-track__fill{background-color:rgb(var(--v-theme-surface-variant))}@media (forced-colors: active){.v-slider-track__fill{background-color:highlight}}.v-slider-track__tick{background-color:rgb(var(--v-theme-surface-variant))}.v-slider-track__tick--filled{background-color:rgb(var(--v-theme-surface-light))}.v-slider-track{border-radius:6px}@media (forced-colors: active){.v-slider-track{border:thin solid buttontext}}.v-slider-track__background,.v-slider-track__fill{position:absolute;transition:.3s cubic-bezier(.25,.8,.5,1);border-radius:inherit}.v-slider--pressed .v-slider-track__background,.v-slider--pressed .v-slider-track__fill{transition:none}.v-input--error:not(.v-input--disabled) .v-slider-track__background,.v-input--error:not(.v-input--disabled) .v-slider-track__fill{background-color:currentColor}.v-slider-track__ticks{height:100%;width:100%;position:relative}.v-slider-track__tick{position:absolute;opacity:0;transition:.2s opacity cubic-bezier(.4,0,.2,1);border-radius:2px;width:var(--v-slider-tick-size);height:var(--v-slider-tick-size);transform:translate(calc(var(--v-slider-tick-size) / -2),calc(var(--v-slider-tick-size) / -2))}.v-locale--is-ltr.v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr .v-slider-track__tick--first .v-slider-track__tick-label{transform:none}.v-locale--is-rtl.v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(100%)}.v-locale--is-ltr.v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl.v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl .v-slider-track__tick--last .v-slider-track__tick-label{transform:none}.v-slider-track__tick-label{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.v-slider.v-input--horizontal .v-slider-track{display:flex;align-items:center;width:100%;height:calc(var(--v-slider-track-size) + 2px);touch-action:pan-y}.v-slider.v-input--horizontal .v-slider-track__background{height:var(--v-slider-track-size)}.v-slider.v-input--horizontal .v-slider-track__fill{height:inherit}.v-slider.v-input--horizontal .v-slider-track__tick{margin-top:calc(calc(var(--v-slider-track-size) + 2px) / 2)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size) / 2),calc(var(--v-slider-tick-size) / -2))}.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{margin-top:calc(var(--v-slider-track-size) / 2 + 8px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(-50%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick .v-slider-track__tick-label{transform:translate(50%)}.v-slider.v-input--horizontal .v-slider-track__tick--first{margin-inline-start:calc(var(--v-slider-tick-size) + 1px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--first .v-slider-track__tick-label{transform:translate(0)}.v-slider.v-input--horizontal .v-slider-track__tick--last{margin-inline-start:calc(100% - var(--v-slider-tick-size) - 1px)}.v-locale--is-ltr.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-ltr .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(-100%)}.v-locale--is-rtl.v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label,.v-locale--is-rtl .v-slider.v-input--horizontal .v-slider-track__tick--last .v-slider-track__tick-label{transform:translate(100%)}.v-slider.v-input--vertical .v-slider-track{height:100%;display:flex;justify-content:center;width:calc(var(--v-slider-track-size) + 2px);touch-action:pan-x}.v-slider.v-input--vertical .v-slider-track__background{width:var(--v-slider-track-size)}.v-slider.v-input--vertical .v-slider-track__fill{width:inherit}.v-slider.v-input--vertical .v-slider-track__ticks{height:100%}.v-slider.v-input--vertical .v-slider-track__tick{margin-inline-start:calc(calc(var(--v-slider-track-size) + 2px) / 2);transform:translate(calc(var(--v-slider-tick-size) / -2),calc(var(--v-slider-tick-size) / 2))}.v-locale--is-rtl.v-slider.v-input--vertical .v-slider-track__tick,.v-locale--is-rtl .v-slider.v-input--vertical .v-slider-track__tick{transform:translate(calc(var(--v-slider-tick-size) / 2),calc(var(--v-slider-tick-size) / 2))}.v-slider.v-input--vertical .v-slider-track__tick--first{bottom:calc(0% + var(--v-slider-tick-size) + 1px)}.v-slider.v-input--vertical .v-slider-track__tick--last{bottom:calc(100% - var(--v-slider-tick-size) - 1px)}.v-slider.v-input--vertical .v-slider-track__tick .v-slider-track__tick-label{margin-inline-start:calc(var(--v-slider-track-size) / 2 + 12px);transform:translateY(-50%)}.v-slider-track__ticks--always-show .v-slider-track__tick,.v-slider--focused .v-slider-track__tick{opacity:1}.v-slider-track__background--opacity{opacity:.38}.v-textarea{--v-textarea-max-height: initial}.v-textarea .v-field{--v-textarea-control-height: var(--v-input-control-height)}.v-textarea .v-field:not(.v-field--no-label,.v-field--active) textarea::-moz-placeholder{opacity:0}.v-textarea .v-field:not(.v-field--no-label,.v-field--active) textarea::placeholder{opacity:0}.v-textarea .v-field__field{--v-input-control-height: var(--v-textarea-control-height)}.v-textarea .v-field__input{max-height:var(--v-textarea-max-height);flex:1 1 auto;outline:none;-webkit-mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)),linear-gradient(to right,transparent,transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)),black calc(100% - var(--v-textarea-scroll-bar-width, 16px)));mask-image:linear-gradient(to bottom,transparent,transparent calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) - 6px),black calc(var(--v-field-padding-top, 0) + var(--v-input-padding-top, 0) + 4px)),linear-gradient(to right,transparent,transparent calc(100% - var(--v-textarea-scroll-bar-width, 16px)),black calc(100% - var(--v-textarea-scroll-bar-width, 16px)))}.v-textarea .v-field__input.v-textarea__sizer{visibility:hidden;position:absolute;top:0;left:0;height:0!important;min-height:0!important;pointer-events:none}.v-textarea--no-resize .v-field__input{resize:none}.v-textarea textarea{flex:1;min-width:0;height:100%;transition:.15s opacity cubic-bezier(.4,0,.2,1)}.v-textarea textarea:focus,.v-textarea textarea:active{outline:none}.v-textarea textarea:invalid{box-shadow:none}.v-data-table{width:100%}.v-data-table__table{width:100%;border-collapse:separate;border-spacing:0}.v-data-table__tr--focus{border:1px dotted black}.v-data-table__tr--clickable{cursor:pointer}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end{text-align:end}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-end .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-end .v-data-table-header__content{flex-direction:row-reverse}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center{text-align:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--align-center .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--align-center .v-data-table-header__content{justify-content:center}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--no-padding,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--no-padding{padding:0 8px}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--empty,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--empty,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--empty,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--empty{padding:0}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap{text-overflow:ellipsis;text-wrap:nowrap;overflow:hidden}.v-data-table .v-table__wrapper>table>thead>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table>thead>tr th.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr>td.v-data-table-column--nowrap .v-data-table-header__content,.v-data-table .v-table__wrapper>table tbody>tr th.v-data-table-column--nowrap .v-data-table-header__content{display:contents}.v-data-table .v-table__wrapper>table>thead>tr>th,.v-data-table .v-table__wrapper>table tbody>tr>th{align-items:center}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--fixed,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--fixed{position:sticky}.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table>thead>tr>th.v-data-table__th--sortable:focus,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:hover,.v-data-table .v-table__wrapper>table tbody>tr>th.v-data-table__th--sortable:focus{cursor:pointer;color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted) .v-data-table-header__sort-icon{opacity:0}.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table>thead>tr>th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):hover .v-data-table-header__sort-icon,.v-data-table .v-table__wrapper>table tbody>tr>th:not(.v-data-table__th--sorted):focus .v-data-table-header__sort-icon{opacity:.5}.v-data-table .v-table__wrapper>table>thead>tr.v-data-table__tr--mobile>td,.v-data-table .v-table__wrapper>table tbody>tr.v-data-table__tr--mobile>td{height:-moz-fit-content;height:fit-content}.v-data-table-column--fixed,.v-data-table-column--fixed-end,.v-data-table__th--sticky{background-color:rgb(var(--v-theme-surface));background-image:inherit;position:sticky!important;left:0;z-index:1}.v-data-table-column--fixed-end{left:unset;right:0}.v-data-table-column--last-fixed{border-right:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table-column--first-fixed-end{border-left:1px solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed,.v-data-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th.v-data-table-column--fixed-end{z-index:2}.v-data-table-group-header-row td{background:rgba(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface))}.v-data-table-group-header-row td>span{padding-left:5px}.v-data-table--loading .v-data-table__td{opacity:var(--v-disabled-opacity)}.v-data-table-group-header-row__column{padding-inline-start:calc(var(--v-data-table-group-header-row-depth) * 16px)!important}.v-data-table-header__content{display:flex;align-items:center}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;font-size:.875rem;padding:4px;border-radius:50%;background:rgba(var(--v-border-color),var(--v-border-opacity));min-width:20px;min-height:20px;width:20px;height:20px}.v-data-table-progress>th{border:none!important;height:auto!important;padding:0!important}.v-data-table-progress__loader{position:relative}.v-data-table-rows-loading,.v-data-table-rows-no-data{text-align:center}.v-data-table__tr--mobile>.v-data-table__td--expanded-row{grid-template-columns:auto;justify-content:center}.v-data-table__tr--mobile>.v-data-table__td--select-row{grid-template-columns:0;justify-content:end}.v-data-table__tr--mobile>td{align-items:center;-moz-column-gap:4px;column-gap:4px;display:grid;grid-template-columns:repeat(2,1fr);min-height:var(--v-table-row-height)}.v-data-table__tr--mobile>td:not(:last-child){border-bottom:0!important}.v-data-table__td-title{font-weight:500;text-align:start}.v-data-table__td-value{text-align:end}.v-data-table__td-sort-icon{color:rgba(var(--v-theme-on-surface),var(--v-disabled-opacity))}.v-data-table__td-sort-icon-active{color:rgba(var(--v-theme-on-surface))}.v-data-table-footer{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;padding:8px 4px}.v-data-table-footer__items-per-page{align-items:center;display:flex;justify-content:center}.v-data-table-footer__items-per-page>span{padding-inline-end:8px}.v-data-table-footer__items-per-page>.v-select{width:90px}.v-data-table-footer__info{display:flex;justify-content:flex-end;min-width:116px;padding:0 16px}.v-data-table-footer__paginationz{align-items:center;display:flex;margin-inline-start:16px}.v-data-table-footer__page{padding:0 8px}.v-pagination__list{display:inline-flex;list-style-type:none;justify-content:center;width:100%}.v-pagination__item,.v-pagination__first,.v-pagination__prev,.v-pagination__next,.v-pagination__last{margin:.3rem}.v-table{font-size:.875rem;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table{background:rgb(var(--v-theme-surface));color:rgba(var(--v-theme-on-surface),var(--v-high-emphasis-opacity))}.v-table .v-table-divider{border-right:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>thead>tr>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>td,.v-table .v-table__wrapper>table>tbody>tr:not(:last-child)>th{border-bottom:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table .v-table__wrapper>table>tfoot>tr>td,.v-table .v-table__wrapper>table>tfoot>tr>th{border-top:thin solid rgba(var(--v-border-color),var(--v-border-opacity))}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr>td{position:relative}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{background:rgba(var(--v-border-color),var(--v-hover-opacity));pointer-events:none}.v-table.v-table--hover>.v-table__wrapper>table>tbody>tr:hover>td:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.v-table.v-table--striped-even>.v-table__wrapper>table>tbody>tr:nth-child(2n){background-image:linear-gradient(0deg,rgba(var(--v-border-color),var(--v-hover-opacity)),rgba(var(--v-border-color),var(--v-hover-opacity)))}.v-table.v-table--striped-odd>.v-table__wrapper>table>tbody>tr:nth-child(odd){background-image:linear-gradient(0deg,rgba(var(--v-border-color),var(--v-hover-opacity)),rgba(var(--v-border-color),var(--v-hover-opacity)))}.v-table.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{background:rgb(var(--v-theme-surface));box-shadow:inset 0 -1px rgba(var(--v-border-color),var(--v-border-opacity));z-index:1}.v-table.v-table--fixed-footer>tfoot>tr>th,.v-table.v-table--fixed-footer>tfoot>tr>td{background:rgb(var(--v-theme-surface));box-shadow:inset 0 1px rgba(var(--v-border-color),var(--v-border-opacity))}.v-table{border-radius:inherit;line-height:1.5;max-width:100%;display:flex;flex-direction:column}.v-table>.v-table__wrapper>table{width:100%;border-spacing:0}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>th{padding:0 16px;transition-duration:.28s;transition-property:box-shadow,opacity,background,height;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-table>.v-table__wrapper>table>tbody>tr>td,.v-table>.v-table__wrapper>table>thead>tr>td,.v-table>.v-table__wrapper>table>tfoot>tr>td{height:var(--v-table-row-height)}.v-table>.v-table__wrapper>table>tbody>tr>th,.v-table>.v-table__wrapper>table>thead>tr>th,.v-table>.v-table__wrapper>table>tfoot>tr>th{height:var(--v-table-header-height);font-weight:500;-webkit-user-select:none;-moz-user-select:none;user-select:none;text-align:start}.v-table--density-default{--v-table-header-height: 56px;--v-table-row-height: 52px}.v-table--density-comfortable{--v-table-header-height: 48px;--v-table-row-height: 44px}.v-table--density-compact{--v-table-header-height: 40px;--v-table-row-height: 36px}.v-table__wrapper{border-radius:inherit;overflow:auto;flex:1 1 auto}.v-table--has-top>.v-table__wrapper{border-top-left-radius:0;border-top-right-radius:0}.v-table--has-bottom>.v-table__wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-table--fixed-height>.v-table__wrapper{overflow-y:auto}.v-table--fixed-header>.v-table__wrapper>table>thead{position:sticky;top:0;z-index:2}.v-table--fixed-header>.v-table__wrapper>table>thead>tr>th{border-bottom:0px!important}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr{position:sticky;bottom:0;z-index:1}.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>td,.v-table--fixed-footer>.v-table__wrapper>table>tfoot>tr>th{border-top:0px!important}.v-date-picker{overflow:hidden;width:328px;--v-date-picker-landscape-header-width: 170px}.v-date-picker--show-week{width:368px}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper){width:calc(328px + var(--v-date-picker-landscape-header-width))}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper{width:var(--v-date-picker-landscape-header-width)}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper) .v-picker__header-wrapper .v-date-picker-header{height:auto;padding-inline:24px}.v-date-picker.v-picker--landscape:has(.v-picker__header-wrapper).v-picker--show-week{width:calc(368px + var(--v-date-picker-landscape-header-width))}.v-date-picker>.v-picker__body{flex-direction:column}.v-date-picker-controls{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;height:var(--v-date-picker-controls-height, 56px);padding:4px 12px}.v-date-picker-controls .v-btn{text-transform:none;font-weight:400;line-height:initial;letter-spacing:initial}.v-date-picker-controls .v-btn>.v-btn__append>.v-icon{transition-property:transform;transition-duration:.28s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-date-picker--months .v-date-picker-controls .v-date-picker-controls__only-month-btn>.v-btn__append>.v-icon{transform:rotate(180deg)}.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__mode-btn{transform:rotate(180deg)}.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__year-btn>.v-btn__append>.v-icon,.v-date-picker--year .v-date-picker-controls .v-date-picker-controls__only-year-btn>.v-btn__append>.v-icon{transform:rotate(180deg)}.v-date-picker-controls__date{margin-inline-end:4px}.v-date-picker-controls__month,.v-date-picker-controls__year{display:flex}.v-locale--is-rtl.v-date-picker-controls__month,.v-locale--is-rtl.v-date-picker-controls__year,.v-locale--is-rtl .v-date-picker-controls__month,.v-locale--is-rtl .v-date-picker-controls__year{flex-direction:row-reverse}.v-date-picker-controls .v-date-picker-controls__month-btn,.v-date-picker-controls .v-date-picker-controls__year-btn{padding:0 12px}.v-date-picker-controls .v-date-picker-controls__only-month-btn,.v-date-picker-controls .v-date-picker-controls__only-year-btn{padding-inline:12px 8px;min-width:40px}.v-date-picker-controls .v-date-picker-controls__only-month-btn>.v-btn__append,.v-date-picker-controls .v-date-picker-controls__only-year-btn>.v-btn__append{margin-inline:4px -4px}.v-date-picker__title{display:inline-block}.v-date-picker-header{align-items:flex-end;height:70px;display:grid;grid-template-areas:"prepend content append";grid-template-columns:min-content minmax(0,1fr) min-content;overflow:hidden;padding-inline:24px 12px;padding-bottom:12px}.v-date-picker-header__append{grid-area:append}.v-date-picker-header__prepend{grid-area:prepend;padding-inline-start:8px}.v-date-picker-header__content{align-items:center;display:inline-flex;font-size:32px;line-height:40px;grid-area:content;justify-content:space-between;white-space:pre-wrap}.v-date-picker-header--clickable .v-date-picker-header__content{cursor:pointer}.v-date-picker-header--clickable .v-date-picker-header__content:not(:hover){opacity:.7}.date-picker-header-transition-enter-active,.date-picker-header-reverse-transition-enter-active,.date-picker-header-transition-leave-active,.date-picker-header-reverse-transition-leave-active{transition-duration:.3s;transition-timing-function:cubic-bezier(.4,0,.2,1)}.date-picker-header-transition-enter-from{transform:translateY(100%)}.date-picker-header-transition-leave-to{opacity:0;transform:translateY(-100%)}.date-picker-header-reverse-transition-enter-from{transform:translateY(-100%)}.date-picker-header-reverse-transition-leave-to{opacity:0;transform:translateY(100%)}.v-date-picker-month{display:flex;justify-content:center;padding:0 12px 8px;--v-date-picker-month-day-diff: 4px}.v-date-picker-month__weeks{display:flex;flex-direction:column;-moz-column-gap:4px;column-gap:4px;font-size:.875rem}.v-date-picker-month__weekday{font-size:.875rem}.v-date-picker-month__days{display:grid;grid-template-columns:repeat(var(--v-date-picker-days-in-week),min-content);-moz-column-gap:4px;column-gap:4px;justify-content:space-around;width:100%}.v-date-picker-month__day{align-items:center;display:flex;justify-content:center;position:relative;height:40px;width:40px}.v-date-picker-month__day--selected .v-btn{background-color:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant))}.v-date-picker-month__day .v-btn.v-date-picker-month__day-btn{--v-btn-height: 24px;--v-btn-size: .875rem}.v-date-picker-month__day--week{font-size:var(--v-btn-size)}.v-date-picker-month__day--adjacent{opacity:.5}.v-date-picker-month__day--hide-adjacent{opacity:0}.v-date-picker-month__events{height:8px;left:0;text-indent:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-month__events>div{height:8px;margin:0 1px -1px;width:8px}.v-date-picker-month__events .v-badge--dot .v-badge__badge{border-radius:4px;height:8px;width:8px}.v-date-picker-month__day .v-date-picker-month__events{bottom:8px}.v-date-picker-months{height:288px}.v-date-picker-months__content{align-items:center;display:grid;flex:1 1;height:inherit;justify-content:space-around;grid-template-columns:repeat(2,1fr);grid-gap:0px 24px;padding-inline-start:36px;padding-inline-end:36px}.v-date-picker-months__content .v-btn{text-transform:none;padding-inline-start:8px;padding-inline-end:8px}.v-date-picker-years{height:288px;overflow-y:scroll}.v-date-picker-years__content{display:grid;flex:1 1;justify-content:space-around;grid-template-columns:repeat(3,1fr);gap:8px 24px;padding-inline:32px}.v-date-picker-years__content .v-btn{padding-inline:8px}.v-picker.v-sheet{display:grid;grid-auto-rows:min-content;grid-template-areas:"header" "body";grid-template-columns:minmax(0,1fr);overflow:hidden}.v-picker.v-sheet{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-picker.v-sheet{border-radius:4px}.v-picker.v-sheet.v-picker--with-actions{grid-template-areas:"header" "body" "actions"}.v-picker.v-sheet.v-picker--landscape{grid-template-columns:auto 1fr;grid-template-areas:"header body" "header body"}.v-picker.v-sheet.v-picker--landscape.v-picker--with-actions{grid-template-areas:"header body" "header actions"}.v-picker__body{grid-area:body;overflow:hidden;position:relative;display:flex;justify-content:center;flex-wrap:wrap}.v-picker__header-wrapper{grid-area:header}.v-picker__actions{grid-area:actions;padding:0 12px 12px;display:flex;align-items:center;justify-content:flex-end}.v-picker__actions .v-btn{min-width:48px}.v-picker__actions .v-btn:not(:last-child){margin-inline-end:8px}.v-picker--divided .v-picker__header{border-bottom-color:rgba(var(--v-border-color),var(--v-border-opacity));border-bottom-style:solid;border-bottom-width:thin}.v-picker-title{text-transform:uppercase;font-size:.75rem;padding-inline:24px 12px;padding-top:16px;padding-bottom:16px;font-weight:400;letter-spacing:.1666666667em}.v-dialog{align-items:center;justify-content:center;margin:auto}.v-dialog>.v-overlay__content{max-height:calc(100% - 48px);width:calc(100% - 48px);max-width:calc(100% - 48px);margin:24px}.v-dialog>.v-overlay__content,.v-dialog>.v-overlay__content>form{display:flex;flex-direction:column;min-height:0}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{--v-scrollbar-offset: 0px;border-radius:4px;overflow-y:auto;flex:1 1 100%}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>.v-sheet,.v-dialog>.v-overlay__content>form>.v-card,.v-dialog>.v-overlay__content>form>.v-sheet{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-dialog>.v-overlay__content>.v-card,.v-dialog>.v-overlay__content>form>.v-card{display:flex;flex-direction:column}.v-dialog>.v-overlay__content>.v-card>.v-card-item,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item{padding:16px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-item+.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-item+.v-card-text{padding-top:0}.v-dialog>.v-overlay__content>.v-card>.v-card-text,.v-dialog>.v-overlay__content>form>.v-card>.v-card-text{font-size:inherit;letter-spacing:.03125em;line-height:inherit;padding:16px 24px 24px}.v-dialog>.v-overlay__content>.v-card>.v-card-actions,.v-dialog>.v-overlay__content>form>.v-card>.v-card-actions{justify-content:flex-end}.v-dialog--fullscreen{--v-scrollbar-offset: 0px}.v-dialog--fullscreen>.v-overlay__content{border-radius:0;margin:0;padding:0;width:100%;height:100%;max-width:100%;max-height:100%;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-overlay__content>.v-card,.v-dialog--fullscreen>.v-overlay__content>.v-sheet,.v-dialog--fullscreen>.v-overlay__content>form>.v-card,.v-dialog--fullscreen>.v-overlay__content>form>.v-sheet{min-height:100%;min-width:100%;border-radius:0}.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{max-height:100%;max-width:100%}.v-dialog--scrollable>.v-overlay__content,.v-dialog--scrollable>.v-overlay__content>.v-card,.v-dialog--scrollable>.v-overlay__content>form,.v-dialog--scrollable>.v-overlay__content>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column}.v-dialog--scrollable>.v-overlay__content>.v-card>.v-card-text,.v-dialog--scrollable>.v-overlay__content>form>.v-card>.v-card-text{backface-visibility:hidden;overflow-y:auto}.v-tooltip>.v-overlay__content{background:rgb(var(--v-theme-surface-variant));color:rgb(var(--v-theme-on-surface-variant));border-radius:4px;font-size:.875rem;line-height:1.6;display:inline-block;padding:5px 16px;text-transform:initial;width:auto;opacity:1;transition-property:opacity,transform;overflow-wrap:break-word}.v-tooltip>.v-overlay__content[class*=enter-active]{transition-timing-function:cubic-bezier(0,0,.2,1);transition-duration:.15s}.v-tooltip>.v-overlay__content[class*=leave-active]{transition-timing-function:cubic-bezier(.4,0,1,1);transition-duration:75ms}.v-tooltip:not(.v-tooltip--interactive)>.v-overlay__content{pointer-events:none}.v-tab.v-tab.v-btn{height:var(--v-tabs-height);border-radius:0;min-width:90px}.v-slide-group--horizontal .v-tab{max-width:360px}.v-slide-group--vertical .v-tab{justify-content:start}.v-tab__slider{position:absolute;bottom:0;left:0;height:2px;width:100%;background:currentColor;pointer-events:none;opacity:0}.v-tab--selected .v-tab__slider{opacity:1}.v-slide-group--vertical .v-tab__slider{top:0;height:100%;width:2px}@media (forced-colors: active){.v-tab--selected.v-btn{color:highlight!important}.v-tab__slider{background:highlight!important}}.v-tabs{display:flex;height:var(--v-tabs-height)}.v-tabs--density-default{--v-tabs-height: 48px}.v-tabs--density-default.v-tabs--stacked{--v-tabs-height: 72px}.v-tabs--density-comfortable{--v-tabs-height: 44px}.v-tabs--density-comfortable.v-tabs--stacked{--v-tabs-height: 68px}.v-tabs--density-compact{--v-tabs-height: 36px}.v-tabs--density-compact.v-tabs--stacked{--v-tabs-height: 60px}.v-tabs.v-slide-group--vertical{height:auto;flex:none;--v-tabs-height: 48px}.v-tabs--align-tabs-title:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:42px}.v-tabs--fixed-tabs .v-slide-group__content>*:last-child,.v-tabs--align-tabs-center .v-slide-group__content>*:last-child{margin-inline-end:auto}.v-tabs--fixed-tabs .v-slide-group__content>*:first-child,.v-tabs--align-tabs-center .v-slide-group__content>*:first-child{margin-inline-start:auto}.v-tabs--grow{flex-grow:1}.v-tabs--grow .v-tab{flex:1 0 auto;max-width:none}.v-tabs--align-tabs-end .v-tab:first-child{margin-inline-start:auto}.v-tabs--align-tabs-end .v-tab:last-child{margin-inline-end:0}.v-tabs--inset{--v-tabs-inset-radius: 4px;--v-tabs-inset-padding: 4px;background:rgba(var(--v-theme-on-surface),.06);box-shadow:inset 0 0 0 2px rgba(var(--v-border-color),var(--v-border-opacity));border-radius:calc(var(--v-tabs-inset-radius) + var(--v-tabs-inset-padding))}.v-tabs--inset .v-tab{margin:var(--v-tabs-inset-padding);transition-property:box-shadow,transform,opacity,background,color}.v-tabs--inset .v-tab.v-tab.v-btn{border-radius:var(--v-tabs-inset-radius)}.v-tabs--inset .v-tab:focus-visible{outline:2px solid rgb(var(--v-border-color));outline-offset:2px}.v-tabs--inset .v-tab:focus-visible:after{opacity:0}.v-tabs--inset:not(.v-tabs--fixed-tabs,.v-tabs--grow){max-width:-moz-max-content;max-width:max-content}.v-tabs--inset.v-tabs--fixed-tabs .v-slide-group__content{padding-inline:var(--v-tabs-inset-padding)}.v-tabs--inset .v-tab__slider{top:0;right:0;bottom:0;left:0;border-radius:var(--v-tabs-inset-radius);z-index:-1;width:auto}.v-tabs--inset.v-tabs--horizontal{height:calc(var(--v-tabs-height) + var(--v-tabs-inset-padding) * 2);--v-tabs-inset-tab-radius: calc(var(--v-tabs-outer-radius) - var(--v-tabs-inset-padding) + 4px)}.v-tabs--inset.v-tabs--horizontal .v-tab__slider{height:auto}.v-tabs--inset .v-btn__overlay{display:none}.v-tabs--inset.v-tabs--vertical .v-tab{grid-template-columns:max-content 1fr max-content}.v-tabs--inset.v-tabs--vertical .v-tab>.v-btn__content{justify-content:start}@media (max-width: 1279.98px){.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:first-child{margin-inline-start:52px}.v-tabs.v-slide-group--is-overflowing.v-slide-group--horizontal:not(.v-slide-group--has-affixes) .v-tab:last-child{margin-inline-end:52px}}.v-window{overflow:hidden}.v-window__container{display:flex;flex-direction:column;height:inherit;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window__controls{position:absolute;left:0;top:0;width:100%;height:100%;display:flex;align-items:center;justify-content:space-between;padding:0 16px;pointer-events:none}.v-window__controls>*{pointer-events:auto}.v-window--show-arrows-on-hover{overflow:hidden}.v-window--show-arrows-on-hover .v-window__left{transform:translate(-200%)}:has(.v-window__controls--right).v-window--show-arrows-on-hover .v-window__left{transform:translate(200%)}.v-window--show-arrows-on-hover .v-window__right{transform:translate(200%)}:has(.v-window__controls--left).v-window--show-arrows-on-hover .v-window__right{transform:translate(-200%)}.v-window--show-arrows-on-hover:hover .v-window__left,.v-window--show-arrows-on-hover:hover .v-window__right{transform:translate(0)}.v-window--vertical-arrows .v-window__controls{flex-direction:column;justify-content:center;gap:12px}.v-window--vertical-arrows .v-window__controls--left{align-items:start}.v-window--vertical-arrows .v-window__controls--right{align-items:end}.v-window--vertical-arrows .v-window__controls .v-window__left .v-icon,.v-window--vertical-arrows .v-window__controls .v-window__right .v-icon{transform:rotate(90deg)}@container style(--v-window-transition-duration){.v-window .v-window-item{transition-duration:var(--v-window-transition-duration)!important}}.v-window--crossfade>.v-window__container{isolation:isolate}.v-window--crossfade>.v-window__container>.v-window-item{mix-blend-mode:plus-lighter}.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}@media (prefers-reduced-motion: reduce){.v-window-x-transition-enter-active,.v-window-x-transition-leave-active,.v-window-x-reverse-transition-enter-active,.v-window-x-reverse-transition-leave-active,.v-window-y-transition-enter-active,.v-window-y-transition-leave-active,.v-window-y-reverse-transition-enter-active,.v-window-y-reverse-transition-leave-active{transition-duration:0s}}.v-window-x-transition-leave-from,.v-window-x-transition-leave-to,.v-window-x-reverse-transition-leave-from,.v-window-x-reverse-transition-leave-to,.v-window-y-transition-leave-from,.v-window-y-transition-leave-to,.v-window-y-reverse-transition-leave-from,.v-window-y-reverse-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-x-transition-enter-from{transform:translate(100%)}.v-window-x-transition-leave-to,.v-window-x-reverse-transition-enter-from{transform:translate(-100%)}.v-window-x-reverse-transition-leave-to{transform:translate(100%)}.v-window-y-transition-enter-from{transform:translateY(100%)}.v-window-y-transition-leave-to,.v-window-y-reverse-transition-enter-from{transform:translateY(-100%)}.v-window-y-reverse-transition-leave-to{transform:translateY(100%)}.v-window-crossfade-transition-enter-active,.v-window-crossfade-transition-leave-active{transition:.3s cubic-bezier(.25,.8,.5,1)}.v-window-crossfade-transition-leave-from,.v-window-crossfade-transition-leave-to{position:absolute!important;top:0;width:100%}.v-window-crossfade-transition-enter-from,.v-window-crossfade-transition-leave-to{opacity:0}.v-file-upload{padding:64px 16px;flex-direction:column;justify-content:center;align-items:center;position:relative}.v-file-upload.v-sheet{display:flex;border-radius:4px;border-style:dashed;border-width:2px}.v-file-upload.v-file-upload--density-compact{padding:32px 0;flex-direction:row;gap:1rem}.v-file-upload .v-overlay__scrim{pointer-events:none}.v-file-upload--disabled{pointer-events:none;opacity:var(--v-disabled-opacity)}.v-file-upload--dragging>*{pointer-events:none}.v-file-upload--clickable{cursor:pointer}.v-file-upload input[type=file]{left:0;opacity:0;position:absolute;cursor:pointer;top:0;z-index:-1}.v-file-upload-title{font-size:1.5rem;font-weight:600;text-align:center}.v-file-upload-icon{opacity:var(--v-medium-emphasis-opacity);font-size:3rem;margin-bottom:1rem}.v-file-upload--density-comfortable .v-file-upload-icon{font-size:2.5rem;margin-bottom:.5rem}.v-file-upload--density-compact .v-file-upload-icon{font-size:2rem;margin-bottom:0rem}.v-file-upload-divider{align-items:center;display:flex;margin:32px 0;justify-content:center;width:100%}.v-file-upload-divider .v-divider__wrapper{max-width:100%}.v-file-upload-items{margin:16px 0}.v-file-upload-item:not(:first-child){margin-top:8px}.v-stepper.v-sheet{overflow:hidden}.v-stepper.v-sheet{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-stepper.v-sheet{border-radius:4px}.v-stepper.v-sheet.v-stepper--flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-stepper-header{align-items:center;display:flex;position:relative;overflow-x:auto;justify-content:space-between;z-index:1}.v-stepper-header{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-stepper-header .v-divider{margin:0 -16px}.v-stepper-header .v-divider:last-child{margin-inline-end:0}.v-stepper-header .v-divider:first-child{margin-inline-start:0}.v-stepper--alt-labels .v-stepper-header{height:auto}.v-stepper--alt-labels .v-stepper-header .v-divider{align-self:flex-start;margin:35px -67px 0}.v-stepper-window{margin:1.5rem}.v-stepper-actions{display:flex;align-items:center;justify-content:space-between;padding:1rem}.v-stepper .v-stepper-actions{padding:0 1.5rem 1rem}.v-stepper-window-item .v-stepper-actions{padding:1.5rem 0 0}.v-stepper-item{align-items:center;align-self:stretch;display:inline-flex;flex:none;outline:none;opacity:var(--v-medium-emphasis-opacity);padding:1.5rem;position:relative;transition-duration:.2s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.v-stepper-item:hover>.v-stepper-item__overlay{opacity:calc(var(--v-hover-opacity) * var(--v-theme-overlay-multiplier))}.v-stepper-item:focus-visible>.v-stepper-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-stepper-item:focus>.v-stepper-item__overlay{opacity:calc(var(--v-focus-opacity) * var(--v-theme-overlay-multiplier))}}.v-stepper-item--active>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]>.v-stepper-item__overlay{opacity:calc(var(--v-activated-opacity) * var(--v-theme-overlay-multiplier))}.v-stepper-item--active:hover>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:hover>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-hover-opacity)) * var(--v-theme-overlay-multiplier))}.v-stepper-item--active:focus-visible>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus-visible>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}@supports not selector(:focus-visible){.v-stepper-item--active:focus>.v-stepper-item__overlay,.v-stepper-item[aria-haspopup=menu][aria-expanded=true]:focus>.v-stepper-item__overlay{opacity:calc((var(--v-activated-opacity) + var(--v-focus-opacity)) * var(--v-theme-overlay-multiplier))}}.v-stepper--non-linear .v-stepper-item{opacity:var(--v-high-emphasis-opacity)}.v-stepper-item--selected{opacity:1}.v-stepper-item--error{color:rgb(var(--v-theme-error))}.v-stepper-item--disabled{opacity:var(--v-medium-emphasis-opacity)}.v-stepper-item[disabled],.v-stepper-item--disabled{pointer-events:none}.v-stepper--alt-labels .v-stepper-item{flex-direction:column;justify-content:flex-start;align-items:center;flex-basis:175px}.v-stepper-item__avatar.v-avatar{background:rgba(var(--v-theme-surface-variant),var(--v-medium-emphasis-opacity));color:rgb(var(--v-theme-on-surface-variant));font-size:.75rem;margin-inline-end:8px}.v-stepper--mobile .v-stepper-item__avatar.v-avatar{margin-inline-end:0}.v-stepper-item__avatar.v-avatar .v-icon{font-size:.875rem}.v-stepper-item--selected .v-stepper-item__avatar.v-avatar,.v-stepper-item--complete .v-stepper-item__avatar.v-avatar{background:rgb(var(--v-theme-surface-variant))}.v-stepper-item--error .v-stepper-item__avatar.v-avatar{background:rgb(var(--v-theme-error))}.v-stepper--alt-labels .v-stepper-item__avatar.v-avatar{margin-bottom:16px;margin-inline-end:0}.v-stepper-item__content{text-align:start}.v-stepper--alt-labels .v-stepper-item__content{text-align:center}.v-stepper-item__title{line-height:1}.v-stepper--mobile .v-stepper-item__title{display:none}.v-stepper-item__subtitle{font-size:.75rem;line-height:1;opacity:var(--v-medium-emphasis-opacity)}.v-stepper--mobile .v-stepper-item__subtitle{display:none}.v-stepper-item__overlay{background-color:currentColor;border-radius:inherit;opacity:0;transition:opacity .2s ease-in-out}.v-stepper-item__overlay,.v-stepper-item__underlay{pointer-events:none}.v-stepper-item__overlay,.v-stepper-item__underlay{position:absolute;top:0;left:0;width:100%;height:100%}.v-alert{display:grid;flex:1 1;grid-template-areas:"prepend content append close" ". content . .";grid-template-columns:max-content auto max-content max-content;position:relative;padding:16px;overflow:hidden;--v-border-color: currentColor}.v-alert--absolute{position:absolute}.v-alert--fixed{position:fixed}.v-alert--sticky{position:sticky}.v-alert{border-radius:4px}.v-alert--variant-plain,.v-alert--variant-outlined,.v-alert--variant-text,.v-alert--variant-tonal{background:transparent;color:inherit}.v-alert--variant-plain{opacity:.62}.v-alert--variant-plain:focus,.v-alert--variant-plain:hover{opacity:1}.v-alert--variant-plain .v-alert__overlay{display:none}.v-alert--variant-elevated,.v-alert--variant-flat{background:rgb(var(--v-theme-surface-light));color:rgba(var(--v-theme-on-surface-light),var(--v-high-emphasis-opacity))}.v-alert--variant-elevated{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-alert--variant-flat{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))}.v-alert--variant-outlined{border:thin solid currentColor}.v-alert--variant-text .v-alert__overlay{background:currentColor}.v-alert--variant-tonal .v-alert__underlay{background:currentColor;opacity:var(--v-activated-opacity);border-radius:inherit;top:0;right:0;bottom:0;left:0;pointer-events:none}.v-alert .v-alert__underlay{position:absolute}.v-alert--prominent{grid-template-areas:"prepend content append close" "prepend content . ."}.v-alert.v-alert--border{--v-border-opacity: .38}.v-alert.v-alert--border.v-alert--border-start{padding-inline-start:24px}.v-alert.v-alert--border.v-alert--border-end{padding-inline-end:24px}.v-alert--variant-plain{transition:.2s opacity cubic-bezier(.4,0,.2,1)}.v-alert--density-default{padding-bottom:16px;padding-top:16px}.v-alert--density-default.v-alert--border-top{padding-top:24px}.v-alert--density-default.v-alert--border-bottom{padding-bottom:24px}.v-alert--density-comfortable{padding-bottom:12px;padding-top:12px}.v-alert--density-comfortable.v-alert--border-top{padding-top:20px}.v-alert--density-comfortable.v-alert--border-bottom{padding-bottom:20px}.v-alert--density-compact{padding-bottom:8px;padding-top:8px}.v-alert--density-compact.v-alert--border-top{padding-top:16px}.v-alert--density-compact.v-alert--border-bottom{padding-bottom:16px}.v-alert:not(:has(.v-alert-title)) .v-alert__content{padding-block:.125rem}.v-alert__border{border-radius:inherit;bottom:0;left:0;opacity:var(--v-border-opacity);position:absolute;pointer-events:none;right:0;top:0;width:100%}.v-alert__border{border-color:currentColor;border-style:solid;border-width:0}.v-alert__border--border{border-width:8px;box-shadow:none}.v-alert--border-start .v-alert__border{border-inline-start-width:8px}.v-alert--border-end .v-alert__border{border-inline-end-width:8px}.v-alert--border-top .v-alert__border{border-top-width:8px}.v-alert--border-bottom .v-alert__border{border-bottom-width:8px}.v-alert__close{flex:0 1 auto;grid-area:close}.v-alert__close>.v-btn{margin-block:calc(-1 * (var(--v-btn-height) + 12px - 1.75rem) / 2)}.v-alert__content{align-self:center;grid-area:content;overflow:hidden}.v-alert__append,.v-alert__close{margin-inline-start:16px}.v-alert__append{align-self:flex-start;grid-area:append}.v-alert__append+.v-alert__close{margin-inline-start:16px}.v-alert__prepend{align-self:flex-start;display:flex;align-items:center;grid-area:prepend;margin-inline-end:16px;min-height:1.75rem}.v-alert__prepend>.v-icon{font-size:1.75rem;height:1.75rem;width:1.75rem}.v-alert--prominent .v-alert__prepend{align-self:center}.v-alert__underlay{grid-area:none;position:absolute}.v-alert--border-start .v-alert__underlay{border-top-left-radius:0;border-bottom-left-radius:0}.v-alert--border-end .v-alert__underlay{border-top-right-radius:0;border-bottom-right-radius:0}.v-alert--border-top .v-alert__underlay{border-top-left-radius:0;border-top-right-radius:0}.v-alert--border-bottom .v-alert__underlay{border-bottom-left-radius:0;border-bottom-right-radius:0}.v-alert-title{align-items:center;align-self:center;display:flex;font-size:1.25rem;font-weight:500;-webkit-hyphens:auto;hyphens:auto;letter-spacing:.0125em;line-height:1.75rem;overflow-wrap:normal;text-transform:none;word-break:normal;word-wrap:break-word}@media (forced-colors: active){.v-alert:not(.v-alert--variant-text,.v-alert--variant-plain){border-style:solid}.v-alert--variant-outlined,.v-alert--variant-tonal{border-width:medium}.v-alert--variant-elevated,.v-alert--variant-flat{border-width:thick}}@keyframes v-shake{59%{margin-left:0}60%,80%{margin-left:2px}70%,90%{margin-left:-2px}}.bg-black{background-color:#000!important}.bg-black{color:#fff!important}.bg-white{background-color:#fff!important}.bg-white{color:#000!important}.bg-transparent{background-color:transparent!important}.bg-transparent{color:currentColor!important}.bg-red{background-color:#f44336!important}.bg-red{color:#fff!important}.bg-red-lighten-5{background-color:#ffebee!important}.bg-red-lighten-5{color:#000!important}.bg-red-lighten-4{background-color:#ffcdd2!important}.bg-red-lighten-4{color:#000!important}.bg-red-lighten-3{background-color:#ef9a9a!important}.bg-red-lighten-3{color:#000!important}.bg-red-lighten-2{background-color:#e57373!important}.bg-red-lighten-2{color:#fff!important}.bg-red-lighten-1{background-color:#ef5350!important}.bg-red-lighten-1{color:#fff!important}.bg-red-darken-1{background-color:#e53935!important}.bg-red-darken-1{color:#fff!important}.bg-red-darken-2{background-color:#d32f2f!important}.bg-red-darken-2{color:#fff!important}.bg-red-darken-3{background-color:#c62828!important}.bg-red-darken-3{color:#fff!important}.bg-red-darken-4{background-color:#b71c1c!important}.bg-red-darken-4{color:#fff!important}.bg-red-accent-1{background-color:#ff8a80!important}.bg-red-accent-1{color:#000!important}.bg-red-accent-2{background-color:#ff5252!important}.bg-red-accent-2{color:#fff!important}.bg-red-accent-3{background-color:#ff1744!important}.bg-red-accent-3{color:#fff!important}.bg-red-accent-4{background-color:#d50000!important}.bg-red-accent-4{color:#fff!important}.bg-pink{background-color:#e91e63!important}.bg-pink{color:#fff!important}.bg-pink-lighten-5{background-color:#fce4ec!important}.bg-pink-lighten-5{color:#000!important}.bg-pink-lighten-4{background-color:#f8bbd0!important}.bg-pink-lighten-4{color:#000!important}.bg-pink-lighten-3{background-color:#f48fb1!important}.bg-pink-lighten-3{color:#000!important}.bg-pink-lighten-2{background-color:#f06292!important}.bg-pink-lighten-2{color:#fff!important}.bg-pink-lighten-1{background-color:#ec407a!important}.bg-pink-lighten-1{color:#fff!important}.bg-pink-darken-1{background-color:#d81b60!important}.bg-pink-darken-1{color:#fff!important}.bg-pink-darken-2{background-color:#c2185b!important}.bg-pink-darken-2{color:#fff!important}.bg-pink-darken-3{background-color:#ad1457!important}.bg-pink-darken-3{color:#fff!important}.bg-pink-darken-4{background-color:#880e4f!important}.bg-pink-darken-4{color:#fff!important}.bg-pink-accent-1{background-color:#ff80ab!important}.bg-pink-accent-1{color:#fff!important}.bg-pink-accent-2{background-color:#ff4081!important}.bg-pink-accent-2{color:#fff!important}.bg-pink-accent-3{background-color:#f50057!important}.bg-pink-accent-3{color:#fff!important}.bg-pink-accent-4{background-color:#c51162!important}.bg-pink-accent-4{color:#fff!important}.bg-purple{background-color:#9c27b0!important}.bg-purple{color:#fff!important}.bg-purple-lighten-5{background-color:#f3e5f5!important}.bg-purple-lighten-5{color:#000!important}.bg-purple-lighten-4{background-color:#e1bee7!important}.bg-purple-lighten-4{color:#000!important}.bg-purple-lighten-3{background-color:#ce93d8!important}.bg-purple-lighten-3{color:#fff!important}.bg-purple-lighten-2{background-color:#ba68c8!important}.bg-purple-lighten-2{color:#fff!important}.bg-purple-lighten-1{background-color:#ab47bc!important}.bg-purple-lighten-1{color:#fff!important}.bg-purple-darken-1{background-color:#8e24aa!important}.bg-purple-darken-1{color:#fff!important}.bg-purple-darken-2{background-color:#7b1fa2!important}.bg-purple-darken-2{color:#fff!important}.bg-purple-darken-3{background-color:#6a1b9a!important}.bg-purple-darken-3{color:#fff!important}.bg-purple-darken-4{background-color:#4a148c!important}.bg-purple-darken-4{color:#fff!important}.bg-purple-accent-1{background-color:#ea80fc!important}.bg-purple-accent-1{color:#fff!important}.bg-purple-accent-2{background-color:#e040fb!important}.bg-purple-accent-2{color:#fff!important}.bg-purple-accent-3{background-color:#d500f9!important}.bg-purple-accent-3{color:#fff!important}.bg-purple-accent-4{background-color:#a0f!important}.bg-purple-accent-4{color:#fff!important}.bg-deep-purple{background-color:#673ab7!important}.bg-deep-purple{color:#fff!important}.bg-deep-purple-lighten-5{background-color:#ede7f6!important}.bg-deep-purple-lighten-5{color:#000!important}.bg-deep-purple-lighten-4{background-color:#d1c4e9!important}.bg-deep-purple-lighten-4{color:#000!important}.bg-deep-purple-lighten-3{background-color:#b39ddb!important}.bg-deep-purple-lighten-3{color:#fff!important}.bg-deep-purple-lighten-2{background-color:#9575cd!important}.bg-deep-purple-lighten-2{color:#fff!important}.bg-deep-purple-lighten-1{background-color:#7e57c2!important}.bg-deep-purple-lighten-1{color:#fff!important}.bg-deep-purple-darken-1{background-color:#5e35b1!important}.bg-deep-purple-darken-1{color:#fff!important}.bg-deep-purple-darken-2{background-color:#512da8!important}.bg-deep-purple-darken-2{color:#fff!important}.bg-deep-purple-darken-3{background-color:#4527a0!important}.bg-deep-purple-darken-3{color:#fff!important}.bg-deep-purple-darken-4{background-color:#311b92!important}.bg-deep-purple-darken-4{color:#fff!important}.bg-deep-purple-accent-1{background-color:#b388ff!important}.bg-deep-purple-accent-1{color:#fff!important}.bg-deep-purple-accent-2{background-color:#7c4dff!important}.bg-deep-purple-accent-2{color:#fff!important}.bg-deep-purple-accent-3{background-color:#651fff!important}.bg-deep-purple-accent-3{color:#fff!important}.bg-deep-purple-accent-4{background-color:#6200ea!important}.bg-deep-purple-accent-4{color:#fff!important}.bg-indigo{background-color:#3f51b5!important}.bg-indigo{color:#fff!important}.bg-indigo-lighten-5{background-color:#e8eaf6!important}.bg-indigo-lighten-5{color:#000!important}.bg-indigo-lighten-4{background-color:#c5cae9!important}.bg-indigo-lighten-4{color:#000!important}.bg-indigo-lighten-3{background-color:#9fa8da!important}.bg-indigo-lighten-3{color:#fff!important}.bg-indigo-lighten-2{background-color:#7986cb!important}.bg-indigo-lighten-2{color:#fff!important}.bg-indigo-lighten-1{background-color:#5c6bc0!important}.bg-indigo-lighten-1{color:#fff!important}.bg-indigo-darken-1{background-color:#3949ab!important}.bg-indigo-darken-1{color:#fff!important}.bg-indigo-darken-2{background-color:#303f9f!important}.bg-indigo-darken-2{color:#fff!important}.bg-indigo-darken-3{background-color:#283593!important}.bg-indigo-darken-3{color:#fff!important}.bg-indigo-darken-4{background-color:#1a237e!important}.bg-indigo-darken-4{color:#fff!important}.bg-indigo-accent-1{background-color:#8c9eff!important}.bg-indigo-accent-1{color:#fff!important}.bg-indigo-accent-2{background-color:#536dfe!important}.bg-indigo-accent-2{color:#fff!important}.bg-indigo-accent-3{background-color:#3d5afe!important}.bg-indigo-accent-3{color:#fff!important}.bg-indigo-accent-4{background-color:#304ffe!important}.bg-indigo-accent-4{color:#fff!important}.bg-blue{background-color:#2196f3!important}.bg-blue{color:#fff!important}.bg-blue-lighten-5{background-color:#e3f2fd!important}.bg-blue-lighten-5{color:#000!important}.bg-blue-lighten-4{background-color:#bbdefb!important}.bg-blue-lighten-4{color:#000!important}.bg-blue-lighten-3{background-color:#90caf9!important}.bg-blue-lighten-3{color:#000!important}.bg-blue-lighten-2{background-color:#64b5f6!important}.bg-blue-lighten-2{color:#000!important}.bg-blue-lighten-1{background-color:#42a5f5!important}.bg-blue-lighten-1{color:#fff!important}.bg-blue-darken-1{background-color:#1e88e5!important}.bg-blue-darken-1{color:#fff!important}.bg-blue-darken-2{background-color:#1976d2!important}.bg-blue-darken-2{color:#fff!important}.bg-blue-darken-3{background-color:#1565c0!important}.bg-blue-darken-3{color:#fff!important}.bg-blue-darken-4{background-color:#0d47a1!important}.bg-blue-darken-4{color:#fff!important}.bg-blue-accent-1{background-color:#82b1ff!important}.bg-blue-accent-1{color:#000!important}.bg-blue-accent-2{background-color:#448aff!important}.bg-blue-accent-2{color:#fff!important}.bg-blue-accent-3{background-color:#2979ff!important}.bg-blue-accent-3{color:#fff!important}.bg-blue-accent-4{background-color:#2962ff!important}.bg-blue-accent-4{color:#fff!important}.bg-light-blue{background-color:#03a9f4!important}.bg-light-blue{color:#fff!important}.bg-light-blue-lighten-5{background-color:#e1f5fe!important}.bg-light-blue-lighten-5{color:#000!important}.bg-light-blue-lighten-4{background-color:#b3e5fc!important}.bg-light-blue-lighten-4{color:#000!important}.bg-light-blue-lighten-3{background-color:#81d4fa!important}.bg-light-blue-lighten-3{color:#000!important}.bg-light-blue-lighten-2{background-color:#4fc3f7!important}.bg-light-blue-lighten-2{color:#000!important}.bg-light-blue-lighten-1{background-color:#29b6f6!important}.bg-light-blue-lighten-1{color:#000!important}.bg-light-blue-darken-1{background-color:#039be5!important}.bg-light-blue-darken-1{color:#fff!important}.bg-light-blue-darken-2{background-color:#0288d1!important}.bg-light-blue-darken-2{color:#fff!important}.bg-light-blue-darken-3{background-color:#0277bd!important}.bg-light-blue-darken-3{color:#fff!important}.bg-light-blue-darken-4{background-color:#01579b!important}.bg-light-blue-darken-4{color:#fff!important}.bg-light-blue-accent-1{background-color:#80d8ff!important}.bg-light-blue-accent-1{color:#000!important}.bg-light-blue-accent-2{background-color:#40c4ff!important}.bg-light-blue-accent-2{color:#000!important}.bg-light-blue-accent-3{background-color:#00b0ff!important}.bg-light-blue-accent-3{color:#fff!important}.bg-light-blue-accent-4{background-color:#0091ea!important}.bg-light-blue-accent-4{color:#fff!important}.bg-cyan{background-color:#00bcd4!important}.bg-cyan{color:#000!important}.bg-cyan-lighten-5{background-color:#e0f7fa!important}.bg-cyan-lighten-5{color:#000!important}.bg-cyan-lighten-4{background-color:#b2ebf2!important}.bg-cyan-lighten-4{color:#000!important}.bg-cyan-lighten-3{background-color:#80deea!important}.bg-cyan-lighten-3{color:#000!important}.bg-cyan-lighten-2{background-color:#4dd0e1!important}.bg-cyan-lighten-2{color:#000!important}.bg-cyan-lighten-1{background-color:#26c6da!important}.bg-cyan-lighten-1{color:#000!important}.bg-cyan-darken-1{background-color:#00acc1!important}.bg-cyan-darken-1{color:#fff!important}.bg-cyan-darken-2{background-color:#0097a7!important}.bg-cyan-darken-2{color:#fff!important}.bg-cyan-darken-3{background-color:#00838f!important}.bg-cyan-darken-3{color:#fff!important}.bg-cyan-darken-4{background-color:#006064!important}.bg-cyan-darken-4{color:#fff!important}.bg-cyan-accent-1{background-color:#84ffff!important}.bg-cyan-accent-1{color:#000!important}.bg-cyan-accent-2{background-color:#18ffff!important}.bg-cyan-accent-2{color:#000!important}.bg-cyan-accent-3{background-color:#00e5ff!important}.bg-cyan-accent-3{color:#000!important}.bg-cyan-accent-4{background-color:#00b8d4!important}.bg-cyan-accent-4{color:#fff!important}.bg-teal{background-color:#009688!important}.bg-teal{color:#fff!important}.bg-teal-lighten-5{background-color:#e0f2f1!important}.bg-teal-lighten-5{color:#000!important}.bg-teal-lighten-4{background-color:#b2dfdb!important}.bg-teal-lighten-4{color:#000!important}.bg-teal-lighten-3{background-color:#80cbc4!important}.bg-teal-lighten-3{color:#000!important}.bg-teal-lighten-2{background-color:#4db6ac!important}.bg-teal-lighten-2{color:#fff!important}.bg-teal-lighten-1{background-color:#26a69a!important}.bg-teal-lighten-1{color:#fff!important}.bg-teal-darken-1{background-color:#00897b!important}.bg-teal-darken-1{color:#fff!important}.bg-teal-darken-2{background-color:#00796b!important}.bg-teal-darken-2{color:#fff!important}.bg-teal-darken-3{background-color:#00695c!important}.bg-teal-darken-3{color:#fff!important}.bg-teal-darken-4{background-color:#004d40!important}.bg-teal-darken-4{color:#fff!important}.bg-teal-accent-1{background-color:#a7ffeb!important}.bg-teal-accent-1{color:#000!important}.bg-teal-accent-2{background-color:#64ffda!important}.bg-teal-accent-2{color:#000!important}.bg-teal-accent-3{background-color:#1de9b6!important}.bg-teal-accent-3{color:#000!important}.bg-teal-accent-4{background-color:#00bfa5!important}.bg-teal-accent-4{color:#fff!important}.bg-green{background-color:#4caf50!important}.bg-green{color:#fff!important}.bg-green-lighten-5{background-color:#e8f5e9!important}.bg-green-lighten-5{color:#000!important}.bg-green-lighten-4{background-color:#c8e6c9!important}.bg-green-lighten-4{color:#000!important}.bg-green-lighten-3{background-color:#a5d6a7!important}.bg-green-lighten-3{color:#000!important}.bg-green-lighten-2{background-color:#81c784!important}.bg-green-lighten-2{color:#000!important}.bg-green-lighten-1{background-color:#66bb6a!important}.bg-green-lighten-1{color:#fff!important}.bg-green-darken-1{background-color:#43a047!important}.bg-green-darken-1{color:#fff!important}.bg-green-darken-2{background-color:#388e3c!important}.bg-green-darken-2{color:#fff!important}.bg-green-darken-3{background-color:#2e7d32!important}.bg-green-darken-3{color:#fff!important}.bg-green-darken-4{background-color:#1b5e20!important}.bg-green-darken-4{color:#fff!important}.bg-green-accent-1{background-color:#b9f6ca!important}.bg-green-accent-1{color:#000!important}.bg-green-accent-2{background-color:#69f0ae!important}.bg-green-accent-2{color:#000!important}.bg-green-accent-3{background-color:#00e676!important}.bg-green-accent-3{color:#000!important}.bg-green-accent-4{background-color:#00c853!important}.bg-green-accent-4{color:#000!important}.bg-light-green{background-color:#8bc34a!important}.bg-light-green{color:#000!important}.bg-light-green-lighten-5{background-color:#f1f8e9!important}.bg-light-green-lighten-5{color:#000!important}.bg-light-green-lighten-4{background-color:#dcedc8!important}.bg-light-green-lighten-4{color:#000!important}.bg-light-green-lighten-3{background-color:#c5e1a5!important}.bg-light-green-lighten-3{color:#000!important}.bg-light-green-lighten-2{background-color:#aed581!important}.bg-light-green-lighten-2{color:#000!important}.bg-light-green-lighten-1{background-color:#9ccc65!important}.bg-light-green-lighten-1{color:#000!important}.bg-light-green-darken-1{background-color:#7cb342!important}.bg-light-green-darken-1{color:#fff!important}.bg-light-green-darken-2{background-color:#689f38!important}.bg-light-green-darken-2{color:#fff!important}.bg-light-green-darken-3{background-color:#558b2f!important}.bg-light-green-darken-3{color:#fff!important}.bg-light-green-darken-4{background-color:#33691e!important}.bg-light-green-darken-4{color:#fff!important}.bg-light-green-accent-1{background-color:#ccff90!important}.bg-light-green-accent-1{color:#000!important}.bg-light-green-accent-2{background-color:#b2ff59!important}.bg-light-green-accent-2{color:#000!important}.bg-light-green-accent-3{background-color:#76ff03!important}.bg-light-green-accent-3{color:#000!important}.bg-light-green-accent-4{background-color:#64dd17!important}.bg-light-green-accent-4{color:#000!important}.bg-lime{background-color:#cddc39!important}.bg-lime{color:#000!important}.bg-lime-lighten-5{background-color:#f9fbe7!important}.bg-lime-lighten-5{color:#000!important}.bg-lime-lighten-4{background-color:#f0f4c3!important}.bg-lime-lighten-4{color:#000!important}.bg-lime-lighten-3{background-color:#e6ee9c!important}.bg-lime-lighten-3{color:#000!important}.bg-lime-lighten-2{background-color:#dce775!important}.bg-lime-lighten-2{color:#000!important}.bg-lime-lighten-1{background-color:#d4e157!important}.bg-lime-lighten-1{color:#000!important}.bg-lime-darken-1{background-color:#c0ca33!important}.bg-lime-darken-1{color:#000!important}.bg-lime-darken-2{background-color:#afb42b!important}.bg-lime-darken-2{color:#000!important}.bg-lime-darken-3{background-color:#9e9d24!important}.bg-lime-darken-3{color:#fff!important}.bg-lime-darken-4{background-color:#827717!important}.bg-lime-darken-4{color:#fff!important}.bg-lime-accent-1{background-color:#f4ff81!important}.bg-lime-accent-1{color:#000!important}.bg-lime-accent-2{background-color:#eeff41!important}.bg-lime-accent-2{color:#000!important}.bg-lime-accent-3{background-color:#c6ff00!important}.bg-lime-accent-3{color:#000!important}.bg-lime-accent-4{background-color:#aeea00!important}.bg-lime-accent-4{color:#000!important}.bg-yellow{background-color:#ffeb3b!important}.bg-yellow{color:#000!important}.bg-yellow-lighten-5{background-color:#fffde7!important}.bg-yellow-lighten-5{color:#000!important}.bg-yellow-lighten-4{background-color:#fff9c4!important}.bg-yellow-lighten-4{color:#000!important}.bg-yellow-lighten-3{background-color:#fff59d!important}.bg-yellow-lighten-3{color:#000!important}.bg-yellow-lighten-2{background-color:#fff176!important}.bg-yellow-lighten-2{color:#000!important}.bg-yellow-lighten-1{background-color:#ffee58!important}.bg-yellow-lighten-1{color:#000!important}.bg-yellow-darken-1{background-color:#fdd835!important}.bg-yellow-darken-1{color:#000!important}.bg-yellow-darken-2{background-color:#fbc02d!important}.bg-yellow-darken-2{color:#000!important}.bg-yellow-darken-3{background-color:#f9a825!important}.bg-yellow-darken-3{color:#000!important}.bg-yellow-darken-4{background-color:#f57f17!important}.bg-yellow-darken-4{color:#fff!important}.bg-yellow-accent-1{background-color:#ffff8d!important}.bg-yellow-accent-1{color:#000!important}.bg-yellow-accent-2{background-color:#ff0!important}.bg-yellow-accent-2{color:#000!important}.bg-yellow-accent-3{background-color:#ffea00!important}.bg-yellow-accent-3{color:#000!important}.bg-yellow-accent-4{background-color:#ffd600!important}.bg-yellow-accent-4{color:#000!important}.bg-amber{background-color:#ffc107!important}.bg-amber{color:#000!important}.bg-amber-lighten-5{background-color:#fff8e1!important}.bg-amber-lighten-5{color:#000!important}.bg-amber-lighten-4{background-color:#ffecb3!important}.bg-amber-lighten-4{color:#000!important}.bg-amber-lighten-3{background-color:#ffe082!important}.bg-amber-lighten-3{color:#000!important}.bg-amber-lighten-2{background-color:#ffd54f!important}.bg-amber-lighten-2{color:#000!important}.bg-amber-lighten-1{background-color:#ffca28!important}.bg-amber-lighten-1{color:#000!important}.bg-amber-darken-1{background-color:#ffb300!important}.bg-amber-darken-1{color:#000!important}.bg-amber-darken-2{background-color:#ffa000!important}.bg-amber-darken-2{color:#000!important}.bg-amber-darken-3{background-color:#ff8f00!important}.bg-amber-darken-3{color:#000!important}.bg-amber-darken-4{background-color:#ff6f00!important}.bg-amber-darken-4{color:#fff!important}.bg-amber-accent-1{background-color:#ffe57f!important}.bg-amber-accent-1{color:#000!important}.bg-amber-accent-2{background-color:#ffd740!important}.bg-amber-accent-2{color:#000!important}.bg-amber-accent-3{background-color:#ffc400!important}.bg-amber-accent-3{color:#000!important}.bg-amber-accent-4{background-color:#ffab00!important}.bg-amber-accent-4{color:#000!important}.bg-orange{background-color:#ff9800!important}.bg-orange{color:#000!important}.bg-orange-lighten-5{background-color:#fff3e0!important}.bg-orange-lighten-5{color:#000!important}.bg-orange-lighten-4{background-color:#ffe0b2!important}.bg-orange-lighten-4{color:#000!important}.bg-orange-lighten-3{background-color:#ffcc80!important}.bg-orange-lighten-3{color:#000!important}.bg-orange-lighten-2{background-color:#ffb74d!important}.bg-orange-lighten-2{color:#000!important}.bg-orange-lighten-1{background-color:#ffa726!important}.bg-orange-lighten-1{color:#000!important}.bg-orange-darken-1{background-color:#fb8c00!important}.bg-orange-darken-1{color:#fff!important}.bg-orange-darken-2{background-color:#f57c00!important}.bg-orange-darken-2{color:#fff!important}.bg-orange-darken-3{background-color:#ef6c00!important}.bg-orange-darken-3{color:#fff!important}.bg-orange-darken-4{background-color:#e65100!important}.bg-orange-darken-4{color:#fff!important}.bg-orange-accent-1{background-color:#ffd180!important}.bg-orange-accent-1{color:#000!important}.bg-orange-accent-2{background-color:#ffab40!important}.bg-orange-accent-2{color:#000!important}.bg-orange-accent-3{background-color:#ff9100!important}.bg-orange-accent-3{color:#000!important}.bg-orange-accent-4{background-color:#ff6d00!important}.bg-orange-accent-4{color:#fff!important}.bg-deep-orange{background-color:#ff5722!important}.bg-deep-orange{color:#fff!important}.bg-deep-orange-lighten-5{background-color:#fbe9e7!important}.bg-deep-orange-lighten-5{color:#000!important}.bg-deep-orange-lighten-4{background-color:#ffccbc!important}.bg-deep-orange-lighten-4{color:#000!important}.bg-deep-orange-lighten-3{background-color:#ffab91!important}.bg-deep-orange-lighten-3{color:#000!important}.bg-deep-orange-lighten-2{background-color:#ff8a65!important}.bg-deep-orange-lighten-2{color:#000!important}.bg-deep-orange-lighten-1{background-color:#ff7043!important}.bg-deep-orange-lighten-1{color:#fff!important}.bg-deep-orange-darken-1{background-color:#f4511e!important}.bg-deep-orange-darken-1{color:#fff!important}.bg-deep-orange-darken-2{background-color:#e64a19!important}.bg-deep-orange-darken-2{color:#fff!important}.bg-deep-orange-darken-3{background-color:#d84315!important}.bg-deep-orange-darken-3{color:#fff!important}.bg-deep-orange-darken-4{background-color:#bf360c!important}.bg-deep-orange-darken-4{color:#fff!important}.bg-deep-orange-accent-1{background-color:#ff9e80!important}.bg-deep-orange-accent-1{color:#000!important}.bg-deep-orange-accent-2{background-color:#ff6e40!important}.bg-deep-orange-accent-2{color:#fff!important}.bg-deep-orange-accent-3{background-color:#ff3d00!important}.bg-deep-orange-accent-3{color:#fff!important}.bg-deep-orange-accent-4{background-color:#dd2c00!important}.bg-deep-orange-accent-4{color:#fff!important}.bg-brown{background-color:#795548!important}.bg-brown{color:#fff!important}.bg-brown-lighten-5{background-color:#efebe9!important}.bg-brown-lighten-5{color:#000!important}.bg-brown-lighten-4{background-color:#d7ccc8!important}.bg-brown-lighten-4{color:#000!important}.bg-brown-lighten-3{background-color:#bcaaa4!important}.bg-brown-lighten-3{color:#000!important}.bg-brown-lighten-2{background-color:#a1887f!important}.bg-brown-lighten-2{color:#fff!important}.bg-brown-lighten-1{background-color:#8d6e63!important}.bg-brown-lighten-1{color:#fff!important}.bg-brown-darken-1{background-color:#6d4c41!important}.bg-brown-darken-1{color:#fff!important}.bg-brown-darken-2{background-color:#5d4037!important}.bg-brown-darken-2{color:#fff!important}.bg-brown-darken-3{background-color:#4e342e!important}.bg-brown-darken-3{color:#fff!important}.bg-brown-darken-4{background-color:#3e2723!important}.bg-brown-darken-4{color:#fff!important}.bg-blue-grey{background-color:#607d8b!important}.bg-blue-grey{color:#fff!important}.bg-blue-grey-lighten-5{background-color:#eceff1!important}.bg-blue-grey-lighten-5{color:#000!important}.bg-blue-grey-lighten-4{background-color:#cfd8dc!important}.bg-blue-grey-lighten-4{color:#000!important}.bg-blue-grey-lighten-3{background-color:#b0bec5!important}.bg-blue-grey-lighten-3{color:#000!important}.bg-blue-grey-lighten-2{background-color:#90a4ae!important}.bg-blue-grey-lighten-2{color:#fff!important}.bg-blue-grey-lighten-1{background-color:#78909c!important}.bg-blue-grey-lighten-1{color:#fff!important}.bg-blue-grey-darken-1{background-color:#546e7a!important}.bg-blue-grey-darken-1{color:#fff!important}.bg-blue-grey-darken-2{background-color:#455a64!important}.bg-blue-grey-darken-2{color:#fff!important}.bg-blue-grey-darken-3{background-color:#37474f!important}.bg-blue-grey-darken-3{color:#fff!important}.bg-blue-grey-darken-4{background-color:#263238!important}.bg-blue-grey-darken-4{color:#fff!important}.bg-grey{background-color:#9e9e9e!important}.bg-grey{color:#fff!important}.bg-grey-lighten-5{background-color:#fafafa!important}.bg-grey-lighten-5{color:#000!important}.bg-grey-lighten-4{background-color:#f5f5f5!important}.bg-grey-lighten-4{color:#000!important}.bg-grey-lighten-3{background-color:#eee!important}.bg-grey-lighten-3{color:#000!important}.bg-grey-lighten-2{background-color:#e0e0e0!important}.bg-grey-lighten-2{color:#000!important}.bg-grey-lighten-1{background-color:#bdbdbd!important}.bg-grey-lighten-1{color:#000!important}.bg-grey-darken-1{background-color:#757575!important}.bg-grey-darken-1{color:#fff!important}.bg-grey-darken-2{background-color:#616161!important}.bg-grey-darken-2{color:#fff!important}.bg-grey-darken-3{background-color:#424242!important}.bg-grey-darken-3{color:#fff!important}.bg-grey-darken-4{background-color:#212121!important}.bg-grey-darken-4{color:#fff!important}.bg-shades-black{background-color:#000!important}.bg-shades-black{color:#fff!important}.bg-shades-white{background-color:#fff!important}.bg-shades-white{color:#000!important}.bg-shades-transparent{background-color:transparent!important}.bg-shades-transparent{color:currentColor!important}.text-black{color:#000!important}.text-white{color:#fff!important}.text-transparent{color:transparent!important}.text-red{color:#f44336!important}.text-red-lighten-5{color:#ffebee!important}.text-red-lighten-4{color:#ffcdd2!important}.text-red-lighten-3{color:#ef9a9a!important}.text-red-lighten-2{color:#e57373!important}.text-red-lighten-1{color:#ef5350!important}.text-red-darken-1{color:#e53935!important}.text-red-darken-2{color:#d32f2f!important}.text-red-darken-3{color:#c62828!important}.text-red-darken-4{color:#b71c1c!important}.text-red-accent-1{color:#ff8a80!important}.text-red-accent-2{color:#ff5252!important}.text-red-accent-3{color:#ff1744!important}.text-red-accent-4{color:#d50000!important}.text-pink{color:#e91e63!important}.text-pink-lighten-5{color:#fce4ec!important}.text-pink-lighten-4{color:#f8bbd0!important}.text-pink-lighten-3{color:#f48fb1!important}.text-pink-lighten-2{color:#f06292!important}.text-pink-lighten-1{color:#ec407a!important}.text-pink-darken-1{color:#d81b60!important}.text-pink-darken-2{color:#c2185b!important}.text-pink-darken-3{color:#ad1457!important}.text-pink-darken-4{color:#880e4f!important}.text-pink-accent-1{color:#ff80ab!important}.text-pink-accent-2{color:#ff4081!important}.text-pink-accent-3{color:#f50057!important}.text-pink-accent-4{color:#c51162!important}.text-purple{color:#9c27b0!important}.text-purple-lighten-5{color:#f3e5f5!important}.text-purple-lighten-4{color:#e1bee7!important}.text-purple-lighten-3{color:#ce93d8!important}.text-purple-lighten-2{color:#ba68c8!important}.text-purple-lighten-1{color:#ab47bc!important}.text-purple-darken-1{color:#8e24aa!important}.text-purple-darken-2{color:#7b1fa2!important}.text-purple-darken-3{color:#6a1b9a!important}.text-purple-darken-4{color:#4a148c!important}.text-purple-accent-1{color:#ea80fc!important}.text-purple-accent-2{color:#e040fb!important}.text-purple-accent-3{color:#d500f9!important}.text-purple-accent-4{color:#a0f!important}.text-deep-purple{color:#673ab7!important}.text-deep-purple-lighten-5{color:#ede7f6!important}.text-deep-purple-lighten-4{color:#d1c4e9!important}.text-deep-purple-lighten-3{color:#b39ddb!important}.text-deep-purple-lighten-2{color:#9575cd!important}.text-deep-purple-lighten-1{color:#7e57c2!important}.text-deep-purple-darken-1{color:#5e35b1!important}.text-deep-purple-darken-2{color:#512da8!important}.text-deep-purple-darken-3{color:#4527a0!important}.text-deep-purple-darken-4{color:#311b92!important}.text-deep-purple-accent-1{color:#b388ff!important}.text-deep-purple-accent-2{color:#7c4dff!important}.text-deep-purple-accent-3{color:#651fff!important}.text-deep-purple-accent-4{color:#6200ea!important}.text-indigo{color:#3f51b5!important}.text-indigo-lighten-5{color:#e8eaf6!important}.text-indigo-lighten-4{color:#c5cae9!important}.text-indigo-lighten-3{color:#9fa8da!important}.text-indigo-lighten-2{color:#7986cb!important}.text-indigo-lighten-1{color:#5c6bc0!important}.text-indigo-darken-1{color:#3949ab!important}.text-indigo-darken-2{color:#303f9f!important}.text-indigo-darken-3{color:#283593!important}.text-indigo-darken-4{color:#1a237e!important}.text-indigo-accent-1{color:#8c9eff!important}.text-indigo-accent-2{color:#536dfe!important}.text-indigo-accent-3{color:#3d5afe!important}.text-indigo-accent-4{color:#304ffe!important}.text-blue{color:#2196f3!important}.text-blue-lighten-5{color:#e3f2fd!important}.text-blue-lighten-4{color:#bbdefb!important}.text-blue-lighten-3{color:#90caf9!important}.text-blue-lighten-2{color:#64b5f6!important}.text-blue-lighten-1{color:#42a5f5!important}.text-blue-darken-1{color:#1e88e5!important}.text-blue-darken-2{color:#1976d2!important}.text-blue-darken-3{color:#1565c0!important}.text-blue-darken-4{color:#0d47a1!important}.text-blue-accent-1{color:#82b1ff!important}.text-blue-accent-2{color:#448aff!important}.text-blue-accent-3{color:#2979ff!important}.text-blue-accent-4{color:#2962ff!important}.text-light-blue{color:#03a9f4!important}.text-light-blue-lighten-5{color:#e1f5fe!important}.text-light-blue-lighten-4{color:#b3e5fc!important}.text-light-blue-lighten-3{color:#81d4fa!important}.text-light-blue-lighten-2{color:#4fc3f7!important}.text-light-blue-lighten-1{color:#29b6f6!important}.text-light-blue-darken-1{color:#039be5!important}.text-light-blue-darken-2{color:#0288d1!important}.text-light-blue-darken-3{color:#0277bd!important}.text-light-blue-darken-4{color:#01579b!important}.text-light-blue-accent-1{color:#80d8ff!important}.text-light-blue-accent-2{color:#40c4ff!important}.text-light-blue-accent-3{color:#00b0ff!important}.text-light-blue-accent-4{color:#0091ea!important}.text-cyan{color:#00bcd4!important}.text-cyan-lighten-5{color:#e0f7fa!important}.text-cyan-lighten-4{color:#b2ebf2!important}.text-cyan-lighten-3{color:#80deea!important}.text-cyan-lighten-2{color:#4dd0e1!important}.text-cyan-lighten-1{color:#26c6da!important}.text-cyan-darken-1{color:#00acc1!important}.text-cyan-darken-2{color:#0097a7!important}.text-cyan-darken-3{color:#00838f!important}.text-cyan-darken-4{color:#006064!important}.text-cyan-accent-1{color:#84ffff!important}.text-cyan-accent-2{color:#18ffff!important}.text-cyan-accent-3{color:#00e5ff!important}.text-cyan-accent-4{color:#00b8d4!important}.text-teal{color:#009688!important}.text-teal-lighten-5{color:#e0f2f1!important}.text-teal-lighten-4{color:#b2dfdb!important}.text-teal-lighten-3{color:#80cbc4!important}.text-teal-lighten-2{color:#4db6ac!important}.text-teal-lighten-1{color:#26a69a!important}.text-teal-darken-1{color:#00897b!important}.text-teal-darken-2{color:#00796b!important}.text-teal-darken-3{color:#00695c!important}.text-teal-darken-4{color:#004d40!important}.text-teal-accent-1{color:#a7ffeb!important}.text-teal-accent-2{color:#64ffda!important}.text-teal-accent-3{color:#1de9b6!important}.text-teal-accent-4{color:#00bfa5!important}.text-green{color:#4caf50!important}.text-green-lighten-5{color:#e8f5e9!important}.text-green-lighten-4{color:#c8e6c9!important}.text-green-lighten-3{color:#a5d6a7!important}.text-green-lighten-2{color:#81c784!important}.text-green-lighten-1{color:#66bb6a!important}.text-green-darken-1{color:#43a047!important}.text-green-darken-2{color:#388e3c!important}.text-green-darken-3{color:#2e7d32!important}.text-green-darken-4{color:#1b5e20!important}.text-green-accent-1{color:#b9f6ca!important}.text-green-accent-2{color:#69f0ae!important}.text-green-accent-3{color:#00e676!important}.text-green-accent-4{color:#00c853!important}.text-light-green{color:#8bc34a!important}.text-light-green-lighten-5{color:#f1f8e9!important}.text-light-green-lighten-4{color:#dcedc8!important}.text-light-green-lighten-3{color:#c5e1a5!important}.text-light-green-lighten-2{color:#aed581!important}.text-light-green-lighten-1{color:#9ccc65!important}.text-light-green-darken-1{color:#7cb342!important}.text-light-green-darken-2{color:#689f38!important}.text-light-green-darken-3{color:#558b2f!important}.text-light-green-darken-4{color:#33691e!important}.text-light-green-accent-1{color:#ccff90!important}.text-light-green-accent-2{color:#b2ff59!important}.text-light-green-accent-3{color:#76ff03!important}.text-light-green-accent-4{color:#64dd17!important}.text-lime{color:#cddc39!important}.text-lime-lighten-5{color:#f9fbe7!important}.text-lime-lighten-4{color:#f0f4c3!important}.text-lime-lighten-3{color:#e6ee9c!important}.text-lime-lighten-2{color:#dce775!important}.text-lime-lighten-1{color:#d4e157!important}.text-lime-darken-1{color:#c0ca33!important}.text-lime-darken-2{color:#afb42b!important}.text-lime-darken-3{color:#9e9d24!important}.text-lime-darken-4{color:#827717!important}.text-lime-accent-1{color:#f4ff81!important}.text-lime-accent-2{color:#eeff41!important}.text-lime-accent-3{color:#c6ff00!important}.text-lime-accent-4{color:#aeea00!important}.text-yellow{color:#ffeb3b!important}.text-yellow-lighten-5{color:#fffde7!important}.text-yellow-lighten-4{color:#fff9c4!important}.text-yellow-lighten-3{color:#fff59d!important}.text-yellow-lighten-2{color:#fff176!important}.text-yellow-lighten-1{color:#ffee58!important}.text-yellow-darken-1{color:#fdd835!important}.text-yellow-darken-2{color:#fbc02d!important}.text-yellow-darken-3{color:#f9a825!important}.text-yellow-darken-4{color:#f57f17!important}.text-yellow-accent-1{color:#ffff8d!important}.text-yellow-accent-2{color:#ff0!important}.text-yellow-accent-3{color:#ffea00!important}.text-yellow-accent-4{color:#ffd600!important}.text-amber{color:#ffc107!important}.text-amber-lighten-5{color:#fff8e1!important}.text-amber-lighten-4{color:#ffecb3!important}.text-amber-lighten-3{color:#ffe082!important}.text-amber-lighten-2{color:#ffd54f!important}.text-amber-lighten-1{color:#ffca28!important}.text-amber-darken-1{color:#ffb300!important}.text-amber-darken-2{color:#ffa000!important}.text-amber-darken-3{color:#ff8f00!important}.text-amber-darken-4{color:#ff6f00!important}.text-amber-accent-1{color:#ffe57f!important}.text-amber-accent-2{color:#ffd740!important}.text-amber-accent-3{color:#ffc400!important}.text-amber-accent-4{color:#ffab00!important}.text-orange{color:#ff9800!important}.text-orange-lighten-5{color:#fff3e0!important}.text-orange-lighten-4{color:#ffe0b2!important}.text-orange-lighten-3{color:#ffcc80!important}.text-orange-lighten-2{color:#ffb74d!important}.text-orange-lighten-1{color:#ffa726!important}.text-orange-darken-1{color:#fb8c00!important}.text-orange-darken-2{color:#f57c00!important}.text-orange-darken-3{color:#ef6c00!important}.text-orange-darken-4{color:#e65100!important}.text-orange-accent-1{color:#ffd180!important}.text-orange-accent-2{color:#ffab40!important}.text-orange-accent-3{color:#ff9100!important}.text-orange-accent-4{color:#ff6d00!important}.text-deep-orange{color:#ff5722!important}.text-deep-orange-lighten-5{color:#fbe9e7!important}.text-deep-orange-lighten-4{color:#ffccbc!important}.text-deep-orange-lighten-3{color:#ffab91!important}.text-deep-orange-lighten-2{color:#ff8a65!important}.text-deep-orange-lighten-1{color:#ff7043!important}.text-deep-orange-darken-1{color:#f4511e!important}.text-deep-orange-darken-2{color:#e64a19!important}.text-deep-orange-darken-3{color:#d84315!important}.text-deep-orange-darken-4{color:#bf360c!important}.text-deep-orange-accent-1{color:#ff9e80!important}.text-deep-orange-accent-2{color:#ff6e40!important}.text-deep-orange-accent-3{color:#ff3d00!important}.text-deep-orange-accent-4{color:#dd2c00!important}.text-brown{color:#795548!important}.text-brown-lighten-5{color:#efebe9!important}.text-brown-lighten-4{color:#d7ccc8!important}.text-brown-lighten-3{color:#bcaaa4!important}.text-brown-lighten-2{color:#a1887f!important}.text-brown-lighten-1{color:#8d6e63!important}.text-brown-darken-1{color:#6d4c41!important}.text-brown-darken-2{color:#5d4037!important}.text-brown-darken-3{color:#4e342e!important}.text-brown-darken-4{color:#3e2723!important}.text-blue-grey{color:#607d8b!important}.text-blue-grey-lighten-5{color:#eceff1!important}.text-blue-grey-lighten-4{color:#cfd8dc!important}.text-blue-grey-lighten-3{color:#b0bec5!important}.text-blue-grey-lighten-2{color:#90a4ae!important}.text-blue-grey-lighten-1{color:#78909c!important}.text-blue-grey-darken-1{color:#546e7a!important}.text-blue-grey-darken-2{color:#455a64!important}.text-blue-grey-darken-3{color:#37474f!important}.text-blue-grey-darken-4{color:#263238!important}.text-grey{color:#9e9e9e!important}.text-grey-lighten-5{color:#fafafa!important}.text-grey-lighten-4{color:#f5f5f5!important}.text-grey-lighten-3{color:#eee!important}.text-grey-lighten-2{color:#e0e0e0!important}.text-grey-lighten-1{color:#bdbdbd!important}.text-grey-darken-1{color:#757575!important}.text-grey-darken-2{color:#616161!important}.text-grey-darken-3{color:#424242!important}.text-grey-darken-4{color:#212121!important}.text-shades-black{color:#000!important}.text-shades-white{color:#fff!important}.text-shades-transparent{color:transparent!important}/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%;word-break:normal;-moz-tab-size:4;-o-tab-size:4;tab-size:4}*,:before,:after{background-repeat:no-repeat;box-sizing:inherit}:before,:after{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}hr{overflow:visible;height:0}details,main{display:block}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}a{background-color:transparent}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}pre{font-size:1em}input{border-radius:0}[disabled]{cursor:default}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}button,[type=button],[type=reset],[type=submit],[role=button]{cursor:pointer;color:inherit}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{outline:1px dotted ButtonText}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button,input,select,textarea{background-color:transparent;border-style:none}select{-moz-appearance:none;-webkit-appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;white-space:normal;max-width:100%}::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}::-ms-clear,::-ms-reveal{display:none}img{border-style:none}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled=true]{cursor:default}@media (prefers-reduced-motion: no-preference){.dialog-transition-enter-active,.dialog-bottom-transition-enter-active,.dialog-top-transition-enter-active{transition-duration:225ms!important;transition-timing-function:cubic-bezier(0,0,.2,1)!important}.dialog-transition-leave-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-leave-active{transition-duration:125ms!important;transition-timing-function:cubic-bezier(.4,0,1,1)!important}.dialog-transition-enter-active,.dialog-transition-leave-active,.dialog-bottom-transition-enter-active,.dialog-bottom-transition-leave-active,.dialog-top-transition-enter-active,.dialog-top-transition-leave-active{transition-property:transform,opacity!important;pointer-events:none}.dialog-transition-enter-from,.dialog-transition-leave-to{transform:scale(.9);opacity:0}.dialog-transition-enter-to,.dialog-transition-leave-from{opacity:1}.dialog-bottom-transition-enter-from,.dialog-bottom-transition-leave-to{transform:translateY(calc(50vh + 50%))}.dialog-top-transition-enter-from,.dialog-top-transition-leave-to{transform:translateY(calc(-50vh - 50%))}.picker-transition-enter-active,.picker-reverse-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move,.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from,.picker-transition-leave-to,.picker-reverse-transition-enter-from,.picker-reverse-transition-leave-to{opacity:0}.picker-transition-leave-from,.picker-transition-leave-active,.picker-transition-leave-to,.picker-reverse-transition-leave-from,.picker-reverse-transition-leave-active,.picker-reverse-transition-leave-to{position:absolute!important}.picker-transition-enter-active,.picker-transition-leave-active,.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-property:transform,opacity!important}.picker-transition-enter-active,.picker-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-transition-enter-from{transform:translate(100%)}.picker-transition-leave-to{transform:translate(-100%)}.picker-reverse-transition-enter-active,.picker-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.picker-reverse-transition-enter-from{transform:translate(-100%)}.picker-reverse-transition-leave-to{transform:translate(100%)}.expand-transition-enter-active,.expand-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-transition-enter-active,.expand-transition-leave-active{transition-property:height!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.expand-x-transition-enter-active,.expand-x-transition-leave-active{transition-property:width!important}.scale-transition-enter-active,.scale-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-transition-leave-to{opacity:0}.scale-transition-leave-active{transition-duration:.1s!important}.scale-transition-enter-from{opacity:0;transform:scale(0)}.scale-transition-enter-active,.scale-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-transition-leave-to{opacity:0}.scale-rotate-transition-leave-active{transition-duration:.1s!important}.scale-rotate-transition-enter-from{opacity:0;transform:scale(0) rotate(-45deg)}.scale-rotate-transition-enter-active,.scale-rotate-transition-leave-active{transition-property:transform,opacity!important}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scale-rotate-reverse-transition-leave-to{opacity:0}.scale-rotate-reverse-transition-leave-active{transition-duration:.1s!important}.scale-rotate-reverse-transition-enter-from{opacity:0;transform:scale(0) rotate(45deg)}.scale-rotate-reverse-transition-enter-active,.scale-rotate-reverse-transition-leave-active{transition-property:transform,opacity!important}.message-transition-enter-active,.message-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.message-transition-enter-from,.message-transition-leave-to{opacity:0;transform:translateY(-15px)}.message-transition-leave-from,.message-transition-leave-active{position:absolute}.message-transition-enter-active,.message-transition-leave-active{transition-property:transform,opacity!important}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-transition-enter-from,.slide-y-transition-leave-to{opacity:0;transform:translateY(-15px)}.slide-y-transition-enter-active,.slide-y-transition-leave-active{transition-property:transform,opacity!important}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-y-reverse-transition-enter-from,.slide-y-reverse-transition-leave-to{opacity:0;transform:translateY(15px)}.slide-y-reverse-transition-enter-active,.slide-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-transition-enter-from,.scroll-y-transition-leave-to{opacity:0}.scroll-y-transition-enter-from{transform:translateY(-15px)}.scroll-y-transition-leave-to{transform:translateY(15px)}.scroll-y-transition-enter-active,.scroll-y-transition-leave-active{transition-property:transform,opacity!important}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-y-reverse-transition-enter-from,.scroll-y-reverse-transition-leave-to{opacity:0}.scroll-y-reverse-transition-enter-from{transform:translateY(15px)}.scroll-y-reverse-transition-leave-to{transform:translateY(-15px)}.scroll-y-reverse-transition-enter-active,.scroll-y-reverse-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-transition-enter-from,.scroll-x-transition-leave-to{opacity:0}.scroll-x-transition-enter-from{transform:translate(-15px)}.scroll-x-transition-leave-to{transform:translate(15px)}.scroll-x-transition-enter-active,.scroll-x-transition-leave-active{transition-property:transform,opacity!important}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.scroll-x-reverse-transition-enter-from,.scroll-x-reverse-transition-leave-to{opacity:0}.scroll-x-reverse-transition-enter-from{transform:translate(15px)}.scroll-x-reverse-transition-leave-to{transform:translate(-15px)}.scroll-x-reverse-transition-enter-active,.scroll-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-transition-enter-from,.slide-x-transition-leave-to{opacity:0;transform:translate(-15px)}.slide-x-transition-enter-active,.slide-x-transition-leave-active{transition-property:transform,opacity!important}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.slide-x-reverse-transition-enter-from,.slide-x-reverse-transition-leave-to{opacity:0;transform:translate(15px)}.slide-x-reverse-transition-enter-active,.slide-x-reverse-transition-leave-active{transition-property:transform,opacity!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fade-transition-enter-from,.fade-transition-leave-to{opacity:0!important}.fade-transition-enter-active,.fade-transition-leave-active{transition-property:opacity!important}.fab-transition-enter-active,.fab-transition-leave-active{transition-duration:.3s!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-move{transition-duration:.5s!important;transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.fab-transition-enter-from,.fab-transition-leave-to{transform:scale(0) rotate(-45deg)}.fab-transition-enter-active,.fab-transition-leave-active{transition-property:transform!important}}.v-locale--is-rtl{direction:rtl}.v-locale--is-ltr{direction:ltr}.blockquote{padding:16px 0 16px 24px;font-size:18px;font-weight:300}html{font-family:Roboto,sans-serif;line-height:1.5;font-size:1rem;overflow-x:hidden;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:rgba(0,0,0,0)}html.overflow-y-hidden{overflow-y:hidden!important}:root{--v-theme-overlay-multiplier: 1;--v-scrollbar-offset: 0px}@supports (-webkit-touch-callout: none){body{cursor:pointer}}@media only print{.hidden-print-only{display:none!important}}@media only screen{.hidden-screen-only{display:none!important}}@media (max-width: 599.98px){.hidden-xs{display:none!important}}@media (min-width: 600px) and (max-width: 959.98px){.hidden-sm{display:none!important}}@media (min-width: 960px) and (max-width: 1279.98px){.hidden-md{display:none!important}}@media (min-width: 1280px) and (max-width: 1919.98px){.hidden-lg{display:none!important}}@media (min-width: 1920px) and (max-width: 2559.98px){.hidden-xl{display:none!important}}@media (min-width: 2560px){.hidden-xxl{display:none!important}}@media (min-width: 600px){.hidden-sm-and-up{display:none!important}}@media (min-width: 960px){.hidden-md-and-up{display:none!important}}@media (min-width: 1280px){.hidden-lg-and-up{display:none!important}}@media (min-width: 1920px){.hidden-xl-and-up{display:none!important}}@media (max-width: 959.98px){.hidden-sm-and-down{display:none!important}}@media (max-width: 1279.98px){.hidden-md-and-down{display:none!important}}@media (max-width: 1919.98px){.hidden-lg-and-down{display:none!important}}@media (max-width: 2559.98px){.hidden-xl-and-down{display:none!important}}.elevation-24{box-shadow:0 11px 15px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 24px 38px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 46px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-23{box-shadow:0 11px 14px -7px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 23px 36px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 9px 44px 8px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-22{box-shadow:0 10px 14px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 22px 35px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 42px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-21{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 21px 33px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 40px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-20{box-shadow:0 10px 13px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 20px 31px 3px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 8px 38px 7px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-19{box-shadow:0 9px 12px -6px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 19px 29px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 36px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-18{box-shadow:0 9px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 18px 28px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 7px 34px 6px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-17{box-shadow:0 8px 11px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 17px 26px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 32px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-16{box-shadow:0 8px 10px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 16px 24px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 30px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-15{box-shadow:0 8px 9px -5px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 15px 22px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 6px 28px 5px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-14{box-shadow:0 7px 9px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 14px 21px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 26px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-13{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 13px 19px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 24px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-12{box-shadow:0 7px 8px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 12px 17px 2px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 5px 22px 4px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-11{box-shadow:0 6px 7px -4px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 11px 15px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 20px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-10{box-shadow:0 6px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 10px 14px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 4px 18px 3px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-9{box-shadow:0 5px 6px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 9px 12px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 16px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-8{box-shadow:0 5px 5px -3px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 8px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 3px 14px 2px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-7{box-shadow:0 4px 5px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 7px 10px 1px var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 2px 16px 1px var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-6{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 6px 10px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 18px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-5{box-shadow:0 3px 5px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 5px 8px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 14px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-4{box-shadow:0 2px 4px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 4px 5px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 10px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-3{box-shadow:0 3px 3px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 3px 4px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 8px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-2{box-shadow:0 3px 1px -2px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 2px 2px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 5px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-1{box-shadow:0 2px 1px -1px var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 1px 1px 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 1px 3px 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.elevation-0{box-shadow:0 0 0 0 var(--v-shadow-key-umbra-opacity, rgba(0, 0, 0, .2)),0 0 0 0 var(--v-shadow-key-penumbra-opacity, rgba(0, 0, 0, .14)),0 0 0 0 var(--v-shadow-key-ambient-opacity, rgba(0, 0, 0, .12))!important}.pointer-events-none{pointer-events:none!important}.pointer-events-auto{pointer-events:auto!important}.pointer-pass-through{pointer-events:none!important}.pointer-pass-through>*{pointer-events:auto!important}.d-sr-only,.d-sr-only-focusable:not(:focus){border:0!important;clip:rect(0,0,0,0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.overflow-x-auto{overflow-x:auto!important}.overflow-x-hidden{overflow-x:hidden!important}.overflow-x-scroll{overflow-x:scroll!important}.overflow-y-auto{overflow-y:auto!important}.overflow-y-hidden{overflow-y:hidden!important}.overflow-y-scroll{overflow-y:scroll!important}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.float-none{float:none!important}.float-left{float:left!important}.float-right{float:right!important}.v-locale--is-rtl .float-end{float:left!important}.v-locale--is-rtl .float-start,.v-locale--is-ltr .float-end{float:right!important}.v-locale--is-ltr .float-start{float:left!important}.flex-fill,.flex-1-1{flex:1 1 auto!important}.flex-1-0{flex:1 0 auto!important}.flex-0-1{flex:0 1 auto!important}.flex-0-0{flex:0 0 auto!important}.flex-1-1-100{flex:1 1 100%!important}.flex-1-0-100{flex:1 0 100%!important}.flex-0-1-100{flex:0 1 100%!important}.flex-0-0-100{flex:0 0 100%!important}.flex-1-1-0{flex:1 1 0!important}.flex-1-0-0{flex:1 0 0!important}.flex-0-1-0{flex:0 1 0!important}.flex-0-0-0{flex:0 0 0!important}.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-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}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-space-between{justify-content:space-between!important}.justify-space-around{justify-content:space-around!important}.justify-space-evenly{justify-content:space-evenly!important}.justify-items-start{justify-items:flex-start!important}.justify-items-end{justify-items:flex-end!important}.justify-items-center{justify-items:center!important}.justify-items-stretch{justify-items:stretch!important}.align-start{align-items:flex-start!important}.align-end{align-items:flex-end!important}.align-center{align-items:center!important}.align-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-space-around{align-content:space-around!important}.align-content-space-evenly{align-content:space-evenly!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}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-6{order:6!important}.order-7{order:7!important}.order-8{order:8!important}.order-9{order:9!important}.order-10{order:10!important}.order-11{order:11!important}.order-12{order:12!important}.order-last{order:13!important}.ga-0{gap:0px!important}.ga-1{gap:4px!important}.ga-2{gap:8px!important}.ga-3{gap:12px!important}.ga-4{gap:16px!important}.ga-5{gap:20px!important}.ga-6{gap:24px!important}.ga-7{gap:28px!important}.ga-8{gap:32px!important}.ga-9{gap:36px!important}.ga-10{gap:40px!important}.ga-11{gap:44px!important}.ga-12{gap:48px!important}.ga-13{gap:52px!important}.ga-14{gap:56px!important}.ga-15{gap:60px!important}.ga-16{gap:64px!important}.ga-auto{gap:auto!important}.gr-0{row-gap:0px!important}.gr-1{row-gap:4px!important}.gr-2{row-gap:8px!important}.gr-3{row-gap:12px!important}.gr-4{row-gap:16px!important}.gr-5{row-gap:20px!important}.gr-6{row-gap:24px!important}.gr-7{row-gap:28px!important}.gr-8{row-gap:32px!important}.gr-9{row-gap:36px!important}.gr-10{row-gap:40px!important}.gr-11{row-gap:44px!important}.gr-12{row-gap:48px!important}.gr-13{row-gap:52px!important}.gr-14{row-gap:56px!important}.gr-15{row-gap:60px!important}.gr-16{row-gap:64px!important}.gr-auto{row-gap:auto!important}.gc-0{-moz-column-gap:0px!important;column-gap:0px!important}.gc-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-auto{-moz-column-gap:auto!important;column-gap:auto!important}.ma-0{margin:0!important}.ma-1{margin:4px!important}.ma-2{margin:8px!important}.ma-3{margin:12px!important}.ma-4{margin:16px!important}.ma-5{margin:20px!important}.ma-6{margin:24px!important}.ma-7{margin:28px!important}.ma-8{margin:32px!important}.ma-9{margin:36px!important}.ma-10{margin:40px!important}.ma-11{margin:44px!important}.ma-12{margin:48px!important}.ma-13{margin:52px!important}.ma-14{margin:56px!important}.ma-15{margin:60px!important}.ma-16{margin:64px!important}.ma-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:4px!important;margin-left:4px!important}.mx-2{margin-right:8px!important;margin-left:8px!important}.mx-3{margin-right:12px!important;margin-left:12px!important}.mx-4{margin-right:16px!important;margin-left:16px!important}.mx-5{margin-right:20px!important;margin-left:20px!important}.mx-6{margin-right:24px!important;margin-left:24px!important}.mx-7{margin-right:28px!important;margin-left:28px!important}.mx-8{margin-right:32px!important;margin-left:32px!important}.mx-9{margin-right:36px!important;margin-left:36px!important}.mx-10{margin-right:40px!important;margin-left:40px!important}.mx-11{margin-right:44px!important;margin-left:44px!important}.mx-12{margin-right:48px!important;margin-left:48px!important}.mx-13{margin-right:52px!important;margin-left:52px!important}.mx-14{margin-right:56px!important;margin-left:56px!important}.mx-15{margin-right:60px!important;margin-left:60px!important}.mx-16{margin-right:64px!important;margin-left:64px!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:4px!important;margin-bottom:4px!important}.my-2{margin-top:8px!important;margin-bottom:8px!important}.my-3{margin-top:12px!important;margin-bottom:12px!important}.my-4{margin-top:16px!important;margin-bottom:16px!important}.my-5{margin-top:20px!important;margin-bottom:20px!important}.my-6{margin-top:24px!important;margin-bottom:24px!important}.my-7{margin-top:28px!important;margin-bottom:28px!important}.my-8{margin-top:32px!important;margin-bottom:32px!important}.my-9{margin-top:36px!important;margin-bottom:36px!important}.my-10{margin-top:40px!important;margin-bottom:40px!important}.my-11{margin-top:44px!important;margin-bottom:44px!important}.my-12{margin-top:48px!important;margin-bottom:48px!important}.my-13{margin-top:52px!important;margin-bottom:52px!important}.my-14{margin-top:56px!important;margin-bottom:56px!important}.my-15{margin-top:60px!important;margin-bottom:60px!important}.my-16{margin-top:64px!important;margin-bottom:64px!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:4px!important}.mt-2{margin-top:8px!important}.mt-3{margin-top:12px!important}.mt-4{margin-top:16px!important}.mt-5{margin-top:20px!important}.mt-6{margin-top:24px!important}.mt-7{margin-top:28px!important}.mt-8{margin-top:32px!important}.mt-9{margin-top:36px!important}.mt-10{margin-top:40px!important}.mt-11{margin-top:44px!important}.mt-12{margin-top:48px!important}.mt-13{margin-top:52px!important}.mt-14{margin-top:56px!important}.mt-15{margin-top:60px!important}.mt-16{margin-top:64px!important}.mt-auto{margin-top:auto!important}.mr-0{margin-right:0!important}.mr-1{margin-right:4px!important}.mr-2{margin-right:8px!important}.mr-3{margin-right:12px!important}.mr-4{margin-right:16px!important}.mr-5{margin-right:20px!important}.mr-6{margin-right:24px!important}.mr-7{margin-right:28px!important}.mr-8{margin-right:32px!important}.mr-9{margin-right:36px!important}.mr-10{margin-right:40px!important}.mr-11{margin-right:44px!important}.mr-12{margin-right:48px!important}.mr-13{margin-right:52px!important}.mr-14{margin-right:56px!important}.mr-15{margin-right:60px!important}.mr-16{margin-right:64px!important}.mr-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:4px!important}.mb-2{margin-bottom:8px!important}.mb-3{margin-bottom:12px!important}.mb-4{margin-bottom:16px!important}.mb-5{margin-bottom:20px!important}.mb-6{margin-bottom:24px!important}.mb-7{margin-bottom:28px!important}.mb-8{margin-bottom:32px!important}.mb-9{margin-bottom:36px!important}.mb-10{margin-bottom:40px!important}.mb-11{margin-bottom:44px!important}.mb-12{margin-bottom:48px!important}.mb-13{margin-bottom:52px!important}.mb-14{margin-bottom:56px!important}.mb-15{margin-bottom:60px!important}.mb-16{margin-bottom:64px!important}.mb-auto{margin-bottom:auto!important}.ml-0{margin-left:0!important}.ml-1{margin-left:4px!important}.ml-2{margin-left:8px!important}.ml-3{margin-left:12px!important}.ml-4{margin-left:16px!important}.ml-5{margin-left:20px!important}.ml-6{margin-left:24px!important}.ml-7{margin-left:28px!important}.ml-8{margin-left:32px!important}.ml-9{margin-left:36px!important}.ml-10{margin-left:40px!important}.ml-11{margin-left:44px!important}.ml-12{margin-left:48px!important}.ml-13{margin-left:52px!important}.ml-14{margin-left:56px!important}.ml-15{margin-left:60px!important}.ml-16{margin-left:64px!important}.ml-auto{margin-left:auto!important}.ms-0{margin-inline-start:0px!important}.ms-1{margin-inline-start:4px!important}.ms-2{margin-inline-start:8px!important}.ms-3{margin-inline-start:12px!important}.ms-4{margin-inline-start:16px!important}.ms-5{margin-inline-start:20px!important}.ms-6{margin-inline-start:24px!important}.ms-7{margin-inline-start:28px!important}.ms-8{margin-inline-start:32px!important}.ms-9{margin-inline-start:36px!important}.ms-10{margin-inline-start:40px!important}.ms-11{margin-inline-start:44px!important}.ms-12{margin-inline-start:48px!important}.ms-13{margin-inline-start:52px!important}.ms-14{margin-inline-start:56px!important}.ms-15{margin-inline-start:60px!important}.ms-16{margin-inline-start:64px!important}.ms-auto{margin-inline-start:auto!important}.me-0{margin-inline-end:0px!important}.me-1{margin-inline-end:4px!important}.me-2{margin-inline-end:8px!important}.me-3{margin-inline-end:12px!important}.me-4{margin-inline-end:16px!important}.me-5{margin-inline-end:20px!important}.me-6{margin-inline-end:24px!important}.me-7{margin-inline-end:28px!important}.me-8{margin-inline-end:32px!important}.me-9{margin-inline-end:36px!important}.me-10{margin-inline-end:40px!important}.me-11{margin-inline-end:44px!important}.me-12{margin-inline-end:48px!important}.me-13{margin-inline-end:52px!important}.me-14{margin-inline-end:56px!important}.me-15{margin-inline-end:60px!important}.me-16{margin-inline-end:64px!important}.me-auto{margin-inline-end:auto!important}.ma-n1{margin:-4px!important}.ma-n2{margin:-8px!important}.ma-n3{margin:-12px!important}.ma-n4{margin:-16px!important}.ma-n5{margin:-20px!important}.ma-n6{margin:-24px!important}.ma-n7{margin:-28px!important}.ma-n8{margin:-32px!important}.ma-n9{margin:-36px!important}.ma-n10{margin:-40px!important}.ma-n11{margin:-44px!important}.ma-n12{margin:-48px!important}.ma-n13{margin:-52px!important}.ma-n14{margin:-56px!important}.ma-n15{margin:-60px!important}.ma-n16{margin:-64px!important}.mx-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-n16{margin-right:-64px!important;margin-left:-64px!important}.my-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-n1{margin-top:-4px!important}.mt-n2{margin-top:-8px!important}.mt-n3{margin-top:-12px!important}.mt-n4{margin-top:-16px!important}.mt-n5{margin-top:-20px!important}.mt-n6{margin-top:-24px!important}.mt-n7{margin-top:-28px!important}.mt-n8{margin-top:-32px!important}.mt-n9{margin-top:-36px!important}.mt-n10{margin-top:-40px!important}.mt-n11{margin-top:-44px!important}.mt-n12{margin-top:-48px!important}.mt-n13{margin-top:-52px!important}.mt-n14{margin-top:-56px!important}.mt-n15{margin-top:-60px!important}.mt-n16{margin-top:-64px!important}.mr-n1{margin-right:-4px!important}.mr-n2{margin-right:-8px!important}.mr-n3{margin-right:-12px!important}.mr-n4{margin-right:-16px!important}.mr-n5{margin-right:-20px!important}.mr-n6{margin-right:-24px!important}.mr-n7{margin-right:-28px!important}.mr-n8{margin-right:-32px!important}.mr-n9{margin-right:-36px!important}.mr-n10{margin-right:-40px!important}.mr-n11{margin-right:-44px!important}.mr-n12{margin-right:-48px!important}.mr-n13{margin-right:-52px!important}.mr-n14{margin-right:-56px!important}.mr-n15{margin-right:-60px!important}.mr-n16{margin-right:-64px!important}.mb-n1{margin-bottom:-4px!important}.mb-n2{margin-bottom:-8px!important}.mb-n3{margin-bottom:-12px!important}.mb-n4{margin-bottom:-16px!important}.mb-n5{margin-bottom:-20px!important}.mb-n6{margin-bottom:-24px!important}.mb-n7{margin-bottom:-28px!important}.mb-n8{margin-bottom:-32px!important}.mb-n9{margin-bottom:-36px!important}.mb-n10{margin-bottom:-40px!important}.mb-n11{margin-bottom:-44px!important}.mb-n12{margin-bottom:-48px!important}.mb-n13{margin-bottom:-52px!important}.mb-n14{margin-bottom:-56px!important}.mb-n15{margin-bottom:-60px!important}.mb-n16{margin-bottom:-64px!important}.ml-n1{margin-left:-4px!important}.ml-n2{margin-left:-8px!important}.ml-n3{margin-left:-12px!important}.ml-n4{margin-left:-16px!important}.ml-n5{margin-left:-20px!important}.ml-n6{margin-left:-24px!important}.ml-n7{margin-left:-28px!important}.ml-n8{margin-left:-32px!important}.ml-n9{margin-left:-36px!important}.ml-n10{margin-left:-40px!important}.ml-n11{margin-left:-44px!important}.ml-n12{margin-left:-48px!important}.ml-n13{margin-left:-52px!important}.ml-n14{margin-left:-56px!important}.ml-n15{margin-left:-60px!important}.ml-n16{margin-left:-64px!important}.ms-n1{margin-inline-start:-4px!important}.ms-n2{margin-inline-start:-8px!important}.ms-n3{margin-inline-start:-12px!important}.ms-n4{margin-inline-start:-16px!important}.ms-n5{margin-inline-start:-20px!important}.ms-n6{margin-inline-start:-24px!important}.ms-n7{margin-inline-start:-28px!important}.ms-n8{margin-inline-start:-32px!important}.ms-n9{margin-inline-start:-36px!important}.ms-n10{margin-inline-start:-40px!important}.ms-n11{margin-inline-start:-44px!important}.ms-n12{margin-inline-start:-48px!important}.ms-n13{margin-inline-start:-52px!important}.ms-n14{margin-inline-start:-56px!important}.ms-n15{margin-inline-start:-60px!important}.ms-n16{margin-inline-start:-64px!important}.me-n1{margin-inline-end:-4px!important}.me-n2{margin-inline-end:-8px!important}.me-n3{margin-inline-end:-12px!important}.me-n4{margin-inline-end:-16px!important}.me-n5{margin-inline-end:-20px!important}.me-n6{margin-inline-end:-24px!important}.me-n7{margin-inline-end:-28px!important}.me-n8{margin-inline-end:-32px!important}.me-n9{margin-inline-end:-36px!important}.me-n10{margin-inline-end:-40px!important}.me-n11{margin-inline-end:-44px!important}.me-n12{margin-inline-end:-48px!important}.me-n13{margin-inline-end:-52px!important}.me-n14{margin-inline-end:-56px!important}.me-n15{margin-inline-end:-60px!important}.me-n16{margin-inline-end:-64px!important}.pa-0{padding:0!important}.pa-1{padding:4px!important}.pa-2{padding:8px!important}.pa-3{padding:12px!important}.pa-4{padding:16px!important}.pa-5{padding:20px!important}.pa-6{padding:24px!important}.pa-7{padding:28px!important}.pa-8{padding:32px!important}.pa-9{padding:36px!important}.pa-10{padding:40px!important}.pa-11{padding:44px!important}.pa-12{padding:48px!important}.pa-13{padding:52px!important}.pa-14{padding:56px!important}.pa-15{padding:60px!important}.pa-16{padding:64px!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:4px!important;padding-left:4px!important}.px-2{padding-right:8px!important;padding-left:8px!important}.px-3{padding-right:12px!important;padding-left:12px!important}.px-4{padding-right:16px!important;padding-left:16px!important}.px-5{padding-right:20px!important;padding-left:20px!important}.px-6{padding-right:24px!important;padding-left:24px!important}.px-7{padding-right:28px!important;padding-left:28px!important}.px-8{padding-right:32px!important;padding-left:32px!important}.px-9{padding-right:36px!important;padding-left:36px!important}.px-10{padding-right:40px!important;padding-left:40px!important}.px-11{padding-right:44px!important;padding-left:44px!important}.px-12{padding-right:48px!important;padding-left:48px!important}.px-13{padding-right:52px!important;padding-left:52px!important}.px-14{padding-right:56px!important;padding-left:56px!important}.px-15{padding-right:60px!important;padding-left:60px!important}.px-16{padding-right:64px!important;padding-left:64px!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:4px!important;padding-bottom:4px!important}.py-2{padding-top:8px!important;padding-bottom:8px!important}.py-3{padding-top:12px!important;padding-bottom:12px!important}.py-4{padding-top:16px!important;padding-bottom:16px!important}.py-5{padding-top:20px!important;padding-bottom:20px!important}.py-6{padding-top:24px!important;padding-bottom:24px!important}.py-7{padding-top:28px!important;padding-bottom:28px!important}.py-8{padding-top:32px!important;padding-bottom:32px!important}.py-9{padding-top:36px!important;padding-bottom:36px!important}.py-10{padding-top:40px!important;padding-bottom:40px!important}.py-11{padding-top:44px!important;padding-bottom:44px!important}.py-12{padding-top:48px!important;padding-bottom:48px!important}.py-13{padding-top:52px!important;padding-bottom:52px!important}.py-14{padding-top:56px!important;padding-bottom:56px!important}.py-15{padding-top:60px!important;padding-bottom:60px!important}.py-16{padding-top:64px!important;padding-bottom:64px!important}.pt-0{padding-top:0!important}.pt-1{padding-top:4px!important}.pt-2{padding-top:8px!important}.pt-3{padding-top:12px!important}.pt-4{padding-top:16px!important}.pt-5{padding-top:20px!important}.pt-6{padding-top:24px!important}.pt-7{padding-top:28px!important}.pt-8{padding-top:32px!important}.pt-9{padding-top:36px!important}.pt-10{padding-top:40px!important}.pt-11{padding-top:44px!important}.pt-12{padding-top:48px!important}.pt-13{padding-top:52px!important}.pt-14{padding-top:56px!important}.pt-15{padding-top:60px!important}.pt-16{padding-top:64px!important}.pr-0{padding-right:0!important}.pr-1{padding-right:4px!important}.pr-2{padding-right:8px!important}.pr-3{padding-right:12px!important}.pr-4{padding-right:16px!important}.pr-5{padding-right:20px!important}.pr-6{padding-right:24px!important}.pr-7{padding-right:28px!important}.pr-8{padding-right:32px!important}.pr-9{padding-right:36px!important}.pr-10{padding-right:40px!important}.pr-11{padding-right:44px!important}.pr-12{padding-right:48px!important}.pr-13{padding-right:52px!important}.pr-14{padding-right:56px!important}.pr-15{padding-right:60px!important}.pr-16{padding-right:64px!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:4px!important}.pb-2{padding-bottom:8px!important}.pb-3{padding-bottom:12px!important}.pb-4{padding-bottom:16px!important}.pb-5{padding-bottom:20px!important}.pb-6{padding-bottom:24px!important}.pb-7{padding-bottom:28px!important}.pb-8{padding-bottom:32px!important}.pb-9{padding-bottom:36px!important}.pb-10{padding-bottom:40px!important}.pb-11{padding-bottom:44px!important}.pb-12{padding-bottom:48px!important}.pb-13{padding-bottom:52px!important}.pb-14{padding-bottom:56px!important}.pb-15{padding-bottom:60px!important}.pb-16{padding-bottom:64px!important}.pl-0{padding-left:0!important}.pl-1{padding-left:4px!important}.pl-2{padding-left:8px!important}.pl-3{padding-left:12px!important}.pl-4{padding-left:16px!important}.pl-5{padding-left:20px!important}.pl-6{padding-left:24px!important}.pl-7{padding-left:28px!important}.pl-8{padding-left:32px!important}.pl-9{padding-left:36px!important}.pl-10{padding-left:40px!important}.pl-11{padding-left:44px!important}.pl-12{padding-left:48px!important}.pl-13{padding-left:52px!important}.pl-14{padding-left:56px!important}.pl-15{padding-left:60px!important}.pl-16{padding-left:64px!important}.ps-0{padding-inline-start:0px!important}.ps-1{padding-inline-start:4px!important}.ps-2{padding-inline-start:8px!important}.ps-3{padding-inline-start:12px!important}.ps-4{padding-inline-start:16px!important}.ps-5{padding-inline-start:20px!important}.ps-6{padding-inline-start:24px!important}.ps-7{padding-inline-start:28px!important}.ps-8{padding-inline-start:32px!important}.ps-9{padding-inline-start:36px!important}.ps-10{padding-inline-start:40px!important}.ps-11{padding-inline-start:44px!important}.ps-12{padding-inline-start:48px!important}.ps-13{padding-inline-start:52px!important}.ps-14{padding-inline-start:56px!important}.ps-15{padding-inline-start:60px!important}.ps-16{padding-inline-start:64px!important}.pe-0{padding-inline-end:0px!important}.pe-1{padding-inline-end:4px!important}.pe-2{padding-inline-end:8px!important}.pe-3{padding-inline-end:12px!important}.pe-4{padding-inline-end:16px!important}.pe-5{padding-inline-end:20px!important}.pe-6{padding-inline-end:24px!important}.pe-7{padding-inline-end:28px!important}.pe-8{padding-inline-end:32px!important}.pe-9{padding-inline-end:36px!important}.pe-10{padding-inline-end:40px!important}.pe-11{padding-inline-end:44px!important}.pe-12{padding-inline-end:48px!important}.pe-13{padding-inline-end:52px!important}.pe-14{padding-inline-end:56px!important}.pe-15{padding-inline-end:60px!important}.pe-16{padding-inline-end:64px!important}.rounded-0{border-radius:0!important}.rounded-sm{border-radius:2px!important}.rounded{border-radius:4px!important}.rounded-lg{border-radius:8px!important}.rounded-xl{border-radius:24px!important}.rounded-pill{border-radius:9999px!important}.rounded-circle{border-radius:50%!important}.rounded-shaped{border-radius:24px 0!important}.rounded-t-0{border-top-left-radius:0!important;border-top-right-radius:0!important}.rounded-t-sm{border-top-left-radius:2px!important;border-top-right-radius:2px!important}.rounded-t{border-top-left-radius:4px!important;border-top-right-radius:4px!important}.rounded-t-lg{border-top-left-radius:8px!important;border-top-right-radius:8px!important}.rounded-t-xl{border-top-left-radius:24px!important;border-top-right-radius:24px!important}.rounded-t-pill{border-top-left-radius:9999px!important;border-top-right-radius:9999px!important}.rounded-t-circle{border-top-left-radius:50%!important;border-top-right-radius:50%!important}.rounded-t-shaped{border-top-left-radius:24px!important;border-top-right-radius:0!important}.v-locale--is-ltr .rounded-e-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-e-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-e-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-e{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-e{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-e-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-e-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-e-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-e-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-e-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-e-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-e-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-e-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-e-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-e-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.rounded-b-0{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.rounded-b-sm{border-bottom-left-radius:2px!important;border-bottom-right-radius:2px!important}.rounded-b{border-bottom-left-radius:4px!important;border-bottom-right-radius:4px!important}.rounded-b-lg{border-bottom-left-radius:8px!important;border-bottom-right-radius:8px!important}.rounded-b-xl{border-bottom-left-radius:24px!important;border-bottom-right-radius:24px!important}.rounded-b-pill{border-bottom-left-radius:9999px!important;border-bottom-right-radius:9999px!important}.rounded-b-circle{border-bottom-left-radius:50%!important;border-bottom-right-radius:50%!important}.rounded-b-shaped{border-bottom-left-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-0{border-top-left-radius:0!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-0{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-s-sm{border-top-left-radius:2px!important;border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-s-sm{border-top-right-radius:2px!important;border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-s{border-top-left-radius:4px!important;border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-s{border-top-right-radius:4px!important;border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-s-lg{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-s-lg{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-s-xl{border-top-left-radius:24px!important;border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-s-xl{border-top-right-radius:24px!important;border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-s-pill{border-top-left-radius:9999px!important;border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-s-pill{border-top-right-radius:9999px!important;border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-s-circle{border-top-left-radius:50%!important;border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-s-circle{border-top-right-radius:50%!important;border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-s-shaped{border-top-left-radius:24px!important;border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-s-shaped{border-top-right-radius:24px!important;border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-ts-0{border-top-left-radius:0!important}.v-locale--is-rtl .rounded-ts-0{border-top-right-radius:0!important}.v-locale--is-ltr .rounded-ts-sm{border-top-left-radius:2px!important}.v-locale--is-rtl .rounded-ts-sm{border-top-right-radius:2px!important}.v-locale--is-ltr .rounded-ts{border-top-left-radius:4px!important}.v-locale--is-rtl .rounded-ts{border-top-right-radius:4px!important}.v-locale--is-ltr .rounded-ts-lg{border-top-left-radius:8px!important}.v-locale--is-rtl .rounded-ts-lg{border-top-right-radius:8px!important}.v-locale--is-ltr .rounded-ts-xl{border-top-left-radius:24px!important}.v-locale--is-rtl .rounded-ts-xl{border-top-right-radius:24px!important}.v-locale--is-ltr .rounded-ts-pill{border-top-left-radius:9999px!important}.v-locale--is-rtl .rounded-ts-pill{border-top-right-radius:9999px!important}.v-locale--is-ltr .rounded-ts-circle{border-top-left-radius:50%!important}.v-locale--is-rtl .rounded-ts-circle{border-top-right-radius:50%!important}.v-locale--is-ltr .rounded-ts-shaped{border-top-left-radius:24px 0!important}.v-locale--is-rtl .rounded-ts-shaped{border-top-right-radius:24px 0!important}.v-locale--is-ltr .rounded-te-0{border-top-right-radius:0!important}.v-locale--is-rtl .rounded-te-0{border-top-left-radius:0!important}.v-locale--is-ltr .rounded-te-sm{border-top-right-radius:2px!important}.v-locale--is-rtl .rounded-te-sm{border-top-left-radius:2px!important}.v-locale--is-ltr .rounded-te{border-top-right-radius:4px!important}.v-locale--is-rtl .rounded-te{border-top-left-radius:4px!important}.v-locale--is-ltr .rounded-te-lg{border-top-right-radius:8px!important}.v-locale--is-rtl .rounded-te-lg{border-top-left-radius:8px!important}.v-locale--is-ltr .rounded-te-xl{border-top-right-radius:24px!important}.v-locale--is-rtl .rounded-te-xl{border-top-left-radius:24px!important}.v-locale--is-ltr .rounded-te-pill{border-top-right-radius:9999px!important}.v-locale--is-rtl .rounded-te-pill{border-top-left-radius:9999px!important}.v-locale--is-ltr .rounded-te-circle{border-top-right-radius:50%!important}.v-locale--is-rtl .rounded-te-circle{border-top-left-radius:50%!important}.v-locale--is-ltr .rounded-te-shaped{border-top-right-radius:24px 0!important}.v-locale--is-rtl .rounded-te-shaped{border-top-left-radius:24px 0!important}.v-locale--is-ltr .rounded-be-0{border-bottom-right-radius:0!important}.v-locale--is-rtl .rounded-be-0{border-bottom-left-radius:0!important}.v-locale--is-ltr .rounded-be-sm{border-bottom-right-radius:2px!important}.v-locale--is-rtl .rounded-be-sm{border-bottom-left-radius:2px!important}.v-locale--is-ltr .rounded-be{border-bottom-right-radius:4px!important}.v-locale--is-rtl .rounded-be{border-bottom-left-radius:4px!important}.v-locale--is-ltr .rounded-be-lg{border-bottom-right-radius:8px!important}.v-locale--is-rtl .rounded-be-lg{border-bottom-left-radius:8px!important}.v-locale--is-ltr .rounded-be-xl{border-bottom-right-radius:24px!important}.v-locale--is-rtl .rounded-be-xl{border-bottom-left-radius:24px!important}.v-locale--is-ltr .rounded-be-pill{border-bottom-right-radius:9999px!important}.v-locale--is-rtl .rounded-be-pill{border-bottom-left-radius:9999px!important}.v-locale--is-ltr .rounded-be-circle{border-bottom-right-radius:50%!important}.v-locale--is-rtl .rounded-be-circle{border-bottom-left-radius:50%!important}.v-locale--is-ltr .rounded-be-shaped{border-bottom-right-radius:24px 0!important}.v-locale--is-rtl .rounded-be-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-ltr .rounded-bs-0{border-bottom-left-radius:0!important}.v-locale--is-rtl .rounded-bs-0{border-bottom-right-radius:0!important}.v-locale--is-ltr .rounded-bs-sm{border-bottom-left-radius:2px!important}.v-locale--is-rtl .rounded-bs-sm{border-bottom-right-radius:2px!important}.v-locale--is-ltr .rounded-bs{border-bottom-left-radius:4px!important}.v-locale--is-rtl .rounded-bs{border-bottom-right-radius:4px!important}.v-locale--is-ltr .rounded-bs-lg{border-bottom-left-radius:8px!important}.v-locale--is-rtl .rounded-bs-lg{border-bottom-right-radius:8px!important}.v-locale--is-ltr .rounded-bs-xl{border-bottom-left-radius:24px!important}.v-locale--is-rtl .rounded-bs-xl{border-bottom-right-radius:24px!important}.v-locale--is-ltr .rounded-bs-pill{border-bottom-left-radius:9999px!important}.v-locale--is-rtl .rounded-bs-pill{border-bottom-right-radius:9999px!important}.v-locale--is-ltr .rounded-bs-circle{border-bottom-left-radius:50%!important}.v-locale--is-rtl .rounded-bs-circle{border-bottom-right-radius:50%!important}.v-locale--is-ltr .rounded-bs-shaped{border-bottom-left-radius:24px 0!important}.v-locale--is-rtl .rounded-bs-shaped{border-bottom-right-radius:24px 0!important}.border-0{border-width:0!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border,.border-thin{border-width:thin!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-sm{border-width:1px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-md{border-width:2px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-lg{border-width:4px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-xl{border-width:8px!important;border-style:solid!important;border-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-current{border-color:currentColor!important}.border-opacity-0{--v-border-opacity: 0 !important}.border-opacity{--v-border-opacity: .12 !important}.border-opacity-25{--v-border-opacity: .25 !important}.border-opacity-50{--v-border-opacity: .5 !important}.border-opacity-75{--v-border-opacity: .75 !important}.border-opacity-100{--v-border-opacity: 1 !important}.border-t-0{border-block-start-width:0!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t,.border-t-thin{border-block-start-width:thin!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-sm{border-block-start-width:1px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-md{border-block-start-width:2px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-lg{border-block-start-width:4px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-t-xl{border-block-start-width:8px!important;border-block-start-style:solid!important;border-block-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-0{border-inline-end-width:0!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e,.border-e-thin{border-inline-end-width:thin!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-sm{border-inline-end-width:1px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-md{border-inline-end-width:2px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-lg{border-inline-end-width:4px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-e-xl{border-inline-end-width:8px!important;border-inline-end-style:solid!important;border-inline-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-0{border-block-end-width:0!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b,.border-b-thin{border-block-end-width:thin!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-sm{border-block-end-width:1px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-md{border-block-end-width:2px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-lg{border-block-end-width:4px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-b-xl{border-block-end-width:8px!important;border-block-end-style:solid!important;border-block-end-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-0{border-inline-start-width:0!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s,.border-s-thin{border-inline-start-width:thin!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-sm{border-inline-start-width:1px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-md{border-inline-start-width:2px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-lg{border-inline-start-width:4px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-s-xl{border-inline-start-width:8px!important;border-inline-start-style:solid!important;border-inline-start-color:rgba(var(--v-border-color),var(--v-border-opacity))!important}.border-solid{border-style:solid!important}.border-dashed{border-style:dashed!important}.border-dotted{border-style:dotted!important}.border-double{border-style:double!important}.border-none{border-style:none!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}.text-justify{text-align:justify!important}.text-start{text-align:start!important}.text-end{text-align:end!important}.text-decoration-line-through{text-decoration:line-through!important}.text-decoration-none{text-decoration:none!important}.text-decoration-overline{text-decoration:overline!important}.text-decoration-underline{text-decoration:underline!important}.text-wrap{white-space:normal!important}.text-no-wrap{white-space:nowrap!important}.text-pre{white-space:pre!important}.text-pre-line{white-space:pre-line!important}.text-pre-wrap{white-space:pre-wrap!important}.text-break{overflow-wrap:break-word!important;word-break:break-word!important}.opacity-hover{opacity:var(--v-hover-opacity)!important}.opacity-focus{opacity:var(--v-focus-opacity)!important}.opacity-selected{opacity:var(--v-selected-opacity)!important}.opacity-activated{opacity:var(--v-activated-opacity)!important}.opacity-pressed{opacity:var(--v-pressed-opacity)!important}.opacity-dragged{opacity:var(--v-dragged-opacity)!important}.opacity-0{opacity:0!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-30{opacity:.3!important}.opacity-40{opacity:.4!important}.opacity-50{opacity:.5!important}.opacity-60{opacity:.6!important}.opacity-70{opacity:.7!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-100{opacity:1!important}.text-high-emphasis{color:rgba(var(--v-theme-on-background),var(--v-high-emphasis-opacity))!important}.text-medium-emphasis{color:rgba(var(--v-theme-on-background),var(--v-medium-emphasis-opacity))!important}.text-disabled{color:rgba(var(--v-theme-on-background),var(--v-disabled-opacity))!important}.text-truncate{white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.text-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-none{text-transform:none!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.font-weight-thin{font-weight:100!important}.font-weight-light{font-weight:300!important}.font-weight-regular{font-weight:400!important}.font-weight-medium{font-weight:500!important}.font-weight-semibold{font-weight:600!important}.font-weight-bold{font-weight:700!important}.font-weight-black{font-weight:900!important}.font-italic{font-style:italic!important}.text-mono{font-family:monospace!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-fixed{position:fixed!important}.position-absolute{position:absolute!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.cursor-auto{cursor:auto!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.cursor-wait{cursor:wait!important}.cursor-text{cursor:text!important}.cursor-move{cursor:move!important}.cursor-help{cursor:help!important}.cursor-not-allowed{cursor:not-allowed!important}.cursor-progress{cursor:progress!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-none{cursor:none!important}.fill-height{height:100%!important}.h-auto{height:auto!important}.h-screen{height:100vh!important}.h-0{height:0!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-screen{height:100dvh!important}.w-auto{width:auto!important}.w-0{width:0!important}.w-25{width:25%!important}.w-33{width:33%!important}.w-50{width:50%!important}.w-66{width:66%!important}.w-75{width:75%!important}.w-100{width:100%!important}@media (min-width: 600px){.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}.float-sm-none{float:none!important}.float-sm-left{float:left!important}.float-sm-right{float:right!important}.v-locale--is-rtl .float-sm-end{float:left!important}.v-locale--is-rtl .float-sm-start,.v-locale--is-ltr .float-sm-end{float:right!important}.v-locale--is-ltr .float-sm-start{float:left!important}.flex-sm-fill,.flex-sm-1-1{flex:1 1 auto!important}.flex-sm-1-0{flex:1 0 auto!important}.flex-sm-0-1{flex:0 1 auto!important}.flex-sm-0-0{flex:0 0 auto!important}.flex-sm-1-1-100{flex:1 1 100%!important}.flex-sm-1-0-100{flex:1 0 100%!important}.flex-sm-0-1-100{flex:0 1 100%!important}.flex-sm-0-0-100{flex:0 0 100%!important}.flex-sm-1-1-0{flex:1 1 0!important}.flex-sm-1-0-0{flex:1 0 0!important}.flex-sm-0-1-0{flex:0 1 0!important}.flex-sm-0-0-0{flex:0 0 0!important}.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-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}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-sm-start{justify-content:flex-start!important}.justify-sm-end{justify-content:flex-end!important}.justify-sm-center{justify-content:center!important}.justify-sm-space-between{justify-content:space-between!important}.justify-sm-space-around{justify-content:space-around!important}.justify-sm-space-evenly{justify-content:space-evenly!important}.justify-items-sm-start{justify-items:flex-start!important}.justify-items-sm-end{justify-items:flex-end!important}.justify-items-sm-center{justify-items:center!important}.justify-items-sm-stretch{justify-items:stretch!important}.align-sm-start{align-items:flex-start!important}.align-sm-end{align-items:flex-end!important}.align-sm-center{align-items:center!important}.align-sm-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-sm-space-around{align-content:space-around!important}.align-content-sm-space-evenly{align-content:space-evenly!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}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-6{order:6!important}.order-sm-7{order:7!important}.order-sm-8{order:8!important}.order-sm-9{order:9!important}.order-sm-10{order:10!important}.order-sm-11{order:11!important}.order-sm-12{order:12!important}.order-sm-last{order:13!important}.ga-sm-0{gap:0px!important}.ga-sm-1{gap:4px!important}.ga-sm-2{gap:8px!important}.ga-sm-3{gap:12px!important}.ga-sm-4{gap:16px!important}.ga-sm-5{gap:20px!important}.ga-sm-6{gap:24px!important}.ga-sm-7{gap:28px!important}.ga-sm-8{gap:32px!important}.ga-sm-9{gap:36px!important}.ga-sm-10{gap:40px!important}.ga-sm-11{gap:44px!important}.ga-sm-12{gap:48px!important}.ga-sm-13{gap:52px!important}.ga-sm-14{gap:56px!important}.ga-sm-15{gap:60px!important}.ga-sm-16{gap:64px!important}.ga-sm-auto{gap:auto!important}.gr-sm-0{row-gap:0px!important}.gr-sm-1{row-gap:4px!important}.gr-sm-2{row-gap:8px!important}.gr-sm-3{row-gap:12px!important}.gr-sm-4{row-gap:16px!important}.gr-sm-5{row-gap:20px!important}.gr-sm-6{row-gap:24px!important}.gr-sm-7{row-gap:28px!important}.gr-sm-8{row-gap:32px!important}.gr-sm-9{row-gap:36px!important}.gr-sm-10{row-gap:40px!important}.gr-sm-11{row-gap:44px!important}.gr-sm-12{row-gap:48px!important}.gr-sm-13{row-gap:52px!important}.gr-sm-14{row-gap:56px!important}.gr-sm-15{row-gap:60px!important}.gr-sm-16{row-gap:64px!important}.gr-sm-auto{row-gap:auto!important}.gc-sm-0{-moz-column-gap:0px!important;column-gap:0px!important}.gc-sm-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-sm-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-sm-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-sm-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-sm-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-sm-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-sm-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-sm-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-sm-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-sm-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-sm-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-sm-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-sm-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-sm-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-sm-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-sm-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-sm-auto{-moz-column-gap:auto!important;column-gap:auto!important}.ma-sm-0{margin:0!important}.ma-sm-1{margin:4px!important}.ma-sm-2{margin:8px!important}.ma-sm-3{margin:12px!important}.ma-sm-4{margin:16px!important}.ma-sm-5{margin:20px!important}.ma-sm-6{margin:24px!important}.ma-sm-7{margin:28px!important}.ma-sm-8{margin:32px!important}.ma-sm-9{margin:36px!important}.ma-sm-10{margin:40px!important}.ma-sm-11{margin:44px!important}.ma-sm-12{margin:48px!important}.ma-sm-13{margin:52px!important}.ma-sm-14{margin:56px!important}.ma-sm-15{margin:60px!important}.ma-sm-16{margin:64px!important}.ma-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:4px!important;margin-left:4px!important}.mx-sm-2{margin-right:8px!important;margin-left:8px!important}.mx-sm-3{margin-right:12px!important;margin-left:12px!important}.mx-sm-4{margin-right:16px!important;margin-left:16px!important}.mx-sm-5{margin-right:20px!important;margin-left:20px!important}.mx-sm-6{margin-right:24px!important;margin-left:24px!important}.mx-sm-7{margin-right:28px!important;margin-left:28px!important}.mx-sm-8{margin-right:32px!important;margin-left:32px!important}.mx-sm-9{margin-right:36px!important;margin-left:36px!important}.mx-sm-10{margin-right:40px!important;margin-left:40px!important}.mx-sm-11{margin-right:44px!important;margin-left:44px!important}.mx-sm-12{margin-right:48px!important;margin-left:48px!important}.mx-sm-13{margin-right:52px!important;margin-left:52px!important}.mx-sm-14{margin-right:56px!important;margin-left:56px!important}.mx-sm-15{margin-right:60px!important;margin-left:60px!important}.mx-sm-16{margin-right:64px!important;margin-left:64px!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:4px!important;margin-bottom:4px!important}.my-sm-2{margin-top:8px!important;margin-bottom:8px!important}.my-sm-3{margin-top:12px!important;margin-bottom:12px!important}.my-sm-4{margin-top:16px!important;margin-bottom:16px!important}.my-sm-5{margin-top:20px!important;margin-bottom:20px!important}.my-sm-6{margin-top:24px!important;margin-bottom:24px!important}.my-sm-7{margin-top:28px!important;margin-bottom:28px!important}.my-sm-8{margin-top:32px!important;margin-bottom:32px!important}.my-sm-9{margin-top:36px!important;margin-bottom:36px!important}.my-sm-10{margin-top:40px!important;margin-bottom:40px!important}.my-sm-11{margin-top:44px!important;margin-bottom:44px!important}.my-sm-12{margin-top:48px!important;margin-bottom:48px!important}.my-sm-13{margin-top:52px!important;margin-bottom:52px!important}.my-sm-14{margin-top:56px!important;margin-bottom:56px!important}.my-sm-15{margin-top:60px!important;margin-bottom:60px!important}.my-sm-16{margin-top:64px!important;margin-bottom:64px!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:4px!important}.mt-sm-2{margin-top:8px!important}.mt-sm-3{margin-top:12px!important}.mt-sm-4{margin-top:16px!important}.mt-sm-5{margin-top:20px!important}.mt-sm-6{margin-top:24px!important}.mt-sm-7{margin-top:28px!important}.mt-sm-8{margin-top:32px!important}.mt-sm-9{margin-top:36px!important}.mt-sm-10{margin-top:40px!important}.mt-sm-11{margin-top:44px!important}.mt-sm-12{margin-top:48px!important}.mt-sm-13{margin-top:52px!important}.mt-sm-14{margin-top:56px!important}.mt-sm-15{margin-top:60px!important}.mt-sm-16{margin-top:64px!important}.mt-sm-auto{margin-top:auto!important}.mr-sm-0{margin-right:0!important}.mr-sm-1{margin-right:4px!important}.mr-sm-2{margin-right:8px!important}.mr-sm-3{margin-right:12px!important}.mr-sm-4{margin-right:16px!important}.mr-sm-5{margin-right:20px!important}.mr-sm-6{margin-right:24px!important}.mr-sm-7{margin-right:28px!important}.mr-sm-8{margin-right:32px!important}.mr-sm-9{margin-right:36px!important}.mr-sm-10{margin-right:40px!important}.mr-sm-11{margin-right:44px!important}.mr-sm-12{margin-right:48px!important}.mr-sm-13{margin-right:52px!important}.mr-sm-14{margin-right:56px!important}.mr-sm-15{margin-right:60px!important}.mr-sm-16{margin-right:64px!important}.mr-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:4px!important}.mb-sm-2{margin-bottom:8px!important}.mb-sm-3{margin-bottom:12px!important}.mb-sm-4{margin-bottom:16px!important}.mb-sm-5{margin-bottom:20px!important}.mb-sm-6{margin-bottom:24px!important}.mb-sm-7{margin-bottom:28px!important}.mb-sm-8{margin-bottom:32px!important}.mb-sm-9{margin-bottom:36px!important}.mb-sm-10{margin-bottom:40px!important}.mb-sm-11{margin-bottom:44px!important}.mb-sm-12{margin-bottom:48px!important}.mb-sm-13{margin-bottom:52px!important}.mb-sm-14{margin-bottom:56px!important}.mb-sm-15{margin-bottom:60px!important}.mb-sm-16{margin-bottom:64px!important}.mb-sm-auto{margin-bottom:auto!important}.ml-sm-0{margin-left:0!important}.ml-sm-1{margin-left:4px!important}.ml-sm-2{margin-left:8px!important}.ml-sm-3{margin-left:12px!important}.ml-sm-4{margin-left:16px!important}.ml-sm-5{margin-left:20px!important}.ml-sm-6{margin-left:24px!important}.ml-sm-7{margin-left:28px!important}.ml-sm-8{margin-left:32px!important}.ml-sm-9{margin-left:36px!important}.ml-sm-10{margin-left:40px!important}.ml-sm-11{margin-left:44px!important}.ml-sm-12{margin-left:48px!important}.ml-sm-13{margin-left:52px!important}.ml-sm-14{margin-left:56px!important}.ml-sm-15{margin-left:60px!important}.ml-sm-16{margin-left:64px!important}.ml-sm-auto{margin-left:auto!important}.ms-sm-0{margin-inline-start:0px!important}.ms-sm-1{margin-inline-start:4px!important}.ms-sm-2{margin-inline-start:8px!important}.ms-sm-3{margin-inline-start:12px!important}.ms-sm-4{margin-inline-start:16px!important}.ms-sm-5{margin-inline-start:20px!important}.ms-sm-6{margin-inline-start:24px!important}.ms-sm-7{margin-inline-start:28px!important}.ms-sm-8{margin-inline-start:32px!important}.ms-sm-9{margin-inline-start:36px!important}.ms-sm-10{margin-inline-start:40px!important}.ms-sm-11{margin-inline-start:44px!important}.ms-sm-12{margin-inline-start:48px!important}.ms-sm-13{margin-inline-start:52px!important}.ms-sm-14{margin-inline-start:56px!important}.ms-sm-15{margin-inline-start:60px!important}.ms-sm-16{margin-inline-start:64px!important}.ms-sm-auto{margin-inline-start:auto!important}.me-sm-0{margin-inline-end:0px!important}.me-sm-1{margin-inline-end:4px!important}.me-sm-2{margin-inline-end:8px!important}.me-sm-3{margin-inline-end:12px!important}.me-sm-4{margin-inline-end:16px!important}.me-sm-5{margin-inline-end:20px!important}.me-sm-6{margin-inline-end:24px!important}.me-sm-7{margin-inline-end:28px!important}.me-sm-8{margin-inline-end:32px!important}.me-sm-9{margin-inline-end:36px!important}.me-sm-10{margin-inline-end:40px!important}.me-sm-11{margin-inline-end:44px!important}.me-sm-12{margin-inline-end:48px!important}.me-sm-13{margin-inline-end:52px!important}.me-sm-14{margin-inline-end:56px!important}.me-sm-15{margin-inline-end:60px!important}.me-sm-16{margin-inline-end:64px!important}.me-sm-auto{margin-inline-end:auto!important}.ma-sm-n1{margin:-4px!important}.ma-sm-n2{margin:-8px!important}.ma-sm-n3{margin:-12px!important}.ma-sm-n4{margin:-16px!important}.ma-sm-n5{margin:-20px!important}.ma-sm-n6{margin:-24px!important}.ma-sm-n7{margin:-28px!important}.ma-sm-n8{margin:-32px!important}.ma-sm-n9{margin:-36px!important}.ma-sm-n10{margin:-40px!important}.ma-sm-n11{margin:-44px!important}.ma-sm-n12{margin:-48px!important}.ma-sm-n13{margin:-52px!important}.ma-sm-n14{margin:-56px!important}.ma-sm-n15{margin:-60px!important}.ma-sm-n16{margin:-64px!important}.mx-sm-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-sm-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-sm-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-sm-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-sm-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-sm-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-sm-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-sm-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-sm-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-sm-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-sm-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-sm-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-sm-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-sm-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-sm-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-sm-n16{margin-right:-64px!important;margin-left:-64px!important}.my-sm-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-sm-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-sm-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-sm-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-sm-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-sm-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-sm-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-sm-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-sm-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-sm-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-sm-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-sm-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-sm-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-sm-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-sm-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-sm-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-sm-n1{margin-top:-4px!important}.mt-sm-n2{margin-top:-8px!important}.mt-sm-n3{margin-top:-12px!important}.mt-sm-n4{margin-top:-16px!important}.mt-sm-n5{margin-top:-20px!important}.mt-sm-n6{margin-top:-24px!important}.mt-sm-n7{margin-top:-28px!important}.mt-sm-n8{margin-top:-32px!important}.mt-sm-n9{margin-top:-36px!important}.mt-sm-n10{margin-top:-40px!important}.mt-sm-n11{margin-top:-44px!important}.mt-sm-n12{margin-top:-48px!important}.mt-sm-n13{margin-top:-52px!important}.mt-sm-n14{margin-top:-56px!important}.mt-sm-n15{margin-top:-60px!important}.mt-sm-n16{margin-top:-64px!important}.mr-sm-n1{margin-right:-4px!important}.mr-sm-n2{margin-right:-8px!important}.mr-sm-n3{margin-right:-12px!important}.mr-sm-n4{margin-right:-16px!important}.mr-sm-n5{margin-right:-20px!important}.mr-sm-n6{margin-right:-24px!important}.mr-sm-n7{margin-right:-28px!important}.mr-sm-n8{margin-right:-32px!important}.mr-sm-n9{margin-right:-36px!important}.mr-sm-n10{margin-right:-40px!important}.mr-sm-n11{margin-right:-44px!important}.mr-sm-n12{margin-right:-48px!important}.mr-sm-n13{margin-right:-52px!important}.mr-sm-n14{margin-right:-56px!important}.mr-sm-n15{margin-right:-60px!important}.mr-sm-n16{margin-right:-64px!important}.mb-sm-n1{margin-bottom:-4px!important}.mb-sm-n2{margin-bottom:-8px!important}.mb-sm-n3{margin-bottom:-12px!important}.mb-sm-n4{margin-bottom:-16px!important}.mb-sm-n5{margin-bottom:-20px!important}.mb-sm-n6{margin-bottom:-24px!important}.mb-sm-n7{margin-bottom:-28px!important}.mb-sm-n8{margin-bottom:-32px!important}.mb-sm-n9{margin-bottom:-36px!important}.mb-sm-n10{margin-bottom:-40px!important}.mb-sm-n11{margin-bottom:-44px!important}.mb-sm-n12{margin-bottom:-48px!important}.mb-sm-n13{margin-bottom:-52px!important}.mb-sm-n14{margin-bottom:-56px!important}.mb-sm-n15{margin-bottom:-60px!important}.mb-sm-n16{margin-bottom:-64px!important}.ml-sm-n1{margin-left:-4px!important}.ml-sm-n2{margin-left:-8px!important}.ml-sm-n3{margin-left:-12px!important}.ml-sm-n4{margin-left:-16px!important}.ml-sm-n5{margin-left:-20px!important}.ml-sm-n6{margin-left:-24px!important}.ml-sm-n7{margin-left:-28px!important}.ml-sm-n8{margin-left:-32px!important}.ml-sm-n9{margin-left:-36px!important}.ml-sm-n10{margin-left:-40px!important}.ml-sm-n11{margin-left:-44px!important}.ml-sm-n12{margin-left:-48px!important}.ml-sm-n13{margin-left:-52px!important}.ml-sm-n14{margin-left:-56px!important}.ml-sm-n15{margin-left:-60px!important}.ml-sm-n16{margin-left:-64px!important}.ms-sm-n1{margin-inline-start:-4px!important}.ms-sm-n2{margin-inline-start:-8px!important}.ms-sm-n3{margin-inline-start:-12px!important}.ms-sm-n4{margin-inline-start:-16px!important}.ms-sm-n5{margin-inline-start:-20px!important}.ms-sm-n6{margin-inline-start:-24px!important}.ms-sm-n7{margin-inline-start:-28px!important}.ms-sm-n8{margin-inline-start:-32px!important}.ms-sm-n9{margin-inline-start:-36px!important}.ms-sm-n10{margin-inline-start:-40px!important}.ms-sm-n11{margin-inline-start:-44px!important}.ms-sm-n12{margin-inline-start:-48px!important}.ms-sm-n13{margin-inline-start:-52px!important}.ms-sm-n14{margin-inline-start:-56px!important}.ms-sm-n15{margin-inline-start:-60px!important}.ms-sm-n16{margin-inline-start:-64px!important}.me-sm-n1{margin-inline-end:-4px!important}.me-sm-n2{margin-inline-end:-8px!important}.me-sm-n3{margin-inline-end:-12px!important}.me-sm-n4{margin-inline-end:-16px!important}.me-sm-n5{margin-inline-end:-20px!important}.me-sm-n6{margin-inline-end:-24px!important}.me-sm-n7{margin-inline-end:-28px!important}.me-sm-n8{margin-inline-end:-32px!important}.me-sm-n9{margin-inline-end:-36px!important}.me-sm-n10{margin-inline-end:-40px!important}.me-sm-n11{margin-inline-end:-44px!important}.me-sm-n12{margin-inline-end:-48px!important}.me-sm-n13{margin-inline-end:-52px!important}.me-sm-n14{margin-inline-end:-56px!important}.me-sm-n15{margin-inline-end:-60px!important}.me-sm-n16{margin-inline-end:-64px!important}.pa-sm-0{padding:0!important}.pa-sm-1{padding:4px!important}.pa-sm-2{padding:8px!important}.pa-sm-3{padding:12px!important}.pa-sm-4{padding:16px!important}.pa-sm-5{padding:20px!important}.pa-sm-6{padding:24px!important}.pa-sm-7{padding:28px!important}.pa-sm-8{padding:32px!important}.pa-sm-9{padding:36px!important}.pa-sm-10{padding:40px!important}.pa-sm-11{padding:44px!important}.pa-sm-12{padding:48px!important}.pa-sm-13{padding:52px!important}.pa-sm-14{padding:56px!important}.pa-sm-15{padding:60px!important}.pa-sm-16{padding:64px!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:4px!important;padding-left:4px!important}.px-sm-2{padding-right:8px!important;padding-left:8px!important}.px-sm-3{padding-right:12px!important;padding-left:12px!important}.px-sm-4{padding-right:16px!important;padding-left:16px!important}.px-sm-5{padding-right:20px!important;padding-left:20px!important}.px-sm-6{padding-right:24px!important;padding-left:24px!important}.px-sm-7{padding-right:28px!important;padding-left:28px!important}.px-sm-8{padding-right:32px!important;padding-left:32px!important}.px-sm-9{padding-right:36px!important;padding-left:36px!important}.px-sm-10{padding-right:40px!important;padding-left:40px!important}.px-sm-11{padding-right:44px!important;padding-left:44px!important}.px-sm-12{padding-right:48px!important;padding-left:48px!important}.px-sm-13{padding-right:52px!important;padding-left:52px!important}.px-sm-14{padding-right:56px!important;padding-left:56px!important}.px-sm-15{padding-right:60px!important;padding-left:60px!important}.px-sm-16{padding-right:64px!important;padding-left:64px!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:4px!important;padding-bottom:4px!important}.py-sm-2{padding-top:8px!important;padding-bottom:8px!important}.py-sm-3{padding-top:12px!important;padding-bottom:12px!important}.py-sm-4{padding-top:16px!important;padding-bottom:16px!important}.py-sm-5{padding-top:20px!important;padding-bottom:20px!important}.py-sm-6{padding-top:24px!important;padding-bottom:24px!important}.py-sm-7{padding-top:28px!important;padding-bottom:28px!important}.py-sm-8{padding-top:32px!important;padding-bottom:32px!important}.py-sm-9{padding-top:36px!important;padding-bottom:36px!important}.py-sm-10{padding-top:40px!important;padding-bottom:40px!important}.py-sm-11{padding-top:44px!important;padding-bottom:44px!important}.py-sm-12{padding-top:48px!important;padding-bottom:48px!important}.py-sm-13{padding-top:52px!important;padding-bottom:52px!important}.py-sm-14{padding-top:56px!important;padding-bottom:56px!important}.py-sm-15{padding-top:60px!important;padding-bottom:60px!important}.py-sm-16{padding-top:64px!important;padding-bottom:64px!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:4px!important}.pt-sm-2{padding-top:8px!important}.pt-sm-3{padding-top:12px!important}.pt-sm-4{padding-top:16px!important}.pt-sm-5{padding-top:20px!important}.pt-sm-6{padding-top:24px!important}.pt-sm-7{padding-top:28px!important}.pt-sm-8{padding-top:32px!important}.pt-sm-9{padding-top:36px!important}.pt-sm-10{padding-top:40px!important}.pt-sm-11{padding-top:44px!important}.pt-sm-12{padding-top:48px!important}.pt-sm-13{padding-top:52px!important}.pt-sm-14{padding-top:56px!important}.pt-sm-15{padding-top:60px!important}.pt-sm-16{padding-top:64px!important}.pr-sm-0{padding-right:0!important}.pr-sm-1{padding-right:4px!important}.pr-sm-2{padding-right:8px!important}.pr-sm-3{padding-right:12px!important}.pr-sm-4{padding-right:16px!important}.pr-sm-5{padding-right:20px!important}.pr-sm-6{padding-right:24px!important}.pr-sm-7{padding-right:28px!important}.pr-sm-8{padding-right:32px!important}.pr-sm-9{padding-right:36px!important}.pr-sm-10{padding-right:40px!important}.pr-sm-11{padding-right:44px!important}.pr-sm-12{padding-right:48px!important}.pr-sm-13{padding-right:52px!important}.pr-sm-14{padding-right:56px!important}.pr-sm-15{padding-right:60px!important}.pr-sm-16{padding-right:64px!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:4px!important}.pb-sm-2{padding-bottom:8px!important}.pb-sm-3{padding-bottom:12px!important}.pb-sm-4{padding-bottom:16px!important}.pb-sm-5{padding-bottom:20px!important}.pb-sm-6{padding-bottom:24px!important}.pb-sm-7{padding-bottom:28px!important}.pb-sm-8{padding-bottom:32px!important}.pb-sm-9{padding-bottom:36px!important}.pb-sm-10{padding-bottom:40px!important}.pb-sm-11{padding-bottom:44px!important}.pb-sm-12{padding-bottom:48px!important}.pb-sm-13{padding-bottom:52px!important}.pb-sm-14{padding-bottom:56px!important}.pb-sm-15{padding-bottom:60px!important}.pb-sm-16{padding-bottom:64px!important}.pl-sm-0{padding-left:0!important}.pl-sm-1{padding-left:4px!important}.pl-sm-2{padding-left:8px!important}.pl-sm-3{padding-left:12px!important}.pl-sm-4{padding-left:16px!important}.pl-sm-5{padding-left:20px!important}.pl-sm-6{padding-left:24px!important}.pl-sm-7{padding-left:28px!important}.pl-sm-8{padding-left:32px!important}.pl-sm-9{padding-left:36px!important}.pl-sm-10{padding-left:40px!important}.pl-sm-11{padding-left:44px!important}.pl-sm-12{padding-left:48px!important}.pl-sm-13{padding-left:52px!important}.pl-sm-14{padding-left:56px!important}.pl-sm-15{padding-left:60px!important}.pl-sm-16{padding-left:64px!important}.ps-sm-0{padding-inline-start:0px!important}.ps-sm-1{padding-inline-start:4px!important}.ps-sm-2{padding-inline-start:8px!important}.ps-sm-3{padding-inline-start:12px!important}.ps-sm-4{padding-inline-start:16px!important}.ps-sm-5{padding-inline-start:20px!important}.ps-sm-6{padding-inline-start:24px!important}.ps-sm-7{padding-inline-start:28px!important}.ps-sm-8{padding-inline-start:32px!important}.ps-sm-9{padding-inline-start:36px!important}.ps-sm-10{padding-inline-start:40px!important}.ps-sm-11{padding-inline-start:44px!important}.ps-sm-12{padding-inline-start:48px!important}.ps-sm-13{padding-inline-start:52px!important}.ps-sm-14{padding-inline-start:56px!important}.ps-sm-15{padding-inline-start:60px!important}.ps-sm-16{padding-inline-start:64px!important}.pe-sm-0{padding-inline-end:0px!important}.pe-sm-1{padding-inline-end:4px!important}.pe-sm-2{padding-inline-end:8px!important}.pe-sm-3{padding-inline-end:12px!important}.pe-sm-4{padding-inline-end:16px!important}.pe-sm-5{padding-inline-end:20px!important}.pe-sm-6{padding-inline-end:24px!important}.pe-sm-7{padding-inline-end:28px!important}.pe-sm-8{padding-inline-end:32px!important}.pe-sm-9{padding-inline-end:36px!important}.pe-sm-10{padding-inline-end:40px!important}.pe-sm-11{padding-inline-end:44px!important}.pe-sm-12{padding-inline-end:48px!important}.pe-sm-13{padding-inline-end:52px!important}.pe-sm-14{padding-inline-end:56px!important}.pe-sm-15{padding-inline-end:60px!important}.pe-sm-16{padding-inline-end:64px!important}.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}.text-sm-justify{text-align:justify!important}.text-sm-start{text-align:start!important}.text-sm-end{text-align:end!important}.text-sm-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-sm-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-sm-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-sm-auto{height:auto!important}.h-sm-screen{height:100vh!important}.h-sm-0{height:0!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.w-sm-auto{width:auto!important}.w-sm-0{width:0!important}.w-sm-25{width:25%!important}.w-sm-33{width:33%!important}.w-sm-50{width:50%!important}.w-sm-66{width:66%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}}@media (min-width: 960px){.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}.float-md-none{float:none!important}.float-md-left{float:left!important}.float-md-right{float:right!important}.v-locale--is-rtl .float-md-end{float:left!important}.v-locale--is-rtl .float-md-start,.v-locale--is-ltr .float-md-end{float:right!important}.v-locale--is-ltr .float-md-start{float:left!important}.flex-md-fill,.flex-md-1-1{flex:1 1 auto!important}.flex-md-1-0{flex:1 0 auto!important}.flex-md-0-1{flex:0 1 auto!important}.flex-md-0-0{flex:0 0 auto!important}.flex-md-1-1-100{flex:1 1 100%!important}.flex-md-1-0-100{flex:1 0 100%!important}.flex-md-0-1-100{flex:0 1 100%!important}.flex-md-0-0-100{flex:0 0 100%!important}.flex-md-1-1-0{flex:1 1 0!important}.flex-md-1-0-0{flex:1 0 0!important}.flex-md-0-1-0{flex:0 1 0!important}.flex-md-0-0-0{flex:0 0 0!important}.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-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}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-md-start{justify-content:flex-start!important}.justify-md-end{justify-content:flex-end!important}.justify-md-center{justify-content:center!important}.justify-md-space-between{justify-content:space-between!important}.justify-md-space-around{justify-content:space-around!important}.justify-md-space-evenly{justify-content:space-evenly!important}.justify-items-md-start{justify-items:flex-start!important}.justify-items-md-end{justify-items:flex-end!important}.justify-items-md-center{justify-items:center!important}.justify-items-md-stretch{justify-items:stretch!important}.align-md-start{align-items:flex-start!important}.align-md-end{align-items:flex-end!important}.align-md-center{align-items:center!important}.align-md-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-md-space-around{align-content:space-around!important}.align-content-md-space-evenly{align-content:space-evenly!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}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-6{order:6!important}.order-md-7{order:7!important}.order-md-8{order:8!important}.order-md-9{order:9!important}.order-md-10{order:10!important}.order-md-11{order:11!important}.order-md-12{order:12!important}.order-md-last{order:13!important}.ga-md-0{gap:0px!important}.ga-md-1{gap:4px!important}.ga-md-2{gap:8px!important}.ga-md-3{gap:12px!important}.ga-md-4{gap:16px!important}.ga-md-5{gap:20px!important}.ga-md-6{gap:24px!important}.ga-md-7{gap:28px!important}.ga-md-8{gap:32px!important}.ga-md-9{gap:36px!important}.ga-md-10{gap:40px!important}.ga-md-11{gap:44px!important}.ga-md-12{gap:48px!important}.ga-md-13{gap:52px!important}.ga-md-14{gap:56px!important}.ga-md-15{gap:60px!important}.ga-md-16{gap:64px!important}.ga-md-auto{gap:auto!important}.gr-md-0{row-gap:0px!important}.gr-md-1{row-gap:4px!important}.gr-md-2{row-gap:8px!important}.gr-md-3{row-gap:12px!important}.gr-md-4{row-gap:16px!important}.gr-md-5{row-gap:20px!important}.gr-md-6{row-gap:24px!important}.gr-md-7{row-gap:28px!important}.gr-md-8{row-gap:32px!important}.gr-md-9{row-gap:36px!important}.gr-md-10{row-gap:40px!important}.gr-md-11{row-gap:44px!important}.gr-md-12{row-gap:48px!important}.gr-md-13{row-gap:52px!important}.gr-md-14{row-gap:56px!important}.gr-md-15{row-gap:60px!important}.gr-md-16{row-gap:64px!important}.gr-md-auto{row-gap:auto!important}.gc-md-0{-moz-column-gap:0px!important;column-gap:0px!important}.gc-md-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-md-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-md-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-md-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-md-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-md-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-md-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-md-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-md-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-md-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-md-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-md-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-md-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-md-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-md-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-md-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-md-auto{-moz-column-gap:auto!important;column-gap:auto!important}.ma-md-0{margin:0!important}.ma-md-1{margin:4px!important}.ma-md-2{margin:8px!important}.ma-md-3{margin:12px!important}.ma-md-4{margin:16px!important}.ma-md-5{margin:20px!important}.ma-md-6{margin:24px!important}.ma-md-7{margin:28px!important}.ma-md-8{margin:32px!important}.ma-md-9{margin:36px!important}.ma-md-10{margin:40px!important}.ma-md-11{margin:44px!important}.ma-md-12{margin:48px!important}.ma-md-13{margin:52px!important}.ma-md-14{margin:56px!important}.ma-md-15{margin:60px!important}.ma-md-16{margin:64px!important}.ma-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:4px!important;margin-left:4px!important}.mx-md-2{margin-right:8px!important;margin-left:8px!important}.mx-md-3{margin-right:12px!important;margin-left:12px!important}.mx-md-4{margin-right:16px!important;margin-left:16px!important}.mx-md-5{margin-right:20px!important;margin-left:20px!important}.mx-md-6{margin-right:24px!important;margin-left:24px!important}.mx-md-7{margin-right:28px!important;margin-left:28px!important}.mx-md-8{margin-right:32px!important;margin-left:32px!important}.mx-md-9{margin-right:36px!important;margin-left:36px!important}.mx-md-10{margin-right:40px!important;margin-left:40px!important}.mx-md-11{margin-right:44px!important;margin-left:44px!important}.mx-md-12{margin-right:48px!important;margin-left:48px!important}.mx-md-13{margin-right:52px!important;margin-left:52px!important}.mx-md-14{margin-right:56px!important;margin-left:56px!important}.mx-md-15{margin-right:60px!important;margin-left:60px!important}.mx-md-16{margin-right:64px!important;margin-left:64px!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:4px!important;margin-bottom:4px!important}.my-md-2{margin-top:8px!important;margin-bottom:8px!important}.my-md-3{margin-top:12px!important;margin-bottom:12px!important}.my-md-4{margin-top:16px!important;margin-bottom:16px!important}.my-md-5{margin-top:20px!important;margin-bottom:20px!important}.my-md-6{margin-top:24px!important;margin-bottom:24px!important}.my-md-7{margin-top:28px!important;margin-bottom:28px!important}.my-md-8{margin-top:32px!important;margin-bottom:32px!important}.my-md-9{margin-top:36px!important;margin-bottom:36px!important}.my-md-10{margin-top:40px!important;margin-bottom:40px!important}.my-md-11{margin-top:44px!important;margin-bottom:44px!important}.my-md-12{margin-top:48px!important;margin-bottom:48px!important}.my-md-13{margin-top:52px!important;margin-bottom:52px!important}.my-md-14{margin-top:56px!important;margin-bottom:56px!important}.my-md-15{margin-top:60px!important;margin-bottom:60px!important}.my-md-16{margin-top:64px!important;margin-bottom:64px!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:4px!important}.mt-md-2{margin-top:8px!important}.mt-md-3{margin-top:12px!important}.mt-md-4{margin-top:16px!important}.mt-md-5{margin-top:20px!important}.mt-md-6{margin-top:24px!important}.mt-md-7{margin-top:28px!important}.mt-md-8{margin-top:32px!important}.mt-md-9{margin-top:36px!important}.mt-md-10{margin-top:40px!important}.mt-md-11{margin-top:44px!important}.mt-md-12{margin-top:48px!important}.mt-md-13{margin-top:52px!important}.mt-md-14{margin-top:56px!important}.mt-md-15{margin-top:60px!important}.mt-md-16{margin-top:64px!important}.mt-md-auto{margin-top:auto!important}.mr-md-0{margin-right:0!important}.mr-md-1{margin-right:4px!important}.mr-md-2{margin-right:8px!important}.mr-md-3{margin-right:12px!important}.mr-md-4{margin-right:16px!important}.mr-md-5{margin-right:20px!important}.mr-md-6{margin-right:24px!important}.mr-md-7{margin-right:28px!important}.mr-md-8{margin-right:32px!important}.mr-md-9{margin-right:36px!important}.mr-md-10{margin-right:40px!important}.mr-md-11{margin-right:44px!important}.mr-md-12{margin-right:48px!important}.mr-md-13{margin-right:52px!important}.mr-md-14{margin-right:56px!important}.mr-md-15{margin-right:60px!important}.mr-md-16{margin-right:64px!important}.mr-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:4px!important}.mb-md-2{margin-bottom:8px!important}.mb-md-3{margin-bottom:12px!important}.mb-md-4{margin-bottom:16px!important}.mb-md-5{margin-bottom:20px!important}.mb-md-6{margin-bottom:24px!important}.mb-md-7{margin-bottom:28px!important}.mb-md-8{margin-bottom:32px!important}.mb-md-9{margin-bottom:36px!important}.mb-md-10{margin-bottom:40px!important}.mb-md-11{margin-bottom:44px!important}.mb-md-12{margin-bottom:48px!important}.mb-md-13{margin-bottom:52px!important}.mb-md-14{margin-bottom:56px!important}.mb-md-15{margin-bottom:60px!important}.mb-md-16{margin-bottom:64px!important}.mb-md-auto{margin-bottom:auto!important}.ml-md-0{margin-left:0!important}.ml-md-1{margin-left:4px!important}.ml-md-2{margin-left:8px!important}.ml-md-3{margin-left:12px!important}.ml-md-4{margin-left:16px!important}.ml-md-5{margin-left:20px!important}.ml-md-6{margin-left:24px!important}.ml-md-7{margin-left:28px!important}.ml-md-8{margin-left:32px!important}.ml-md-9{margin-left:36px!important}.ml-md-10{margin-left:40px!important}.ml-md-11{margin-left:44px!important}.ml-md-12{margin-left:48px!important}.ml-md-13{margin-left:52px!important}.ml-md-14{margin-left:56px!important}.ml-md-15{margin-left:60px!important}.ml-md-16{margin-left:64px!important}.ml-md-auto{margin-left:auto!important}.ms-md-0{margin-inline-start:0px!important}.ms-md-1{margin-inline-start:4px!important}.ms-md-2{margin-inline-start:8px!important}.ms-md-3{margin-inline-start:12px!important}.ms-md-4{margin-inline-start:16px!important}.ms-md-5{margin-inline-start:20px!important}.ms-md-6{margin-inline-start:24px!important}.ms-md-7{margin-inline-start:28px!important}.ms-md-8{margin-inline-start:32px!important}.ms-md-9{margin-inline-start:36px!important}.ms-md-10{margin-inline-start:40px!important}.ms-md-11{margin-inline-start:44px!important}.ms-md-12{margin-inline-start:48px!important}.ms-md-13{margin-inline-start:52px!important}.ms-md-14{margin-inline-start:56px!important}.ms-md-15{margin-inline-start:60px!important}.ms-md-16{margin-inline-start:64px!important}.ms-md-auto{margin-inline-start:auto!important}.me-md-0{margin-inline-end:0px!important}.me-md-1{margin-inline-end:4px!important}.me-md-2{margin-inline-end:8px!important}.me-md-3{margin-inline-end:12px!important}.me-md-4{margin-inline-end:16px!important}.me-md-5{margin-inline-end:20px!important}.me-md-6{margin-inline-end:24px!important}.me-md-7{margin-inline-end:28px!important}.me-md-8{margin-inline-end:32px!important}.me-md-9{margin-inline-end:36px!important}.me-md-10{margin-inline-end:40px!important}.me-md-11{margin-inline-end:44px!important}.me-md-12{margin-inline-end:48px!important}.me-md-13{margin-inline-end:52px!important}.me-md-14{margin-inline-end:56px!important}.me-md-15{margin-inline-end:60px!important}.me-md-16{margin-inline-end:64px!important}.me-md-auto{margin-inline-end:auto!important}.ma-md-n1{margin:-4px!important}.ma-md-n2{margin:-8px!important}.ma-md-n3{margin:-12px!important}.ma-md-n4{margin:-16px!important}.ma-md-n5{margin:-20px!important}.ma-md-n6{margin:-24px!important}.ma-md-n7{margin:-28px!important}.ma-md-n8{margin:-32px!important}.ma-md-n9{margin:-36px!important}.ma-md-n10{margin:-40px!important}.ma-md-n11{margin:-44px!important}.ma-md-n12{margin:-48px!important}.ma-md-n13{margin:-52px!important}.ma-md-n14{margin:-56px!important}.ma-md-n15{margin:-60px!important}.ma-md-n16{margin:-64px!important}.mx-md-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-md-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-md-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-md-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-md-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-md-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-md-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-md-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-md-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-md-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-md-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-md-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-md-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-md-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-md-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-md-n16{margin-right:-64px!important;margin-left:-64px!important}.my-md-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-md-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-md-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-md-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-md-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-md-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-md-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-md-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-md-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-md-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-md-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-md-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-md-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-md-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-md-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-md-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-md-n1{margin-top:-4px!important}.mt-md-n2{margin-top:-8px!important}.mt-md-n3{margin-top:-12px!important}.mt-md-n4{margin-top:-16px!important}.mt-md-n5{margin-top:-20px!important}.mt-md-n6{margin-top:-24px!important}.mt-md-n7{margin-top:-28px!important}.mt-md-n8{margin-top:-32px!important}.mt-md-n9{margin-top:-36px!important}.mt-md-n10{margin-top:-40px!important}.mt-md-n11{margin-top:-44px!important}.mt-md-n12{margin-top:-48px!important}.mt-md-n13{margin-top:-52px!important}.mt-md-n14{margin-top:-56px!important}.mt-md-n15{margin-top:-60px!important}.mt-md-n16{margin-top:-64px!important}.mr-md-n1{margin-right:-4px!important}.mr-md-n2{margin-right:-8px!important}.mr-md-n3{margin-right:-12px!important}.mr-md-n4{margin-right:-16px!important}.mr-md-n5{margin-right:-20px!important}.mr-md-n6{margin-right:-24px!important}.mr-md-n7{margin-right:-28px!important}.mr-md-n8{margin-right:-32px!important}.mr-md-n9{margin-right:-36px!important}.mr-md-n10{margin-right:-40px!important}.mr-md-n11{margin-right:-44px!important}.mr-md-n12{margin-right:-48px!important}.mr-md-n13{margin-right:-52px!important}.mr-md-n14{margin-right:-56px!important}.mr-md-n15{margin-right:-60px!important}.mr-md-n16{margin-right:-64px!important}.mb-md-n1{margin-bottom:-4px!important}.mb-md-n2{margin-bottom:-8px!important}.mb-md-n3{margin-bottom:-12px!important}.mb-md-n4{margin-bottom:-16px!important}.mb-md-n5{margin-bottom:-20px!important}.mb-md-n6{margin-bottom:-24px!important}.mb-md-n7{margin-bottom:-28px!important}.mb-md-n8{margin-bottom:-32px!important}.mb-md-n9{margin-bottom:-36px!important}.mb-md-n10{margin-bottom:-40px!important}.mb-md-n11{margin-bottom:-44px!important}.mb-md-n12{margin-bottom:-48px!important}.mb-md-n13{margin-bottom:-52px!important}.mb-md-n14{margin-bottom:-56px!important}.mb-md-n15{margin-bottom:-60px!important}.mb-md-n16{margin-bottom:-64px!important}.ml-md-n1{margin-left:-4px!important}.ml-md-n2{margin-left:-8px!important}.ml-md-n3{margin-left:-12px!important}.ml-md-n4{margin-left:-16px!important}.ml-md-n5{margin-left:-20px!important}.ml-md-n6{margin-left:-24px!important}.ml-md-n7{margin-left:-28px!important}.ml-md-n8{margin-left:-32px!important}.ml-md-n9{margin-left:-36px!important}.ml-md-n10{margin-left:-40px!important}.ml-md-n11{margin-left:-44px!important}.ml-md-n12{margin-left:-48px!important}.ml-md-n13{margin-left:-52px!important}.ml-md-n14{margin-left:-56px!important}.ml-md-n15{margin-left:-60px!important}.ml-md-n16{margin-left:-64px!important}.ms-md-n1{margin-inline-start:-4px!important}.ms-md-n2{margin-inline-start:-8px!important}.ms-md-n3{margin-inline-start:-12px!important}.ms-md-n4{margin-inline-start:-16px!important}.ms-md-n5{margin-inline-start:-20px!important}.ms-md-n6{margin-inline-start:-24px!important}.ms-md-n7{margin-inline-start:-28px!important}.ms-md-n8{margin-inline-start:-32px!important}.ms-md-n9{margin-inline-start:-36px!important}.ms-md-n10{margin-inline-start:-40px!important}.ms-md-n11{margin-inline-start:-44px!important}.ms-md-n12{margin-inline-start:-48px!important}.ms-md-n13{margin-inline-start:-52px!important}.ms-md-n14{margin-inline-start:-56px!important}.ms-md-n15{margin-inline-start:-60px!important}.ms-md-n16{margin-inline-start:-64px!important}.me-md-n1{margin-inline-end:-4px!important}.me-md-n2{margin-inline-end:-8px!important}.me-md-n3{margin-inline-end:-12px!important}.me-md-n4{margin-inline-end:-16px!important}.me-md-n5{margin-inline-end:-20px!important}.me-md-n6{margin-inline-end:-24px!important}.me-md-n7{margin-inline-end:-28px!important}.me-md-n8{margin-inline-end:-32px!important}.me-md-n9{margin-inline-end:-36px!important}.me-md-n10{margin-inline-end:-40px!important}.me-md-n11{margin-inline-end:-44px!important}.me-md-n12{margin-inline-end:-48px!important}.me-md-n13{margin-inline-end:-52px!important}.me-md-n14{margin-inline-end:-56px!important}.me-md-n15{margin-inline-end:-60px!important}.me-md-n16{margin-inline-end:-64px!important}.pa-md-0{padding:0!important}.pa-md-1{padding:4px!important}.pa-md-2{padding:8px!important}.pa-md-3{padding:12px!important}.pa-md-4{padding:16px!important}.pa-md-5{padding:20px!important}.pa-md-6{padding:24px!important}.pa-md-7{padding:28px!important}.pa-md-8{padding:32px!important}.pa-md-9{padding:36px!important}.pa-md-10{padding:40px!important}.pa-md-11{padding:44px!important}.pa-md-12{padding:48px!important}.pa-md-13{padding:52px!important}.pa-md-14{padding:56px!important}.pa-md-15{padding:60px!important}.pa-md-16{padding:64px!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:4px!important;padding-left:4px!important}.px-md-2{padding-right:8px!important;padding-left:8px!important}.px-md-3{padding-right:12px!important;padding-left:12px!important}.px-md-4{padding-right:16px!important;padding-left:16px!important}.px-md-5{padding-right:20px!important;padding-left:20px!important}.px-md-6{padding-right:24px!important;padding-left:24px!important}.px-md-7{padding-right:28px!important;padding-left:28px!important}.px-md-8{padding-right:32px!important;padding-left:32px!important}.px-md-9{padding-right:36px!important;padding-left:36px!important}.px-md-10{padding-right:40px!important;padding-left:40px!important}.px-md-11{padding-right:44px!important;padding-left:44px!important}.px-md-12{padding-right:48px!important;padding-left:48px!important}.px-md-13{padding-right:52px!important;padding-left:52px!important}.px-md-14{padding-right:56px!important;padding-left:56px!important}.px-md-15{padding-right:60px!important;padding-left:60px!important}.px-md-16{padding-right:64px!important;padding-left:64px!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:4px!important;padding-bottom:4px!important}.py-md-2{padding-top:8px!important;padding-bottom:8px!important}.py-md-3{padding-top:12px!important;padding-bottom:12px!important}.py-md-4{padding-top:16px!important;padding-bottom:16px!important}.py-md-5{padding-top:20px!important;padding-bottom:20px!important}.py-md-6{padding-top:24px!important;padding-bottom:24px!important}.py-md-7{padding-top:28px!important;padding-bottom:28px!important}.py-md-8{padding-top:32px!important;padding-bottom:32px!important}.py-md-9{padding-top:36px!important;padding-bottom:36px!important}.py-md-10{padding-top:40px!important;padding-bottom:40px!important}.py-md-11{padding-top:44px!important;padding-bottom:44px!important}.py-md-12{padding-top:48px!important;padding-bottom:48px!important}.py-md-13{padding-top:52px!important;padding-bottom:52px!important}.py-md-14{padding-top:56px!important;padding-bottom:56px!important}.py-md-15{padding-top:60px!important;padding-bottom:60px!important}.py-md-16{padding-top:64px!important;padding-bottom:64px!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:4px!important}.pt-md-2{padding-top:8px!important}.pt-md-3{padding-top:12px!important}.pt-md-4{padding-top:16px!important}.pt-md-5{padding-top:20px!important}.pt-md-6{padding-top:24px!important}.pt-md-7{padding-top:28px!important}.pt-md-8{padding-top:32px!important}.pt-md-9{padding-top:36px!important}.pt-md-10{padding-top:40px!important}.pt-md-11{padding-top:44px!important}.pt-md-12{padding-top:48px!important}.pt-md-13{padding-top:52px!important}.pt-md-14{padding-top:56px!important}.pt-md-15{padding-top:60px!important}.pt-md-16{padding-top:64px!important}.pr-md-0{padding-right:0!important}.pr-md-1{padding-right:4px!important}.pr-md-2{padding-right:8px!important}.pr-md-3{padding-right:12px!important}.pr-md-4{padding-right:16px!important}.pr-md-5{padding-right:20px!important}.pr-md-6{padding-right:24px!important}.pr-md-7{padding-right:28px!important}.pr-md-8{padding-right:32px!important}.pr-md-9{padding-right:36px!important}.pr-md-10{padding-right:40px!important}.pr-md-11{padding-right:44px!important}.pr-md-12{padding-right:48px!important}.pr-md-13{padding-right:52px!important}.pr-md-14{padding-right:56px!important}.pr-md-15{padding-right:60px!important}.pr-md-16{padding-right:64px!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:4px!important}.pb-md-2{padding-bottom:8px!important}.pb-md-3{padding-bottom:12px!important}.pb-md-4{padding-bottom:16px!important}.pb-md-5{padding-bottom:20px!important}.pb-md-6{padding-bottom:24px!important}.pb-md-7{padding-bottom:28px!important}.pb-md-8{padding-bottom:32px!important}.pb-md-9{padding-bottom:36px!important}.pb-md-10{padding-bottom:40px!important}.pb-md-11{padding-bottom:44px!important}.pb-md-12{padding-bottom:48px!important}.pb-md-13{padding-bottom:52px!important}.pb-md-14{padding-bottom:56px!important}.pb-md-15{padding-bottom:60px!important}.pb-md-16{padding-bottom:64px!important}.pl-md-0{padding-left:0!important}.pl-md-1{padding-left:4px!important}.pl-md-2{padding-left:8px!important}.pl-md-3{padding-left:12px!important}.pl-md-4{padding-left:16px!important}.pl-md-5{padding-left:20px!important}.pl-md-6{padding-left:24px!important}.pl-md-7{padding-left:28px!important}.pl-md-8{padding-left:32px!important}.pl-md-9{padding-left:36px!important}.pl-md-10{padding-left:40px!important}.pl-md-11{padding-left:44px!important}.pl-md-12{padding-left:48px!important}.pl-md-13{padding-left:52px!important}.pl-md-14{padding-left:56px!important}.pl-md-15{padding-left:60px!important}.pl-md-16{padding-left:64px!important}.ps-md-0{padding-inline-start:0px!important}.ps-md-1{padding-inline-start:4px!important}.ps-md-2{padding-inline-start:8px!important}.ps-md-3{padding-inline-start:12px!important}.ps-md-4{padding-inline-start:16px!important}.ps-md-5{padding-inline-start:20px!important}.ps-md-6{padding-inline-start:24px!important}.ps-md-7{padding-inline-start:28px!important}.ps-md-8{padding-inline-start:32px!important}.ps-md-9{padding-inline-start:36px!important}.ps-md-10{padding-inline-start:40px!important}.ps-md-11{padding-inline-start:44px!important}.ps-md-12{padding-inline-start:48px!important}.ps-md-13{padding-inline-start:52px!important}.ps-md-14{padding-inline-start:56px!important}.ps-md-15{padding-inline-start:60px!important}.ps-md-16{padding-inline-start:64px!important}.pe-md-0{padding-inline-end:0px!important}.pe-md-1{padding-inline-end:4px!important}.pe-md-2{padding-inline-end:8px!important}.pe-md-3{padding-inline-end:12px!important}.pe-md-4{padding-inline-end:16px!important}.pe-md-5{padding-inline-end:20px!important}.pe-md-6{padding-inline-end:24px!important}.pe-md-7{padding-inline-end:28px!important}.pe-md-8{padding-inline-end:32px!important}.pe-md-9{padding-inline-end:36px!important}.pe-md-10{padding-inline-end:40px!important}.pe-md-11{padding-inline-end:44px!important}.pe-md-12{padding-inline-end:48px!important}.pe-md-13{padding-inline-end:52px!important}.pe-md-14{padding-inline-end:56px!important}.pe-md-15{padding-inline-end:60px!important}.pe-md-16{padding-inline-end:64px!important}.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}.text-md-justify{text-align:justify!important}.text-md-start{text-align:start!important}.text-md-end{text-align:end!important}.text-md-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-md-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-md-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-md-auto{height:auto!important}.h-md-screen{height:100vh!important}.h-md-0{height:0!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.w-md-auto{width:auto!important}.w-md-0{width:0!important}.w-md-25{width:25%!important}.w-md-33{width:33%!important}.w-md-50{width:50%!important}.w-md-66{width:66%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}}@media (min-width: 1280px){.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}.float-lg-none{float:none!important}.float-lg-left{float:left!important}.float-lg-right{float:right!important}.v-locale--is-rtl .float-lg-end{float:left!important}.v-locale--is-rtl .float-lg-start,.v-locale--is-ltr .float-lg-end{float:right!important}.v-locale--is-ltr .float-lg-start{float:left!important}.flex-lg-fill,.flex-lg-1-1{flex:1 1 auto!important}.flex-lg-1-0{flex:1 0 auto!important}.flex-lg-0-1{flex:0 1 auto!important}.flex-lg-0-0{flex:0 0 auto!important}.flex-lg-1-1-100{flex:1 1 100%!important}.flex-lg-1-0-100{flex:1 0 100%!important}.flex-lg-0-1-100{flex:0 1 100%!important}.flex-lg-0-0-100{flex:0 0 100%!important}.flex-lg-1-1-0{flex:1 1 0!important}.flex-lg-1-0-0{flex:1 0 0!important}.flex-lg-0-1-0{flex:0 1 0!important}.flex-lg-0-0-0{flex:0 0 0!important}.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-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}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-lg-start{justify-content:flex-start!important}.justify-lg-end{justify-content:flex-end!important}.justify-lg-center{justify-content:center!important}.justify-lg-space-between{justify-content:space-between!important}.justify-lg-space-around{justify-content:space-around!important}.justify-lg-space-evenly{justify-content:space-evenly!important}.justify-items-lg-start{justify-items:flex-start!important}.justify-items-lg-end{justify-items:flex-end!important}.justify-items-lg-center{justify-items:center!important}.justify-items-lg-stretch{justify-items:stretch!important}.align-lg-start{align-items:flex-start!important}.align-lg-end{align-items:flex-end!important}.align-lg-center{align-items:center!important}.align-lg-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-lg-space-around{align-content:space-around!important}.align-content-lg-space-evenly{align-content:space-evenly!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}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-6{order:6!important}.order-lg-7{order:7!important}.order-lg-8{order:8!important}.order-lg-9{order:9!important}.order-lg-10{order:10!important}.order-lg-11{order:11!important}.order-lg-12{order:12!important}.order-lg-last{order:13!important}.ga-lg-0{gap:0px!important}.ga-lg-1{gap:4px!important}.ga-lg-2{gap:8px!important}.ga-lg-3{gap:12px!important}.ga-lg-4{gap:16px!important}.ga-lg-5{gap:20px!important}.ga-lg-6{gap:24px!important}.ga-lg-7{gap:28px!important}.ga-lg-8{gap:32px!important}.ga-lg-9{gap:36px!important}.ga-lg-10{gap:40px!important}.ga-lg-11{gap:44px!important}.ga-lg-12{gap:48px!important}.ga-lg-13{gap:52px!important}.ga-lg-14{gap:56px!important}.ga-lg-15{gap:60px!important}.ga-lg-16{gap:64px!important}.ga-lg-auto{gap:auto!important}.gr-lg-0{row-gap:0px!important}.gr-lg-1{row-gap:4px!important}.gr-lg-2{row-gap:8px!important}.gr-lg-3{row-gap:12px!important}.gr-lg-4{row-gap:16px!important}.gr-lg-5{row-gap:20px!important}.gr-lg-6{row-gap:24px!important}.gr-lg-7{row-gap:28px!important}.gr-lg-8{row-gap:32px!important}.gr-lg-9{row-gap:36px!important}.gr-lg-10{row-gap:40px!important}.gr-lg-11{row-gap:44px!important}.gr-lg-12{row-gap:48px!important}.gr-lg-13{row-gap:52px!important}.gr-lg-14{row-gap:56px!important}.gr-lg-15{row-gap:60px!important}.gr-lg-16{row-gap:64px!important}.gr-lg-auto{row-gap:auto!important}.gc-lg-0{-moz-column-gap:0px!important;column-gap:0px!important}.gc-lg-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-lg-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-lg-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-lg-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-lg-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-lg-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-lg-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-lg-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-lg-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-lg-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-lg-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-lg-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-lg-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-lg-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-lg-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-lg-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-lg-auto{-moz-column-gap:auto!important;column-gap:auto!important}.ma-lg-0{margin:0!important}.ma-lg-1{margin:4px!important}.ma-lg-2{margin:8px!important}.ma-lg-3{margin:12px!important}.ma-lg-4{margin:16px!important}.ma-lg-5{margin:20px!important}.ma-lg-6{margin:24px!important}.ma-lg-7{margin:28px!important}.ma-lg-8{margin:32px!important}.ma-lg-9{margin:36px!important}.ma-lg-10{margin:40px!important}.ma-lg-11{margin:44px!important}.ma-lg-12{margin:48px!important}.ma-lg-13{margin:52px!important}.ma-lg-14{margin:56px!important}.ma-lg-15{margin:60px!important}.ma-lg-16{margin:64px!important}.ma-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:4px!important;margin-left:4px!important}.mx-lg-2{margin-right:8px!important;margin-left:8px!important}.mx-lg-3{margin-right:12px!important;margin-left:12px!important}.mx-lg-4{margin-right:16px!important;margin-left:16px!important}.mx-lg-5{margin-right:20px!important;margin-left:20px!important}.mx-lg-6{margin-right:24px!important;margin-left:24px!important}.mx-lg-7{margin-right:28px!important;margin-left:28px!important}.mx-lg-8{margin-right:32px!important;margin-left:32px!important}.mx-lg-9{margin-right:36px!important;margin-left:36px!important}.mx-lg-10{margin-right:40px!important;margin-left:40px!important}.mx-lg-11{margin-right:44px!important;margin-left:44px!important}.mx-lg-12{margin-right:48px!important;margin-left:48px!important}.mx-lg-13{margin-right:52px!important;margin-left:52px!important}.mx-lg-14{margin-right:56px!important;margin-left:56px!important}.mx-lg-15{margin-right:60px!important;margin-left:60px!important}.mx-lg-16{margin-right:64px!important;margin-left:64px!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:4px!important;margin-bottom:4px!important}.my-lg-2{margin-top:8px!important;margin-bottom:8px!important}.my-lg-3{margin-top:12px!important;margin-bottom:12px!important}.my-lg-4{margin-top:16px!important;margin-bottom:16px!important}.my-lg-5{margin-top:20px!important;margin-bottom:20px!important}.my-lg-6{margin-top:24px!important;margin-bottom:24px!important}.my-lg-7{margin-top:28px!important;margin-bottom:28px!important}.my-lg-8{margin-top:32px!important;margin-bottom:32px!important}.my-lg-9{margin-top:36px!important;margin-bottom:36px!important}.my-lg-10{margin-top:40px!important;margin-bottom:40px!important}.my-lg-11{margin-top:44px!important;margin-bottom:44px!important}.my-lg-12{margin-top:48px!important;margin-bottom:48px!important}.my-lg-13{margin-top:52px!important;margin-bottom:52px!important}.my-lg-14{margin-top:56px!important;margin-bottom:56px!important}.my-lg-15{margin-top:60px!important;margin-bottom:60px!important}.my-lg-16{margin-top:64px!important;margin-bottom:64px!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:4px!important}.mt-lg-2{margin-top:8px!important}.mt-lg-3{margin-top:12px!important}.mt-lg-4{margin-top:16px!important}.mt-lg-5{margin-top:20px!important}.mt-lg-6{margin-top:24px!important}.mt-lg-7{margin-top:28px!important}.mt-lg-8{margin-top:32px!important}.mt-lg-9{margin-top:36px!important}.mt-lg-10{margin-top:40px!important}.mt-lg-11{margin-top:44px!important}.mt-lg-12{margin-top:48px!important}.mt-lg-13{margin-top:52px!important}.mt-lg-14{margin-top:56px!important}.mt-lg-15{margin-top:60px!important}.mt-lg-16{margin-top:64px!important}.mt-lg-auto{margin-top:auto!important}.mr-lg-0{margin-right:0!important}.mr-lg-1{margin-right:4px!important}.mr-lg-2{margin-right:8px!important}.mr-lg-3{margin-right:12px!important}.mr-lg-4{margin-right:16px!important}.mr-lg-5{margin-right:20px!important}.mr-lg-6{margin-right:24px!important}.mr-lg-7{margin-right:28px!important}.mr-lg-8{margin-right:32px!important}.mr-lg-9{margin-right:36px!important}.mr-lg-10{margin-right:40px!important}.mr-lg-11{margin-right:44px!important}.mr-lg-12{margin-right:48px!important}.mr-lg-13{margin-right:52px!important}.mr-lg-14{margin-right:56px!important}.mr-lg-15{margin-right:60px!important}.mr-lg-16{margin-right:64px!important}.mr-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:4px!important}.mb-lg-2{margin-bottom:8px!important}.mb-lg-3{margin-bottom:12px!important}.mb-lg-4{margin-bottom:16px!important}.mb-lg-5{margin-bottom:20px!important}.mb-lg-6{margin-bottom:24px!important}.mb-lg-7{margin-bottom:28px!important}.mb-lg-8{margin-bottom:32px!important}.mb-lg-9{margin-bottom:36px!important}.mb-lg-10{margin-bottom:40px!important}.mb-lg-11{margin-bottom:44px!important}.mb-lg-12{margin-bottom:48px!important}.mb-lg-13{margin-bottom:52px!important}.mb-lg-14{margin-bottom:56px!important}.mb-lg-15{margin-bottom:60px!important}.mb-lg-16{margin-bottom:64px!important}.mb-lg-auto{margin-bottom:auto!important}.ml-lg-0{margin-left:0!important}.ml-lg-1{margin-left:4px!important}.ml-lg-2{margin-left:8px!important}.ml-lg-3{margin-left:12px!important}.ml-lg-4{margin-left:16px!important}.ml-lg-5{margin-left:20px!important}.ml-lg-6{margin-left:24px!important}.ml-lg-7{margin-left:28px!important}.ml-lg-8{margin-left:32px!important}.ml-lg-9{margin-left:36px!important}.ml-lg-10{margin-left:40px!important}.ml-lg-11{margin-left:44px!important}.ml-lg-12{margin-left:48px!important}.ml-lg-13{margin-left:52px!important}.ml-lg-14{margin-left:56px!important}.ml-lg-15{margin-left:60px!important}.ml-lg-16{margin-left:64px!important}.ml-lg-auto{margin-left:auto!important}.ms-lg-0{margin-inline-start:0px!important}.ms-lg-1{margin-inline-start:4px!important}.ms-lg-2{margin-inline-start:8px!important}.ms-lg-3{margin-inline-start:12px!important}.ms-lg-4{margin-inline-start:16px!important}.ms-lg-5{margin-inline-start:20px!important}.ms-lg-6{margin-inline-start:24px!important}.ms-lg-7{margin-inline-start:28px!important}.ms-lg-8{margin-inline-start:32px!important}.ms-lg-9{margin-inline-start:36px!important}.ms-lg-10{margin-inline-start:40px!important}.ms-lg-11{margin-inline-start:44px!important}.ms-lg-12{margin-inline-start:48px!important}.ms-lg-13{margin-inline-start:52px!important}.ms-lg-14{margin-inline-start:56px!important}.ms-lg-15{margin-inline-start:60px!important}.ms-lg-16{margin-inline-start:64px!important}.ms-lg-auto{margin-inline-start:auto!important}.me-lg-0{margin-inline-end:0px!important}.me-lg-1{margin-inline-end:4px!important}.me-lg-2{margin-inline-end:8px!important}.me-lg-3{margin-inline-end:12px!important}.me-lg-4{margin-inline-end:16px!important}.me-lg-5{margin-inline-end:20px!important}.me-lg-6{margin-inline-end:24px!important}.me-lg-7{margin-inline-end:28px!important}.me-lg-8{margin-inline-end:32px!important}.me-lg-9{margin-inline-end:36px!important}.me-lg-10{margin-inline-end:40px!important}.me-lg-11{margin-inline-end:44px!important}.me-lg-12{margin-inline-end:48px!important}.me-lg-13{margin-inline-end:52px!important}.me-lg-14{margin-inline-end:56px!important}.me-lg-15{margin-inline-end:60px!important}.me-lg-16{margin-inline-end:64px!important}.me-lg-auto{margin-inline-end:auto!important}.ma-lg-n1{margin:-4px!important}.ma-lg-n2{margin:-8px!important}.ma-lg-n3{margin:-12px!important}.ma-lg-n4{margin:-16px!important}.ma-lg-n5{margin:-20px!important}.ma-lg-n6{margin:-24px!important}.ma-lg-n7{margin:-28px!important}.ma-lg-n8{margin:-32px!important}.ma-lg-n9{margin:-36px!important}.ma-lg-n10{margin:-40px!important}.ma-lg-n11{margin:-44px!important}.ma-lg-n12{margin:-48px!important}.ma-lg-n13{margin:-52px!important}.ma-lg-n14{margin:-56px!important}.ma-lg-n15{margin:-60px!important}.ma-lg-n16{margin:-64px!important}.mx-lg-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-lg-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-lg-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-lg-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-lg-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-lg-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-lg-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-lg-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-lg-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-lg-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-lg-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-lg-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-lg-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-lg-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-lg-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-lg-n16{margin-right:-64px!important;margin-left:-64px!important}.my-lg-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-lg-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-lg-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-lg-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-lg-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-lg-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-lg-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-lg-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-lg-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-lg-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-lg-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-lg-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-lg-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-lg-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-lg-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-lg-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-lg-n1{margin-top:-4px!important}.mt-lg-n2{margin-top:-8px!important}.mt-lg-n3{margin-top:-12px!important}.mt-lg-n4{margin-top:-16px!important}.mt-lg-n5{margin-top:-20px!important}.mt-lg-n6{margin-top:-24px!important}.mt-lg-n7{margin-top:-28px!important}.mt-lg-n8{margin-top:-32px!important}.mt-lg-n9{margin-top:-36px!important}.mt-lg-n10{margin-top:-40px!important}.mt-lg-n11{margin-top:-44px!important}.mt-lg-n12{margin-top:-48px!important}.mt-lg-n13{margin-top:-52px!important}.mt-lg-n14{margin-top:-56px!important}.mt-lg-n15{margin-top:-60px!important}.mt-lg-n16{margin-top:-64px!important}.mr-lg-n1{margin-right:-4px!important}.mr-lg-n2{margin-right:-8px!important}.mr-lg-n3{margin-right:-12px!important}.mr-lg-n4{margin-right:-16px!important}.mr-lg-n5{margin-right:-20px!important}.mr-lg-n6{margin-right:-24px!important}.mr-lg-n7{margin-right:-28px!important}.mr-lg-n8{margin-right:-32px!important}.mr-lg-n9{margin-right:-36px!important}.mr-lg-n10{margin-right:-40px!important}.mr-lg-n11{margin-right:-44px!important}.mr-lg-n12{margin-right:-48px!important}.mr-lg-n13{margin-right:-52px!important}.mr-lg-n14{margin-right:-56px!important}.mr-lg-n15{margin-right:-60px!important}.mr-lg-n16{margin-right:-64px!important}.mb-lg-n1{margin-bottom:-4px!important}.mb-lg-n2{margin-bottom:-8px!important}.mb-lg-n3{margin-bottom:-12px!important}.mb-lg-n4{margin-bottom:-16px!important}.mb-lg-n5{margin-bottom:-20px!important}.mb-lg-n6{margin-bottom:-24px!important}.mb-lg-n7{margin-bottom:-28px!important}.mb-lg-n8{margin-bottom:-32px!important}.mb-lg-n9{margin-bottom:-36px!important}.mb-lg-n10{margin-bottom:-40px!important}.mb-lg-n11{margin-bottom:-44px!important}.mb-lg-n12{margin-bottom:-48px!important}.mb-lg-n13{margin-bottom:-52px!important}.mb-lg-n14{margin-bottom:-56px!important}.mb-lg-n15{margin-bottom:-60px!important}.mb-lg-n16{margin-bottom:-64px!important}.ml-lg-n1{margin-left:-4px!important}.ml-lg-n2{margin-left:-8px!important}.ml-lg-n3{margin-left:-12px!important}.ml-lg-n4{margin-left:-16px!important}.ml-lg-n5{margin-left:-20px!important}.ml-lg-n6{margin-left:-24px!important}.ml-lg-n7{margin-left:-28px!important}.ml-lg-n8{margin-left:-32px!important}.ml-lg-n9{margin-left:-36px!important}.ml-lg-n10{margin-left:-40px!important}.ml-lg-n11{margin-left:-44px!important}.ml-lg-n12{margin-left:-48px!important}.ml-lg-n13{margin-left:-52px!important}.ml-lg-n14{margin-left:-56px!important}.ml-lg-n15{margin-left:-60px!important}.ml-lg-n16{margin-left:-64px!important}.ms-lg-n1{margin-inline-start:-4px!important}.ms-lg-n2{margin-inline-start:-8px!important}.ms-lg-n3{margin-inline-start:-12px!important}.ms-lg-n4{margin-inline-start:-16px!important}.ms-lg-n5{margin-inline-start:-20px!important}.ms-lg-n6{margin-inline-start:-24px!important}.ms-lg-n7{margin-inline-start:-28px!important}.ms-lg-n8{margin-inline-start:-32px!important}.ms-lg-n9{margin-inline-start:-36px!important}.ms-lg-n10{margin-inline-start:-40px!important}.ms-lg-n11{margin-inline-start:-44px!important}.ms-lg-n12{margin-inline-start:-48px!important}.ms-lg-n13{margin-inline-start:-52px!important}.ms-lg-n14{margin-inline-start:-56px!important}.ms-lg-n15{margin-inline-start:-60px!important}.ms-lg-n16{margin-inline-start:-64px!important}.me-lg-n1{margin-inline-end:-4px!important}.me-lg-n2{margin-inline-end:-8px!important}.me-lg-n3{margin-inline-end:-12px!important}.me-lg-n4{margin-inline-end:-16px!important}.me-lg-n5{margin-inline-end:-20px!important}.me-lg-n6{margin-inline-end:-24px!important}.me-lg-n7{margin-inline-end:-28px!important}.me-lg-n8{margin-inline-end:-32px!important}.me-lg-n9{margin-inline-end:-36px!important}.me-lg-n10{margin-inline-end:-40px!important}.me-lg-n11{margin-inline-end:-44px!important}.me-lg-n12{margin-inline-end:-48px!important}.me-lg-n13{margin-inline-end:-52px!important}.me-lg-n14{margin-inline-end:-56px!important}.me-lg-n15{margin-inline-end:-60px!important}.me-lg-n16{margin-inline-end:-64px!important}.pa-lg-0{padding:0!important}.pa-lg-1{padding:4px!important}.pa-lg-2{padding:8px!important}.pa-lg-3{padding:12px!important}.pa-lg-4{padding:16px!important}.pa-lg-5{padding:20px!important}.pa-lg-6{padding:24px!important}.pa-lg-7{padding:28px!important}.pa-lg-8{padding:32px!important}.pa-lg-9{padding:36px!important}.pa-lg-10{padding:40px!important}.pa-lg-11{padding:44px!important}.pa-lg-12{padding:48px!important}.pa-lg-13{padding:52px!important}.pa-lg-14{padding:56px!important}.pa-lg-15{padding:60px!important}.pa-lg-16{padding:64px!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:4px!important;padding-left:4px!important}.px-lg-2{padding-right:8px!important;padding-left:8px!important}.px-lg-3{padding-right:12px!important;padding-left:12px!important}.px-lg-4{padding-right:16px!important;padding-left:16px!important}.px-lg-5{padding-right:20px!important;padding-left:20px!important}.px-lg-6{padding-right:24px!important;padding-left:24px!important}.px-lg-7{padding-right:28px!important;padding-left:28px!important}.px-lg-8{padding-right:32px!important;padding-left:32px!important}.px-lg-9{padding-right:36px!important;padding-left:36px!important}.px-lg-10{padding-right:40px!important;padding-left:40px!important}.px-lg-11{padding-right:44px!important;padding-left:44px!important}.px-lg-12{padding-right:48px!important;padding-left:48px!important}.px-lg-13{padding-right:52px!important;padding-left:52px!important}.px-lg-14{padding-right:56px!important;padding-left:56px!important}.px-lg-15{padding-right:60px!important;padding-left:60px!important}.px-lg-16{padding-right:64px!important;padding-left:64px!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:4px!important;padding-bottom:4px!important}.py-lg-2{padding-top:8px!important;padding-bottom:8px!important}.py-lg-3{padding-top:12px!important;padding-bottom:12px!important}.py-lg-4{padding-top:16px!important;padding-bottom:16px!important}.py-lg-5{padding-top:20px!important;padding-bottom:20px!important}.py-lg-6{padding-top:24px!important;padding-bottom:24px!important}.py-lg-7{padding-top:28px!important;padding-bottom:28px!important}.py-lg-8{padding-top:32px!important;padding-bottom:32px!important}.py-lg-9{padding-top:36px!important;padding-bottom:36px!important}.py-lg-10{padding-top:40px!important;padding-bottom:40px!important}.py-lg-11{padding-top:44px!important;padding-bottom:44px!important}.py-lg-12{padding-top:48px!important;padding-bottom:48px!important}.py-lg-13{padding-top:52px!important;padding-bottom:52px!important}.py-lg-14{padding-top:56px!important;padding-bottom:56px!important}.py-lg-15{padding-top:60px!important;padding-bottom:60px!important}.py-lg-16{padding-top:64px!important;padding-bottom:64px!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:4px!important}.pt-lg-2{padding-top:8px!important}.pt-lg-3{padding-top:12px!important}.pt-lg-4{padding-top:16px!important}.pt-lg-5{padding-top:20px!important}.pt-lg-6{padding-top:24px!important}.pt-lg-7{padding-top:28px!important}.pt-lg-8{padding-top:32px!important}.pt-lg-9{padding-top:36px!important}.pt-lg-10{padding-top:40px!important}.pt-lg-11{padding-top:44px!important}.pt-lg-12{padding-top:48px!important}.pt-lg-13{padding-top:52px!important}.pt-lg-14{padding-top:56px!important}.pt-lg-15{padding-top:60px!important}.pt-lg-16{padding-top:64px!important}.pr-lg-0{padding-right:0!important}.pr-lg-1{padding-right:4px!important}.pr-lg-2{padding-right:8px!important}.pr-lg-3{padding-right:12px!important}.pr-lg-4{padding-right:16px!important}.pr-lg-5{padding-right:20px!important}.pr-lg-6{padding-right:24px!important}.pr-lg-7{padding-right:28px!important}.pr-lg-8{padding-right:32px!important}.pr-lg-9{padding-right:36px!important}.pr-lg-10{padding-right:40px!important}.pr-lg-11{padding-right:44px!important}.pr-lg-12{padding-right:48px!important}.pr-lg-13{padding-right:52px!important}.pr-lg-14{padding-right:56px!important}.pr-lg-15{padding-right:60px!important}.pr-lg-16{padding-right:64px!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:4px!important}.pb-lg-2{padding-bottom:8px!important}.pb-lg-3{padding-bottom:12px!important}.pb-lg-4{padding-bottom:16px!important}.pb-lg-5{padding-bottom:20px!important}.pb-lg-6{padding-bottom:24px!important}.pb-lg-7{padding-bottom:28px!important}.pb-lg-8{padding-bottom:32px!important}.pb-lg-9{padding-bottom:36px!important}.pb-lg-10{padding-bottom:40px!important}.pb-lg-11{padding-bottom:44px!important}.pb-lg-12{padding-bottom:48px!important}.pb-lg-13{padding-bottom:52px!important}.pb-lg-14{padding-bottom:56px!important}.pb-lg-15{padding-bottom:60px!important}.pb-lg-16{padding-bottom:64px!important}.pl-lg-0{padding-left:0!important}.pl-lg-1{padding-left:4px!important}.pl-lg-2{padding-left:8px!important}.pl-lg-3{padding-left:12px!important}.pl-lg-4{padding-left:16px!important}.pl-lg-5{padding-left:20px!important}.pl-lg-6{padding-left:24px!important}.pl-lg-7{padding-left:28px!important}.pl-lg-8{padding-left:32px!important}.pl-lg-9{padding-left:36px!important}.pl-lg-10{padding-left:40px!important}.pl-lg-11{padding-left:44px!important}.pl-lg-12{padding-left:48px!important}.pl-lg-13{padding-left:52px!important}.pl-lg-14{padding-left:56px!important}.pl-lg-15{padding-left:60px!important}.pl-lg-16{padding-left:64px!important}.ps-lg-0{padding-inline-start:0px!important}.ps-lg-1{padding-inline-start:4px!important}.ps-lg-2{padding-inline-start:8px!important}.ps-lg-3{padding-inline-start:12px!important}.ps-lg-4{padding-inline-start:16px!important}.ps-lg-5{padding-inline-start:20px!important}.ps-lg-6{padding-inline-start:24px!important}.ps-lg-7{padding-inline-start:28px!important}.ps-lg-8{padding-inline-start:32px!important}.ps-lg-9{padding-inline-start:36px!important}.ps-lg-10{padding-inline-start:40px!important}.ps-lg-11{padding-inline-start:44px!important}.ps-lg-12{padding-inline-start:48px!important}.ps-lg-13{padding-inline-start:52px!important}.ps-lg-14{padding-inline-start:56px!important}.ps-lg-15{padding-inline-start:60px!important}.ps-lg-16{padding-inline-start:64px!important}.pe-lg-0{padding-inline-end:0px!important}.pe-lg-1{padding-inline-end:4px!important}.pe-lg-2{padding-inline-end:8px!important}.pe-lg-3{padding-inline-end:12px!important}.pe-lg-4{padding-inline-end:16px!important}.pe-lg-5{padding-inline-end:20px!important}.pe-lg-6{padding-inline-end:24px!important}.pe-lg-7{padding-inline-end:28px!important}.pe-lg-8{padding-inline-end:32px!important}.pe-lg-9{padding-inline-end:36px!important}.pe-lg-10{padding-inline-end:40px!important}.pe-lg-11{padding-inline-end:44px!important}.pe-lg-12{padding-inline-end:48px!important}.pe-lg-13{padding-inline-end:52px!important}.pe-lg-14{padding-inline-end:56px!important}.pe-lg-15{padding-inline-end:60px!important}.pe-lg-16{padding-inline-end:64px!important}.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}.text-lg-justify{text-align:justify!important}.text-lg-start{text-align:start!important}.text-lg-end{text-align:end!important}.text-lg-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-lg-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-lg-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-lg-auto{height:auto!important}.h-lg-screen{height:100vh!important}.h-lg-0{height:0!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.w-lg-auto{width:auto!important}.w-lg-0{width:0!important}.w-lg-25{width:25%!important}.w-lg-33{width:33%!important}.w-lg-50{width:50%!important}.w-lg-66{width:66%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}}@media (min-width: 1920px){.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}.float-xl-none{float:none!important}.float-xl-left{float:left!important}.float-xl-right{float:right!important}.v-locale--is-rtl .float-xl-end{float:left!important}.v-locale--is-rtl .float-xl-start,.v-locale--is-ltr .float-xl-end{float:right!important}.v-locale--is-ltr .float-xl-start{float:left!important}.flex-xl-fill,.flex-xl-1-1{flex:1 1 auto!important}.flex-xl-1-0{flex:1 0 auto!important}.flex-xl-0-1{flex:0 1 auto!important}.flex-xl-0-0{flex:0 0 auto!important}.flex-xl-1-1-100{flex:1 1 100%!important}.flex-xl-1-0-100{flex:1 0 100%!important}.flex-xl-0-1-100{flex:0 1 100%!important}.flex-xl-0-0-100{flex:0 0 100%!important}.flex-xl-1-1-0{flex:1 1 0!important}.flex-xl-1-0-0{flex:1 0 0!important}.flex-xl-0-1-0{flex:0 1 0!important}.flex-xl-0-0-0{flex:0 0 0!important}.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-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}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xl-start{justify-content:flex-start!important}.justify-xl-end{justify-content:flex-end!important}.justify-xl-center{justify-content:center!important}.justify-xl-space-between{justify-content:space-between!important}.justify-xl-space-around{justify-content:space-around!important}.justify-xl-space-evenly{justify-content:space-evenly!important}.justify-items-xl-start{justify-items:flex-start!important}.justify-items-xl-end{justify-items:flex-end!important}.justify-items-xl-center{justify-items:center!important}.justify-items-xl-stretch{justify-items:stretch!important}.align-xl-start{align-items:flex-start!important}.align-xl-end{align-items:flex-end!important}.align-xl-center{align-items:center!important}.align-xl-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-xl-space-around{align-content:space-around!important}.align-content-xl-space-evenly{align-content:space-evenly!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}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-6{order:6!important}.order-xl-7{order:7!important}.order-xl-8{order:8!important}.order-xl-9{order:9!important}.order-xl-10{order:10!important}.order-xl-11{order:11!important}.order-xl-12{order:12!important}.order-xl-last{order:13!important}.ga-xl-0{gap:0px!important}.ga-xl-1{gap:4px!important}.ga-xl-2{gap:8px!important}.ga-xl-3{gap:12px!important}.ga-xl-4{gap:16px!important}.ga-xl-5{gap:20px!important}.ga-xl-6{gap:24px!important}.ga-xl-7{gap:28px!important}.ga-xl-8{gap:32px!important}.ga-xl-9{gap:36px!important}.ga-xl-10{gap:40px!important}.ga-xl-11{gap:44px!important}.ga-xl-12{gap:48px!important}.ga-xl-13{gap:52px!important}.ga-xl-14{gap:56px!important}.ga-xl-15{gap:60px!important}.ga-xl-16{gap:64px!important}.ga-xl-auto{gap:auto!important}.gr-xl-0{row-gap:0px!important}.gr-xl-1{row-gap:4px!important}.gr-xl-2{row-gap:8px!important}.gr-xl-3{row-gap:12px!important}.gr-xl-4{row-gap:16px!important}.gr-xl-5{row-gap:20px!important}.gr-xl-6{row-gap:24px!important}.gr-xl-7{row-gap:28px!important}.gr-xl-8{row-gap:32px!important}.gr-xl-9{row-gap:36px!important}.gr-xl-10{row-gap:40px!important}.gr-xl-11{row-gap:44px!important}.gr-xl-12{row-gap:48px!important}.gr-xl-13{row-gap:52px!important}.gr-xl-14{row-gap:56px!important}.gr-xl-15{row-gap:60px!important}.gr-xl-16{row-gap:64px!important}.gr-xl-auto{row-gap:auto!important}.gc-xl-0{-moz-column-gap:0px!important;column-gap:0px!important}.gc-xl-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-xl-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-xl-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-xl-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-xl-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-xl-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-xl-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-xl-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-xl-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-xl-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-xl-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-xl-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-xl-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-xl-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-xl-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-xl-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-xl-auto{-moz-column-gap:auto!important;column-gap:auto!important}.ma-xl-0{margin:0!important}.ma-xl-1{margin:4px!important}.ma-xl-2{margin:8px!important}.ma-xl-3{margin:12px!important}.ma-xl-4{margin:16px!important}.ma-xl-5{margin:20px!important}.ma-xl-6{margin:24px!important}.ma-xl-7{margin:28px!important}.ma-xl-8{margin:32px!important}.ma-xl-9{margin:36px!important}.ma-xl-10{margin:40px!important}.ma-xl-11{margin:44px!important}.ma-xl-12{margin:48px!important}.ma-xl-13{margin:52px!important}.ma-xl-14{margin:56px!important}.ma-xl-15{margin:60px!important}.ma-xl-16{margin:64px!important}.ma-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:4px!important;margin-left:4px!important}.mx-xl-2{margin-right:8px!important;margin-left:8px!important}.mx-xl-3{margin-right:12px!important;margin-left:12px!important}.mx-xl-4{margin-right:16px!important;margin-left:16px!important}.mx-xl-5{margin-right:20px!important;margin-left:20px!important}.mx-xl-6{margin-right:24px!important;margin-left:24px!important}.mx-xl-7{margin-right:28px!important;margin-left:28px!important}.mx-xl-8{margin-right:32px!important;margin-left:32px!important}.mx-xl-9{margin-right:36px!important;margin-left:36px!important}.mx-xl-10{margin-right:40px!important;margin-left:40px!important}.mx-xl-11{margin-right:44px!important;margin-left:44px!important}.mx-xl-12{margin-right:48px!important;margin-left:48px!important}.mx-xl-13{margin-right:52px!important;margin-left:52px!important}.mx-xl-14{margin-right:56px!important;margin-left:56px!important}.mx-xl-15{margin-right:60px!important;margin-left:60px!important}.mx-xl-16{margin-right:64px!important;margin-left:64px!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:4px!important}.mt-xl-2{margin-top:8px!important}.mt-xl-3{margin-top:12px!important}.mt-xl-4{margin-top:16px!important}.mt-xl-5{margin-top:20px!important}.mt-xl-6{margin-top:24px!important}.mt-xl-7{margin-top:28px!important}.mt-xl-8{margin-top:32px!important}.mt-xl-9{margin-top:36px!important}.mt-xl-10{margin-top:40px!important}.mt-xl-11{margin-top:44px!important}.mt-xl-12{margin-top:48px!important}.mt-xl-13{margin-top:52px!important}.mt-xl-14{margin-top:56px!important}.mt-xl-15{margin-top:60px!important}.mt-xl-16{margin-top:64px!important}.mt-xl-auto{margin-top:auto!important}.mr-xl-0{margin-right:0!important}.mr-xl-1{margin-right:4px!important}.mr-xl-2{margin-right:8px!important}.mr-xl-3{margin-right:12px!important}.mr-xl-4{margin-right:16px!important}.mr-xl-5{margin-right:20px!important}.mr-xl-6{margin-right:24px!important}.mr-xl-7{margin-right:28px!important}.mr-xl-8{margin-right:32px!important}.mr-xl-9{margin-right:36px!important}.mr-xl-10{margin-right:40px!important}.mr-xl-11{margin-right:44px!important}.mr-xl-12{margin-right:48px!important}.mr-xl-13{margin-right:52px!important}.mr-xl-14{margin-right:56px!important}.mr-xl-15{margin-right:60px!important}.mr-xl-16{margin-right:64px!important}.mr-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:4px!important}.mb-xl-2{margin-bottom:8px!important}.mb-xl-3{margin-bottom:12px!important}.mb-xl-4{margin-bottom:16px!important}.mb-xl-5{margin-bottom:20px!important}.mb-xl-6{margin-bottom:24px!important}.mb-xl-7{margin-bottom:28px!important}.mb-xl-8{margin-bottom:32px!important}.mb-xl-9{margin-bottom:36px!important}.mb-xl-10{margin-bottom:40px!important}.mb-xl-11{margin-bottom:44px!important}.mb-xl-12{margin-bottom:48px!important}.mb-xl-13{margin-bottom:52px!important}.mb-xl-14{margin-bottom:56px!important}.mb-xl-15{margin-bottom:60px!important}.mb-xl-16{margin-bottom:64px!important}.mb-xl-auto{margin-bottom:auto!important}.ml-xl-0{margin-left:0!important}.ml-xl-1{margin-left:4px!important}.ml-xl-2{margin-left:8px!important}.ml-xl-3{margin-left:12px!important}.ml-xl-4{margin-left:16px!important}.ml-xl-5{margin-left:20px!important}.ml-xl-6{margin-left:24px!important}.ml-xl-7{margin-left:28px!important}.ml-xl-8{margin-left:32px!important}.ml-xl-9{margin-left:36px!important}.ml-xl-10{margin-left:40px!important}.ml-xl-11{margin-left:44px!important}.ml-xl-12{margin-left:48px!important}.ml-xl-13{margin-left:52px!important}.ml-xl-14{margin-left:56px!important}.ml-xl-15{margin-left:60px!important}.ml-xl-16{margin-left:64px!important}.ml-xl-auto{margin-left:auto!important}.ms-xl-0{margin-inline-start:0px!important}.ms-xl-1{margin-inline-start:4px!important}.ms-xl-2{margin-inline-start:8px!important}.ms-xl-3{margin-inline-start:12px!important}.ms-xl-4{margin-inline-start:16px!important}.ms-xl-5{margin-inline-start:20px!important}.ms-xl-6{margin-inline-start:24px!important}.ms-xl-7{margin-inline-start:28px!important}.ms-xl-8{margin-inline-start:32px!important}.ms-xl-9{margin-inline-start:36px!important}.ms-xl-10{margin-inline-start:40px!important}.ms-xl-11{margin-inline-start:44px!important}.ms-xl-12{margin-inline-start:48px!important}.ms-xl-13{margin-inline-start:52px!important}.ms-xl-14{margin-inline-start:56px!important}.ms-xl-15{margin-inline-start:60px!important}.ms-xl-16{margin-inline-start:64px!important}.ms-xl-auto{margin-inline-start:auto!important}.me-xl-0{margin-inline-end:0px!important}.me-xl-1{margin-inline-end:4px!important}.me-xl-2{margin-inline-end:8px!important}.me-xl-3{margin-inline-end:12px!important}.me-xl-4{margin-inline-end:16px!important}.me-xl-5{margin-inline-end:20px!important}.me-xl-6{margin-inline-end:24px!important}.me-xl-7{margin-inline-end:28px!important}.me-xl-8{margin-inline-end:32px!important}.me-xl-9{margin-inline-end:36px!important}.me-xl-10{margin-inline-end:40px!important}.me-xl-11{margin-inline-end:44px!important}.me-xl-12{margin-inline-end:48px!important}.me-xl-13{margin-inline-end:52px!important}.me-xl-14{margin-inline-end:56px!important}.me-xl-15{margin-inline-end:60px!important}.me-xl-16{margin-inline-end:64px!important}.me-xl-auto{margin-inline-end:auto!important}.ma-xl-n1{margin:-4px!important}.ma-xl-n2{margin:-8px!important}.ma-xl-n3{margin:-12px!important}.ma-xl-n4{margin:-16px!important}.ma-xl-n5{margin:-20px!important}.ma-xl-n6{margin:-24px!important}.ma-xl-n7{margin:-28px!important}.ma-xl-n8{margin:-32px!important}.ma-xl-n9{margin:-36px!important}.ma-xl-n10{margin:-40px!important}.ma-xl-n11{margin:-44px!important}.ma-xl-n12{margin:-48px!important}.ma-xl-n13{margin:-52px!important}.ma-xl-n14{margin:-56px!important}.ma-xl-n15{margin:-60px!important}.ma-xl-n16{margin:-64px!important}.mx-xl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xl-n1{margin-top:-4px!important}.mt-xl-n2{margin-top:-8px!important}.mt-xl-n3{margin-top:-12px!important}.mt-xl-n4{margin-top:-16px!important}.mt-xl-n5{margin-top:-20px!important}.mt-xl-n6{margin-top:-24px!important}.mt-xl-n7{margin-top:-28px!important}.mt-xl-n8{margin-top:-32px!important}.mt-xl-n9{margin-top:-36px!important}.mt-xl-n10{margin-top:-40px!important}.mt-xl-n11{margin-top:-44px!important}.mt-xl-n12{margin-top:-48px!important}.mt-xl-n13{margin-top:-52px!important}.mt-xl-n14{margin-top:-56px!important}.mt-xl-n15{margin-top:-60px!important}.mt-xl-n16{margin-top:-64px!important}.mr-xl-n1{margin-right:-4px!important}.mr-xl-n2{margin-right:-8px!important}.mr-xl-n3{margin-right:-12px!important}.mr-xl-n4{margin-right:-16px!important}.mr-xl-n5{margin-right:-20px!important}.mr-xl-n6{margin-right:-24px!important}.mr-xl-n7{margin-right:-28px!important}.mr-xl-n8{margin-right:-32px!important}.mr-xl-n9{margin-right:-36px!important}.mr-xl-n10{margin-right:-40px!important}.mr-xl-n11{margin-right:-44px!important}.mr-xl-n12{margin-right:-48px!important}.mr-xl-n13{margin-right:-52px!important}.mr-xl-n14{margin-right:-56px!important}.mr-xl-n15{margin-right:-60px!important}.mr-xl-n16{margin-right:-64px!important}.mb-xl-n1{margin-bottom:-4px!important}.mb-xl-n2{margin-bottom:-8px!important}.mb-xl-n3{margin-bottom:-12px!important}.mb-xl-n4{margin-bottom:-16px!important}.mb-xl-n5{margin-bottom:-20px!important}.mb-xl-n6{margin-bottom:-24px!important}.mb-xl-n7{margin-bottom:-28px!important}.mb-xl-n8{margin-bottom:-32px!important}.mb-xl-n9{margin-bottom:-36px!important}.mb-xl-n10{margin-bottom:-40px!important}.mb-xl-n11{margin-bottom:-44px!important}.mb-xl-n12{margin-bottom:-48px!important}.mb-xl-n13{margin-bottom:-52px!important}.mb-xl-n14{margin-bottom:-56px!important}.mb-xl-n15{margin-bottom:-60px!important}.mb-xl-n16{margin-bottom:-64px!important}.ml-xl-n1{margin-left:-4px!important}.ml-xl-n2{margin-left:-8px!important}.ml-xl-n3{margin-left:-12px!important}.ml-xl-n4{margin-left:-16px!important}.ml-xl-n5{margin-left:-20px!important}.ml-xl-n6{margin-left:-24px!important}.ml-xl-n7{margin-left:-28px!important}.ml-xl-n8{margin-left:-32px!important}.ml-xl-n9{margin-left:-36px!important}.ml-xl-n10{margin-left:-40px!important}.ml-xl-n11{margin-left:-44px!important}.ml-xl-n12{margin-left:-48px!important}.ml-xl-n13{margin-left:-52px!important}.ml-xl-n14{margin-left:-56px!important}.ml-xl-n15{margin-left:-60px!important}.ml-xl-n16{margin-left:-64px!important}.ms-xl-n1{margin-inline-start:-4px!important}.ms-xl-n2{margin-inline-start:-8px!important}.ms-xl-n3{margin-inline-start:-12px!important}.ms-xl-n4{margin-inline-start:-16px!important}.ms-xl-n5{margin-inline-start:-20px!important}.ms-xl-n6{margin-inline-start:-24px!important}.ms-xl-n7{margin-inline-start:-28px!important}.ms-xl-n8{margin-inline-start:-32px!important}.ms-xl-n9{margin-inline-start:-36px!important}.ms-xl-n10{margin-inline-start:-40px!important}.ms-xl-n11{margin-inline-start:-44px!important}.ms-xl-n12{margin-inline-start:-48px!important}.ms-xl-n13{margin-inline-start:-52px!important}.ms-xl-n14{margin-inline-start:-56px!important}.ms-xl-n15{margin-inline-start:-60px!important}.ms-xl-n16{margin-inline-start:-64px!important}.me-xl-n1{margin-inline-end:-4px!important}.me-xl-n2{margin-inline-end:-8px!important}.me-xl-n3{margin-inline-end:-12px!important}.me-xl-n4{margin-inline-end:-16px!important}.me-xl-n5{margin-inline-end:-20px!important}.me-xl-n6{margin-inline-end:-24px!important}.me-xl-n7{margin-inline-end:-28px!important}.me-xl-n8{margin-inline-end:-32px!important}.me-xl-n9{margin-inline-end:-36px!important}.me-xl-n10{margin-inline-end:-40px!important}.me-xl-n11{margin-inline-end:-44px!important}.me-xl-n12{margin-inline-end:-48px!important}.me-xl-n13{margin-inline-end:-52px!important}.me-xl-n14{margin-inline-end:-56px!important}.me-xl-n15{margin-inline-end:-60px!important}.me-xl-n16{margin-inline-end:-64px!important}.pa-xl-0{padding:0!important}.pa-xl-1{padding:4px!important}.pa-xl-2{padding:8px!important}.pa-xl-3{padding:12px!important}.pa-xl-4{padding:16px!important}.pa-xl-5{padding:20px!important}.pa-xl-6{padding:24px!important}.pa-xl-7{padding:28px!important}.pa-xl-8{padding:32px!important}.pa-xl-9{padding:36px!important}.pa-xl-10{padding:40px!important}.pa-xl-11{padding:44px!important}.pa-xl-12{padding:48px!important}.pa-xl-13{padding:52px!important}.pa-xl-14{padding:56px!important}.pa-xl-15{padding:60px!important}.pa-xl-16{padding:64px!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:4px!important;padding-left:4px!important}.px-xl-2{padding-right:8px!important;padding-left:8px!important}.px-xl-3{padding-right:12px!important;padding-left:12px!important}.px-xl-4{padding-right:16px!important;padding-left:16px!important}.px-xl-5{padding-right:20px!important;padding-left:20px!important}.px-xl-6{padding-right:24px!important;padding-left:24px!important}.px-xl-7{padding-right:28px!important;padding-left:28px!important}.px-xl-8{padding-right:32px!important;padding-left:32px!important}.px-xl-9{padding-right:36px!important;padding-left:36px!important}.px-xl-10{padding-right:40px!important;padding-left:40px!important}.px-xl-11{padding-right:44px!important;padding-left:44px!important}.px-xl-12{padding-right:48px!important;padding-left:48px!important}.px-xl-13{padding-right:52px!important;padding-left:52px!important}.px-xl-14{padding-right:56px!important;padding-left:56px!important}.px-xl-15{padding-right:60px!important;padding-left:60px!important}.px-xl-16{padding-right:64px!important;padding-left:64px!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:4px!important}.pt-xl-2{padding-top:8px!important}.pt-xl-3{padding-top:12px!important}.pt-xl-4{padding-top:16px!important}.pt-xl-5{padding-top:20px!important}.pt-xl-6{padding-top:24px!important}.pt-xl-7{padding-top:28px!important}.pt-xl-8{padding-top:32px!important}.pt-xl-9{padding-top:36px!important}.pt-xl-10{padding-top:40px!important}.pt-xl-11{padding-top:44px!important}.pt-xl-12{padding-top:48px!important}.pt-xl-13{padding-top:52px!important}.pt-xl-14{padding-top:56px!important}.pt-xl-15{padding-top:60px!important}.pt-xl-16{padding-top:64px!important}.pr-xl-0{padding-right:0!important}.pr-xl-1{padding-right:4px!important}.pr-xl-2{padding-right:8px!important}.pr-xl-3{padding-right:12px!important}.pr-xl-4{padding-right:16px!important}.pr-xl-5{padding-right:20px!important}.pr-xl-6{padding-right:24px!important}.pr-xl-7{padding-right:28px!important}.pr-xl-8{padding-right:32px!important}.pr-xl-9{padding-right:36px!important}.pr-xl-10{padding-right:40px!important}.pr-xl-11{padding-right:44px!important}.pr-xl-12{padding-right:48px!important}.pr-xl-13{padding-right:52px!important}.pr-xl-14{padding-right:56px!important}.pr-xl-15{padding-right:60px!important}.pr-xl-16{padding-right:64px!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:4px!important}.pb-xl-2{padding-bottom:8px!important}.pb-xl-3{padding-bottom:12px!important}.pb-xl-4{padding-bottom:16px!important}.pb-xl-5{padding-bottom:20px!important}.pb-xl-6{padding-bottom:24px!important}.pb-xl-7{padding-bottom:28px!important}.pb-xl-8{padding-bottom:32px!important}.pb-xl-9{padding-bottom:36px!important}.pb-xl-10{padding-bottom:40px!important}.pb-xl-11{padding-bottom:44px!important}.pb-xl-12{padding-bottom:48px!important}.pb-xl-13{padding-bottom:52px!important}.pb-xl-14{padding-bottom:56px!important}.pb-xl-15{padding-bottom:60px!important}.pb-xl-16{padding-bottom:64px!important}.pl-xl-0{padding-left:0!important}.pl-xl-1{padding-left:4px!important}.pl-xl-2{padding-left:8px!important}.pl-xl-3{padding-left:12px!important}.pl-xl-4{padding-left:16px!important}.pl-xl-5{padding-left:20px!important}.pl-xl-6{padding-left:24px!important}.pl-xl-7{padding-left:28px!important}.pl-xl-8{padding-left:32px!important}.pl-xl-9{padding-left:36px!important}.pl-xl-10{padding-left:40px!important}.pl-xl-11{padding-left:44px!important}.pl-xl-12{padding-left:48px!important}.pl-xl-13{padding-left:52px!important}.pl-xl-14{padding-left:56px!important}.pl-xl-15{padding-left:60px!important}.pl-xl-16{padding-left:64px!important}.ps-xl-0{padding-inline-start:0px!important}.ps-xl-1{padding-inline-start:4px!important}.ps-xl-2{padding-inline-start:8px!important}.ps-xl-3{padding-inline-start:12px!important}.ps-xl-4{padding-inline-start:16px!important}.ps-xl-5{padding-inline-start:20px!important}.ps-xl-6{padding-inline-start:24px!important}.ps-xl-7{padding-inline-start:28px!important}.ps-xl-8{padding-inline-start:32px!important}.ps-xl-9{padding-inline-start:36px!important}.ps-xl-10{padding-inline-start:40px!important}.ps-xl-11{padding-inline-start:44px!important}.ps-xl-12{padding-inline-start:48px!important}.ps-xl-13{padding-inline-start:52px!important}.ps-xl-14{padding-inline-start:56px!important}.ps-xl-15{padding-inline-start:60px!important}.ps-xl-16{padding-inline-start:64px!important}.pe-xl-0{padding-inline-end:0px!important}.pe-xl-1{padding-inline-end:4px!important}.pe-xl-2{padding-inline-end:8px!important}.pe-xl-3{padding-inline-end:12px!important}.pe-xl-4{padding-inline-end:16px!important}.pe-xl-5{padding-inline-end:20px!important}.pe-xl-6{padding-inline-end:24px!important}.pe-xl-7{padding-inline-end:28px!important}.pe-xl-8{padding-inline-end:32px!important}.pe-xl-9{padding-inline-end:36px!important}.pe-xl-10{padding-inline-end:40px!important}.pe-xl-11{padding-inline-end:44px!important}.pe-xl-12{padding-inline-end:48px!important}.pe-xl-13{padding-inline-end:52px!important}.pe-xl-14{padding-inline-end:56px!important}.pe-xl-15{padding-inline-end:60px!important}.pe-xl-16{padding-inline-end:64px!important}.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}.text-xl-justify{text-align:justify!important}.text-xl-start{text-align:start!important}.text-xl-end{text-align:end!important}.text-xl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xl-auto{height:auto!important}.h-xl-screen{height:100vh!important}.h-xl-0{height:0!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.w-xl-auto{width:auto!important}.w-xl-0{width:0!important}.w-xl-25{width:25%!important}.w-xl-33{width:33%!important}.w-xl-50{width:50%!important}.w-xl-66{width:66%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}}@media (min-width: 2560px){.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}.float-xxl-none{float:none!important}.float-xxl-left{float:left!important}.float-xxl-right{float:right!important}.v-locale--is-rtl .float-xxl-end{float:left!important}.v-locale--is-rtl .float-xxl-start,.v-locale--is-ltr .float-xxl-end{float:right!important}.v-locale--is-ltr .float-xxl-start{float:left!important}.flex-xxl-fill,.flex-xxl-1-1{flex:1 1 auto!important}.flex-xxl-1-0{flex:1 0 auto!important}.flex-xxl-0-1{flex:0 1 auto!important}.flex-xxl-0-0{flex:0 0 auto!important}.flex-xxl-1-1-100{flex:1 1 100%!important}.flex-xxl-1-0-100{flex:1 0 100%!important}.flex-xxl-0-1-100{flex:0 1 100%!important}.flex-xxl-0-0-100{flex:0 0 100%!important}.flex-xxl-1-1-0{flex:1 1 0!important}.flex-xxl-1-0-0{flex:1 0 0!important}.flex-xxl-0-1-0{flex:0 1 0!important}.flex-xxl-0-0-0{flex:0 0 0!important}.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-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}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-xxl-start{justify-content:flex-start!important}.justify-xxl-end{justify-content:flex-end!important}.justify-xxl-center{justify-content:center!important}.justify-xxl-space-between{justify-content:space-between!important}.justify-xxl-space-around{justify-content:space-around!important}.justify-xxl-space-evenly{justify-content:space-evenly!important}.justify-items-xxl-start{justify-items:flex-start!important}.justify-items-xxl-end{justify-items:flex-end!important}.justify-items-xxl-center{justify-items:center!important}.justify-items-xxl-stretch{justify-items:stretch!important}.align-xxl-start{align-items:flex-start!important}.align-xxl-end{align-items:flex-end!important}.align-xxl-center{align-items:center!important}.align-xxl-baseline{align-items:baseline!important}.align-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-space-between{align-content:space-between!important}.align-content-xxl-space-around{align-content:space-around!important}.align-content-xxl-space-evenly{align-content:space-evenly!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}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-6{order:6!important}.order-xxl-7{order:7!important}.order-xxl-8{order:8!important}.order-xxl-9{order:9!important}.order-xxl-10{order:10!important}.order-xxl-11{order:11!important}.order-xxl-12{order:12!important}.order-xxl-last{order:13!important}.ga-xxl-0{gap:0px!important}.ga-xxl-1{gap:4px!important}.ga-xxl-2{gap:8px!important}.ga-xxl-3{gap:12px!important}.ga-xxl-4{gap:16px!important}.ga-xxl-5{gap:20px!important}.ga-xxl-6{gap:24px!important}.ga-xxl-7{gap:28px!important}.ga-xxl-8{gap:32px!important}.ga-xxl-9{gap:36px!important}.ga-xxl-10{gap:40px!important}.ga-xxl-11{gap:44px!important}.ga-xxl-12{gap:48px!important}.ga-xxl-13{gap:52px!important}.ga-xxl-14{gap:56px!important}.ga-xxl-15{gap:60px!important}.ga-xxl-16{gap:64px!important}.ga-xxl-auto{gap:auto!important}.gr-xxl-0{row-gap:0px!important}.gr-xxl-1{row-gap:4px!important}.gr-xxl-2{row-gap:8px!important}.gr-xxl-3{row-gap:12px!important}.gr-xxl-4{row-gap:16px!important}.gr-xxl-5{row-gap:20px!important}.gr-xxl-6{row-gap:24px!important}.gr-xxl-7{row-gap:28px!important}.gr-xxl-8{row-gap:32px!important}.gr-xxl-9{row-gap:36px!important}.gr-xxl-10{row-gap:40px!important}.gr-xxl-11{row-gap:44px!important}.gr-xxl-12{row-gap:48px!important}.gr-xxl-13{row-gap:52px!important}.gr-xxl-14{row-gap:56px!important}.gr-xxl-15{row-gap:60px!important}.gr-xxl-16{row-gap:64px!important}.gr-xxl-auto{row-gap:auto!important}.gc-xxl-0{-moz-column-gap:0px!important;column-gap:0px!important}.gc-xxl-1{-moz-column-gap:4px!important;column-gap:4px!important}.gc-xxl-2{-moz-column-gap:8px!important;column-gap:8px!important}.gc-xxl-3{-moz-column-gap:12px!important;column-gap:12px!important}.gc-xxl-4{-moz-column-gap:16px!important;column-gap:16px!important}.gc-xxl-5{-moz-column-gap:20px!important;column-gap:20px!important}.gc-xxl-6{-moz-column-gap:24px!important;column-gap:24px!important}.gc-xxl-7{-moz-column-gap:28px!important;column-gap:28px!important}.gc-xxl-8{-moz-column-gap:32px!important;column-gap:32px!important}.gc-xxl-9{-moz-column-gap:36px!important;column-gap:36px!important}.gc-xxl-10{-moz-column-gap:40px!important;column-gap:40px!important}.gc-xxl-11{-moz-column-gap:44px!important;column-gap:44px!important}.gc-xxl-12{-moz-column-gap:48px!important;column-gap:48px!important}.gc-xxl-13{-moz-column-gap:52px!important;column-gap:52px!important}.gc-xxl-14{-moz-column-gap:56px!important;column-gap:56px!important}.gc-xxl-15{-moz-column-gap:60px!important;column-gap:60px!important}.gc-xxl-16{-moz-column-gap:64px!important;column-gap:64px!important}.gc-xxl-auto{-moz-column-gap:auto!important;column-gap:auto!important}.ma-xxl-0{margin:0!important}.ma-xxl-1{margin:4px!important}.ma-xxl-2{margin:8px!important}.ma-xxl-3{margin:12px!important}.ma-xxl-4{margin:16px!important}.ma-xxl-5{margin:20px!important}.ma-xxl-6{margin:24px!important}.ma-xxl-7{margin:28px!important}.ma-xxl-8{margin:32px!important}.ma-xxl-9{margin:36px!important}.ma-xxl-10{margin:40px!important}.ma-xxl-11{margin:44px!important}.ma-xxl-12{margin:48px!important}.ma-xxl-13{margin:52px!important}.ma-xxl-14{margin:56px!important}.ma-xxl-15{margin:60px!important}.ma-xxl-16{margin:64px!important}.ma-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:4px!important;margin-left:4px!important}.mx-xxl-2{margin-right:8px!important;margin-left:8px!important}.mx-xxl-3{margin-right:12px!important;margin-left:12px!important}.mx-xxl-4{margin-right:16px!important;margin-left:16px!important}.mx-xxl-5{margin-right:20px!important;margin-left:20px!important}.mx-xxl-6{margin-right:24px!important;margin-left:24px!important}.mx-xxl-7{margin-right:28px!important;margin-left:28px!important}.mx-xxl-8{margin-right:32px!important;margin-left:32px!important}.mx-xxl-9{margin-right:36px!important;margin-left:36px!important}.mx-xxl-10{margin-right:40px!important;margin-left:40px!important}.mx-xxl-11{margin-right:44px!important;margin-left:44px!important}.mx-xxl-12{margin-right:48px!important;margin-left:48px!important}.mx-xxl-13{margin-right:52px!important;margin-left:52px!important}.mx-xxl-14{margin-right:56px!important;margin-left:56px!important}.mx-xxl-15{margin-right:60px!important;margin-left:60px!important}.mx-xxl-16{margin-right:64px!important;margin-left:64px!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:4px!important;margin-bottom:4px!important}.my-xxl-2{margin-top:8px!important;margin-bottom:8px!important}.my-xxl-3{margin-top:12px!important;margin-bottom:12px!important}.my-xxl-4{margin-top:16px!important;margin-bottom:16px!important}.my-xxl-5{margin-top:20px!important;margin-bottom:20px!important}.my-xxl-6{margin-top:24px!important;margin-bottom:24px!important}.my-xxl-7{margin-top:28px!important;margin-bottom:28px!important}.my-xxl-8{margin-top:32px!important;margin-bottom:32px!important}.my-xxl-9{margin-top:36px!important;margin-bottom:36px!important}.my-xxl-10{margin-top:40px!important;margin-bottom:40px!important}.my-xxl-11{margin-top:44px!important;margin-bottom:44px!important}.my-xxl-12{margin-top:48px!important;margin-bottom:48px!important}.my-xxl-13{margin-top:52px!important;margin-bottom:52px!important}.my-xxl-14{margin-top:56px!important;margin-bottom:56px!important}.my-xxl-15{margin-top:60px!important;margin-bottom:60px!important}.my-xxl-16{margin-top:64px!important;margin-bottom:64px!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:4px!important}.mt-xxl-2{margin-top:8px!important}.mt-xxl-3{margin-top:12px!important}.mt-xxl-4{margin-top:16px!important}.mt-xxl-5{margin-top:20px!important}.mt-xxl-6{margin-top:24px!important}.mt-xxl-7{margin-top:28px!important}.mt-xxl-8{margin-top:32px!important}.mt-xxl-9{margin-top:36px!important}.mt-xxl-10{margin-top:40px!important}.mt-xxl-11{margin-top:44px!important}.mt-xxl-12{margin-top:48px!important}.mt-xxl-13{margin-top:52px!important}.mt-xxl-14{margin-top:56px!important}.mt-xxl-15{margin-top:60px!important}.mt-xxl-16{margin-top:64px!important}.mt-xxl-auto{margin-top:auto!important}.mr-xxl-0{margin-right:0!important}.mr-xxl-1{margin-right:4px!important}.mr-xxl-2{margin-right:8px!important}.mr-xxl-3{margin-right:12px!important}.mr-xxl-4{margin-right:16px!important}.mr-xxl-5{margin-right:20px!important}.mr-xxl-6{margin-right:24px!important}.mr-xxl-7{margin-right:28px!important}.mr-xxl-8{margin-right:32px!important}.mr-xxl-9{margin-right:36px!important}.mr-xxl-10{margin-right:40px!important}.mr-xxl-11{margin-right:44px!important}.mr-xxl-12{margin-right:48px!important}.mr-xxl-13{margin-right:52px!important}.mr-xxl-14{margin-right:56px!important}.mr-xxl-15{margin-right:60px!important}.mr-xxl-16{margin-right:64px!important}.mr-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:4px!important}.mb-xxl-2{margin-bottom:8px!important}.mb-xxl-3{margin-bottom:12px!important}.mb-xxl-4{margin-bottom:16px!important}.mb-xxl-5{margin-bottom:20px!important}.mb-xxl-6{margin-bottom:24px!important}.mb-xxl-7{margin-bottom:28px!important}.mb-xxl-8{margin-bottom:32px!important}.mb-xxl-9{margin-bottom:36px!important}.mb-xxl-10{margin-bottom:40px!important}.mb-xxl-11{margin-bottom:44px!important}.mb-xxl-12{margin-bottom:48px!important}.mb-xxl-13{margin-bottom:52px!important}.mb-xxl-14{margin-bottom:56px!important}.mb-xxl-15{margin-bottom:60px!important}.mb-xxl-16{margin-bottom:64px!important}.mb-xxl-auto{margin-bottom:auto!important}.ml-xxl-0{margin-left:0!important}.ml-xxl-1{margin-left:4px!important}.ml-xxl-2{margin-left:8px!important}.ml-xxl-3{margin-left:12px!important}.ml-xxl-4{margin-left:16px!important}.ml-xxl-5{margin-left:20px!important}.ml-xxl-6{margin-left:24px!important}.ml-xxl-7{margin-left:28px!important}.ml-xxl-8{margin-left:32px!important}.ml-xxl-9{margin-left:36px!important}.ml-xxl-10{margin-left:40px!important}.ml-xxl-11{margin-left:44px!important}.ml-xxl-12{margin-left:48px!important}.ml-xxl-13{margin-left:52px!important}.ml-xxl-14{margin-left:56px!important}.ml-xxl-15{margin-left:60px!important}.ml-xxl-16{margin-left:64px!important}.ml-xxl-auto{margin-left:auto!important}.ms-xxl-0{margin-inline-start:0px!important}.ms-xxl-1{margin-inline-start:4px!important}.ms-xxl-2{margin-inline-start:8px!important}.ms-xxl-3{margin-inline-start:12px!important}.ms-xxl-4{margin-inline-start:16px!important}.ms-xxl-5{margin-inline-start:20px!important}.ms-xxl-6{margin-inline-start:24px!important}.ms-xxl-7{margin-inline-start:28px!important}.ms-xxl-8{margin-inline-start:32px!important}.ms-xxl-9{margin-inline-start:36px!important}.ms-xxl-10{margin-inline-start:40px!important}.ms-xxl-11{margin-inline-start:44px!important}.ms-xxl-12{margin-inline-start:48px!important}.ms-xxl-13{margin-inline-start:52px!important}.ms-xxl-14{margin-inline-start:56px!important}.ms-xxl-15{margin-inline-start:60px!important}.ms-xxl-16{margin-inline-start:64px!important}.ms-xxl-auto{margin-inline-start:auto!important}.me-xxl-0{margin-inline-end:0px!important}.me-xxl-1{margin-inline-end:4px!important}.me-xxl-2{margin-inline-end:8px!important}.me-xxl-3{margin-inline-end:12px!important}.me-xxl-4{margin-inline-end:16px!important}.me-xxl-5{margin-inline-end:20px!important}.me-xxl-6{margin-inline-end:24px!important}.me-xxl-7{margin-inline-end:28px!important}.me-xxl-8{margin-inline-end:32px!important}.me-xxl-9{margin-inline-end:36px!important}.me-xxl-10{margin-inline-end:40px!important}.me-xxl-11{margin-inline-end:44px!important}.me-xxl-12{margin-inline-end:48px!important}.me-xxl-13{margin-inline-end:52px!important}.me-xxl-14{margin-inline-end:56px!important}.me-xxl-15{margin-inline-end:60px!important}.me-xxl-16{margin-inline-end:64px!important}.me-xxl-auto{margin-inline-end:auto!important}.ma-xxl-n1{margin:-4px!important}.ma-xxl-n2{margin:-8px!important}.ma-xxl-n3{margin:-12px!important}.ma-xxl-n4{margin:-16px!important}.ma-xxl-n5{margin:-20px!important}.ma-xxl-n6{margin:-24px!important}.ma-xxl-n7{margin:-28px!important}.ma-xxl-n8{margin:-32px!important}.ma-xxl-n9{margin:-36px!important}.ma-xxl-n10{margin:-40px!important}.ma-xxl-n11{margin:-44px!important}.ma-xxl-n12{margin:-48px!important}.ma-xxl-n13{margin:-52px!important}.ma-xxl-n14{margin:-56px!important}.ma-xxl-n15{margin:-60px!important}.ma-xxl-n16{margin:-64px!important}.mx-xxl-n1{margin-right:-4px!important;margin-left:-4px!important}.mx-xxl-n2{margin-right:-8px!important;margin-left:-8px!important}.mx-xxl-n3{margin-right:-12px!important;margin-left:-12px!important}.mx-xxl-n4{margin-right:-16px!important;margin-left:-16px!important}.mx-xxl-n5{margin-right:-20px!important;margin-left:-20px!important}.mx-xxl-n6{margin-right:-24px!important;margin-left:-24px!important}.mx-xxl-n7{margin-right:-28px!important;margin-left:-28px!important}.mx-xxl-n8{margin-right:-32px!important;margin-left:-32px!important}.mx-xxl-n9{margin-right:-36px!important;margin-left:-36px!important}.mx-xxl-n10{margin-right:-40px!important;margin-left:-40px!important}.mx-xxl-n11{margin-right:-44px!important;margin-left:-44px!important}.mx-xxl-n12{margin-right:-48px!important;margin-left:-48px!important}.mx-xxl-n13{margin-right:-52px!important;margin-left:-52px!important}.mx-xxl-n14{margin-right:-56px!important;margin-left:-56px!important}.mx-xxl-n15{margin-right:-60px!important;margin-left:-60px!important}.mx-xxl-n16{margin-right:-64px!important;margin-left:-64px!important}.my-xxl-n1{margin-top:-4px!important;margin-bottom:-4px!important}.my-xxl-n2{margin-top:-8px!important;margin-bottom:-8px!important}.my-xxl-n3{margin-top:-12px!important;margin-bottom:-12px!important}.my-xxl-n4{margin-top:-16px!important;margin-bottom:-16px!important}.my-xxl-n5{margin-top:-20px!important;margin-bottom:-20px!important}.my-xxl-n6{margin-top:-24px!important;margin-bottom:-24px!important}.my-xxl-n7{margin-top:-28px!important;margin-bottom:-28px!important}.my-xxl-n8{margin-top:-32px!important;margin-bottom:-32px!important}.my-xxl-n9{margin-top:-36px!important;margin-bottom:-36px!important}.my-xxl-n10{margin-top:-40px!important;margin-bottom:-40px!important}.my-xxl-n11{margin-top:-44px!important;margin-bottom:-44px!important}.my-xxl-n12{margin-top:-48px!important;margin-bottom:-48px!important}.my-xxl-n13{margin-top:-52px!important;margin-bottom:-52px!important}.my-xxl-n14{margin-top:-56px!important;margin-bottom:-56px!important}.my-xxl-n15{margin-top:-60px!important;margin-bottom:-60px!important}.my-xxl-n16{margin-top:-64px!important;margin-bottom:-64px!important}.mt-xxl-n1{margin-top:-4px!important}.mt-xxl-n2{margin-top:-8px!important}.mt-xxl-n3{margin-top:-12px!important}.mt-xxl-n4{margin-top:-16px!important}.mt-xxl-n5{margin-top:-20px!important}.mt-xxl-n6{margin-top:-24px!important}.mt-xxl-n7{margin-top:-28px!important}.mt-xxl-n8{margin-top:-32px!important}.mt-xxl-n9{margin-top:-36px!important}.mt-xxl-n10{margin-top:-40px!important}.mt-xxl-n11{margin-top:-44px!important}.mt-xxl-n12{margin-top:-48px!important}.mt-xxl-n13{margin-top:-52px!important}.mt-xxl-n14{margin-top:-56px!important}.mt-xxl-n15{margin-top:-60px!important}.mt-xxl-n16{margin-top:-64px!important}.mr-xxl-n1{margin-right:-4px!important}.mr-xxl-n2{margin-right:-8px!important}.mr-xxl-n3{margin-right:-12px!important}.mr-xxl-n4{margin-right:-16px!important}.mr-xxl-n5{margin-right:-20px!important}.mr-xxl-n6{margin-right:-24px!important}.mr-xxl-n7{margin-right:-28px!important}.mr-xxl-n8{margin-right:-32px!important}.mr-xxl-n9{margin-right:-36px!important}.mr-xxl-n10{margin-right:-40px!important}.mr-xxl-n11{margin-right:-44px!important}.mr-xxl-n12{margin-right:-48px!important}.mr-xxl-n13{margin-right:-52px!important}.mr-xxl-n14{margin-right:-56px!important}.mr-xxl-n15{margin-right:-60px!important}.mr-xxl-n16{margin-right:-64px!important}.mb-xxl-n1{margin-bottom:-4px!important}.mb-xxl-n2{margin-bottom:-8px!important}.mb-xxl-n3{margin-bottom:-12px!important}.mb-xxl-n4{margin-bottom:-16px!important}.mb-xxl-n5{margin-bottom:-20px!important}.mb-xxl-n6{margin-bottom:-24px!important}.mb-xxl-n7{margin-bottom:-28px!important}.mb-xxl-n8{margin-bottom:-32px!important}.mb-xxl-n9{margin-bottom:-36px!important}.mb-xxl-n10{margin-bottom:-40px!important}.mb-xxl-n11{margin-bottom:-44px!important}.mb-xxl-n12{margin-bottom:-48px!important}.mb-xxl-n13{margin-bottom:-52px!important}.mb-xxl-n14{margin-bottom:-56px!important}.mb-xxl-n15{margin-bottom:-60px!important}.mb-xxl-n16{margin-bottom:-64px!important}.ml-xxl-n1{margin-left:-4px!important}.ml-xxl-n2{margin-left:-8px!important}.ml-xxl-n3{margin-left:-12px!important}.ml-xxl-n4{margin-left:-16px!important}.ml-xxl-n5{margin-left:-20px!important}.ml-xxl-n6{margin-left:-24px!important}.ml-xxl-n7{margin-left:-28px!important}.ml-xxl-n8{margin-left:-32px!important}.ml-xxl-n9{margin-left:-36px!important}.ml-xxl-n10{margin-left:-40px!important}.ml-xxl-n11{margin-left:-44px!important}.ml-xxl-n12{margin-left:-48px!important}.ml-xxl-n13{margin-left:-52px!important}.ml-xxl-n14{margin-left:-56px!important}.ml-xxl-n15{margin-left:-60px!important}.ml-xxl-n16{margin-left:-64px!important}.ms-xxl-n1{margin-inline-start:-4px!important}.ms-xxl-n2{margin-inline-start:-8px!important}.ms-xxl-n3{margin-inline-start:-12px!important}.ms-xxl-n4{margin-inline-start:-16px!important}.ms-xxl-n5{margin-inline-start:-20px!important}.ms-xxl-n6{margin-inline-start:-24px!important}.ms-xxl-n7{margin-inline-start:-28px!important}.ms-xxl-n8{margin-inline-start:-32px!important}.ms-xxl-n9{margin-inline-start:-36px!important}.ms-xxl-n10{margin-inline-start:-40px!important}.ms-xxl-n11{margin-inline-start:-44px!important}.ms-xxl-n12{margin-inline-start:-48px!important}.ms-xxl-n13{margin-inline-start:-52px!important}.ms-xxl-n14{margin-inline-start:-56px!important}.ms-xxl-n15{margin-inline-start:-60px!important}.ms-xxl-n16{margin-inline-start:-64px!important}.me-xxl-n1{margin-inline-end:-4px!important}.me-xxl-n2{margin-inline-end:-8px!important}.me-xxl-n3{margin-inline-end:-12px!important}.me-xxl-n4{margin-inline-end:-16px!important}.me-xxl-n5{margin-inline-end:-20px!important}.me-xxl-n6{margin-inline-end:-24px!important}.me-xxl-n7{margin-inline-end:-28px!important}.me-xxl-n8{margin-inline-end:-32px!important}.me-xxl-n9{margin-inline-end:-36px!important}.me-xxl-n10{margin-inline-end:-40px!important}.me-xxl-n11{margin-inline-end:-44px!important}.me-xxl-n12{margin-inline-end:-48px!important}.me-xxl-n13{margin-inline-end:-52px!important}.me-xxl-n14{margin-inline-end:-56px!important}.me-xxl-n15{margin-inline-end:-60px!important}.me-xxl-n16{margin-inline-end:-64px!important}.pa-xxl-0{padding:0!important}.pa-xxl-1{padding:4px!important}.pa-xxl-2{padding:8px!important}.pa-xxl-3{padding:12px!important}.pa-xxl-4{padding:16px!important}.pa-xxl-5{padding:20px!important}.pa-xxl-6{padding:24px!important}.pa-xxl-7{padding:28px!important}.pa-xxl-8{padding:32px!important}.pa-xxl-9{padding:36px!important}.pa-xxl-10{padding:40px!important}.pa-xxl-11{padding:44px!important}.pa-xxl-12{padding:48px!important}.pa-xxl-13{padding:52px!important}.pa-xxl-14{padding:56px!important}.pa-xxl-15{padding:60px!important}.pa-xxl-16{padding:64px!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:4px!important;padding-left:4px!important}.px-xxl-2{padding-right:8px!important;padding-left:8px!important}.px-xxl-3{padding-right:12px!important;padding-left:12px!important}.px-xxl-4{padding-right:16px!important;padding-left:16px!important}.px-xxl-5{padding-right:20px!important;padding-left:20px!important}.px-xxl-6{padding-right:24px!important;padding-left:24px!important}.px-xxl-7{padding-right:28px!important;padding-left:28px!important}.px-xxl-8{padding-right:32px!important;padding-left:32px!important}.px-xxl-9{padding-right:36px!important;padding-left:36px!important}.px-xxl-10{padding-right:40px!important;padding-left:40px!important}.px-xxl-11{padding-right:44px!important;padding-left:44px!important}.px-xxl-12{padding-right:48px!important;padding-left:48px!important}.px-xxl-13{padding-right:52px!important;padding-left:52px!important}.px-xxl-14{padding-right:56px!important;padding-left:56px!important}.px-xxl-15{padding-right:60px!important;padding-left:60px!important}.px-xxl-16{padding-right:64px!important;padding-left:64px!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:4px!important;padding-bottom:4px!important}.py-xxl-2{padding-top:8px!important;padding-bottom:8px!important}.py-xxl-3{padding-top:12px!important;padding-bottom:12px!important}.py-xxl-4{padding-top:16px!important;padding-bottom:16px!important}.py-xxl-5{padding-top:20px!important;padding-bottom:20px!important}.py-xxl-6{padding-top:24px!important;padding-bottom:24px!important}.py-xxl-7{padding-top:28px!important;padding-bottom:28px!important}.py-xxl-8{padding-top:32px!important;padding-bottom:32px!important}.py-xxl-9{padding-top:36px!important;padding-bottom:36px!important}.py-xxl-10{padding-top:40px!important;padding-bottom:40px!important}.py-xxl-11{padding-top:44px!important;padding-bottom:44px!important}.py-xxl-12{padding-top:48px!important;padding-bottom:48px!important}.py-xxl-13{padding-top:52px!important;padding-bottom:52px!important}.py-xxl-14{padding-top:56px!important;padding-bottom:56px!important}.py-xxl-15{padding-top:60px!important;padding-bottom:60px!important}.py-xxl-16{padding-top:64px!important;padding-bottom:64px!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:4px!important}.pt-xxl-2{padding-top:8px!important}.pt-xxl-3{padding-top:12px!important}.pt-xxl-4{padding-top:16px!important}.pt-xxl-5{padding-top:20px!important}.pt-xxl-6{padding-top:24px!important}.pt-xxl-7{padding-top:28px!important}.pt-xxl-8{padding-top:32px!important}.pt-xxl-9{padding-top:36px!important}.pt-xxl-10{padding-top:40px!important}.pt-xxl-11{padding-top:44px!important}.pt-xxl-12{padding-top:48px!important}.pt-xxl-13{padding-top:52px!important}.pt-xxl-14{padding-top:56px!important}.pt-xxl-15{padding-top:60px!important}.pt-xxl-16{padding-top:64px!important}.pr-xxl-0{padding-right:0!important}.pr-xxl-1{padding-right:4px!important}.pr-xxl-2{padding-right:8px!important}.pr-xxl-3{padding-right:12px!important}.pr-xxl-4{padding-right:16px!important}.pr-xxl-5{padding-right:20px!important}.pr-xxl-6{padding-right:24px!important}.pr-xxl-7{padding-right:28px!important}.pr-xxl-8{padding-right:32px!important}.pr-xxl-9{padding-right:36px!important}.pr-xxl-10{padding-right:40px!important}.pr-xxl-11{padding-right:44px!important}.pr-xxl-12{padding-right:48px!important}.pr-xxl-13{padding-right:52px!important}.pr-xxl-14{padding-right:56px!important}.pr-xxl-15{padding-right:60px!important}.pr-xxl-16{padding-right:64px!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:4px!important}.pb-xxl-2{padding-bottom:8px!important}.pb-xxl-3{padding-bottom:12px!important}.pb-xxl-4{padding-bottom:16px!important}.pb-xxl-5{padding-bottom:20px!important}.pb-xxl-6{padding-bottom:24px!important}.pb-xxl-7{padding-bottom:28px!important}.pb-xxl-8{padding-bottom:32px!important}.pb-xxl-9{padding-bottom:36px!important}.pb-xxl-10{padding-bottom:40px!important}.pb-xxl-11{padding-bottom:44px!important}.pb-xxl-12{padding-bottom:48px!important}.pb-xxl-13{padding-bottom:52px!important}.pb-xxl-14{padding-bottom:56px!important}.pb-xxl-15{padding-bottom:60px!important}.pb-xxl-16{padding-bottom:64px!important}.pl-xxl-0{padding-left:0!important}.pl-xxl-1{padding-left:4px!important}.pl-xxl-2{padding-left:8px!important}.pl-xxl-3{padding-left:12px!important}.pl-xxl-4{padding-left:16px!important}.pl-xxl-5{padding-left:20px!important}.pl-xxl-6{padding-left:24px!important}.pl-xxl-7{padding-left:28px!important}.pl-xxl-8{padding-left:32px!important}.pl-xxl-9{padding-left:36px!important}.pl-xxl-10{padding-left:40px!important}.pl-xxl-11{padding-left:44px!important}.pl-xxl-12{padding-left:48px!important}.pl-xxl-13{padding-left:52px!important}.pl-xxl-14{padding-left:56px!important}.pl-xxl-15{padding-left:60px!important}.pl-xxl-16{padding-left:64px!important}.ps-xxl-0{padding-inline-start:0px!important}.ps-xxl-1{padding-inline-start:4px!important}.ps-xxl-2{padding-inline-start:8px!important}.ps-xxl-3{padding-inline-start:12px!important}.ps-xxl-4{padding-inline-start:16px!important}.ps-xxl-5{padding-inline-start:20px!important}.ps-xxl-6{padding-inline-start:24px!important}.ps-xxl-7{padding-inline-start:28px!important}.ps-xxl-8{padding-inline-start:32px!important}.ps-xxl-9{padding-inline-start:36px!important}.ps-xxl-10{padding-inline-start:40px!important}.ps-xxl-11{padding-inline-start:44px!important}.ps-xxl-12{padding-inline-start:48px!important}.ps-xxl-13{padding-inline-start:52px!important}.ps-xxl-14{padding-inline-start:56px!important}.ps-xxl-15{padding-inline-start:60px!important}.ps-xxl-16{padding-inline-start:64px!important}.pe-xxl-0{padding-inline-end:0px!important}.pe-xxl-1{padding-inline-end:4px!important}.pe-xxl-2{padding-inline-end:8px!important}.pe-xxl-3{padding-inline-end:12px!important}.pe-xxl-4{padding-inline-end:16px!important}.pe-xxl-5{padding-inline-end:20px!important}.pe-xxl-6{padding-inline-end:24px!important}.pe-xxl-7{padding-inline-end:28px!important}.pe-xxl-8{padding-inline-end:32px!important}.pe-xxl-9{padding-inline-end:36px!important}.pe-xxl-10{padding-inline-end:40px!important}.pe-xxl-11{padding-inline-end:44px!important}.pe-xxl-12{padding-inline-end:48px!important}.pe-xxl-13{padding-inline-end:52px!important}.pe-xxl-14{padding-inline-end:56px!important}.pe-xxl-15{padding-inline-end:60px!important}.pe-xxl-16{padding-inline-end:64px!important}.text-xxl-left{text-align:left!important}.text-xxl-right{text-align:right!important}.text-xxl-center{text-align:center!important}.text-xxl-justify{text-align:justify!important}.text-xxl-start{text-align:start!important}.text-xxl-end{text-align:end!important}.text-xxl-h1{font-size:6rem!important;font-weight:300;line-height:1;letter-spacing:-.015625em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h2{font-size:3.75rem!important;font-weight:300;line-height:1;letter-spacing:-.0083333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h3{font-size:3rem!important;font-weight:400;line-height:1.05;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h4{font-size:2.125rem!important;font-weight:400;line-height:1.175;letter-spacing:.0073529412em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h5{font-size:1.5rem!important;font-weight:400;line-height:1.333;letter-spacing:normal!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-h6{font-size:1.25rem!important;font-weight:500;line-height:1.6;letter-spacing:.0125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-1{font-size:1rem!important;font-weight:400;line-height:1.75;letter-spacing:.009375em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-subtitle-2{font-size:.875rem!important;font-weight:500;line-height:1.6;letter-spacing:.0071428571em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-1{font-size:1rem!important;font-weight:400;line-height:1.5;letter-spacing:.03125em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-body-2{font-size:.875rem!important;font-weight:400;line-height:1.425;letter-spacing:.0178571429em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-button{font-size:.875rem!important;font-weight:500;line-height:2.6;letter-spacing:.0892857143em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.text-xxl-caption{font-size:.75rem!important;font-weight:400;line-height:1.667;letter-spacing:.0333333333em!important;font-family:Roboto,sans-serif;text-transform:none!important}.text-xxl-overline{font-size:.75rem!important;font-weight:500;line-height:2.667;letter-spacing:.1666666667em!important;font-family:Roboto,sans-serif;text-transform:uppercase!important}.h-xxl-auto{height:auto!important}.h-xxl-screen{height:100vh!important}.h-xxl-0{height:0!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-0{width:0!important}.w-xxl-25{width:25%!important}.w-xxl-33{width:33%!important}.w-xxl-50{width:50%!important}.w-xxl-66{width:66%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!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}.float-print-none{float:none!important}.float-print-left{float:left!important}.float-print-right{float:right!important}.v-locale--is-rtl .float-print-end{float:left!important}.v-locale--is-rtl .float-print-start,.v-locale--is-ltr .float-print-end{float:right!important}.v-locale--is-ltr .float-print-start{float:left!important}}/*! tailwindcss v2.2.19 | MIT License | https://tailwindcss.com *//*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:before,:after{box-sizing:border-box}html{-moz-tab-size:4;-o-tab-size:4;tab-size:4}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji"}hr{height:0;color:inherit}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset{margin:0;padding:0}ol,ul{list-style:none;margin:0;padding:0}html{font-family:IBM Plex Sans Thai,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";line-height:1.5}body{font-family:inherit;line-height:inherit}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#a1a1aa}input::placeholder,textarea::placeholder{opacity:1;color:#a1a1aa}button,[role=button]{cursor:pointer}:-moz-focusring{outline:auto}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{padding:0;line-height:inherit;color:inherit}pre,code,kbd,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}[type=text],[type=email],[type=url],[type=password],[type=number],[type=date],[type=datetime-local],[type=month],[type=search],[type=tel],[type=time],[type=week],[multiple],textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#fff;border-color:#71717a;border-width:1px;border-radius:0;padding:.5rem .75rem;font-size:1rem;line-height:1.5rem}[type=text]:focus,[type=email]:focus,[type=url]:focus,[type=password]:focus,[type=number]:focus,[type=date]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=week]:focus,[multiple]:focus,textarea:focus,select:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: #0284c7;--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);border-color:#0284c7}input::-moz-placeholder,textarea::-moz-placeholder{color:#71717a;opacity:1}input::placeholder,textarea::placeholder{color:#71717a;opacity:1}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-date-and-time-value{min-height:1.5em}select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%2371717a' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");background-position:right .5rem center;background-repeat:no-repeat;background-size:1.5em 1.5em;padding-right:2.5rem;-webkit-print-color-adjust:exact;color-adjust:exact}[multiple]{background-image:initial;background-position:initial;background-repeat:unset;background-size:initial;padding-right:.75rem;-webkit-print-color-adjust:unset;color-adjust:unset}[type=checkbox],[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;padding:0;-webkit-print-color-adjust:exact;color-adjust:exact;display:inline-block;vertical-align:middle;background-origin:border-box;-webkit-user-select:none;-moz-user-select:none;user-select:none;flex-shrink:0;height:1rem;width:1rem;color:#0284c7;background-color:#fff;border-color:#71717a;border-width:1px}[type=checkbox]{border-radius:0}[type=radio]{border-radius:100%}[type=checkbox]:focus,[type=radio]:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 2px;--tw-ring-offset-color: #fff;--tw-ring-color: #0284c7;--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)}[type=checkbox]:checked,[type=radio]:checked{border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e")}[type=radio]:checked{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e")}[type=checkbox]:checked:hover,[type=checkbox]:checked:focus,[type=radio]:checked:hover,[type=radio]:checked:focus{border-color:transparent;background-color:currentColor}[type=checkbox]:indeterminate{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");border-color:transparent;background-color:currentColor;background-size:100% 100%;background-position:center;background-repeat:no-repeat}[type=checkbox]:indeterminate:hover,[type=checkbox]:indeterminate:focus{border-color:transparent;background-color:currentColor}[type=file]{background:unset;border-color:inherit;border-width:0;border-radius:0;padding:0;font-size:unset;line-height:inherit}[type=file]:focus{outline:1px auto -webkit-focus-ring-color}[type=text]:focus{outline:2px solid transparent;outline-offset:2px;--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)}.container{width:100%}@media (min-width: 480px){.container{max-width:480px}}@media (min-width: 768px){.container{max-width:768px}}@media (min-width: 976px){.container{max-width:976px}}@media (min-width: 1440px){.container{max-width:1440px}}.prose{color:#3f3f46;max-width:65ch}.prose [class~=lead]{color:#52525b;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose a{color:#18181b;text-decoration:underline;font-weight:500}.prose strong{color:#18181b;font-weight:600}.prose ol{counter-reset:list-counter;margin-top:1.25em;margin-bottom:1.25em}.prose ol>li{position:relative;counter-increment:list-counter;padding-left:1.75em}.prose ol>li:before{content:counter(list-counter) ".";position:absolute;font-weight:400;color:#71717a;left:0}.prose ul>li{position:relative;padding-left:1.75em}.prose ul>li:before{content:"";position:absolute;background-color:#d4d4d8;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}.prose hr{border-color:#e4e4e7;border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose blockquote{font-weight:500;font-style:italic;color:#18181b;border-left-width:.25rem;border-left-color:#e4e4e7;quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.prose blockquote p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after{content:close-quote}.prose h1{color:#18181b;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose h2{color:#18181b;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose h3{color:#18181b;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose h4{color:#18181b;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose figure figcaption{color:#71717a;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose code{color:#18181b;font-weight:600;font-size:.875em}.prose code:before{content:"`"}.prose code:after{content:"`"}.prose a code{color:#18181b}.prose pre{color:#e4e4e7;background-color:#27272a;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose pre code:before{content:""}.prose pre code:after{content:""}.prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose thead{color:#18181b;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d8}.prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.prose tbody tr{border-bottom-width:1px;border-bottom-color:#e4e4e7}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{vertical-align:top;padding:.5714286em}.prose{font-size:1rem;line-height:1.75}.prose p{margin-top:1.25em;margin-bottom:1.25em}.prose img{margin-top:2em;margin-bottom:2em}.prose video{margin-top:2em;margin-bottom:2em}.prose figure{margin-top:2em;margin-bottom:2em}.prose figure>*{margin-top:0;margin-bottom:0}.prose h2 code{font-size:.875em}.prose h3 code{font-size:.9em}.prose ul{margin-top:1.25em;margin-bottom:1.25em}.prose li{margin-top:.5em;margin-bottom:.5em}.prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.prose>ul>li>*:first-child{margin-top:1.25em}.prose>ul>li>*:last-child{margin-bottom:1.25em}.prose>ol>li>*:first-child{margin-top:1.25em}.prose>ol>li>*:last-child{margin-bottom:1.25em}.prose ul ul,.prose ul ol,.prose ol ul,.prose ol ol{margin-top:.75em;margin-bottom:.75em}.prose hr+*{margin-top:0}.prose h2+*{margin-top:0}.prose h3+*{margin-top:0}.prose h4+*{margin-top:0}.prose thead th:first-child{padding-left:0}.prose thead th:last-child{padding-right:0}.prose tbody td:first-child{padding-left:0}.prose tbody td:last-child{padding-right:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm p{margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm [class~=lead]{font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm blockquote{margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.prose-sm h1{font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm h2{font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm h3{font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm h4{margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm img{margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm video{margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm figure{margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm figure>*{margin-top:0;margin-bottom:0}.prose-sm figure figcaption{font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm code{font-size:.8571429em}.prose-sm h2 code{font-size:.9em}.prose-sm h3 code{font-size:.8888889em}.prose-sm pre{font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.prose-sm ol,.prose-sm ul{margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm li{margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm ol>li{padding-left:1.5714286em}.prose-sm ol>li:before{left:0}.prose-sm ul>li{padding-left:1.5714286em}.prose-sm ul>li:before{height:.3571429em;width:.3571429em;top:calc(.8571429em - .1785714em);left:.2142857em}.prose-sm>ul>li p{margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm>ul>li>*:first-child{margin-top:1.1428571em}.prose-sm>ul>li>*:last-child{margin-bottom:1.1428571em}.prose-sm>ol>li>*:first-child{margin-top:1.1428571em}.prose-sm>ol>li>*:last-child{margin-bottom:1.1428571em}.prose-sm ul ul,.prose-sm ul ol,.prose-sm ol ul,.prose-sm ol ol{margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm hr{margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm hr+*{margin-top:0}.prose-sm h2+*{margin-top:0}.prose-sm h3+*{margin-top:0}.prose-sm h4+*{margin-top:0}.prose-sm table{font-size:.8571429em;line-height:1.5}.prose-sm thead th{padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.prose-sm thead th:first-child{padding-left:0}.prose-sm thead th:last-child{padding-right:0}.prose-sm tbody td{padding:.6666667em 1em}.prose-sm tbody td:first-child{padding-left:0}.prose-sm tbody td:last-child{padding-right:0}.prose-sm>:first-child{margin-top:0}.prose-sm>:last-child{margin-bottom:0}.prose-lg{font-size:1.125rem;line-height:1.7777778}.prose-lg p{margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg [class~=lead]{font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.prose-lg blockquote{margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.prose-lg h1{font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.prose-lg h2{font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.prose-lg h3{font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-lg h4{margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.prose-lg img{margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg video{margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg figure{margin-top:1.7777778em;margin-bottom:1.7777778em}.prose-lg figure>*{margin-top:0;margin-bottom:0}.prose-lg figure figcaption{font-size:.8888889em;line-height:1.5;margin-top:1em}.prose-lg code{font-size:.8888889em}.prose-lg h2 code{font-size:.8666667em}.prose-lg h3 code{font-size:.875em}.prose-lg pre{font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.prose-lg ol,.prose-lg ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-lg li{margin-top:.6666667em;margin-bottom:.6666667em}.prose-lg ol>li{padding-left:1.6666667em}.prose-lg ol>li:before{left:0}.prose-lg ul>li{padding-left:1.6666667em}.prose-lg ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8888889em - .1666667em);left:.2222222em}.prose-lg>ul>li p{margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg>ul>li>*:first-child{margin-top:1.3333333em}.prose-lg>ul>li>*:last-child{margin-bottom:1.3333333em}.prose-lg>ol>li>*:first-child{margin-top:1.3333333em}.prose-lg>ol>li>*:last-child{margin-bottom:1.3333333em}.prose-lg ul ul,.prose-lg ul ol,.prose-lg ol ul,.prose-lg ol ol{margin-top:.8888889em;margin-bottom:.8888889em}.prose-lg hr{margin-top:3.1111111em;margin-bottom:3.1111111em}.prose-lg hr+*{margin-top:0}.prose-lg h2+*{margin-top:0}.prose-lg h3+*{margin-top:0}.prose-lg h4+*{margin-top:0}.prose-lg table{font-size:.8888889em;line-height:1.5}.prose-lg thead th{padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.prose-lg thead th:first-child{padding-left:0}.prose-lg thead th:last-child{padding-right:0}.prose-lg tbody td{padding:.75em}.prose-lg tbody td:first-child{padding-left:0}.prose-lg tbody td:last-child{padding-right:0}.prose-lg>:first-child{margin-top:0}.prose-lg>:last-child{margin-bottom:0}.prose-xl{font-size:1.25rem;line-height:1.8}.prose-xl p{margin-top:1.2em;margin-bottom:1.2em}.prose-xl [class~=lead]{font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.prose-xl blockquote{margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.prose-xl h1{font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.prose-xl h2{font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.prose-xl h3{font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.prose-xl h4{margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.prose-xl img{margin-top:2em;margin-bottom:2em}.prose-xl video{margin-top:2em;margin-bottom:2em}.prose-xl figure{margin-top:2em;margin-bottom:2em}.prose-xl figure>*{margin-top:0;margin-bottom:0}.prose-xl figure figcaption{font-size:.9em;line-height:1.5555556;margin-top:1em}.prose-xl code{font-size:.9em}.prose-xl h2 code{font-size:.8611111em}.prose-xl h3 code{font-size:.9em}.prose-xl pre{font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.prose-xl ol,.prose-xl ul{margin-top:1.2em;margin-bottom:1.2em}.prose-xl li{margin-top:.6em;margin-bottom:.6em}.prose-xl ol>li{padding-left:1.8em}.prose-xl ol>li:before{left:0}.prose-xl ul>li{padding-left:1.8em}.prose-xl ul>li:before{width:.35em;height:.35em;top:calc(.9em - .175em);left:.25em}.prose-xl>ul>li p{margin-top:.8em;margin-bottom:.8em}.prose-xl>ul>li>*:first-child{margin-top:1.2em}.prose-xl>ul>li>*:last-child{margin-bottom:1.2em}.prose-xl>ol>li>*:first-child{margin-top:1.2em}.prose-xl>ol>li>*:last-child{margin-bottom:1.2em}.prose-xl ul ul,.prose-xl ul ol,.prose-xl ol ul,.prose-xl ol ol{margin-top:.8em;margin-bottom:.8em}.prose-xl hr{margin-top:2.8em;margin-bottom:2.8em}.prose-xl hr+*{margin-top:0}.prose-xl h2+*{margin-top:0}.prose-xl h3+*{margin-top:0}.prose-xl h4+*{margin-top:0}.prose-xl table{font-size:.9em;line-height:1.5555556}.prose-xl thead th{padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.prose-xl thead th:first-child{padding-left:0}.prose-xl thead th:last-child{padding-right:0}.prose-xl tbody td{padding:.8888889em .6666667em}.prose-xl tbody td:first-child{padding-left:0}.prose-xl tbody td:last-child{padding-right:0}.prose-xl>:first-child{margin-top:0}.prose-xl>:last-child{margin-bottom:0}.prose-2xl{font-size:1.5rem;line-height:1.6666667}.prose-2xl p{margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl [class~=lead]{font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.prose-2xl blockquote{margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.prose-2xl h1{font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.prose-2xl h2{font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.prose-2xl h3{font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.prose-2xl h4{margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.prose-2xl img{margin-top:2em;margin-bottom:2em}.prose-2xl video{margin-top:2em;margin-bottom:2em}.prose-2xl figure{margin-top:2em;margin-bottom:2em}.prose-2xl figure>*{margin-top:0;margin-bottom:0}.prose-2xl figure figcaption{font-size:.8333333em;line-height:1.6;margin-top:1em}.prose-2xl code{font-size:.8333333em}.prose-2xl h2 code{font-size:.875em}.prose-2xl h3 code{font-size:.8888889em}.prose-2xl pre{font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.2em 1.6em}.prose-2xl ol,.prose-2xl ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.prose-2xl li{margin-top:.5em;margin-bottom:.5em}.prose-2xl ol>li{padding-left:1.6666667em}.prose-2xl ol>li:before{left:0}.prose-2xl ul>li{padding-left:1.6666667em}.prose-2xl ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8333333em - .1666667em);left:.25em}.prose-2xl>ul>li p{margin-top:.8333333em;margin-bottom:.8333333em}.prose-2xl>ul>li>*:first-child{margin-top:1.3333333em}.prose-2xl>ul>li>*:last-child{margin-bottom:1.3333333em}.prose-2xl>ol>li>*:first-child{margin-top:1.3333333em}.prose-2xl>ol>li>*:last-child{margin-bottom:1.3333333em}.prose-2xl ul ul,.prose-2xl ul ol,.prose-2xl ol ul,.prose-2xl ol ol{margin-top:.6666667em;margin-bottom:.6666667em}.prose-2xl hr{margin-top:3em;margin-bottom:3em}.prose-2xl hr+*{margin-top:0}.prose-2xl h2+*{margin-top:0}.prose-2xl h3+*{margin-top:0}.prose-2xl h4+*{margin-top:0}.prose-2xl table{font-size:.8333333em;line-height:1.4}.prose-2xl thead th{padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.prose-2xl thead th:first-child{padding-left:0}.prose-2xl thead th:last-child{padding-right:0}.prose-2xl tbody td{padding:.8em .6em}.prose-2xl tbody td:first-child{padding-left:0}.prose-2xl tbody td:last-child{padding-right:0}.prose-2xl>:first-child{margin-top:0}.prose-2xl>:last-child{margin-bottom:0}.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}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.visible{visibility:visible}.invisible{visibility:hidden}.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-112{top:28rem;right:28rem;bottom:28rem;left:28rem}.inset-128{top:32rem;right:32rem;bottom:32rem;left:32rem}.inset-144{top:36rem;right:36rem;bottom:36rem;left:36rem}.inset-160{top:40rem;right:40rem;bottom:40rem;left:40rem}.inset-168{top:42rem;right:42rem;bottom:42rem;left:42rem}.inset-180{top:45rem;right:45rem;bottom:45rem;left:45rem}.inset-192{top:48rem;right:48rem;bottom:48rem;left:48rem}.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-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-112{top:-28rem;right:-28rem;bottom:-28rem;left:-28rem}.-inset-128{top:-32rem;right:-32rem;bottom:-32rem;left:-32rem}.-inset-144{top:-36rem;right:-36rem;bottom:-36rem;left:-36rem}.-inset-160{top:-40rem;right:-40rem;bottom:-40rem;left:-40rem}.-inset-168{top:-42rem;right:-42rem;bottom:-42rem;left:-42rem}.-inset-180{top:-45rem;right:-45rem;bottom:-45rem;left:-45rem}.-inset-192{top:-48rem;right:-48rem;bottom:-48rem;left:-48rem}.-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-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-x-0{left:0;right:0}.inset-x-1{left:.25rem;right:.25rem}.inset-x-2{left:.5rem;right:.5rem}.inset-x-3{left:.75rem;right:.75rem}.inset-x-4{left:1rem;right:1rem}.inset-x-5{left:1.25rem;right:1.25rem}.inset-x-6{left:1.5rem;right:1.5rem}.inset-x-7{left:1.75rem;right:1.75rem}.inset-x-8{left:2rem;right:2rem}.inset-x-9{left:2.25rem;right:2.25rem}.inset-x-10{left:2.5rem;right:2.5rem}.inset-x-11{left:2.75rem;right:2.75rem}.inset-x-12{left:3rem;right:3rem}.inset-x-14{left:3.5rem;right:3.5rem}.inset-x-16{left:4rem;right:4rem}.inset-x-20{left:5rem;right:5rem}.inset-x-24{left:6rem;right:6rem}.inset-x-28{left:7rem;right:7rem}.inset-x-32{left:8rem;right:8rem}.inset-x-36{left:9rem;right:9rem}.inset-x-40{left:10rem;right:10rem}.inset-x-44{left:11rem;right:11rem}.inset-x-48{left:12rem;right:12rem}.inset-x-52{left:13rem;right:13rem}.inset-x-56{left:14rem;right:14rem}.inset-x-60{left:15rem;right:15rem}.inset-x-64{left:16rem;right:16rem}.inset-x-72{left:18rem;right:18rem}.inset-x-80{left:20rem;right:20rem}.inset-x-96{left:24rem;right:24rem}.inset-x-112{left:28rem;right:28rem}.inset-x-128{left:32rem;right:32rem}.inset-x-144{left:36rem;right:36rem}.inset-x-160{left:40rem;right:40rem}.inset-x-168{left:42rem;right:42rem}.inset-x-180{left:45rem;right:45rem}.inset-x-192{left:48rem;right:48rem}.inset-x-auto{left:auto;right:auto}.inset-x-px{left:1px;right:1px}.inset-x-0\.5{left:.125rem;right:.125rem}.inset-x-1\.5{left:.375rem;right:.375rem}.inset-x-2\.5{left:.625rem;right:.625rem}.inset-x-3\.5{left:.875rem;right:.875rem}.-inset-x-0{left:0;right:0}.-inset-x-1{left:-.25rem;right:-.25rem}.-inset-x-2{left:-.5rem;right:-.5rem}.-inset-x-3{left:-.75rem;right:-.75rem}.-inset-x-4{left:-1rem;right:-1rem}.-inset-x-5{left:-1.25rem;right:-1.25rem}.-inset-x-6{left:-1.5rem;right:-1.5rem}.-inset-x-7{left:-1.75rem;right:-1.75rem}.-inset-x-8{left:-2rem;right:-2rem}.-inset-x-9{left:-2.25rem;right:-2.25rem}.-inset-x-10{left:-2.5rem;right:-2.5rem}.-inset-x-11{left:-2.75rem;right:-2.75rem}.-inset-x-12{left:-3rem;right:-3rem}.-inset-x-14{left:-3.5rem;right:-3.5rem}.-inset-x-16{left:-4rem;right:-4rem}.-inset-x-20{left:-5rem;right:-5rem}.-inset-x-24{left:-6rem;right:-6rem}.-inset-x-28{left:-7rem;right:-7rem}.-inset-x-32{left:-8rem;right:-8rem}.-inset-x-36{left:-9rem;right:-9rem}.-inset-x-40{left:-10rem;right:-10rem}.-inset-x-44{left:-11rem;right:-11rem}.-inset-x-48{left:-12rem;right:-12rem}.-inset-x-52{left:-13rem;right:-13rem}.-inset-x-56{left:-14rem;right:-14rem}.-inset-x-60{left:-15rem;right:-15rem}.-inset-x-64{left:-16rem;right:-16rem}.-inset-x-72{left:-18rem;right:-18rem}.-inset-x-80{left:-20rem;right:-20rem}.-inset-x-96{left:-24rem;right:-24rem}.-inset-x-112{left:-28rem;right:-28rem}.-inset-x-128{left:-32rem;right:-32rem}.-inset-x-144{left:-36rem;right:-36rem}.-inset-x-160{left:-40rem;right:-40rem}.-inset-x-168{left:-42rem;right:-42rem}.-inset-x-180{left:-45rem;right:-45rem}.-inset-x-192{left:-48rem;right:-48rem}.-inset-x-px{left:-1px;right:-1px}.-inset-x-0\.5{left:-.125rem;right:-.125rem}.-inset-x-1\.5{left:-.375rem;right:-.375rem}.-inset-x-2\.5{left:-.625rem;right:-.625rem}.-inset-x-3\.5{left:-.875rem;right:-.875rem}.inset-x-1\/2{left:50%;right:50%}.inset-x-1\/3{left:33.333333%;right:33.333333%}.inset-x-2\/3{left:66.666667%;right:66.666667%}.inset-x-1\/4{left:25%;right:25%}.inset-x-2\/4{left:50%;right:50%}.inset-x-3\/4{left:75%;right:75%}.inset-x-full{left:100%;right:100%}.-inset-x-1\/2{left:-50%;right:-50%}.-inset-x-1\/3{left:-33.333333%;right:-33.333333%}.-inset-x-2\/3{left:-66.666667%;right:-66.666667%}.-inset-x-1\/4{left:-25%;right:-25%}.-inset-x-2\/4{left:-50%;right:-50%}.-inset-x-3\/4{left:-75%;right:-75%}.-inset-x-full{left:-100%;right:-100%}.inset-y-0{top:0;bottom:0}.inset-y-1{top:.25rem;bottom:.25rem}.inset-y-2{top:.5rem;bottom:.5rem}.inset-y-3{top:.75rem;bottom:.75rem}.inset-y-4{top:1rem;bottom:1rem}.inset-y-5{top:1.25rem;bottom:1.25rem}.inset-y-6{top:1.5rem;bottom:1.5rem}.inset-y-7{top:1.75rem;bottom:1.75rem}.inset-y-8{top:2rem;bottom:2rem}.inset-y-9{top:2.25rem;bottom:2.25rem}.inset-y-10{top:2.5rem;bottom:2.5rem}.inset-y-11{top:2.75rem;bottom:2.75rem}.inset-y-12{top:3rem;bottom:3rem}.inset-y-14{top:3.5rem;bottom:3.5rem}.inset-y-16{top:4rem;bottom:4rem}.inset-y-20{top:5rem;bottom:5rem}.inset-y-24{top:6rem;bottom:6rem}.inset-y-28{top:7rem;bottom:7rem}.inset-y-32{top:8rem;bottom:8rem}.inset-y-36{top:9rem;bottom:9rem}.inset-y-40{top:10rem;bottom:10rem}.inset-y-44{top:11rem;bottom:11rem}.inset-y-48{top:12rem;bottom:12rem}.inset-y-52{top:13rem;bottom:13rem}.inset-y-56{top:14rem;bottom:14rem}.inset-y-60{top:15rem;bottom:15rem}.inset-y-64{top:16rem;bottom:16rem}.inset-y-72{top:18rem;bottom:18rem}.inset-y-80{top:20rem;bottom:20rem}.inset-y-96{top:24rem;bottom:24rem}.inset-y-112{top:28rem;bottom:28rem}.inset-y-128{top:32rem;bottom:32rem}.inset-y-144{top:36rem;bottom:36rem}.inset-y-160{top:40rem;bottom:40rem}.inset-y-168{top:42rem;bottom:42rem}.inset-y-180{top:45rem;bottom:45rem}.inset-y-192{top:48rem;bottom:48rem}.inset-y-auto{top:auto;bottom:auto}.inset-y-px{top:1px;bottom:1px}.inset-y-0\.5{top:.125rem;bottom:.125rem}.inset-y-1\.5{top:.375rem;bottom:.375rem}.inset-y-2\.5{top:.625rem;bottom:.625rem}.inset-y-3\.5{top:.875rem;bottom:.875rem}.-inset-y-0{top:0;bottom:0}.-inset-y-1{top:-.25rem;bottom:-.25rem}.-inset-y-2{top:-.5rem;bottom:-.5rem}.-inset-y-3{top:-.75rem;bottom:-.75rem}.-inset-y-4{top:-1rem;bottom:-1rem}.-inset-y-5{top:-1.25rem;bottom:-1.25rem}.-inset-y-6{top:-1.5rem;bottom:-1.5rem}.-inset-y-7{top:-1.75rem;bottom:-1.75rem}.-inset-y-8{top:-2rem;bottom:-2rem}.-inset-y-9{top:-2.25rem;bottom:-2.25rem}.-inset-y-10{top:-2.5rem;bottom:-2.5rem}.-inset-y-11{top:-2.75rem;bottom:-2.75rem}.-inset-y-12{top:-3rem;bottom:-3rem}.-inset-y-14{top:-3.5rem;bottom:-3.5rem}.-inset-y-16{top:-4rem;bottom:-4rem}.-inset-y-20{top:-5rem;bottom:-5rem}.-inset-y-24{top:-6rem;bottom:-6rem}.-inset-y-28{top:-7rem;bottom:-7rem}.-inset-y-32{top:-8rem;bottom:-8rem}.-inset-y-36{top:-9rem;bottom:-9rem}.-inset-y-40{top:-10rem;bottom:-10rem}.-inset-y-44{top:-11rem;bottom:-11rem}.-inset-y-48{top:-12rem;bottom:-12rem}.-inset-y-52{top:-13rem;bottom:-13rem}.-inset-y-56{top:-14rem;bottom:-14rem}.-inset-y-60{top:-15rem;bottom:-15rem}.-inset-y-64{top:-16rem;bottom:-16rem}.-inset-y-72{top:-18rem;bottom:-18rem}.-inset-y-80{top:-20rem;bottom:-20rem}.-inset-y-96{top:-24rem;bottom:-24rem}.-inset-y-112{top:-28rem;bottom:-28rem}.-inset-y-128{top:-32rem;bottom:-32rem}.-inset-y-144{top:-36rem;bottom:-36rem}.-inset-y-160{top:-40rem;bottom:-40rem}.-inset-y-168{top:-42rem;bottom:-42rem}.-inset-y-180{top:-45rem;bottom:-45rem}.-inset-y-192{top:-48rem;bottom:-48rem}.-inset-y-px{top:-1px;bottom:-1px}.-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.inset-y-1\/2{top:50%;bottom:50%}.inset-y-1\/3{top:33.333333%;bottom:33.333333%}.inset-y-2\/3{top:66.666667%;bottom:66.666667%}.inset-y-1\/4{top:25%;bottom:25%}.inset-y-2\/4{top:50%;bottom:50%}.inset-y-3\/4{top:75%;bottom:75%}.inset-y-full{top:100%;bottom:100%}.-inset-y-1\/2{top:-50%;bottom:-50%}.-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.-inset-y-1\/4{top:-25%;bottom:-25%}.-inset-y-2\/4{top:-50%;bottom:-50%}.-inset-y-3\/4{top:-75%;bottom:-75%}.-inset-y-full{top:-100%;bottom:-100%}.top-0{top:0}.top-1{top:.25rem}.top-2{top:.5rem}.top-3{top:.75rem}.top-4{top:1rem}.top-5{top:1.25rem}.top-6{top:1.5rem}.top-7{top:1.75rem}.top-8{top:2rem}.top-9{top:2.25rem}.top-10{top:2.5rem}.top-11{top:2.75rem}.top-12{top:3rem}.top-14{top:3.5rem}.top-16{top:4rem}.top-20{top:5rem}.top-24{top:6rem}.top-28{top:7rem}.top-32{top:8rem}.top-36{top:9rem}.top-40{top:10rem}.top-44{top:11rem}.top-48{top:12rem}.top-52{top:13rem}.top-56{top:14rem}.top-60{top:15rem}.top-64{top:16rem}.top-72{top:18rem}.top-80{top:20rem}.top-96{top:24rem}.top-112{top:28rem}.top-128{top:32rem}.top-144{top:36rem}.top-160{top:40rem}.top-168{top:42rem}.top-180{top:45rem}.top-192{top:48rem}.top-auto{top:auto}.top-px{top:1px}.top-0\.5{top:.125rem}.top-1\.5{top:.375rem}.top-2\.5{top:.625rem}.top-3\.5{top:.875rem}.-top-0{top:0}.-top-1{top:-.25rem}.-top-2{top:-.5rem}.-top-3{top:-.75rem}.-top-4{top:-1rem}.-top-5{top:-1.25rem}.-top-6{top:-1.5rem}.-top-7{top:-1.75rem}.-top-8{top:-2rem}.-top-9{top:-2.25rem}.-top-10{top:-2.5rem}.-top-11{top:-2.75rem}.-top-12{top:-3rem}.-top-14{top:-3.5rem}.-top-16{top:-4rem}.-top-20{top:-5rem}.-top-24{top:-6rem}.-top-28{top:-7rem}.-top-32{top:-8rem}.-top-36{top:-9rem}.-top-40{top:-10rem}.-top-44{top:-11rem}.-top-48{top:-12rem}.-top-52{top:-13rem}.-top-56{top:-14rem}.-top-60{top:-15rem}.-top-64{top:-16rem}.-top-72{top:-18rem}.-top-80{top:-20rem}.-top-96{top:-24rem}.-top-112{top:-28rem}.-top-128{top:-32rem}.-top-144{top:-36rem}.-top-160{top:-40rem}.-top-168{top:-42rem}.-top-180{top:-45rem}.-top-192{top:-48rem}.-top-px{top:-1px}.-top-0\.5{top:-.125rem}.-top-1\.5{top:-.375rem}.-top-2\.5{top:-.625rem}.-top-3\.5{top:-.875rem}.top-1\/2{top:50%}.top-1\/3{top:33.333333%}.top-2\/3{top:66.666667%}.top-1\/4{top:25%}.top-2\/4{top:50%}.top-3\/4{top:75%}.top-full{top:100%}.-top-1\/2{top:-50%}.-top-1\/3{top:-33.333333%}.-top-2\/3{top:-66.666667%}.-top-1\/4{top:-25%}.-top-2\/4{top:-50%}.-top-3\/4{top:-75%}.-top-full{top:-100%}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.right-5{right:1.25rem}.right-6{right:1.5rem}.right-7{right:1.75rem}.right-8{right:2rem}.right-9{right:2.25rem}.right-10{right:2.5rem}.right-11{right:2.75rem}.right-12{right:3rem}.right-14{right:3.5rem}.right-16{right:4rem}.right-20{right:5rem}.right-24{right:6rem}.right-28{right:7rem}.right-32{right:8rem}.right-36{right:9rem}.right-40{right:10rem}.right-44{right:11rem}.right-48{right:12rem}.right-52{right:13rem}.right-56{right:14rem}.right-60{right:15rem}.right-64{right:16rem}.right-72{right:18rem}.right-80{right:20rem}.right-96{right:24rem}.right-112{right:28rem}.right-128{right:32rem}.right-144{right:36rem}.right-160{right:40rem}.right-168{right:42rem}.right-180{right:45rem}.right-192{right:48rem}.right-auto{right:auto}.right-px{right:1px}.right-0\.5{right:.125rem}.right-1\.5{right:.375rem}.right-2\.5{right:.625rem}.right-3\.5{right:.875rem}.-right-0{right:0}.-right-1{right:-.25rem}.-right-2{right:-.5rem}.-right-3{right:-.75rem}.-right-4{right:-1rem}.-right-5{right:-1.25rem}.-right-6{right:-1.5rem}.-right-7{right:-1.75rem}.-right-8{right:-2rem}.-right-9{right:-2.25rem}.-right-10{right:-2.5rem}.-right-11{right:-2.75rem}.-right-12{right:-3rem}.-right-14{right:-3.5rem}.-right-16{right:-4rem}.-right-20{right:-5rem}.-right-24{right:-6rem}.-right-28{right:-7rem}.-right-32{right:-8rem}.-right-36{right:-9rem}.-right-40{right:-10rem}.-right-44{right:-11rem}.-right-48{right:-12rem}.-right-52{right:-13rem}.-right-56{right:-14rem}.-right-60{right:-15rem}.-right-64{right:-16rem}.-right-72{right:-18rem}.-right-80{right:-20rem}.-right-96{right:-24rem}.-right-112{right:-28rem}.-right-128{right:-32rem}.-right-144{right:-36rem}.-right-160{right:-40rem}.-right-168{right:-42rem}.-right-180{right:-45rem}.-right-192{right:-48rem}.-right-px{right:-1px}.-right-0\.5{right:-.125rem}.-right-1\.5{right:-.375rem}.-right-2\.5{right:-.625rem}.-right-3\.5{right:-.875rem}.right-1\/2{right:50%}.right-1\/3{right:33.333333%}.right-2\/3{right:66.666667%}.right-1\/4{right:25%}.right-2\/4{right:50%}.right-3\/4{right:75%}.right-full{right:100%}.-right-1\/2{right:-50%}.-right-1\/3{right:-33.333333%}.-right-2\/3{right:-66.666667%}.-right-1\/4{right:-25%}.-right-2\/4{right:-50%}.-right-3\/4{right:-75%}.-right-full{right:-100%}.bottom-0{bottom:0}.bottom-1{bottom:.25rem}.bottom-2{bottom:.5rem}.bottom-3{bottom:.75rem}.bottom-4{bottom:1rem}.bottom-5{bottom:1.25rem}.bottom-6{bottom:1.5rem}.bottom-7{bottom:1.75rem}.bottom-8{bottom:2rem}.bottom-9{bottom:2.25rem}.bottom-10{bottom:2.5rem}.bottom-11{bottom:2.75rem}.bottom-12{bottom:3rem}.bottom-14{bottom:3.5rem}.bottom-16{bottom:4rem}.bottom-20{bottom:5rem}.bottom-24{bottom:6rem}.bottom-28{bottom:7rem}.bottom-32{bottom:8rem}.bottom-36{bottom:9rem}.bottom-40{bottom:10rem}.bottom-44{bottom:11rem}.bottom-48{bottom:12rem}.bottom-52{bottom:13rem}.bottom-56{bottom:14rem}.bottom-60{bottom:15rem}.bottom-64{bottom:16rem}.bottom-72{bottom:18rem}.bottom-80{bottom:20rem}.bottom-96{bottom:24rem}.bottom-112{bottom:28rem}.bottom-128{bottom:32rem}.bottom-144{bottom:36rem}.bottom-160{bottom:40rem}.bottom-168{bottom:42rem}.bottom-180{bottom:45rem}.bottom-192{bottom:48rem}.bottom-auto{bottom:auto}.bottom-px{bottom:1px}.bottom-0\.5{bottom:.125rem}.bottom-1\.5{bottom:.375rem}.bottom-2\.5{bottom:.625rem}.bottom-3\.5{bottom:.875rem}.-bottom-0{bottom:0}.-bottom-1{bottom:-.25rem}.-bottom-2{bottom:-.5rem}.-bottom-3{bottom:-.75rem}.-bottom-4{bottom:-1rem}.-bottom-5{bottom:-1.25rem}.-bottom-6{bottom:-1.5rem}.-bottom-7{bottom:-1.75rem}.-bottom-8{bottom:-2rem}.-bottom-9{bottom:-2.25rem}.-bottom-10{bottom:-2.5rem}.-bottom-11{bottom:-2.75rem}.-bottom-12{bottom:-3rem}.-bottom-14{bottom:-3.5rem}.-bottom-16{bottom:-4rem}.-bottom-20{bottom:-5rem}.-bottom-24{bottom:-6rem}.-bottom-28{bottom:-7rem}.-bottom-32{bottom:-8rem}.-bottom-36{bottom:-9rem}.-bottom-40{bottom:-10rem}.-bottom-44{bottom:-11rem}.-bottom-48{bottom:-12rem}.-bottom-52{bottom:-13rem}.-bottom-56{bottom:-14rem}.-bottom-60{bottom:-15rem}.-bottom-64{bottom:-16rem}.-bottom-72{bottom:-18rem}.-bottom-80{bottom:-20rem}.-bottom-96{bottom:-24rem}.-bottom-112{bottom:-28rem}.-bottom-128{bottom:-32rem}.-bottom-144{bottom:-36rem}.-bottom-160{bottom:-40rem}.-bottom-168{bottom:-42rem}.-bottom-180{bottom:-45rem}.-bottom-192{bottom:-48rem}.-bottom-px{bottom:-1px}.-bottom-0\.5{bottom:-.125rem}.-bottom-1\.5{bottom:-.375rem}.-bottom-2\.5{bottom:-.625rem}.-bottom-3\.5{bottom:-.875rem}.bottom-1\/2{bottom:50%}.bottom-1\/3{bottom:33.333333%}.bottom-2\/3{bottom:66.666667%}.bottom-1\/4{bottom:25%}.bottom-2\/4{bottom:50%}.bottom-3\/4{bottom:75%}.bottom-full{bottom:100%}.-bottom-1\/2{bottom:-50%}.-bottom-1\/3{bottom:-33.333333%}.-bottom-2\/3{bottom:-66.666667%}.-bottom-1\/4{bottom:-25%}.-bottom-2\/4{bottom:-50%}.-bottom-3\/4{bottom:-75%}.-bottom-full{bottom:-100%}.left-0{left:0}.left-1{left:.25rem}.left-2{left:.5rem}.left-3{left:.75rem}.left-4{left:1rem}.left-5{left:1.25rem}.left-6{left:1.5rem}.left-7{left:1.75rem}.left-8{left:2rem}.left-9{left:2.25rem}.left-10{left:2.5rem}.left-11{left:2.75rem}.left-12{left:3rem}.left-14{left:3.5rem}.left-16{left:4rem}.left-20{left:5rem}.left-24{left:6rem}.left-28{left:7rem}.left-32{left:8rem}.left-36{left:9rem}.left-40{left:10rem}.left-44{left:11rem}.left-48{left:12rem}.left-52{left:13rem}.left-56{left:14rem}.left-60{left:15rem}.left-64{left:16rem}.left-72{left:18rem}.left-80{left:20rem}.left-96{left:24rem}.left-112{left:28rem}.left-128{left:32rem}.left-144{left:36rem}.left-160{left:40rem}.left-168{left:42rem}.left-180{left:45rem}.left-192{left:48rem}.left-auto{left:auto}.left-px{left:1px}.left-0\.5{left:.125rem}.left-1\.5{left:.375rem}.left-2\.5{left:.625rem}.left-3\.5{left:.875rem}.-left-0{left:0}.-left-1{left:-.25rem}.-left-2{left:-.5rem}.-left-3{left:-.75rem}.-left-4{left:-1rem}.-left-5{left:-1.25rem}.-left-6{left:-1.5rem}.-left-7{left:-1.75rem}.-left-8{left:-2rem}.-left-9{left:-2.25rem}.-left-10{left:-2.5rem}.-left-11{left:-2.75rem}.-left-12{left:-3rem}.-left-14{left:-3.5rem}.-left-16{left:-4rem}.-left-20{left:-5rem}.-left-24{left:-6rem}.-left-28{left:-7rem}.-left-32{left:-8rem}.-left-36{left:-9rem}.-left-40{left:-10rem}.-left-44{left:-11rem}.-left-48{left:-12rem}.-left-52{left:-13rem}.-left-56{left:-14rem}.-left-60{left:-15rem}.-left-64{left:-16rem}.-left-72{left:-18rem}.-left-80{left:-20rem}.-left-96{left:-24rem}.-left-112{left:-28rem}.-left-128{left:-32rem}.-left-144{left:-36rem}.-left-160{left:-40rem}.-left-168{left:-42rem}.-left-180{left:-45rem}.-left-192{left:-48rem}.-left-px{left:-1px}.-left-0\.5{left:-.125rem}.-left-1\.5{left:-.375rem}.-left-2\.5{left:-.625rem}.-left-3\.5{left:-.875rem}.left-1\/2{left:50%}.left-1\/3{left:33.333333%}.left-2\/3{left:66.666667%}.left-1\/4{left:25%}.left-2\/4{left:50%}.left-3\/4{left:75%}.left-full{left:100%}.-left-1\/2{left:-50%}.-left-1\/3{left:-33.333333%}.-left-2\/3{left:-66.666667%}.-left-1\/4{left:-25%}.-left-2\/4{left:-50%}.-left-3\/4{left:-75%}.-left-full{left:-100%}.isolate{isolation:isolate}.isolation-auto{isolation:auto}.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}.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}.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}.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}.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}.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-112{margin:28rem}.m-128{margin:32rem}.m-144{margin:36rem}.m-160{margin:40rem}.m-168{margin:42rem}.m-180{margin:45rem}.m-192{margin:48rem}.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-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-112{margin:-28rem}.-m-128{margin:-32rem}.-m-144{margin:-36rem}.-m-160{margin:-40rem}.-m-168{margin:-42rem}.-m-180{margin:-45rem}.-m-192{margin:-48rem}.-m-px{margin:-1px}.-m-0\.5{margin:-.125rem}.-m-1\.5{margin:-.375rem}.-m-2\.5{margin:-.625rem}.-m-3\.5{margin:-.875rem}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-7{margin-left:1.75rem;margin-right:1.75rem}.mx-8{margin-left:2rem;margin-right:2rem}.mx-9{margin-left:2.25rem;margin-right:2.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-11{margin-left:2.75rem;margin-right:2.75rem}.mx-12{margin-left:3rem;margin-right:3rem}.mx-14{margin-left:3.5rem;margin-right:3.5rem}.mx-16{margin-left:4rem;margin-right:4rem}.mx-20{margin-left:5rem;margin-right:5rem}.mx-24{margin-left:6rem;margin-right:6rem}.mx-28{margin-left:7rem;margin-right:7rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-36{margin-left:9rem;margin-right:9rem}.mx-40{margin-left:10rem;margin-right:10rem}.mx-44{margin-left:11rem;margin-right:11rem}.mx-48{margin-left:12rem;margin-right:12rem}.mx-52{margin-left:13rem;margin-right:13rem}.mx-56{margin-left:14rem;margin-right:14rem}.mx-60{margin-left:15rem;margin-right:15rem}.mx-64{margin-left:16rem;margin-right:16rem}.mx-72{margin-left:18rem;margin-right:18rem}.mx-80{margin-left:20rem;margin-right:20rem}.mx-96{margin-left:24rem;margin-right:24rem}.mx-112{margin-left:28rem;margin-right:28rem}.mx-128{margin-left:32rem;margin-right:32rem}.mx-144{margin-left:36rem;margin-right:36rem}.mx-160{margin-left:40rem;margin-right:40rem}.mx-168{margin-left:42rem;margin-right:42rem}.mx-180{margin-left:45rem;margin-right:45rem}.mx-192{margin-left:48rem;margin-right:48rem}.mx-auto{margin-left:auto;margin-right:auto}.mx-px{margin-left:1px;margin-right:1px}.mx-0\.5{margin-left:.125rem;margin-right:.125rem}.mx-1\.5{margin-left:.375rem;margin-right:.375rem}.mx-2\.5{margin-left:.625rem;margin-right:.625rem}.mx-3\.5{margin-left:.875rem;margin-right:.875rem}.-mx-0{margin-left:0;margin-right:0}.-mx-1{margin-left:-.25rem;margin-right:-.25rem}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-3{margin-left:-.75rem;margin-right:-.75rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.-mx-8{margin-left:-2rem;margin-right:-2rem}.-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.-mx-12{margin-left:-3rem;margin-right:-3rem}.-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.-mx-16{margin-left:-4rem;margin-right:-4rem}.-mx-20{margin-left:-5rem;margin-right:-5rem}.-mx-24{margin-left:-6rem;margin-right:-6rem}.-mx-28{margin-left:-7rem;margin-right:-7rem}.-mx-32{margin-left:-8rem;margin-right:-8rem}.-mx-36{margin-left:-9rem;margin-right:-9rem}.-mx-40{margin-left:-10rem;margin-right:-10rem}.-mx-44{margin-left:-11rem;margin-right:-11rem}.-mx-48{margin-left:-12rem;margin-right:-12rem}.-mx-52{margin-left:-13rem;margin-right:-13rem}.-mx-56{margin-left:-14rem;margin-right:-14rem}.-mx-60{margin-left:-15rem;margin-right:-15rem}.-mx-64{margin-left:-16rem;margin-right:-16rem}.-mx-72{margin-left:-18rem;margin-right:-18rem}.-mx-80{margin-left:-20rem;margin-right:-20rem}.-mx-96{margin-left:-24rem;margin-right:-24rem}.-mx-112{margin-left:-28rem;margin-right:-28rem}.-mx-128{margin-left:-32rem;margin-right:-32rem}.-mx-144{margin-left:-36rem;margin-right:-36rem}.-mx-160{margin-left:-40rem;margin-right:-40rem}.-mx-168{margin-left:-42rem;margin-right:-42rem}.-mx-180{margin-left:-45rem;margin-right:-45rem}.-mx-192{margin-left:-48rem;margin-right:-48rem}.-mx-px{margin-left:-1px;margin-right:-1px}.-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.my-0{margin-top:0;margin-bottom:0}.my-1{margin-top:.25rem;margin-bottom:.25rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-3{margin-top:.75rem;margin-bottom:.75rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-7{margin-top:1.75rem;margin-bottom:1.75rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-9{margin-top:2.25rem;margin-bottom:2.25rem}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-11{margin-top:2.75rem;margin-bottom:2.75rem}.my-12{margin-top:3rem;margin-bottom:3rem}.my-14{margin-top:3.5rem;margin-bottom:3.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-20{margin-top:5rem;margin-bottom:5rem}.my-24{margin-top:6rem;margin-bottom:6rem}.my-28{margin-top:7rem;margin-bottom:7rem}.my-32{margin-top:8rem;margin-bottom:8rem}.my-36{margin-top:9rem;margin-bottom:9rem}.my-40{margin-top:10rem;margin-bottom:10rem}.my-44{margin-top:11rem;margin-bottom:11rem}.my-48{margin-top:12rem;margin-bottom:12rem}.my-52{margin-top:13rem;margin-bottom:13rem}.my-56{margin-top:14rem;margin-bottom:14rem}.my-60{margin-top:15rem;margin-bottom:15rem}.my-64{margin-top:16rem;margin-bottom:16rem}.my-72{margin-top:18rem;margin-bottom:18rem}.my-80{margin-top:20rem;margin-bottom:20rem}.my-96{margin-top:24rem;margin-bottom:24rem}.my-112{margin-top:28rem;margin-bottom:28rem}.my-128{margin-top:32rem;margin-bottom:32rem}.my-144{margin-top:36rem;margin-bottom:36rem}.my-160{margin-top:40rem;margin-bottom:40rem}.my-168{margin-top:42rem;margin-bottom:42rem}.my-180{margin-top:45rem;margin-bottom:45rem}.my-192{margin-top:48rem;margin-bottom:48rem}.my-auto{margin-top:auto;margin-bottom:auto}.my-px{margin-top:1px;margin-bottom:1px}.my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.-my-0{margin-top:0;margin-bottom:0}.-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.-my-4{margin-top:-1rem;margin-bottom:-1rem}.-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.-my-8{margin-top:-2rem;margin-bottom:-2rem}.-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.-my-12{margin-top:-3rem;margin-bottom:-3rem}.-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.-my-16{margin-top:-4rem;margin-bottom:-4rem}.-my-20{margin-top:-5rem;margin-bottom:-5rem}.-my-24{margin-top:-6rem;margin-bottom:-6rem}.-my-28{margin-top:-7rem;margin-bottom:-7rem}.-my-32{margin-top:-8rem;margin-bottom:-8rem}.-my-36{margin-top:-9rem;margin-bottom:-9rem}.-my-40{margin-top:-10rem;margin-bottom:-10rem}.-my-44{margin-top:-11rem;margin-bottom:-11rem}.-my-48{margin-top:-12rem;margin-bottom:-12rem}.-my-52{margin-top:-13rem;margin-bottom:-13rem}.-my-56{margin-top:-14rem;margin-bottom:-14rem}.-my-60{margin-top:-15rem;margin-bottom:-15rem}.-my-64{margin-top:-16rem;margin-bottom:-16rem}.-my-72{margin-top:-18rem;margin-bottom:-18rem}.-my-80{margin-top:-20rem;margin-bottom:-20rem}.-my-96{margin-top:-24rem;margin-bottom:-24rem}.-my-112{margin-top:-28rem;margin-bottom:-28rem}.-my-128{margin-top:-32rem;margin-bottom:-32rem}.-my-144{margin-top:-36rem;margin-bottom:-36rem}.-my-160{margin-top:-40rem;margin-bottom:-40rem}.-my-168{margin-top:-42rem;margin-bottom:-42rem}.-my-180{margin-top:-45rem;margin-bottom:-45rem}.-my-192{margin-top:-48rem;margin-bottom:-48rem}.-my-px{margin-top:-1px;margin-bottom:-1px}.-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-9{margin-top:2.25rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-12{margin-top:3rem}.mt-14{margin-top:3.5rem}.mt-16{margin-top:4rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-28{margin-top:7rem}.mt-32{margin-top:8rem}.mt-36{margin-top:9rem}.mt-40{margin-top:10rem}.mt-44{margin-top:11rem}.mt-48{margin-top:12rem}.mt-52{margin-top:13rem}.mt-56{margin-top:14rem}.mt-60{margin-top:15rem}.mt-64{margin-top:16rem}.mt-72{margin-top:18rem}.mt-80{margin-top:20rem}.mt-96{margin-top:24rem}.mt-112{margin-top:28rem}.mt-128{margin-top:32rem}.mt-144{margin-top:36rem}.mt-160{margin-top:40rem}.mt-168{margin-top:42rem}.mt-180{margin-top:45rem}.mt-192{margin-top:48rem}.mt-auto{margin-top:auto}.mt-px{margin-top:1px}.mt-0\.5{margin-top:.125rem}.mt-1\.5{margin-top:.375rem}.mt-2\.5{margin-top:.625rem}.mt-3\.5{margin-top:.875rem}.-mt-0{margin-top:0}.-mt-1{margin-top:-.25rem}.-mt-2{margin-top:-.5rem}.-mt-3{margin-top:-.75rem}.-mt-4{margin-top:-1rem}.-mt-5{margin-top:-1.25rem}.-mt-6{margin-top:-1.5rem}.-mt-7{margin-top:-1.75rem}.-mt-8{margin-top:-2rem}.-mt-9{margin-top:-2.25rem}.-mt-10{margin-top:-2.5rem}.-mt-11{margin-top:-2.75rem}.-mt-12{margin-top:-3rem}.-mt-14{margin-top:-3.5rem}.-mt-16{margin-top:-4rem}.-mt-20{margin-top:-5rem}.-mt-24{margin-top:-6rem}.-mt-28{margin-top:-7rem}.-mt-32{margin-top:-8rem}.-mt-36{margin-top:-9rem}.-mt-40{margin-top:-10rem}.-mt-44{margin-top:-11rem}.-mt-48{margin-top:-12rem}.-mt-52{margin-top:-13rem}.-mt-56{margin-top:-14rem}.-mt-60{margin-top:-15rem}.-mt-64{margin-top:-16rem}.-mt-72{margin-top:-18rem}.-mt-80{margin-top:-20rem}.-mt-96{margin-top:-24rem}.-mt-112{margin-top:-28rem}.-mt-128{margin-top:-32rem}.-mt-144{margin-top:-36rem}.-mt-160{margin-top:-40rem}.-mt-168{margin-top:-42rem}.-mt-180{margin-top:-45rem}.-mt-192{margin-top:-48rem}.-mt-px{margin-top:-1px}.-mt-0\.5{margin-top:-.125rem}.-mt-1\.5{margin-top:-.375rem}.-mt-2\.5{margin-top:-.625rem}.-mt-3\.5{margin-top:-.875rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-6{margin-right:1.5rem}.mr-7{margin-right:1.75rem}.mr-8{margin-right:2rem}.mr-9{margin-right:2.25rem}.mr-10{margin-right:2.5rem}.mr-11{margin-right:2.75rem}.mr-12{margin-right:3rem}.mr-14{margin-right:3.5rem}.mr-16{margin-right:4rem}.mr-20{margin-right:5rem}.mr-24{margin-right:6rem}.mr-28{margin-right:7rem}.mr-32{margin-right:8rem}.mr-36{margin-right:9rem}.mr-40{margin-right:10rem}.mr-44{margin-right:11rem}.mr-48{margin-right:12rem}.mr-52{margin-right:13rem}.mr-56{margin-right:14rem}.mr-60{margin-right:15rem}.mr-64{margin-right:16rem}.mr-72{margin-right:18rem}.mr-80{margin-right:20rem}.mr-96{margin-right:24rem}.mr-112{margin-right:28rem}.mr-128{margin-right:32rem}.mr-144{margin-right:36rem}.mr-160{margin-right:40rem}.mr-168{margin-right:42rem}.mr-180{margin-right:45rem}.mr-192{margin-right:48rem}.mr-auto{margin-right:auto}.mr-px{margin-right:1px}.mr-0\.5{margin-right:.125rem}.mr-1\.5{margin-right:.375rem}.mr-2\.5{margin-right:.625rem}.mr-3\.5{margin-right:.875rem}.-mr-0{margin-right:0}.-mr-1{margin-right:-.25rem}.-mr-2{margin-right:-.5rem}.-mr-3{margin-right:-.75rem}.-mr-4{margin-right:-1rem}.-mr-5{margin-right:-1.25rem}.-mr-6{margin-right:-1.5rem}.-mr-7{margin-right:-1.75rem}.-mr-8{margin-right:-2rem}.-mr-9{margin-right:-2.25rem}.-mr-10{margin-right:-2.5rem}.-mr-11{margin-right:-2.75rem}.-mr-12{margin-right:-3rem}.-mr-14{margin-right:-3.5rem}.-mr-16{margin-right:-4rem}.-mr-20{margin-right:-5rem}.-mr-24{margin-right:-6rem}.-mr-28{margin-right:-7rem}.-mr-32{margin-right:-8rem}.-mr-36{margin-right:-9rem}.-mr-40{margin-right:-10rem}.-mr-44{margin-right:-11rem}.-mr-48{margin-right:-12rem}.-mr-52{margin-right:-13rem}.-mr-56{margin-right:-14rem}.-mr-60{margin-right:-15rem}.-mr-64{margin-right:-16rem}.-mr-72{margin-right:-18rem}.-mr-80{margin-right:-20rem}.-mr-96{margin-right:-24rem}.-mr-112{margin-right:-28rem}.-mr-128{margin-right:-32rem}.-mr-144{margin-right:-36rem}.-mr-160{margin-right:-40rem}.-mr-168{margin-right:-42rem}.-mr-180{margin-right:-45rem}.-mr-192{margin-right:-48rem}.-mr-px{margin-right:-1px}.-mr-0\.5{margin-right:-.125rem}.-mr-1\.5{margin-right:-.375rem}.-mr-2\.5{margin-right:-.625rem}.-mr-3\.5{margin-right:-.875rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-9{margin-bottom:2.25rem}.mb-10{margin-bottom:2.5rem}.mb-11{margin-bottom:2.75rem}.mb-12{margin-bottom:3rem}.mb-14{margin-bottom:3.5rem}.mb-16{margin-bottom:4rem}.mb-20{margin-bottom:5rem}.mb-24{margin-bottom:6rem}.mb-28{margin-bottom:7rem}.mb-32{margin-bottom:8rem}.mb-36{margin-bottom:9rem}.mb-40{margin-bottom:10rem}.mb-44{margin-bottom:11rem}.mb-48{margin-bottom:12rem}.mb-52{margin-bottom:13rem}.mb-56{margin-bottom:14rem}.mb-60{margin-bottom:15rem}.mb-64{margin-bottom:16rem}.mb-72{margin-bottom:18rem}.mb-80{margin-bottom:20rem}.mb-96{margin-bottom:24rem}.mb-112{margin-bottom:28rem}.mb-128{margin-bottom:32rem}.mb-144{margin-bottom:36rem}.mb-160{margin-bottom:40rem}.mb-168{margin-bottom:42rem}.mb-180{margin-bottom:45rem}.mb-192{margin-bottom:48rem}.mb-auto{margin-bottom:auto}.mb-px{margin-bottom:1px}.mb-0\.5{margin-bottom:.125rem}.mb-1\.5{margin-bottom:.375rem}.mb-2\.5{margin-bottom:.625rem}.mb-3\.5{margin-bottom:.875rem}.-mb-0{margin-bottom:0}.-mb-1{margin-bottom:-.25rem}.-mb-2{margin-bottom:-.5rem}.-mb-3{margin-bottom:-.75rem}.-mb-4{margin-bottom:-1rem}.-mb-5{margin-bottom:-1.25rem}.-mb-6{margin-bottom:-1.5rem}.-mb-7{margin-bottom:-1.75rem}.-mb-8{margin-bottom:-2rem}.-mb-9{margin-bottom:-2.25rem}.-mb-10{margin-bottom:-2.5rem}.-mb-11{margin-bottom:-2.75rem}.-mb-12{margin-bottom:-3rem}.-mb-14{margin-bottom:-3.5rem}.-mb-16{margin-bottom:-4rem}.-mb-20{margin-bottom:-5rem}.-mb-24{margin-bottom:-6rem}.-mb-28{margin-bottom:-7rem}.-mb-32{margin-bottom:-8rem}.-mb-36{margin-bottom:-9rem}.-mb-40{margin-bottom:-10rem}.-mb-44{margin-bottom:-11rem}.-mb-48{margin-bottom:-12rem}.-mb-52{margin-bottom:-13rem}.-mb-56{margin-bottom:-14rem}.-mb-60{margin-bottom:-15rem}.-mb-64{margin-bottom:-16rem}.-mb-72{margin-bottom:-18rem}.-mb-80{margin-bottom:-20rem}.-mb-96{margin-bottom:-24rem}.-mb-112{margin-bottom:-28rem}.-mb-128{margin-bottom:-32rem}.-mb-144{margin-bottom:-36rem}.-mb-160{margin-bottom:-40rem}.-mb-168{margin-bottom:-42rem}.-mb-180{margin-bottom:-45rem}.-mb-192{margin-bottom:-48rem}.-mb-px{margin-bottom:-1px}.-mb-0\.5{margin-bottom:-.125rem}.-mb-1\.5{margin-bottom:-.375rem}.-mb-2\.5{margin-bottom:-.625rem}.-mb-3\.5{margin-bottom:-.875rem}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-5{margin-left:1.25rem}.ml-6{margin-left:1.5rem}.ml-7{margin-left:1.75rem}.ml-8{margin-left:2rem}.ml-9{margin-left:2.25rem}.ml-10{margin-left:2.5rem}.ml-11{margin-left:2.75rem}.ml-12{margin-left:3rem}.ml-14{margin-left:3.5rem}.ml-16{margin-left:4rem}.ml-20{margin-left:5rem}.ml-24{margin-left:6rem}.ml-28{margin-left:7rem}.ml-32{margin-left:8rem}.ml-36{margin-left:9rem}.ml-40{margin-left:10rem}.ml-44{margin-left:11rem}.ml-48{margin-left:12rem}.ml-52{margin-left:13rem}.ml-56{margin-left:14rem}.ml-60{margin-left:15rem}.ml-64{margin-left:16rem}.ml-72{margin-left:18rem}.ml-80{margin-left:20rem}.ml-96{margin-left:24rem}.ml-112{margin-left:28rem}.ml-128{margin-left:32rem}.ml-144{margin-left:36rem}.ml-160{margin-left:40rem}.ml-168{margin-left:42rem}.ml-180{margin-left:45rem}.ml-192{margin-left:48rem}.ml-auto{margin-left:auto}.ml-px{margin-left:1px}.ml-0\.5{margin-left:.125rem}.ml-1\.5{margin-left:.375rem}.ml-2\.5{margin-left:.625rem}.ml-3\.5{margin-left:.875rem}.-ml-0{margin-left:0}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-ml-3{margin-left:-.75rem}.-ml-4{margin-left:-1rem}.-ml-5{margin-left:-1.25rem}.-ml-6{margin-left:-1.5rem}.-ml-7{margin-left:-1.75rem}.-ml-8{margin-left:-2rem}.-ml-9{margin-left:-2.25rem}.-ml-10{margin-left:-2.5rem}.-ml-11{margin-left:-2.75rem}.-ml-12{margin-left:-3rem}.-ml-14{margin-left:-3.5rem}.-ml-16{margin-left:-4rem}.-ml-20{margin-left:-5rem}.-ml-24{margin-left:-6rem}.-ml-28{margin-left:-7rem}.-ml-32{margin-left:-8rem}.-ml-36{margin-left:-9rem}.-ml-40{margin-left:-10rem}.-ml-44{margin-left:-11rem}.-ml-48{margin-left:-12rem}.-ml-52{margin-left:-13rem}.-ml-56{margin-left:-14rem}.-ml-60{margin-left:-15rem}.-ml-64{margin-left:-16rem}.-ml-72{margin-left:-18rem}.-ml-80{margin-left:-20rem}.-ml-96{margin-left:-24rem}.-ml-112{margin-left:-28rem}.-ml-128{margin-left:-32rem}.-ml-144{margin-left:-36rem}.-ml-160{margin-left:-40rem}.-ml-168{margin-left:-42rem}.-ml-180{margin-left:-45rem}.-ml-192{margin-left:-48rem}.-ml-px{margin-left:-1px}.-ml-0\.5{margin-left:-.125rem}.-ml-1\.5{margin-left:-.375rem}.-ml-2\.5{margin-left:-.625rem}.-ml-3\.5{margin-left:-.875rem}.box-border{box-sizing:border-box}.box-content{box-sizing:content-box}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.inline-table{display:inline-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}.list-item{display:list-item}.hidden{display:none}.h-0{height:0px}.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-112{height:28rem}.h-128{height:32rem}.h-144{height:36rem}.h-160{height:40rem}.h-168{height:42rem}.h-180{height:45rem}.h-192{height:48rem}.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-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}.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-112{max-height:28rem}.max-h-128{max-height:32rem}.max-h-144{max-height:36rem}.max-h-160{max-height:40rem}.max-h-168{max-height:42rem}.max-h-180{max-height:45rem}.max-h-192{max-height:48rem}.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-full{max-height:100%}.max-h-screen{max-height:100vh}.min-h-0{min-height:0px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-0{width:0px}.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-112{width:28rem}.w-128{width:32rem}.w-144{width:36rem}.w-160{width:40rem}.w-168{width:42rem}.w-180{width:45rem}.w-192{width:48rem}.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-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}.min-w-0{min-width:0px}.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}.max-w-0{max-width:0rem}.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:480px}.max-w-screen-md{max-width:768px}.max-w-screen-lg{max-width:976px}.max-w-screen-xl{max-width:1440px}.max-w-8xl{max-width:1920px}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-initial{flex:0 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-shrink{flex-shrink:1}.flex-grow-0{flex-grow:0}.flex-grow{flex-grow:1}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.border-separate{border-collapse:separate}.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}.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:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform-none{transform:none}.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-112{--tw-translate-x: 28rem}.translate-x-128{--tw-translate-x: 32rem}.translate-x-144{--tw-translate-x: 36rem}.translate-x-160{--tw-translate-x: 40rem}.translate-x-168{--tw-translate-x: 42rem}.translate-x-180{--tw-translate-x: 45rem}.translate-x-192{--tw-translate-x: 48rem}.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-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-112{--tw-translate-x: -28rem}.-translate-x-128{--tw-translate-x: -32rem}.-translate-x-144{--tw-translate-x: -36rem}.-translate-x-160{--tw-translate-x: -40rem}.-translate-x-168{--tw-translate-x: -42rem}.-translate-x-180{--tw-translate-x: -45rem}.-translate-x-192{--tw-translate-x: -48rem}.-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-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-112{--tw-translate-y: 28rem}.translate-y-128{--tw-translate-y: 32rem}.translate-y-144{--tw-translate-y: 36rem}.translate-y-160{--tw-translate-y: 40rem}.translate-y-168{--tw-translate-y: 42rem}.translate-y-180{--tw-translate-y: 45rem}.translate-y-192{--tw-translate-y: 48rem}.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-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-112{--tw-translate-y: -28rem}.-translate-y-128{--tw-translate-y: -32rem}.-translate-y-144{--tw-translate-y: -36rem}.-translate-y-160{--tw-translate-y: -40rem}.-translate-y-168{--tw-translate-y: -42rem}.-translate-y-180{--tw-translate-y: -45rem}.-translate-y-192{--tw-translate-y: -48rem}.-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-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-112:hover{--tw-translate-x: 28rem}.hover\:translate-x-128:hover{--tw-translate-x: 32rem}.hover\:translate-x-144:hover{--tw-translate-x: 36rem}.hover\:translate-x-160:hover{--tw-translate-x: 40rem}.hover\:translate-x-168:hover{--tw-translate-x: 42rem}.hover\:translate-x-180:hover{--tw-translate-x: 45rem}.hover\:translate-x-192:hover{--tw-translate-x: 48rem}.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-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-112:hover{--tw-translate-x: -28rem}.hover\:-translate-x-128:hover{--tw-translate-x: -32rem}.hover\:-translate-x-144:hover{--tw-translate-x: -36rem}.hover\:-translate-x-160:hover{--tw-translate-x: -40rem}.hover\:-translate-x-168:hover{--tw-translate-x: -42rem}.hover\:-translate-x-180:hover{--tw-translate-x: -45rem}.hover\:-translate-x-192:hover{--tw-translate-x: -48rem}.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-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-112:hover{--tw-translate-y: 28rem}.hover\:translate-y-128:hover{--tw-translate-y: 32rem}.hover\:translate-y-144:hover{--tw-translate-y: 36rem}.hover\:translate-y-160:hover{--tw-translate-y: 40rem}.hover\:translate-y-168:hover{--tw-translate-y: 42rem}.hover\:translate-y-180:hover{--tw-translate-y: 45rem}.hover\:translate-y-192:hover{--tw-translate-y: 48rem}.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-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-112:hover{--tw-translate-y: -28rem}.hover\:-translate-y-128:hover{--tw-translate-y: -32rem}.hover\:-translate-y-144:hover{--tw-translate-y: -36rem}.hover\:-translate-y-160:hover{--tw-translate-y: -40rem}.hover\:-translate-y-168:hover{--tw-translate-y: -42rem}.hover\:-translate-y-180:hover{--tw-translate-y: -45rem}.hover\:-translate-y-192:hover{--tw-translate-y: -48rem}.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-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-112:focus{--tw-translate-x: 28rem}.focus\:translate-x-128:focus{--tw-translate-x: 32rem}.focus\:translate-x-144:focus{--tw-translate-x: 36rem}.focus\:translate-x-160:focus{--tw-translate-x: 40rem}.focus\:translate-x-168:focus{--tw-translate-x: 42rem}.focus\:translate-x-180:focus{--tw-translate-x: 45rem}.focus\:translate-x-192:focus{--tw-translate-x: 48rem}.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-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-112:focus{--tw-translate-x: -28rem}.focus\:-translate-x-128:focus{--tw-translate-x: -32rem}.focus\:-translate-x-144:focus{--tw-translate-x: -36rem}.focus\:-translate-x-160:focus{--tw-translate-x: -40rem}.focus\:-translate-x-168:focus{--tw-translate-x: -42rem}.focus\:-translate-x-180:focus{--tw-translate-x: -45rem}.focus\:-translate-x-192:focus{--tw-translate-x: -48rem}.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-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-112:focus{--tw-translate-y: 28rem}.focus\:translate-y-128:focus{--tw-translate-y: 32rem}.focus\:translate-y-144:focus{--tw-translate-y: 36rem}.focus\:translate-y-160:focus{--tw-translate-y: 40rem}.focus\:translate-y-168:focus{--tw-translate-y: 42rem}.focus\:translate-y-180:focus{--tw-translate-y: 45rem}.focus\:translate-y-192:focus{--tw-translate-y: 48rem}.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-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-112:focus{--tw-translate-y: -28rem}.focus\:-translate-y-128:focus{--tw-translate-y: -32rem}.focus\:-translate-y-144:focus{--tw-translate-y: -36rem}.focus\:-translate-y-160:focus{--tw-translate-y: -40rem}.focus\:-translate-y-168:focus{--tw-translate-y: -42rem}.focus\:-translate-y-180:focus{--tw-translate-y: -45rem}.focus\:-translate-y-192:focus{--tw-translate-y: -48rem}.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-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%}.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}.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}.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}.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}.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}.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-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-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}@keyframes spin{to{transform:rotate(360deg)}}@keyframes ping{75%,to{transform:scale(2);opacity:0}}@keyframes pulse{50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(-25%);animation-timing-function:cubic-bezier(.8,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}@keyframes fade-in-down{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes kenburns{to{transform:scale3d(1.1,1.1,1.1) translate3d(0,-3%,0)}}@keyframes zoom-in{0%{opacity:1;transform:scale(1)}to{opacity:1;transform:scale(1.05)}}.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}.animate-fade-in-down{animation:fade-in-down .5s ease-out}.animate-fade-in-up{animation:fade-in-up .5s ease-out}.animate-fade-in{animation:fade-in .5s ease-out}.animate-kenburns{animation:kenburns 10s ease-out}.animate-zoom-in{animation:zoom-in 10s ease-out}.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}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.select-text{-webkit-user-select:text;-moz-user-select:text;user-select:text}.select-all{-webkit-user-select:all;-moz-user-select:all;user-select:all}.select-auto{-webkit-user-select:auto;-moz-user-select:auto;user-select:auto}.resize-none{resize:none}.resize-y{resize:vertical}.resize-x{resize:horizontal}.resize{resize:both}.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}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance: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)}.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}.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)}.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}.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}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.place-content-center{place-content:center}.place-content-start{place-content:start}.place-content-end{place-content:end}.place-content-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-items-start{place-items:start}.place-items-end{place-items:end}.place-items-center{place-items:center}.place-items-stretch{place-items:stretch}.content-center{align-content:center}.content-start{align-content:flex-start}.content-end{align-content:flex-end}.content-between{align-content:space-between}.content-around{align-content:space-around}.content-evenly{align-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-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-items-start{justify-items:start}.justify-items-end{justify-items:end}.justify-items-center{justify-items:center}.justify-items-stretch{justify-items:stretch}.gap-0{gap:0px}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.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-112{gap:28rem}.gap-128{gap:32rem}.gap-144{gap:36rem}.gap-160{gap:40rem}.gap-168{gap:42rem}.gap-180{gap:45rem}.gap-192{gap:48rem}.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-x-0{-moz-column-gap:0px;column-gap:0px}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.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-112{-moz-column-gap:28rem;column-gap:28rem}.gap-x-128{-moz-column-gap:32rem;column-gap:32rem}.gap-x-144{-moz-column-gap:36rem;column-gap:36rem}.gap-x-160{-moz-column-gap:40rem;column-gap:40rem}.gap-x-168{-moz-column-gap:42rem;column-gap:42rem}.gap-x-180{-moz-column-gap:45rem;column-gap:45rem}.gap-x-192{-moz-column-gap:48rem;column-gap:48rem}.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-y-0{row-gap:0px}.gap-y-1{row-gap:.25rem}.gap-y-2{row-gap:.5rem}.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-112{row-gap:28rem}.gap-y-128{row-gap:32rem}.gap-y-144{row-gap:36rem}.gap-y-160{row-gap:40rem}.gap-y-168{row-gap:42rem}.gap-y-180{row-gap:45rem}.gap-y-192{row-gap:48rem}.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}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.25rem * var(--tw-space-x-reverse));margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.75rem * var(--tw-space-x-reverse));margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3.5rem * var(--tw-space-x-reverse));margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(5rem * var(--tw-space-x-reverse));margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(7rem * var(--tw-space-x-reverse));margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8rem * var(--tw-space-x-reverse));margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(9rem * var(--tw-space-x-reverse));margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(10rem * var(--tw-space-x-reverse));margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(11rem * var(--tw-space-x-reverse));margin-left:calc(11rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12rem * var(--tw-space-x-reverse));margin-left:calc(12rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(13rem * var(--tw-space-x-reverse));margin-left:calc(13rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(14rem * var(--tw-space-x-reverse));margin-left:calc(14rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(15rem * var(--tw-space-x-reverse));margin-left:calc(15rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(16rem * var(--tw-space-x-reverse));margin-left:calc(16rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(18rem * var(--tw-space-x-reverse));margin-left:calc(18rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(20rem * var(--tw-space-x-reverse));margin-left:calc(20rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(24rem * var(--tw-space-x-reverse));margin-left:calc(24rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(28rem * var(--tw-space-x-reverse));margin-left:calc(28rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(32rem * var(--tw-space-x-reverse));margin-left:calc(32rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(36rem * var(--tw-space-x-reverse));margin-left:calc(36rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(40rem * var(--tw-space-x-reverse));margin-left:calc(40rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(42rem * var(--tw-space-x-reverse));margin-left:calc(42rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(45rem * var(--tw-space-x-reverse));margin-left:calc(45rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(48rem * var(--tw-space-x-reverse));margin-left:calc(48rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.-space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.25rem * var(--tw-space-x-reverse));margin-left:calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.75rem * var(--tw-space-x-reverse));margin-left:calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2rem * var(--tw-space-x-reverse));margin-left:calc(-2rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.25rem * var(--tw-space-x-reverse));margin-left:calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.5rem * var(--tw-space-x-reverse));margin-left:calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.75rem * var(--tw-space-x-reverse));margin-left:calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3rem * var(--tw-space-x-reverse));margin-left:calc(-3rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3.5rem * var(--tw-space-x-reverse));margin-left:calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-4rem * var(--tw-space-x-reverse));margin-left:calc(-4rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-5rem * var(--tw-space-x-reverse));margin-left:calc(-5rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-6rem * var(--tw-space-x-reverse));margin-left:calc(-6rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-7rem * var(--tw-space-x-reverse));margin-left:calc(-7rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-8rem * var(--tw-space-x-reverse));margin-left:calc(-8rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-9rem * var(--tw-space-x-reverse));margin-left:calc(-9rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-10rem * var(--tw-space-x-reverse));margin-left:calc(-10rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-11rem * var(--tw-space-x-reverse));margin-left:calc(-11rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-12rem * var(--tw-space-x-reverse));margin-left:calc(-12rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-13rem * var(--tw-space-x-reverse));margin-left:calc(-13rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-14rem * var(--tw-space-x-reverse));margin-left:calc(-14rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-15rem * var(--tw-space-x-reverse));margin-left:calc(-15rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-16rem * var(--tw-space-x-reverse));margin-left:calc(-16rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-18rem * var(--tw-space-x-reverse));margin-left:calc(-18rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-20rem * var(--tw-space-x-reverse));margin-left:calc(-20rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-24rem * var(--tw-space-x-reverse));margin-left:calc(-24rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-28rem * var(--tw-space-x-reverse));margin-left:calc(-28rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-32rem * var(--tw-space-x-reverse));margin-left:calc(-32rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-36rem * var(--tw-space-x-reverse));margin-left:calc(-36rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-40rem * var(--tw-space-x-reverse));margin-left:calc(-40rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-42rem * var(--tw-space-x-reverse));margin-left:calc(-42rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-45rem * var(--tw-space-x-reverse));margin-left:calc(-45rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-48rem * var(--tw-space-x-reverse));margin-left:calc(-48rem * calc(1 - var(--tw-space-x-reverse)))}.-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.-space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))}.space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem * var(--tw-space-y-reverse))}.space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem * var(--tw-space-y-reverse))}.space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem * var(--tw-space-y-reverse))}.space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem * var(--tw-space-y-reverse))}.space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem * var(--tw-space-y-reverse))}.space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem * var(--tw-space-y-reverse))}.space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem * var(--tw-space-y-reverse))}.space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem * var(--tw-space-y-reverse))}.space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem * var(--tw-space-y-reverse))}.space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem * var(--tw-space-y-reverse))}.space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem * var(--tw-space-y-reverse))}.space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem * var(--tw-space-y-reverse))}.space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem * var(--tw-space-y-reverse))}.space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(28rem * var(--tw-space-y-reverse))}.space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32rem * var(--tw-space-y-reverse))}.space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(36rem * var(--tw-space-y-reverse))}.space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(40rem * var(--tw-space-y-reverse))}.space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(42rem * var(--tw-space-y-reverse))}.space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(45rem * var(--tw-space-y-reverse))}.space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(48rem * var(--tw-space-y-reverse))}.space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.-space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem * var(--tw-space-y-reverse))}.-space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem * var(--tw-space-y-reverse))}.-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem * var(--tw-space-y-reverse))}.-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem * var(--tw-space-y-reverse))}.-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem * var(--tw-space-y-reverse))}.-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem * var(--tw-space-y-reverse))}.-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem * var(--tw-space-y-reverse))}.-space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem * var(--tw-space-y-reverse))}.-space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem * var(--tw-space-y-reverse))}.-space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem * var(--tw-space-y-reverse))}.-space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem * var(--tw-space-y-reverse))}.-space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem * var(--tw-space-y-reverse))}.-space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem * var(--tw-space-y-reverse))}.-space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem * var(--tw-space-y-reverse))}.-space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem * var(--tw-space-y-reverse))}.-space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem * var(--tw-space-y-reverse))}.-space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem * var(--tw-space-y-reverse))}.-space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem * var(--tw-space-y-reverse))}.-space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem * var(--tw-space-y-reverse))}.-space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem * var(--tw-space-y-reverse))}.-space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem * var(--tw-space-y-reverse))}.-space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem * var(--tw-space-y-reverse))}.-space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem * var(--tw-space-y-reverse))}.-space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem * var(--tw-space-y-reverse))}.-space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem * var(--tw-space-y-reverse))}.-space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem * var(--tw-space-y-reverse))}.-space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem * var(--tw-space-y-reverse))}.-space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-28rem * var(--tw-space-y-reverse))}.-space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-32rem * var(--tw-space-y-reverse))}.-space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-36rem * var(--tw-space-y-reverse))}.-space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-40rem * var(--tw-space-y-reverse))}.-space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-42rem * var(--tw-space-y-reverse))}.-space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-45rem * var(--tw-space-y-reverse))}.-space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-48rem * var(--tw-space-y-reverse))}.-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.-space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.divide-double>:not([hidden])~:not([hidden]){border-style:double}.divide-none>:not([hidden])~:not([hidden]){border-style:none}.divide-bg_primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(29,39,49,var(--tw-divide-opacity))}.divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(28,76,112,var(--tw-divide-opacity))}.divide-secondary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,152,74,var(--tw-divide-opacity))}.divide-warning>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,95,59,var(--tw-divide-opacity))}.divide-error>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,67,54,var(--tw-divide-opacity))}.divide-info>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(122,169,163,var(--tw-divide-opacity))}.divide-success>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(51,143,154,var(--tw-divide-opacity))}.divide-call_to_action>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(127,165,240,var(--tw-divide-opacity))}.divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,250,250,var(--tw-divide-opacity))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,244,245,var(--tw-divide-opacity))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(228,228,231,var(--tw-divide-opacity))}.divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(212,212,216,var(--tw-divide-opacity))}.divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(161,161,170,var(--tw-divide-opacity))}.divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(113,113,122,var(--tw-divide-opacity))}.divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(82,82,91,var(--tw-divide-opacity))}.divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(63,63,70,var(--tw-divide-opacity))}.divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(39,39,42,var(--tw-divide-opacity))}.divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(24,24,27,var(--tw-divide-opacity))}.divide-lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(239,239,239,var(--tw-divide-opacity))}.divide-darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(108,108,108,var(--tw-divide-opacity))}.divide-nav_darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(31,31,31,var(--tw-divide-opacity))}.divide-nav_lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(71,71,71,var(--tw-divide-opacity))}.divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,249,255,var(--tw-divide-opacity))}.divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(224,242,254,var(--tw-divide-opacity))}.divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(186,230,253,var(--tw-divide-opacity))}.divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(125,211,252,var(--tw-divide-opacity))}.divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(56,189,248,var(--tw-divide-opacity))}.divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,165,233,var(--tw-divide-opacity))}.divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(2,132,199,var(--tw-divide-opacity))}.divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(3,105,161,var(--tw-divide-opacity))}.divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(7,89,133,var(--tw-divide-opacity))}.divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(12,74,110,var(--tw-divide-opacity))}.divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,241,242,var(--tw-divide-opacity))}.divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,228,230,var(--tw-divide-opacity))}.divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(254,205,211,var(--tw-divide-opacity))}.divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,164,175,var(--tw-divide-opacity))}.divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(251,113,133,var(--tw-divide-opacity))}.divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,63,94,var(--tw-divide-opacity))}.divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(225,29,72,var(--tw-divide-opacity))}.divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(190,18,60,var(--tw-divide-opacity))}.divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(159,18,57,var(--tw-divide-opacity))}.divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(136,19,55,var(--tw-divide-opacity))}.divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,244,255,var(--tw-divide-opacity))}.divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,232,255,var(--tw-divide-opacity))}.divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(245,208,254,var(--tw-divide-opacity))}.divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,171,252,var(--tw-divide-opacity))}.divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(232,121,249,var(--tw-divide-opacity))}.divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,70,239,var(--tw-divide-opacity))}.divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,38,211,var(--tw-divide-opacity))}.divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(162,28,175,var(--tw-divide-opacity))}.divide-pink-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,25,143,var(--tw-divide-opacity))}.divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(112,26,117,var(--tw-divide-opacity))}.divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,244,var(--tw-divide-opacity))}.divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(220,252,231,var(--tw-divide-opacity))}.divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(187,247,208,var(--tw-divide-opacity))}.divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,239,172,var(--tw-divide-opacity))}.divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(74,222,128,var(--tw-divide-opacity))}.divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,197,94,var(--tw-divide-opacity))}.divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,163,74,var(--tw-divide-opacity))}.divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,128,61,var(--tw-divide-opacity))}.divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,101,52,var(--tw-divide-opacity))}.divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,83,45,var(--tw-divide-opacity))}.divide-purple-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,245,255,var(--tw-divide-opacity))}.divide-purple-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(243,232,255,var(--tw-divide-opacity))}.divide-purple-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(233,213,255,var(--tw-divide-opacity))}.divide-purple-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(216,180,254,var(--tw-divide-opacity))}.divide-purple-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,132,252,var(--tw-divide-opacity))}.divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(168,85,247,var(--tw-divide-opacity))}.divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(147,51,234,var(--tw-divide-opacity))}.divide-purple-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(126,34,206,var(--tw-divide-opacity))}.divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(107,33,168,var(--tw-divide-opacity))}.divide-purple-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(88,28,135,var(--tw-divide-opacity))}.divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,250,var(--tw-divide-opacity))}.divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(204,251,241,var(--tw-divide-opacity))}.divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(153,246,228,var(--tw-divide-opacity))}.divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(94,234,212,var(--tw-divide-opacity))}.divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(45,212,191,var(--tw-divide-opacity))}.divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,184,166,var(--tw-divide-opacity))}.divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(13,148,136,var(--tw-divide-opacity))}.divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(15,118,110,var(--tw-divide-opacity))}.divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(17,94,89,var(--tw-divide-opacity))}.divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(19,78,74,var(--tw-divide-opacity))}.divide-cyan-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(236,254,255,var(--tw-divide-opacity))}.divide-cyan-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(207,250,254,var(--tw-divide-opacity))}.divide-cyan-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(165,243,252,var(--tw-divide-opacity))}.divide-cyan-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(103,232,249,var(--tw-divide-opacity))}.divide-cyan-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,211,238,var(--tw-divide-opacity))}.divide-cyan-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(6,182,212,var(--tw-divide-opacity))}.divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(8,145,178,var(--tw-divide-opacity))}.divide-cyan-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,116,144,var(--tw-divide-opacity))}.divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,94,117,var(--tw-divide-opacity))}.divide-cyan-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,78,99,var(--tw-divide-opacity))}.divide-yellow>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,179,16,var(--tw-divide-opacity))}.divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.divide-opacity-0>:not([hidden])~:not([hidden]){--tw-divide-opacity: 0}.divide-opacity-5>:not([hidden])~:not([hidden]){--tw-divide-opacity: .05}.divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity: .1}.divide-opacity-20>:not([hidden])~:not([hidden]){--tw-divide-opacity: .2}.divide-opacity-25>:not([hidden])~:not([hidden]){--tw-divide-opacity: .25}.divide-opacity-30>:not([hidden])~:not([hidden]){--tw-divide-opacity: .3}.divide-opacity-40>:not([hidden])~:not([hidden]){--tw-divide-opacity: .4}.divide-opacity-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: .5}.divide-opacity-60>:not([hidden])~:not([hidden]){--tw-divide-opacity: .6}.divide-opacity-70>:not([hidden])~:not([hidden]){--tw-divide-opacity: .7}.divide-opacity-75>:not([hidden])~:not([hidden]){--tw-divide-opacity: .75}.divide-opacity-80>:not([hidden])~:not([hidden]){--tw-divide-opacity: .8}.divide-opacity-90>:not([hidden])~:not([hidden]){--tw-divide-opacity: .9}.divide-opacity-95>:not([hidden])~:not([hidden]){--tw-divide-opacity: .95}.divide-opacity-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}.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}.self-auto{align-self:auto}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.self-stretch{align-self:stretch}.self-baseline{align-self:baseline}.justify-self-auto{justify-self:auto}.justify-self-start{justify-self:start}.justify-self-end{justify-self:end}.justify-self-center{justify-self:center}.justify-self-stretch{justify-self:stretch}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-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}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis{text-overflow:ellipsis}.overflow-clip{text-overflow:clip}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.whitespace-pre{white-space:pre}.whitespace-pre-line{white-space:pre-line}.whitespace-pre-wrap{white-space:pre-wrap}.break-normal{overflow-wrap:normal;word-break:normal}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.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-4xl{border-radius:2rem}.rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.rounded-t-4xl{border-top-left-radius:2rem;border-top-right-radius:2rem}.rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.rounded-r-4xl{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.rounded-b-4xl{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.rounded-l-4xl{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.rounded-tl-none{border-top-left-radius:0}.rounded-tl-sm{border-top-left-radius:.125rem}.rounded-tl{border-top-left-radius:.25rem}.rounded-tl-md{border-top-left-radius:.375rem}.rounded-tl-lg{border-top-left-radius:.5rem}.rounded-tl-xl{border-top-left-radius:.75rem}.rounded-tl-2xl{border-top-left-radius:1rem}.rounded-tl-3xl{border-top-left-radius:1.5rem}.rounded-tl-full{border-top-left-radius:9999px}.rounded-tl-4xl{border-top-left-radius:2rem}.rounded-tr-none{border-top-right-radius:0}.rounded-tr-sm{border-top-right-radius:.125rem}.rounded-tr{border-top-right-radius:.25rem}.rounded-tr-md{border-top-right-radius:.375rem}.rounded-tr-lg{border-top-right-radius:.5rem}.rounded-tr-xl{border-top-right-radius:.75rem}.rounded-tr-2xl{border-top-right-radius:1rem}.rounded-tr-3xl{border-top-right-radius:1.5rem}.rounded-tr-full{border-top-right-radius:9999px}.rounded-tr-4xl{border-top-right-radius:2rem}.rounded-br-none{border-bottom-right-radius:0}.rounded-br-sm{border-bottom-right-radius:.125rem}.rounded-br{border-bottom-right-radius:.25rem}.rounded-br-md{border-bottom-right-radius:.375rem}.rounded-br-lg{border-bottom-right-radius:.5rem}.rounded-br-xl{border-bottom-right-radius:.75rem}.rounded-br-2xl{border-bottom-right-radius:1rem}.rounded-br-3xl{border-bottom-right-radius:1.5rem}.rounded-br-full{border-bottom-right-radius:9999px}.rounded-br-4xl{border-bottom-right-radius:2rem}.rounded-bl-none{border-bottom-left-radius:0}.rounded-bl-sm{border-bottom-left-radius:.125rem}.rounded-bl{border-bottom-left-radius:.25rem}.rounded-bl-md{border-bottom-left-radius:.375rem}.rounded-bl-lg{border-bottom-left-radius:.5rem}.rounded-bl-xl{border-bottom-left-radius:.75rem}.rounded-bl-2xl{border-bottom-left-radius:1rem}.rounded-bl-3xl{border-bottom-left-radius:1.5rem}.rounded-bl-full{border-bottom-left-radius:9999px}.rounded-bl-4xl{border-bottom-left-radius:2rem}.border-0{border-width:0px}.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:0px}.border-t-2{border-top-width:2px}.border-t-4{border-top-width:4px}.border-t-8{border-top-width:8px}.border-t{border-top-width:1px}.border-r-0{border-right-width:0px}.border-r-2{border-right-width:2px}.border-r-4{border-right-width:4px}.border-r-8{border-right-width:8px}.border-r{border-right-width:1px}.border-b-0{border-bottom-width:0px}.border-b-2{border-bottom-width:2px}.border-b-4{border-bottom-width:4px}.border-b-8{border-bottom-width:8px}.border-b{border-bottom-width:1px}.border-l-0{border-left-width:0px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-l-8{border-left-width:8px}.border-l{border-left-width:1px}.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-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.border-white{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .group-hover\:border-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.group:hover .group-hover\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.group:hover .group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.group:hover .group-hover\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.group:hover .group-hover\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.group:hover .group-hover\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.group:hover .group-hover\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.group:hover .group-hover\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.group:hover .group-hover\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.group:hover .group-hover\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.group:hover .group-hover\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.group:hover .group-hover\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.group:hover .group-hover\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.group:hover .group-hover\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.group:hover .group-hover\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.group:hover .group-hover\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.group:hover .group-hover\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.group:hover .group-hover\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.group:hover .group-hover\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.group:hover .group-hover\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.group:hover .group-hover\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.focus-within\:border-bg_primary:focus-within{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.focus-within\:border-primary:focus-within{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.focus-within\:border-secondary:focus-within{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.focus-within\:border-warning:focus-within{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.focus-within\:border-error:focus-within{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.focus-within\:border-info:focus-within{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.focus-within\:border-success:focus-within{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.focus-within\:border-call_to_action:focus-within{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.focus-within\:border-gray-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.focus-within\:border-gray-100:focus-within{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.focus-within\:border-gray-200:focus-within{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.focus-within\:border-gray-300:focus-within{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.focus-within\:border-gray-400:focus-within{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.focus-within\:border-gray-500:focus-within{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.focus-within\:border-gray-600:focus-within{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.focus-within\:border-gray-700:focus-within{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.focus-within\:border-gray-800:focus-within{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.focus-within\:border-gray-900:focus-within{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.focus-within\:border-lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.focus-within\:border-darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.focus-within\:border-nav_darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.focus-within\:border-nav_lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.focus-within\:border-blue-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.focus-within\:border-blue-100:focus-within{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.focus-within\:border-blue-200:focus-within{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.focus-within\:border-blue-300:focus-within{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.focus-within\:border-blue-400:focus-within{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.focus-within\:border-blue-700:focus-within{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.focus-within\:border-blue-800:focus-within{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.focus-within\:border-blue-900:focus-within{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.focus-within\:border-red-50:focus-within{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.focus-within\:border-red-100:focus-within{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.focus-within\:border-red-200:focus-within{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.focus-within\:border-red-300:focus-within{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.focus-within\:border-red-500:focus-within{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.focus-within\:border-red-600:focus-within{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.focus-within\:border-red-700:focus-within{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.focus-within\:border-red-800:focus-within{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.focus-within\:border-red-900:focus-within{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.focus-within\:border-pink-50:focus-within{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.focus-within\:border-pink-100:focus-within{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.focus-within\:border-pink-200:focus-within{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.focus-within\:border-pink-300:focus-within{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.focus-within\:border-pink-400:focus-within{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.focus-within\:border-pink-500:focus-within{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.focus-within\:border-pink-600:focus-within{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.focus-within\:border-pink-700:focus-within{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.focus-within\:border-pink-800:focus-within{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.focus-within\:border-pink-900:focus-within{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.focus-within\:border-green-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.focus-within\:border-green-100:focus-within{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.focus-within\:border-green-200:focus-within{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.focus-within\:border-green-300:focus-within{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.focus-within\:border-green-400:focus-within{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.focus-within\:border-green-600:focus-within{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.focus-within\:border-green-700:focus-within{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.focus-within\:border-green-800:focus-within{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.focus-within\:border-green-900:focus-within{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.focus-within\:border-purple-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.focus-within\:border-purple-100:focus-within{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.focus-within\:border-purple-200:focus-within{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.focus-within\:border-purple-300:focus-within{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.focus-within\:border-purple-400:focus-within{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.focus-within\:border-purple-500:focus-within{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.focus-within\:border-purple-600:focus-within{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.focus-within\:border-purple-700:focus-within{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.focus-within\:border-purple-800:focus-within{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.focus-within\:border-purple-900:focus-within{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.focus-within\:border-teal-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.focus-within\:border-teal-100:focus-within{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.focus-within\:border-teal-200:focus-within{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.focus-within\:border-teal-300:focus-within{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.focus-within\:border-teal-500:focus-within{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.focus-within\:border-teal-600:focus-within{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.focus-within\:border-teal-700:focus-within{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.focus-within\:border-teal-800:focus-within{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.focus-within\:border-teal-900:focus-within{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.focus-within\:border-cyan-50:focus-within{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.focus-within\:border-cyan-100:focus-within{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.focus-within\:border-cyan-200:focus-within{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.focus-within\:border-cyan-300:focus-within{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.focus-within\:border-cyan-400:focus-within{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.focus-within\:border-cyan-500:focus-within{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.focus-within\:border-cyan-600:focus-within{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.focus-within\:border-cyan-700:focus-within{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.focus-within\:border-cyan-800:focus-within{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.focus-within\:border-cyan-900:focus-within{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.focus-within\:border-yellow:focus-within{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus-within{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.hover\:border-bg_primary:hover{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.hover\:border-warning:hover{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.hover\:border-error:hover{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.hover\:border-info:hover{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.hover\:border-call_to_action:hover{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.hover\:border-lightgray:hover{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.hover\:border-darkgray:hover{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.hover\:border-nav_darkgray:hover{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.hover\:border-nav_lightgray:hover{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.hover\:border-yellow:hover{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.hover\:border-white:hover{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.hover\:border-black:hover{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.focus\:border-bg_primary:focus{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.focus\:border-secondary:focus{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.focus\:border-warning:focus{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.focus\:border-error:focus{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.focus\:border-info:focus{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.focus\:border-success:focus{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.focus\:border-call_to_action:focus{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.focus\:border-lightgray:focus{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.focus\:border-darkgray:focus{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.focus\:border-nav_darkgray:focus{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.focus\:border-nav_lightgray:focus{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.focus\:border-yellow:focus{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.focus\:border-white:focus{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.focus\:border-black:focus{--tw-border-opacity: 1;border-color:rgba(0,0,0,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}.bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.group:hover .group-hover\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.focus-within\:bg-bg_primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.focus-within\:bg-primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.focus-within\:bg-secondary:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.focus-within\:bg-warning:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.focus-within\:bg-error:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.focus-within\:bg-info:focus-within{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.focus-within\:bg-success:focus-within{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.focus-within\:bg-call_to_action:focus-within{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.focus-within\:bg-gray-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.focus-within\:bg-gray-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.focus-within\:bg-gray-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.focus-within\:bg-gray-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.focus-within\:bg-gray-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.focus-within\:bg-gray-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.focus-within\:bg-gray-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.focus-within\:bg-gray-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.focus-within\:bg-gray-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.focus-within\:bg-gray-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.focus-within\:bg-lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.focus-within\:bg-darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.focus-within\:bg-nav_darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.focus-within\:bg-nav_lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.focus-within\:bg-blue-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.focus-within\:bg-blue-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.focus-within\:bg-blue-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.focus-within\:bg-blue-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.focus-within\:bg-blue-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.focus-within\:bg-blue-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.focus-within\:bg-blue-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.focus-within\:bg-blue-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.focus-within\:bg-blue-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.focus-within\:bg-blue-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.focus-within\:bg-red-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.focus-within\:bg-red-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.focus-within\:bg-red-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.focus-within\:bg-red-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.focus-within\:bg-red-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.focus-within\:bg-red-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.focus-within\:bg-red-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.focus-within\:bg-red-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.focus-within\:bg-red-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.focus-within\:bg-red-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.focus-within\:bg-pink-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.focus-within\:bg-pink-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.focus-within\:bg-pink-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.focus-within\:bg-pink-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.focus-within\:bg-pink-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.focus-within\:bg-pink-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.focus-within\:bg-pink-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.focus-within\:bg-pink-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.focus-within\:bg-pink-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.focus-within\:bg-pink-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.focus-within\:bg-green-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.focus-within\:bg-green-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.focus-within\:bg-green-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.focus-within\:bg-green-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.focus-within\:bg-green-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.focus-within\:bg-green-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.focus-within\:bg-green-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.focus-within\:bg-green-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.focus-within\:bg-green-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.focus-within\:bg-green-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.focus-within\:bg-purple-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.focus-within\:bg-purple-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.focus-within\:bg-purple-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.focus-within\:bg-purple-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.focus-within\:bg-purple-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.focus-within\:bg-purple-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.focus-within\:bg-purple-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.focus-within\:bg-purple-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.focus-within\:bg-purple-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.focus-within\:bg-purple-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.focus-within\:bg-teal-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.focus-within\:bg-teal-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.focus-within\:bg-teal-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.focus-within\:bg-teal-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.focus-within\:bg-teal-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.focus-within\:bg-teal-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.focus-within\:bg-teal-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.focus-within\:bg-teal-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.focus-within\:bg-teal-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.focus-within\:bg-teal-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.focus-within\:bg-cyan-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.focus-within\:bg-cyan-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.focus-within\:bg-cyan-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.focus-within\:bg-cyan-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.focus-within\:bg-cyan-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.focus-within\:bg-cyan-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.focus-within\:bg-cyan-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.focus-within\:bg-cyan-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.focus-within\:bg-cyan-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.focus-within\:bg-cyan-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.focus-within\:bg-yellow:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus-within{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.hover\:bg-bg_primary:hover{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.hover\:bg-warning:hover{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.hover\:bg-error:hover{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.hover\:bg-info:hover{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.hover\:bg-success:hover{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.hover\:bg-call_to_action:hover{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.hover\:bg-lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.hover\:bg-darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.hover\:bg-nav_darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.hover\:bg-nav_lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.hover\:bg-yellow:hover{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hover\:bg-black:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.focus\:bg-bg_primary:focus{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.focus\:bg-secondary:focus{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.focus\:bg-warning:focus{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.focus\:bg-error:focus{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.focus\:bg-info:focus{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.focus\:bg-success:focus{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.focus\:bg-call_to_action:focus{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.focus\:bg-lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.focus\:bg-darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.focus\:bg-nav_darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.focus\:bg-nav_lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.focus\:bg-yellow:focus{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.focus\:bg-white:focus{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.focus\:bg-black:focus{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.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-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-bg_primary{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.from-primary{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.from-secondary{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.from-warning{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.from-error{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.from-info{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.from-success{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.from-call_to_action{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.from-gray-50{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.from-gray-100{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.from-gray-200{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.from-gray-300{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.from-gray-400{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.from-gray-500{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.from-gray-600{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.from-gray-700{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.from-gray-800{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.from-gray-900{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.from-lightgray{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.from-darkgray{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.from-nav_darkgray{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.from-nav_lightgray{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.from-blue-50{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.from-blue-100{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.from-blue-200{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.from-blue-300{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.from-blue-400{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.from-blue-500{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.from-blue-600{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.from-blue-700{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.from-blue-800{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.from-blue-900{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.from-red-50{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.from-red-100{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.from-red-200{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.from-red-300{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.from-red-400{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.from-red-500{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.from-red-600{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.from-red-700{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.from-red-800{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.from-red-900{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.from-pink-50{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.from-pink-100{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.from-pink-200{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.from-pink-300{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.from-pink-400{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.from-pink-500{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.from-pink-600{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.from-pink-700{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.from-pink-800{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.from-pink-900{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.from-green-100{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.from-green-200{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.from-green-300{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.from-green-400{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.from-green-600{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.from-green-700{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.from-green-800{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.from-green-900{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.from-purple-100{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.from-purple-200{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.from-purple-300{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.from-purple-400{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.from-purple-600{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.from-purple-700{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.from-purple-800{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.from-purple-900{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.from-teal-50{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.from-teal-100{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.from-teal-200{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.from-teal-300{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.from-teal-400{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.from-teal-500{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.from-teal-600{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.from-teal-700{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.from-teal-800{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.from-teal-900{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.from-cyan-50{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.from-cyan-100{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.from-cyan-200{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.from-cyan-300{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.from-cyan-400{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.from-cyan-500{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.from-cyan-600{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.from-cyan-700{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.from-cyan-800{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.from-cyan-900{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.from-yellow{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 0))}.from-white{--tw-gradient-from: #FFF;--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))}.hover\:from-bg_primary:hover{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.hover\:from-primary:hover{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.hover\:from-secondary:hover{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.hover\:from-warning:hover{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.hover\:from-error:hover{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.hover\:from-info:hover{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.hover\:from-success:hover{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.hover\:from-call_to_action:hover{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.hover\:from-gray-50:hover{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.hover\:from-gray-100:hover{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.hover\:from-gray-200:hover{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.hover\:from-gray-300:hover{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.hover\:from-gray-400:hover{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.hover\:from-gray-500:hover{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.hover\:from-gray-600:hover{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.hover\:from-gray-700:hover{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.hover\:from-gray-800:hover{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.hover\:from-gray-900:hover{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.hover\:from-lightgray:hover{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.hover\:from-darkgray:hover{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.hover\:from-nav_darkgray:hover{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.hover\:from-nav_lightgray:hover{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.hover\:from-blue-50:hover{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.hover\:from-blue-100:hover{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.hover\:from-blue-200:hover{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.hover\:from-blue-300:hover{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.hover\:from-blue-400:hover{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.hover\:from-blue-500:hover{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.hover\:from-blue-600:hover{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.hover\:from-blue-700:hover{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.hover\:from-blue-800:hover{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.hover\:from-blue-900:hover{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.hover\:from-red-50:hover{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.hover\:from-red-100:hover{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.hover\:from-red-200:hover{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.hover\:from-red-300:hover{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.hover\:from-red-400:hover{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.hover\:from-red-500:hover{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.hover\:from-red-600:hover{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.hover\:from-red-700:hover{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.hover\:from-red-800:hover{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.hover\:from-red-900:hover{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.hover\:from-pink-50:hover{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.hover\:from-pink-100:hover{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.hover\:from-pink-200:hover{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.hover\:from-pink-300:hover{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.hover\:from-pink-400:hover{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.hover\:from-pink-500:hover{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.hover\:from-pink-600:hover{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.hover\:from-pink-700:hover{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.hover\:from-pink-800:hover{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.hover\:from-pink-900:hover{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.hover\:from-green-50:hover{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.hover\:from-green-100:hover{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.hover\:from-green-300:hover{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.hover\:from-green-400:hover{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.hover\:from-green-500:hover{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.hover\:from-green-600:hover{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.hover\:from-green-700:hover{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.hover\:from-green-800:hover{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.hover\:from-green-900:hover{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.hover\:from-purple-50:hover{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.hover\:from-purple-200:hover{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.hover\:from-purple-300:hover{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.hover\:from-purple-400:hover{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.hover\:from-purple-500:hover{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.hover\:from-purple-600:hover{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.hover\:from-purple-800:hover{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.hover\:from-purple-900:hover{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.hover\:from-teal-100:hover{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.hover\:from-teal-200:hover{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.hover\:from-teal-300:hover{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.hover\:from-teal-400:hover{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.hover\:from-teal-600:hover{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.hover\:from-teal-700:hover{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.hover\:from-teal-800:hover{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.hover\:from-teal-900:hover{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.hover\:from-cyan-50:hover{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.hover\:from-cyan-200:hover{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.hover\:from-cyan-300:hover{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.hover\:from-cyan-400:hover{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.hover\:from-cyan-500:hover{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.hover\:from-cyan-600:hover{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.hover\:from-cyan-700:hover{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.hover\:from-cyan-800:hover{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.hover\:from-cyan-900:hover{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.hover\:from-yellow:hover{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.focus\:from-bg_primary:focus{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.focus\:from-primary:focus{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.focus\:from-secondary:focus{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.focus\:from-warning:focus{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.focus\:from-error:focus{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.focus\:from-info:focus{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.focus\:from-success:focus{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.focus\:from-call_to_action:focus{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.focus\:from-gray-50:focus{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.focus\:from-gray-100:focus{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.focus\:from-gray-200:focus{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.focus\:from-gray-300:focus{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.focus\:from-gray-400:focus{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.focus\:from-gray-500:focus{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.focus\:from-gray-600:focus{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.focus\:from-gray-700:focus{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.focus\:from-gray-800:focus{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.focus\:from-gray-900:focus{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.focus\:from-lightgray:focus{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.focus\:from-darkgray:focus{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.focus\:from-nav_darkgray:focus{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.focus\:from-nav_lightgray:focus{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.focus\:from-blue-50:focus{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.focus\:from-blue-100:focus{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.focus\:from-blue-200:focus{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.focus\:from-blue-300:focus{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.focus\:from-blue-400:focus{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.focus\:from-blue-500:focus{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.focus\:from-blue-600:focus{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.focus\:from-blue-700:focus{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.focus\:from-blue-800:focus{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.focus\:from-blue-900:focus{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.focus\:from-red-50:focus{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.focus\:from-red-100:focus{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.focus\:from-red-200:focus{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.focus\:from-red-300:focus{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.focus\:from-red-400:focus{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.focus\:from-red-500:focus{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.focus\:from-red-600:focus{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.focus\:from-red-700:focus{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.focus\:from-red-800:focus{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.focus\:from-red-900:focus{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.focus\:from-pink-50:focus{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.focus\:from-pink-100:focus{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.focus\:from-pink-200:focus{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.focus\:from-pink-300:focus{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.focus\:from-pink-400:focus{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.focus\:from-pink-500:focus{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.focus\:from-pink-600:focus{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.focus\:from-pink-700:focus{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.focus\:from-pink-800:focus{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.focus\:from-pink-900:focus{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.focus\:from-green-50:focus{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.focus\:from-green-100:focus{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.focus\:from-green-200:focus{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.focus\:from-green-300:focus{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.focus\:from-green-400:focus{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.focus\:from-green-500:focus{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.focus\:from-green-600:focus{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.focus\:from-green-700:focus{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.focus\:from-green-800:focus{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.focus\:from-green-900:focus{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.focus\:from-purple-50:focus{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.focus\:from-purple-100:focus{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.focus\:from-purple-200:focus{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.focus\:from-purple-300:focus{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.focus\:from-purple-400:focus{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.focus\:from-purple-500:focus{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.focus\:from-purple-600:focus{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.focus\:from-purple-700:focus{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.focus\:from-purple-800:focus{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.focus\:from-purple-900:focus{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.focus\:from-teal-50:focus{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.focus\:from-teal-100:focus{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.focus\:from-teal-200:focus{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.focus\:from-teal-300:focus{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.focus\:from-teal-400:focus{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.focus\:from-teal-500:focus{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.focus\:from-teal-600:focus{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.focus\:from-teal-700:focus{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.focus\:from-teal-800:focus{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.focus\:from-teal-900:focus{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.focus\:from-cyan-50:focus{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.focus\:from-cyan-100:focus{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.focus\:from-cyan-200:focus{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.focus\:from-cyan-300:focus{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.focus\:from-cyan-400:focus{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.focus\:from-cyan-500:focus{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.focus\:from-cyan-600:focus{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.focus\:from-cyan-700:focus{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.focus\:from-cyan-800:focus{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.focus\:from-cyan-900:focus{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.focus\:from-yellow:focus{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.via-bg_primary{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.via-primary{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.via-secondary{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.via-warning{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.via-error{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.via-info{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.via-success{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.via-call_to_action{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.via-gray-50{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.via-gray-100{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.via-gray-200{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.via-gray-300{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.via-gray-400{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.via-gray-500{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.via-gray-600{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.via-gray-700{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.via-gray-800{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.via-gray-900{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.via-lightgray{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.via-darkgray{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.via-nav_darkgray{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.via-nav_lightgray{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.via-blue-50{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.via-blue-100{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.via-blue-200{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.via-blue-300{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.via-blue-400{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.via-blue-500{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.via-blue-600{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.via-blue-700{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.via-blue-800{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.via-blue-900{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.via-red-50{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.via-red-100{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.via-red-200{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.via-red-300{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.via-red-400{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.via-red-500{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.via-red-600{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.via-red-700{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.via-red-800{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.via-red-900{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.via-pink-50{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.via-pink-100{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.via-pink-200{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.via-pink-300{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.via-pink-400{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.via-pink-500{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.via-pink-600{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.via-pink-700{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.via-pink-800{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.via-pink-900{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.via-green-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.via-green-100{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.via-green-200{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.via-green-300{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.via-green-400{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.via-green-500{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.via-green-600{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.via-green-700{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.via-green-800{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.via-green-900{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.via-purple-50{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.via-purple-100{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.via-purple-200{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.via-purple-300{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.via-purple-400{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.via-purple-500{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.via-purple-600{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.via-purple-700{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.via-purple-800{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.via-purple-900{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.via-teal-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.via-teal-100{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.via-teal-200{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.via-teal-300{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.via-teal-400{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.via-teal-500{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.via-teal-600{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.via-teal-700{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.via-teal-800{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.via-teal-900{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.via-cyan-50{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.via-cyan-100{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.via-cyan-200{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.via-cyan-300{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.via-cyan-400{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.via-cyan-500{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.via-cyan-600{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.via-cyan-700{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.via-cyan-800{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.via-cyan-900{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.via-yellow{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.via-white{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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))}.hover\:via-bg_primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.hover\:via-primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.hover\:via-secondary:hover{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.hover\:via-warning:hover{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.hover\:via-error:hover{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.hover\:via-info:hover{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.hover\:via-success:hover{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.hover\:via-call_to_action:hover{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.hover\:via-gray-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.hover\:via-gray-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.hover\:via-gray-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.hover\:via-gray-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.hover\:via-gray-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.hover\:via-gray-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.hover\:via-gray-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.hover\:via-gray-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.hover\:via-gray-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.hover\:via-gray-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.hover\:via-lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.hover\:via-darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.hover\:via-nav_darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.hover\:via-nav_lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.hover\:via-blue-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.hover\:via-blue-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.hover\:via-blue-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.hover\:via-blue-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.hover\:via-blue-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.hover\:via-blue-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.hover\:via-blue-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.hover\:via-blue-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.hover\:via-blue-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.hover\:via-blue-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.hover\:via-red-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.hover\:via-red-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.hover\:via-red-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.hover\:via-red-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.hover\:via-red-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.hover\:via-red-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.hover\:via-red-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.hover\:via-red-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.hover\:via-red-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.hover\:via-red-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.hover\:via-pink-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.hover\:via-pink-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.hover\:via-pink-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.hover\:via-pink-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.hover\:via-pink-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.hover\:via-pink-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.hover\:via-pink-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.hover\:via-pink-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.hover\:via-pink-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.hover\:via-pink-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.hover\:via-green-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.hover\:via-green-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.hover\:via-green-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.hover\:via-green-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.hover\:via-green-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.hover\:via-green-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.hover\:via-green-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.hover\:via-green-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.hover\:via-green-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.hover\:via-green-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.hover\:via-purple-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.hover\:via-purple-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.hover\:via-purple-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.hover\:via-purple-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.hover\:via-purple-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.hover\:via-purple-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.hover\:via-purple-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.hover\:via-purple-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.hover\:via-purple-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.hover\:via-purple-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.hover\:via-teal-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.hover\:via-teal-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.hover\:via-teal-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.hover\:via-teal-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.hover\:via-teal-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.hover\:via-teal-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.hover\:via-teal-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.hover\:via-teal-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.hover\:via-teal-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.hover\:via-teal-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.hover\:via-cyan-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.hover\:via-cyan-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.hover\:via-cyan-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.hover\:via-cyan-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.hover\:via-cyan-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.hover\:via-cyan-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.hover\:via-cyan-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.hover\:via-cyan-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.hover\:via-cyan-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.hover\:via-cyan-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.hover\:via-yellow:hover{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.hover\:via-white:hover{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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))}.focus\:via-bg_primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.focus\:via-primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.focus\:via-secondary:focus{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.focus\:via-warning:focus{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.focus\:via-error:focus{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.focus\:via-info:focus{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.focus\:via-success:focus{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.focus\:via-call_to_action:focus{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.focus\:via-gray-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.focus\:via-gray-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.focus\:via-gray-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.focus\:via-gray-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.focus\:via-gray-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.focus\:via-gray-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.focus\:via-gray-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.focus\:via-gray-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.focus\:via-gray-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.focus\:via-gray-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.focus\:via-lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.focus\:via-darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.focus\:via-nav_darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.focus\:via-nav_lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.focus\:via-blue-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.focus\:via-blue-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.focus\:via-blue-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.focus\:via-blue-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.focus\:via-blue-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.focus\:via-blue-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.focus\:via-blue-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.focus\:via-blue-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.focus\:via-blue-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.focus\:via-blue-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.focus\:via-red-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.focus\:via-red-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.focus\:via-red-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.focus\:via-red-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.focus\:via-red-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.focus\:via-red-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.focus\:via-red-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.focus\:via-red-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.focus\:via-red-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.focus\:via-red-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.focus\:via-pink-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.focus\:via-pink-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.focus\:via-pink-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.focus\:via-pink-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.focus\:via-pink-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.focus\:via-pink-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.focus\:via-pink-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.focus\:via-pink-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.focus\:via-pink-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.focus\:via-pink-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.focus\:via-green-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.focus\:via-green-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.focus\:via-green-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.focus\:via-green-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.focus\:via-green-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.focus\:via-green-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.focus\:via-green-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.focus\:via-green-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.focus\:via-green-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.focus\:via-green-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.focus\:via-purple-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.focus\:via-purple-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.focus\:via-purple-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.focus\:via-purple-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.focus\:via-purple-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.focus\:via-purple-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.focus\:via-purple-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.focus\:via-purple-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.focus\:via-purple-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.focus\:via-purple-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.focus\:via-teal-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.focus\:via-teal-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.focus\:via-teal-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.focus\:via-teal-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.focus\:via-teal-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.focus\:via-teal-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.focus\:via-teal-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.focus\:via-teal-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.focus\:via-teal-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.focus\:via-teal-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.focus\:via-cyan-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.focus\:via-cyan-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.focus\:via-cyan-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.focus\:via-cyan-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.focus\:via-cyan-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.focus\:via-cyan-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.focus\:via-cyan-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.focus\:via-cyan-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.focus\:via-cyan-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.focus\:via-cyan-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.focus\:via-yellow:focus{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.focus\:via-white:focus{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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))}.to-bg_primary{--tw-gradient-to: #1D2731}.to-primary{--tw-gradient-to: #1C4C70}.to-secondary{--tw-gradient-to: #F0984A}.to-warning{--tw-gradient-to: #D95F3B}.to-error{--tw-gradient-to: #f44336}.to-info{--tw-gradient-to: #7AA9A3}.to-success{--tw-gradient-to: #338F9A}.to-call_to_action{--tw-gradient-to: #7fa5f0}.to-gray-50{--tw-gradient-to: #fafafa}.to-gray-100{--tw-gradient-to: #f4f4f5}.to-gray-200{--tw-gradient-to: #e4e4e7}.to-gray-300{--tw-gradient-to: #d4d4d8}.to-gray-400{--tw-gradient-to: #a1a1aa}.to-gray-500{--tw-gradient-to: #71717a}.to-gray-600{--tw-gradient-to: #52525b}.to-gray-700{--tw-gradient-to: #3f3f46}.to-gray-800{--tw-gradient-to: #27272a}.to-gray-900{--tw-gradient-to: #18181b}.to-lightgray{--tw-gradient-to: #efefef}.to-darkgray{--tw-gradient-to: #6c6c6c}.to-nav_darkgray{--tw-gradient-to: #1f1f1f}.to-nav_lightgray{--tw-gradient-to: #474747}.to-blue-50{--tw-gradient-to: #f0f9ff}.to-blue-100{--tw-gradient-to: #e0f2fe}.to-blue-200{--tw-gradient-to: #bae6fd}.to-blue-300{--tw-gradient-to: #7dd3fc}.to-blue-400{--tw-gradient-to: #38bdf8}.to-blue-500{--tw-gradient-to: #0ea5e9}.to-blue-600{--tw-gradient-to: #0284c7}.to-blue-700{--tw-gradient-to: #0369a1}.to-blue-800{--tw-gradient-to: #075985}.to-blue-900{--tw-gradient-to: #0c4a6e}.to-red-50{--tw-gradient-to: #fff1f2}.to-red-100{--tw-gradient-to: #ffe4e6}.to-red-200{--tw-gradient-to: #fecdd3}.to-red-300{--tw-gradient-to: #fda4af}.to-red-400{--tw-gradient-to: #fb7185}.to-red-500{--tw-gradient-to: #f43f5e}.to-red-600{--tw-gradient-to: #e11d48}.to-red-700{--tw-gradient-to: #be123c}.to-red-800{--tw-gradient-to: #9f1239}.to-red-900{--tw-gradient-to: #881337}.to-pink-50{--tw-gradient-to: #fdf4ff}.to-pink-100{--tw-gradient-to: #fae8ff}.to-pink-200{--tw-gradient-to: #f5d0fe}.to-pink-300{--tw-gradient-to: #f0abfc}.to-pink-400{--tw-gradient-to: #e879f9}.to-pink-500{--tw-gradient-to: #d946ef}.to-pink-600{--tw-gradient-to: #c026d3}.to-pink-700{--tw-gradient-to: #a21caf}.to-pink-800{--tw-gradient-to: #86198f}.to-pink-900{--tw-gradient-to: #701a75}.to-green-50{--tw-gradient-to: #f0fdf4}.to-green-100{--tw-gradient-to: #dcfce7}.to-green-200{--tw-gradient-to: #bbf7d0}.to-green-300{--tw-gradient-to: #86efac}.to-green-400{--tw-gradient-to: #4ade80}.to-green-500{--tw-gradient-to: #22c55e}.to-green-600{--tw-gradient-to: #16a34a}.to-green-700{--tw-gradient-to: #15803d}.to-green-800{--tw-gradient-to: #166534}.to-green-900{--tw-gradient-to: #14532d}.to-purple-50{--tw-gradient-to: #faf5ff}.to-purple-100{--tw-gradient-to: #f3e8ff}.to-purple-200{--tw-gradient-to: #e9d5ff}.to-purple-300{--tw-gradient-to: #d8b4fe}.to-purple-400{--tw-gradient-to: #c084fc}.to-purple-500{--tw-gradient-to: #a855f7}.to-purple-600{--tw-gradient-to: #9333ea}.to-purple-700{--tw-gradient-to: #7e22ce}.to-purple-800{--tw-gradient-to: #6b21a8}.to-purple-900{--tw-gradient-to: #581c87}.to-teal-50{--tw-gradient-to: #f0fdfa}.to-teal-100{--tw-gradient-to: #ccfbf1}.to-teal-200{--tw-gradient-to: #99f6e4}.to-teal-300{--tw-gradient-to: #5eead4}.to-teal-400{--tw-gradient-to: #2dd4bf}.to-teal-500{--tw-gradient-to: #14b8a6}.to-teal-600{--tw-gradient-to: #0d9488}.to-teal-700{--tw-gradient-to: #0f766e}.to-teal-800{--tw-gradient-to: #115e59}.to-teal-900{--tw-gradient-to: #134e4a}.to-cyan-50{--tw-gradient-to: #ecfeff}.to-cyan-100{--tw-gradient-to: #cffafe}.to-cyan-200{--tw-gradient-to: #a5f3fc}.to-cyan-300{--tw-gradient-to: #67e8f9}.to-cyan-400{--tw-gradient-to: #22d3ee}.to-cyan-500{--tw-gradient-to: #06b6d4}.to-cyan-600{--tw-gradient-to: #0891b2}.to-cyan-700{--tw-gradient-to: #0e7490}.to-cyan-800{--tw-gradient-to: #155e75}.to-cyan-900{--tw-gradient-to: #164e63}.to-yellow{--tw-gradient-to: #D9B310}.to-white{--tw-gradient-to: #FFF}.to-black{--tw-gradient-to: #000}.hover\:to-bg_primary:hover{--tw-gradient-to: #1D2731}.hover\:to-primary:hover{--tw-gradient-to: #1C4C70}.hover\:to-secondary:hover{--tw-gradient-to: #F0984A}.hover\:to-warning:hover{--tw-gradient-to: #D95F3B}.hover\:to-error:hover{--tw-gradient-to: #f44336}.hover\:to-info:hover{--tw-gradient-to: #7AA9A3}.hover\:to-success:hover{--tw-gradient-to: #338F9A}.hover\:to-call_to_action:hover{--tw-gradient-to: #7fa5f0}.hover\:to-gray-50:hover{--tw-gradient-to: #fafafa}.hover\:to-gray-100:hover{--tw-gradient-to: #f4f4f5}.hover\:to-gray-200:hover{--tw-gradient-to: #e4e4e7}.hover\:to-gray-300:hover{--tw-gradient-to: #d4d4d8}.hover\:to-gray-400:hover{--tw-gradient-to: #a1a1aa}.hover\:to-gray-500:hover{--tw-gradient-to: #71717a}.hover\:to-gray-600:hover{--tw-gradient-to: #52525b}.hover\:to-gray-700:hover{--tw-gradient-to: #3f3f46}.hover\:to-gray-800:hover{--tw-gradient-to: #27272a}.hover\:to-gray-900:hover{--tw-gradient-to: #18181b}.hover\:to-lightgray:hover{--tw-gradient-to: #efefef}.hover\:to-darkgray:hover{--tw-gradient-to: #6c6c6c}.hover\:to-nav_darkgray:hover{--tw-gradient-to: #1f1f1f}.hover\:to-nav_lightgray:hover{--tw-gradient-to: #474747}.hover\:to-blue-50:hover{--tw-gradient-to: #f0f9ff}.hover\:to-blue-100:hover{--tw-gradient-to: #e0f2fe}.hover\:to-blue-200:hover{--tw-gradient-to: #bae6fd}.hover\:to-blue-300:hover{--tw-gradient-to: #7dd3fc}.hover\:to-blue-400:hover{--tw-gradient-to: #38bdf8}.hover\:to-blue-500:hover{--tw-gradient-to: #0ea5e9}.hover\:to-blue-600:hover{--tw-gradient-to: #0284c7}.hover\:to-blue-700:hover{--tw-gradient-to: #0369a1}.hover\:to-blue-800:hover{--tw-gradient-to: #075985}.hover\:to-blue-900:hover{--tw-gradient-to: #0c4a6e}.hover\:to-red-50:hover{--tw-gradient-to: #fff1f2}.hover\:to-red-100:hover{--tw-gradient-to: #ffe4e6}.hover\:to-red-200:hover{--tw-gradient-to: #fecdd3}.hover\:to-red-300:hover{--tw-gradient-to: #fda4af}.hover\:to-red-400:hover{--tw-gradient-to: #fb7185}.hover\:to-red-500:hover{--tw-gradient-to: #f43f5e}.hover\:to-red-600:hover{--tw-gradient-to: #e11d48}.hover\:to-red-700:hover{--tw-gradient-to: #be123c}.hover\:to-red-800:hover{--tw-gradient-to: #9f1239}.hover\:to-red-900:hover{--tw-gradient-to: #881337}.hover\:to-pink-50:hover{--tw-gradient-to: #fdf4ff}.hover\:to-pink-100:hover{--tw-gradient-to: #fae8ff}.hover\:to-pink-200:hover{--tw-gradient-to: #f5d0fe}.hover\:to-pink-300:hover{--tw-gradient-to: #f0abfc}.hover\:to-pink-400:hover{--tw-gradient-to: #e879f9}.hover\:to-pink-500:hover{--tw-gradient-to: #d946ef}.hover\:to-pink-600:hover{--tw-gradient-to: #c026d3}.hover\:to-pink-700:hover{--tw-gradient-to: #a21caf}.hover\:to-pink-800:hover{--tw-gradient-to: #86198f}.hover\:to-pink-900:hover{--tw-gradient-to: #701a75}.hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4}.hover\:to-green-100:hover{--tw-gradient-to: #dcfce7}.hover\:to-green-200:hover{--tw-gradient-to: #bbf7d0}.hover\:to-green-300:hover{--tw-gradient-to: #86efac}.hover\:to-green-400:hover{--tw-gradient-to: #4ade80}.hover\:to-green-500:hover{--tw-gradient-to: #22c55e}.hover\:to-green-600:hover{--tw-gradient-to: #16a34a}.hover\:to-green-700:hover{--tw-gradient-to: #15803d}.hover\:to-green-800:hover{--tw-gradient-to: #166534}.hover\:to-green-900:hover{--tw-gradient-to: #14532d}.hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff}.hover\:to-purple-100:hover{--tw-gradient-to: #f3e8ff}.hover\:to-purple-200:hover{--tw-gradient-to: #e9d5ff}.hover\:to-purple-300:hover{--tw-gradient-to: #d8b4fe}.hover\:to-purple-400:hover{--tw-gradient-to: #c084fc}.hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.hover\:to-purple-600:hover{--tw-gradient-to: #9333ea}.hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce}.hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8}.hover\:to-purple-900:hover{--tw-gradient-to: #581c87}.hover\:to-teal-50:hover{--tw-gradient-to: #f0fdfa}.hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1}.hover\:to-teal-200:hover{--tw-gradient-to: #99f6e4}.hover\:to-teal-300:hover{--tw-gradient-to: #5eead4}.hover\:to-teal-400:hover{--tw-gradient-to: #2dd4bf}.hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6}.hover\:to-teal-600:hover{--tw-gradient-to: #0d9488}.hover\:to-teal-700:hover{--tw-gradient-to: #0f766e}.hover\:to-teal-800:hover{--tw-gradient-to: #115e59}.hover\:to-teal-900:hover{--tw-gradient-to: #134e4a}.hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff}.hover\:to-cyan-100:hover{--tw-gradient-to: #cffafe}.hover\:to-cyan-200:hover{--tw-gradient-to: #a5f3fc}.hover\:to-cyan-300:hover{--tw-gradient-to: #67e8f9}.hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee}.hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4}.hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2}.hover\:to-cyan-700:hover{--tw-gradient-to: #0e7490}.hover\:to-cyan-800:hover{--tw-gradient-to: #155e75}.hover\:to-cyan-900:hover{--tw-gradient-to: #164e63}.hover\:to-yellow:hover{--tw-gradient-to: #D9B310}.hover\:to-white:hover{--tw-gradient-to: #FFF}.hover\:to-black:hover{--tw-gradient-to: #000}.focus\:to-bg_primary:focus{--tw-gradient-to: #1D2731}.focus\:to-primary:focus{--tw-gradient-to: #1C4C70}.focus\:to-secondary:focus{--tw-gradient-to: #F0984A}.focus\:to-warning:focus{--tw-gradient-to: #D95F3B}.focus\:to-error:focus{--tw-gradient-to: #f44336}.focus\:to-info:focus{--tw-gradient-to: #7AA9A3}.focus\:to-success:focus{--tw-gradient-to: #338F9A}.focus\:to-call_to_action:focus{--tw-gradient-to: #7fa5f0}.focus\:to-gray-50:focus{--tw-gradient-to: #fafafa}.focus\:to-gray-100:focus{--tw-gradient-to: #f4f4f5}.focus\:to-gray-200:focus{--tw-gradient-to: #e4e4e7}.focus\:to-gray-300:focus{--tw-gradient-to: #d4d4d8}.focus\:to-gray-400:focus{--tw-gradient-to: #a1a1aa}.focus\:to-gray-500:focus{--tw-gradient-to: #71717a}.focus\:to-gray-600:focus{--tw-gradient-to: #52525b}.focus\:to-gray-700:focus{--tw-gradient-to: #3f3f46}.focus\:to-gray-800:focus{--tw-gradient-to: #27272a}.focus\:to-gray-900:focus{--tw-gradient-to: #18181b}.focus\:to-lightgray:focus{--tw-gradient-to: #efefef}.focus\:to-darkgray:focus{--tw-gradient-to: #6c6c6c}.focus\:to-nav_darkgray:focus{--tw-gradient-to: #1f1f1f}.focus\:to-nav_lightgray:focus{--tw-gradient-to: #474747}.focus\:to-blue-50:focus{--tw-gradient-to: #f0f9ff}.focus\:to-blue-100:focus{--tw-gradient-to: #e0f2fe}.focus\:to-blue-200:focus{--tw-gradient-to: #bae6fd}.focus\:to-blue-300:focus{--tw-gradient-to: #7dd3fc}.focus\:to-blue-400:focus{--tw-gradient-to: #38bdf8}.focus\:to-blue-500:focus{--tw-gradient-to: #0ea5e9}.focus\:to-blue-600:focus{--tw-gradient-to: #0284c7}.focus\:to-blue-700:focus{--tw-gradient-to: #0369a1}.focus\:to-blue-800:focus{--tw-gradient-to: #075985}.focus\:to-blue-900:focus{--tw-gradient-to: #0c4a6e}.focus\:to-red-50:focus{--tw-gradient-to: #fff1f2}.focus\:to-red-100:focus{--tw-gradient-to: #ffe4e6}.focus\:to-red-200:focus{--tw-gradient-to: #fecdd3}.focus\:to-red-300:focus{--tw-gradient-to: #fda4af}.focus\:to-red-400:focus{--tw-gradient-to: #fb7185}.focus\:to-red-500:focus{--tw-gradient-to: #f43f5e}.focus\:to-red-600:focus{--tw-gradient-to: #e11d48}.focus\:to-red-700:focus{--tw-gradient-to: #be123c}.focus\:to-red-800:focus{--tw-gradient-to: #9f1239}.focus\:to-red-900:focus{--tw-gradient-to: #881337}.focus\:to-pink-50:focus{--tw-gradient-to: #fdf4ff}.focus\:to-pink-100:focus{--tw-gradient-to: #fae8ff}.focus\:to-pink-200:focus{--tw-gradient-to: #f5d0fe}.focus\:to-pink-300:focus{--tw-gradient-to: #f0abfc}.focus\:to-pink-400:focus{--tw-gradient-to: #e879f9}.focus\:to-pink-500:focus{--tw-gradient-to: #d946ef}.focus\:to-pink-600:focus{--tw-gradient-to: #c026d3}.focus\:to-pink-700:focus{--tw-gradient-to: #a21caf}.focus\:to-pink-800:focus{--tw-gradient-to: #86198f}.focus\:to-pink-900:focus{--tw-gradient-to: #701a75}.focus\:to-green-50:focus{--tw-gradient-to: #f0fdf4}.focus\:to-green-100:focus{--tw-gradient-to: #dcfce7}.focus\:to-green-200:focus{--tw-gradient-to: #bbf7d0}.focus\:to-green-300:focus{--tw-gradient-to: #86efac}.focus\:to-green-400:focus{--tw-gradient-to: #4ade80}.focus\:to-green-500:focus{--tw-gradient-to: #22c55e}.focus\:to-green-600:focus{--tw-gradient-to: #16a34a}.focus\:to-green-700:focus{--tw-gradient-to: #15803d}.focus\:to-green-800:focus{--tw-gradient-to: #166534}.focus\:to-green-900:focus{--tw-gradient-to: #14532d}.focus\:to-purple-50:focus{--tw-gradient-to: #faf5ff}.focus\:to-purple-100:focus{--tw-gradient-to: #f3e8ff}.focus\:to-purple-200:focus{--tw-gradient-to: #e9d5ff}.focus\:to-purple-300:focus{--tw-gradient-to: #d8b4fe}.focus\:to-purple-400:focus{--tw-gradient-to: #c084fc}.focus\:to-purple-500:focus{--tw-gradient-to: #a855f7}.focus\:to-purple-600:focus{--tw-gradient-to: #9333ea}.focus\:to-purple-700:focus{--tw-gradient-to: #7e22ce}.focus\:to-purple-800:focus{--tw-gradient-to: #6b21a8}.focus\:to-purple-900:focus{--tw-gradient-to: #581c87}.focus\:to-teal-50:focus{--tw-gradient-to: #f0fdfa}.focus\:to-teal-100:focus{--tw-gradient-to: #ccfbf1}.focus\:to-teal-200:focus{--tw-gradient-to: #99f6e4}.focus\:to-teal-300:focus{--tw-gradient-to: #5eead4}.focus\:to-teal-400:focus{--tw-gradient-to: #2dd4bf}.focus\:to-teal-500:focus{--tw-gradient-to: #14b8a6}.focus\:to-teal-600:focus{--tw-gradient-to: #0d9488}.focus\:to-teal-700:focus{--tw-gradient-to: #0f766e}.focus\:to-teal-800:focus{--tw-gradient-to: #115e59}.focus\:to-teal-900:focus{--tw-gradient-to: #134e4a}.focus\:to-cyan-50:focus{--tw-gradient-to: #ecfeff}.focus\:to-cyan-100:focus{--tw-gradient-to: #cffafe}.focus\:to-cyan-200:focus{--tw-gradient-to: #a5f3fc}.focus\:to-cyan-300:focus{--tw-gradient-to: #67e8f9}.focus\:to-cyan-400:focus{--tw-gradient-to: #22d3ee}.focus\:to-cyan-500:focus{--tw-gradient-to: #06b6d4}.focus\:to-cyan-600:focus{--tw-gradient-to: #0891b2}.focus\:to-cyan-700:focus{--tw-gradient-to: #0e7490}.focus\:to-cyan-800:focus{--tw-gradient-to: #155e75}.focus\:to-cyan-900:focus{--tw-gradient-to: #164e63}.focus\:to-yellow:focus{--tw-gradient-to: #D9B310}.focus\:to-white:focus{--tw-gradient-to: #FFF}.focus\:to-black:focus{--tw-gradient-to: #000}.decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.bg-auto{background-size:auto}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.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-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-origin-border{background-origin:border-box}.bg-origin-padding{background-origin:padding-box}.bg-origin-content{background-origin:content-box}.fill-current{fill:currentColor}.stroke-current{stroke:currentColor}.stroke-0{stroke-width:0}.stroke-1{stroke-width:1}.stroke-2{stroke-width:2}.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}.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-112{padding:28rem}.p-128{padding:32rem}.p-144{padding:36rem}.p-160{padding:40rem}.p-168{padding:42rem}.p-180{padding:45rem}.p-192{padding:48rem}.p-px{padding:1px}.p-0\.5{padding:.125rem}.p-1\.5{padding:.375rem}.p-2\.5{padding:.625rem}.p-3\.5{padding:.875rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-9{padding-left:2.25rem;padding-right:2.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-14{padding-left:3.5rem;padding-right:3.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-20{padding-left:5rem;padding-right:5rem}.px-24{padding-left:6rem;padding-right:6rem}.px-28{padding-left:7rem;padding-right:7rem}.px-32{padding-left:8rem;padding-right:8rem}.px-36{padding-left:9rem;padding-right:9rem}.px-40{padding-left:10rem;padding-right:10rem}.px-44{padding-left:11rem;padding-right:11rem}.px-48{padding-left:12rem;padding-right:12rem}.px-52{padding-left:13rem;padding-right:13rem}.px-56{padding-left:14rem;padding-right:14rem}.px-60{padding-left:15rem;padding-right:15rem}.px-64{padding-left:16rem;padding-right:16rem}.px-72{padding-left:18rem;padding-right:18rem}.px-80{padding-left:20rem;padding-right:20rem}.px-96{padding-left:24rem;padding-right:24rem}.px-112{padding-left:28rem;padding-right:28rem}.px-128{padding-left:32rem;padding-right:32rem}.px-144{padding-left:36rem;padding-right:36rem}.px-160{padding-left:40rem;padding-right:40rem}.px-168{padding-left:42rem;padding-right:42rem}.px-180{padding-left:45rem;padding-right:45rem}.px-192{padding-left:48rem;padding-right:48rem}.px-px{padding-left:1px;padding-right:1px}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3\.5{padding-left:.875rem;padding-right:.875rem}.py-0{padding-top:0;padding-bottom:0}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-11{padding-top:2.75rem;padding-bottom:2.75rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-14{padding-top:3.5rem;padding-bottom:3.5rem}.py-16{padding-top:4rem;padding-bottom:4rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-28{padding-top:7rem;padding-bottom:7rem}.py-32{padding-top:8rem;padding-bottom:8rem}.py-36{padding-top:9rem;padding-bottom:9rem}.py-40{padding-top:10rem;padding-bottom:10rem}.py-44{padding-top:11rem;padding-bottom:11rem}.py-48{padding-top:12rem;padding-bottom:12rem}.py-52{padding-top:13rem;padding-bottom:13rem}.py-56{padding-top:14rem;padding-bottom:14rem}.py-60{padding-top:15rem;padding-bottom:15rem}.py-64{padding-top:16rem;padding-bottom:16rem}.py-72{padding-top:18rem;padding-bottom:18rem}.py-80{padding-top:20rem;padding-bottom:20rem}.py-96{padding-top:24rem;padding-bottom:24rem}.py-112{padding-top:28rem;padding-bottom:28rem}.py-128{padding-top:32rem;padding-bottom:32rem}.py-144{padding-top:36rem;padding-bottom:36rem}.py-160{padding-top:40rem;padding-bottom:40rem}.py-168{padding-top:42rem;padding-bottom:42rem}.py-180{padding-top:45rem;padding-bottom:45rem}.py-192{padding-top:48rem;padding-bottom:48rem}.py-px{padding-top:1px;padding-bottom:1px}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-7{padding-top:1.75rem}.pt-8{padding-top:2rem}.pt-9{padding-top:2.25rem}.pt-10{padding-top:2.5rem}.pt-11{padding-top:2.75rem}.pt-12{padding-top:3rem}.pt-14{padding-top:3.5rem}.pt-16{padding-top:4rem}.pt-20{padding-top:5rem}.pt-24{padding-top:6rem}.pt-28{padding-top:7rem}.pt-32{padding-top:8rem}.pt-36{padding-top:9rem}.pt-40{padding-top:10rem}.pt-44{padding-top:11rem}.pt-48{padding-top:12rem}.pt-52{padding-top:13rem}.pt-56{padding-top:14rem}.pt-60{padding-top:15rem}.pt-64{padding-top:16rem}.pt-72{padding-top:18rem}.pt-80{padding-top:20rem}.pt-96{padding-top:24rem}.pt-112{padding-top:28rem}.pt-128{padding-top:32rem}.pt-144{padding-top:36rem}.pt-160{padding-top:40rem}.pt-168{padding-top:42rem}.pt-180{padding-top:45rem}.pt-192{padding-top:48rem}.pt-px{padding-top:1px}.pt-0\.5{padding-top:.125rem}.pt-1\.5{padding-top:.375rem}.pt-2\.5{padding-top:.625rem}.pt-3\.5{padding-top:.875rem}.pr-0{padding-right:0}.pr-1{padding-right:.25rem}.pr-2{padding-right:.5rem}.pr-3{padding-right:.75rem}.pr-4{padding-right:1rem}.pr-5{padding-right:1.25rem}.pr-6{padding-right:1.5rem}.pr-7{padding-right:1.75rem}.pr-8{padding-right:2rem}.pr-9{padding-right:2.25rem}.pr-10{padding-right:2.5rem}.pr-11{padding-right:2.75rem}.pr-12{padding-right:3rem}.pr-14{padding-right:3.5rem}.pr-16{padding-right:4rem}.pr-20{padding-right:5rem}.pr-24{padding-right:6rem}.pr-28{padding-right:7rem}.pr-32{padding-right:8rem}.pr-36{padding-right:9rem}.pr-40{padding-right:10rem}.pr-44{padding-right:11rem}.pr-48{padding-right:12rem}.pr-52{padding-right:13rem}.pr-56{padding-right:14rem}.pr-60{padding-right:15rem}.pr-64{padding-right:16rem}.pr-72{padding-right:18rem}.pr-80{padding-right:20rem}.pr-96{padding-right:24rem}.pr-112{padding-right:28rem}.pr-128{padding-right:32rem}.pr-144{padding-right:36rem}.pr-160{padding-right:40rem}.pr-168{padding-right:42rem}.pr-180{padding-right:45rem}.pr-192{padding-right:48rem}.pr-px{padding-right:1px}.pr-0\.5{padding-right:.125rem}.pr-1\.5{padding-right:.375rem}.pr-2\.5{padding-right:.625rem}.pr-3\.5{padding-right:.875rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-7{padding-bottom:1.75rem}.pb-8{padding-bottom:2rem}.pb-9{padding-bottom:2.25rem}.pb-10{padding-bottom:2.5rem}.pb-11{padding-bottom:2.75rem}.pb-12{padding-bottom:3rem}.pb-14{padding-bottom:3.5rem}.pb-16{padding-bottom:4rem}.pb-20{padding-bottom:5rem}.pb-24{padding-bottom:6rem}.pb-28{padding-bottom:7rem}.pb-32{padding-bottom:8rem}.pb-36{padding-bottom:9rem}.pb-40{padding-bottom:10rem}.pb-44{padding-bottom:11rem}.pb-48{padding-bottom:12rem}.pb-52{padding-bottom:13rem}.pb-56{padding-bottom:14rem}.pb-60{padding-bottom:15rem}.pb-64{padding-bottom:16rem}.pb-72{padding-bottom:18rem}.pb-80{padding-bottom:20rem}.pb-96{padding-bottom:24rem}.pb-112{padding-bottom:28rem}.pb-128{padding-bottom:32rem}.pb-144{padding-bottom:36rem}.pb-160{padding-bottom:40rem}.pb-168{padding-bottom:42rem}.pb-180{padding-bottom:45rem}.pb-192{padding-bottom:48rem}.pb-px{padding-bottom:1px}.pb-0\.5{padding-bottom:.125rem}.pb-1\.5{padding-bottom:.375rem}.pb-2\.5{padding-bottom:.625rem}.pb-3\.5{padding-bottom:.875rem}.pl-0{padding-left:0}.pl-1{padding-left:.25rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-6{padding-left:1.5rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-9{padding-left:2.25rem}.pl-10{padding-left:2.5rem}.pl-11{padding-left:2.75rem}.pl-12{padding-left:3rem}.pl-14{padding-left:3.5rem}.pl-16{padding-left:4rem}.pl-20{padding-left:5rem}.pl-24{padding-left:6rem}.pl-28{padding-left:7rem}.pl-32{padding-left:8rem}.pl-36{padding-left:9rem}.pl-40{padding-left:10rem}.pl-44{padding-left:11rem}.pl-48{padding-left:12rem}.pl-52{padding-left:13rem}.pl-56{padding-left:14rem}.pl-60{padding-left:15rem}.pl-64{padding-left:16rem}.pl-72{padding-left:18rem}.pl-80{padding-left:20rem}.pl-96{padding-left:24rem}.pl-112{padding-left:28rem}.pl-128{padding-left:32rem}.pl-144{padding-left:36rem}.pl-160{padding-left:40rem}.pl-168{padding-left:42rem}.pl-180{padding-left:45rem}.pl-192{padding-left:48rem}.pl-px{padding-left:1px}.pl-0\.5{padding-left:.125rem}.pl-1\.5{padding-left:.375rem}.pl-2\.5{padding-left:.625rem}.pl-3\.5{padding-left:.875rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-justify{text-align:justify}.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}.font-sans{font-family:IBM Plex Sans Thai,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-oswald{font-family:Oswald}.font-thai{font-family:IBM Plex Sans Thai,sans-serif}.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}.text-2xs{font-size:.65rem}.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}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.not-italic{font-style:normal}.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}.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}.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}.text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.group:hover .group-hover\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.group:hover .group-hover\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.group:hover .group-hover\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.group:hover .group-hover\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.group:hover .group-hover\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.group:hover .group-hover\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.group:hover .group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.group:hover .group-hover\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.group:hover .group-hover\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.group:hover .group-hover\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.group:hover .group-hover\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.group:hover .group-hover\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.group:hover .group-hover\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.group:hover .group-hover\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.group:hover .group-hover\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.group:hover .group-hover\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,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-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .group-hover\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.group:hover .group-hover\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.group:hover .group-hover\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.group:hover .group-hover\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.group:hover .group-hover\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.group:hover .group-hover\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.focus-within\:text-primary:focus-within{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.focus-within\:text-secondary:focus-within{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.focus-within\:text-warning:focus-within{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.focus-within\:text-error:focus-within{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.focus-within\:text-info:focus-within{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.focus-within\:text-success:focus-within{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.focus-within\:text-gray-50:focus-within{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.focus-within\:text-gray-100:focus-within{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.focus-within\:text-gray-200:focus-within{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.focus-within\:text-gray-300:focus-within{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.focus-within\:text-gray-400:focus-within{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.focus-within\:text-gray-500:focus-within{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.focus-within\:text-gray-600:focus-within{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.focus-within\:text-gray-700:focus-within{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.focus-within\:text-gray-800:focus-within{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.focus-within\:text-gray-900:focus-within{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.focus-within\:text-sky:focus-within{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.focus-within\:text-red-50:focus-within{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.focus-within\:text-red-100:focus-within{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.focus-within\:text-red-200:focus-within{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.focus-within\:text-red-300:focus-within{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.focus-within\:text-red-400:focus-within{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.focus-within\:text-red-500:focus-within{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.focus-within\:text-red-600:focus-within{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.focus-within\:text-red-700:focus-within{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.focus-within\:text-red-800:focus-within{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.focus-within\:text-red-900:focus-within{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.focus-within\:text-pink-50:focus-within{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.focus-within\:text-pink-100:focus-within{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.focus-within\:text-pink-200:focus-within{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.focus-within\:text-pink-300:focus-within{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.focus-within\:text-pink-400:focus-within{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.focus-within\:text-pink-500:focus-within{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.focus-within\:text-pink-600:focus-within{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.focus-within\:text-pink-700:focus-within{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.focus-within\:text-pink-800:focus-within{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.focus-within\:text-pink-900:focus-within{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.focus-within\:text-green-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.focus-within\:text-green-100:focus-within{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.focus-within\:text-green-200:focus-within{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.focus-within\:text-green-300:focus-within{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.focus-within\:text-green-400:focus-within{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.focus-within\:text-green-500:focus-within{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.focus-within\:text-green-600:focus-within{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.focus-within\:text-green-700:focus-within{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.focus-within\:text-green-800:focus-within{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.focus-within\:text-green-900:focus-within{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.focus-within\:text-purple-50:focus-within{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.focus-within\:text-purple-100:focus-within{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.focus-within\:text-purple-200:focus-within{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.focus-within\:text-purple-300:focus-within{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.focus-within\:text-purple-400:focus-within{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.focus-within\:text-purple-500:focus-within{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.focus-within\:text-purple-600:focus-within{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.focus-within\:text-purple-700:focus-within{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.focus-within\:text-purple-800:focus-within{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.focus-within\:text-purple-900:focus-within{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.focus-within\:text-teal-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.focus-within\:text-teal-100:focus-within{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.focus-within\:text-teal-200:focus-within{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.focus-within\:text-teal-300:focus-within{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.focus-within\:text-teal-400:focus-within{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.focus-within\:text-teal-500:focus-within{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.focus-within\:text-teal-600:focus-within{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.focus-within\:text-teal-700:focus-within{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.focus-within\:text-teal-800:focus-within{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.focus-within\:text-teal-900:focus-within{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.focus-within\:text-cyan-50:focus-within{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.focus-within\:text-cyan-100:focus-within{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.focus-within\:text-cyan-200:focus-within{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.focus-within\:text-cyan-300:focus-within{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.focus-within\:text-cyan-400:focus-within{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.focus-within\:text-cyan-500:focus-within{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.focus-within\:text-cyan-600:focus-within{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.focus-within\:text-cyan-700:focus-within{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.focus-within\:text-cyan-800:focus-within{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.focus-within\:text-cyan-900:focus-within{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.focus-within\:text-yellow:focus-within{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.focus-within\:text-orange:focus-within{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus-within{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.focus-within\:text-grey:focus-within{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.focus-within\:text-line:focus-within{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.focus-within\:text-facebook:focus-within{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.focus-within\:text-instagram:focus-within{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.focus-within\:text-youtube:focus-within{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.focus-within\:text-lightgray:focus-within{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.hover\:text-primary:hover{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.hover\:text-warning:hover{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.hover\:text-error:hover{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.hover\:text-info:hover{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.hover\:text-success:hover{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.hover\:text-sky:hover{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.hover\:text-yellow:hover{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.hover\:text-orange:hover{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.hover\:text-grey:hover{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.hover\:text-line:hover{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.hover\:text-facebook:hover{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.hover\:text-instagram:hover{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.hover\:text-youtube:hover{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.hover\:text-lightgray:hover{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.focus\:text-primary:focus{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.focus\:text-secondary:focus{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.focus\:text-warning:focus{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.focus\:text-error:focus{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.focus\:text-info:focus{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.focus\:text-success:focus{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.focus\:text-sky:focus{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.focus\:text-yellow:focus{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.focus\:text-orange:focus{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.focus\:text-white:focus{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.focus\:text-black:focus{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.focus\:text-grey:focus{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.focus\:text-line:focus{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.focus\:text-facebook:focus{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.focus\:text-instagram:focus{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.focus\:text-youtube:focus{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.focus\:text-lightgray:focus{--tw-text-opacity: 1;color:rgba(239,239,239,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}.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}.placeholder-bg_primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.placeholder-bg_primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.placeholder-primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.placeholder-primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.placeholder-secondary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.placeholder-secondary::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.placeholder-warning::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.placeholder-warning::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.placeholder-error::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.placeholder-error::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.placeholder-info::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.placeholder-info::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.placeholder-success::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.placeholder-success::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.placeholder-call_to_action::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.placeholder-call_to_action::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.placeholder-gray-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.placeholder-gray-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.placeholder-gray-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.placeholder-gray-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.placeholder-gray-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.placeholder-gray-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.placeholder-gray-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.placeholder-lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.placeholder-lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.placeholder-darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.placeholder-darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.placeholder-nav_darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.placeholder-nav_darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.placeholder-nav_lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.placeholder-nav_lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.placeholder-blue-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.placeholder-blue-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.placeholder-blue-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.placeholder-blue-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.placeholder-blue-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.placeholder-blue-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.placeholder-blue-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.placeholder-blue-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.placeholder-blue-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.placeholder-blue-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.placeholder-red-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.placeholder-red-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.placeholder-red-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.placeholder-red-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.placeholder-red-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.placeholder-red-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.placeholder-red-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.placeholder-red-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.placeholder-red-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.placeholder-pink-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.placeholder-pink-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.placeholder-pink-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.placeholder-pink-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.placeholder-pink-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.placeholder-pink-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.placeholder-pink-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.placeholder-pink-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.placeholder-pink-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.placeholder-pink-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.placeholder-green-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.placeholder-green-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.placeholder-green-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.placeholder-green-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.placeholder-green-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.placeholder-green-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.placeholder-green-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.placeholder-green-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.placeholder-green-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.placeholder-green-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.placeholder-purple-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.placeholder-purple-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.placeholder-purple-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.placeholder-purple-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.placeholder-purple-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.placeholder-purple-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.placeholder-purple-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.placeholder-purple-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.placeholder-purple-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.placeholder-purple-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.placeholder-teal-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.placeholder-teal-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.placeholder-teal-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.placeholder-teal-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.placeholder-teal-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.placeholder-teal-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.placeholder-teal-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.placeholder-teal-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.placeholder-teal-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.placeholder-teal-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.placeholder-teal-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.placeholder-teal-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.placeholder-teal-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.placeholder-teal-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.placeholder-teal-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.placeholder-teal-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.placeholder-teal-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.placeholder-teal-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.placeholder-teal-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.placeholder-teal-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.placeholder-cyan-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.placeholder-cyan-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.placeholder-cyan-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.placeholder-cyan-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.placeholder-cyan-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.placeholder-cyan-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.placeholder-cyan-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.placeholder-cyan-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.placeholder-cyan-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.placeholder-cyan-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.placeholder-cyan-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.placeholder-cyan-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.placeholder-cyan-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.placeholder-cyan-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.placeholder-cyan-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.placeholder-cyan-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.placeholder-cyan-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.placeholder-cyan-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.placeholder-cyan-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.placeholder-yellow::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.placeholder-yellow::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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))}.focus\:placeholder-bg_primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.focus\:placeholder-bg_primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.focus\:placeholder-primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.focus\:placeholder-primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.focus\:placeholder-secondary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.focus\:placeholder-secondary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.focus\:placeholder-warning:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.focus\:placeholder-warning:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.focus\:placeholder-error:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.focus\:placeholder-error:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.focus\:placeholder-info:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.focus\:placeholder-info:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.focus\:placeholder-success:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.focus\:placeholder-success:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.focus\:placeholder-call_to_action:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.focus\:placeholder-call_to_action:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.focus\:placeholder-lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.focus\:placeholder-lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.focus\:placeholder-darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.focus\:placeholder-darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.focus\:placeholder-nav_darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.focus\:placeholder-nav_darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.focus\:placeholder-nav_lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.focus\:placeholder-nav_lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.focus\:placeholder-teal-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.focus\:placeholder-cyan-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.focus\:placeholder-yellow:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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))}.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}.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}.bg-blend-normal{background-blend-mode:normal}.bg-blend-multiply{background-blend-mode:multiply}.bg-blend-screen{background-blend-mode:screen}.bg-blend-overlay{background-blend-mode:overlay}.bg-blend-darken{background-blend-mode:darken}.bg-blend-lighten{background-blend-mode:lighten}.bg-blend-color-dodge{background-blend-mode:color-dodge}.bg-blend-color-burn{background-blend-mode:color-burn}.bg-blend-hard-light{background-blend-mode:hard-light}.bg-blend-soft-light{background-blend-mode:soft-light}.bg-blend-difference{background-blend-mode:difference}.bg-blend-exclusion{background-blend-mode:exclusion}.bg-blend-hue{background-blend-mode:hue}.bg-blend-saturation{background-blend-mode:saturation}.bg-blend-color{background-blend-mode:color}.bg-blend-luminosity{background-blend-mode:luminosity}.mix-blend-normal{mix-blend-mode:normal}.mix-blend-multiply{mix-blend-mode:multiply}.mix-blend-screen{mix-blend-mode:screen}.mix-blend-overlay{mix-blend-mode:overlay}.mix-blend-darken{mix-blend-mode:darken}.mix-blend-lighten{mix-blend-mode:lighten}.mix-blend-color-dodge{mix-blend-mode:color-dodge}.mix-blend-color-burn{mix-blend-mode:color-burn}.mix-blend-hard-light{mix-blend-mode:hard-light}.mix-blend-soft-light{mix-blend-mode:soft-light}.mix-blend-difference{mix-blend-mode:difference}.mix-blend-exclusion{mix-blend-mode:exclusion}.mix-blend-hue{mix-blend-mode:hue}.mix-blend-saturation{mix-blend-mode:saturation}.mix-blend-color{mix-blend-mode:color}.mix-blend-luminosity{mix-blend-mode:luminosity}*,:before,:after{--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)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline-white{outline:2px dotted white;outline-offset:2px}.outline-black{outline:2px dotted black;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 white;outline-offset:2px}.focus-within\:outline-black:focus-within{outline:2px dotted black;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:outline-white:focus{outline:2px dotted white;outline-offset:2px}.focus\:outline-black:focus{outline:2px dotted black;outline-offset:2px}*,:before,:after{--tw-ring-inset: var(--tw-empty, );--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgba(14, 165, 233, .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)}.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\: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)}.ring-inset{--tw-ring-inset: inset}.focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.focus\:ring-inset:focus{--tw-ring-inset: inset}.ring-bg_primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.ring-secondary{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.ring-warning{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.ring-error{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.ring-info{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.ring-success{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.ring-call_to_action{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.ring-lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.ring-darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.ring-nav_darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.ring-nav_lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.ring-purple-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.ring-purple-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.ring-purple-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.ring-purple-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.ring-cyan-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.ring-cyan-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.ring-cyan-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.ring-cyan-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.ring-cyan-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.ring-yellow{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, var(--tw-ring-opacity))}.ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))}.ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.focus-within\:ring-bg_primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.focus-within\:ring-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.focus-within\:ring-secondary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.focus-within\:ring-warning:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.focus-within\:ring-error:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.focus-within\:ring-info:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.focus-within\:ring-success:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.focus-within\:ring-call_to_action:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.focus-within\:ring-gray-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.focus-within\:ring-gray-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.focus-within\:ring-gray-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.focus-within\:ring-gray-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.focus-within\:ring-gray-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.focus-within\:ring-gray-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.focus-within\:ring-gray-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.focus-within\:ring-gray-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.focus-within\:ring-gray-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.focus-within\:ring-gray-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.focus-within\:ring-lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.focus-within\:ring-darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.focus-within\:ring-nav_darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.focus-within\:ring-nav_lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.focus-within\:ring-blue-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.focus-within\:ring-blue-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.focus-within\:ring-blue-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.focus-within\:ring-blue-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.focus-within\:ring-blue-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.focus-within\:ring-blue-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.focus-within\:ring-blue-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.focus-within\:ring-blue-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.focus-within\:ring-red-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.focus-within\:ring-red-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.focus-within\:ring-red-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.focus-within\:ring-red-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.focus-within\:ring-red-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.focus-within\:ring-red-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.focus-within\:ring-red-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.focus-within\:ring-red-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.focus-within\:ring-pink-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.focus-within\:ring-pink-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.focus-within\:ring-pink-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.focus-within\:ring-pink-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.focus-within\:ring-pink-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.focus-within\:ring-pink-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.focus-within\:ring-pink-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.focus-within\:ring-pink-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.focus-within\:ring-pink-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.focus-within\:ring-pink-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.focus-within\:ring-green-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.focus-within\:ring-green-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.focus-within\:ring-green-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.focus-within\:ring-green-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.focus-within\:ring-green-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.focus-within\:ring-green-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.focus-within\:ring-green-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.focus-within\:ring-green-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.focus-within\:ring-green-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.focus-within\:ring-green-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.focus-within\:ring-purple-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.focus-within\:ring-purple-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.focus-within\:ring-purple-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.focus-within\:ring-purple-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.focus-within\:ring-purple-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.focus-within\:ring-purple-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.focus-within\:ring-purple-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.focus-within\:ring-purple-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.focus-within\:ring-purple-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.focus-within\:ring-purple-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.focus-within\:ring-teal-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.focus-within\:ring-teal-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.focus-within\:ring-teal-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.focus-within\:ring-teal-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.focus-within\:ring-teal-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.focus-within\:ring-teal-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.focus-within\:ring-teal-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.focus-within\:ring-teal-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.focus-within\:ring-teal-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.focus-within\:ring-teal-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.focus-within\:ring-cyan-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.focus-within\:ring-cyan-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.focus-within\:ring-cyan-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.focus-within\:ring-cyan-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.focus-within\:ring-cyan-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.focus-within\:ring-cyan-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.focus-within\:ring-cyan-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.focus-within\:ring-cyan-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.focus-within\:ring-cyan-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.focus-within\:ring-cyan-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.focus-within\:ring-yellow:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.focus\:ring-bg_primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.focus\:ring-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.focus\:ring-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.focus\:ring-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.focus\:ring-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.focus\:ring-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.focus\:ring-call_to_action:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.focus\:ring-gray-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.focus\:ring-gray-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.focus\:ring-gray-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.focus\:ring-gray-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.focus\:ring-lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.focus\:ring-darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.focus\:ring-nav_darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.focus\:ring-nav_lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.focus\:ring-purple-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.focus\:ring-purple-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.focus\:ring-purple-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.focus\:ring-purple-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.focus\:ring-cyan-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.focus\:ring-cyan-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.focus\:ring-cyan-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.focus\:ring-cyan-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.focus\:ring-cyan-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.focus\:ring-yellow:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, 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}.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-offset-bg_primary{--tw-ring-offset-color: #1D2731}.ring-offset-primary{--tw-ring-offset-color: #1C4C70}.ring-offset-secondary{--tw-ring-offset-color: #F0984A}.ring-offset-warning{--tw-ring-offset-color: #D95F3B}.ring-offset-error{--tw-ring-offset-color: #f44336}.ring-offset-info{--tw-ring-offset-color: #7AA9A3}.ring-offset-success{--tw-ring-offset-color: #338F9A}.ring-offset-call_to_action{--tw-ring-offset-color: #7fa5f0}.ring-offset-gray-50{--tw-ring-offset-color: #fafafa}.ring-offset-gray-100{--tw-ring-offset-color: #f4f4f5}.ring-offset-gray-200{--tw-ring-offset-color: #e4e4e7}.ring-offset-gray-300{--tw-ring-offset-color: #d4d4d8}.ring-offset-gray-400{--tw-ring-offset-color: #a1a1aa}.ring-offset-gray-500{--tw-ring-offset-color: #71717a}.ring-offset-gray-600{--tw-ring-offset-color: #52525b}.ring-offset-gray-700{--tw-ring-offset-color: #3f3f46}.ring-offset-gray-800{--tw-ring-offset-color: #27272a}.ring-offset-gray-900{--tw-ring-offset-color: #18181b}.ring-offset-lightgray{--tw-ring-offset-color: #efefef}.ring-offset-darkgray{--tw-ring-offset-color: #6c6c6c}.ring-offset-nav_darkgray{--tw-ring-offset-color: #1f1f1f}.ring-offset-nav_lightgray{--tw-ring-offset-color: #474747}.ring-offset-blue-50{--tw-ring-offset-color: #f0f9ff}.ring-offset-blue-100{--tw-ring-offset-color: #e0f2fe}.ring-offset-blue-200{--tw-ring-offset-color: #bae6fd}.ring-offset-blue-300{--tw-ring-offset-color: #7dd3fc}.ring-offset-blue-400{--tw-ring-offset-color: #38bdf8}.ring-offset-blue-500{--tw-ring-offset-color: #0ea5e9}.ring-offset-blue-600{--tw-ring-offset-color: #0284c7}.ring-offset-blue-700{--tw-ring-offset-color: #0369a1}.ring-offset-blue-800{--tw-ring-offset-color: #075985}.ring-offset-blue-900{--tw-ring-offset-color: #0c4a6e}.ring-offset-red-50{--tw-ring-offset-color: #fff1f2}.ring-offset-red-100{--tw-ring-offset-color: #ffe4e6}.ring-offset-red-200{--tw-ring-offset-color: #fecdd3}.ring-offset-red-300{--tw-ring-offset-color: #fda4af}.ring-offset-red-400{--tw-ring-offset-color: #fb7185}.ring-offset-red-500{--tw-ring-offset-color: #f43f5e}.ring-offset-red-600{--tw-ring-offset-color: #e11d48}.ring-offset-red-700{--tw-ring-offset-color: #be123c}.ring-offset-red-800{--tw-ring-offset-color: #9f1239}.ring-offset-red-900{--tw-ring-offset-color: #881337}.ring-offset-pink-50{--tw-ring-offset-color: #fdf4ff}.ring-offset-pink-100{--tw-ring-offset-color: #fae8ff}.ring-offset-pink-200{--tw-ring-offset-color: #f5d0fe}.ring-offset-pink-300{--tw-ring-offset-color: #f0abfc}.ring-offset-pink-400{--tw-ring-offset-color: #e879f9}.ring-offset-pink-500{--tw-ring-offset-color: #d946ef}.ring-offset-pink-600{--tw-ring-offset-color: #c026d3}.ring-offset-pink-700{--tw-ring-offset-color: #a21caf}.ring-offset-pink-800{--tw-ring-offset-color: #86198f}.ring-offset-pink-900{--tw-ring-offset-color: #701a75}.ring-offset-green-50{--tw-ring-offset-color: #f0fdf4}.ring-offset-green-100{--tw-ring-offset-color: #dcfce7}.ring-offset-green-200{--tw-ring-offset-color: #bbf7d0}.ring-offset-green-300{--tw-ring-offset-color: #86efac}.ring-offset-green-400{--tw-ring-offset-color: #4ade80}.ring-offset-green-500{--tw-ring-offset-color: #22c55e}.ring-offset-green-600{--tw-ring-offset-color: #16a34a}.ring-offset-green-700{--tw-ring-offset-color: #15803d}.ring-offset-green-800{--tw-ring-offset-color: #166534}.ring-offset-green-900{--tw-ring-offset-color: #14532d}.ring-offset-purple-50{--tw-ring-offset-color: #faf5ff}.ring-offset-purple-100{--tw-ring-offset-color: #f3e8ff}.ring-offset-purple-200{--tw-ring-offset-color: #e9d5ff}.ring-offset-purple-300{--tw-ring-offset-color: #d8b4fe}.ring-offset-purple-400{--tw-ring-offset-color: #c084fc}.ring-offset-purple-500{--tw-ring-offset-color: #a855f7}.ring-offset-purple-600{--tw-ring-offset-color: #9333ea}.ring-offset-purple-700{--tw-ring-offset-color: #7e22ce}.ring-offset-purple-800{--tw-ring-offset-color: #6b21a8}.ring-offset-purple-900{--tw-ring-offset-color: #581c87}.ring-offset-teal-50{--tw-ring-offset-color: #f0fdfa}.ring-offset-teal-100{--tw-ring-offset-color: #ccfbf1}.ring-offset-teal-200{--tw-ring-offset-color: #99f6e4}.ring-offset-teal-300{--tw-ring-offset-color: #5eead4}.ring-offset-teal-400{--tw-ring-offset-color: #2dd4bf}.ring-offset-teal-500{--tw-ring-offset-color: #14b8a6}.ring-offset-teal-600{--tw-ring-offset-color: #0d9488}.ring-offset-teal-700{--tw-ring-offset-color: #0f766e}.ring-offset-teal-800{--tw-ring-offset-color: #115e59}.ring-offset-teal-900{--tw-ring-offset-color: #134e4a}.ring-offset-cyan-50{--tw-ring-offset-color: #ecfeff}.ring-offset-cyan-100{--tw-ring-offset-color: #cffafe}.ring-offset-cyan-200{--tw-ring-offset-color: #a5f3fc}.ring-offset-cyan-300{--tw-ring-offset-color: #67e8f9}.ring-offset-cyan-400{--tw-ring-offset-color: #22d3ee}.ring-offset-cyan-500{--tw-ring-offset-color: #06b6d4}.ring-offset-cyan-600{--tw-ring-offset-color: #0891b2}.ring-offset-cyan-700{--tw-ring-offset-color: #0e7490}.ring-offset-cyan-800{--tw-ring-offset-color: #155e75}.ring-offset-cyan-900{--tw-ring-offset-color: #164e63}.ring-offset-yellow{--tw-ring-offset-color: #D9B310}.ring-offset-white{--tw-ring-offset-color: #FFF}.ring-offset-black{--tw-ring-offset-color: #000}.focus-within\:ring-offset-bg_primary:focus-within{--tw-ring-offset-color: #1D2731}.focus-within\:ring-offset-primary:focus-within{--tw-ring-offset-color: #1C4C70}.focus-within\:ring-offset-secondary:focus-within{--tw-ring-offset-color: #F0984A}.focus-within\:ring-offset-warning:focus-within{--tw-ring-offset-color: #D95F3B}.focus-within\:ring-offset-error:focus-within{--tw-ring-offset-color: #f44336}.focus-within\:ring-offset-info:focus-within{--tw-ring-offset-color: #7AA9A3}.focus-within\:ring-offset-success:focus-within{--tw-ring-offset-color: #338F9A}.focus-within\:ring-offset-call_to_action:focus-within{--tw-ring-offset-color: #7fa5f0}.focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color: #fafafa}.focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color: #f4f4f5}.focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color: #e4e4e7}.focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color: #d4d4d8}.focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color: #a1a1aa}.focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color: #71717a}.focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color: #52525b}.focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color: #3f3f46}.focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color: #27272a}.focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color: #18181b}.focus-within\:ring-offset-lightgray:focus-within{--tw-ring-offset-color: #efefef}.focus-within\:ring-offset-darkgray:focus-within{--tw-ring-offset-color: #6c6c6c}.focus-within\:ring-offset-nav_darkgray:focus-within{--tw-ring-offset-color: #1f1f1f}.focus-within\:ring-offset-nav_lightgray:focus-within{--tw-ring-offset-color: #474747}.focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color: #f0f9ff}.focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color: #e0f2fe}.focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color: #bae6fd}.focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color: #7dd3fc}.focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color: #38bdf8}.focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color: #0ea5e9}.focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color: #0284c7}.focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color: #0369a1}.focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color: #075985}.focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color: #0c4a6e}.focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color: #fff1f2}.focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color: #ffe4e6}.focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color: #fecdd3}.focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color: #fda4af}.focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color: #fb7185}.focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color: #f43f5e}.focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color: #e11d48}.focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color: #be123c}.focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color: #9f1239}.focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color: #881337}.focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color: #fdf4ff}.focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color: #fae8ff}.focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color: #f5d0fe}.focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color: #f0abfc}.focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color: #e879f9}.focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color: #d946ef}.focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color: #c026d3}.focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color: #a21caf}.focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color: #86198f}.focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color: #701a75}.focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color: #f0fdf4}.focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color: #dcfce7}.focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color: #bbf7d0}.focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color: #86efac}.focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color: #4ade80}.focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color: #22c55e}.focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color: #16a34a}.focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color: #15803d}.focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color: #166534}.focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color: #14532d}.focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color: #faf5ff}.focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color: #f3e8ff}.focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color: #e9d5ff}.focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color: #d8b4fe}.focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color: #c084fc}.focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color: #a855f7}.focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color: #9333ea}.focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color: #7e22ce}.focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color: #6b21a8}.focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color: #581c87}.focus-within\:ring-offset-teal-50:focus-within{--tw-ring-offset-color: #f0fdfa}.focus-within\:ring-offset-teal-100:focus-within{--tw-ring-offset-color: #ccfbf1}.focus-within\:ring-offset-teal-200:focus-within{--tw-ring-offset-color: #99f6e4}.focus-within\:ring-offset-teal-300:focus-within{--tw-ring-offset-color: #5eead4}.focus-within\:ring-offset-teal-400:focus-within{--tw-ring-offset-color: #2dd4bf}.focus-within\:ring-offset-teal-500:focus-within{--tw-ring-offset-color: #14b8a6}.focus-within\:ring-offset-teal-600:focus-within{--tw-ring-offset-color: #0d9488}.focus-within\:ring-offset-teal-700:focus-within{--tw-ring-offset-color: #0f766e}.focus-within\:ring-offset-teal-800:focus-within{--tw-ring-offset-color: #115e59}.focus-within\:ring-offset-teal-900:focus-within{--tw-ring-offset-color: #134e4a}.focus-within\:ring-offset-cyan-50:focus-within{--tw-ring-offset-color: #ecfeff}.focus-within\:ring-offset-cyan-100:focus-within{--tw-ring-offset-color: #cffafe}.focus-within\:ring-offset-cyan-200:focus-within{--tw-ring-offset-color: #a5f3fc}.focus-within\:ring-offset-cyan-300:focus-within{--tw-ring-offset-color: #67e8f9}.focus-within\:ring-offset-cyan-400:focus-within{--tw-ring-offset-color: #22d3ee}.focus-within\:ring-offset-cyan-500:focus-within{--tw-ring-offset-color: #06b6d4}.focus-within\:ring-offset-cyan-600:focus-within{--tw-ring-offset-color: #0891b2}.focus-within\:ring-offset-cyan-700:focus-within{--tw-ring-offset-color: #0e7490}.focus-within\:ring-offset-cyan-800:focus-within{--tw-ring-offset-color: #155e75}.focus-within\:ring-offset-cyan-900:focus-within{--tw-ring-offset-color: #164e63}.focus-within\:ring-offset-yellow:focus-within{--tw-ring-offset-color: #D9B310}.focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color: #FFF}.focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color: #000}.focus\:ring-offset-bg_primary:focus{--tw-ring-offset-color: #1D2731}.focus\:ring-offset-primary:focus{--tw-ring-offset-color: #1C4C70}.focus\:ring-offset-secondary:focus{--tw-ring-offset-color: #F0984A}.focus\:ring-offset-warning:focus{--tw-ring-offset-color: #D95F3B}.focus\:ring-offset-error:focus{--tw-ring-offset-color: #f44336}.focus\:ring-offset-info:focus{--tw-ring-offset-color: #7AA9A3}.focus\:ring-offset-success:focus{--tw-ring-offset-color: #338F9A}.focus\:ring-offset-call_to_action:focus{--tw-ring-offset-color: #7fa5f0}.focus\:ring-offset-gray-50:focus{--tw-ring-offset-color: #fafafa}.focus\:ring-offset-gray-100:focus{--tw-ring-offset-color: #f4f4f5}.focus\:ring-offset-gray-200:focus{--tw-ring-offset-color: #e4e4e7}.focus\:ring-offset-gray-300:focus{--tw-ring-offset-color: #d4d4d8}.focus\:ring-offset-gray-400:focus{--tw-ring-offset-color: #a1a1aa}.focus\:ring-offset-gray-500:focus{--tw-ring-offset-color: #71717a}.focus\:ring-offset-gray-600:focus{--tw-ring-offset-color: #52525b}.focus\:ring-offset-gray-700:focus{--tw-ring-offset-color: #3f3f46}.focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #27272a}.focus\:ring-offset-gray-900:focus{--tw-ring-offset-color: #18181b}.focus\:ring-offset-lightgray:focus{--tw-ring-offset-color: #efefef}.focus\:ring-offset-darkgray:focus{--tw-ring-offset-color: #6c6c6c}.focus\:ring-offset-nav_darkgray:focus{--tw-ring-offset-color: #1f1f1f}.focus\:ring-offset-nav_lightgray:focus{--tw-ring-offset-color: #474747}.focus\:ring-offset-blue-50:focus{--tw-ring-offset-color: #f0f9ff}.focus\:ring-offset-blue-100:focus{--tw-ring-offset-color: #e0f2fe}.focus\:ring-offset-blue-200:focus{--tw-ring-offset-color: #bae6fd}.focus\:ring-offset-blue-300:focus{--tw-ring-offset-color: #7dd3fc}.focus\:ring-offset-blue-400:focus{--tw-ring-offset-color: #38bdf8}.focus\:ring-offset-blue-500:focus{--tw-ring-offset-color: #0ea5e9}.focus\:ring-offset-blue-600:focus{--tw-ring-offset-color: #0284c7}.focus\:ring-offset-blue-700:focus{--tw-ring-offset-color: #0369a1}.focus\:ring-offset-blue-800:focus{--tw-ring-offset-color: #075985}.focus\:ring-offset-blue-900:focus{--tw-ring-offset-color: #0c4a6e}.focus\:ring-offset-red-50:focus{--tw-ring-offset-color: #fff1f2}.focus\:ring-offset-red-100:focus{--tw-ring-offset-color: #ffe4e6}.focus\:ring-offset-red-200:focus{--tw-ring-offset-color: #fecdd3}.focus\:ring-offset-red-300:focus{--tw-ring-offset-color: #fda4af}.focus\:ring-offset-red-400:focus{--tw-ring-offset-color: #fb7185}.focus\:ring-offset-red-500:focus{--tw-ring-offset-color: #f43f5e}.focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #e11d48}.focus\:ring-offset-red-700:focus{--tw-ring-offset-color: #be123c}.focus\:ring-offset-red-800:focus{--tw-ring-offset-color: #9f1239}.focus\:ring-offset-red-900:focus{--tw-ring-offset-color: #881337}.focus\:ring-offset-pink-50:focus{--tw-ring-offset-color: #fdf4ff}.focus\:ring-offset-pink-100:focus{--tw-ring-offset-color: #fae8ff}.focus\:ring-offset-pink-200:focus{--tw-ring-offset-color: #f5d0fe}.focus\:ring-offset-pink-300:focus{--tw-ring-offset-color: #f0abfc}.focus\:ring-offset-pink-400:focus{--tw-ring-offset-color: #e879f9}.focus\:ring-offset-pink-500:focus{--tw-ring-offset-color: #d946ef}.focus\:ring-offset-pink-600:focus{--tw-ring-offset-color: #c026d3}.focus\:ring-offset-pink-700:focus{--tw-ring-offset-color: #a21caf}.focus\:ring-offset-pink-800:focus{--tw-ring-offset-color: #86198f}.focus\:ring-offset-pink-900:focus{--tw-ring-offset-color: #701a75}.focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.focus\:ring-offset-green-100:focus{--tw-ring-offset-color: #dcfce7}.focus\:ring-offset-green-200:focus{--tw-ring-offset-color: #bbf7d0}.focus\:ring-offset-green-300:focus{--tw-ring-offset-color: #86efac}.focus\:ring-offset-green-400:focus{--tw-ring-offset-color: #4ade80}.focus\:ring-offset-green-500:focus{--tw-ring-offset-color: #22c55e}.focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #16a34a}.focus\:ring-offset-green-700:focus{--tw-ring-offset-color: #15803d}.focus\:ring-offset-green-800:focus{--tw-ring-offset-color: #166534}.focus\:ring-offset-green-900:focus{--tw-ring-offset-color: #14532d}.focus\:ring-offset-purple-50:focus{--tw-ring-offset-color: #faf5ff}.focus\:ring-offset-purple-100:focus{--tw-ring-offset-color: #f3e8ff}.focus\:ring-offset-purple-200:focus{--tw-ring-offset-color: #e9d5ff}.focus\:ring-offset-purple-300:focus{--tw-ring-offset-color: #d8b4fe}.focus\:ring-offset-purple-400:focus{--tw-ring-offset-color: #c084fc}.focus\:ring-offset-purple-500:focus{--tw-ring-offset-color: #a855f7}.focus\:ring-offset-purple-600:focus{--tw-ring-offset-color: #9333ea}.focus\:ring-offset-purple-700:focus{--tw-ring-offset-color: #7e22ce}.focus\:ring-offset-purple-800:focus{--tw-ring-offset-color: #6b21a8}.focus\:ring-offset-purple-900:focus{--tw-ring-offset-color: #581c87}.focus\:ring-offset-teal-50:focus{--tw-ring-offset-color: #f0fdfa}.focus\:ring-offset-teal-100:focus{--tw-ring-offset-color: #ccfbf1}.focus\:ring-offset-teal-200:focus{--tw-ring-offset-color: #99f6e4}.focus\:ring-offset-teal-300:focus{--tw-ring-offset-color: #5eead4}.focus\:ring-offset-teal-400:focus{--tw-ring-offset-color: #2dd4bf}.focus\:ring-offset-teal-500:focus{--tw-ring-offset-color: #14b8a6}.focus\:ring-offset-teal-600:focus{--tw-ring-offset-color: #0d9488}.focus\:ring-offset-teal-700:focus{--tw-ring-offset-color: #0f766e}.focus\:ring-offset-teal-800:focus{--tw-ring-offset-color: #115e59}.focus\:ring-offset-teal-900:focus{--tw-ring-offset-color: #134e4a}.focus\:ring-offset-cyan-50:focus{--tw-ring-offset-color: #ecfeff}.focus\:ring-offset-cyan-100:focus{--tw-ring-offset-color: #cffafe}.focus\:ring-offset-cyan-200:focus{--tw-ring-offset-color: #a5f3fc}.focus\:ring-offset-cyan-300:focus{--tw-ring-offset-color: #67e8f9}.focus\:ring-offset-cyan-400:focus{--tw-ring-offset-color: #22d3ee}.focus\:ring-offset-cyan-500:focus{--tw-ring-offset-color: #06b6d4}.focus\:ring-offset-cyan-600:focus{--tw-ring-offset-color: #0891b2}.focus\:ring-offset-cyan-700:focus{--tw-ring-offset-color: #0e7490}.focus\:ring-offset-cyan-800:focus{--tw-ring-offset-color: #155e75}.focus\:ring-offset-cyan-900:focus{--tw-ring-offset-color: #164e63}.focus\:ring-offset-yellow:focus{--tw-ring-offset-color: #D9B310}.focus\:ring-offset-white:focus{--tw-ring-offset-color: #FFF}.focus\:ring-offset-black:focus{--tw-ring-offset-color: #000}.filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.filter-none{filter:none}.blur-0,.blur-none{--tw-blur: blur(0)}.blur-sm{--tw-blur: blur(4px)}.blur{--tw-blur: blur(8px)}.blur-md{--tw-blur: blur(12px)}.blur-lg{--tw-blur: blur(16px)}.blur-xl{--tw-blur: blur(24px)}.blur-2xl{--tw-blur: blur(40px)}.blur-3xl{--tw-blur: blur(64px)}.brightness-0{--tw-brightness: brightness(0)}.brightness-50{--tw-brightness: brightness(.5)}.brightness-75{--tw-brightness: brightness(.75)}.brightness-90{--tw-brightness: brightness(.9)}.brightness-95{--tw-brightness: brightness(.95)}.brightness-100{--tw-brightness: brightness(1)}.brightness-105{--tw-brightness: brightness(1.05)}.brightness-110{--tw-brightness: brightness(1.1)}.brightness-125{--tw-brightness: brightness(1.25)}.brightness-150{--tw-brightness: brightness(1.5)}.brightness-200{--tw-brightness: brightness(2)}.contrast-0{--tw-contrast: contrast(0)}.contrast-50{--tw-contrast: contrast(.5)}.contrast-75{--tw-contrast: contrast(.75)}.contrast-100{--tw-contrast: contrast(1)}.contrast-125{--tw-contrast: contrast(1.25)}.contrast-150{--tw-contrast: contrast(1.5)}.contrast-200{--tw-contrast: contrast(2)}.drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.05))}.drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))}.drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))}.drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))}.drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08))}.drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))}.drop-shadow-none{--tw-drop-shadow: drop-shadow(0 0 #0000)}.grayscale-0{--tw-grayscale: grayscale(0)}.grayscale{--tw-grayscale: grayscale(100%)}.hue-rotate-0{--tw-hue-rotate: hue-rotate(0deg)}.hue-rotate-15{--tw-hue-rotate: hue-rotate(15deg)}.hue-rotate-30{--tw-hue-rotate: hue-rotate(30deg)}.hue-rotate-60{--tw-hue-rotate: hue-rotate(60deg)}.hue-rotate-90{--tw-hue-rotate: hue-rotate(90deg)}.hue-rotate-180{--tw-hue-rotate: hue-rotate(180deg)}.-hue-rotate-180{--tw-hue-rotate: hue-rotate(-180deg)}.-hue-rotate-90{--tw-hue-rotate: hue-rotate(-90deg)}.-hue-rotate-60{--tw-hue-rotate: hue-rotate(-60deg)}.-hue-rotate-30{--tw-hue-rotate: hue-rotate(-30deg)}.-hue-rotate-15{--tw-hue-rotate: hue-rotate(-15deg)}.invert-0{--tw-invert: invert(0)}.invert{--tw-invert: invert(100%)}.saturate-0{--tw-saturate: saturate(0)}.saturate-50{--tw-saturate: saturate(.5)}.saturate-100{--tw-saturate: saturate(1)}.saturate-150{--tw-saturate: saturate(1.5)}.saturate-200{--tw-saturate: saturate(2)}.sepia-0{--tw-sepia: sepia(0)}.sepia{--tw-sepia: sepia(100%)}.backdrop-filter{--tw-backdrop-blur: var(--tw-empty, );--tw-backdrop-brightness: var(--tw-empty, );--tw-backdrop-contrast: var(--tw-empty, );--tw-backdrop-grayscale: var(--tw-empty, );--tw-backdrop-hue-rotate: var(--tw-empty, );--tw-backdrop-invert: var(--tw-empty, );--tw-backdrop-opacity: var(--tw-empty, );--tw-backdrop-saturate: var(--tw-empty, );--tw-backdrop-sepia: var(--tw-empty, );-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.backdrop-blur-0,.backdrop-blur-none{--tw-backdrop-blur: blur(0)}.backdrop-blur-sm{--tw-backdrop-blur: blur(4px)}.backdrop-blur{--tw-backdrop-blur: blur(8px)}.backdrop-blur-md{--tw-backdrop-blur: blur(12px)}.backdrop-blur-lg{--tw-backdrop-blur: blur(16px)}.backdrop-blur-xl{--tw-backdrop-blur: blur(24px)}.backdrop-blur-2xl{--tw-backdrop-blur: blur(40px)}.backdrop-blur-3xl{--tw-backdrop-blur: blur(64px)}.backdrop-brightness-0{--tw-backdrop-brightness: brightness(0)}.backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5)}.backdrop-brightness-75{--tw-backdrop-brightness: brightness(.75)}.backdrop-brightness-90{--tw-backdrop-brightness: brightness(.9)}.backdrop-brightness-95{--tw-backdrop-brightness: brightness(.95)}.backdrop-brightness-100{--tw-backdrop-brightness: brightness(1)}.backdrop-brightness-105{--tw-backdrop-brightness: brightness(1.05)}.backdrop-brightness-110{--tw-backdrop-brightness: brightness(1.1)}.backdrop-brightness-125{--tw-backdrop-brightness: brightness(1.25)}.backdrop-brightness-150{--tw-backdrop-brightness: brightness(1.5)}.backdrop-brightness-200{--tw-backdrop-brightness: brightness(2)}.backdrop-contrast-0{--tw-backdrop-contrast: contrast(0)}.backdrop-contrast-50{--tw-backdrop-contrast: contrast(.5)}.backdrop-contrast-75{--tw-backdrop-contrast: contrast(.75)}.backdrop-contrast-100{--tw-backdrop-contrast: contrast(1)}.backdrop-contrast-125{--tw-backdrop-contrast: contrast(1.25)}.backdrop-contrast-150{--tw-backdrop-contrast: contrast(1.5)}.backdrop-contrast-200{--tw-backdrop-contrast: contrast(2)}.backdrop-grayscale-0{--tw-backdrop-grayscale: grayscale(0)}.backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%)}.backdrop-hue-rotate-0{--tw-backdrop-hue-rotate: hue-rotate(0deg)}.backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(15deg)}.backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(30deg)}.backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(60deg)}.backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(90deg)}.backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(180deg)}.-backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(-180deg)}.-backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(-90deg)}.-backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(-60deg)}.-backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(-30deg)}.-backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(-15deg)}.backdrop-invert-0{--tw-backdrop-invert: invert(0)}.backdrop-invert{--tw-backdrop-invert: invert(100%)}.backdrop-opacity-0{--tw-backdrop-opacity: opacity(0)}.backdrop-opacity-5{--tw-backdrop-opacity: opacity(.05)}.backdrop-opacity-10{--tw-backdrop-opacity: opacity(.1)}.backdrop-opacity-20{--tw-backdrop-opacity: opacity(.2)}.backdrop-opacity-25{--tw-backdrop-opacity: opacity(.25)}.backdrop-opacity-30{--tw-backdrop-opacity: opacity(.3)}.backdrop-opacity-40{--tw-backdrop-opacity: opacity(.4)}.backdrop-opacity-50{--tw-backdrop-opacity: opacity(.5)}.backdrop-opacity-60{--tw-backdrop-opacity: opacity(.6)}.backdrop-opacity-70{--tw-backdrop-opacity: opacity(.7)}.backdrop-opacity-75{--tw-backdrop-opacity: opacity(.75)}.backdrop-opacity-80{--tw-backdrop-opacity: opacity(.8)}.backdrop-opacity-90{--tw-backdrop-opacity: opacity(.9)}.backdrop-opacity-95{--tw-backdrop-opacity: opacity(.95)}.backdrop-opacity-100{--tw-backdrop-opacity: opacity(1)}.backdrop-saturate-0{--tw-backdrop-saturate: saturate(0)}.backdrop-saturate-50{--tw-backdrop-saturate: saturate(.5)}.backdrop-saturate-100{--tw-backdrop-saturate: saturate(1)}.backdrop-saturate-150{--tw-backdrop-saturate: saturate(1.5)}.backdrop-saturate-200{--tw-backdrop-saturate: saturate(2)}.backdrop-sepia-0{--tw-backdrop-sepia: sepia(0)}.backdrop-sepia{--tw-backdrop-sepia: sepia(100%)}.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,filter,backdrop-filter;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}.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}.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}.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)}.text-shadow{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.text-shadow-sm{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.text-shadow-md{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.text-shadow-lg{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.text-shadow-xl{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.text-shadow-none{text-shadow:none}.text-shadow-glow{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.hover\:text-shadow:hover{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.hover\:text-shadow-sm:hover{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.hover\:text-shadow-md:hover{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.hover\:text-shadow-lg:hover{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.hover\:text-shadow-xl:hover{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.hover\:text-shadow-none:hover{text-shadow:none}.hover\:text-shadow-glow:hover{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.focus\:text-shadow:focus{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.focus\:text-shadow-sm:focus{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.focus\:text-shadow-md:focus{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.focus\:text-shadow-lg:focus{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.focus\:text-shadow-xl:focus{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.focus\:text-shadow-none:focus{text-shadow:none}.focus\:text-shadow-glow:focus{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.masonry-6-col{-moz-column-count:6;column-count:6;-moz-column-gap:.5em;column-gap:.5em}.masonry-5-col{-moz-column-count:5;column-count:5;-moz-column-gap:.5em;column-gap:.5em}.masonry-4-col{-moz-column-count:4;column-count:4;-moz-column-gap:.5em;column-gap:.5em}.masonry-3-col{-moz-column-count:3;column-count:3;-moz-column-gap:.5em;column-gap:.5em}.masonry-2-col{-moz-column-count:2;column-count:2;-moz-column-gap:.5em;column-gap:.5em}.masonry-1-col{-moz-column-count:1;column-count:1;-moz-column-gap:0em;column-gap:0em}.break-inside{-moz-column-break-inside:avoid;break-inside:avoid}:root{--spring-smooth: cubic-bezier(.25, .46, .45, .94);--spring-bouncy: cubic-bezier(.68, -.55, .265, 1.55);--spring-sharp: cubic-bezier(.4, 0, .2, 1);--spring-soft: cubic-bezier(.16, 1, .3, 1);--duration-instant: .1s;--duration-quick: .2s;--duration-normal: .3s;--duration-slow: .4s;--duration-slower: .5s}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.spring-transition{transition:all var(--duration-quick) var(--spring-smooth)}.spring-transition-slow{transition:all var(--duration-normal) var(--spring-smooth)}.spring-transition-slower{transition:all var(--duration-slower) var(--spring-smooth)}.spring-transition-width{transition:width var(--duration-normal) var(--spring-smooth)}.spring-transition-transform{transition:transform var(--duration-quick) var(--spring-smooth)}.spring-transition-opacity{transition:opacity var(--duration-quick) var(--spring-soft)}.spring-transition-opacity-transform{transition:opacity var(--duration-normal) var(--spring-soft),transform var(--duration-normal) var(--spring-soft)}.modal-enter-active,.modal-leave-active{transition:opacity var(--duration-normal) var(--spring-smooth)}.modal-enter-from,.modal-leave-to{opacity:0}.modal-enter-to,.modal-leave-from{opacity:1}.modal-enter-active .modal-content,.modal-leave-active .modal-content{transition:transform var(--duration-normal) var(--spring-smooth),opacity var(--duration-normal) var(--spring-smooth)}.modal-enter-from .modal-content{transform:translateY(100vh) scale(.95);opacity:0}.modal-enter-to .modal-content,.modal-leave-from .modal-content{transform:translateY(0) scale(1);opacity:1}.modal-leave-to .modal-content{transform:translateY(50vh) scale(.95);opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.gallery-image{opacity:0;animation:fadeInUp var(--duration-slow) var(--spring-soft) forwards}.gallery-image:nth-child(n+21){animation-delay:.6s!important}@keyframes selectionBounce{0%{transform:scale(1)}30%{transform:scale(.97)}60%{transform:scale(1.02)}to{transform:scale(1)}}.image-selection-bounce{animation:selectionBounce var(--duration-normal) var(--spring-bouncy)}@keyframes checkboxPop{0%{transform:scale(0);opacity:0}50%{transform:scale(1.08)}to{transform:scale(1);opacity:1}}input[type=checkbox]:checked{animation:checkboxPop var(--duration-normal) var(--spring-bouncy)}.gallery-image:has(input[type=checkbox]:checked) .relative.overflow-hidden{animation:selectionBounce var(--duration-normal) var(--spring-bouncy)}.selection-overlay-enter-active,.selection-overlay-leave-active{transition:opacity var(--duration-quick) var(--spring-smooth)}.selection-overlay-enter-from,.selection-overlay-leave-to{opacity:0}.selection-overlay-enter-to,.selection-overlay-leave-from{opacity:1}.hover\:scale-110:hover:not(:active){transform:scale(1.1);transition:transform var(--duration-quick) var(--spring-smooth)}.hover\:scale-110:active,button:active,[role=button]:active{transform:scale(.95)!important;opacity:.8;transition:transform var(--duration-instant) var(--spring-sharp),opacity var(--duration-instant) ease-out}.ios-button{position:relative;transition:all var(--duration-quick) var(--spring-smooth);transform-origin:center}.ios-button:hover:not(:active){transform:scale(1.05)}.ios-button:active{transform:scale(.95);opacity:.8;transition:all var(--duration-instant) var(--spring-sharp)}.ios-button-ripple:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;background:radial-gradient(circle,rgba(255,255,255,.3) 0%,transparent 70%);opacity:0;transform:scale(0);transition:all var(--duration-quick) ease-out;pointer-events:none}.ios-button-ripple:active:after{opacity:1;transform:scale(1)}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton-shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fff0,#fff9,#fff0);animation:shimmer 1.5s ease-in-out infinite;pointer-events:none}.skeleton-box{background:#e0e0e0;border-radius:8px;overflow:hidden;position:relative}@keyframes pulse-subtle{0%,to{opacity:1}50%{opacity:.7}}.loading-pulse{animation:pulse-subtle 1.5s cubic-bezier(.4,0,.6,1) infinite}.text-line.text-line{color:#06c755!important}.text-facebook.text-facebook{color:#4267b2!important}.text-instagram.text-instagram{color:#833ab4!important}.text-youtube.text-youtube{color:#cd201f!important}@media (min-width: 480px){.sm\:container{width:100%}.sm\:container{max-width:480px}@media (min-width: 768px){.sm\:container{max-width:768px}}@media (min-width: 976px){.sm\:container{max-width:976px}}@media (min-width: 1440px){.sm\:container{max-width:1440px}}.sm\:prose{color:#3f3f46;max-width:65ch}.sm\:prose [class~=lead]{color:#52525b;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.sm\:prose a{color:#18181b;text-decoration:underline;font-weight:500}.sm\:prose strong{color:#18181b;font-weight:600}.sm\:prose ol{counter-reset:list-counter;margin-top:1.25em;margin-bottom:1.25em}.sm\:prose ol>li{position:relative;counter-increment:list-counter;padding-left:1.75em}.sm\:prose ol>li:before{content:counter(list-counter) ".";position:absolute;font-weight:400;color:#71717a;left:0}.sm\:prose ul>li{position:relative;padding-left:1.75em}.sm\:prose ul>li:before{content:"";position:absolute;background-color:#d4d4d8;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}.sm\:prose hr{border-color:#e4e4e7;border-top-width:1px;margin-top:3em;margin-bottom:3em}.sm\:prose blockquote{font-weight:500;font-style:italic;color:#18181b;border-left-width:.25rem;border-left-color:#e4e4e7;quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.sm\:prose blockquote p:first-of-type:before{content:open-quote}.sm\:prose blockquote p:last-of-type:after{content:close-quote}.sm\:prose h1{color:#18181b;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.sm\:prose h2{color:#18181b;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.sm\:prose h3{color:#18181b;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.sm\:prose h4{color:#18181b;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.sm\:prose figure figcaption{color:#71717a;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.sm\:prose code{color:#18181b;font-weight:600;font-size:.875em}.sm\:prose code:before{content:"`"}.sm\:prose code:after{content:"`"}.sm\:prose a code{color:#18181b}.sm\:prose pre{color:#e4e4e7;background-color:#27272a;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.sm\:prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.sm\:prose pre code:before{content:""}.sm\:prose pre code:after{content:""}.sm\:prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.sm\:prose thead{color:#18181b;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d8}.sm\:prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.sm\:prose tbody tr{border-bottom-width:1px;border-bottom-color:#e4e4e7}.sm\:prose tbody tr:last-child{border-bottom-width:0}.sm\:prose tbody td{vertical-align:top;padding:.5714286em}.sm\:prose{font-size:1rem;line-height:1.75}.sm\:prose p{margin-top:1.25em;margin-bottom:1.25em}.sm\:prose img{margin-top:2em;margin-bottom:2em}.sm\:prose video{margin-top:2em;margin-bottom:2em}.sm\:prose figure{margin-top:2em;margin-bottom:2em}.sm\:prose figure>*{margin-top:0;margin-bottom:0}.sm\:prose h2 code{font-size:.875em}.sm\:prose h3 code{font-size:.9em}.sm\:prose ul{margin-top:1.25em;margin-bottom:1.25em}.sm\:prose li{margin-top:.5em;margin-bottom:.5em}.sm\:prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.sm\:prose>ul>li>*:first-child{margin-top:1.25em}.sm\:prose>ul>li>*:last-child{margin-bottom:1.25em}.sm\:prose>ol>li>*:first-child{margin-top:1.25em}.sm\:prose>ol>li>*:last-child{margin-bottom:1.25em}.sm\:prose ul ul,.sm\:prose ul ol,.sm\:prose ol ul,.sm\:prose ol ol{margin-top:.75em;margin-bottom:.75em}.sm\:prose hr+*{margin-top:0}.sm\:prose h2+*{margin-top:0}.sm\:prose h3+*{margin-top:0}.sm\:prose h4+*{margin-top:0}.sm\:prose thead th:first-child{padding-left:0}.sm\:prose thead th:last-child{padding-right:0}.sm\:prose tbody td:first-child{padding-left:0}.sm\:prose tbody td:last-child{padding-right:0}.sm\:prose>:first-child{margin-top:0}.sm\:prose>:last-child{margin-bottom:0}.sm\:prose-sm{font-size:.875rem;line-height:1.7142857}.sm\:prose-sm p{margin-top:1.1428571em;margin-bottom:1.1428571em}.sm\:prose-sm [class~=lead]{font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.sm\:prose-sm blockquote{margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.sm\:prose-sm h1{font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.sm\:prose-sm h2{font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.sm\:prose-sm h3{font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.sm\:prose-sm h4{margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.sm\:prose-sm img{margin-top:1.7142857em;margin-bottom:1.7142857em}.sm\:prose-sm video{margin-top:1.7142857em;margin-bottom:1.7142857em}.sm\:prose-sm figure{margin-top:1.7142857em;margin-bottom:1.7142857em}.sm\:prose-sm figure>*{margin-top:0;margin-bottom:0}.sm\:prose-sm figure figcaption{font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.sm\:prose-sm code{font-size:.8571429em}.sm\:prose-sm h2 code{font-size:.9em}.sm\:prose-sm h3 code{font-size:.8888889em}.sm\:prose-sm pre{font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.sm\:prose-sm ol,.sm\:prose-sm ul{margin-top:1.1428571em;margin-bottom:1.1428571em}.sm\:prose-sm li{margin-top:.2857143em;margin-bottom:.2857143em}.sm\:prose-sm ol>li{padding-left:1.5714286em}.sm\:prose-sm ol>li:before{left:0}.sm\:prose-sm ul>li{padding-left:1.5714286em}.sm\:prose-sm ul>li:before{height:.3571429em;width:.3571429em;top:calc(.8571429em - .1785714em);left:.2142857em}.sm\:prose-sm>ul>li p{margin-top:.5714286em;margin-bottom:.5714286em}.sm\:prose-sm>ul>li>*:first-child{margin-top:1.1428571em}.sm\:prose-sm>ul>li>*:last-child{margin-bottom:1.1428571em}.sm\:prose-sm>ol>li>*:first-child{margin-top:1.1428571em}.sm\:prose-sm>ol>li>*:last-child{margin-bottom:1.1428571em}.sm\:prose-sm ul ul,.sm\:prose-sm ul ol,.sm\:prose-sm ol ul,.sm\:prose-sm ol ol{margin-top:.5714286em;margin-bottom:.5714286em}.sm\:prose-sm hr{margin-top:2.8571429em;margin-bottom:2.8571429em}.sm\:prose-sm hr+*{margin-top:0}.sm\:prose-sm h2+*{margin-top:0}.sm\:prose-sm h3+*{margin-top:0}.sm\:prose-sm h4+*{margin-top:0}.sm\:prose-sm table{font-size:.8571429em;line-height:1.5}.sm\:prose-sm thead th{padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.sm\:prose-sm thead th:first-child{padding-left:0}.sm\:prose-sm thead th:last-child{padding-right:0}.sm\:prose-sm tbody td{padding:.6666667em 1em}.sm\:prose-sm tbody td:first-child{padding-left:0}.sm\:prose-sm tbody td:last-child{padding-right:0}.sm\:prose-sm>:first-child{margin-top:0}.sm\:prose-sm>:last-child{margin-bottom:0}.sm\:prose-lg{font-size:1.125rem;line-height:1.7777778}.sm\:prose-lg p{margin-top:1.3333333em;margin-bottom:1.3333333em}.sm\:prose-lg [class~=lead]{font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.sm\:prose-lg blockquote{margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.sm\:prose-lg h1{font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.sm\:prose-lg h2{font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.sm\:prose-lg h3{font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.sm\:prose-lg h4{margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.sm\:prose-lg img{margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg video{margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg figure{margin-top:1.7777778em;margin-bottom:1.7777778em}.sm\:prose-lg figure>*{margin-top:0;margin-bottom:0}.sm\:prose-lg figure figcaption{font-size:.8888889em;line-height:1.5;margin-top:1em}.sm\:prose-lg code{font-size:.8888889em}.sm\:prose-lg h2 code{font-size:.8666667em}.sm\:prose-lg h3 code{font-size:.875em}.sm\:prose-lg pre{font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.sm\:prose-lg ol,.sm\:prose-lg ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.sm\:prose-lg li{margin-top:.6666667em;margin-bottom:.6666667em}.sm\:prose-lg ol>li{padding-left:1.6666667em}.sm\:prose-lg ol>li:before{left:0}.sm\:prose-lg ul>li{padding-left:1.6666667em}.sm\:prose-lg ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8888889em - .1666667em);left:.2222222em}.sm\:prose-lg>ul>li p{margin-top:.8888889em;margin-bottom:.8888889em}.sm\:prose-lg>ul>li>*:first-child{margin-top:1.3333333em}.sm\:prose-lg>ul>li>*:last-child{margin-bottom:1.3333333em}.sm\:prose-lg>ol>li>*:first-child{margin-top:1.3333333em}.sm\:prose-lg>ol>li>*:last-child{margin-bottom:1.3333333em}.sm\:prose-lg ul ul,.sm\:prose-lg ul ol,.sm\:prose-lg ol ul,.sm\:prose-lg ol ol{margin-top:.8888889em;margin-bottom:.8888889em}.sm\:prose-lg hr{margin-top:3.1111111em;margin-bottom:3.1111111em}.sm\:prose-lg hr+*{margin-top:0}.sm\:prose-lg h2+*{margin-top:0}.sm\:prose-lg h3+*{margin-top:0}.sm\:prose-lg h4+*{margin-top:0}.sm\:prose-lg table{font-size:.8888889em;line-height:1.5}.sm\:prose-lg thead th{padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.sm\:prose-lg thead th:first-child{padding-left:0}.sm\:prose-lg thead th:last-child{padding-right:0}.sm\:prose-lg tbody td{padding:.75em}.sm\:prose-lg tbody td:first-child{padding-left:0}.sm\:prose-lg tbody td:last-child{padding-right:0}.sm\:prose-lg>:first-child{margin-top:0}.sm\:prose-lg>:last-child{margin-bottom:0}.sm\:prose-xl{font-size:1.25rem;line-height:1.8}.sm\:prose-xl p{margin-top:1.2em;margin-bottom:1.2em}.sm\:prose-xl [class~=lead]{font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.sm\:prose-xl blockquote{margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.sm\:prose-xl h1{font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.sm\:prose-xl h2{font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.sm\:prose-xl h3{font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.sm\:prose-xl h4{margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.sm\:prose-xl img{margin-top:2em;margin-bottom:2em}.sm\:prose-xl video{margin-top:2em;margin-bottom:2em}.sm\:prose-xl figure{margin-top:2em;margin-bottom:2em}.sm\:prose-xl figure>*{margin-top:0;margin-bottom:0}.sm\:prose-xl figure figcaption{font-size:.9em;line-height:1.5555556;margin-top:1em}.sm\:prose-xl code{font-size:.9em}.sm\:prose-xl h2 code{font-size:.8611111em}.sm\:prose-xl h3 code{font-size:.9em}.sm\:prose-xl pre{font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.sm\:prose-xl ol,.sm\:prose-xl ul{margin-top:1.2em;margin-bottom:1.2em}.sm\:prose-xl li{margin-top:.6em;margin-bottom:.6em}.sm\:prose-xl ol>li{padding-left:1.8em}.sm\:prose-xl ol>li:before{left:0}.sm\:prose-xl ul>li{padding-left:1.8em}.sm\:prose-xl ul>li:before{width:.35em;height:.35em;top:calc(.9em - .175em);left:.25em}.sm\:prose-xl>ul>li p{margin-top:.8em;margin-bottom:.8em}.sm\:prose-xl>ul>li>*:first-child{margin-top:1.2em}.sm\:prose-xl>ul>li>*:last-child{margin-bottom:1.2em}.sm\:prose-xl>ol>li>*:first-child{margin-top:1.2em}.sm\:prose-xl>ol>li>*:last-child{margin-bottom:1.2em}.sm\:prose-xl ul ul,.sm\:prose-xl ul ol,.sm\:prose-xl ol ul,.sm\:prose-xl ol ol{margin-top:.8em;margin-bottom:.8em}.sm\:prose-xl hr{margin-top:2.8em;margin-bottom:2.8em}.sm\:prose-xl hr+*{margin-top:0}.sm\:prose-xl h2+*{margin-top:0}.sm\:prose-xl h3+*{margin-top:0}.sm\:prose-xl h4+*{margin-top:0}.sm\:prose-xl table{font-size:.9em;line-height:1.5555556}.sm\:prose-xl thead th{padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.sm\:prose-xl thead th:first-child{padding-left:0}.sm\:prose-xl thead th:last-child{padding-right:0}.sm\:prose-xl tbody td{padding:.8888889em .6666667em}.sm\:prose-xl tbody td:first-child{padding-left:0}.sm\:prose-xl tbody td:last-child{padding-right:0}.sm\:prose-xl>:first-child{margin-top:0}.sm\:prose-xl>:last-child{margin-bottom:0}.sm\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.sm\:prose-2xl p{margin-top:1.3333333em;margin-bottom:1.3333333em}.sm\:prose-2xl [class~=lead]{font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.sm\:prose-2xl blockquote{margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.sm\:prose-2xl h1{font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.sm\:prose-2xl h2{font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.sm\:prose-2xl h3{font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.sm\:prose-2xl h4{margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.sm\:prose-2xl img{margin-top:2em;margin-bottom:2em}.sm\:prose-2xl video{margin-top:2em;margin-bottom:2em}.sm\:prose-2xl figure{margin-top:2em;margin-bottom:2em}.sm\:prose-2xl figure>*{margin-top:0;margin-bottom:0}.sm\:prose-2xl figure figcaption{font-size:.8333333em;line-height:1.6;margin-top:1em}.sm\:prose-2xl code{font-size:.8333333em}.sm\:prose-2xl h2 code{font-size:.875em}.sm\:prose-2xl h3 code{font-size:.8888889em}.sm\:prose-2xl pre{font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.2em 1.6em}.sm\:prose-2xl ol,.sm\:prose-2xl ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.sm\:prose-2xl li{margin-top:.5em;margin-bottom:.5em}.sm\:prose-2xl ol>li{padding-left:1.6666667em}.sm\:prose-2xl ol>li:before{left:0}.sm\:prose-2xl ul>li{padding-left:1.6666667em}.sm\:prose-2xl ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8333333em - .1666667em);left:.25em}.sm\:prose-2xl>ul>li p{margin-top:.8333333em;margin-bottom:.8333333em}.sm\:prose-2xl>ul>li>*:first-child{margin-top:1.3333333em}.sm\:prose-2xl>ul>li>*:last-child{margin-bottom:1.3333333em}.sm\:prose-2xl>ol>li>*:first-child{margin-top:1.3333333em}.sm\:prose-2xl>ol>li>*:last-child{margin-bottom:1.3333333em}.sm\:prose-2xl ul ul,.sm\:prose-2xl ul ol,.sm\:prose-2xl ol ul,.sm\:prose-2xl ol ol{margin-top:.6666667em;margin-bottom:.6666667em}.sm\:prose-2xl hr{margin-top:3em;margin-bottom:3em}.sm\:prose-2xl hr+*{margin-top:0}.sm\:prose-2xl h2+*{margin-top:0}.sm\:prose-2xl h3+*{margin-top:0}.sm\:prose-2xl h4+*{margin-top:0}.sm\:prose-2xl table{font-size:.8333333em;line-height:1.4}.sm\:prose-2xl thead th{padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.sm\:prose-2xl thead th:first-child{padding-left:0}.sm\:prose-2xl thead th:last-child{padding-right:0}.sm\:prose-2xl tbody td{padding:.8em .6em}.sm\:prose-2xl tbody td:first-child{padding-left:0}.sm\:prose-2xl tbody td:last-child{padding-right:0}.sm\:prose-2xl>:first-child{margin-top:0}.sm\:prose-2xl>:last-child{margin-bottom:0}.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\:pointer-events-none{pointer-events:none}.sm\:pointer-events-auto{pointer-events:auto}.sm\:visible{visibility:visible}.sm\:invisible{visibility:hidden}.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-112{top:28rem;right:28rem;bottom:28rem;left:28rem}.sm\:inset-128{top:32rem;right:32rem;bottom:32rem;left:32rem}.sm\:inset-144{top:36rem;right:36rem;bottom:36rem;left:36rem}.sm\:inset-160{top:40rem;right:40rem;bottom:40rem;left:40rem}.sm\:inset-168{top:42rem;right:42rem;bottom:42rem;left:42rem}.sm\:inset-180{top:45rem;right:45rem;bottom:45rem;left:45rem}.sm\:inset-192{top:48rem;right:48rem;bottom:48rem;left:48rem}.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-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-112{top:-28rem;right:-28rem;bottom:-28rem;left:-28rem}.sm\:-inset-128{top:-32rem;right:-32rem;bottom:-32rem;left:-32rem}.sm\:-inset-144{top:-36rem;right:-36rem;bottom:-36rem;left:-36rem}.sm\:-inset-160{top:-40rem;right:-40rem;bottom:-40rem;left:-40rem}.sm\:-inset-168{top:-42rem;right:-42rem;bottom:-42rem;left:-42rem}.sm\:-inset-180{top:-45rem;right:-45rem;bottom:-45rem;left:-45rem}.sm\:-inset-192{top:-48rem;right:-48rem;bottom:-48rem;left:-48rem}.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-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-x-0{left:0;right:0}.sm\:inset-x-1{left:.25rem;right:.25rem}.sm\:inset-x-2{left:.5rem;right:.5rem}.sm\:inset-x-3{left:.75rem;right:.75rem}.sm\:inset-x-4{left:1rem;right:1rem}.sm\:inset-x-5{left:1.25rem;right:1.25rem}.sm\:inset-x-6{left:1.5rem;right:1.5rem}.sm\:inset-x-7{left:1.75rem;right:1.75rem}.sm\:inset-x-8{left:2rem;right:2rem}.sm\:inset-x-9{left:2.25rem;right:2.25rem}.sm\:inset-x-10{left:2.5rem;right:2.5rem}.sm\:inset-x-11{left:2.75rem;right:2.75rem}.sm\:inset-x-12{left:3rem;right:3rem}.sm\:inset-x-14{left:3.5rem;right:3.5rem}.sm\:inset-x-16{left:4rem;right:4rem}.sm\:inset-x-20{left:5rem;right:5rem}.sm\:inset-x-24{left:6rem;right:6rem}.sm\:inset-x-28{left:7rem;right:7rem}.sm\:inset-x-32{left:8rem;right:8rem}.sm\:inset-x-36{left:9rem;right:9rem}.sm\:inset-x-40{left:10rem;right:10rem}.sm\:inset-x-44{left:11rem;right:11rem}.sm\:inset-x-48{left:12rem;right:12rem}.sm\:inset-x-52{left:13rem;right:13rem}.sm\:inset-x-56{left:14rem;right:14rem}.sm\:inset-x-60{left:15rem;right:15rem}.sm\:inset-x-64{left:16rem;right:16rem}.sm\:inset-x-72{left:18rem;right:18rem}.sm\:inset-x-80{left:20rem;right:20rem}.sm\:inset-x-96{left:24rem;right:24rem}.sm\:inset-x-112{left:28rem;right:28rem}.sm\:inset-x-128{left:32rem;right:32rem}.sm\:inset-x-144{left:36rem;right:36rem}.sm\:inset-x-160{left:40rem;right:40rem}.sm\:inset-x-168{left:42rem;right:42rem}.sm\:inset-x-180{left:45rem;right:45rem}.sm\:inset-x-192{left:48rem;right:48rem}.sm\:inset-x-auto{left:auto;right:auto}.sm\:inset-x-px{left:1px;right:1px}.sm\:inset-x-0\.5{left:.125rem;right:.125rem}.sm\:inset-x-1\.5{left:.375rem;right:.375rem}.sm\:inset-x-2\.5{left:.625rem;right:.625rem}.sm\:inset-x-3\.5{left:.875rem;right:.875rem}.sm\:-inset-x-0{left:0;right:0}.sm\:-inset-x-1{left:-.25rem;right:-.25rem}.sm\:-inset-x-2{left:-.5rem;right:-.5rem}.sm\:-inset-x-3{left:-.75rem;right:-.75rem}.sm\:-inset-x-4{left:-1rem;right:-1rem}.sm\:-inset-x-5{left:-1.25rem;right:-1.25rem}.sm\:-inset-x-6{left:-1.5rem;right:-1.5rem}.sm\:-inset-x-7{left:-1.75rem;right:-1.75rem}.sm\:-inset-x-8{left:-2rem;right:-2rem}.sm\:-inset-x-9{left:-2.25rem;right:-2.25rem}.sm\:-inset-x-10{left:-2.5rem;right:-2.5rem}.sm\:-inset-x-11{left:-2.75rem;right:-2.75rem}.sm\:-inset-x-12{left:-3rem;right:-3rem}.sm\:-inset-x-14{left:-3.5rem;right:-3.5rem}.sm\:-inset-x-16{left:-4rem;right:-4rem}.sm\:-inset-x-20{left:-5rem;right:-5rem}.sm\:-inset-x-24{left:-6rem;right:-6rem}.sm\:-inset-x-28{left:-7rem;right:-7rem}.sm\:-inset-x-32{left:-8rem;right:-8rem}.sm\:-inset-x-36{left:-9rem;right:-9rem}.sm\:-inset-x-40{left:-10rem;right:-10rem}.sm\:-inset-x-44{left:-11rem;right:-11rem}.sm\:-inset-x-48{left:-12rem;right:-12rem}.sm\:-inset-x-52{left:-13rem;right:-13rem}.sm\:-inset-x-56{left:-14rem;right:-14rem}.sm\:-inset-x-60{left:-15rem;right:-15rem}.sm\:-inset-x-64{left:-16rem;right:-16rem}.sm\:-inset-x-72{left:-18rem;right:-18rem}.sm\:-inset-x-80{left:-20rem;right:-20rem}.sm\:-inset-x-96{left:-24rem;right:-24rem}.sm\:-inset-x-112{left:-28rem;right:-28rem}.sm\:-inset-x-128{left:-32rem;right:-32rem}.sm\:-inset-x-144{left:-36rem;right:-36rem}.sm\:-inset-x-160{left:-40rem;right:-40rem}.sm\:-inset-x-168{left:-42rem;right:-42rem}.sm\:-inset-x-180{left:-45rem;right:-45rem}.sm\:-inset-x-192{left:-48rem;right:-48rem}.sm\:-inset-x-px{left:-1px;right:-1px}.sm\:-inset-x-0\.5{left:-.125rem;right:-.125rem}.sm\:-inset-x-1\.5{left:-.375rem;right:-.375rem}.sm\:-inset-x-2\.5{left:-.625rem;right:-.625rem}.sm\:-inset-x-3\.5{left:-.875rem;right:-.875rem}.sm\:inset-x-1\/2{left:50%;right:50%}.sm\:inset-x-1\/3{left:33.333333%;right:33.333333%}.sm\:inset-x-2\/3{left:66.666667%;right:66.666667%}.sm\:inset-x-1\/4{left:25%;right:25%}.sm\:inset-x-2\/4{left:50%;right:50%}.sm\:inset-x-3\/4{left:75%;right:75%}.sm\:inset-x-full{left:100%;right:100%}.sm\:-inset-x-1\/2{left:-50%;right:-50%}.sm\:-inset-x-1\/3{left:-33.333333%;right:-33.333333%}.sm\:-inset-x-2\/3{left:-66.666667%;right:-66.666667%}.sm\:-inset-x-1\/4{left:-25%;right:-25%}.sm\:-inset-x-2\/4{left:-50%;right:-50%}.sm\:-inset-x-3\/4{left:-75%;right:-75%}.sm\:-inset-x-full{left:-100%;right:-100%}.sm\:inset-y-0{top:0;bottom:0}.sm\:inset-y-1{top:.25rem;bottom:.25rem}.sm\:inset-y-2{top:.5rem;bottom:.5rem}.sm\:inset-y-3{top:.75rem;bottom:.75rem}.sm\:inset-y-4{top:1rem;bottom:1rem}.sm\:inset-y-5{top:1.25rem;bottom:1.25rem}.sm\:inset-y-6{top:1.5rem;bottom:1.5rem}.sm\:inset-y-7{top:1.75rem;bottom:1.75rem}.sm\:inset-y-8{top:2rem;bottom:2rem}.sm\:inset-y-9{top:2.25rem;bottom:2.25rem}.sm\:inset-y-10{top:2.5rem;bottom:2.5rem}.sm\:inset-y-11{top:2.75rem;bottom:2.75rem}.sm\:inset-y-12{top:3rem;bottom:3rem}.sm\:inset-y-14{top:3.5rem;bottom:3.5rem}.sm\:inset-y-16{top:4rem;bottom:4rem}.sm\:inset-y-20{top:5rem;bottom:5rem}.sm\:inset-y-24{top:6rem;bottom:6rem}.sm\:inset-y-28{top:7rem;bottom:7rem}.sm\:inset-y-32{top:8rem;bottom:8rem}.sm\:inset-y-36{top:9rem;bottom:9rem}.sm\:inset-y-40{top:10rem;bottom:10rem}.sm\:inset-y-44{top:11rem;bottom:11rem}.sm\:inset-y-48{top:12rem;bottom:12rem}.sm\:inset-y-52{top:13rem;bottom:13rem}.sm\:inset-y-56{top:14rem;bottom:14rem}.sm\:inset-y-60{top:15rem;bottom:15rem}.sm\:inset-y-64{top:16rem;bottom:16rem}.sm\:inset-y-72{top:18rem;bottom:18rem}.sm\:inset-y-80{top:20rem;bottom:20rem}.sm\:inset-y-96{top:24rem;bottom:24rem}.sm\:inset-y-112{top:28rem;bottom:28rem}.sm\:inset-y-128{top:32rem;bottom:32rem}.sm\:inset-y-144{top:36rem;bottom:36rem}.sm\:inset-y-160{top:40rem;bottom:40rem}.sm\:inset-y-168{top:42rem;bottom:42rem}.sm\:inset-y-180{top:45rem;bottom:45rem}.sm\:inset-y-192{top:48rem;bottom:48rem}.sm\:inset-y-auto{top:auto;bottom:auto}.sm\:inset-y-px{top:1px;bottom:1px}.sm\:inset-y-0\.5{top:.125rem;bottom:.125rem}.sm\:inset-y-1\.5{top:.375rem;bottom:.375rem}.sm\:inset-y-2\.5{top:.625rem;bottom:.625rem}.sm\:inset-y-3\.5{top:.875rem;bottom:.875rem}.sm\:-inset-y-0{top:0;bottom:0}.sm\:-inset-y-1{top:-.25rem;bottom:-.25rem}.sm\:-inset-y-2{top:-.5rem;bottom:-.5rem}.sm\:-inset-y-3{top:-.75rem;bottom:-.75rem}.sm\:-inset-y-4{top:-1rem;bottom:-1rem}.sm\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.sm\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.sm\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.sm\:-inset-y-8{top:-2rem;bottom:-2rem}.sm\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.sm\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.sm\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.sm\:-inset-y-12{top:-3rem;bottom:-3rem}.sm\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.sm\:-inset-y-16{top:-4rem;bottom:-4rem}.sm\:-inset-y-20{top:-5rem;bottom:-5rem}.sm\:-inset-y-24{top:-6rem;bottom:-6rem}.sm\:-inset-y-28{top:-7rem;bottom:-7rem}.sm\:-inset-y-32{top:-8rem;bottom:-8rem}.sm\:-inset-y-36{top:-9rem;bottom:-9rem}.sm\:-inset-y-40{top:-10rem;bottom:-10rem}.sm\:-inset-y-44{top:-11rem;bottom:-11rem}.sm\:-inset-y-48{top:-12rem;bottom:-12rem}.sm\:-inset-y-52{top:-13rem;bottom:-13rem}.sm\:-inset-y-56{top:-14rem;bottom:-14rem}.sm\:-inset-y-60{top:-15rem;bottom:-15rem}.sm\:-inset-y-64{top:-16rem;bottom:-16rem}.sm\:-inset-y-72{top:-18rem;bottom:-18rem}.sm\:-inset-y-80{top:-20rem;bottom:-20rem}.sm\:-inset-y-96{top:-24rem;bottom:-24rem}.sm\:-inset-y-112{top:-28rem;bottom:-28rem}.sm\:-inset-y-128{top:-32rem;bottom:-32rem}.sm\:-inset-y-144{top:-36rem;bottom:-36rem}.sm\:-inset-y-160{top:-40rem;bottom:-40rem}.sm\:-inset-y-168{top:-42rem;bottom:-42rem}.sm\:-inset-y-180{top:-45rem;bottom:-45rem}.sm\:-inset-y-192{top:-48rem;bottom:-48rem}.sm\:-inset-y-px{top:-1px;bottom:-1px}.sm\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.sm\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.sm\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.sm\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.sm\:inset-y-1\/2{top:50%;bottom:50%}.sm\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.sm\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.sm\:inset-y-1\/4{top:25%;bottom:25%}.sm\:inset-y-2\/4{top:50%;bottom:50%}.sm\:inset-y-3\/4{top:75%;bottom:75%}.sm\:inset-y-full{top:100%;bottom:100%}.sm\:-inset-y-1\/2{top:-50%;bottom:-50%}.sm\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.sm\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.sm\:-inset-y-1\/4{top:-25%;bottom:-25%}.sm\:-inset-y-2\/4{top:-50%;bottom:-50%}.sm\:-inset-y-3\/4{top:-75%;bottom:-75%}.sm\:-inset-y-full{top:-100%;bottom:-100%}.sm\:top-0{top:0}.sm\:top-1{top:.25rem}.sm\:top-2{top:.5rem}.sm\:top-3{top:.75rem}.sm\:top-4{top:1rem}.sm\:top-5{top:1.25rem}.sm\:top-6{top:1.5rem}.sm\:top-7{top:1.75rem}.sm\:top-8{top:2rem}.sm\:top-9{top:2.25rem}.sm\:top-10{top:2.5rem}.sm\:top-11{top:2.75rem}.sm\:top-12{top:3rem}.sm\:top-14{top:3.5rem}.sm\:top-16{top:4rem}.sm\:top-20{top:5rem}.sm\:top-24{top:6rem}.sm\:top-28{top:7rem}.sm\:top-32{top:8rem}.sm\:top-36{top:9rem}.sm\:top-40{top:10rem}.sm\:top-44{top:11rem}.sm\:top-48{top:12rem}.sm\:top-52{top:13rem}.sm\:top-56{top:14rem}.sm\:top-60{top:15rem}.sm\:top-64{top:16rem}.sm\:top-72{top:18rem}.sm\:top-80{top:20rem}.sm\:top-96{top:24rem}.sm\:top-112{top:28rem}.sm\:top-128{top:32rem}.sm\:top-144{top:36rem}.sm\:top-160{top:40rem}.sm\:top-168{top:42rem}.sm\:top-180{top:45rem}.sm\:top-192{top:48rem}.sm\:top-auto{top:auto}.sm\:top-px{top:1px}.sm\:top-0\.5{top:.125rem}.sm\:top-1\.5{top:.375rem}.sm\:top-2\.5{top:.625rem}.sm\:top-3\.5{top:.875rem}.sm\:-top-0{top:0}.sm\:-top-1{top:-.25rem}.sm\:-top-2{top:-.5rem}.sm\:-top-3{top:-.75rem}.sm\:-top-4{top:-1rem}.sm\:-top-5{top:-1.25rem}.sm\:-top-6{top:-1.5rem}.sm\:-top-7{top:-1.75rem}.sm\:-top-8{top:-2rem}.sm\:-top-9{top:-2.25rem}.sm\:-top-10{top:-2.5rem}.sm\:-top-11{top:-2.75rem}.sm\:-top-12{top:-3rem}.sm\:-top-14{top:-3.5rem}.sm\:-top-16{top:-4rem}.sm\:-top-20{top:-5rem}.sm\:-top-24{top:-6rem}.sm\:-top-28{top:-7rem}.sm\:-top-32{top:-8rem}.sm\:-top-36{top:-9rem}.sm\:-top-40{top:-10rem}.sm\:-top-44{top:-11rem}.sm\:-top-48{top:-12rem}.sm\:-top-52{top:-13rem}.sm\:-top-56{top:-14rem}.sm\:-top-60{top:-15rem}.sm\:-top-64{top:-16rem}.sm\:-top-72{top:-18rem}.sm\:-top-80{top:-20rem}.sm\:-top-96{top:-24rem}.sm\:-top-112{top:-28rem}.sm\:-top-128{top:-32rem}.sm\:-top-144{top:-36rem}.sm\:-top-160{top:-40rem}.sm\:-top-168{top:-42rem}.sm\:-top-180{top:-45rem}.sm\:-top-192{top:-48rem}.sm\:-top-px{top:-1px}.sm\:-top-0\.5{top:-.125rem}.sm\:-top-1\.5{top:-.375rem}.sm\:-top-2\.5{top:-.625rem}.sm\:-top-3\.5{top:-.875rem}.sm\:top-1\/2{top:50%}.sm\:top-1\/3{top:33.333333%}.sm\:top-2\/3{top:66.666667%}.sm\:top-1\/4{top:25%}.sm\:top-2\/4{top:50%}.sm\:top-3\/4{top:75%}.sm\:top-full{top:100%}.sm\:-top-1\/2{top:-50%}.sm\:-top-1\/3{top:-33.333333%}.sm\:-top-2\/3{top:-66.666667%}.sm\:-top-1\/4{top:-25%}.sm\:-top-2\/4{top:-50%}.sm\:-top-3\/4{top:-75%}.sm\:-top-full{top:-100%}.sm\:right-0{right:0}.sm\:right-1{right:.25rem}.sm\:right-2{right:.5rem}.sm\:right-3{right:.75rem}.sm\:right-4{right:1rem}.sm\:right-5{right:1.25rem}.sm\:right-6{right:1.5rem}.sm\:right-7{right:1.75rem}.sm\:right-8{right:2rem}.sm\:right-9{right:2.25rem}.sm\:right-10{right:2.5rem}.sm\:right-11{right:2.75rem}.sm\:right-12{right:3rem}.sm\:right-14{right:3.5rem}.sm\:right-16{right:4rem}.sm\:right-20{right:5rem}.sm\:right-24{right:6rem}.sm\:right-28{right:7rem}.sm\:right-32{right:8rem}.sm\:right-36{right:9rem}.sm\:right-40{right:10rem}.sm\:right-44{right:11rem}.sm\:right-48{right:12rem}.sm\:right-52{right:13rem}.sm\:right-56{right:14rem}.sm\:right-60{right:15rem}.sm\:right-64{right:16rem}.sm\:right-72{right:18rem}.sm\:right-80{right:20rem}.sm\:right-96{right:24rem}.sm\:right-112{right:28rem}.sm\:right-128{right:32rem}.sm\:right-144{right:36rem}.sm\:right-160{right:40rem}.sm\:right-168{right:42rem}.sm\:right-180{right:45rem}.sm\:right-192{right:48rem}.sm\:right-auto{right:auto}.sm\:right-px{right:1px}.sm\:right-0\.5{right:.125rem}.sm\:right-1\.5{right:.375rem}.sm\:right-2\.5{right:.625rem}.sm\:right-3\.5{right:.875rem}.sm\:-right-0{right:0}.sm\:-right-1{right:-.25rem}.sm\:-right-2{right:-.5rem}.sm\:-right-3{right:-.75rem}.sm\:-right-4{right:-1rem}.sm\:-right-5{right:-1.25rem}.sm\:-right-6{right:-1.5rem}.sm\:-right-7{right:-1.75rem}.sm\:-right-8{right:-2rem}.sm\:-right-9{right:-2.25rem}.sm\:-right-10{right:-2.5rem}.sm\:-right-11{right:-2.75rem}.sm\:-right-12{right:-3rem}.sm\:-right-14{right:-3.5rem}.sm\:-right-16{right:-4rem}.sm\:-right-20{right:-5rem}.sm\:-right-24{right:-6rem}.sm\:-right-28{right:-7rem}.sm\:-right-32{right:-8rem}.sm\:-right-36{right:-9rem}.sm\:-right-40{right:-10rem}.sm\:-right-44{right:-11rem}.sm\:-right-48{right:-12rem}.sm\:-right-52{right:-13rem}.sm\:-right-56{right:-14rem}.sm\:-right-60{right:-15rem}.sm\:-right-64{right:-16rem}.sm\:-right-72{right:-18rem}.sm\:-right-80{right:-20rem}.sm\:-right-96{right:-24rem}.sm\:-right-112{right:-28rem}.sm\:-right-128{right:-32rem}.sm\:-right-144{right:-36rem}.sm\:-right-160{right:-40rem}.sm\:-right-168{right:-42rem}.sm\:-right-180{right:-45rem}.sm\:-right-192{right:-48rem}.sm\:-right-px{right:-1px}.sm\:-right-0\.5{right:-.125rem}.sm\:-right-1\.5{right:-.375rem}.sm\:-right-2\.5{right:-.625rem}.sm\:-right-3\.5{right:-.875rem}.sm\:right-1\/2{right:50%}.sm\:right-1\/3{right:33.333333%}.sm\:right-2\/3{right:66.666667%}.sm\:right-1\/4{right:25%}.sm\:right-2\/4{right:50%}.sm\:right-3\/4{right:75%}.sm\:right-full{right:100%}.sm\:-right-1\/2{right:-50%}.sm\:-right-1\/3{right:-33.333333%}.sm\:-right-2\/3{right:-66.666667%}.sm\:-right-1\/4{right:-25%}.sm\:-right-2\/4{right:-50%}.sm\:-right-3\/4{right:-75%}.sm\:-right-full{right:-100%}.sm\:bottom-0{bottom:0}.sm\:bottom-1{bottom:.25rem}.sm\:bottom-2{bottom:.5rem}.sm\:bottom-3{bottom:.75rem}.sm\:bottom-4{bottom:1rem}.sm\:bottom-5{bottom:1.25rem}.sm\:bottom-6{bottom:1.5rem}.sm\:bottom-7{bottom:1.75rem}.sm\:bottom-8{bottom:2rem}.sm\:bottom-9{bottom:2.25rem}.sm\:bottom-10{bottom:2.5rem}.sm\:bottom-11{bottom:2.75rem}.sm\:bottom-12{bottom:3rem}.sm\:bottom-14{bottom:3.5rem}.sm\:bottom-16{bottom:4rem}.sm\:bottom-20{bottom:5rem}.sm\:bottom-24{bottom:6rem}.sm\:bottom-28{bottom:7rem}.sm\:bottom-32{bottom:8rem}.sm\:bottom-36{bottom:9rem}.sm\:bottom-40{bottom:10rem}.sm\:bottom-44{bottom:11rem}.sm\:bottom-48{bottom:12rem}.sm\:bottom-52{bottom:13rem}.sm\:bottom-56{bottom:14rem}.sm\:bottom-60{bottom:15rem}.sm\:bottom-64{bottom:16rem}.sm\:bottom-72{bottom:18rem}.sm\:bottom-80{bottom:20rem}.sm\:bottom-96{bottom:24rem}.sm\:bottom-112{bottom:28rem}.sm\:bottom-128{bottom:32rem}.sm\:bottom-144{bottom:36rem}.sm\:bottom-160{bottom:40rem}.sm\:bottom-168{bottom:42rem}.sm\:bottom-180{bottom:45rem}.sm\:bottom-192{bottom:48rem}.sm\:bottom-auto{bottom:auto}.sm\:bottom-px{bottom:1px}.sm\:bottom-0\.5{bottom:.125rem}.sm\:bottom-1\.5{bottom:.375rem}.sm\:bottom-2\.5{bottom:.625rem}.sm\:bottom-3\.5{bottom:.875rem}.sm\:-bottom-0{bottom:0}.sm\:-bottom-1{bottom:-.25rem}.sm\:-bottom-2{bottom:-.5rem}.sm\:-bottom-3{bottom:-.75rem}.sm\:-bottom-4{bottom:-1rem}.sm\:-bottom-5{bottom:-1.25rem}.sm\:-bottom-6{bottom:-1.5rem}.sm\:-bottom-7{bottom:-1.75rem}.sm\:-bottom-8{bottom:-2rem}.sm\:-bottom-9{bottom:-2.25rem}.sm\:-bottom-10{bottom:-2.5rem}.sm\:-bottom-11{bottom:-2.75rem}.sm\:-bottom-12{bottom:-3rem}.sm\:-bottom-14{bottom:-3.5rem}.sm\:-bottom-16{bottom:-4rem}.sm\:-bottom-20{bottom:-5rem}.sm\:-bottom-24{bottom:-6rem}.sm\:-bottom-28{bottom:-7rem}.sm\:-bottom-32{bottom:-8rem}.sm\:-bottom-36{bottom:-9rem}.sm\:-bottom-40{bottom:-10rem}.sm\:-bottom-44{bottom:-11rem}.sm\:-bottom-48{bottom:-12rem}.sm\:-bottom-52{bottom:-13rem}.sm\:-bottom-56{bottom:-14rem}.sm\:-bottom-60{bottom:-15rem}.sm\:-bottom-64{bottom:-16rem}.sm\:-bottom-72{bottom:-18rem}.sm\:-bottom-80{bottom:-20rem}.sm\:-bottom-96{bottom:-24rem}.sm\:-bottom-112{bottom:-28rem}.sm\:-bottom-128{bottom:-32rem}.sm\:-bottom-144{bottom:-36rem}.sm\:-bottom-160{bottom:-40rem}.sm\:-bottom-168{bottom:-42rem}.sm\:-bottom-180{bottom:-45rem}.sm\:-bottom-192{bottom:-48rem}.sm\:-bottom-px{bottom:-1px}.sm\:-bottom-0\.5{bottom:-.125rem}.sm\:-bottom-1\.5{bottom:-.375rem}.sm\:-bottom-2\.5{bottom:-.625rem}.sm\:-bottom-3\.5{bottom:-.875rem}.sm\:bottom-1\/2{bottom:50%}.sm\:bottom-1\/3{bottom:33.333333%}.sm\:bottom-2\/3{bottom:66.666667%}.sm\:bottom-1\/4{bottom:25%}.sm\:bottom-2\/4{bottom:50%}.sm\:bottom-3\/4{bottom:75%}.sm\:bottom-full{bottom:100%}.sm\:-bottom-1\/2{bottom:-50%}.sm\:-bottom-1\/3{bottom:-33.333333%}.sm\:-bottom-2\/3{bottom:-66.666667%}.sm\:-bottom-1\/4{bottom:-25%}.sm\:-bottom-2\/4{bottom:-50%}.sm\:-bottom-3\/4{bottom:-75%}.sm\:-bottom-full{bottom:-100%}.sm\:left-0{left:0}.sm\:left-1{left:.25rem}.sm\:left-2{left:.5rem}.sm\:left-3{left:.75rem}.sm\:left-4{left:1rem}.sm\:left-5{left:1.25rem}.sm\:left-6{left:1.5rem}.sm\:left-7{left:1.75rem}.sm\:left-8{left:2rem}.sm\:left-9{left:2.25rem}.sm\:left-10{left:2.5rem}.sm\:left-11{left:2.75rem}.sm\:left-12{left:3rem}.sm\:left-14{left:3.5rem}.sm\:left-16{left:4rem}.sm\:left-20{left:5rem}.sm\:left-24{left:6rem}.sm\:left-28{left:7rem}.sm\:left-32{left:8rem}.sm\:left-36{left:9rem}.sm\:left-40{left:10rem}.sm\:left-44{left:11rem}.sm\:left-48{left:12rem}.sm\:left-52{left:13rem}.sm\:left-56{left:14rem}.sm\:left-60{left:15rem}.sm\:left-64{left:16rem}.sm\:left-72{left:18rem}.sm\:left-80{left:20rem}.sm\:left-96{left:24rem}.sm\:left-112{left:28rem}.sm\:left-128{left:32rem}.sm\:left-144{left:36rem}.sm\:left-160{left:40rem}.sm\:left-168{left:42rem}.sm\:left-180{left:45rem}.sm\:left-192{left:48rem}.sm\:left-auto{left:auto}.sm\:left-px{left:1px}.sm\:left-0\.5{left:.125rem}.sm\:left-1\.5{left:.375rem}.sm\:left-2\.5{left:.625rem}.sm\:left-3\.5{left:.875rem}.sm\:-left-0{left:0}.sm\:-left-1{left:-.25rem}.sm\:-left-2{left:-.5rem}.sm\:-left-3{left:-.75rem}.sm\:-left-4{left:-1rem}.sm\:-left-5{left:-1.25rem}.sm\:-left-6{left:-1.5rem}.sm\:-left-7{left:-1.75rem}.sm\:-left-8{left:-2rem}.sm\:-left-9{left:-2.25rem}.sm\:-left-10{left:-2.5rem}.sm\:-left-11{left:-2.75rem}.sm\:-left-12{left:-3rem}.sm\:-left-14{left:-3.5rem}.sm\:-left-16{left:-4rem}.sm\:-left-20{left:-5rem}.sm\:-left-24{left:-6rem}.sm\:-left-28{left:-7rem}.sm\:-left-32{left:-8rem}.sm\:-left-36{left:-9rem}.sm\:-left-40{left:-10rem}.sm\:-left-44{left:-11rem}.sm\:-left-48{left:-12rem}.sm\:-left-52{left:-13rem}.sm\:-left-56{left:-14rem}.sm\:-left-60{left:-15rem}.sm\:-left-64{left:-16rem}.sm\:-left-72{left:-18rem}.sm\:-left-80{left:-20rem}.sm\:-left-96{left:-24rem}.sm\:-left-112{left:-28rem}.sm\:-left-128{left:-32rem}.sm\:-left-144{left:-36rem}.sm\:-left-160{left:-40rem}.sm\:-left-168{left:-42rem}.sm\:-left-180{left:-45rem}.sm\:-left-192{left:-48rem}.sm\:-left-px{left:-1px}.sm\:-left-0\.5{left:-.125rem}.sm\:-left-1\.5{left:-.375rem}.sm\:-left-2\.5{left:-.625rem}.sm\:-left-3\.5{left:-.875rem}.sm\:left-1\/2{left:50%}.sm\:left-1\/3{left:33.333333%}.sm\:left-2\/3{left:66.666667%}.sm\:left-1\/4{left:25%}.sm\:left-2\/4{left:50%}.sm\:left-3\/4{left:75%}.sm\:left-full{left:100%}.sm\:-left-1\/2{left:-50%}.sm\:-left-1\/3{left:-33.333333%}.sm\:-left-2\/3{left:-66.666667%}.sm\:-left-1\/4{left:-25%}.sm\:-left-2\/4{left:-50%}.sm\:-left-3\/4{left:-75%}.sm\:-left-full{left:-100%}.sm\:isolate{isolation:isolate}.sm\:isolation-auto{isolation:auto}.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\: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\: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\: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\: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\: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-112{margin:28rem}.sm\:m-128{margin:32rem}.sm\:m-144{margin:36rem}.sm\:m-160{margin:40rem}.sm\:m-168{margin:42rem}.sm\:m-180{margin:45rem}.sm\:m-192{margin:48rem}.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-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-112{margin:-28rem}.sm\:-m-128{margin:-32rem}.sm\:-m-144{margin:-36rem}.sm\:-m-160{margin:-40rem}.sm\:-m-168{margin:-42rem}.sm\:-m-180{margin:-45rem}.sm\:-m-192{margin:-48rem}.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\:mx-0{margin-left:0;margin-right:0}.sm\:mx-1{margin-left:.25rem;margin-right:.25rem}.sm\:mx-2{margin-left:.5rem;margin-right:.5rem}.sm\:mx-3{margin-left:.75rem;margin-right:.75rem}.sm\:mx-4{margin-left:1rem;margin-right:1rem}.sm\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.sm\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.sm\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.sm\:mx-8{margin-left:2rem;margin-right:2rem}.sm\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.sm\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.sm\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.sm\:mx-12{margin-left:3rem;margin-right:3rem}.sm\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.sm\:mx-16{margin-left:4rem;margin-right:4rem}.sm\:mx-20{margin-left:5rem;margin-right:5rem}.sm\:mx-24{margin-left:6rem;margin-right:6rem}.sm\:mx-28{margin-left:7rem;margin-right:7rem}.sm\:mx-32{margin-left:8rem;margin-right:8rem}.sm\:mx-36{margin-left:9rem;margin-right:9rem}.sm\:mx-40{margin-left:10rem;margin-right:10rem}.sm\:mx-44{margin-left:11rem;margin-right:11rem}.sm\:mx-48{margin-left:12rem;margin-right:12rem}.sm\:mx-52{margin-left:13rem;margin-right:13rem}.sm\:mx-56{margin-left:14rem;margin-right:14rem}.sm\:mx-60{margin-left:15rem;margin-right:15rem}.sm\:mx-64{margin-left:16rem;margin-right:16rem}.sm\:mx-72{margin-left:18rem;margin-right:18rem}.sm\:mx-80{margin-left:20rem;margin-right:20rem}.sm\:mx-96{margin-left:24rem;margin-right:24rem}.sm\:mx-112{margin-left:28rem;margin-right:28rem}.sm\:mx-128{margin-left:32rem;margin-right:32rem}.sm\:mx-144{margin-left:36rem;margin-right:36rem}.sm\:mx-160{margin-left:40rem;margin-right:40rem}.sm\:mx-168{margin-left:42rem;margin-right:42rem}.sm\:mx-180{margin-left:45rem;margin-right:45rem}.sm\:mx-192{margin-left:48rem;margin-right:48rem}.sm\:mx-auto{margin-left:auto;margin-right:auto}.sm\:mx-px{margin-left:1px;margin-right:1px}.sm\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.sm\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.sm\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.sm\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.sm\:-mx-0{margin-left:0;margin-right:0}.sm\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.sm\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.sm\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.sm\:-mx-4{margin-left:-1rem;margin-right:-1rem}.sm\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.sm\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.sm\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.sm\:-mx-8{margin-left:-2rem;margin-right:-2rem}.sm\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.sm\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.sm\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.sm\:-mx-12{margin-left:-3rem;margin-right:-3rem}.sm\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.sm\:-mx-16{margin-left:-4rem;margin-right:-4rem}.sm\:-mx-20{margin-left:-5rem;margin-right:-5rem}.sm\:-mx-24{margin-left:-6rem;margin-right:-6rem}.sm\:-mx-28{margin-left:-7rem;margin-right:-7rem}.sm\:-mx-32{margin-left:-8rem;margin-right:-8rem}.sm\:-mx-36{margin-left:-9rem;margin-right:-9rem}.sm\:-mx-40{margin-left:-10rem;margin-right:-10rem}.sm\:-mx-44{margin-left:-11rem;margin-right:-11rem}.sm\:-mx-48{margin-left:-12rem;margin-right:-12rem}.sm\:-mx-52{margin-left:-13rem;margin-right:-13rem}.sm\:-mx-56{margin-left:-14rem;margin-right:-14rem}.sm\:-mx-60{margin-left:-15rem;margin-right:-15rem}.sm\:-mx-64{margin-left:-16rem;margin-right:-16rem}.sm\:-mx-72{margin-left:-18rem;margin-right:-18rem}.sm\:-mx-80{margin-left:-20rem;margin-right:-20rem}.sm\:-mx-96{margin-left:-24rem;margin-right:-24rem}.sm\:-mx-112{margin-left:-28rem;margin-right:-28rem}.sm\:-mx-128{margin-left:-32rem;margin-right:-32rem}.sm\:-mx-144{margin-left:-36rem;margin-right:-36rem}.sm\:-mx-160{margin-left:-40rem;margin-right:-40rem}.sm\:-mx-168{margin-left:-42rem;margin-right:-42rem}.sm\:-mx-180{margin-left:-45rem;margin-right:-45rem}.sm\:-mx-192{margin-left:-48rem;margin-right:-48rem}.sm\:-mx-px{margin-left:-1px;margin-right:-1px}.sm\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.sm\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.sm\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.sm\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.sm\:my-0{margin-top:0;margin-bottom:0}.sm\:my-1{margin-top:.25rem;margin-bottom:.25rem}.sm\:my-2{margin-top:.5rem;margin-bottom:.5rem}.sm\:my-3{margin-top:.75rem;margin-bottom:.75rem}.sm\:my-4{margin-top:1rem;margin-bottom:1rem}.sm\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.sm\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.sm\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.sm\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.sm\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.sm\:my-12{margin-top:3rem;margin-bottom:3rem}.sm\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.sm\:my-16{margin-top:4rem;margin-bottom:4rem}.sm\:my-20{margin-top:5rem;margin-bottom:5rem}.sm\:my-24{margin-top:6rem;margin-bottom:6rem}.sm\:my-28{margin-top:7rem;margin-bottom:7rem}.sm\:my-32{margin-top:8rem;margin-bottom:8rem}.sm\:my-36{margin-top:9rem;margin-bottom:9rem}.sm\:my-40{margin-top:10rem;margin-bottom:10rem}.sm\:my-44{margin-top:11rem;margin-bottom:11rem}.sm\:my-48{margin-top:12rem;margin-bottom:12rem}.sm\:my-52{margin-top:13rem;margin-bottom:13rem}.sm\:my-56{margin-top:14rem;margin-bottom:14rem}.sm\:my-60{margin-top:15rem;margin-bottom:15rem}.sm\:my-64{margin-top:16rem;margin-bottom:16rem}.sm\:my-72{margin-top:18rem;margin-bottom:18rem}.sm\:my-80{margin-top:20rem;margin-bottom:20rem}.sm\:my-96{margin-top:24rem;margin-bottom:24rem}.sm\:my-112{margin-top:28rem;margin-bottom:28rem}.sm\:my-128{margin-top:32rem;margin-bottom:32rem}.sm\:my-144{margin-top:36rem;margin-bottom:36rem}.sm\:my-160{margin-top:40rem;margin-bottom:40rem}.sm\:my-168{margin-top:42rem;margin-bottom:42rem}.sm\:my-180{margin-top:45rem;margin-bottom:45rem}.sm\:my-192{margin-top:48rem;margin-bottom:48rem}.sm\:my-auto{margin-top:auto;margin-bottom:auto}.sm\:my-px{margin-top:1px;margin-bottom:1px}.sm\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.sm\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.sm\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.sm\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.sm\:-my-0{margin-top:0;margin-bottom:0}.sm\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.sm\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.sm\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.sm\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.sm\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.sm\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.sm\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.sm\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.sm\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.sm\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.sm\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.sm\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.sm\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.sm\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.sm\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.sm\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.sm\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.sm\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.sm\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.sm\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.sm\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.sm\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.sm\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.sm\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.sm\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.sm\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.sm\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.sm\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.sm\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.sm\:-my-112{margin-top:-28rem;margin-bottom:-28rem}.sm\:-my-128{margin-top:-32rem;margin-bottom:-32rem}.sm\:-my-144{margin-top:-36rem;margin-bottom:-36rem}.sm\:-my-160{margin-top:-40rem;margin-bottom:-40rem}.sm\:-my-168{margin-top:-42rem;margin-bottom:-42rem}.sm\:-my-180{margin-top:-45rem;margin-bottom:-45rem}.sm\:-my-192{margin-top:-48rem;margin-bottom:-48rem}.sm\:-my-px{margin-top:-1px;margin-bottom:-1px}.sm\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.sm\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.sm\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.sm\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.sm\:mt-0{margin-top:0}.sm\:mt-1{margin-top:.25rem}.sm\:mt-2{margin-top:.5rem}.sm\:mt-3{margin-top:.75rem}.sm\:mt-4{margin-top:1rem}.sm\:mt-5{margin-top:1.25rem}.sm\:mt-6{margin-top:1.5rem}.sm\:mt-7{margin-top:1.75rem}.sm\:mt-8{margin-top:2rem}.sm\:mt-9{margin-top:2.25rem}.sm\:mt-10{margin-top:2.5rem}.sm\:mt-11{margin-top:2.75rem}.sm\:mt-12{margin-top:3rem}.sm\:mt-14{margin-top:3.5rem}.sm\:mt-16{margin-top:4rem}.sm\:mt-20{margin-top:5rem}.sm\:mt-24{margin-top:6rem}.sm\:mt-28{margin-top:7rem}.sm\:mt-32{margin-top:8rem}.sm\:mt-36{margin-top:9rem}.sm\:mt-40{margin-top:10rem}.sm\:mt-44{margin-top:11rem}.sm\:mt-48{margin-top:12rem}.sm\:mt-52{margin-top:13rem}.sm\:mt-56{margin-top:14rem}.sm\:mt-60{margin-top:15rem}.sm\:mt-64{margin-top:16rem}.sm\:mt-72{margin-top:18rem}.sm\:mt-80{margin-top:20rem}.sm\:mt-96{margin-top:24rem}.sm\:mt-112{margin-top:28rem}.sm\:mt-128{margin-top:32rem}.sm\:mt-144{margin-top:36rem}.sm\:mt-160{margin-top:40rem}.sm\:mt-168{margin-top:42rem}.sm\:mt-180{margin-top:45rem}.sm\:mt-192{margin-top:48rem}.sm\:mt-auto{margin-top:auto}.sm\:mt-px{margin-top:1px}.sm\:mt-0\.5{margin-top:.125rem}.sm\:mt-1\.5{margin-top:.375rem}.sm\:mt-2\.5{margin-top:.625rem}.sm\:mt-3\.5{margin-top:.875rem}.sm\:-mt-0{margin-top:0}.sm\:-mt-1{margin-top:-.25rem}.sm\:-mt-2{margin-top:-.5rem}.sm\:-mt-3{margin-top:-.75rem}.sm\:-mt-4{margin-top:-1rem}.sm\:-mt-5{margin-top:-1.25rem}.sm\:-mt-6{margin-top:-1.5rem}.sm\:-mt-7{margin-top:-1.75rem}.sm\:-mt-8{margin-top:-2rem}.sm\:-mt-9{margin-top:-2.25rem}.sm\:-mt-10{margin-top:-2.5rem}.sm\:-mt-11{margin-top:-2.75rem}.sm\:-mt-12{margin-top:-3rem}.sm\:-mt-14{margin-top:-3.5rem}.sm\:-mt-16{margin-top:-4rem}.sm\:-mt-20{margin-top:-5rem}.sm\:-mt-24{margin-top:-6rem}.sm\:-mt-28{margin-top:-7rem}.sm\:-mt-32{margin-top:-8rem}.sm\:-mt-36{margin-top:-9rem}.sm\:-mt-40{margin-top:-10rem}.sm\:-mt-44{margin-top:-11rem}.sm\:-mt-48{margin-top:-12rem}.sm\:-mt-52{margin-top:-13rem}.sm\:-mt-56{margin-top:-14rem}.sm\:-mt-60{margin-top:-15rem}.sm\:-mt-64{margin-top:-16rem}.sm\:-mt-72{margin-top:-18rem}.sm\:-mt-80{margin-top:-20rem}.sm\:-mt-96{margin-top:-24rem}.sm\:-mt-112{margin-top:-28rem}.sm\:-mt-128{margin-top:-32rem}.sm\:-mt-144{margin-top:-36rem}.sm\:-mt-160{margin-top:-40rem}.sm\:-mt-168{margin-top:-42rem}.sm\:-mt-180{margin-top:-45rem}.sm\:-mt-192{margin-top:-48rem}.sm\:-mt-px{margin-top:-1px}.sm\:-mt-0\.5{margin-top:-.125rem}.sm\:-mt-1\.5{margin-top:-.375rem}.sm\:-mt-2\.5{margin-top:-.625rem}.sm\:-mt-3\.5{margin-top:-.875rem}.sm\:mr-0{margin-right:0}.sm\:mr-1{margin-right:.25rem}.sm\:mr-2{margin-right:.5rem}.sm\:mr-3{margin-right:.75rem}.sm\:mr-4{margin-right:1rem}.sm\:mr-5{margin-right:1.25rem}.sm\:mr-6{margin-right:1.5rem}.sm\:mr-7{margin-right:1.75rem}.sm\:mr-8{margin-right:2rem}.sm\:mr-9{margin-right:2.25rem}.sm\:mr-10{margin-right:2.5rem}.sm\:mr-11{margin-right:2.75rem}.sm\:mr-12{margin-right:3rem}.sm\:mr-14{margin-right:3.5rem}.sm\:mr-16{margin-right:4rem}.sm\:mr-20{margin-right:5rem}.sm\:mr-24{margin-right:6rem}.sm\:mr-28{margin-right:7rem}.sm\:mr-32{margin-right:8rem}.sm\:mr-36{margin-right:9rem}.sm\:mr-40{margin-right:10rem}.sm\:mr-44{margin-right:11rem}.sm\:mr-48{margin-right:12rem}.sm\:mr-52{margin-right:13rem}.sm\:mr-56{margin-right:14rem}.sm\:mr-60{margin-right:15rem}.sm\:mr-64{margin-right:16rem}.sm\:mr-72{margin-right:18rem}.sm\:mr-80{margin-right:20rem}.sm\:mr-96{margin-right:24rem}.sm\:mr-112{margin-right:28rem}.sm\:mr-128{margin-right:32rem}.sm\:mr-144{margin-right:36rem}.sm\:mr-160{margin-right:40rem}.sm\:mr-168{margin-right:42rem}.sm\:mr-180{margin-right:45rem}.sm\:mr-192{margin-right:48rem}.sm\:mr-auto{margin-right:auto}.sm\:mr-px{margin-right:1px}.sm\:mr-0\.5{margin-right:.125rem}.sm\:mr-1\.5{margin-right:.375rem}.sm\:mr-2\.5{margin-right:.625rem}.sm\:mr-3\.5{margin-right:.875rem}.sm\:-mr-0{margin-right:0}.sm\:-mr-1{margin-right:-.25rem}.sm\:-mr-2{margin-right:-.5rem}.sm\:-mr-3{margin-right:-.75rem}.sm\:-mr-4{margin-right:-1rem}.sm\:-mr-5{margin-right:-1.25rem}.sm\:-mr-6{margin-right:-1.5rem}.sm\:-mr-7{margin-right:-1.75rem}.sm\:-mr-8{margin-right:-2rem}.sm\:-mr-9{margin-right:-2.25rem}.sm\:-mr-10{margin-right:-2.5rem}.sm\:-mr-11{margin-right:-2.75rem}.sm\:-mr-12{margin-right:-3rem}.sm\:-mr-14{margin-right:-3.5rem}.sm\:-mr-16{margin-right:-4rem}.sm\:-mr-20{margin-right:-5rem}.sm\:-mr-24{margin-right:-6rem}.sm\:-mr-28{margin-right:-7rem}.sm\:-mr-32{margin-right:-8rem}.sm\:-mr-36{margin-right:-9rem}.sm\:-mr-40{margin-right:-10rem}.sm\:-mr-44{margin-right:-11rem}.sm\:-mr-48{margin-right:-12rem}.sm\:-mr-52{margin-right:-13rem}.sm\:-mr-56{margin-right:-14rem}.sm\:-mr-60{margin-right:-15rem}.sm\:-mr-64{margin-right:-16rem}.sm\:-mr-72{margin-right:-18rem}.sm\:-mr-80{margin-right:-20rem}.sm\:-mr-96{margin-right:-24rem}.sm\:-mr-112{margin-right:-28rem}.sm\:-mr-128{margin-right:-32rem}.sm\:-mr-144{margin-right:-36rem}.sm\:-mr-160{margin-right:-40rem}.sm\:-mr-168{margin-right:-42rem}.sm\:-mr-180{margin-right:-45rem}.sm\:-mr-192{margin-right:-48rem}.sm\:-mr-px{margin-right:-1px}.sm\:-mr-0\.5{margin-right:-.125rem}.sm\:-mr-1\.5{margin-right:-.375rem}.sm\:-mr-2\.5{margin-right:-.625rem}.sm\:-mr-3\.5{margin-right:-.875rem}.sm\:mb-0{margin-bottom:0}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-2{margin-bottom:.5rem}.sm\:mb-3{margin-bottom:.75rem}.sm\:mb-4{margin-bottom:1rem}.sm\:mb-5{margin-bottom:1.25rem}.sm\:mb-6{margin-bottom:1.5rem}.sm\:mb-7{margin-bottom:1.75rem}.sm\:mb-8{margin-bottom:2rem}.sm\:mb-9{margin-bottom:2.25rem}.sm\:mb-10{margin-bottom:2.5rem}.sm\:mb-11{margin-bottom:2.75rem}.sm\:mb-12{margin-bottom:3rem}.sm\:mb-14{margin-bottom:3.5rem}.sm\:mb-16{margin-bottom:4rem}.sm\:mb-20{margin-bottom:5rem}.sm\:mb-24{margin-bottom:6rem}.sm\:mb-28{margin-bottom:7rem}.sm\:mb-32{margin-bottom:8rem}.sm\:mb-36{margin-bottom:9rem}.sm\:mb-40{margin-bottom:10rem}.sm\:mb-44{margin-bottom:11rem}.sm\:mb-48{margin-bottom:12rem}.sm\:mb-52{margin-bottom:13rem}.sm\:mb-56{margin-bottom:14rem}.sm\:mb-60{margin-bottom:15rem}.sm\:mb-64{margin-bottom:16rem}.sm\:mb-72{margin-bottom:18rem}.sm\:mb-80{margin-bottom:20rem}.sm\:mb-96{margin-bottom:24rem}.sm\:mb-112{margin-bottom:28rem}.sm\:mb-128{margin-bottom:32rem}.sm\:mb-144{margin-bottom:36rem}.sm\:mb-160{margin-bottom:40rem}.sm\:mb-168{margin-bottom:42rem}.sm\:mb-180{margin-bottom:45rem}.sm\:mb-192{margin-bottom:48rem}.sm\:mb-auto{margin-bottom:auto}.sm\:mb-px{margin-bottom:1px}.sm\:mb-0\.5{margin-bottom:.125rem}.sm\:mb-1\.5{margin-bottom:.375rem}.sm\:mb-2\.5{margin-bottom:.625rem}.sm\:mb-3\.5{margin-bottom:.875rem}.sm\:-mb-0{margin-bottom:0}.sm\:-mb-1{margin-bottom:-.25rem}.sm\:-mb-2{margin-bottom:-.5rem}.sm\:-mb-3{margin-bottom:-.75rem}.sm\:-mb-4{margin-bottom:-1rem}.sm\:-mb-5{margin-bottom:-1.25rem}.sm\:-mb-6{margin-bottom:-1.5rem}.sm\:-mb-7{margin-bottom:-1.75rem}.sm\:-mb-8{margin-bottom:-2rem}.sm\:-mb-9{margin-bottom:-2.25rem}.sm\:-mb-10{margin-bottom:-2.5rem}.sm\:-mb-11{margin-bottom:-2.75rem}.sm\:-mb-12{margin-bottom:-3rem}.sm\:-mb-14{margin-bottom:-3.5rem}.sm\:-mb-16{margin-bottom:-4rem}.sm\:-mb-20{margin-bottom:-5rem}.sm\:-mb-24{margin-bottom:-6rem}.sm\:-mb-28{margin-bottom:-7rem}.sm\:-mb-32{margin-bottom:-8rem}.sm\:-mb-36{margin-bottom:-9rem}.sm\:-mb-40{margin-bottom:-10rem}.sm\:-mb-44{margin-bottom:-11rem}.sm\:-mb-48{margin-bottom:-12rem}.sm\:-mb-52{margin-bottom:-13rem}.sm\:-mb-56{margin-bottom:-14rem}.sm\:-mb-60{margin-bottom:-15rem}.sm\:-mb-64{margin-bottom:-16rem}.sm\:-mb-72{margin-bottom:-18rem}.sm\:-mb-80{margin-bottom:-20rem}.sm\:-mb-96{margin-bottom:-24rem}.sm\:-mb-112{margin-bottom:-28rem}.sm\:-mb-128{margin-bottom:-32rem}.sm\:-mb-144{margin-bottom:-36rem}.sm\:-mb-160{margin-bottom:-40rem}.sm\:-mb-168{margin-bottom:-42rem}.sm\:-mb-180{margin-bottom:-45rem}.sm\:-mb-192{margin-bottom:-48rem}.sm\:-mb-px{margin-bottom:-1px}.sm\:-mb-0\.5{margin-bottom:-.125rem}.sm\:-mb-1\.5{margin-bottom:-.375rem}.sm\:-mb-2\.5{margin-bottom:-.625rem}.sm\:-mb-3\.5{margin-bottom:-.875rem}.sm\:ml-0{margin-left:0}.sm\:ml-1{margin-left:.25rem}.sm\:ml-2{margin-left:.5rem}.sm\:ml-3{margin-left:.75rem}.sm\:ml-4{margin-left:1rem}.sm\:ml-5{margin-left:1.25rem}.sm\:ml-6{margin-left:1.5rem}.sm\:ml-7{margin-left:1.75rem}.sm\:ml-8{margin-left:2rem}.sm\:ml-9{margin-left:2.25rem}.sm\:ml-10{margin-left:2.5rem}.sm\:ml-11{margin-left:2.75rem}.sm\:ml-12{margin-left:3rem}.sm\:ml-14{margin-left:3.5rem}.sm\:ml-16{margin-left:4rem}.sm\:ml-20{margin-left:5rem}.sm\:ml-24{margin-left:6rem}.sm\:ml-28{margin-left:7rem}.sm\:ml-32{margin-left:8rem}.sm\:ml-36{margin-left:9rem}.sm\:ml-40{margin-left:10rem}.sm\:ml-44{margin-left:11rem}.sm\:ml-48{margin-left:12rem}.sm\:ml-52{margin-left:13rem}.sm\:ml-56{margin-left:14rem}.sm\:ml-60{margin-left:15rem}.sm\:ml-64{margin-left:16rem}.sm\:ml-72{margin-left:18rem}.sm\:ml-80{margin-left:20rem}.sm\:ml-96{margin-left:24rem}.sm\:ml-112{margin-left:28rem}.sm\:ml-128{margin-left:32rem}.sm\:ml-144{margin-left:36rem}.sm\:ml-160{margin-left:40rem}.sm\:ml-168{margin-left:42rem}.sm\:ml-180{margin-left:45rem}.sm\:ml-192{margin-left:48rem}.sm\:ml-auto{margin-left:auto}.sm\:ml-px{margin-left:1px}.sm\:ml-0\.5{margin-left:.125rem}.sm\:ml-1\.5{margin-left:.375rem}.sm\:ml-2\.5{margin-left:.625rem}.sm\:ml-3\.5{margin-left:.875rem}.sm\:-ml-0{margin-left:0}.sm\:-ml-1{margin-left:-.25rem}.sm\:-ml-2{margin-left:-.5rem}.sm\:-ml-3{margin-left:-.75rem}.sm\:-ml-4{margin-left:-1rem}.sm\:-ml-5{margin-left:-1.25rem}.sm\:-ml-6{margin-left:-1.5rem}.sm\:-ml-7{margin-left:-1.75rem}.sm\:-ml-8{margin-left:-2rem}.sm\:-ml-9{margin-left:-2.25rem}.sm\:-ml-10{margin-left:-2.5rem}.sm\:-ml-11{margin-left:-2.75rem}.sm\:-ml-12{margin-left:-3rem}.sm\:-ml-14{margin-left:-3.5rem}.sm\:-ml-16{margin-left:-4rem}.sm\:-ml-20{margin-left:-5rem}.sm\:-ml-24{margin-left:-6rem}.sm\:-ml-28{margin-left:-7rem}.sm\:-ml-32{margin-left:-8rem}.sm\:-ml-36{margin-left:-9rem}.sm\:-ml-40{margin-left:-10rem}.sm\:-ml-44{margin-left:-11rem}.sm\:-ml-48{margin-left:-12rem}.sm\:-ml-52{margin-left:-13rem}.sm\:-ml-56{margin-left:-14rem}.sm\:-ml-60{margin-left:-15rem}.sm\:-ml-64{margin-left:-16rem}.sm\:-ml-72{margin-left:-18rem}.sm\:-ml-80{margin-left:-20rem}.sm\:-ml-96{margin-left:-24rem}.sm\:-ml-112{margin-left:-28rem}.sm\:-ml-128{margin-left:-32rem}.sm\:-ml-144{margin-left:-36rem}.sm\:-ml-160{margin-left:-40rem}.sm\:-ml-168{margin-left:-42rem}.sm\:-ml-180{margin-left:-45rem}.sm\:-ml-192{margin-left:-48rem}.sm\:-ml-px{margin-left:-1px}.sm\:-ml-0\.5{margin-left:-.125rem}.sm\:-ml-1\.5{margin-left:-.375rem}.sm\:-ml-2\.5{margin-left:-.625rem}.sm\:-ml-3\.5{margin-left:-.875rem}.sm\:box-border{box-sizing:border-box}.sm\:box-content{box-sizing:content-box}.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\:inline-table{display:inline-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\:list-item{display:list-item}.sm\:hidden{display:none}.sm\:h-0{height:0px}.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-112{height:28rem}.sm\:h-128{height:32rem}.sm\:h-144{height:36rem}.sm\:h-160{height:40rem}.sm\:h-168{height:42rem}.sm\:h-180{height:45rem}.sm\:h-192{height:48rem}.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-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\: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-112{max-height:28rem}.sm\:max-h-128{max-height:32rem}.sm\:max-h-144{max-height:36rem}.sm\:max-h-160{max-height:40rem}.sm\:max-h-168{max-height:42rem}.sm\:max-h-180{max-height:45rem}.sm\:max-h-192{max-height:48rem}.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-full{max-height:100%}.sm\:max-h-screen{max-height:100vh}.sm\:min-h-0{min-height:0px}.sm\:min-h-full{min-height:100%}.sm\:min-h-screen{min-height:100vh}.sm\:w-0{width:0px}.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-112{width:28rem}.sm\:w-128{width:32rem}.sm\:w-144{width:36rem}.sm\:w-160{width:40rem}.sm\:w-168{width:42rem}.sm\:w-180{width:45rem}.sm\:w-192{width:48rem}.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-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\:min-w-0{min-width:0px}.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\:max-w-0{max-width:0rem}.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:480px}.sm\:max-w-screen-md{max-width:768px}.sm\:max-w-screen-lg{max-width:976px}.sm\:max-w-screen-xl{max-width:1440px}.sm\:max-w-8xl{max-width:1920px}.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-shrink-0{flex-shrink:0}.sm\:flex-shrink{flex-shrink:1}.sm\:flex-grow-0{flex-grow:0}.sm\:flex-grow{flex-grow:1}.sm\:table-auto{table-layout:auto}.sm\:table-fixed{table-layout:fixed}.sm\:border-collapse{border-collapse:collapse}.sm\:border-separate{border-collapse:separate}.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\: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:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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\: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-112{--tw-translate-x: 28rem}.sm\:translate-x-128{--tw-translate-x: 32rem}.sm\:translate-x-144{--tw-translate-x: 36rem}.sm\:translate-x-160{--tw-translate-x: 40rem}.sm\:translate-x-168{--tw-translate-x: 42rem}.sm\:translate-x-180{--tw-translate-x: 45rem}.sm\:translate-x-192{--tw-translate-x: 48rem}.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-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-112{--tw-translate-x: -28rem}.sm\:-translate-x-128{--tw-translate-x: -32rem}.sm\:-translate-x-144{--tw-translate-x: -36rem}.sm\:-translate-x-160{--tw-translate-x: -40rem}.sm\:-translate-x-168{--tw-translate-x: -42rem}.sm\:-translate-x-180{--tw-translate-x: -45rem}.sm\:-translate-x-192{--tw-translate-x: -48rem}.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-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-112{--tw-translate-y: 28rem}.sm\:translate-y-128{--tw-translate-y: 32rem}.sm\:translate-y-144{--tw-translate-y: 36rem}.sm\:translate-y-160{--tw-translate-y: 40rem}.sm\:translate-y-168{--tw-translate-y: 42rem}.sm\:translate-y-180{--tw-translate-y: 45rem}.sm\:translate-y-192{--tw-translate-y: 48rem}.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-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-112{--tw-translate-y: -28rem}.sm\:-translate-y-128{--tw-translate-y: -32rem}.sm\:-translate-y-144{--tw-translate-y: -36rem}.sm\:-translate-y-160{--tw-translate-y: -40rem}.sm\:-translate-y-168{--tw-translate-y: -42rem}.sm\:-translate-y-180{--tw-translate-y: -45rem}.sm\:-translate-y-192{--tw-translate-y: -48rem}.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-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-112:hover{--tw-translate-x: 28rem}.sm\:hover\:translate-x-128:hover{--tw-translate-x: 32rem}.sm\:hover\:translate-x-144:hover{--tw-translate-x: 36rem}.sm\:hover\:translate-x-160:hover{--tw-translate-x: 40rem}.sm\:hover\:translate-x-168:hover{--tw-translate-x: 42rem}.sm\:hover\:translate-x-180:hover{--tw-translate-x: 45rem}.sm\:hover\:translate-x-192:hover{--tw-translate-x: 48rem}.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-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-112:hover{--tw-translate-x: -28rem}.sm\:hover\:-translate-x-128:hover{--tw-translate-x: -32rem}.sm\:hover\:-translate-x-144:hover{--tw-translate-x: -36rem}.sm\:hover\:-translate-x-160:hover{--tw-translate-x: -40rem}.sm\:hover\:-translate-x-168:hover{--tw-translate-x: -42rem}.sm\:hover\:-translate-x-180:hover{--tw-translate-x: -45rem}.sm\:hover\:-translate-x-192:hover{--tw-translate-x: -48rem}.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-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-112:hover{--tw-translate-y: 28rem}.sm\:hover\:translate-y-128:hover{--tw-translate-y: 32rem}.sm\:hover\:translate-y-144:hover{--tw-translate-y: 36rem}.sm\:hover\:translate-y-160:hover{--tw-translate-y: 40rem}.sm\:hover\:translate-y-168:hover{--tw-translate-y: 42rem}.sm\:hover\:translate-y-180:hover{--tw-translate-y: 45rem}.sm\:hover\:translate-y-192:hover{--tw-translate-y: 48rem}.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-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-112:hover{--tw-translate-y: -28rem}.sm\:hover\:-translate-y-128:hover{--tw-translate-y: -32rem}.sm\:hover\:-translate-y-144:hover{--tw-translate-y: -36rem}.sm\:hover\:-translate-y-160:hover{--tw-translate-y: -40rem}.sm\:hover\:-translate-y-168:hover{--tw-translate-y: -42rem}.sm\:hover\:-translate-y-180:hover{--tw-translate-y: -45rem}.sm\:hover\:-translate-y-192:hover{--tw-translate-y: -48rem}.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-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-112:focus{--tw-translate-x: 28rem}.sm\:focus\:translate-x-128:focus{--tw-translate-x: 32rem}.sm\:focus\:translate-x-144:focus{--tw-translate-x: 36rem}.sm\:focus\:translate-x-160:focus{--tw-translate-x: 40rem}.sm\:focus\:translate-x-168:focus{--tw-translate-x: 42rem}.sm\:focus\:translate-x-180:focus{--tw-translate-x: 45rem}.sm\:focus\:translate-x-192:focus{--tw-translate-x: 48rem}.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-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-112:focus{--tw-translate-x: -28rem}.sm\:focus\:-translate-x-128:focus{--tw-translate-x: -32rem}.sm\:focus\:-translate-x-144:focus{--tw-translate-x: -36rem}.sm\:focus\:-translate-x-160:focus{--tw-translate-x: -40rem}.sm\:focus\:-translate-x-168:focus{--tw-translate-x: -42rem}.sm\:focus\:-translate-x-180:focus{--tw-translate-x: -45rem}.sm\:focus\:-translate-x-192:focus{--tw-translate-x: -48rem}.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-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-112:focus{--tw-translate-y: 28rem}.sm\:focus\:translate-y-128:focus{--tw-translate-y: 32rem}.sm\:focus\:translate-y-144:focus{--tw-translate-y: 36rem}.sm\:focus\:translate-y-160:focus{--tw-translate-y: 40rem}.sm\:focus\:translate-y-168:focus{--tw-translate-y: 42rem}.sm\:focus\:translate-y-180:focus{--tw-translate-y: 45rem}.sm\:focus\:translate-y-192:focus{--tw-translate-y: 48rem}.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-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-112:focus{--tw-translate-y: -28rem}.sm\:focus\:-translate-y-128:focus{--tw-translate-y: -32rem}.sm\:focus\:-translate-y-144:focus{--tw-translate-y: -36rem}.sm\:focus\:-translate-y-160:focus{--tw-translate-y: -40rem}.sm\:focus\:-translate-y-168:focus{--tw-translate-y: -42rem}.sm\:focus\:-translate-y-180:focus{--tw-translate-y: -45rem}.sm\:focus\:-translate-y-192:focus{--tw-translate-y: -48rem}.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-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\: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\: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\: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\: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\: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\: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-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-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\: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}.sm\:animate-fade-in-down{animation:fade-in-down .5s ease-out}.sm\:animate-fade-in-up{animation:fade-in-up .5s ease-out}.sm\:animate-fade-in{animation:fade-in .5s ease-out}.sm\:animate-kenburns{animation:kenburns 10s ease-out}.sm\:animate-zoom-in{animation:zoom-in 10s ease-out}.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\: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\:resize-none{resize:none}.sm\:resize-y{resize:vertical}.sm\:resize-x{resize:horizontal}.sm\:resize{resize:both}.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\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance: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\: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\: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\: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\: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\:flex-row{flex-direction:row}.sm\:flex-row-reverse{flex-direction:row-reverse}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:flex-wrap{flex-wrap:wrap}.sm\:flex-wrap-reverse{flex-wrap:wrap-reverse}.sm\:flex-nowrap{flex-wrap:nowrap}.sm\:place-content-center{place-content:center}.sm\:place-content-start{place-content:start}.sm\:place-content-end{place-content:end}.sm\:place-content-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-items-start{place-items:start}.sm\:place-items-end{place-items:end}.sm\:place-items-center{place-items:center}.sm\:place-items-stretch{place-items:stretch}.sm\:content-center{align-content:center}.sm\:content-start{align-content:flex-start}.sm\:content-end{align-content:flex-end}.sm\:content-between{align-content:space-between}.sm\:content-around{align-content:space-around}.sm\:content-evenly{align-content:space-evenly}.sm\:items-start{align-items:flex-start}.sm\:items-end{align-items:flex-end}.sm\:items-center{align-items:center}.sm\:items-baseline{align-items:baseline}.sm\:items-stretch{align-items:stretch}.sm\:justify-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-items-start{justify-items:start}.sm\:justify-items-end{justify-items:end}.sm\:justify-items-center{justify-items:center}.sm\:justify-items-stretch{justify-items:stretch}.sm\:gap-0{gap:0px}.sm\:gap-1{gap:.25rem}.sm\:gap-2{gap:.5rem}.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-112{gap:28rem}.sm\:gap-128{gap:32rem}.sm\:gap-144{gap:36rem}.sm\:gap-160{gap:40rem}.sm\:gap-168{gap:42rem}.sm\:gap-180{gap:45rem}.sm\:gap-192{gap:48rem}.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-x-0{-moz-column-gap:0px;column-gap:0px}.sm\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.sm\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.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-112{-moz-column-gap:28rem;column-gap:28rem}.sm\:gap-x-128{-moz-column-gap:32rem;column-gap:32rem}.sm\:gap-x-144{-moz-column-gap:36rem;column-gap:36rem}.sm\:gap-x-160{-moz-column-gap:40rem;column-gap:40rem}.sm\:gap-x-168{-moz-column-gap:42rem;column-gap:42rem}.sm\:gap-x-180{-moz-column-gap:45rem;column-gap:45rem}.sm\:gap-x-192{-moz-column-gap:48rem;column-gap:48rem}.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-y-0{row-gap:0px}.sm\:gap-y-1{row-gap:.25rem}.sm\:gap-y-2{row-gap:.5rem}.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-112{row-gap:28rem}.sm\:gap-y-128{row-gap:32rem}.sm\:gap-y-144{row-gap:36rem}.sm\:gap-y-160{row-gap:40rem}.sm\:gap-y-168{row-gap:42rem}.sm\:gap-y-180{row-gap:45rem}.sm\:gap-y-192{row-gap:48rem}.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\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.25rem * var(--tw-space-x-reverse));margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.75rem * var(--tw-space-x-reverse));margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3.5rem * var(--tw-space-x-reverse));margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(5rem * var(--tw-space-x-reverse));margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(7rem * var(--tw-space-x-reverse));margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8rem * var(--tw-space-x-reverse));margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(9rem * var(--tw-space-x-reverse));margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(10rem * var(--tw-space-x-reverse));margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(11rem * var(--tw-space-x-reverse));margin-left:calc(11rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12rem * var(--tw-space-x-reverse));margin-left:calc(12rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(13rem * var(--tw-space-x-reverse));margin-left:calc(13rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(14rem * var(--tw-space-x-reverse));margin-left:calc(14rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(15rem * var(--tw-space-x-reverse));margin-left:calc(15rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(16rem * var(--tw-space-x-reverse));margin-left:calc(16rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(18rem * var(--tw-space-x-reverse));margin-left:calc(18rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(20rem * var(--tw-space-x-reverse));margin-left:calc(20rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(24rem * var(--tw-space-x-reverse));margin-left:calc(24rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(28rem * var(--tw-space-x-reverse));margin-left:calc(28rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(32rem * var(--tw-space-x-reverse));margin-left:calc(32rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(36rem * var(--tw-space-x-reverse));margin-left:calc(36rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(40rem * var(--tw-space-x-reverse));margin-left:calc(40rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(42rem * var(--tw-space-x-reverse));margin-left:calc(42rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(45rem * var(--tw-space-x-reverse));margin-left:calc(45rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(48rem * var(--tw-space-x-reverse));margin-left:calc(48rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.sm\:space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.25rem * var(--tw-space-x-reverse));margin-left:calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.75rem * var(--tw-space-x-reverse));margin-left:calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2rem * var(--tw-space-x-reverse));margin-left:calc(-2rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.25rem * var(--tw-space-x-reverse));margin-left:calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.5rem * var(--tw-space-x-reverse));margin-left:calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.75rem * var(--tw-space-x-reverse));margin-left:calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3rem * var(--tw-space-x-reverse));margin-left:calc(-3rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3.5rem * var(--tw-space-x-reverse));margin-left:calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-4rem * var(--tw-space-x-reverse));margin-left:calc(-4rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-5rem * var(--tw-space-x-reverse));margin-left:calc(-5rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-6rem * var(--tw-space-x-reverse));margin-left:calc(-6rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-7rem * var(--tw-space-x-reverse));margin-left:calc(-7rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-8rem * var(--tw-space-x-reverse));margin-left:calc(-8rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-9rem * var(--tw-space-x-reverse));margin-left:calc(-9rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-10rem * var(--tw-space-x-reverse));margin-left:calc(-10rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-11rem * var(--tw-space-x-reverse));margin-left:calc(-11rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-12rem * var(--tw-space-x-reverse));margin-left:calc(-12rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-13rem * var(--tw-space-x-reverse));margin-left:calc(-13rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-14rem * var(--tw-space-x-reverse));margin-left:calc(-14rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-15rem * var(--tw-space-x-reverse));margin-left:calc(-15rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-16rem * var(--tw-space-x-reverse));margin-left:calc(-16rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-18rem * var(--tw-space-x-reverse));margin-left:calc(-18rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-20rem * var(--tw-space-x-reverse));margin-left:calc(-20rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-24rem * var(--tw-space-x-reverse));margin-left:calc(-24rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-28rem * var(--tw-space-x-reverse));margin-left:calc(-28rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-32rem * var(--tw-space-x-reverse));margin-left:calc(-32rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-36rem * var(--tw-space-x-reverse));margin-left:calc(-36rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-40rem * var(--tw-space-x-reverse));margin-left:calc(-40rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-42rem * var(--tw-space-x-reverse));margin-left:calc(-42rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-45rem * var(--tw-space-x-reverse));margin-left:calc(-45rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-48rem * var(--tw-space-x-reverse));margin-left:calc(-48rem * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.sm\:-space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.sm\:space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.sm\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.sm\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.sm\:space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.sm\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.sm\:space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.sm\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.sm\:space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))}.sm\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.sm\:space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))}.sm\:space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.sm\:space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.sm\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.sm\:space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem * var(--tw-space-y-reverse))}.sm\:space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem * var(--tw-space-y-reverse))}.sm\:space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem * var(--tw-space-y-reverse))}.sm\:space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem * var(--tw-space-y-reverse))}.sm\:space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem * var(--tw-space-y-reverse))}.sm\:space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem * var(--tw-space-y-reverse))}.sm\:space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem * var(--tw-space-y-reverse))}.sm\:space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem * var(--tw-space-y-reverse))}.sm\:space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem * var(--tw-space-y-reverse))}.sm\:space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem * var(--tw-space-y-reverse))}.sm\:space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem * var(--tw-space-y-reverse))}.sm\:space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem * var(--tw-space-y-reverse))}.sm\:space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem * var(--tw-space-y-reverse))}.sm\:space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(28rem * var(--tw-space-y-reverse))}.sm\:space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32rem * var(--tw-space-y-reverse))}.sm\:space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(36rem * var(--tw-space-y-reverse))}.sm\:space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(40rem * var(--tw-space-y-reverse))}.sm\:space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(42rem * var(--tw-space-y-reverse))}.sm\:space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(45rem * var(--tw-space-y-reverse))}.sm\:space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(48rem * var(--tw-space-y-reverse))}.sm\:space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.sm\:space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.sm\:-space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem * var(--tw-space-y-reverse))}.sm\:-space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem * var(--tw-space-y-reverse))}.sm\:-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem * var(--tw-space-y-reverse))}.sm\:-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem * var(--tw-space-y-reverse))}.sm\:-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem * var(--tw-space-y-reverse))}.sm\:-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem * var(--tw-space-y-reverse))}.sm\:-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem * var(--tw-space-y-reverse))}.sm\:-space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem * var(--tw-space-y-reverse))}.sm\:-space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem * var(--tw-space-y-reverse))}.sm\:-space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem * var(--tw-space-y-reverse))}.sm\:-space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem * var(--tw-space-y-reverse))}.sm\:-space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem * var(--tw-space-y-reverse))}.sm\:-space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem * var(--tw-space-y-reverse))}.sm\:-space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem * var(--tw-space-y-reverse))}.sm\:-space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem * var(--tw-space-y-reverse))}.sm\:-space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem * var(--tw-space-y-reverse))}.sm\:-space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem * var(--tw-space-y-reverse))}.sm\:-space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem * var(--tw-space-y-reverse))}.sm\:-space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem * var(--tw-space-y-reverse))}.sm\:-space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem * var(--tw-space-y-reverse))}.sm\:-space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem * var(--tw-space-y-reverse))}.sm\:-space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem * var(--tw-space-y-reverse))}.sm\:-space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem * var(--tw-space-y-reverse))}.sm\:-space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem * var(--tw-space-y-reverse))}.sm\:-space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem * var(--tw-space-y-reverse))}.sm\:-space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem * var(--tw-space-y-reverse))}.sm\:-space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem * var(--tw-space-y-reverse))}.sm\:-space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-28rem * var(--tw-space-y-reverse))}.sm\:-space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-32rem * var(--tw-space-y-reverse))}.sm\:-space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-36rem * var(--tw-space-y-reverse))}.sm\:-space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-40rem * var(--tw-space-y-reverse))}.sm\:-space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-42rem * var(--tw-space-y-reverse))}.sm\:-space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-45rem * var(--tw-space-y-reverse))}.sm\:-space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-48rem * var(--tw-space-y-reverse))}.sm\:-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.sm\:-space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.sm\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.sm\:divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.sm\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.sm\:divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.sm\:divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.sm\:divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.sm\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.sm\:divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.sm\:divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.sm\:divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.sm\:divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.sm\:divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.sm\:divide-double>:not([hidden])~:not([hidden]){border-style:double}.sm\:divide-none>:not([hidden])~:not([hidden]){border-style:none}.sm\:divide-bg_primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(29,39,49,var(--tw-divide-opacity))}.sm\:divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(28,76,112,var(--tw-divide-opacity))}.sm\:divide-secondary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,152,74,var(--tw-divide-opacity))}.sm\:divide-warning>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,95,59,var(--tw-divide-opacity))}.sm\:divide-error>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,67,54,var(--tw-divide-opacity))}.sm\:divide-info>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(122,169,163,var(--tw-divide-opacity))}.sm\:divide-success>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(51,143,154,var(--tw-divide-opacity))}.sm\:divide-call_to_action>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(127,165,240,var(--tw-divide-opacity))}.sm\:divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,250,250,var(--tw-divide-opacity))}.sm\:divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,244,245,var(--tw-divide-opacity))}.sm\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(228,228,231,var(--tw-divide-opacity))}.sm\:divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(212,212,216,var(--tw-divide-opacity))}.sm\:divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(161,161,170,var(--tw-divide-opacity))}.sm\:divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(113,113,122,var(--tw-divide-opacity))}.sm\:divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(82,82,91,var(--tw-divide-opacity))}.sm\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(63,63,70,var(--tw-divide-opacity))}.sm\:divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(39,39,42,var(--tw-divide-opacity))}.sm\:divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(24,24,27,var(--tw-divide-opacity))}.sm\:divide-lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(239,239,239,var(--tw-divide-opacity))}.sm\:divide-darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(108,108,108,var(--tw-divide-opacity))}.sm\:divide-nav_darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(31,31,31,var(--tw-divide-opacity))}.sm\:divide-nav_lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(71,71,71,var(--tw-divide-opacity))}.sm\:divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,249,255,var(--tw-divide-opacity))}.sm\:divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(224,242,254,var(--tw-divide-opacity))}.sm\:divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(186,230,253,var(--tw-divide-opacity))}.sm\:divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(125,211,252,var(--tw-divide-opacity))}.sm\:divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(56,189,248,var(--tw-divide-opacity))}.sm\:divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,165,233,var(--tw-divide-opacity))}.sm\:divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(2,132,199,var(--tw-divide-opacity))}.sm\:divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(3,105,161,var(--tw-divide-opacity))}.sm\:divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(7,89,133,var(--tw-divide-opacity))}.sm\:divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(12,74,110,var(--tw-divide-opacity))}.sm\:divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,241,242,var(--tw-divide-opacity))}.sm\:divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,228,230,var(--tw-divide-opacity))}.sm\:divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(254,205,211,var(--tw-divide-opacity))}.sm\:divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,164,175,var(--tw-divide-opacity))}.sm\:divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(251,113,133,var(--tw-divide-opacity))}.sm\:divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,63,94,var(--tw-divide-opacity))}.sm\:divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(225,29,72,var(--tw-divide-opacity))}.sm\:divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(190,18,60,var(--tw-divide-opacity))}.sm\:divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(159,18,57,var(--tw-divide-opacity))}.sm\:divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(136,19,55,var(--tw-divide-opacity))}.sm\:divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,244,255,var(--tw-divide-opacity))}.sm\:divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,232,255,var(--tw-divide-opacity))}.sm\:divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(245,208,254,var(--tw-divide-opacity))}.sm\:divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,171,252,var(--tw-divide-opacity))}.sm\:divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(232,121,249,var(--tw-divide-opacity))}.sm\:divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,70,239,var(--tw-divide-opacity))}.sm\:divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,38,211,var(--tw-divide-opacity))}.sm\:divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(162,28,175,var(--tw-divide-opacity))}.sm\:divide-pink-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,25,143,var(--tw-divide-opacity))}.sm\:divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(112,26,117,var(--tw-divide-opacity))}.sm\:divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,244,var(--tw-divide-opacity))}.sm\:divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(220,252,231,var(--tw-divide-opacity))}.sm\:divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(187,247,208,var(--tw-divide-opacity))}.sm\:divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,239,172,var(--tw-divide-opacity))}.sm\:divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(74,222,128,var(--tw-divide-opacity))}.sm\:divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,197,94,var(--tw-divide-opacity))}.sm\:divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,163,74,var(--tw-divide-opacity))}.sm\:divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,128,61,var(--tw-divide-opacity))}.sm\:divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,101,52,var(--tw-divide-opacity))}.sm\:divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,83,45,var(--tw-divide-opacity))}.sm\:divide-purple-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,245,255,var(--tw-divide-opacity))}.sm\:divide-purple-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(243,232,255,var(--tw-divide-opacity))}.sm\:divide-purple-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(233,213,255,var(--tw-divide-opacity))}.sm\:divide-purple-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(216,180,254,var(--tw-divide-opacity))}.sm\:divide-purple-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,132,252,var(--tw-divide-opacity))}.sm\:divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(168,85,247,var(--tw-divide-opacity))}.sm\:divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(147,51,234,var(--tw-divide-opacity))}.sm\:divide-purple-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(126,34,206,var(--tw-divide-opacity))}.sm\:divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(107,33,168,var(--tw-divide-opacity))}.sm\:divide-purple-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(88,28,135,var(--tw-divide-opacity))}.sm\:divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,250,var(--tw-divide-opacity))}.sm\:divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(204,251,241,var(--tw-divide-opacity))}.sm\:divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(153,246,228,var(--tw-divide-opacity))}.sm\:divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(94,234,212,var(--tw-divide-opacity))}.sm\:divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(45,212,191,var(--tw-divide-opacity))}.sm\:divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,184,166,var(--tw-divide-opacity))}.sm\:divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(13,148,136,var(--tw-divide-opacity))}.sm\:divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(15,118,110,var(--tw-divide-opacity))}.sm\:divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(17,94,89,var(--tw-divide-opacity))}.sm\:divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(19,78,74,var(--tw-divide-opacity))}.sm\:divide-cyan-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(236,254,255,var(--tw-divide-opacity))}.sm\:divide-cyan-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(207,250,254,var(--tw-divide-opacity))}.sm\:divide-cyan-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(165,243,252,var(--tw-divide-opacity))}.sm\:divide-cyan-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(103,232,249,var(--tw-divide-opacity))}.sm\:divide-cyan-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,211,238,var(--tw-divide-opacity))}.sm\:divide-cyan-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(6,182,212,var(--tw-divide-opacity))}.sm\:divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(8,145,178,var(--tw-divide-opacity))}.sm\:divide-cyan-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,116,144,var(--tw-divide-opacity))}.sm\:divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,94,117,var(--tw-divide-opacity))}.sm\:divide-cyan-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,78,99,var(--tw-divide-opacity))}.sm\:divide-yellow>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,179,16,var(--tw-divide-opacity))}.sm\:divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.sm\:divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.sm\:divide-opacity-0>:not([hidden])~:not([hidden]){--tw-divide-opacity: 0}.sm\:divide-opacity-5>:not([hidden])~:not([hidden]){--tw-divide-opacity: .05}.sm\:divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity: .1}.sm\:divide-opacity-20>:not([hidden])~:not([hidden]){--tw-divide-opacity: .2}.sm\:divide-opacity-25>:not([hidden])~:not([hidden]){--tw-divide-opacity: .25}.sm\:divide-opacity-30>:not([hidden])~:not([hidden]){--tw-divide-opacity: .3}.sm\:divide-opacity-40>:not([hidden])~:not([hidden]){--tw-divide-opacity: .4}.sm\:divide-opacity-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: .5}.sm\:divide-opacity-60>:not([hidden])~:not([hidden]){--tw-divide-opacity: .6}.sm\:divide-opacity-70>:not([hidden])~:not([hidden]){--tw-divide-opacity: .7}.sm\:divide-opacity-75>:not([hidden])~:not([hidden]){--tw-divide-opacity: .75}.sm\:divide-opacity-80>:not([hidden])~:not([hidden]){--tw-divide-opacity: .8}.sm\:divide-opacity-90>:not([hidden])~:not([hidden]){--tw-divide-opacity: .9}.sm\:divide-opacity-95>:not([hidden])~:not([hidden]){--tw-divide-opacity: .95}.sm\:divide-opacity-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}.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\:self-auto{align-self:auto}.sm\:self-start{align-self:flex-start}.sm\:self-end{align-self:flex-end}.sm\:self-center{align-self:center}.sm\:self-stretch{align-self:stretch}.sm\:self-baseline{align-self:baseline}.sm\:justify-self-auto{justify-self:auto}.sm\:justify-self-start{justify-self:start}.sm\:justify-self-end{justify-self:end}.sm\:justify-self-center{justify-self:center}.sm\:justify-self-stretch{justify-self:stretch}.sm\: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\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sm\:overflow-ellipsis{text-overflow:ellipsis}.sm\:overflow-clip{text-overflow:clip}.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\: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-4xl{border-radius:2rem}.sm\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.sm\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.sm\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.sm\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.sm\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.sm\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.sm\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.sm\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.sm\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.sm\:rounded-t-4xl{border-top-left-radius:2rem;border-top-right-radius:2rem}.sm\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.sm\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.sm\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.sm\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.sm\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.sm\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.sm\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.sm\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.sm\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.sm\:rounded-r-4xl{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.sm\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.sm\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.sm\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.sm\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.sm\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.sm\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.sm\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.sm\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.sm\:rounded-b-4xl{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.sm\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.sm\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.sm\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.sm\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.sm\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.sm\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.sm\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.sm\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.sm\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.sm\:rounded-l-4xl{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.sm\:rounded-tl-none{border-top-left-radius:0}.sm\:rounded-tl-sm{border-top-left-radius:.125rem}.sm\:rounded-tl{border-top-left-radius:.25rem}.sm\:rounded-tl-md{border-top-left-radius:.375rem}.sm\:rounded-tl-lg{border-top-left-radius:.5rem}.sm\:rounded-tl-xl{border-top-left-radius:.75rem}.sm\:rounded-tl-2xl{border-top-left-radius:1rem}.sm\:rounded-tl-3xl{border-top-left-radius:1.5rem}.sm\:rounded-tl-full{border-top-left-radius:9999px}.sm\:rounded-tl-4xl{border-top-left-radius:2rem}.sm\:rounded-tr-none{border-top-right-radius:0}.sm\:rounded-tr-sm{border-top-right-radius:.125rem}.sm\:rounded-tr{border-top-right-radius:.25rem}.sm\:rounded-tr-md{border-top-right-radius:.375rem}.sm\:rounded-tr-lg{border-top-right-radius:.5rem}.sm\:rounded-tr-xl{border-top-right-radius:.75rem}.sm\:rounded-tr-2xl{border-top-right-radius:1rem}.sm\:rounded-tr-3xl{border-top-right-radius:1.5rem}.sm\:rounded-tr-full{border-top-right-radius:9999px}.sm\:rounded-tr-4xl{border-top-right-radius:2rem}.sm\:rounded-br-none{border-bottom-right-radius:0}.sm\:rounded-br-sm{border-bottom-right-radius:.125rem}.sm\:rounded-br{border-bottom-right-radius:.25rem}.sm\:rounded-br-md{border-bottom-right-radius:.375rem}.sm\:rounded-br-lg{border-bottom-right-radius:.5rem}.sm\:rounded-br-xl{border-bottom-right-radius:.75rem}.sm\:rounded-br-2xl{border-bottom-right-radius:1rem}.sm\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.sm\:rounded-br-full{border-bottom-right-radius:9999px}.sm\:rounded-br-4xl{border-bottom-right-radius:2rem}.sm\:rounded-bl-none{border-bottom-left-radius:0}.sm\:rounded-bl-sm{border-bottom-left-radius:.125rem}.sm\:rounded-bl{border-bottom-left-radius:.25rem}.sm\:rounded-bl-md{border-bottom-left-radius:.375rem}.sm\:rounded-bl-lg{border-bottom-left-radius:.5rem}.sm\:rounded-bl-xl{border-bottom-left-radius:.75rem}.sm\:rounded-bl-2xl{border-bottom-left-radius:1rem}.sm\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.sm\:rounded-bl-full{border-bottom-left-radius:9999px}.sm\:rounded-bl-4xl{border-bottom-left-radius:2rem}.sm\:border-0{border-width:0px}.sm\:border-2{border-width:2px}.sm\:border-4{border-width:4px}.sm\:border-8{border-width:8px}.sm\:border{border-width:1px}.sm\:border-t-0{border-top-width:0px}.sm\:border-t-2{border-top-width:2px}.sm\:border-t-4{border-top-width:4px}.sm\:border-t-8{border-top-width:8px}.sm\:border-t{border-top-width:1px}.sm\:border-r-0{border-right-width:0px}.sm\:border-r-2{border-right-width:2px}.sm\:border-r-4{border-right-width:4px}.sm\:border-r-8{border-right-width:8px}.sm\:border-r{border-right-width:1px}.sm\:border-b-0{border-bottom-width:0px}.sm\:border-b-2{border-bottom-width:2px}.sm\:border-b-4{border-bottom-width:4px}.sm\:border-b-8{border-bottom-width:8px}.sm\:border-b{border-bottom-width:1px}.sm\:border-l-0{border-left-width:0px}.sm\:border-l-2{border-left-width:2px}.sm\:border-l-4{border-left-width:4px}.sm\:border-l-8{border-left-width:8px}.sm\:border-l{border-left-width:1px}.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-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.sm\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.sm\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.sm\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.sm\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.sm\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.sm\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.sm\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.sm\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.sm\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.sm\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.sm\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.sm\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.sm\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.sm\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.sm\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.sm\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.sm\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.sm\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.sm\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.sm\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.sm\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.sm\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.sm\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.sm\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.sm\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.sm\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.sm\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.sm\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.sm\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.sm\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.sm\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.sm\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.sm\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.sm\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.sm\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.sm\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.sm\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.sm\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.sm\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.sm\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.sm\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.sm\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.sm\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.sm\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.sm\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.sm\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.sm\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.sm\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.sm\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.sm\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.sm\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.sm\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.sm\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.sm\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.sm\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.sm\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.sm\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.sm\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.sm\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.sm\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.sm\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.sm\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.sm\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.sm\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.sm\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.sm\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.sm\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.sm\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.sm\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.sm\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.sm\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.sm\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.sm\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.sm\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.sm\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.sm\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.sm\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.sm\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.sm\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.sm\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.sm\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.sm\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.sm\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.sm\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.sm\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.sm\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.sm\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.sm\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.sm\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.sm\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.sm\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.sm\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.sm\:border-white{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.sm\:border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.group:hover .sm\:group-hover\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:focus-within\:border-bg_primary:focus-within{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.sm\:focus-within\:border-primary:focus-within{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.sm\:focus-within\:border-secondary:focus-within{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.sm\:focus-within\:border-warning:focus-within{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.sm\:focus-within\:border-error:focus-within{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.sm\:focus-within\:border-info:focus-within{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.sm\:focus-within\:border-success:focus-within{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.sm\:focus-within\:border-call_to_action:focus-within{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-100:focus-within{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-200:focus-within{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-300:focus-within{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-400:focus-within{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-500:focus-within{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-600:focus-within{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-700:focus-within{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-800:focus-within{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.sm\:focus-within\:border-gray-900:focus-within{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.sm\:focus-within\:border-lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.sm\:focus-within\:border-darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.sm\:focus-within\:border-nav_darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.sm\:focus-within\:border-nav_lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-100:focus-within{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-200:focus-within{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-300:focus-within{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-400:focus-within{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-700:focus-within{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-800:focus-within{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.sm\:focus-within\:border-blue-900:focus-within{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.sm\:focus-within\:border-red-50:focus-within{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.sm\:focus-within\:border-red-100:focus-within{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.sm\:focus-within\:border-red-200:focus-within{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.sm\:focus-within\:border-red-300:focus-within{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.sm\:focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.sm\:focus-within\:border-red-500:focus-within{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.sm\:focus-within\:border-red-600:focus-within{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.sm\:focus-within\:border-red-700:focus-within{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.sm\:focus-within\:border-red-800:focus-within{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.sm\:focus-within\:border-red-900:focus-within{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-50:focus-within{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-100:focus-within{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-200:focus-within{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-300:focus-within{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-400:focus-within{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-500:focus-within{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-600:focus-within{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-700:focus-within{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-800:focus-within{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.sm\:focus-within\:border-pink-900:focus-within{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.sm\:focus-within\:border-green-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.sm\:focus-within\:border-green-100:focus-within{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.sm\:focus-within\:border-green-200:focus-within{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.sm\:focus-within\:border-green-300:focus-within{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.sm\:focus-within\:border-green-400:focus-within{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.sm\:focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.sm\:focus-within\:border-green-600:focus-within{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.sm\:focus-within\:border-green-700:focus-within{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.sm\:focus-within\:border-green-800:focus-within{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.sm\:focus-within\:border-green-900:focus-within{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-100:focus-within{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-200:focus-within{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-300:focus-within{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-400:focus-within{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-500:focus-within{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-600:focus-within{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-700:focus-within{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-800:focus-within{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.sm\:focus-within\:border-purple-900:focus-within{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-100:focus-within{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-200:focus-within{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-300:focus-within{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-500:focus-within{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-600:focus-within{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-700:focus-within{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-800:focus-within{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.sm\:focus-within\:border-teal-900:focus-within{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-50:focus-within{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-100:focus-within{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-200:focus-within{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-300:focus-within{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-400:focus-within{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-500:focus-within{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-600:focus-within{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-700:focus-within{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-800:focus-within{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.sm\:focus-within\:border-cyan-900:focus-within{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.sm\:focus-within\:border-yellow:focus-within{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus-within{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:hover\:border-bg_primary:hover{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.sm\:hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.sm\:hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.sm\:hover\:border-warning:hover{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.sm\:hover\:border-error:hover{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.sm\:hover\:border-info:hover{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.sm\:hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.sm\:hover\:border-call_to_action:hover{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.sm\:hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.sm\:hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.sm\:hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.sm\:hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.sm\:hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.sm\:hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.sm\:hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.sm\:hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.sm\:hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.sm\:hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.sm\:hover\:border-lightgray:hover{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.sm\:hover\:border-darkgray:hover{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.sm\:hover\:border-nav_darkgray:hover{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.sm\:hover\:border-nav_lightgray:hover{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.sm\:hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.sm\:hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.sm\:hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.sm\:hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.sm\:hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.sm\:hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.sm\:hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.sm\:hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.sm\:hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.sm\:hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.sm\:hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.sm\:hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.sm\:hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.sm\:hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.sm\:hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.sm\:hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.sm\:hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.sm\:hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.sm\:hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.sm\:hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.sm\:hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.sm\:hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.sm\:hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.sm\:hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.sm\:hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.sm\:hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.sm\:hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.sm\:hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.sm\:hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.sm\:hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.sm\:hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.sm\:hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.sm\:hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.sm\:hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.sm\:hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.sm\:hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.sm\:hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.sm\:hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.sm\:hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.sm\:hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.sm\:hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.sm\:hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.sm\:hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.sm\:hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.sm\:hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.sm\:hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.sm\:hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.sm\:hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.sm\:hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.sm\:hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.sm\:hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.sm\:hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.sm\:hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.sm\:hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.sm\:hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.sm\:hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.sm\:hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.sm\:hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.sm\:hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.sm\:hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.sm\:hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.sm\:hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.sm\:hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.sm\:hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.sm\:hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.sm\:hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.sm\:hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.sm\:hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.sm\:hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.sm\:hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.sm\:hover\:border-yellow:hover{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:hover{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.sm\:focus\:border-bg_primary:focus{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.sm\:focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.sm\:focus\:border-secondary:focus{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.sm\:focus\:border-warning:focus{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.sm\:focus\:border-error:focus{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.sm\:focus\:border-info:focus{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.sm\:focus\:border-success:focus{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.sm\:focus\:border-call_to_action:focus{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.sm\:focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.sm\:focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.sm\:focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.sm\:focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.sm\:focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.sm\:focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.sm\:focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.sm\:focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.sm\:focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.sm\:focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.sm\:focus\:border-lightgray:focus{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.sm\:focus\:border-darkgray:focus{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.sm\:focus\:border-nav_darkgray:focus{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.sm\:focus\:border-nav_lightgray:focus{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.sm\:focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.sm\:focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.sm\:focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.sm\:focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.sm\:focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.sm\:focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.sm\:focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.sm\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.sm\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.sm\:focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.sm\:focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.sm\:focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.sm\:focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.sm\:focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.sm\:focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.sm\:focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.sm\:focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.sm\:focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.sm\:focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.sm\:focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.sm\:focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.sm\:focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.sm\:focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.sm\:focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.sm\:focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.sm\:focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.sm\:focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.sm\:focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.sm\:focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.sm\:focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.sm\:focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.sm\:focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.sm\:focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.sm\:focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.sm\:focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.sm\:focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.sm\:focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.sm\:focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.sm\:focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.sm\:focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.sm\:focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.sm\:focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.sm\:focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.sm\:focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.sm\:focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.sm\:focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.sm\:focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.sm\:focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.sm\:focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.sm\:focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.sm\:focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.sm\:focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.sm\:focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.sm\:focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.sm\:focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.sm\:focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.sm\:focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.sm\:focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.sm\:focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.sm\:focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.sm\:focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.sm\:focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.sm\:focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.sm\:focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.sm\:focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.sm\:focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.sm\:focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.sm\:focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.sm\:focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.sm\:focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.sm\:focus\:border-yellow:focus{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus{--tw-border-opacity: 1;border-color:rgba(0,0,0,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\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.sm\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.sm\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.sm\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.sm\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.sm\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.sm\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.sm\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.sm\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.sm\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.sm\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.sm\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.sm\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.sm\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.sm\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.sm\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.sm\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.sm\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.sm\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.sm\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.sm\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.sm\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.sm\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.sm\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.sm\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.sm\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.sm\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.sm\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.sm\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.sm\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.sm\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.sm\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.sm\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.sm\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.sm\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.sm\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.sm\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.sm\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.sm\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.sm\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.sm\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.sm\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.sm\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.sm\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.sm\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.sm\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.sm\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.sm\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.sm\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.sm\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.sm\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.sm\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.sm\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.sm\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.sm\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.sm\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.sm\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.sm\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.sm\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.sm\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.sm\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.sm\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.sm\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.sm\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.sm\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.sm\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.sm\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.sm\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.sm\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.sm\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.sm\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.sm\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.sm\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.sm\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.sm\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.sm\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.sm\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.sm\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.sm\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.sm\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.sm\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.sm\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.sm\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.sm\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.sm\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.sm\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.sm\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.sm\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.sm\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.sm\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.sm\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.sm\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.sm\:bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.sm\:bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.group:hover .sm\:group-hover\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:focus-within\:bg-bg_primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.sm\:focus-within\:bg-primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.sm\:focus-within\:bg-secondary:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.sm\:focus-within\:bg-warning:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.sm\:focus-within\:bg-error:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.sm\:focus-within\:bg-info:focus-within{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.sm\:focus-within\:bg-success:focus-within{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.sm\:focus-within\:bg-call_to_action:focus-within{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.sm\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.sm\:focus-within\:bg-lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.sm\:focus-within\:bg-darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.sm\:focus-within\:bg-nav_darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.sm\:focus-within\:bg-nav_lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.sm\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.sm\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.sm\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.sm\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.sm\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.sm\:focus-within\:bg-teal-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.sm\:focus-within\:bg-cyan-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.sm\:focus-within\:bg-yellow:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus-within{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:hover\:bg-bg_primary:hover{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.sm\:hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.sm\:hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.sm\:hover\:bg-warning:hover{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.sm\:hover\:bg-error:hover{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.sm\:hover\:bg-info:hover{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.sm\:hover\:bg-success:hover{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.sm\:hover\:bg-call_to_action:hover{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.sm\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.sm\:hover\:bg-lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.sm\:hover\:bg-darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.sm\:hover\:bg-nav_darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.sm\:hover\:bg-nav_lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.sm\:hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.sm\:hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.sm\:hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.sm\:hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.sm\:hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.sm\:hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.sm\:hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.sm\:hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.sm\:hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.sm\:hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.sm\:hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.sm\:hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.sm\:hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.sm\:hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.sm\:hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.sm\:hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.sm\:hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.sm\:hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.sm\:hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.sm\:hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.sm\:hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.sm\:hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.sm\:hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.sm\:hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.sm\:hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.sm\:hover\:bg-yellow:hover{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.sm\:focus\:bg-bg_primary:focus{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.sm\:focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.sm\:focus\:bg-secondary:focus{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.sm\:focus\:bg-warning:focus{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.sm\:focus\:bg-error:focus{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.sm\:focus\:bg-info:focus{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.sm\:focus\:bg-success:focus{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.sm\:focus\:bg-call_to_action:focus{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.sm\:focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.sm\:focus\:bg-lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.sm\:focus\:bg-darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.sm\:focus\:bg-nav_darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.sm\:focus\:bg-nav_lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.sm\:focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.sm\:focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.sm\:focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.sm\:focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.sm\:focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.sm\:focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.sm\:focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.sm\:focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.sm\:focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.sm\:focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.sm\:focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.sm\:focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.sm\:focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.sm\:focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.sm\:focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.sm\:focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.sm\:focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.sm\:focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.sm\:focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.sm\:focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.sm\:focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.sm\:focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.sm\:focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.sm\:focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.sm\:focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.sm\:focus\:bg-yellow:focus{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.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-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-bg_primary{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.sm\:from-primary{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.sm\:from-secondary{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.sm\:from-warning{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.sm\:from-error{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.sm\:from-info{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.sm\:from-success{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.sm\:from-call_to_action{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.sm\:from-gray-50{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.sm\:from-gray-100{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.sm\:from-gray-200{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.sm\:from-gray-300{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.sm\:from-gray-400{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.sm\:from-gray-500{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.sm\:from-gray-600{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.sm\:from-gray-700{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.sm\:from-gray-800{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.sm\:from-gray-900{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.sm\:from-lightgray{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.sm\:from-darkgray{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.sm\:from-nav_darkgray{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.sm\:from-nav_lightgray{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.sm\:from-blue-50{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.sm\:from-blue-100{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.sm\:from-blue-200{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.sm\:from-blue-300{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.sm\:from-blue-400{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.sm\:from-blue-500{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.sm\:from-blue-600{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.sm\:from-blue-700{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.sm\:from-blue-800{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.sm\:from-blue-900{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.sm\:from-red-50{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.sm\:from-red-100{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.sm\:from-red-200{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.sm\:from-red-300{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.sm\:from-red-400{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.sm\:from-red-500{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.sm\:from-red-600{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.sm\:from-red-700{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.sm\:from-red-800{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.sm\:from-red-900{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.sm\:from-pink-50{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.sm\:from-pink-100{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.sm\:from-pink-200{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.sm\:from-pink-300{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.sm\:from-pink-400{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.sm\:from-pink-500{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.sm\:from-pink-600{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.sm\:from-pink-700{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.sm\:from-pink-800{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.sm\:from-pink-900{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.sm\:from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.sm\:from-green-100{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.sm\:from-green-200{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.sm\:from-green-300{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.sm\:from-green-400{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.sm\:from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.sm\:from-green-600{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.sm\:from-green-700{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.sm\:from-green-800{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.sm\:from-green-900{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.sm\:from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.sm\:from-purple-100{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.sm\:from-purple-200{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.sm\:from-purple-300{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.sm\:from-purple-400{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.sm\:from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.sm\:from-purple-600{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.sm\:from-purple-700{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.sm\:from-purple-800{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.sm\:from-purple-900{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.sm\:from-teal-50{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.sm\:from-teal-100{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.sm\:from-teal-200{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.sm\:from-teal-300{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.sm\:from-teal-400{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.sm\:from-teal-500{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.sm\:from-teal-600{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.sm\:from-teal-700{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.sm\:from-teal-800{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.sm\:from-teal-900{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.sm\:from-cyan-50{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.sm\:from-cyan-100{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.sm\:from-cyan-200{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.sm\:from-cyan-300{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.sm\:from-cyan-400{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.sm\:from-cyan-500{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.sm\:from-cyan-600{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.sm\:from-cyan-700{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.sm\:from-cyan-800{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.sm\:from-cyan-900{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.sm\:from-yellow{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.sm\:hover\:from-bg_primary:hover{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.sm\:hover\:from-primary:hover{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.sm\:hover\:from-secondary:hover{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.sm\:hover\:from-warning:hover{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.sm\:hover\:from-error:hover{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.sm\:hover\:from-info:hover{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.sm\:hover\:from-success:hover{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.sm\:hover\:from-call_to_action:hover{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.sm\:hover\:from-gray-50:hover{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.sm\:hover\:from-gray-100:hover{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.sm\:hover\:from-gray-200:hover{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.sm\:hover\:from-gray-300:hover{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.sm\:hover\:from-gray-400:hover{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.sm\:hover\:from-gray-500:hover{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.sm\:hover\:from-gray-600:hover{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.sm\:hover\:from-gray-700:hover{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.sm\:hover\:from-gray-800:hover{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.sm\:hover\:from-gray-900:hover{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.sm\:hover\:from-lightgray:hover{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.sm\:hover\:from-darkgray:hover{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.sm\:hover\:from-nav_darkgray:hover{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.sm\:hover\:from-nav_lightgray:hover{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.sm\:hover\:from-blue-50:hover{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.sm\:hover\:from-blue-100:hover{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.sm\:hover\:from-blue-200:hover{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.sm\:hover\:from-blue-300:hover{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.sm\:hover\:from-blue-400:hover{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.sm\:hover\:from-blue-500:hover{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.sm\:hover\:from-blue-600:hover{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.sm\:hover\:from-blue-700:hover{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.sm\:hover\:from-blue-800:hover{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.sm\:hover\:from-blue-900:hover{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.sm\:hover\:from-red-50:hover{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.sm\:hover\:from-red-100:hover{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.sm\:hover\:from-red-200:hover{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.sm\:hover\:from-red-300:hover{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.sm\:hover\:from-red-400:hover{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.sm\:hover\:from-red-500:hover{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.sm\:hover\:from-red-600:hover{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.sm\:hover\:from-red-700:hover{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.sm\:hover\:from-red-800:hover{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.sm\:hover\:from-red-900:hover{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.sm\:hover\:from-pink-50:hover{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.sm\:hover\:from-pink-100:hover{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.sm\:hover\:from-pink-200:hover{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.sm\:hover\:from-pink-300:hover{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.sm\:hover\:from-pink-400:hover{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.sm\:hover\:from-pink-500:hover{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.sm\:hover\:from-pink-600:hover{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.sm\:hover\:from-pink-700:hover{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.sm\:hover\:from-pink-800:hover{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.sm\:hover\:from-pink-900:hover{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.sm\:hover\:from-green-50:hover{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.sm\:hover\:from-green-100:hover{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.sm\:hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.sm\:hover\:from-green-300:hover{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.sm\:hover\:from-green-400:hover{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.sm\:hover\:from-green-500:hover{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.sm\:hover\:from-green-600:hover{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.sm\:hover\:from-green-700:hover{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.sm\:hover\:from-green-800:hover{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.sm\:hover\:from-green-900:hover{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.sm\:hover\:from-purple-50:hover{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.sm\:hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.sm\:hover\:from-purple-200:hover{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.sm\:hover\:from-purple-300:hover{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.sm\:hover\:from-purple-400:hover{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.sm\:hover\:from-purple-500:hover{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.sm\:hover\:from-purple-600:hover{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.sm\:hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.sm\:hover\:from-purple-800:hover{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.sm\:hover\:from-purple-900:hover{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.sm\:hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.sm\:hover\:from-teal-100:hover{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.sm\:hover\:from-teal-200:hover{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.sm\:hover\:from-teal-300:hover{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.sm\:hover\:from-teal-400:hover{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.sm\:hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.sm\:hover\:from-teal-600:hover{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.sm\:hover\:from-teal-700:hover{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.sm\:hover\:from-teal-800:hover{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.sm\:hover\:from-teal-900:hover{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.sm\:hover\:from-cyan-50:hover{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.sm\:hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.sm\:hover\:from-cyan-200:hover{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.sm\:hover\:from-cyan-300:hover{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.sm\:hover\:from-cyan-400:hover{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.sm\:hover\:from-cyan-500:hover{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.sm\:hover\:from-cyan-600:hover{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.sm\:hover\:from-cyan-700:hover{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.sm\:hover\:from-cyan-800:hover{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.sm\:hover\:from-cyan-900:hover{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.sm\:hover\:from-yellow:hover{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.sm\:focus\:from-bg_primary:focus{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.sm\:focus\:from-primary:focus{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.sm\:focus\:from-secondary:focus{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.sm\:focus\:from-warning:focus{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.sm\:focus\:from-error:focus{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.sm\:focus\:from-info:focus{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.sm\:focus\:from-success:focus{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.sm\:focus\:from-call_to_action:focus{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.sm\:focus\:from-gray-50:focus{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.sm\:focus\:from-gray-100:focus{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.sm\:focus\:from-gray-200:focus{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.sm\:focus\:from-gray-300:focus{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.sm\:focus\:from-gray-400:focus{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.sm\:focus\:from-gray-500:focus{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.sm\:focus\:from-gray-600:focus{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.sm\:focus\:from-gray-700:focus{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.sm\:focus\:from-gray-800:focus{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.sm\:focus\:from-gray-900:focus{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.sm\:focus\:from-lightgray:focus{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.sm\:focus\:from-darkgray:focus{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.sm\:focus\:from-nav_darkgray:focus{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.sm\:focus\:from-nav_lightgray:focus{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.sm\:focus\:from-blue-50:focus{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.sm\:focus\:from-blue-100:focus{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.sm\:focus\:from-blue-200:focus{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.sm\:focus\:from-blue-300:focus{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.sm\:focus\:from-blue-400:focus{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.sm\:focus\:from-blue-500:focus{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.sm\:focus\:from-blue-600:focus{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.sm\:focus\:from-blue-700:focus{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.sm\:focus\:from-blue-800:focus{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.sm\:focus\:from-blue-900:focus{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.sm\:focus\:from-red-50:focus{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.sm\:focus\:from-red-100:focus{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.sm\:focus\:from-red-200:focus{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.sm\:focus\:from-red-300:focus{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.sm\:focus\:from-red-400:focus{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.sm\:focus\:from-red-500:focus{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.sm\:focus\:from-red-600:focus{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.sm\:focus\:from-red-700:focus{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.sm\:focus\:from-red-800:focus{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.sm\:focus\:from-red-900:focus{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.sm\:focus\:from-pink-50:focus{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.sm\:focus\:from-pink-100:focus{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.sm\:focus\:from-pink-200:focus{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.sm\:focus\:from-pink-300:focus{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.sm\:focus\:from-pink-400:focus{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.sm\:focus\:from-pink-500:focus{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.sm\:focus\:from-pink-600:focus{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.sm\:focus\:from-pink-700:focus{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.sm\:focus\:from-pink-800:focus{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.sm\:focus\:from-pink-900:focus{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.sm\:focus\:from-green-50:focus{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.sm\:focus\:from-green-100:focus{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.sm\:focus\:from-green-200:focus{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.sm\:focus\:from-green-300:focus{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.sm\:focus\:from-green-400:focus{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.sm\:focus\:from-green-500:focus{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.sm\:focus\:from-green-600:focus{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.sm\:focus\:from-green-700:focus{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.sm\:focus\:from-green-800:focus{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.sm\:focus\:from-green-900:focus{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.sm\:focus\:from-purple-50:focus{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.sm\:focus\:from-purple-100:focus{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.sm\:focus\:from-purple-200:focus{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.sm\:focus\:from-purple-300:focus{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.sm\:focus\:from-purple-400:focus{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.sm\:focus\:from-purple-500:focus{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.sm\:focus\:from-purple-600:focus{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.sm\:focus\:from-purple-700:focus{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.sm\:focus\:from-purple-800:focus{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.sm\:focus\:from-purple-900:focus{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.sm\:focus\:from-teal-50:focus{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.sm\:focus\:from-teal-100:focus{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.sm\:focus\:from-teal-200:focus{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.sm\:focus\:from-teal-300:focus{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.sm\:focus\:from-teal-400:focus{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.sm\:focus\:from-teal-500:focus{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.sm\:focus\:from-teal-600:focus{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.sm\:focus\:from-teal-700:focus{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.sm\:focus\:from-teal-800:focus{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.sm\:focus\:from-teal-900:focus{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.sm\:focus\:from-cyan-50:focus{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.sm\:focus\:from-cyan-100:focus{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.sm\:focus\:from-cyan-200:focus{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.sm\:focus\:from-cyan-300:focus{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.sm\:focus\:from-cyan-400:focus{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.sm\:focus\:from-cyan-500:focus{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.sm\:focus\:from-cyan-600:focus{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.sm\:focus\:from-cyan-700:focus{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.sm\:focus\:from-cyan-800:focus{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.sm\:focus\:from-cyan-900:focus{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.sm\:focus\:from-yellow:focus{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.sm\:via-bg_primary{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.sm\:via-primary{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.sm\:via-secondary{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.sm\:via-warning{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.sm\:via-error{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.sm\:via-info{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.sm\:via-success{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.sm\:via-call_to_action{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.sm\:via-gray-50{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.sm\:via-gray-100{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.sm\:via-gray-200{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.sm\:via-gray-300{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.sm\:via-gray-400{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.sm\:via-gray-500{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.sm\:via-gray-600{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.sm\:via-gray-700{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.sm\:via-gray-800{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.sm\:via-gray-900{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.sm\:via-lightgray{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.sm\:via-darkgray{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.sm\:via-nav_darkgray{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.sm\:via-nav_lightgray{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.sm\:via-blue-50{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.sm\:via-blue-100{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.sm\:via-blue-200{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.sm\:via-blue-300{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.sm\:via-blue-400{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.sm\:via-blue-500{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.sm\:via-blue-600{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.sm\:via-blue-700{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.sm\:via-blue-800{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.sm\:via-blue-900{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.sm\:via-red-50{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.sm\:via-red-100{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.sm\:via-red-200{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.sm\:via-red-300{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.sm\:via-red-400{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.sm\:via-red-500{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.sm\:via-red-600{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.sm\:via-red-700{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.sm\:via-red-800{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.sm\:via-red-900{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.sm\:via-pink-50{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.sm\:via-pink-100{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.sm\:via-pink-200{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.sm\:via-pink-300{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.sm\:via-pink-400{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.sm\:via-pink-500{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.sm\:via-pink-600{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.sm\:via-pink-700{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.sm\:via-pink-800{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.sm\:via-pink-900{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.sm\:via-green-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.sm\:via-green-100{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.sm\:via-green-200{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.sm\:via-green-300{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.sm\:via-green-400{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.sm\:via-green-500{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.sm\:via-green-600{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.sm\:via-green-700{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.sm\:via-green-800{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.sm\:via-green-900{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.sm\:via-purple-50{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.sm\:via-purple-100{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.sm\:via-purple-200{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.sm\:via-purple-300{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.sm\:via-purple-400{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.sm\:via-purple-500{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.sm\:via-purple-600{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.sm\:via-purple-700{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.sm\:via-purple-800{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.sm\:via-purple-900{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.sm\:via-teal-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.sm\:via-teal-100{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.sm\:via-teal-200{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.sm\:via-teal-300{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.sm\:via-teal-400{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.sm\:via-teal-500{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.sm\:via-teal-600{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.sm\:via-teal-700{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.sm\:via-teal-800{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.sm\:via-teal-900{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.sm\:via-cyan-50{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.sm\:via-cyan-100{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.sm\:via-cyan-200{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.sm\:via-cyan-300{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.sm\:via-cyan-400{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.sm\:via-cyan-500{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.sm\:via-cyan-600{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.sm\:via-cyan-700{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.sm\:via-cyan-800{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.sm\:via-cyan-900{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.sm\:via-yellow{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.sm\:via-white{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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\:hover\:via-bg_primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.sm\:hover\:via-primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.sm\:hover\:via-secondary:hover{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.sm\:hover\:via-warning:hover{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.sm\:hover\:via-error:hover{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.sm\:hover\:via-info:hover{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.sm\:hover\:via-success:hover{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.sm\:hover\:via-call_to_action:hover{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.sm\:hover\:via-gray-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.sm\:hover\:via-gray-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.sm\:hover\:via-gray-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.sm\:hover\:via-gray-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.sm\:hover\:via-gray-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.sm\:hover\:via-gray-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.sm\:hover\:via-gray-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.sm\:hover\:via-gray-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.sm\:hover\:via-gray-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.sm\:hover\:via-gray-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.sm\:hover\:via-lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.sm\:hover\:via-darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.sm\:hover\:via-nav_darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.sm\:hover\:via-nav_lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.sm\:hover\:via-blue-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.sm\:hover\:via-blue-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.sm\:hover\:via-blue-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.sm\:hover\:via-blue-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.sm\:hover\:via-blue-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.sm\:hover\:via-blue-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.sm\:hover\:via-blue-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.sm\:hover\:via-blue-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.sm\:hover\:via-blue-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.sm\:hover\:via-blue-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.sm\:hover\:via-red-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.sm\:hover\:via-red-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.sm\:hover\:via-red-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.sm\:hover\:via-red-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.sm\:hover\:via-red-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.sm\:hover\:via-red-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.sm\:hover\:via-red-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.sm\:hover\:via-red-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.sm\:hover\:via-red-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.sm\:hover\:via-red-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.sm\:hover\:via-pink-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.sm\:hover\:via-pink-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.sm\:hover\:via-pink-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.sm\:hover\:via-pink-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.sm\:hover\:via-pink-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.sm\:hover\:via-pink-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.sm\:hover\:via-pink-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.sm\:hover\:via-pink-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.sm\:hover\:via-pink-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.sm\:hover\:via-pink-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.sm\:hover\:via-green-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.sm\:hover\:via-green-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.sm\:hover\:via-green-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.sm\:hover\:via-green-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.sm\:hover\:via-green-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.sm\:hover\:via-green-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.sm\:hover\:via-green-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.sm\:hover\:via-green-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.sm\:hover\:via-green-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.sm\:hover\:via-green-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.sm\:hover\:via-purple-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.sm\:hover\:via-purple-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.sm\:hover\:via-purple-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.sm\:hover\:via-purple-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.sm\:hover\:via-purple-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.sm\:hover\:via-purple-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.sm\:hover\:via-purple-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.sm\:hover\:via-purple-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.sm\:hover\:via-purple-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.sm\:hover\:via-purple-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.sm\:hover\:via-teal-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.sm\:hover\:via-teal-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.sm\:hover\:via-teal-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.sm\:hover\:via-teal-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.sm\:hover\:via-teal-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.sm\:hover\:via-teal-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.sm\:hover\:via-teal-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.sm\:hover\:via-teal-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.sm\:hover\:via-teal-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.sm\:hover\:via-teal-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.sm\:hover\:via-cyan-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.sm\:hover\:via-cyan-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.sm\:hover\:via-cyan-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.sm\:hover\:via-cyan-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.sm\:hover\:via-cyan-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.sm\:hover\:via-cyan-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.sm\:hover\:via-cyan-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.sm\:hover\:via-cyan-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.sm\:hover\:via-cyan-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.sm\:hover\:via-cyan-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.sm\:hover\:via-yellow:hover{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.sm\:focus\:via-bg_primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.sm\:focus\:via-primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.sm\:focus\:via-secondary:focus{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.sm\:focus\:via-warning:focus{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.sm\:focus\:via-error:focus{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.sm\:focus\:via-info:focus{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.sm\:focus\:via-success:focus{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.sm\:focus\:via-call_to_action:focus{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.sm\:focus\:via-gray-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.sm\:focus\:via-gray-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.sm\:focus\:via-gray-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.sm\:focus\:via-gray-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.sm\:focus\:via-gray-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.sm\:focus\:via-gray-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.sm\:focus\:via-gray-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.sm\:focus\:via-gray-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.sm\:focus\:via-gray-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.sm\:focus\:via-gray-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.sm\:focus\:via-lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.sm\:focus\:via-darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.sm\:focus\:via-nav_darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.sm\:focus\:via-nav_lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.sm\:focus\:via-blue-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.sm\:focus\:via-blue-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.sm\:focus\:via-blue-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.sm\:focus\:via-blue-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.sm\:focus\:via-blue-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.sm\:focus\:via-blue-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.sm\:focus\:via-blue-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.sm\:focus\:via-blue-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.sm\:focus\:via-blue-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.sm\:focus\:via-blue-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.sm\:focus\:via-red-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.sm\:focus\:via-red-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.sm\:focus\:via-red-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.sm\:focus\:via-red-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.sm\:focus\:via-red-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.sm\:focus\:via-red-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.sm\:focus\:via-red-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.sm\:focus\:via-red-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.sm\:focus\:via-red-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.sm\:focus\:via-red-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.sm\:focus\:via-pink-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.sm\:focus\:via-pink-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.sm\:focus\:via-pink-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.sm\:focus\:via-pink-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.sm\:focus\:via-pink-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.sm\:focus\:via-pink-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.sm\:focus\:via-pink-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.sm\:focus\:via-pink-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.sm\:focus\:via-pink-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.sm\:focus\:via-pink-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.sm\:focus\:via-green-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.sm\:focus\:via-green-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.sm\:focus\:via-green-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.sm\:focus\:via-green-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.sm\:focus\:via-green-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.sm\:focus\:via-green-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.sm\:focus\:via-green-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.sm\:focus\:via-green-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.sm\:focus\:via-green-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.sm\:focus\:via-green-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.sm\:focus\:via-purple-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.sm\:focus\:via-purple-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.sm\:focus\:via-purple-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.sm\:focus\:via-purple-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.sm\:focus\:via-purple-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.sm\:focus\:via-purple-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.sm\:focus\:via-purple-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.sm\:focus\:via-purple-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.sm\:focus\:via-purple-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.sm\:focus\:via-purple-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.sm\:focus\:via-teal-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.sm\:focus\:via-teal-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.sm\:focus\:via-teal-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.sm\:focus\:via-teal-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.sm\:focus\:via-teal-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.sm\:focus\:via-teal-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.sm\:focus\:via-teal-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.sm\:focus\:via-teal-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.sm\:focus\:via-teal-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.sm\:focus\:via-teal-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.sm\:focus\:via-cyan-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.sm\:focus\:via-cyan-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.sm\:focus\:via-cyan-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.sm\:focus\:via-cyan-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.sm\:focus\:via-cyan-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.sm\:focus\:via-cyan-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.sm\:focus\:via-cyan-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.sm\:focus\:via-cyan-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.sm\:focus\:via-cyan-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.sm\:focus\:via-cyan-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.sm\:focus\:via-yellow:focus{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.sm\:to-bg_primary{--tw-gradient-to: #1D2731}.sm\:to-primary{--tw-gradient-to: #1C4C70}.sm\:to-secondary{--tw-gradient-to: #F0984A}.sm\:to-warning{--tw-gradient-to: #D95F3B}.sm\:to-error{--tw-gradient-to: #f44336}.sm\:to-info{--tw-gradient-to: #7AA9A3}.sm\:to-success{--tw-gradient-to: #338F9A}.sm\:to-call_to_action{--tw-gradient-to: #7fa5f0}.sm\:to-gray-50{--tw-gradient-to: #fafafa}.sm\:to-gray-100{--tw-gradient-to: #f4f4f5}.sm\:to-gray-200{--tw-gradient-to: #e4e4e7}.sm\:to-gray-300{--tw-gradient-to: #d4d4d8}.sm\:to-gray-400{--tw-gradient-to: #a1a1aa}.sm\:to-gray-500{--tw-gradient-to: #71717a}.sm\:to-gray-600{--tw-gradient-to: #52525b}.sm\:to-gray-700{--tw-gradient-to: #3f3f46}.sm\:to-gray-800{--tw-gradient-to: #27272a}.sm\:to-gray-900{--tw-gradient-to: #18181b}.sm\:to-lightgray{--tw-gradient-to: #efefef}.sm\:to-darkgray{--tw-gradient-to: #6c6c6c}.sm\:to-nav_darkgray{--tw-gradient-to: #1f1f1f}.sm\:to-nav_lightgray{--tw-gradient-to: #474747}.sm\:to-blue-50{--tw-gradient-to: #f0f9ff}.sm\:to-blue-100{--tw-gradient-to: #e0f2fe}.sm\:to-blue-200{--tw-gradient-to: #bae6fd}.sm\:to-blue-300{--tw-gradient-to: #7dd3fc}.sm\:to-blue-400{--tw-gradient-to: #38bdf8}.sm\:to-blue-500{--tw-gradient-to: #0ea5e9}.sm\:to-blue-600{--tw-gradient-to: #0284c7}.sm\:to-blue-700{--tw-gradient-to: #0369a1}.sm\:to-blue-800{--tw-gradient-to: #075985}.sm\:to-blue-900{--tw-gradient-to: #0c4a6e}.sm\:to-red-50{--tw-gradient-to: #fff1f2}.sm\:to-red-100{--tw-gradient-to: #ffe4e6}.sm\:to-red-200{--tw-gradient-to: #fecdd3}.sm\:to-red-300{--tw-gradient-to: #fda4af}.sm\:to-red-400{--tw-gradient-to: #fb7185}.sm\:to-red-500{--tw-gradient-to: #f43f5e}.sm\:to-red-600{--tw-gradient-to: #e11d48}.sm\:to-red-700{--tw-gradient-to: #be123c}.sm\:to-red-800{--tw-gradient-to: #9f1239}.sm\:to-red-900{--tw-gradient-to: #881337}.sm\:to-pink-50{--tw-gradient-to: #fdf4ff}.sm\:to-pink-100{--tw-gradient-to: #fae8ff}.sm\:to-pink-200{--tw-gradient-to: #f5d0fe}.sm\:to-pink-300{--tw-gradient-to: #f0abfc}.sm\:to-pink-400{--tw-gradient-to: #e879f9}.sm\:to-pink-500{--tw-gradient-to: #d946ef}.sm\:to-pink-600{--tw-gradient-to: #c026d3}.sm\:to-pink-700{--tw-gradient-to: #a21caf}.sm\:to-pink-800{--tw-gradient-to: #86198f}.sm\:to-pink-900{--tw-gradient-to: #701a75}.sm\:to-green-50{--tw-gradient-to: #f0fdf4}.sm\:to-green-100{--tw-gradient-to: #dcfce7}.sm\:to-green-200{--tw-gradient-to: #bbf7d0}.sm\:to-green-300{--tw-gradient-to: #86efac}.sm\:to-green-400{--tw-gradient-to: #4ade80}.sm\:to-green-500{--tw-gradient-to: #22c55e}.sm\:to-green-600{--tw-gradient-to: #16a34a}.sm\:to-green-700{--tw-gradient-to: #15803d}.sm\:to-green-800{--tw-gradient-to: #166534}.sm\:to-green-900{--tw-gradient-to: #14532d}.sm\:to-purple-50{--tw-gradient-to: #faf5ff}.sm\:to-purple-100{--tw-gradient-to: #f3e8ff}.sm\:to-purple-200{--tw-gradient-to: #e9d5ff}.sm\:to-purple-300{--tw-gradient-to: #d8b4fe}.sm\:to-purple-400{--tw-gradient-to: #c084fc}.sm\:to-purple-500{--tw-gradient-to: #a855f7}.sm\:to-purple-600{--tw-gradient-to: #9333ea}.sm\:to-purple-700{--tw-gradient-to: #7e22ce}.sm\:to-purple-800{--tw-gradient-to: #6b21a8}.sm\:to-purple-900{--tw-gradient-to: #581c87}.sm\:to-teal-50{--tw-gradient-to: #f0fdfa}.sm\:to-teal-100{--tw-gradient-to: #ccfbf1}.sm\:to-teal-200{--tw-gradient-to: #99f6e4}.sm\:to-teal-300{--tw-gradient-to: #5eead4}.sm\:to-teal-400{--tw-gradient-to: #2dd4bf}.sm\:to-teal-500{--tw-gradient-to: #14b8a6}.sm\:to-teal-600{--tw-gradient-to: #0d9488}.sm\:to-teal-700{--tw-gradient-to: #0f766e}.sm\:to-teal-800{--tw-gradient-to: #115e59}.sm\:to-teal-900{--tw-gradient-to: #134e4a}.sm\:to-cyan-50{--tw-gradient-to: #ecfeff}.sm\:to-cyan-100{--tw-gradient-to: #cffafe}.sm\:to-cyan-200{--tw-gradient-to: #a5f3fc}.sm\:to-cyan-300{--tw-gradient-to: #67e8f9}.sm\:to-cyan-400{--tw-gradient-to: #22d3ee}.sm\:to-cyan-500{--tw-gradient-to: #06b6d4}.sm\:to-cyan-600{--tw-gradient-to: #0891b2}.sm\:to-cyan-700{--tw-gradient-to: #0e7490}.sm\:to-cyan-800{--tw-gradient-to: #155e75}.sm\:to-cyan-900{--tw-gradient-to: #164e63}.sm\:to-yellow{--tw-gradient-to: #D9B310}.sm\:to-white{--tw-gradient-to: #FFF}.sm\:to-black{--tw-gradient-to: #000}.sm\:hover\:to-bg_primary:hover{--tw-gradient-to: #1D2731}.sm\:hover\:to-primary:hover{--tw-gradient-to: #1C4C70}.sm\:hover\:to-secondary:hover{--tw-gradient-to: #F0984A}.sm\:hover\:to-warning:hover{--tw-gradient-to: #D95F3B}.sm\:hover\:to-error:hover{--tw-gradient-to: #f44336}.sm\:hover\:to-info:hover{--tw-gradient-to: #7AA9A3}.sm\:hover\:to-success:hover{--tw-gradient-to: #338F9A}.sm\:hover\:to-call_to_action:hover{--tw-gradient-to: #7fa5f0}.sm\:hover\:to-gray-50:hover{--tw-gradient-to: #fafafa}.sm\:hover\:to-gray-100:hover{--tw-gradient-to: #f4f4f5}.sm\:hover\:to-gray-200:hover{--tw-gradient-to: #e4e4e7}.sm\:hover\:to-gray-300:hover{--tw-gradient-to: #d4d4d8}.sm\:hover\:to-gray-400:hover{--tw-gradient-to: #a1a1aa}.sm\:hover\:to-gray-500:hover{--tw-gradient-to: #71717a}.sm\:hover\:to-gray-600:hover{--tw-gradient-to: #52525b}.sm\:hover\:to-gray-700:hover{--tw-gradient-to: #3f3f46}.sm\:hover\:to-gray-800:hover{--tw-gradient-to: #27272a}.sm\:hover\:to-gray-900:hover{--tw-gradient-to: #18181b}.sm\:hover\:to-lightgray:hover{--tw-gradient-to: #efefef}.sm\:hover\:to-darkgray:hover{--tw-gradient-to: #6c6c6c}.sm\:hover\:to-nav_darkgray:hover{--tw-gradient-to: #1f1f1f}.sm\:hover\:to-nav_lightgray:hover{--tw-gradient-to: #474747}.sm\:hover\:to-blue-50:hover{--tw-gradient-to: #f0f9ff}.sm\:hover\:to-blue-100:hover{--tw-gradient-to: #e0f2fe}.sm\:hover\:to-blue-200:hover{--tw-gradient-to: #bae6fd}.sm\:hover\:to-blue-300:hover{--tw-gradient-to: #7dd3fc}.sm\:hover\:to-blue-400:hover{--tw-gradient-to: #38bdf8}.sm\:hover\:to-blue-500:hover{--tw-gradient-to: #0ea5e9}.sm\:hover\:to-blue-600:hover{--tw-gradient-to: #0284c7}.sm\:hover\:to-blue-700:hover{--tw-gradient-to: #0369a1}.sm\:hover\:to-blue-800:hover{--tw-gradient-to: #075985}.sm\:hover\:to-blue-900:hover{--tw-gradient-to: #0c4a6e}.sm\:hover\:to-red-50:hover{--tw-gradient-to: #fff1f2}.sm\:hover\:to-red-100:hover{--tw-gradient-to: #ffe4e6}.sm\:hover\:to-red-200:hover{--tw-gradient-to: #fecdd3}.sm\:hover\:to-red-300:hover{--tw-gradient-to: #fda4af}.sm\:hover\:to-red-400:hover{--tw-gradient-to: #fb7185}.sm\:hover\:to-red-500:hover{--tw-gradient-to: #f43f5e}.sm\:hover\:to-red-600:hover{--tw-gradient-to: #e11d48}.sm\:hover\:to-red-700:hover{--tw-gradient-to: #be123c}.sm\:hover\:to-red-800:hover{--tw-gradient-to: #9f1239}.sm\:hover\:to-red-900:hover{--tw-gradient-to: #881337}.sm\:hover\:to-pink-50:hover{--tw-gradient-to: #fdf4ff}.sm\:hover\:to-pink-100:hover{--tw-gradient-to: #fae8ff}.sm\:hover\:to-pink-200:hover{--tw-gradient-to: #f5d0fe}.sm\:hover\:to-pink-300:hover{--tw-gradient-to: #f0abfc}.sm\:hover\:to-pink-400:hover{--tw-gradient-to: #e879f9}.sm\:hover\:to-pink-500:hover{--tw-gradient-to: #d946ef}.sm\:hover\:to-pink-600:hover{--tw-gradient-to: #c026d3}.sm\:hover\:to-pink-700:hover{--tw-gradient-to: #a21caf}.sm\:hover\:to-pink-800:hover{--tw-gradient-to: #86198f}.sm\:hover\:to-pink-900:hover{--tw-gradient-to: #701a75}.sm\:hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4}.sm\:hover\:to-green-100:hover{--tw-gradient-to: #dcfce7}.sm\:hover\:to-green-200:hover{--tw-gradient-to: #bbf7d0}.sm\:hover\:to-green-300:hover{--tw-gradient-to: #86efac}.sm\:hover\:to-green-400:hover{--tw-gradient-to: #4ade80}.sm\:hover\:to-green-500:hover{--tw-gradient-to: #22c55e}.sm\:hover\:to-green-600:hover{--tw-gradient-to: #16a34a}.sm\:hover\:to-green-700:hover{--tw-gradient-to: #15803d}.sm\:hover\:to-green-800:hover{--tw-gradient-to: #166534}.sm\:hover\:to-green-900:hover{--tw-gradient-to: #14532d}.sm\:hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff}.sm\:hover\:to-purple-100:hover{--tw-gradient-to: #f3e8ff}.sm\:hover\:to-purple-200:hover{--tw-gradient-to: #e9d5ff}.sm\:hover\:to-purple-300:hover{--tw-gradient-to: #d8b4fe}.sm\:hover\:to-purple-400:hover{--tw-gradient-to: #c084fc}.sm\:hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.sm\:hover\:to-purple-600:hover{--tw-gradient-to: #9333ea}.sm\:hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce}.sm\:hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8}.sm\:hover\:to-purple-900:hover{--tw-gradient-to: #581c87}.sm\:hover\:to-teal-50:hover{--tw-gradient-to: #f0fdfa}.sm\:hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1}.sm\:hover\:to-teal-200:hover{--tw-gradient-to: #99f6e4}.sm\:hover\:to-teal-300:hover{--tw-gradient-to: #5eead4}.sm\:hover\:to-teal-400:hover{--tw-gradient-to: #2dd4bf}.sm\:hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6}.sm\:hover\:to-teal-600:hover{--tw-gradient-to: #0d9488}.sm\:hover\:to-teal-700:hover{--tw-gradient-to: #0f766e}.sm\:hover\:to-teal-800:hover{--tw-gradient-to: #115e59}.sm\:hover\:to-teal-900:hover{--tw-gradient-to: #134e4a}.sm\:hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff}.sm\:hover\:to-cyan-100:hover{--tw-gradient-to: #cffafe}.sm\:hover\:to-cyan-200:hover{--tw-gradient-to: #a5f3fc}.sm\:hover\:to-cyan-300:hover{--tw-gradient-to: #67e8f9}.sm\:hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee}.sm\:hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4}.sm\:hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2}.sm\:hover\:to-cyan-700:hover{--tw-gradient-to: #0e7490}.sm\:hover\:to-cyan-800:hover{--tw-gradient-to: #155e75}.sm\:hover\:to-cyan-900:hover{--tw-gradient-to: #164e63}.sm\:hover\:to-yellow:hover{--tw-gradient-to: #D9B310}.sm\:hover\:to-white:hover{--tw-gradient-to: #FFF}.sm\:hover\:to-black:hover{--tw-gradient-to: #000}.sm\:focus\:to-bg_primary:focus{--tw-gradient-to: #1D2731}.sm\:focus\:to-primary:focus{--tw-gradient-to: #1C4C70}.sm\:focus\:to-secondary:focus{--tw-gradient-to: #F0984A}.sm\:focus\:to-warning:focus{--tw-gradient-to: #D95F3B}.sm\:focus\:to-error:focus{--tw-gradient-to: #f44336}.sm\:focus\:to-info:focus{--tw-gradient-to: #7AA9A3}.sm\:focus\:to-success:focus{--tw-gradient-to: #338F9A}.sm\:focus\:to-call_to_action:focus{--tw-gradient-to: #7fa5f0}.sm\:focus\:to-gray-50:focus{--tw-gradient-to: #fafafa}.sm\:focus\:to-gray-100:focus{--tw-gradient-to: #f4f4f5}.sm\:focus\:to-gray-200:focus{--tw-gradient-to: #e4e4e7}.sm\:focus\:to-gray-300:focus{--tw-gradient-to: #d4d4d8}.sm\:focus\:to-gray-400:focus{--tw-gradient-to: #a1a1aa}.sm\:focus\:to-gray-500:focus{--tw-gradient-to: #71717a}.sm\:focus\:to-gray-600:focus{--tw-gradient-to: #52525b}.sm\:focus\:to-gray-700:focus{--tw-gradient-to: #3f3f46}.sm\:focus\:to-gray-800:focus{--tw-gradient-to: #27272a}.sm\:focus\:to-gray-900:focus{--tw-gradient-to: #18181b}.sm\:focus\:to-lightgray:focus{--tw-gradient-to: #efefef}.sm\:focus\:to-darkgray:focus{--tw-gradient-to: #6c6c6c}.sm\:focus\:to-nav_darkgray:focus{--tw-gradient-to: #1f1f1f}.sm\:focus\:to-nav_lightgray:focus{--tw-gradient-to: #474747}.sm\:focus\:to-blue-50:focus{--tw-gradient-to: #f0f9ff}.sm\:focus\:to-blue-100:focus{--tw-gradient-to: #e0f2fe}.sm\:focus\:to-blue-200:focus{--tw-gradient-to: #bae6fd}.sm\:focus\:to-blue-300:focus{--tw-gradient-to: #7dd3fc}.sm\:focus\:to-blue-400:focus{--tw-gradient-to: #38bdf8}.sm\:focus\:to-blue-500:focus{--tw-gradient-to: #0ea5e9}.sm\:focus\:to-blue-600:focus{--tw-gradient-to: #0284c7}.sm\:focus\:to-blue-700:focus{--tw-gradient-to: #0369a1}.sm\:focus\:to-blue-800:focus{--tw-gradient-to: #075985}.sm\:focus\:to-blue-900:focus{--tw-gradient-to: #0c4a6e}.sm\:focus\:to-red-50:focus{--tw-gradient-to: #fff1f2}.sm\:focus\:to-red-100:focus{--tw-gradient-to: #ffe4e6}.sm\:focus\:to-red-200:focus{--tw-gradient-to: #fecdd3}.sm\:focus\:to-red-300:focus{--tw-gradient-to: #fda4af}.sm\:focus\:to-red-400:focus{--tw-gradient-to: #fb7185}.sm\:focus\:to-red-500:focus{--tw-gradient-to: #f43f5e}.sm\:focus\:to-red-600:focus{--tw-gradient-to: #e11d48}.sm\:focus\:to-red-700:focus{--tw-gradient-to: #be123c}.sm\:focus\:to-red-800:focus{--tw-gradient-to: #9f1239}.sm\:focus\:to-red-900:focus{--tw-gradient-to: #881337}.sm\:focus\:to-pink-50:focus{--tw-gradient-to: #fdf4ff}.sm\:focus\:to-pink-100:focus{--tw-gradient-to: #fae8ff}.sm\:focus\:to-pink-200:focus{--tw-gradient-to: #f5d0fe}.sm\:focus\:to-pink-300:focus{--tw-gradient-to: #f0abfc}.sm\:focus\:to-pink-400:focus{--tw-gradient-to: #e879f9}.sm\:focus\:to-pink-500:focus{--tw-gradient-to: #d946ef}.sm\:focus\:to-pink-600:focus{--tw-gradient-to: #c026d3}.sm\:focus\:to-pink-700:focus{--tw-gradient-to: #a21caf}.sm\:focus\:to-pink-800:focus{--tw-gradient-to: #86198f}.sm\:focus\:to-pink-900:focus{--tw-gradient-to: #701a75}.sm\:focus\:to-green-50:focus{--tw-gradient-to: #f0fdf4}.sm\:focus\:to-green-100:focus{--tw-gradient-to: #dcfce7}.sm\:focus\:to-green-200:focus{--tw-gradient-to: #bbf7d0}.sm\:focus\:to-green-300:focus{--tw-gradient-to: #86efac}.sm\:focus\:to-green-400:focus{--tw-gradient-to: #4ade80}.sm\:focus\:to-green-500:focus{--tw-gradient-to: #22c55e}.sm\:focus\:to-green-600:focus{--tw-gradient-to: #16a34a}.sm\:focus\:to-green-700:focus{--tw-gradient-to: #15803d}.sm\:focus\:to-green-800:focus{--tw-gradient-to: #166534}.sm\:focus\:to-green-900:focus{--tw-gradient-to: #14532d}.sm\:focus\:to-purple-50:focus{--tw-gradient-to: #faf5ff}.sm\:focus\:to-purple-100:focus{--tw-gradient-to: #f3e8ff}.sm\:focus\:to-purple-200:focus{--tw-gradient-to: #e9d5ff}.sm\:focus\:to-purple-300:focus{--tw-gradient-to: #d8b4fe}.sm\:focus\:to-purple-400:focus{--tw-gradient-to: #c084fc}.sm\:focus\:to-purple-500:focus{--tw-gradient-to: #a855f7}.sm\:focus\:to-purple-600:focus{--tw-gradient-to: #9333ea}.sm\:focus\:to-purple-700:focus{--tw-gradient-to: #7e22ce}.sm\:focus\:to-purple-800:focus{--tw-gradient-to: #6b21a8}.sm\:focus\:to-purple-900:focus{--tw-gradient-to: #581c87}.sm\:focus\:to-teal-50:focus{--tw-gradient-to: #f0fdfa}.sm\:focus\:to-teal-100:focus{--tw-gradient-to: #ccfbf1}.sm\:focus\:to-teal-200:focus{--tw-gradient-to: #99f6e4}.sm\:focus\:to-teal-300:focus{--tw-gradient-to: #5eead4}.sm\:focus\:to-teal-400:focus{--tw-gradient-to: #2dd4bf}.sm\:focus\:to-teal-500:focus{--tw-gradient-to: #14b8a6}.sm\:focus\:to-teal-600:focus{--tw-gradient-to: #0d9488}.sm\:focus\:to-teal-700:focus{--tw-gradient-to: #0f766e}.sm\:focus\:to-teal-800:focus{--tw-gradient-to: #115e59}.sm\:focus\:to-teal-900:focus{--tw-gradient-to: #134e4a}.sm\:focus\:to-cyan-50:focus{--tw-gradient-to: #ecfeff}.sm\:focus\:to-cyan-100:focus{--tw-gradient-to: #cffafe}.sm\:focus\:to-cyan-200:focus{--tw-gradient-to: #a5f3fc}.sm\:focus\:to-cyan-300:focus{--tw-gradient-to: #67e8f9}.sm\:focus\:to-cyan-400:focus{--tw-gradient-to: #22d3ee}.sm\:focus\:to-cyan-500:focus{--tw-gradient-to: #06b6d4}.sm\:focus\:to-cyan-600:focus{--tw-gradient-to: #0891b2}.sm\:focus\:to-cyan-700:focus{--tw-gradient-to: #0e7490}.sm\:focus\:to-cyan-800:focus{--tw-gradient-to: #155e75}.sm\:focus\:to-cyan-900:focus{--tw-gradient-to: #164e63}.sm\:focus\:to-yellow:focus{--tw-gradient-to: #D9B310}.sm\:focus\:to-white:focus{--tw-gradient-to: #FFF}.sm\:focus\:to-black:focus{--tw-gradient-to: #000}.sm\:decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.sm\:decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.sm\:bg-auto{background-size:auto}.sm\:bg-cover{background-size:cover}.sm\:bg-contain{background-size:contain}.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-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-origin-border{background-origin:border-box}.sm\:bg-origin-padding{background-origin:padding-box}.sm\:bg-origin-content{background-origin:content-box}.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\: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\: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-112{padding:28rem}.sm\:p-128{padding:32rem}.sm\:p-144{padding:36rem}.sm\:p-160{padding:40rem}.sm\:p-168{padding:42rem}.sm\:p-180{padding:45rem}.sm\:p-192{padding:48rem}.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\:px-0{padding-left:0;padding-right:0}.sm\:px-1{padding-left:.25rem;padding-right:.25rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:px-3{padding-left:.75rem;padding-right:.75rem}.sm\:px-4{padding-left:1rem;padding-right:1rem}.sm\:px-5{padding-left:1.25rem;padding-right:1.25rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-7{padding-left:1.75rem;padding-right:1.75rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:px-9{padding-left:2.25rem;padding-right:2.25rem}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-11{padding-left:2.75rem;padding-right:2.75rem}.sm\:px-12{padding-left:3rem;padding-right:3rem}.sm\:px-14{padding-left:3.5rem;padding-right:3.5rem}.sm\:px-16{padding-left:4rem;padding-right:4rem}.sm\:px-20{padding-left:5rem;padding-right:5rem}.sm\:px-24{padding-left:6rem;padding-right:6rem}.sm\:px-28{padding-left:7rem;padding-right:7rem}.sm\:px-32{padding-left:8rem;padding-right:8rem}.sm\:px-36{padding-left:9rem;padding-right:9rem}.sm\:px-40{padding-left:10rem;padding-right:10rem}.sm\:px-44{padding-left:11rem;padding-right:11rem}.sm\:px-48{padding-left:12rem;padding-right:12rem}.sm\:px-52{padding-left:13rem;padding-right:13rem}.sm\:px-56{padding-left:14rem;padding-right:14rem}.sm\:px-60{padding-left:15rem;padding-right:15rem}.sm\:px-64{padding-left:16rem;padding-right:16rem}.sm\:px-72{padding-left:18rem;padding-right:18rem}.sm\:px-80{padding-left:20rem;padding-right:20rem}.sm\:px-96{padding-left:24rem;padding-right:24rem}.sm\:px-112{padding-left:28rem;padding-right:28rem}.sm\:px-128{padding-left:32rem;padding-right:32rem}.sm\:px-144{padding-left:36rem;padding-right:36rem}.sm\:px-160{padding-left:40rem;padding-right:40rem}.sm\:px-168{padding-left:42rem;padding-right:42rem}.sm\:px-180{padding-left:45rem;padding-right:45rem}.sm\:px-192{padding-left:48rem;padding-right:48rem}.sm\:px-px{padding-left:1px;padding-right:1px}.sm\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.sm\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.sm\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.sm\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.sm\:py-0{padding-top:0;padding-bottom:0}.sm\:py-1{padding-top:.25rem;padding-bottom:.25rem}.sm\:py-2{padding-top:.5rem;padding-bottom:.5rem}.sm\:py-3{padding-top:.75rem;padding-bottom:.75rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.sm\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.sm\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.sm\:py-8{padding-top:2rem;padding-bottom:2rem}.sm\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.sm\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.sm\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.sm\:py-12{padding-top:3rem;padding-bottom:3rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:py-16{padding-top:4rem;padding-bottom:4rem}.sm\:py-20{padding-top:5rem;padding-bottom:5rem}.sm\:py-24{padding-top:6rem;padding-bottom:6rem}.sm\:py-28{padding-top:7rem;padding-bottom:7rem}.sm\:py-32{padding-top:8rem;padding-bottom:8rem}.sm\:py-36{padding-top:9rem;padding-bottom:9rem}.sm\:py-40{padding-top:10rem;padding-bottom:10rem}.sm\:py-44{padding-top:11rem;padding-bottom:11rem}.sm\:py-48{padding-top:12rem;padding-bottom:12rem}.sm\:py-52{padding-top:13rem;padding-bottom:13rem}.sm\:py-56{padding-top:14rem;padding-bottom:14rem}.sm\:py-60{padding-top:15rem;padding-bottom:15rem}.sm\:py-64{padding-top:16rem;padding-bottom:16rem}.sm\:py-72{padding-top:18rem;padding-bottom:18rem}.sm\:py-80{padding-top:20rem;padding-bottom:20rem}.sm\:py-96{padding-top:24rem;padding-bottom:24rem}.sm\:py-112{padding-top:28rem;padding-bottom:28rem}.sm\:py-128{padding-top:32rem;padding-bottom:32rem}.sm\:py-144{padding-top:36rem;padding-bottom:36rem}.sm\:py-160{padding-top:40rem;padding-bottom:40rem}.sm\:py-168{padding-top:42rem;padding-bottom:42rem}.sm\:py-180{padding-top:45rem;padding-bottom:45rem}.sm\:py-192{padding-top:48rem;padding-bottom:48rem}.sm\:py-px{padding-top:1px;padding-bottom:1px}.sm\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.sm\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.sm\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.sm\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.sm\:pt-0{padding-top:0}.sm\:pt-1{padding-top:.25rem}.sm\:pt-2{padding-top:.5rem}.sm\:pt-3{padding-top:.75rem}.sm\:pt-4{padding-top:1rem}.sm\:pt-5{padding-top:1.25rem}.sm\:pt-6{padding-top:1.5rem}.sm\:pt-7{padding-top:1.75rem}.sm\:pt-8{padding-top:2rem}.sm\:pt-9{padding-top:2.25rem}.sm\:pt-10{padding-top:2.5rem}.sm\:pt-11{padding-top:2.75rem}.sm\:pt-12{padding-top:3rem}.sm\:pt-14{padding-top:3.5rem}.sm\:pt-16{padding-top:4rem}.sm\:pt-20{padding-top:5rem}.sm\:pt-24{padding-top:6rem}.sm\:pt-28{padding-top:7rem}.sm\:pt-32{padding-top:8rem}.sm\:pt-36{padding-top:9rem}.sm\:pt-40{padding-top:10rem}.sm\:pt-44{padding-top:11rem}.sm\:pt-48{padding-top:12rem}.sm\:pt-52{padding-top:13rem}.sm\:pt-56{padding-top:14rem}.sm\:pt-60{padding-top:15rem}.sm\:pt-64{padding-top:16rem}.sm\:pt-72{padding-top:18rem}.sm\:pt-80{padding-top:20rem}.sm\:pt-96{padding-top:24rem}.sm\:pt-112{padding-top:28rem}.sm\:pt-128{padding-top:32rem}.sm\:pt-144{padding-top:36rem}.sm\:pt-160{padding-top:40rem}.sm\:pt-168{padding-top:42rem}.sm\:pt-180{padding-top:45rem}.sm\:pt-192{padding-top:48rem}.sm\:pt-px{padding-top:1px}.sm\:pt-0\.5{padding-top:.125rem}.sm\:pt-1\.5{padding-top:.375rem}.sm\:pt-2\.5{padding-top:.625rem}.sm\:pt-3\.5{padding-top:.875rem}.sm\:pr-0{padding-right:0}.sm\:pr-1{padding-right:.25rem}.sm\:pr-2{padding-right:.5rem}.sm\:pr-3{padding-right:.75rem}.sm\:pr-4{padding-right:1rem}.sm\:pr-5{padding-right:1.25rem}.sm\:pr-6{padding-right:1.5rem}.sm\:pr-7{padding-right:1.75rem}.sm\:pr-8{padding-right:2rem}.sm\:pr-9{padding-right:2.25rem}.sm\:pr-10{padding-right:2.5rem}.sm\:pr-11{padding-right:2.75rem}.sm\:pr-12{padding-right:3rem}.sm\:pr-14{padding-right:3.5rem}.sm\:pr-16{padding-right:4rem}.sm\:pr-20{padding-right:5rem}.sm\:pr-24{padding-right:6rem}.sm\:pr-28{padding-right:7rem}.sm\:pr-32{padding-right:8rem}.sm\:pr-36{padding-right:9rem}.sm\:pr-40{padding-right:10rem}.sm\:pr-44{padding-right:11rem}.sm\:pr-48{padding-right:12rem}.sm\:pr-52{padding-right:13rem}.sm\:pr-56{padding-right:14rem}.sm\:pr-60{padding-right:15rem}.sm\:pr-64{padding-right:16rem}.sm\:pr-72{padding-right:18rem}.sm\:pr-80{padding-right:20rem}.sm\:pr-96{padding-right:24rem}.sm\:pr-112{padding-right:28rem}.sm\:pr-128{padding-right:32rem}.sm\:pr-144{padding-right:36rem}.sm\:pr-160{padding-right:40rem}.sm\:pr-168{padding-right:42rem}.sm\:pr-180{padding-right:45rem}.sm\:pr-192{padding-right:48rem}.sm\:pr-px{padding-right:1px}.sm\:pr-0\.5{padding-right:.125rem}.sm\:pr-1\.5{padding-right:.375rem}.sm\:pr-2\.5{padding-right:.625rem}.sm\:pr-3\.5{padding-right:.875rem}.sm\:pb-0{padding-bottom:0}.sm\:pb-1{padding-bottom:.25rem}.sm\:pb-2{padding-bottom:.5rem}.sm\:pb-3{padding-bottom:.75rem}.sm\:pb-4{padding-bottom:1rem}.sm\:pb-5{padding-bottom:1.25rem}.sm\:pb-6{padding-bottom:1.5rem}.sm\:pb-7{padding-bottom:1.75rem}.sm\:pb-8{padding-bottom:2rem}.sm\:pb-9{padding-bottom:2.25rem}.sm\:pb-10{padding-bottom:2.5rem}.sm\:pb-11{padding-bottom:2.75rem}.sm\:pb-12{padding-bottom:3rem}.sm\:pb-14{padding-bottom:3.5rem}.sm\:pb-16{padding-bottom:4rem}.sm\:pb-20{padding-bottom:5rem}.sm\:pb-24{padding-bottom:6rem}.sm\:pb-28{padding-bottom:7rem}.sm\:pb-32{padding-bottom:8rem}.sm\:pb-36{padding-bottom:9rem}.sm\:pb-40{padding-bottom:10rem}.sm\:pb-44{padding-bottom:11rem}.sm\:pb-48{padding-bottom:12rem}.sm\:pb-52{padding-bottom:13rem}.sm\:pb-56{padding-bottom:14rem}.sm\:pb-60{padding-bottom:15rem}.sm\:pb-64{padding-bottom:16rem}.sm\:pb-72{padding-bottom:18rem}.sm\:pb-80{padding-bottom:20rem}.sm\:pb-96{padding-bottom:24rem}.sm\:pb-112{padding-bottom:28rem}.sm\:pb-128{padding-bottom:32rem}.sm\:pb-144{padding-bottom:36rem}.sm\:pb-160{padding-bottom:40rem}.sm\:pb-168{padding-bottom:42rem}.sm\:pb-180{padding-bottom:45rem}.sm\:pb-192{padding-bottom:48rem}.sm\:pb-px{padding-bottom:1px}.sm\:pb-0\.5{padding-bottom:.125rem}.sm\:pb-1\.5{padding-bottom:.375rem}.sm\:pb-2\.5{padding-bottom:.625rem}.sm\:pb-3\.5{padding-bottom:.875rem}.sm\:pl-0{padding-left:0}.sm\:pl-1{padding-left:.25rem}.sm\:pl-2{padding-left:.5rem}.sm\:pl-3{padding-left:.75rem}.sm\:pl-4{padding-left:1rem}.sm\:pl-5{padding-left:1.25rem}.sm\:pl-6{padding-left:1.5rem}.sm\:pl-7{padding-left:1.75rem}.sm\:pl-8{padding-left:2rem}.sm\:pl-9{padding-left:2.25rem}.sm\:pl-10{padding-left:2.5rem}.sm\:pl-11{padding-left:2.75rem}.sm\:pl-12{padding-left:3rem}.sm\:pl-14{padding-left:3.5rem}.sm\:pl-16{padding-left:4rem}.sm\:pl-20{padding-left:5rem}.sm\:pl-24{padding-left:6rem}.sm\:pl-28{padding-left:7rem}.sm\:pl-32{padding-left:8rem}.sm\:pl-36{padding-left:9rem}.sm\:pl-40{padding-left:10rem}.sm\:pl-44{padding-left:11rem}.sm\:pl-48{padding-left:12rem}.sm\:pl-52{padding-left:13rem}.sm\:pl-56{padding-left:14rem}.sm\:pl-60{padding-left:15rem}.sm\:pl-64{padding-left:16rem}.sm\:pl-72{padding-left:18rem}.sm\:pl-80{padding-left:20rem}.sm\:pl-96{padding-left:24rem}.sm\:pl-112{padding-left:28rem}.sm\:pl-128{padding-left:32rem}.sm\:pl-144{padding-left:36rem}.sm\:pl-160{padding-left:40rem}.sm\:pl-168{padding-left:42rem}.sm\:pl-180{padding-left:45rem}.sm\:pl-192{padding-left:48rem}.sm\:pl-px{padding-left:1px}.sm\:pl-0\.5{padding-left:.125rem}.sm\:pl-1\.5{padding-left:.375rem}.sm\:pl-2\.5{padding-left:.625rem}.sm\:pl-3\.5{padding-left:.875rem}.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\: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\:font-sans{font-family:IBM Plex Sans Thai,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-oswald{font-family:Oswald}.sm\:font-thai{font-family:IBM Plex Sans Thai,sans-serif}.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\:text-2xs{font-size:.65rem}.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\:uppercase{text-transform:uppercase}.sm\:lowercase{text-transform:lowercase}.sm\:capitalize{text-transform:capitalize}.sm\:normal-case{text-transform:none}.sm\:italic{font-style:italic}.sm\:not-italic{font-style:normal}.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\: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\: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\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.sm\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.sm\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.sm\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.sm\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.sm\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.sm\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.sm\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.sm\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.sm\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.sm\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.sm\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.sm\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.sm\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.sm\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.sm\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.sm\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.sm\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.sm\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.sm\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.sm\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.sm\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.sm\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.sm\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.sm\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.sm\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.sm\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.sm\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.sm\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.sm\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.sm\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.sm\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.sm\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.sm\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.sm\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.sm\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.sm\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.sm\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.sm\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.sm\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.sm\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.sm\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.sm\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.sm\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.sm\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.sm\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.sm\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.sm\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.sm\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.sm\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.sm\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.sm\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.sm\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.sm\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.sm\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.sm\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.sm\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.sm\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.sm\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.sm\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.sm\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.sm\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.sm\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.sm\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.sm\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.sm\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.sm\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.sm\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.sm\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.sm\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.sm\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.sm\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.sm\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.sm\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.sm\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.sm\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.sm\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.sm\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.sm\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.sm\:text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.sm\:text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.sm\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.sm\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.sm\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.sm\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.sm\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,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-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.group:hover .sm\:group-hover\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.sm\:focus-within\:text-primary:focus-within{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.sm\:focus-within\:text-secondary:focus-within{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.sm\:focus-within\:text-warning:focus-within{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.sm\:focus-within\:text-error:focus-within{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.sm\:focus-within\:text-info:focus-within{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.sm\:focus-within\:text-success:focus-within{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-50:focus-within{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-100:focus-within{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-200:focus-within{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-300:focus-within{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-400:focus-within{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-500:focus-within{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-600:focus-within{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-700:focus-within{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-800:focus-within{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.sm\:focus-within\:text-gray-900:focus-within{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.sm\:focus-within\:text-sky:focus-within{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.sm\:focus-within\:text-red-50:focus-within{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.sm\:focus-within\:text-red-100:focus-within{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.sm\:focus-within\:text-red-200:focus-within{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.sm\:focus-within\:text-red-300:focus-within{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.sm\:focus-within\:text-red-400:focus-within{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.sm\:focus-within\:text-red-500:focus-within{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.sm\:focus-within\:text-red-600:focus-within{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.sm\:focus-within\:text-red-700:focus-within{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.sm\:focus-within\:text-red-800:focus-within{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.sm\:focus-within\:text-red-900:focus-within{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-50:focus-within{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-100:focus-within{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-200:focus-within{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-300:focus-within{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-400:focus-within{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-500:focus-within{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-600:focus-within{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-700:focus-within{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-800:focus-within{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.sm\:focus-within\:text-pink-900:focus-within{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.sm\:focus-within\:text-green-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.sm\:focus-within\:text-green-100:focus-within{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.sm\:focus-within\:text-green-200:focus-within{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.sm\:focus-within\:text-green-300:focus-within{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.sm\:focus-within\:text-green-400:focus-within{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.sm\:focus-within\:text-green-500:focus-within{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.sm\:focus-within\:text-green-600:focus-within{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.sm\:focus-within\:text-green-700:focus-within{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.sm\:focus-within\:text-green-800:focus-within{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.sm\:focus-within\:text-green-900:focus-within{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-50:focus-within{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-100:focus-within{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-200:focus-within{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-300:focus-within{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-400:focus-within{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-500:focus-within{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-600:focus-within{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-700:focus-within{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-800:focus-within{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.sm\:focus-within\:text-purple-900:focus-within{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-100:focus-within{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-200:focus-within{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-300:focus-within{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-400:focus-within{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-500:focus-within{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-600:focus-within{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-700:focus-within{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-800:focus-within{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.sm\:focus-within\:text-teal-900:focus-within{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-50:focus-within{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-100:focus-within{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-200:focus-within{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-300:focus-within{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-400:focus-within{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-500:focus-within{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-600:focus-within{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-700:focus-within{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-800:focus-within{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.sm\:focus-within\:text-cyan-900:focus-within{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.sm\:focus-within\:text-yellow:focus-within{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.sm\:focus-within\:text-orange:focus-within{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus-within{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:focus-within\:text-grey:focus-within{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.sm\:focus-within\:text-line:focus-within{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.sm\:focus-within\:text-facebook:focus-within{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.sm\:focus-within\:text-instagram:focus-within{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.sm\:focus-within\:text-youtube:focus-within{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.sm\:focus-within\:text-lightgray:focus-within{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.sm\:hover\:text-primary:hover{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.sm\:hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.sm\:hover\:text-warning:hover{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.sm\:hover\:text-error:hover{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.sm\:hover\:text-info:hover{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.sm\:hover\:text-success:hover{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.sm\:hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.sm\:hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.sm\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.sm\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.sm\:hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.sm\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.sm\:hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.sm\:hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.sm\:hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.sm\:hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.sm\:hover\:text-sky:hover{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.sm\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.sm\:hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.sm\:hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.sm\:hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.sm\:hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.sm\:hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.sm\:hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.sm\:hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.sm\:hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.sm\:hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.sm\:hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.sm\:hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.sm\:hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.sm\:hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.sm\:hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.sm\:hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.sm\:hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.sm\:hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.sm\:hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.sm\:hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.sm\:hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.sm\:hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.sm\:hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.sm\:hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.sm\:hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.sm\:hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.sm\:hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.sm\:hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.sm\:hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.sm\:hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.sm\:hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.sm\:hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.sm\:hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.sm\:hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.sm\:hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.sm\:hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.sm\:hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.sm\:hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.sm\:hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.sm\:hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.sm\:hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.sm\:hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.sm\:hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.sm\:hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.sm\:hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.sm\:hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.sm\:hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.sm\:hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.sm\:hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.sm\:hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.sm\:hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.sm\:hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.sm\:hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.sm\:hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.sm\:hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.sm\:hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.sm\:hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.sm\:hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.sm\:hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.sm\:hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.sm\:hover\:text-yellow:hover{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.sm\:hover\:text-orange:hover{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:hover{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:hover\:text-grey:hover{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.sm\:hover\:text-line:hover{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.sm\:hover\:text-facebook:hover{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.sm\:hover\:text-instagram:hover{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.sm\:hover\:text-youtube:hover{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.sm\:hover\:text-lightgray:hover{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.sm\:focus\:text-primary:focus{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.sm\:focus\:text-secondary:focus{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.sm\:focus\:text-warning:focus{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.sm\:focus\:text-error:focus{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.sm\:focus\:text-info:focus{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.sm\:focus\:text-success:focus{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.sm\:focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.sm\:focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.sm\:focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.sm\:focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.sm\:focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.sm\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.sm\:focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.sm\:focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.sm\:focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.sm\:focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.sm\:focus\:text-sky:focus{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.sm\:focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.sm\:focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.sm\:focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.sm\:focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.sm\:focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.sm\:focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.sm\:focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.sm\:focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.sm\:focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.sm\:focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.sm\:focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.sm\:focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.sm\:focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.sm\:focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.sm\:focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.sm\:focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.sm\:focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.sm\:focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.sm\:focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.sm\:focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.sm\:focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.sm\:focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.sm\:focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.sm\:focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.sm\:focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.sm\:focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.sm\:focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.sm\:focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.sm\:focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.sm\:focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.sm\:focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.sm\:focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.sm\:focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.sm\:focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.sm\:focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.sm\:focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.sm\:focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.sm\:focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.sm\:focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.sm\:focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.sm\:focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.sm\:focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.sm\:focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.sm\:focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.sm\:focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.sm\:focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.sm\:focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.sm\:focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.sm\:focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.sm\:focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.sm\:focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.sm\:focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.sm\:focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.sm\:focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.sm\:focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.sm\:focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.sm\:focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.sm\:focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.sm\:focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.sm\:focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.sm\:focus\:text-yellow:focus{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.sm\:focus\:text-orange:focus{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.sm\:focus\:text-grey:focus{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.sm\:focus\:text-line:focus{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.sm\:focus\:text-facebook:focus{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.sm\:focus\:text-instagram:focus{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.sm\:focus\:text-youtube:focus{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.sm\:focus\:text-lightgray:focus{--tw-text-opacity: 1;color:rgba(239,239,239,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\: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\:placeholder-bg_primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.sm\:placeholder-bg_primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.sm\:placeholder-primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.sm\:placeholder-primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.sm\:placeholder-secondary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.sm\:placeholder-secondary::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.sm\:placeholder-warning::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.sm\:placeholder-warning::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.sm\:placeholder-error::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.sm\:placeholder-error::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.sm\:placeholder-info::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.sm\:placeholder-info::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.sm\:placeholder-success::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.sm\:placeholder-success::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.sm\:placeholder-call_to_action::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.sm\:placeholder-call_to_action::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.sm\:placeholder-gray-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.sm\:placeholder-lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.sm\:placeholder-lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.sm\:placeholder-darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.sm\:placeholder-darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.sm\:placeholder-nav_darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.sm\:placeholder-nav_darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.sm\:placeholder-nav_lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.sm\:placeholder-nav_lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.sm\:placeholder-blue-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.sm\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.sm\:placeholder-red-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.sm\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.sm\:placeholder-red-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.sm\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.sm\:placeholder-red-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.sm\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.sm\:placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.sm\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.sm\:placeholder-red-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.sm\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.sm\:placeholder-red-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.sm\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.sm\:placeholder-red-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.sm\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.sm\:placeholder-red-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.sm\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.sm\:placeholder-red-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.sm\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.sm\:placeholder-red-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.sm\:placeholder-pink-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.sm\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.sm\:placeholder-green-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.sm\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.sm\:placeholder-green-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.sm\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.sm\:placeholder-green-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.sm\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.sm\:placeholder-green-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.sm\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.sm\:placeholder-green-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.sm\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.sm\:placeholder-green-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.sm\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.sm\:placeholder-green-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.sm\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.sm\:placeholder-green-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.sm\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.sm\:placeholder-green-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.sm\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.sm\:placeholder-green-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.sm\:placeholder-purple-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.sm\:placeholder-teal-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.sm\:placeholder-cyan-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.sm\:placeholder-yellow::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\:focus\:placeholder-bg_primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-bg_primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-secondary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-secondary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-warning:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-warning:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-error:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-error:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-info:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-info:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-success:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-success:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-call_to_action:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-call_to_action:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-nav_darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-nav_darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-nav_lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-nav_lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-teal-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-cyan-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.sm\:focus\:placeholder-yellow:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\: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\: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\:bg-blend-normal{background-blend-mode:normal}.sm\:bg-blend-multiply{background-blend-mode:multiply}.sm\:bg-blend-screen{background-blend-mode:screen}.sm\:bg-blend-overlay{background-blend-mode:overlay}.sm\:bg-blend-darken{background-blend-mode:darken}.sm\:bg-blend-lighten{background-blend-mode:lighten}.sm\:bg-blend-color-dodge{background-blend-mode:color-dodge}.sm\:bg-blend-color-burn{background-blend-mode:color-burn}.sm\:bg-blend-hard-light{background-blend-mode:hard-light}.sm\:bg-blend-soft-light{background-blend-mode:soft-light}.sm\:bg-blend-difference{background-blend-mode:difference}.sm\:bg-blend-exclusion{background-blend-mode:exclusion}.sm\:bg-blend-hue{background-blend-mode:hue}.sm\:bg-blend-saturation{background-blend-mode:saturation}.sm\:bg-blend-color{background-blend-mode:color}.sm\:bg-blend-luminosity{background-blend-mode:luminosity}.sm\:mix-blend-normal{mix-blend-mode:normal}.sm\:mix-blend-multiply{mix-blend-mode:multiply}.sm\:mix-blend-screen{mix-blend-mode:screen}.sm\:mix-blend-overlay{mix-blend-mode:overlay}.sm\:mix-blend-darken{mix-blend-mode:darken}.sm\:mix-blend-lighten{mix-blend-mode:lighten}.sm\:mix-blend-color-dodge{mix-blend-mode:color-dodge}.sm\:mix-blend-color-burn{mix-blend-mode:color-burn}.sm\:mix-blend-hard-light{mix-blend-mode:hard-light}.sm\:mix-blend-soft-light{mix-blend-mode:soft-light}.sm\:mix-blend-difference{mix-blend-mode:difference}.sm\:mix-blend-exclusion{mix-blend-mode:exclusion}.sm\:mix-blend-hue{mix-blend-mode:hue}.sm\:mix-blend-saturation{mix-blend-mode:saturation}.sm\:mix-blend-color{mix-blend-mode:color}.sm\:mix-blend-luminosity{mix-blend-mode:luminosity}.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\:outline-none{outline:2px solid transparent;outline-offset:2px}.sm\:outline-white{outline:2px dotted white;outline-offset:2px}.sm\:outline-black{outline:2px dotted black;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 white;outline-offset:2px}.sm\:focus-within\:outline-black:focus-within{outline:2px dotted black;outline-offset:2px}.sm\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.sm\:focus\:outline-white:focus{outline:2px dotted white;outline-offset:2px}.sm\:focus\:outline-black:focus{outline:2px dotted black;outline-offset:2px}.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\: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\: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\:ring-inset{--tw-ring-inset: inset}.sm\:focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.sm\:focus\:ring-inset:focus{--tw-ring-inset: inset}.sm\:ring-bg_primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.sm\:ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.sm\:ring-secondary{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.sm\:ring-warning{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.sm\:ring-error{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.sm\:ring-info{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.sm\:ring-success{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.sm\:ring-call_to_action{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.sm\:ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.sm\:ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.sm\:ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.sm\:ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.sm\:ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.sm\:ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.sm\:ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.sm\:ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.sm\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.sm\:ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.sm\:ring-lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.sm\:ring-darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.sm\:ring-nav_darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.sm\:ring-nav_lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.sm\:ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.sm\:ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.sm\:ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.sm\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.sm\:ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.sm\:ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.sm\:ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.sm\:ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.sm\:ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.sm\:ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.sm\:ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.sm\:ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.sm\:ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.sm\:ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.sm\:ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.sm\:ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.sm\:ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.sm\:ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.sm\:ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.sm\:ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.sm\:ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.sm\:ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.sm\:ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.sm\:ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.sm\:ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.sm\:ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.sm\:ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.sm\:ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.sm\:ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.sm\:ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.sm\:ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.sm\:ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.sm\:ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.sm\:ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.sm\:ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.sm\:ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.sm\:ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.sm\:ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.sm\:ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.sm\:ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.sm\:ring-purple-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.sm\:ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.sm\:ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.sm\:ring-purple-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.sm\:ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.sm\:ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.sm\:ring-purple-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.sm\:ring-purple-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.sm\:ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.sm\:ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.sm\:ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.sm\:ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.sm\:ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.sm\:ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.sm\:ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.sm\:ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.sm\:ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.sm\:ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.sm\:ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.sm\:ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.sm\:ring-cyan-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.sm\:ring-cyan-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.sm\:ring-cyan-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.sm\:ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.sm\:ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.sm\:ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.sm\:ring-cyan-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.sm\:ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.sm\:ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.sm\:ring-cyan-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.sm\:ring-yellow{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, var(--tw-ring-opacity))}.sm\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))}.sm\:ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.sm\:focus-within\:ring-bg_primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.sm\:focus-within\:ring-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.sm\:focus-within\:ring-secondary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.sm\:focus-within\:ring-warning:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.sm\:focus-within\:ring-error:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.sm\:focus-within\:ring-info:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.sm\:focus-within\:ring-success:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.sm\:focus-within\:ring-call_to_action:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.sm\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.sm\:focus-within\:ring-lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.sm\:focus-within\:ring-darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.sm\:focus-within\:ring-nav_darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.sm\:focus-within\:ring-nav_lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.sm\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.sm\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.sm\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.sm\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.sm\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.sm\:focus-within\:ring-teal-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.sm\:focus-within\:ring-cyan-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.sm\:focus-within\:ring-yellow:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.sm\:focus\:ring-bg_primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.sm\:focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.sm\:focus\:ring-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.sm\:focus\:ring-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.sm\:focus\:ring-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.sm\:focus\:ring-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.sm\:focus\:ring-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.sm\:focus\:ring-call_to_action:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.sm\:focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.sm\:focus\:ring-lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.sm\:focus\:ring-darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.sm\:focus\:ring-nav_darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.sm\:focus\:ring-nav_lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.sm\:focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.sm\:focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.sm\:focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.sm\:focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.sm\:focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.sm\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.sm\:focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.sm\:focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.sm\:focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.sm\:focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.sm\:focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.sm\:focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.sm\:focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.sm\:focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.sm\:focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.sm\:focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.sm\:focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.sm\:focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.sm\:focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.sm\:focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.sm\:focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.sm\:focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.sm\:focus\:ring-purple-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.sm\:focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.sm\:focus\:ring-cyan-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.sm\:focus\:ring-yellow:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, 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\: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-offset-bg_primary{--tw-ring-offset-color: #1D2731}.sm\:ring-offset-primary{--tw-ring-offset-color: #1C4C70}.sm\:ring-offset-secondary{--tw-ring-offset-color: #F0984A}.sm\:ring-offset-warning{--tw-ring-offset-color: #D95F3B}.sm\:ring-offset-error{--tw-ring-offset-color: #f44336}.sm\:ring-offset-info{--tw-ring-offset-color: #7AA9A3}.sm\:ring-offset-success{--tw-ring-offset-color: #338F9A}.sm\:ring-offset-call_to_action{--tw-ring-offset-color: #7fa5f0}.sm\:ring-offset-gray-50{--tw-ring-offset-color: #fafafa}.sm\:ring-offset-gray-100{--tw-ring-offset-color: #f4f4f5}.sm\:ring-offset-gray-200{--tw-ring-offset-color: #e4e4e7}.sm\:ring-offset-gray-300{--tw-ring-offset-color: #d4d4d8}.sm\:ring-offset-gray-400{--tw-ring-offset-color: #a1a1aa}.sm\:ring-offset-gray-500{--tw-ring-offset-color: #71717a}.sm\:ring-offset-gray-600{--tw-ring-offset-color: #52525b}.sm\:ring-offset-gray-700{--tw-ring-offset-color: #3f3f46}.sm\:ring-offset-gray-800{--tw-ring-offset-color: #27272a}.sm\:ring-offset-gray-900{--tw-ring-offset-color: #18181b}.sm\:ring-offset-lightgray{--tw-ring-offset-color: #efefef}.sm\:ring-offset-darkgray{--tw-ring-offset-color: #6c6c6c}.sm\:ring-offset-nav_darkgray{--tw-ring-offset-color: #1f1f1f}.sm\:ring-offset-nav_lightgray{--tw-ring-offset-color: #474747}.sm\:ring-offset-blue-50{--tw-ring-offset-color: #f0f9ff}.sm\:ring-offset-blue-100{--tw-ring-offset-color: #e0f2fe}.sm\:ring-offset-blue-200{--tw-ring-offset-color: #bae6fd}.sm\:ring-offset-blue-300{--tw-ring-offset-color: #7dd3fc}.sm\:ring-offset-blue-400{--tw-ring-offset-color: #38bdf8}.sm\:ring-offset-blue-500{--tw-ring-offset-color: #0ea5e9}.sm\:ring-offset-blue-600{--tw-ring-offset-color: #0284c7}.sm\:ring-offset-blue-700{--tw-ring-offset-color: #0369a1}.sm\:ring-offset-blue-800{--tw-ring-offset-color: #075985}.sm\:ring-offset-blue-900{--tw-ring-offset-color: #0c4a6e}.sm\:ring-offset-red-50{--tw-ring-offset-color: #fff1f2}.sm\:ring-offset-red-100{--tw-ring-offset-color: #ffe4e6}.sm\:ring-offset-red-200{--tw-ring-offset-color: #fecdd3}.sm\:ring-offset-red-300{--tw-ring-offset-color: #fda4af}.sm\:ring-offset-red-400{--tw-ring-offset-color: #fb7185}.sm\:ring-offset-red-500{--tw-ring-offset-color: #f43f5e}.sm\:ring-offset-red-600{--tw-ring-offset-color: #e11d48}.sm\:ring-offset-red-700{--tw-ring-offset-color: #be123c}.sm\:ring-offset-red-800{--tw-ring-offset-color: #9f1239}.sm\:ring-offset-red-900{--tw-ring-offset-color: #881337}.sm\:ring-offset-pink-50{--tw-ring-offset-color: #fdf4ff}.sm\:ring-offset-pink-100{--tw-ring-offset-color: #fae8ff}.sm\:ring-offset-pink-200{--tw-ring-offset-color: #f5d0fe}.sm\:ring-offset-pink-300{--tw-ring-offset-color: #f0abfc}.sm\:ring-offset-pink-400{--tw-ring-offset-color: #e879f9}.sm\:ring-offset-pink-500{--tw-ring-offset-color: #d946ef}.sm\:ring-offset-pink-600{--tw-ring-offset-color: #c026d3}.sm\:ring-offset-pink-700{--tw-ring-offset-color: #a21caf}.sm\:ring-offset-pink-800{--tw-ring-offset-color: #86198f}.sm\:ring-offset-pink-900{--tw-ring-offset-color: #701a75}.sm\:ring-offset-green-50{--tw-ring-offset-color: #f0fdf4}.sm\:ring-offset-green-100{--tw-ring-offset-color: #dcfce7}.sm\:ring-offset-green-200{--tw-ring-offset-color: #bbf7d0}.sm\:ring-offset-green-300{--tw-ring-offset-color: #86efac}.sm\:ring-offset-green-400{--tw-ring-offset-color: #4ade80}.sm\:ring-offset-green-500{--tw-ring-offset-color: #22c55e}.sm\:ring-offset-green-600{--tw-ring-offset-color: #16a34a}.sm\:ring-offset-green-700{--tw-ring-offset-color: #15803d}.sm\:ring-offset-green-800{--tw-ring-offset-color: #166534}.sm\:ring-offset-green-900{--tw-ring-offset-color: #14532d}.sm\:ring-offset-purple-50{--tw-ring-offset-color: #faf5ff}.sm\:ring-offset-purple-100{--tw-ring-offset-color: #f3e8ff}.sm\:ring-offset-purple-200{--tw-ring-offset-color: #e9d5ff}.sm\:ring-offset-purple-300{--tw-ring-offset-color: #d8b4fe}.sm\:ring-offset-purple-400{--tw-ring-offset-color: #c084fc}.sm\:ring-offset-purple-500{--tw-ring-offset-color: #a855f7}.sm\:ring-offset-purple-600{--tw-ring-offset-color: #9333ea}.sm\:ring-offset-purple-700{--tw-ring-offset-color: #7e22ce}.sm\:ring-offset-purple-800{--tw-ring-offset-color: #6b21a8}.sm\:ring-offset-purple-900{--tw-ring-offset-color: #581c87}.sm\:ring-offset-teal-50{--tw-ring-offset-color: #f0fdfa}.sm\:ring-offset-teal-100{--tw-ring-offset-color: #ccfbf1}.sm\:ring-offset-teal-200{--tw-ring-offset-color: #99f6e4}.sm\:ring-offset-teal-300{--tw-ring-offset-color: #5eead4}.sm\:ring-offset-teal-400{--tw-ring-offset-color: #2dd4bf}.sm\:ring-offset-teal-500{--tw-ring-offset-color: #14b8a6}.sm\:ring-offset-teal-600{--tw-ring-offset-color: #0d9488}.sm\:ring-offset-teal-700{--tw-ring-offset-color: #0f766e}.sm\:ring-offset-teal-800{--tw-ring-offset-color: #115e59}.sm\:ring-offset-teal-900{--tw-ring-offset-color: #134e4a}.sm\:ring-offset-cyan-50{--tw-ring-offset-color: #ecfeff}.sm\:ring-offset-cyan-100{--tw-ring-offset-color: #cffafe}.sm\:ring-offset-cyan-200{--tw-ring-offset-color: #a5f3fc}.sm\:ring-offset-cyan-300{--tw-ring-offset-color: #67e8f9}.sm\:ring-offset-cyan-400{--tw-ring-offset-color: #22d3ee}.sm\:ring-offset-cyan-500{--tw-ring-offset-color: #06b6d4}.sm\:ring-offset-cyan-600{--tw-ring-offset-color: #0891b2}.sm\:ring-offset-cyan-700{--tw-ring-offset-color: #0e7490}.sm\:ring-offset-cyan-800{--tw-ring-offset-color: #155e75}.sm\:ring-offset-cyan-900{--tw-ring-offset-color: #164e63}.sm\:ring-offset-yellow{--tw-ring-offset-color: #D9B310}.sm\:ring-offset-white{--tw-ring-offset-color: #FFF}.sm\:ring-offset-black{--tw-ring-offset-color: #000}.sm\:focus-within\:ring-offset-bg_primary:focus-within{--tw-ring-offset-color: #1D2731}.sm\:focus-within\:ring-offset-primary:focus-within{--tw-ring-offset-color: #1C4C70}.sm\:focus-within\:ring-offset-secondary:focus-within{--tw-ring-offset-color: #F0984A}.sm\:focus-within\:ring-offset-warning:focus-within{--tw-ring-offset-color: #D95F3B}.sm\:focus-within\:ring-offset-error:focus-within{--tw-ring-offset-color: #f44336}.sm\:focus-within\:ring-offset-info:focus-within{--tw-ring-offset-color: #7AA9A3}.sm\:focus-within\:ring-offset-success:focus-within{--tw-ring-offset-color: #338F9A}.sm\:focus-within\:ring-offset-call_to_action:focus-within{--tw-ring-offset-color: #7fa5f0}.sm\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color: #fafafa}.sm\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color: #f4f4f5}.sm\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color: #e4e4e7}.sm\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color: #d4d4d8}.sm\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color: #a1a1aa}.sm\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color: #71717a}.sm\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color: #52525b}.sm\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color: #3f3f46}.sm\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color: #27272a}.sm\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color: #18181b}.sm\:focus-within\:ring-offset-lightgray:focus-within{--tw-ring-offset-color: #efefef}.sm\:focus-within\:ring-offset-darkgray:focus-within{--tw-ring-offset-color: #6c6c6c}.sm\:focus-within\:ring-offset-nav_darkgray:focus-within{--tw-ring-offset-color: #1f1f1f}.sm\:focus-within\:ring-offset-nav_lightgray:focus-within{--tw-ring-offset-color: #474747}.sm\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color: #f0f9ff}.sm\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color: #e0f2fe}.sm\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color: #bae6fd}.sm\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color: #7dd3fc}.sm\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color: #38bdf8}.sm\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color: #0ea5e9}.sm\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color: #0284c7}.sm\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color: #0369a1}.sm\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color: #075985}.sm\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color: #0c4a6e}.sm\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color: #fff1f2}.sm\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color: #ffe4e6}.sm\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color: #fecdd3}.sm\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color: #fda4af}.sm\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color: #fb7185}.sm\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color: #f43f5e}.sm\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color: #e11d48}.sm\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color: #be123c}.sm\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color: #9f1239}.sm\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color: #881337}.sm\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color: #fdf4ff}.sm\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color: #fae8ff}.sm\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color: #f5d0fe}.sm\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color: #f0abfc}.sm\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color: #e879f9}.sm\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color: #d946ef}.sm\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color: #c026d3}.sm\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color: #a21caf}.sm\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color: #86198f}.sm\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color: #701a75}.sm\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color: #f0fdf4}.sm\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color: #dcfce7}.sm\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color: #bbf7d0}.sm\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color: #86efac}.sm\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color: #4ade80}.sm\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color: #22c55e}.sm\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color: #16a34a}.sm\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color: #15803d}.sm\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color: #166534}.sm\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color: #14532d}.sm\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color: #faf5ff}.sm\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color: #f3e8ff}.sm\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color: #e9d5ff}.sm\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color: #d8b4fe}.sm\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color: #c084fc}.sm\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color: #a855f7}.sm\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color: #9333ea}.sm\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color: #7e22ce}.sm\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color: #6b21a8}.sm\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color: #581c87}.sm\:focus-within\:ring-offset-teal-50:focus-within{--tw-ring-offset-color: #f0fdfa}.sm\:focus-within\:ring-offset-teal-100:focus-within{--tw-ring-offset-color: #ccfbf1}.sm\:focus-within\:ring-offset-teal-200:focus-within{--tw-ring-offset-color: #99f6e4}.sm\:focus-within\:ring-offset-teal-300:focus-within{--tw-ring-offset-color: #5eead4}.sm\:focus-within\:ring-offset-teal-400:focus-within{--tw-ring-offset-color: #2dd4bf}.sm\:focus-within\:ring-offset-teal-500:focus-within{--tw-ring-offset-color: #14b8a6}.sm\:focus-within\:ring-offset-teal-600:focus-within{--tw-ring-offset-color: #0d9488}.sm\:focus-within\:ring-offset-teal-700:focus-within{--tw-ring-offset-color: #0f766e}.sm\:focus-within\:ring-offset-teal-800:focus-within{--tw-ring-offset-color: #115e59}.sm\:focus-within\:ring-offset-teal-900:focus-within{--tw-ring-offset-color: #134e4a}.sm\:focus-within\:ring-offset-cyan-50:focus-within{--tw-ring-offset-color: #ecfeff}.sm\:focus-within\:ring-offset-cyan-100:focus-within{--tw-ring-offset-color: #cffafe}.sm\:focus-within\:ring-offset-cyan-200:focus-within{--tw-ring-offset-color: #a5f3fc}.sm\:focus-within\:ring-offset-cyan-300:focus-within{--tw-ring-offset-color: #67e8f9}.sm\:focus-within\:ring-offset-cyan-400:focus-within{--tw-ring-offset-color: #22d3ee}.sm\:focus-within\:ring-offset-cyan-500:focus-within{--tw-ring-offset-color: #06b6d4}.sm\:focus-within\:ring-offset-cyan-600:focus-within{--tw-ring-offset-color: #0891b2}.sm\:focus-within\:ring-offset-cyan-700:focus-within{--tw-ring-offset-color: #0e7490}.sm\:focus-within\:ring-offset-cyan-800:focus-within{--tw-ring-offset-color: #155e75}.sm\:focus-within\:ring-offset-cyan-900:focus-within{--tw-ring-offset-color: #164e63}.sm\:focus-within\:ring-offset-yellow:focus-within{--tw-ring-offset-color: #D9B310}.sm\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color: #FFF}.sm\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color: #000}.sm\:focus\:ring-offset-bg_primary:focus{--tw-ring-offset-color: #1D2731}.sm\:focus\:ring-offset-primary:focus{--tw-ring-offset-color: #1C4C70}.sm\:focus\:ring-offset-secondary:focus{--tw-ring-offset-color: #F0984A}.sm\:focus\:ring-offset-warning:focus{--tw-ring-offset-color: #D95F3B}.sm\:focus\:ring-offset-error:focus{--tw-ring-offset-color: #f44336}.sm\:focus\:ring-offset-info:focus{--tw-ring-offset-color: #7AA9A3}.sm\:focus\:ring-offset-success:focus{--tw-ring-offset-color: #338F9A}.sm\:focus\:ring-offset-call_to_action:focus{--tw-ring-offset-color: #7fa5f0}.sm\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color: #fafafa}.sm\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color: #f4f4f5}.sm\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color: #e4e4e7}.sm\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color: #d4d4d8}.sm\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color: #a1a1aa}.sm\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color: #71717a}.sm\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color: #52525b}.sm\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color: #3f3f46}.sm\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #27272a}.sm\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color: #18181b}.sm\:focus\:ring-offset-lightgray:focus{--tw-ring-offset-color: #efefef}.sm\:focus\:ring-offset-darkgray:focus{--tw-ring-offset-color: #6c6c6c}.sm\:focus\:ring-offset-nav_darkgray:focus{--tw-ring-offset-color: #1f1f1f}.sm\:focus\:ring-offset-nav_lightgray:focus{--tw-ring-offset-color: #474747}.sm\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color: #f0f9ff}.sm\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color: #e0f2fe}.sm\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color: #bae6fd}.sm\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color: #7dd3fc}.sm\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color: #38bdf8}.sm\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color: #0ea5e9}.sm\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color: #0284c7}.sm\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color: #0369a1}.sm\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color: #075985}.sm\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color: #0c4a6e}.sm\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color: #fff1f2}.sm\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color: #ffe4e6}.sm\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color: #fecdd3}.sm\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color: #fda4af}.sm\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color: #fb7185}.sm\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color: #f43f5e}.sm\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #e11d48}.sm\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color: #be123c}.sm\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color: #9f1239}.sm\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color: #881337}.sm\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color: #fdf4ff}.sm\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color: #fae8ff}.sm\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color: #f5d0fe}.sm\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color: #f0abfc}.sm\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color: #e879f9}.sm\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color: #d946ef}.sm\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color: #c026d3}.sm\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color: #a21caf}.sm\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color: #86198f}.sm\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color: #701a75}.sm\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.sm\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color: #dcfce7}.sm\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color: #bbf7d0}.sm\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color: #86efac}.sm\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color: #4ade80}.sm\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color: #22c55e}.sm\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #16a34a}.sm\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color: #15803d}.sm\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color: #166534}.sm\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color: #14532d}.sm\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color: #faf5ff}.sm\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color: #f3e8ff}.sm\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color: #e9d5ff}.sm\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color: #d8b4fe}.sm\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color: #c084fc}.sm\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color: #a855f7}.sm\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color: #9333ea}.sm\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color: #7e22ce}.sm\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color: #6b21a8}.sm\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color: #581c87}.sm\:focus\:ring-offset-teal-50:focus{--tw-ring-offset-color: #f0fdfa}.sm\:focus\:ring-offset-teal-100:focus{--tw-ring-offset-color: #ccfbf1}.sm\:focus\:ring-offset-teal-200:focus{--tw-ring-offset-color: #99f6e4}.sm\:focus\:ring-offset-teal-300:focus{--tw-ring-offset-color: #5eead4}.sm\:focus\:ring-offset-teal-400:focus{--tw-ring-offset-color: #2dd4bf}.sm\:focus\:ring-offset-teal-500:focus{--tw-ring-offset-color: #14b8a6}.sm\:focus\:ring-offset-teal-600:focus{--tw-ring-offset-color: #0d9488}.sm\:focus\:ring-offset-teal-700:focus{--tw-ring-offset-color: #0f766e}.sm\:focus\:ring-offset-teal-800:focus{--tw-ring-offset-color: #115e59}.sm\:focus\:ring-offset-teal-900:focus{--tw-ring-offset-color: #134e4a}.sm\:focus\:ring-offset-cyan-50:focus{--tw-ring-offset-color: #ecfeff}.sm\:focus\:ring-offset-cyan-100:focus{--tw-ring-offset-color: #cffafe}.sm\:focus\:ring-offset-cyan-200:focus{--tw-ring-offset-color: #a5f3fc}.sm\:focus\:ring-offset-cyan-300:focus{--tw-ring-offset-color: #67e8f9}.sm\:focus\:ring-offset-cyan-400:focus{--tw-ring-offset-color: #22d3ee}.sm\:focus\:ring-offset-cyan-500:focus{--tw-ring-offset-color: #06b6d4}.sm\:focus\:ring-offset-cyan-600:focus{--tw-ring-offset-color: #0891b2}.sm\:focus\:ring-offset-cyan-700:focus{--tw-ring-offset-color: #0e7490}.sm\:focus\:ring-offset-cyan-800:focus{--tw-ring-offset-color: #155e75}.sm\:focus\:ring-offset-cyan-900:focus{--tw-ring-offset-color: #164e63}.sm\:focus\:ring-offset-yellow:focus{--tw-ring-offset-color: #D9B310}.sm\:focus\:ring-offset-white:focus{--tw-ring-offset-color: #FFF}.sm\:focus\:ring-offset-black:focus{--tw-ring-offset-color: #000}.sm\:filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.sm\:filter-none{filter:none}.sm\:blur-0,.sm\:blur-none{--tw-blur: blur(0)}.sm\:blur-sm{--tw-blur: blur(4px)}.sm\:blur{--tw-blur: blur(8px)}.sm\:blur-md{--tw-blur: blur(12px)}.sm\:blur-lg{--tw-blur: blur(16px)}.sm\:blur-xl{--tw-blur: blur(24px)}.sm\:blur-2xl{--tw-blur: blur(40px)}.sm\:blur-3xl{--tw-blur: blur(64px)}.sm\:brightness-0{--tw-brightness: brightness(0)}.sm\:brightness-50{--tw-brightness: brightness(.5)}.sm\:brightness-75{--tw-brightness: brightness(.75)}.sm\:brightness-90{--tw-brightness: brightness(.9)}.sm\:brightness-95{--tw-brightness: brightness(.95)}.sm\:brightness-100{--tw-brightness: brightness(1)}.sm\:brightness-105{--tw-brightness: brightness(1.05)}.sm\:brightness-110{--tw-brightness: brightness(1.1)}.sm\:brightness-125{--tw-brightness: brightness(1.25)}.sm\:brightness-150{--tw-brightness: brightness(1.5)}.sm\:brightness-200{--tw-brightness: brightness(2)}.sm\:contrast-0{--tw-contrast: contrast(0)}.sm\:contrast-50{--tw-contrast: contrast(.5)}.sm\:contrast-75{--tw-contrast: contrast(.75)}.sm\:contrast-100{--tw-contrast: contrast(1)}.sm\:contrast-125{--tw-contrast: contrast(1.25)}.sm\:contrast-150{--tw-contrast: contrast(1.5)}.sm\:contrast-200{--tw-contrast: contrast(2)}.sm\:drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.05))}.sm\:drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))}.sm\:drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))}.sm\:drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))}.sm\:drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08))}.sm\:drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))}.sm\:drop-shadow-none{--tw-drop-shadow: drop-shadow(0 0 #0000)}.sm\:grayscale-0{--tw-grayscale: grayscale(0)}.sm\:grayscale{--tw-grayscale: grayscale(100%)}.sm\:hue-rotate-0{--tw-hue-rotate: hue-rotate(0deg)}.sm\:hue-rotate-15{--tw-hue-rotate: hue-rotate(15deg)}.sm\:hue-rotate-30{--tw-hue-rotate: hue-rotate(30deg)}.sm\:hue-rotate-60{--tw-hue-rotate: hue-rotate(60deg)}.sm\:hue-rotate-90{--tw-hue-rotate: hue-rotate(90deg)}.sm\:hue-rotate-180{--tw-hue-rotate: hue-rotate(180deg)}.sm\:-hue-rotate-180{--tw-hue-rotate: hue-rotate(-180deg)}.sm\:-hue-rotate-90{--tw-hue-rotate: hue-rotate(-90deg)}.sm\:-hue-rotate-60{--tw-hue-rotate: hue-rotate(-60deg)}.sm\:-hue-rotate-30{--tw-hue-rotate: hue-rotate(-30deg)}.sm\:-hue-rotate-15{--tw-hue-rotate: hue-rotate(-15deg)}.sm\:invert-0{--tw-invert: invert(0)}.sm\:invert{--tw-invert: invert(100%)}.sm\:saturate-0{--tw-saturate: saturate(0)}.sm\:saturate-50{--tw-saturate: saturate(.5)}.sm\:saturate-100{--tw-saturate: saturate(1)}.sm\:saturate-150{--tw-saturate: saturate(1.5)}.sm\:saturate-200{--tw-saturate: saturate(2)}.sm\:sepia-0{--tw-sepia: sepia(0)}.sm\:sepia{--tw-sepia: sepia(100%)}.sm\:backdrop-filter{--tw-backdrop-blur: var(--tw-empty, );--tw-backdrop-brightness: var(--tw-empty, );--tw-backdrop-contrast: var(--tw-empty, );--tw-backdrop-grayscale: var(--tw-empty, );--tw-backdrop-hue-rotate: var(--tw-empty, );--tw-backdrop-invert: var(--tw-empty, );--tw-backdrop-opacity: var(--tw-empty, );--tw-backdrop-saturate: var(--tw-empty, );--tw-backdrop-sepia: var(--tw-empty, );-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.sm\:backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.sm\:backdrop-blur-0,.sm\:backdrop-blur-none{--tw-backdrop-blur: blur(0)}.sm\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px)}.sm\:backdrop-blur{--tw-backdrop-blur: blur(8px)}.sm\:backdrop-blur-md{--tw-backdrop-blur: blur(12px)}.sm\:backdrop-blur-lg{--tw-backdrop-blur: blur(16px)}.sm\:backdrop-blur-xl{--tw-backdrop-blur: blur(24px)}.sm\:backdrop-blur-2xl{--tw-backdrop-blur: blur(40px)}.sm\:backdrop-blur-3xl{--tw-backdrop-blur: blur(64px)}.sm\:backdrop-brightness-0{--tw-backdrop-brightness: brightness(0)}.sm\:backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5)}.sm\:backdrop-brightness-75{--tw-backdrop-brightness: brightness(.75)}.sm\:backdrop-brightness-90{--tw-backdrop-brightness: brightness(.9)}.sm\:backdrop-brightness-95{--tw-backdrop-brightness: brightness(.95)}.sm\:backdrop-brightness-100{--tw-backdrop-brightness: brightness(1)}.sm\:backdrop-brightness-105{--tw-backdrop-brightness: brightness(1.05)}.sm\:backdrop-brightness-110{--tw-backdrop-brightness: brightness(1.1)}.sm\:backdrop-brightness-125{--tw-backdrop-brightness: brightness(1.25)}.sm\:backdrop-brightness-150{--tw-backdrop-brightness: brightness(1.5)}.sm\:backdrop-brightness-200{--tw-backdrop-brightness: brightness(2)}.sm\:backdrop-contrast-0{--tw-backdrop-contrast: contrast(0)}.sm\:backdrop-contrast-50{--tw-backdrop-contrast: contrast(.5)}.sm\:backdrop-contrast-75{--tw-backdrop-contrast: contrast(.75)}.sm\:backdrop-contrast-100{--tw-backdrop-contrast: contrast(1)}.sm\:backdrop-contrast-125{--tw-backdrop-contrast: contrast(1.25)}.sm\:backdrop-contrast-150{--tw-backdrop-contrast: contrast(1.5)}.sm\:backdrop-contrast-200{--tw-backdrop-contrast: contrast(2)}.sm\:backdrop-grayscale-0{--tw-backdrop-grayscale: grayscale(0)}.sm\:backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%)}.sm\:backdrop-hue-rotate-0{--tw-backdrop-hue-rotate: hue-rotate(0deg)}.sm\:backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(15deg)}.sm\:backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(30deg)}.sm\:backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(60deg)}.sm\:backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(90deg)}.sm\:backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(180deg)}.sm\:-backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(-180deg)}.sm\:-backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(-90deg)}.sm\:-backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(-60deg)}.sm\:-backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(-30deg)}.sm\:-backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(-15deg)}.sm\:backdrop-invert-0{--tw-backdrop-invert: invert(0)}.sm\:backdrop-invert{--tw-backdrop-invert: invert(100%)}.sm\:backdrop-opacity-0{--tw-backdrop-opacity: opacity(0)}.sm\:backdrop-opacity-5{--tw-backdrop-opacity: opacity(.05)}.sm\:backdrop-opacity-10{--tw-backdrop-opacity: opacity(.1)}.sm\:backdrop-opacity-20{--tw-backdrop-opacity: opacity(.2)}.sm\:backdrop-opacity-25{--tw-backdrop-opacity: opacity(.25)}.sm\:backdrop-opacity-30{--tw-backdrop-opacity: opacity(.3)}.sm\:backdrop-opacity-40{--tw-backdrop-opacity: opacity(.4)}.sm\:backdrop-opacity-50{--tw-backdrop-opacity: opacity(.5)}.sm\:backdrop-opacity-60{--tw-backdrop-opacity: opacity(.6)}.sm\:backdrop-opacity-70{--tw-backdrop-opacity: opacity(.7)}.sm\:backdrop-opacity-75{--tw-backdrop-opacity: opacity(.75)}.sm\:backdrop-opacity-80{--tw-backdrop-opacity: opacity(.8)}.sm\:backdrop-opacity-90{--tw-backdrop-opacity: opacity(.9)}.sm\:backdrop-opacity-95{--tw-backdrop-opacity: opacity(.95)}.sm\:backdrop-opacity-100{--tw-backdrop-opacity: opacity(1)}.sm\:backdrop-saturate-0{--tw-backdrop-saturate: saturate(0)}.sm\:backdrop-saturate-50{--tw-backdrop-saturate: saturate(.5)}.sm\:backdrop-saturate-100{--tw-backdrop-saturate: saturate(1)}.sm\:backdrop-saturate-150{--tw-backdrop-saturate: saturate(1.5)}.sm\:backdrop-saturate-200{--tw-backdrop-saturate: saturate(2)}.sm\:backdrop-sepia-0{--tw-backdrop-sepia: sepia(0)}.sm\:backdrop-sepia{--tw-backdrop-sepia: sepia(100%)}.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,filter,backdrop-filter;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\: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\: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\: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\:text-shadow{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.sm\:text-shadow-sm{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.sm\:text-shadow-md{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.sm\:text-shadow-lg{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.sm\:text-shadow-xl{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.sm\:text-shadow-none{text-shadow:none}.sm\:text-shadow-glow{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.sm\:hover\:text-shadow:hover{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.sm\:hover\:text-shadow-sm:hover{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.sm\:hover\:text-shadow-md:hover{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.sm\:hover\:text-shadow-lg:hover{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.sm\:hover\:text-shadow-xl:hover{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.sm\:hover\:text-shadow-none:hover{text-shadow:none}.sm\:hover\:text-shadow-glow:hover{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.sm\:focus\:text-shadow:focus{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.sm\:focus\:text-shadow-sm:focus{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.sm\:focus\:text-shadow-md:focus{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.sm\:focus\:text-shadow-lg:focus{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.sm\:focus\:text-shadow-xl:focus{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.sm\:focus\:text-shadow-none:focus{text-shadow:none}.sm\:focus\:text-shadow-glow:focus{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.sm\:masonry-6-col{-moz-column-count:6;column-count:6;-moz-column-gap:.5em;column-gap:.5em}.sm\:masonry-5-col{-moz-column-count:5;column-count:5;-moz-column-gap:.5em;column-gap:.5em}.sm\:masonry-4-col{-moz-column-count:4;column-count:4;-moz-column-gap:.5em;column-gap:.5em}.sm\:masonry-3-col{-moz-column-count:3;column-count:3;-moz-column-gap:.5em;column-gap:.5em}.sm\:masonry-2-col{-moz-column-count:2;column-count:2;-moz-column-gap:.5em;column-gap:.5em}.sm\:masonry-1-col{-moz-column-count:1;column-count:1;-moz-column-gap:0em;column-gap:0em}.sm\:break-inside{-moz-column-break-inside:avoid;break-inside:avoid}}@media (min-width: 768px){.md\:container{width:100%}@media (min-width: 480px){.md\:container{max-width:480px}}.md\:container{max-width:768px}@media (min-width: 976px){.md\:container{max-width:976px}}@media (min-width: 1440px){.md\:container{max-width:1440px}}.md\:prose{color:#3f3f46;max-width:65ch}.md\:prose [class~=lead]{color:#52525b;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.md\:prose a{color:#18181b;text-decoration:underline;font-weight:500}.md\:prose strong{color:#18181b;font-weight:600}.md\:prose ol{counter-reset:list-counter;margin-top:1.25em;margin-bottom:1.25em}.md\:prose ol>li{position:relative;counter-increment:list-counter;padding-left:1.75em}.md\:prose ol>li:before{content:counter(list-counter) ".";position:absolute;font-weight:400;color:#71717a;left:0}.md\:prose ul>li{position:relative;padding-left:1.75em}.md\:prose ul>li:before{content:"";position:absolute;background-color:#d4d4d8;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}.md\:prose hr{border-color:#e4e4e7;border-top-width:1px;margin-top:3em;margin-bottom:3em}.md\:prose blockquote{font-weight:500;font-style:italic;color:#18181b;border-left-width:.25rem;border-left-color:#e4e4e7;quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.md\:prose blockquote p:first-of-type:before{content:open-quote}.md\:prose blockquote p:last-of-type:after{content:close-quote}.md\:prose h1{color:#18181b;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.md\:prose h2{color:#18181b;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.md\:prose h3{color:#18181b;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.md\:prose h4{color:#18181b;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.md\:prose figure figcaption{color:#71717a;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.md\:prose code{color:#18181b;font-weight:600;font-size:.875em}.md\:prose code:before{content:"`"}.md\:prose code:after{content:"`"}.md\:prose a code{color:#18181b}.md\:prose pre{color:#e4e4e7;background-color:#27272a;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.md\:prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.md\:prose pre code:before{content:""}.md\:prose pre code:after{content:""}.md\:prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.md\:prose thead{color:#18181b;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d8}.md\:prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.md\:prose tbody tr{border-bottom-width:1px;border-bottom-color:#e4e4e7}.md\:prose tbody tr:last-child{border-bottom-width:0}.md\:prose tbody td{vertical-align:top;padding:.5714286em}.md\:prose{font-size:1rem;line-height:1.75}.md\:prose p{margin-top:1.25em;margin-bottom:1.25em}.md\:prose img{margin-top:2em;margin-bottom:2em}.md\:prose video{margin-top:2em;margin-bottom:2em}.md\:prose figure{margin-top:2em;margin-bottom:2em}.md\:prose figure>*{margin-top:0;margin-bottom:0}.md\:prose h2 code{font-size:.875em}.md\:prose h3 code{font-size:.9em}.md\:prose ul{margin-top:1.25em;margin-bottom:1.25em}.md\:prose li{margin-top:.5em;margin-bottom:.5em}.md\:prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.md\:prose>ul>li>*:first-child{margin-top:1.25em}.md\:prose>ul>li>*:last-child{margin-bottom:1.25em}.md\:prose>ol>li>*:first-child{margin-top:1.25em}.md\:prose>ol>li>*:last-child{margin-bottom:1.25em}.md\:prose ul ul,.md\:prose ul ol,.md\:prose ol ul,.md\:prose ol ol{margin-top:.75em;margin-bottom:.75em}.md\:prose hr+*{margin-top:0}.md\:prose h2+*{margin-top:0}.md\:prose h3+*{margin-top:0}.md\:prose h4+*{margin-top:0}.md\:prose thead th:first-child{padding-left:0}.md\:prose thead th:last-child{padding-right:0}.md\:prose tbody td:first-child{padding-left:0}.md\:prose tbody td:last-child{padding-right:0}.md\:prose>:first-child{margin-top:0}.md\:prose>:last-child{margin-bottom:0}.md\:prose-sm{font-size:.875rem;line-height:1.7142857}.md\:prose-sm p{margin-top:1.1428571em;margin-bottom:1.1428571em}.md\:prose-sm [class~=lead]{font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-sm blockquote{margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.md\:prose-sm h1{font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.md\:prose-sm h2{font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.md\:prose-sm h3{font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-sm h4{margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.md\:prose-sm img{margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm video{margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm figure{margin-top:1.7142857em;margin-bottom:1.7142857em}.md\:prose-sm figure>*{margin-top:0;margin-bottom:0}.md\:prose-sm figure figcaption{font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.md\:prose-sm code{font-size:.8571429em}.md\:prose-sm h2 code{font-size:.9em}.md\:prose-sm h3 code{font-size:.8888889em}.md\:prose-sm pre{font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.md\:prose-sm ol,.md\:prose-sm ul{margin-top:1.1428571em;margin-bottom:1.1428571em}.md\:prose-sm li{margin-top:.2857143em;margin-bottom:.2857143em}.md\:prose-sm ol>li{padding-left:1.5714286em}.md\:prose-sm ol>li:before{left:0}.md\:prose-sm ul>li{padding-left:1.5714286em}.md\:prose-sm ul>li:before{height:.3571429em;width:.3571429em;top:calc(.8571429em - .1785714em);left:.2142857em}.md\:prose-sm>ul>li p{margin-top:.5714286em;margin-bottom:.5714286em}.md\:prose-sm>ul>li>*:first-child{margin-top:1.1428571em}.md\:prose-sm>ul>li>*:last-child{margin-bottom:1.1428571em}.md\:prose-sm>ol>li>*:first-child{margin-top:1.1428571em}.md\:prose-sm>ol>li>*:last-child{margin-bottom:1.1428571em}.md\:prose-sm ul ul,.md\:prose-sm ul ol,.md\:prose-sm ol ul,.md\:prose-sm ol ol{margin-top:.5714286em;margin-bottom:.5714286em}.md\:prose-sm hr{margin-top:2.8571429em;margin-bottom:2.8571429em}.md\:prose-sm hr+*{margin-top:0}.md\:prose-sm h2+*{margin-top:0}.md\:prose-sm h3+*{margin-top:0}.md\:prose-sm h4+*{margin-top:0}.md\:prose-sm table{font-size:.8571429em;line-height:1.5}.md\:prose-sm thead th{padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.md\:prose-sm thead th:first-child{padding-left:0}.md\:prose-sm thead th:last-child{padding-right:0}.md\:prose-sm tbody td{padding:.6666667em 1em}.md\:prose-sm tbody td:first-child{padding-left:0}.md\:prose-sm tbody td:last-child{padding-right:0}.md\:prose-sm>:first-child{margin-top:0}.md\:prose-sm>:last-child{margin-bottom:0}.md\:prose-lg{font-size:1.125rem;line-height:1.7777778}.md\:prose-lg p{margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg [class~=lead]{font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.md\:prose-lg blockquote{margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.md\:prose-lg h1{font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.md\:prose-lg h2{font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.md\:prose-lg h3{font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-lg h4{margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.md\:prose-lg img{margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg video{margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg figure{margin-top:1.7777778em;margin-bottom:1.7777778em}.md\:prose-lg figure>*{margin-top:0;margin-bottom:0}.md\:prose-lg figure figcaption{font-size:.8888889em;line-height:1.5;margin-top:1em}.md\:prose-lg code{font-size:.8888889em}.md\:prose-lg h2 code{font-size:.8666667em}.md\:prose-lg h3 code{font-size:.875em}.md\:prose-lg pre{font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.md\:prose-lg ol,.md\:prose-lg ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-lg li{margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-lg ol>li{padding-left:1.6666667em}.md\:prose-lg ol>li:before{left:0}.md\:prose-lg ul>li{padding-left:1.6666667em}.md\:prose-lg ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8888889em - .1666667em);left:.2222222em}.md\:prose-lg>ul>li p{margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg>ul>li>*:first-child{margin-top:1.3333333em}.md\:prose-lg>ul>li>*:last-child{margin-bottom:1.3333333em}.md\:prose-lg>ol>li>*:first-child{margin-top:1.3333333em}.md\:prose-lg>ol>li>*:last-child{margin-bottom:1.3333333em}.md\:prose-lg ul ul,.md\:prose-lg ul ol,.md\:prose-lg ol ul,.md\:prose-lg ol ol{margin-top:.8888889em;margin-bottom:.8888889em}.md\:prose-lg hr{margin-top:3.1111111em;margin-bottom:3.1111111em}.md\:prose-lg hr+*{margin-top:0}.md\:prose-lg h2+*{margin-top:0}.md\:prose-lg h3+*{margin-top:0}.md\:prose-lg h4+*{margin-top:0}.md\:prose-lg table{font-size:.8888889em;line-height:1.5}.md\:prose-lg thead th{padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.md\:prose-lg thead th:first-child{padding-left:0}.md\:prose-lg thead th:last-child{padding-right:0}.md\:prose-lg tbody td{padding:.75em}.md\:prose-lg tbody td:first-child{padding-left:0}.md\:prose-lg tbody td:last-child{padding-right:0}.md\:prose-lg>:first-child{margin-top:0}.md\:prose-lg>:last-child{margin-bottom:0}.md\:prose-xl{font-size:1.25rem;line-height:1.8}.md\:prose-xl p{margin-top:1.2em;margin-bottom:1.2em}.md\:prose-xl [class~=lead]{font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.md\:prose-xl blockquote{margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.md\:prose-xl h1{font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.md\:prose-xl h2{font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.md\:prose-xl h3{font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.md\:prose-xl h4{margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.md\:prose-xl img{margin-top:2em;margin-bottom:2em}.md\:prose-xl video{margin-top:2em;margin-bottom:2em}.md\:prose-xl figure{margin-top:2em;margin-bottom:2em}.md\:prose-xl figure>*{margin-top:0;margin-bottom:0}.md\:prose-xl figure figcaption{font-size:.9em;line-height:1.5555556;margin-top:1em}.md\:prose-xl code{font-size:.9em}.md\:prose-xl h2 code{font-size:.8611111em}.md\:prose-xl h3 code{font-size:.9em}.md\:prose-xl pre{font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.md\:prose-xl ol,.md\:prose-xl ul{margin-top:1.2em;margin-bottom:1.2em}.md\:prose-xl li{margin-top:.6em;margin-bottom:.6em}.md\:prose-xl ol>li{padding-left:1.8em}.md\:prose-xl ol>li:before{left:0}.md\:prose-xl ul>li{padding-left:1.8em}.md\:prose-xl ul>li:before{width:.35em;height:.35em;top:calc(.9em - .175em);left:.25em}.md\:prose-xl>ul>li p{margin-top:.8em;margin-bottom:.8em}.md\:prose-xl>ul>li>*:first-child{margin-top:1.2em}.md\:prose-xl>ul>li>*:last-child{margin-bottom:1.2em}.md\:prose-xl>ol>li>*:first-child{margin-top:1.2em}.md\:prose-xl>ol>li>*:last-child{margin-bottom:1.2em}.md\:prose-xl ul ul,.md\:prose-xl ul ol,.md\:prose-xl ol ul,.md\:prose-xl ol ol{margin-top:.8em;margin-bottom:.8em}.md\:prose-xl hr{margin-top:2.8em;margin-bottom:2.8em}.md\:prose-xl hr+*{margin-top:0}.md\:prose-xl h2+*{margin-top:0}.md\:prose-xl h3+*{margin-top:0}.md\:prose-xl h4+*{margin-top:0}.md\:prose-xl table{font-size:.9em;line-height:1.5555556}.md\:prose-xl thead th{padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.md\:prose-xl thead th:first-child{padding-left:0}.md\:prose-xl thead th:last-child{padding-right:0}.md\:prose-xl tbody td{padding:.8888889em .6666667em}.md\:prose-xl tbody td:first-child{padding-left:0}.md\:prose-xl tbody td:last-child{padding-right:0}.md\:prose-xl>:first-child{margin-top:0}.md\:prose-xl>:last-child{margin-bottom:0}.md\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.md\:prose-2xl p{margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-2xl [class~=lead]{font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.md\:prose-2xl blockquote{margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.md\:prose-2xl h1{font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.md\:prose-2xl h2{font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.md\:prose-2xl h3{font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.md\:prose-2xl h4{margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.md\:prose-2xl img{margin-top:2em;margin-bottom:2em}.md\:prose-2xl video{margin-top:2em;margin-bottom:2em}.md\:prose-2xl figure{margin-top:2em;margin-bottom:2em}.md\:prose-2xl figure>*{margin-top:0;margin-bottom:0}.md\:prose-2xl figure figcaption{font-size:.8333333em;line-height:1.6;margin-top:1em}.md\:prose-2xl code{font-size:.8333333em}.md\:prose-2xl h2 code{font-size:.875em}.md\:prose-2xl h3 code{font-size:.8888889em}.md\:prose-2xl pre{font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.2em 1.6em}.md\:prose-2xl ol,.md\:prose-2xl ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.md\:prose-2xl li{margin-top:.5em;margin-bottom:.5em}.md\:prose-2xl ol>li{padding-left:1.6666667em}.md\:prose-2xl ol>li:before{left:0}.md\:prose-2xl ul>li{padding-left:1.6666667em}.md\:prose-2xl ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8333333em - .1666667em);left:.25em}.md\:prose-2xl>ul>li p{margin-top:.8333333em;margin-bottom:.8333333em}.md\:prose-2xl>ul>li>*:first-child{margin-top:1.3333333em}.md\:prose-2xl>ul>li>*:last-child{margin-bottom:1.3333333em}.md\:prose-2xl>ol>li>*:first-child{margin-top:1.3333333em}.md\:prose-2xl>ol>li>*:last-child{margin-bottom:1.3333333em}.md\:prose-2xl ul ul,.md\:prose-2xl ul ol,.md\:prose-2xl ol ul,.md\:prose-2xl ol ol{margin-top:.6666667em;margin-bottom:.6666667em}.md\:prose-2xl hr{margin-top:3em;margin-bottom:3em}.md\:prose-2xl hr+*{margin-top:0}.md\:prose-2xl h2+*{margin-top:0}.md\:prose-2xl h3+*{margin-top:0}.md\:prose-2xl h4+*{margin-top:0}.md\:prose-2xl table{font-size:.8333333em;line-height:1.4}.md\:prose-2xl thead th{padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.md\:prose-2xl thead th:first-child{padding-left:0}.md\:prose-2xl thead th:last-child{padding-right:0}.md\:prose-2xl tbody td{padding:.8em .6em}.md\:prose-2xl tbody td:first-child{padding-left:0}.md\:prose-2xl tbody td:last-child{padding-right:0}.md\:prose-2xl>:first-child{margin-top:0}.md\:prose-2xl>:last-child{margin-bottom:0}.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\:pointer-events-none{pointer-events:none}.md\:pointer-events-auto{pointer-events:auto}.md\:visible{visibility:visible}.md\:invisible{visibility:hidden}.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-112{top:28rem;right:28rem;bottom:28rem;left:28rem}.md\:inset-128{top:32rem;right:32rem;bottom:32rem;left:32rem}.md\:inset-144{top:36rem;right:36rem;bottom:36rem;left:36rem}.md\:inset-160{top:40rem;right:40rem;bottom:40rem;left:40rem}.md\:inset-168{top:42rem;right:42rem;bottom:42rem;left:42rem}.md\:inset-180{top:45rem;right:45rem;bottom:45rem;left:45rem}.md\:inset-192{top:48rem;right:48rem;bottom:48rem;left:48rem}.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-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-112{top:-28rem;right:-28rem;bottom:-28rem;left:-28rem}.md\:-inset-128{top:-32rem;right:-32rem;bottom:-32rem;left:-32rem}.md\:-inset-144{top:-36rem;right:-36rem;bottom:-36rem;left:-36rem}.md\:-inset-160{top:-40rem;right:-40rem;bottom:-40rem;left:-40rem}.md\:-inset-168{top:-42rem;right:-42rem;bottom:-42rem;left:-42rem}.md\:-inset-180{top:-45rem;right:-45rem;bottom:-45rem;left:-45rem}.md\:-inset-192{top:-48rem;right:-48rem;bottom:-48rem;left:-48rem}.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-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-x-0{left:0;right:0}.md\:inset-x-1{left:.25rem;right:.25rem}.md\:inset-x-2{left:.5rem;right:.5rem}.md\:inset-x-3{left:.75rem;right:.75rem}.md\:inset-x-4{left:1rem;right:1rem}.md\:inset-x-5{left:1.25rem;right:1.25rem}.md\:inset-x-6{left:1.5rem;right:1.5rem}.md\:inset-x-7{left:1.75rem;right:1.75rem}.md\:inset-x-8{left:2rem;right:2rem}.md\:inset-x-9{left:2.25rem;right:2.25rem}.md\:inset-x-10{left:2.5rem;right:2.5rem}.md\:inset-x-11{left:2.75rem;right:2.75rem}.md\:inset-x-12{left:3rem;right:3rem}.md\:inset-x-14{left:3.5rem;right:3.5rem}.md\:inset-x-16{left:4rem;right:4rem}.md\:inset-x-20{left:5rem;right:5rem}.md\:inset-x-24{left:6rem;right:6rem}.md\:inset-x-28{left:7rem;right:7rem}.md\:inset-x-32{left:8rem;right:8rem}.md\:inset-x-36{left:9rem;right:9rem}.md\:inset-x-40{left:10rem;right:10rem}.md\:inset-x-44{left:11rem;right:11rem}.md\:inset-x-48{left:12rem;right:12rem}.md\:inset-x-52{left:13rem;right:13rem}.md\:inset-x-56{left:14rem;right:14rem}.md\:inset-x-60{left:15rem;right:15rem}.md\:inset-x-64{left:16rem;right:16rem}.md\:inset-x-72{left:18rem;right:18rem}.md\:inset-x-80{left:20rem;right:20rem}.md\:inset-x-96{left:24rem;right:24rem}.md\:inset-x-112{left:28rem;right:28rem}.md\:inset-x-128{left:32rem;right:32rem}.md\:inset-x-144{left:36rem;right:36rem}.md\:inset-x-160{left:40rem;right:40rem}.md\:inset-x-168{left:42rem;right:42rem}.md\:inset-x-180{left:45rem;right:45rem}.md\:inset-x-192{left:48rem;right:48rem}.md\:inset-x-auto{left:auto;right:auto}.md\:inset-x-px{left:1px;right:1px}.md\:inset-x-0\.5{left:.125rem;right:.125rem}.md\:inset-x-1\.5{left:.375rem;right:.375rem}.md\:inset-x-2\.5{left:.625rem;right:.625rem}.md\:inset-x-3\.5{left:.875rem;right:.875rem}.md\:-inset-x-0{left:0;right:0}.md\:-inset-x-1{left:-.25rem;right:-.25rem}.md\:-inset-x-2{left:-.5rem;right:-.5rem}.md\:-inset-x-3{left:-.75rem;right:-.75rem}.md\:-inset-x-4{left:-1rem;right:-1rem}.md\:-inset-x-5{left:-1.25rem;right:-1.25rem}.md\:-inset-x-6{left:-1.5rem;right:-1.5rem}.md\:-inset-x-7{left:-1.75rem;right:-1.75rem}.md\:-inset-x-8{left:-2rem;right:-2rem}.md\:-inset-x-9{left:-2.25rem;right:-2.25rem}.md\:-inset-x-10{left:-2.5rem;right:-2.5rem}.md\:-inset-x-11{left:-2.75rem;right:-2.75rem}.md\:-inset-x-12{left:-3rem;right:-3rem}.md\:-inset-x-14{left:-3.5rem;right:-3.5rem}.md\:-inset-x-16{left:-4rem;right:-4rem}.md\:-inset-x-20{left:-5rem;right:-5rem}.md\:-inset-x-24{left:-6rem;right:-6rem}.md\:-inset-x-28{left:-7rem;right:-7rem}.md\:-inset-x-32{left:-8rem;right:-8rem}.md\:-inset-x-36{left:-9rem;right:-9rem}.md\:-inset-x-40{left:-10rem;right:-10rem}.md\:-inset-x-44{left:-11rem;right:-11rem}.md\:-inset-x-48{left:-12rem;right:-12rem}.md\:-inset-x-52{left:-13rem;right:-13rem}.md\:-inset-x-56{left:-14rem;right:-14rem}.md\:-inset-x-60{left:-15rem;right:-15rem}.md\:-inset-x-64{left:-16rem;right:-16rem}.md\:-inset-x-72{left:-18rem;right:-18rem}.md\:-inset-x-80{left:-20rem;right:-20rem}.md\:-inset-x-96{left:-24rem;right:-24rem}.md\:-inset-x-112{left:-28rem;right:-28rem}.md\:-inset-x-128{left:-32rem;right:-32rem}.md\:-inset-x-144{left:-36rem;right:-36rem}.md\:-inset-x-160{left:-40rem;right:-40rem}.md\:-inset-x-168{left:-42rem;right:-42rem}.md\:-inset-x-180{left:-45rem;right:-45rem}.md\:-inset-x-192{left:-48rem;right:-48rem}.md\:-inset-x-px{left:-1px;right:-1px}.md\:-inset-x-0\.5{left:-.125rem;right:-.125rem}.md\:-inset-x-1\.5{left:-.375rem;right:-.375rem}.md\:-inset-x-2\.5{left:-.625rem;right:-.625rem}.md\:-inset-x-3\.5{left:-.875rem;right:-.875rem}.md\:inset-x-1\/2{left:50%;right:50%}.md\:inset-x-1\/3{left:33.333333%;right:33.333333%}.md\:inset-x-2\/3{left:66.666667%;right:66.666667%}.md\:inset-x-1\/4{left:25%;right:25%}.md\:inset-x-2\/4{left:50%;right:50%}.md\:inset-x-3\/4{left:75%;right:75%}.md\:inset-x-full{left:100%;right:100%}.md\:-inset-x-1\/2{left:-50%;right:-50%}.md\:-inset-x-1\/3{left:-33.333333%;right:-33.333333%}.md\:-inset-x-2\/3{left:-66.666667%;right:-66.666667%}.md\:-inset-x-1\/4{left:-25%;right:-25%}.md\:-inset-x-2\/4{left:-50%;right:-50%}.md\:-inset-x-3\/4{left:-75%;right:-75%}.md\:-inset-x-full{left:-100%;right:-100%}.md\:inset-y-0{top:0;bottom:0}.md\:inset-y-1{top:.25rem;bottom:.25rem}.md\:inset-y-2{top:.5rem;bottom:.5rem}.md\:inset-y-3{top:.75rem;bottom:.75rem}.md\:inset-y-4{top:1rem;bottom:1rem}.md\:inset-y-5{top:1.25rem;bottom:1.25rem}.md\:inset-y-6{top:1.5rem;bottom:1.5rem}.md\:inset-y-7{top:1.75rem;bottom:1.75rem}.md\:inset-y-8{top:2rem;bottom:2rem}.md\:inset-y-9{top:2.25rem;bottom:2.25rem}.md\:inset-y-10{top:2.5rem;bottom:2.5rem}.md\:inset-y-11{top:2.75rem;bottom:2.75rem}.md\:inset-y-12{top:3rem;bottom:3rem}.md\:inset-y-14{top:3.5rem;bottom:3.5rem}.md\:inset-y-16{top:4rem;bottom:4rem}.md\:inset-y-20{top:5rem;bottom:5rem}.md\:inset-y-24{top:6rem;bottom:6rem}.md\:inset-y-28{top:7rem;bottom:7rem}.md\:inset-y-32{top:8rem;bottom:8rem}.md\:inset-y-36{top:9rem;bottom:9rem}.md\:inset-y-40{top:10rem;bottom:10rem}.md\:inset-y-44{top:11rem;bottom:11rem}.md\:inset-y-48{top:12rem;bottom:12rem}.md\:inset-y-52{top:13rem;bottom:13rem}.md\:inset-y-56{top:14rem;bottom:14rem}.md\:inset-y-60{top:15rem;bottom:15rem}.md\:inset-y-64{top:16rem;bottom:16rem}.md\:inset-y-72{top:18rem;bottom:18rem}.md\:inset-y-80{top:20rem;bottom:20rem}.md\:inset-y-96{top:24rem;bottom:24rem}.md\:inset-y-112{top:28rem;bottom:28rem}.md\:inset-y-128{top:32rem;bottom:32rem}.md\:inset-y-144{top:36rem;bottom:36rem}.md\:inset-y-160{top:40rem;bottom:40rem}.md\:inset-y-168{top:42rem;bottom:42rem}.md\:inset-y-180{top:45rem;bottom:45rem}.md\:inset-y-192{top:48rem;bottom:48rem}.md\:inset-y-auto{top:auto;bottom:auto}.md\:inset-y-px{top:1px;bottom:1px}.md\:inset-y-0\.5{top:.125rem;bottom:.125rem}.md\:inset-y-1\.5{top:.375rem;bottom:.375rem}.md\:inset-y-2\.5{top:.625rem;bottom:.625rem}.md\:inset-y-3\.5{top:.875rem;bottom:.875rem}.md\:-inset-y-0{top:0;bottom:0}.md\:-inset-y-1{top:-.25rem;bottom:-.25rem}.md\:-inset-y-2{top:-.5rem;bottom:-.5rem}.md\:-inset-y-3{top:-.75rem;bottom:-.75rem}.md\:-inset-y-4{top:-1rem;bottom:-1rem}.md\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.md\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.md\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.md\:-inset-y-8{top:-2rem;bottom:-2rem}.md\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.md\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.md\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.md\:-inset-y-12{top:-3rem;bottom:-3rem}.md\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.md\:-inset-y-16{top:-4rem;bottom:-4rem}.md\:-inset-y-20{top:-5rem;bottom:-5rem}.md\:-inset-y-24{top:-6rem;bottom:-6rem}.md\:-inset-y-28{top:-7rem;bottom:-7rem}.md\:-inset-y-32{top:-8rem;bottom:-8rem}.md\:-inset-y-36{top:-9rem;bottom:-9rem}.md\:-inset-y-40{top:-10rem;bottom:-10rem}.md\:-inset-y-44{top:-11rem;bottom:-11rem}.md\:-inset-y-48{top:-12rem;bottom:-12rem}.md\:-inset-y-52{top:-13rem;bottom:-13rem}.md\:-inset-y-56{top:-14rem;bottom:-14rem}.md\:-inset-y-60{top:-15rem;bottom:-15rem}.md\:-inset-y-64{top:-16rem;bottom:-16rem}.md\:-inset-y-72{top:-18rem;bottom:-18rem}.md\:-inset-y-80{top:-20rem;bottom:-20rem}.md\:-inset-y-96{top:-24rem;bottom:-24rem}.md\:-inset-y-112{top:-28rem;bottom:-28rem}.md\:-inset-y-128{top:-32rem;bottom:-32rem}.md\:-inset-y-144{top:-36rem;bottom:-36rem}.md\:-inset-y-160{top:-40rem;bottom:-40rem}.md\:-inset-y-168{top:-42rem;bottom:-42rem}.md\:-inset-y-180{top:-45rem;bottom:-45rem}.md\:-inset-y-192{top:-48rem;bottom:-48rem}.md\:-inset-y-px{top:-1px;bottom:-1px}.md\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.md\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.md\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.md\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.md\:inset-y-1\/2{top:50%;bottom:50%}.md\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.md\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.md\:inset-y-1\/4{top:25%;bottom:25%}.md\:inset-y-2\/4{top:50%;bottom:50%}.md\:inset-y-3\/4{top:75%;bottom:75%}.md\:inset-y-full{top:100%;bottom:100%}.md\:-inset-y-1\/2{top:-50%;bottom:-50%}.md\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.md\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.md\:-inset-y-1\/4{top:-25%;bottom:-25%}.md\:-inset-y-2\/4{top:-50%;bottom:-50%}.md\:-inset-y-3\/4{top:-75%;bottom:-75%}.md\:-inset-y-full{top:-100%;bottom:-100%}.md\:top-0{top:0}.md\:top-1{top:.25rem}.md\:top-2{top:.5rem}.md\:top-3{top:.75rem}.md\:top-4{top:1rem}.md\:top-5{top:1.25rem}.md\:top-6{top:1.5rem}.md\:top-7{top:1.75rem}.md\:top-8{top:2rem}.md\:top-9{top:2.25rem}.md\:top-10{top:2.5rem}.md\:top-11{top:2.75rem}.md\:top-12{top:3rem}.md\:top-14{top:3.5rem}.md\:top-16{top:4rem}.md\:top-20{top:5rem}.md\:top-24{top:6rem}.md\:top-28{top:7rem}.md\:top-32{top:8rem}.md\:top-36{top:9rem}.md\:top-40{top:10rem}.md\:top-44{top:11rem}.md\:top-48{top:12rem}.md\:top-52{top:13rem}.md\:top-56{top:14rem}.md\:top-60{top:15rem}.md\:top-64{top:16rem}.md\:top-72{top:18rem}.md\:top-80{top:20rem}.md\:top-96{top:24rem}.md\:top-112{top:28rem}.md\:top-128{top:32rem}.md\:top-144{top:36rem}.md\:top-160{top:40rem}.md\:top-168{top:42rem}.md\:top-180{top:45rem}.md\:top-192{top:48rem}.md\:top-auto{top:auto}.md\:top-px{top:1px}.md\:top-0\.5{top:.125rem}.md\:top-1\.5{top:.375rem}.md\:top-2\.5{top:.625rem}.md\:top-3\.5{top:.875rem}.md\:-top-0{top:0}.md\:-top-1{top:-.25rem}.md\:-top-2{top:-.5rem}.md\:-top-3{top:-.75rem}.md\:-top-4{top:-1rem}.md\:-top-5{top:-1.25rem}.md\:-top-6{top:-1.5rem}.md\:-top-7{top:-1.75rem}.md\:-top-8{top:-2rem}.md\:-top-9{top:-2.25rem}.md\:-top-10{top:-2.5rem}.md\:-top-11{top:-2.75rem}.md\:-top-12{top:-3rem}.md\:-top-14{top:-3.5rem}.md\:-top-16{top:-4rem}.md\:-top-20{top:-5rem}.md\:-top-24{top:-6rem}.md\:-top-28{top:-7rem}.md\:-top-32{top:-8rem}.md\:-top-36{top:-9rem}.md\:-top-40{top:-10rem}.md\:-top-44{top:-11rem}.md\:-top-48{top:-12rem}.md\:-top-52{top:-13rem}.md\:-top-56{top:-14rem}.md\:-top-60{top:-15rem}.md\:-top-64{top:-16rem}.md\:-top-72{top:-18rem}.md\:-top-80{top:-20rem}.md\:-top-96{top:-24rem}.md\:-top-112{top:-28rem}.md\:-top-128{top:-32rem}.md\:-top-144{top:-36rem}.md\:-top-160{top:-40rem}.md\:-top-168{top:-42rem}.md\:-top-180{top:-45rem}.md\:-top-192{top:-48rem}.md\:-top-px{top:-1px}.md\:-top-0\.5{top:-.125rem}.md\:-top-1\.5{top:-.375rem}.md\:-top-2\.5{top:-.625rem}.md\:-top-3\.5{top:-.875rem}.md\:top-1\/2{top:50%}.md\:top-1\/3{top:33.333333%}.md\:top-2\/3{top:66.666667%}.md\:top-1\/4{top:25%}.md\:top-2\/4{top:50%}.md\:top-3\/4{top:75%}.md\:top-full{top:100%}.md\:-top-1\/2{top:-50%}.md\:-top-1\/3{top:-33.333333%}.md\:-top-2\/3{top:-66.666667%}.md\:-top-1\/4{top:-25%}.md\:-top-2\/4{top:-50%}.md\:-top-3\/4{top:-75%}.md\:-top-full{top:-100%}.md\:right-0{right:0}.md\:right-1{right:.25rem}.md\:right-2{right:.5rem}.md\:right-3{right:.75rem}.md\:right-4{right:1rem}.md\:right-5{right:1.25rem}.md\:right-6{right:1.5rem}.md\:right-7{right:1.75rem}.md\:right-8{right:2rem}.md\:right-9{right:2.25rem}.md\:right-10{right:2.5rem}.md\:right-11{right:2.75rem}.md\:right-12{right:3rem}.md\:right-14{right:3.5rem}.md\:right-16{right:4rem}.md\:right-20{right:5rem}.md\:right-24{right:6rem}.md\:right-28{right:7rem}.md\:right-32{right:8rem}.md\:right-36{right:9rem}.md\:right-40{right:10rem}.md\:right-44{right:11rem}.md\:right-48{right:12rem}.md\:right-52{right:13rem}.md\:right-56{right:14rem}.md\:right-60{right:15rem}.md\:right-64{right:16rem}.md\:right-72{right:18rem}.md\:right-80{right:20rem}.md\:right-96{right:24rem}.md\:right-112{right:28rem}.md\:right-128{right:32rem}.md\:right-144{right:36rem}.md\:right-160{right:40rem}.md\:right-168{right:42rem}.md\:right-180{right:45rem}.md\:right-192{right:48rem}.md\:right-auto{right:auto}.md\:right-px{right:1px}.md\:right-0\.5{right:.125rem}.md\:right-1\.5{right:.375rem}.md\:right-2\.5{right:.625rem}.md\:right-3\.5{right:.875rem}.md\:-right-0{right:0}.md\:-right-1{right:-.25rem}.md\:-right-2{right:-.5rem}.md\:-right-3{right:-.75rem}.md\:-right-4{right:-1rem}.md\:-right-5{right:-1.25rem}.md\:-right-6{right:-1.5rem}.md\:-right-7{right:-1.75rem}.md\:-right-8{right:-2rem}.md\:-right-9{right:-2.25rem}.md\:-right-10{right:-2.5rem}.md\:-right-11{right:-2.75rem}.md\:-right-12{right:-3rem}.md\:-right-14{right:-3.5rem}.md\:-right-16{right:-4rem}.md\:-right-20{right:-5rem}.md\:-right-24{right:-6rem}.md\:-right-28{right:-7rem}.md\:-right-32{right:-8rem}.md\:-right-36{right:-9rem}.md\:-right-40{right:-10rem}.md\:-right-44{right:-11rem}.md\:-right-48{right:-12rem}.md\:-right-52{right:-13rem}.md\:-right-56{right:-14rem}.md\:-right-60{right:-15rem}.md\:-right-64{right:-16rem}.md\:-right-72{right:-18rem}.md\:-right-80{right:-20rem}.md\:-right-96{right:-24rem}.md\:-right-112{right:-28rem}.md\:-right-128{right:-32rem}.md\:-right-144{right:-36rem}.md\:-right-160{right:-40rem}.md\:-right-168{right:-42rem}.md\:-right-180{right:-45rem}.md\:-right-192{right:-48rem}.md\:-right-px{right:-1px}.md\:-right-0\.5{right:-.125rem}.md\:-right-1\.5{right:-.375rem}.md\:-right-2\.5{right:-.625rem}.md\:-right-3\.5{right:-.875rem}.md\:right-1\/2{right:50%}.md\:right-1\/3{right:33.333333%}.md\:right-2\/3{right:66.666667%}.md\:right-1\/4{right:25%}.md\:right-2\/4{right:50%}.md\:right-3\/4{right:75%}.md\:right-full{right:100%}.md\:-right-1\/2{right:-50%}.md\:-right-1\/3{right:-33.333333%}.md\:-right-2\/3{right:-66.666667%}.md\:-right-1\/4{right:-25%}.md\:-right-2\/4{right:-50%}.md\:-right-3\/4{right:-75%}.md\:-right-full{right:-100%}.md\:bottom-0{bottom:0}.md\:bottom-1{bottom:.25rem}.md\:bottom-2{bottom:.5rem}.md\:bottom-3{bottom:.75rem}.md\:bottom-4{bottom:1rem}.md\:bottom-5{bottom:1.25rem}.md\:bottom-6{bottom:1.5rem}.md\:bottom-7{bottom:1.75rem}.md\:bottom-8{bottom:2rem}.md\:bottom-9{bottom:2.25rem}.md\:bottom-10{bottom:2.5rem}.md\:bottom-11{bottom:2.75rem}.md\:bottom-12{bottom:3rem}.md\:bottom-14{bottom:3.5rem}.md\:bottom-16{bottom:4rem}.md\:bottom-20{bottom:5rem}.md\:bottom-24{bottom:6rem}.md\:bottom-28{bottom:7rem}.md\:bottom-32{bottom:8rem}.md\:bottom-36{bottom:9rem}.md\:bottom-40{bottom:10rem}.md\:bottom-44{bottom:11rem}.md\:bottom-48{bottom:12rem}.md\:bottom-52{bottom:13rem}.md\:bottom-56{bottom:14rem}.md\:bottom-60{bottom:15rem}.md\:bottom-64{bottom:16rem}.md\:bottom-72{bottom:18rem}.md\:bottom-80{bottom:20rem}.md\:bottom-96{bottom:24rem}.md\:bottom-112{bottom:28rem}.md\:bottom-128{bottom:32rem}.md\:bottom-144{bottom:36rem}.md\:bottom-160{bottom:40rem}.md\:bottom-168{bottom:42rem}.md\:bottom-180{bottom:45rem}.md\:bottom-192{bottom:48rem}.md\:bottom-auto{bottom:auto}.md\:bottom-px{bottom:1px}.md\:bottom-0\.5{bottom:.125rem}.md\:bottom-1\.5{bottom:.375rem}.md\:bottom-2\.5{bottom:.625rem}.md\:bottom-3\.5{bottom:.875rem}.md\:-bottom-0{bottom:0}.md\:-bottom-1{bottom:-.25rem}.md\:-bottom-2{bottom:-.5rem}.md\:-bottom-3{bottom:-.75rem}.md\:-bottom-4{bottom:-1rem}.md\:-bottom-5{bottom:-1.25rem}.md\:-bottom-6{bottom:-1.5rem}.md\:-bottom-7{bottom:-1.75rem}.md\:-bottom-8{bottom:-2rem}.md\:-bottom-9{bottom:-2.25rem}.md\:-bottom-10{bottom:-2.5rem}.md\:-bottom-11{bottom:-2.75rem}.md\:-bottom-12{bottom:-3rem}.md\:-bottom-14{bottom:-3.5rem}.md\:-bottom-16{bottom:-4rem}.md\:-bottom-20{bottom:-5rem}.md\:-bottom-24{bottom:-6rem}.md\:-bottom-28{bottom:-7rem}.md\:-bottom-32{bottom:-8rem}.md\:-bottom-36{bottom:-9rem}.md\:-bottom-40{bottom:-10rem}.md\:-bottom-44{bottom:-11rem}.md\:-bottom-48{bottom:-12rem}.md\:-bottom-52{bottom:-13rem}.md\:-bottom-56{bottom:-14rem}.md\:-bottom-60{bottom:-15rem}.md\:-bottom-64{bottom:-16rem}.md\:-bottom-72{bottom:-18rem}.md\:-bottom-80{bottom:-20rem}.md\:-bottom-96{bottom:-24rem}.md\:-bottom-112{bottom:-28rem}.md\:-bottom-128{bottom:-32rem}.md\:-bottom-144{bottom:-36rem}.md\:-bottom-160{bottom:-40rem}.md\:-bottom-168{bottom:-42rem}.md\:-bottom-180{bottom:-45rem}.md\:-bottom-192{bottom:-48rem}.md\:-bottom-px{bottom:-1px}.md\:-bottom-0\.5{bottom:-.125rem}.md\:-bottom-1\.5{bottom:-.375rem}.md\:-bottom-2\.5{bottom:-.625rem}.md\:-bottom-3\.5{bottom:-.875rem}.md\:bottom-1\/2{bottom:50%}.md\:bottom-1\/3{bottom:33.333333%}.md\:bottom-2\/3{bottom:66.666667%}.md\:bottom-1\/4{bottom:25%}.md\:bottom-2\/4{bottom:50%}.md\:bottom-3\/4{bottom:75%}.md\:bottom-full{bottom:100%}.md\:-bottom-1\/2{bottom:-50%}.md\:-bottom-1\/3{bottom:-33.333333%}.md\:-bottom-2\/3{bottom:-66.666667%}.md\:-bottom-1\/4{bottom:-25%}.md\:-bottom-2\/4{bottom:-50%}.md\:-bottom-3\/4{bottom:-75%}.md\:-bottom-full{bottom:-100%}.md\:left-0{left:0}.md\:left-1{left:.25rem}.md\:left-2{left:.5rem}.md\:left-3{left:.75rem}.md\:left-4{left:1rem}.md\:left-5{left:1.25rem}.md\:left-6{left:1.5rem}.md\:left-7{left:1.75rem}.md\:left-8{left:2rem}.md\:left-9{left:2.25rem}.md\:left-10{left:2.5rem}.md\:left-11{left:2.75rem}.md\:left-12{left:3rem}.md\:left-14{left:3.5rem}.md\:left-16{left:4rem}.md\:left-20{left:5rem}.md\:left-24{left:6rem}.md\:left-28{left:7rem}.md\:left-32{left:8rem}.md\:left-36{left:9rem}.md\:left-40{left:10rem}.md\:left-44{left:11rem}.md\:left-48{left:12rem}.md\:left-52{left:13rem}.md\:left-56{left:14rem}.md\:left-60{left:15rem}.md\:left-64{left:16rem}.md\:left-72{left:18rem}.md\:left-80{left:20rem}.md\:left-96{left:24rem}.md\:left-112{left:28rem}.md\:left-128{left:32rem}.md\:left-144{left:36rem}.md\:left-160{left:40rem}.md\:left-168{left:42rem}.md\:left-180{left:45rem}.md\:left-192{left:48rem}.md\:left-auto{left:auto}.md\:left-px{left:1px}.md\:left-0\.5{left:.125rem}.md\:left-1\.5{left:.375rem}.md\:left-2\.5{left:.625rem}.md\:left-3\.5{left:.875rem}.md\:-left-0{left:0}.md\:-left-1{left:-.25rem}.md\:-left-2{left:-.5rem}.md\:-left-3{left:-.75rem}.md\:-left-4{left:-1rem}.md\:-left-5{left:-1.25rem}.md\:-left-6{left:-1.5rem}.md\:-left-7{left:-1.75rem}.md\:-left-8{left:-2rem}.md\:-left-9{left:-2.25rem}.md\:-left-10{left:-2.5rem}.md\:-left-11{left:-2.75rem}.md\:-left-12{left:-3rem}.md\:-left-14{left:-3.5rem}.md\:-left-16{left:-4rem}.md\:-left-20{left:-5rem}.md\:-left-24{left:-6rem}.md\:-left-28{left:-7rem}.md\:-left-32{left:-8rem}.md\:-left-36{left:-9rem}.md\:-left-40{left:-10rem}.md\:-left-44{left:-11rem}.md\:-left-48{left:-12rem}.md\:-left-52{left:-13rem}.md\:-left-56{left:-14rem}.md\:-left-60{left:-15rem}.md\:-left-64{left:-16rem}.md\:-left-72{left:-18rem}.md\:-left-80{left:-20rem}.md\:-left-96{left:-24rem}.md\:-left-112{left:-28rem}.md\:-left-128{left:-32rem}.md\:-left-144{left:-36rem}.md\:-left-160{left:-40rem}.md\:-left-168{left:-42rem}.md\:-left-180{left:-45rem}.md\:-left-192{left:-48rem}.md\:-left-px{left:-1px}.md\:-left-0\.5{left:-.125rem}.md\:-left-1\.5{left:-.375rem}.md\:-left-2\.5{left:-.625rem}.md\:-left-3\.5{left:-.875rem}.md\:left-1\/2{left:50%}.md\:left-1\/3{left:33.333333%}.md\:left-2\/3{left:66.666667%}.md\:left-1\/4{left:25%}.md\:left-2\/4{left:50%}.md\:left-3\/4{left:75%}.md\:left-full{left:100%}.md\:-left-1\/2{left:-50%}.md\:-left-1\/3{left:-33.333333%}.md\:-left-2\/3{left:-66.666667%}.md\:-left-1\/4{left:-25%}.md\:-left-2\/4{left:-50%}.md\:-left-3\/4{left:-75%}.md\:-left-full{left:-100%}.md\:isolate{isolation:isolate}.md\:isolation-auto{isolation:auto}.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\: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\: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\: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\: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\: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-112{margin:28rem}.md\:m-128{margin:32rem}.md\:m-144{margin:36rem}.md\:m-160{margin:40rem}.md\:m-168{margin:42rem}.md\:m-180{margin:45rem}.md\:m-192{margin:48rem}.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-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-112{margin:-28rem}.md\:-m-128{margin:-32rem}.md\:-m-144{margin:-36rem}.md\:-m-160{margin:-40rem}.md\:-m-168{margin:-42rem}.md\:-m-180{margin:-45rem}.md\:-m-192{margin:-48rem}.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\:mx-0{margin-left:0;margin-right:0}.md\:mx-1{margin-left:.25rem;margin-right:.25rem}.md\:mx-2{margin-left:.5rem;margin-right:.5rem}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:mx-4{margin-left:1rem;margin-right:1rem}.md\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.md\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.md\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.md\:mx-8{margin-left:2rem;margin-right:2rem}.md\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.md\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.md\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.md\:mx-12{margin-left:3rem;margin-right:3rem}.md\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.md\:mx-16{margin-left:4rem;margin-right:4rem}.md\:mx-20{margin-left:5rem;margin-right:5rem}.md\:mx-24{margin-left:6rem;margin-right:6rem}.md\:mx-28{margin-left:7rem;margin-right:7rem}.md\:mx-32{margin-left:8rem;margin-right:8rem}.md\:mx-36{margin-left:9rem;margin-right:9rem}.md\:mx-40{margin-left:10rem;margin-right:10rem}.md\:mx-44{margin-left:11rem;margin-right:11rem}.md\:mx-48{margin-left:12rem;margin-right:12rem}.md\:mx-52{margin-left:13rem;margin-right:13rem}.md\:mx-56{margin-left:14rem;margin-right:14rem}.md\:mx-60{margin-left:15rem;margin-right:15rem}.md\:mx-64{margin-left:16rem;margin-right:16rem}.md\:mx-72{margin-left:18rem;margin-right:18rem}.md\:mx-80{margin-left:20rem;margin-right:20rem}.md\:mx-96{margin-left:24rem;margin-right:24rem}.md\:mx-112{margin-left:28rem;margin-right:28rem}.md\:mx-128{margin-left:32rem;margin-right:32rem}.md\:mx-144{margin-left:36rem;margin-right:36rem}.md\:mx-160{margin-left:40rem;margin-right:40rem}.md\:mx-168{margin-left:42rem;margin-right:42rem}.md\:mx-180{margin-left:45rem;margin-right:45rem}.md\:mx-192{margin-left:48rem;margin-right:48rem}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:mx-px{margin-left:1px;margin-right:1px}.md\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.md\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.md\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.md\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.md\:-mx-0{margin-left:0;margin-right:0}.md\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.md\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.md\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.md\:-mx-4{margin-left:-1rem;margin-right:-1rem}.md\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.md\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.md\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.md\:-mx-8{margin-left:-2rem;margin-right:-2rem}.md\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.md\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.md\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.md\:-mx-12{margin-left:-3rem;margin-right:-3rem}.md\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.md\:-mx-16{margin-left:-4rem;margin-right:-4rem}.md\:-mx-20{margin-left:-5rem;margin-right:-5rem}.md\:-mx-24{margin-left:-6rem;margin-right:-6rem}.md\:-mx-28{margin-left:-7rem;margin-right:-7rem}.md\:-mx-32{margin-left:-8rem;margin-right:-8rem}.md\:-mx-36{margin-left:-9rem;margin-right:-9rem}.md\:-mx-40{margin-left:-10rem;margin-right:-10rem}.md\:-mx-44{margin-left:-11rem;margin-right:-11rem}.md\:-mx-48{margin-left:-12rem;margin-right:-12rem}.md\:-mx-52{margin-left:-13rem;margin-right:-13rem}.md\:-mx-56{margin-left:-14rem;margin-right:-14rem}.md\:-mx-60{margin-left:-15rem;margin-right:-15rem}.md\:-mx-64{margin-left:-16rem;margin-right:-16rem}.md\:-mx-72{margin-left:-18rem;margin-right:-18rem}.md\:-mx-80{margin-left:-20rem;margin-right:-20rem}.md\:-mx-96{margin-left:-24rem;margin-right:-24rem}.md\:-mx-112{margin-left:-28rem;margin-right:-28rem}.md\:-mx-128{margin-left:-32rem;margin-right:-32rem}.md\:-mx-144{margin-left:-36rem;margin-right:-36rem}.md\:-mx-160{margin-left:-40rem;margin-right:-40rem}.md\:-mx-168{margin-left:-42rem;margin-right:-42rem}.md\:-mx-180{margin-left:-45rem;margin-right:-45rem}.md\:-mx-192{margin-left:-48rem;margin-right:-48rem}.md\:-mx-px{margin-left:-1px;margin-right:-1px}.md\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.md\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.md\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.md\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-1{margin-top:.25rem;margin-bottom:.25rem}.md\:my-2{margin-top:.5rem;margin-bottom:.5rem}.md\:my-3{margin-top:.75rem;margin-bottom:.75rem}.md\:my-4{margin-top:1rem;margin-bottom:1rem}.md\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.md\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.md\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.md\:my-8{margin-top:2rem;margin-bottom:2rem}.md\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.md\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.md\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.md\:my-12{margin-top:3rem;margin-bottom:3rem}.md\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.md\:my-16{margin-top:4rem;margin-bottom:4rem}.md\:my-20{margin-top:5rem;margin-bottom:5rem}.md\:my-24{margin-top:6rem;margin-bottom:6rem}.md\:my-28{margin-top:7rem;margin-bottom:7rem}.md\:my-32{margin-top:8rem;margin-bottom:8rem}.md\:my-36{margin-top:9rem;margin-bottom:9rem}.md\:my-40{margin-top:10rem;margin-bottom:10rem}.md\:my-44{margin-top:11rem;margin-bottom:11rem}.md\:my-48{margin-top:12rem;margin-bottom:12rem}.md\:my-52{margin-top:13rem;margin-bottom:13rem}.md\:my-56{margin-top:14rem;margin-bottom:14rem}.md\:my-60{margin-top:15rem;margin-bottom:15rem}.md\:my-64{margin-top:16rem;margin-bottom:16rem}.md\:my-72{margin-top:18rem;margin-bottom:18rem}.md\:my-80{margin-top:20rem;margin-bottom:20rem}.md\:my-96{margin-top:24rem;margin-bottom:24rem}.md\:my-112{margin-top:28rem;margin-bottom:28rem}.md\:my-128{margin-top:32rem;margin-bottom:32rem}.md\:my-144{margin-top:36rem;margin-bottom:36rem}.md\:my-160{margin-top:40rem;margin-bottom:40rem}.md\:my-168{margin-top:42rem;margin-bottom:42rem}.md\:my-180{margin-top:45rem;margin-bottom:45rem}.md\:my-192{margin-top:48rem;margin-bottom:48rem}.md\:my-auto{margin-top:auto;margin-bottom:auto}.md\:my-px{margin-top:1px;margin-bottom:1px}.md\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.md\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.md\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.md\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.md\:-my-0{margin-top:0;margin-bottom:0}.md\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.md\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.md\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.md\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.md\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.md\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.md\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.md\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.md\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.md\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.md\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.md\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.md\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.md\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.md\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.md\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.md\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.md\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.md\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.md\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.md\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.md\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.md\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.md\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.md\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.md\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.md\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.md\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.md\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.md\:-my-112{margin-top:-28rem;margin-bottom:-28rem}.md\:-my-128{margin-top:-32rem;margin-bottom:-32rem}.md\:-my-144{margin-top:-36rem;margin-bottom:-36rem}.md\:-my-160{margin-top:-40rem;margin-bottom:-40rem}.md\:-my-168{margin-top:-42rem;margin-bottom:-42rem}.md\:-my-180{margin-top:-45rem;margin-bottom:-45rem}.md\:-my-192{margin-top:-48rem;margin-bottom:-48rem}.md\:-my-px{margin-top:-1px;margin-bottom:-1px}.md\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.md\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.md\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.md\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mt-3{margin-top:.75rem}.md\:mt-4{margin-top:1rem}.md\:mt-5{margin-top:1.25rem}.md\:mt-6{margin-top:1.5rem}.md\:mt-7{margin-top:1.75rem}.md\:mt-8{margin-top:2rem}.md\:mt-9{margin-top:2.25rem}.md\:mt-10{margin-top:2.5rem}.md\:mt-11{margin-top:2.75rem}.md\:mt-12{margin-top:3rem}.md\:mt-14{margin-top:3.5rem}.md\:mt-16{margin-top:4rem}.md\:mt-20{margin-top:5rem}.md\:mt-24{margin-top:6rem}.md\:mt-28{margin-top:7rem}.md\:mt-32{margin-top:8rem}.md\:mt-36{margin-top:9rem}.md\:mt-40{margin-top:10rem}.md\:mt-44{margin-top:11rem}.md\:mt-48{margin-top:12rem}.md\:mt-52{margin-top:13rem}.md\:mt-56{margin-top:14rem}.md\:mt-60{margin-top:15rem}.md\:mt-64{margin-top:16rem}.md\:mt-72{margin-top:18rem}.md\:mt-80{margin-top:20rem}.md\:mt-96{margin-top:24rem}.md\:mt-112{margin-top:28rem}.md\:mt-128{margin-top:32rem}.md\:mt-144{margin-top:36rem}.md\:mt-160{margin-top:40rem}.md\:mt-168{margin-top:42rem}.md\:mt-180{margin-top:45rem}.md\:mt-192{margin-top:48rem}.md\:mt-auto{margin-top:auto}.md\:mt-px{margin-top:1px}.md\:mt-0\.5{margin-top:.125rem}.md\:mt-1\.5{margin-top:.375rem}.md\:mt-2\.5{margin-top:.625rem}.md\:mt-3\.5{margin-top:.875rem}.md\:-mt-0{margin-top:0}.md\:-mt-1{margin-top:-.25rem}.md\:-mt-2{margin-top:-.5rem}.md\:-mt-3{margin-top:-.75rem}.md\:-mt-4{margin-top:-1rem}.md\:-mt-5{margin-top:-1.25rem}.md\:-mt-6{margin-top:-1.5rem}.md\:-mt-7{margin-top:-1.75rem}.md\:-mt-8{margin-top:-2rem}.md\:-mt-9{margin-top:-2.25rem}.md\:-mt-10{margin-top:-2.5rem}.md\:-mt-11{margin-top:-2.75rem}.md\:-mt-12{margin-top:-3rem}.md\:-mt-14{margin-top:-3.5rem}.md\:-mt-16{margin-top:-4rem}.md\:-mt-20{margin-top:-5rem}.md\:-mt-24{margin-top:-6rem}.md\:-mt-28{margin-top:-7rem}.md\:-mt-32{margin-top:-8rem}.md\:-mt-36{margin-top:-9rem}.md\:-mt-40{margin-top:-10rem}.md\:-mt-44{margin-top:-11rem}.md\:-mt-48{margin-top:-12rem}.md\:-mt-52{margin-top:-13rem}.md\:-mt-56{margin-top:-14rem}.md\:-mt-60{margin-top:-15rem}.md\:-mt-64{margin-top:-16rem}.md\:-mt-72{margin-top:-18rem}.md\:-mt-80{margin-top:-20rem}.md\:-mt-96{margin-top:-24rem}.md\:-mt-112{margin-top:-28rem}.md\:-mt-128{margin-top:-32rem}.md\:-mt-144{margin-top:-36rem}.md\:-mt-160{margin-top:-40rem}.md\:-mt-168{margin-top:-42rem}.md\:-mt-180{margin-top:-45rem}.md\:-mt-192{margin-top:-48rem}.md\:-mt-px{margin-top:-1px}.md\:-mt-0\.5{margin-top:-.125rem}.md\:-mt-1\.5{margin-top:-.375rem}.md\:-mt-2\.5{margin-top:-.625rem}.md\:-mt-3\.5{margin-top:-.875rem}.md\:mr-0{margin-right:0}.md\:mr-1{margin-right:.25rem}.md\:mr-2{margin-right:.5rem}.md\:mr-3{margin-right:.75rem}.md\:mr-4{margin-right:1rem}.md\:mr-5{margin-right:1.25rem}.md\:mr-6{margin-right:1.5rem}.md\:mr-7{margin-right:1.75rem}.md\:mr-8{margin-right:2rem}.md\:mr-9{margin-right:2.25rem}.md\:mr-10{margin-right:2.5rem}.md\:mr-11{margin-right:2.75rem}.md\:mr-12{margin-right:3rem}.md\:mr-14{margin-right:3.5rem}.md\:mr-16{margin-right:4rem}.md\:mr-20{margin-right:5rem}.md\:mr-24{margin-right:6rem}.md\:mr-28{margin-right:7rem}.md\:mr-32{margin-right:8rem}.md\:mr-36{margin-right:9rem}.md\:mr-40{margin-right:10rem}.md\:mr-44{margin-right:11rem}.md\:mr-48{margin-right:12rem}.md\:mr-52{margin-right:13rem}.md\:mr-56{margin-right:14rem}.md\:mr-60{margin-right:15rem}.md\:mr-64{margin-right:16rem}.md\:mr-72{margin-right:18rem}.md\:mr-80{margin-right:20rem}.md\:mr-96{margin-right:24rem}.md\:mr-112{margin-right:28rem}.md\:mr-128{margin-right:32rem}.md\:mr-144{margin-right:36rem}.md\:mr-160{margin-right:40rem}.md\:mr-168{margin-right:42rem}.md\:mr-180{margin-right:45rem}.md\:mr-192{margin-right:48rem}.md\:mr-auto{margin-right:auto}.md\:mr-px{margin-right:1px}.md\:mr-0\.5{margin-right:.125rem}.md\:mr-1\.5{margin-right:.375rem}.md\:mr-2\.5{margin-right:.625rem}.md\:mr-3\.5{margin-right:.875rem}.md\:-mr-0{margin-right:0}.md\:-mr-1{margin-right:-.25rem}.md\:-mr-2{margin-right:-.5rem}.md\:-mr-3{margin-right:-.75rem}.md\:-mr-4{margin-right:-1rem}.md\:-mr-5{margin-right:-1.25rem}.md\:-mr-6{margin-right:-1.5rem}.md\:-mr-7{margin-right:-1.75rem}.md\:-mr-8{margin-right:-2rem}.md\:-mr-9{margin-right:-2.25rem}.md\:-mr-10{margin-right:-2.5rem}.md\:-mr-11{margin-right:-2.75rem}.md\:-mr-12{margin-right:-3rem}.md\:-mr-14{margin-right:-3.5rem}.md\:-mr-16{margin-right:-4rem}.md\:-mr-20{margin-right:-5rem}.md\:-mr-24{margin-right:-6rem}.md\:-mr-28{margin-right:-7rem}.md\:-mr-32{margin-right:-8rem}.md\:-mr-36{margin-right:-9rem}.md\:-mr-40{margin-right:-10rem}.md\:-mr-44{margin-right:-11rem}.md\:-mr-48{margin-right:-12rem}.md\:-mr-52{margin-right:-13rem}.md\:-mr-56{margin-right:-14rem}.md\:-mr-60{margin-right:-15rem}.md\:-mr-64{margin-right:-16rem}.md\:-mr-72{margin-right:-18rem}.md\:-mr-80{margin-right:-20rem}.md\:-mr-96{margin-right:-24rem}.md\:-mr-112{margin-right:-28rem}.md\:-mr-128{margin-right:-32rem}.md\:-mr-144{margin-right:-36rem}.md\:-mr-160{margin-right:-40rem}.md\:-mr-168{margin-right:-42rem}.md\:-mr-180{margin-right:-45rem}.md\:-mr-192{margin-right:-48rem}.md\:-mr-px{margin-right:-1px}.md\:-mr-0\.5{margin-right:-.125rem}.md\:-mr-1\.5{margin-right:-.375rem}.md\:-mr-2\.5{margin-right:-.625rem}.md\:-mr-3\.5{margin-right:-.875rem}.md\:mb-0{margin-bottom:0}.md\:mb-1{margin-bottom:.25rem}.md\:mb-2{margin-bottom:.5rem}.md\:mb-3{margin-bottom:.75rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-5{margin-bottom:1.25rem}.md\:mb-6{margin-bottom:1.5rem}.md\:mb-7{margin-bottom:1.75rem}.md\:mb-8{margin-bottom:2rem}.md\:mb-9{margin-bottom:2.25rem}.md\:mb-10{margin-bottom:2.5rem}.md\:mb-11{margin-bottom:2.75rem}.md\:mb-12{margin-bottom:3rem}.md\:mb-14{margin-bottom:3.5rem}.md\:mb-16{margin-bottom:4rem}.md\:mb-20{margin-bottom:5rem}.md\:mb-24{margin-bottom:6rem}.md\:mb-28{margin-bottom:7rem}.md\:mb-32{margin-bottom:8rem}.md\:mb-36{margin-bottom:9rem}.md\:mb-40{margin-bottom:10rem}.md\:mb-44{margin-bottom:11rem}.md\:mb-48{margin-bottom:12rem}.md\:mb-52{margin-bottom:13rem}.md\:mb-56{margin-bottom:14rem}.md\:mb-60{margin-bottom:15rem}.md\:mb-64{margin-bottom:16rem}.md\:mb-72{margin-bottom:18rem}.md\:mb-80{margin-bottom:20rem}.md\:mb-96{margin-bottom:24rem}.md\:mb-112{margin-bottom:28rem}.md\:mb-128{margin-bottom:32rem}.md\:mb-144{margin-bottom:36rem}.md\:mb-160{margin-bottom:40rem}.md\:mb-168{margin-bottom:42rem}.md\:mb-180{margin-bottom:45rem}.md\:mb-192{margin-bottom:48rem}.md\:mb-auto{margin-bottom:auto}.md\:mb-px{margin-bottom:1px}.md\:mb-0\.5{margin-bottom:.125rem}.md\:mb-1\.5{margin-bottom:.375rem}.md\:mb-2\.5{margin-bottom:.625rem}.md\:mb-3\.5{margin-bottom:.875rem}.md\:-mb-0{margin-bottom:0}.md\:-mb-1{margin-bottom:-.25rem}.md\:-mb-2{margin-bottom:-.5rem}.md\:-mb-3{margin-bottom:-.75rem}.md\:-mb-4{margin-bottom:-1rem}.md\:-mb-5{margin-bottom:-1.25rem}.md\:-mb-6{margin-bottom:-1.5rem}.md\:-mb-7{margin-bottom:-1.75rem}.md\:-mb-8{margin-bottom:-2rem}.md\:-mb-9{margin-bottom:-2.25rem}.md\:-mb-10{margin-bottom:-2.5rem}.md\:-mb-11{margin-bottom:-2.75rem}.md\:-mb-12{margin-bottom:-3rem}.md\:-mb-14{margin-bottom:-3.5rem}.md\:-mb-16{margin-bottom:-4rem}.md\:-mb-20{margin-bottom:-5rem}.md\:-mb-24{margin-bottom:-6rem}.md\:-mb-28{margin-bottom:-7rem}.md\:-mb-32{margin-bottom:-8rem}.md\:-mb-36{margin-bottom:-9rem}.md\:-mb-40{margin-bottom:-10rem}.md\:-mb-44{margin-bottom:-11rem}.md\:-mb-48{margin-bottom:-12rem}.md\:-mb-52{margin-bottom:-13rem}.md\:-mb-56{margin-bottom:-14rem}.md\:-mb-60{margin-bottom:-15rem}.md\:-mb-64{margin-bottom:-16rem}.md\:-mb-72{margin-bottom:-18rem}.md\:-mb-80{margin-bottom:-20rem}.md\:-mb-96{margin-bottom:-24rem}.md\:-mb-112{margin-bottom:-28rem}.md\:-mb-128{margin-bottom:-32rem}.md\:-mb-144{margin-bottom:-36rem}.md\:-mb-160{margin-bottom:-40rem}.md\:-mb-168{margin-bottom:-42rem}.md\:-mb-180{margin-bottom:-45rem}.md\:-mb-192{margin-bottom:-48rem}.md\:-mb-px{margin-bottom:-1px}.md\:-mb-0\.5{margin-bottom:-.125rem}.md\:-mb-1\.5{margin-bottom:-.375rem}.md\:-mb-2\.5{margin-bottom:-.625rem}.md\:-mb-3\.5{margin-bottom:-.875rem}.md\:ml-0{margin-left:0}.md\:ml-1{margin-left:.25rem}.md\:ml-2{margin-left:.5rem}.md\:ml-3{margin-left:.75rem}.md\:ml-4{margin-left:1rem}.md\:ml-5{margin-left:1.25rem}.md\:ml-6{margin-left:1.5rem}.md\:ml-7{margin-left:1.75rem}.md\:ml-8{margin-left:2rem}.md\:ml-9{margin-left:2.25rem}.md\:ml-10{margin-left:2.5rem}.md\:ml-11{margin-left:2.75rem}.md\:ml-12{margin-left:3rem}.md\:ml-14{margin-left:3.5rem}.md\:ml-16{margin-left:4rem}.md\:ml-20{margin-left:5rem}.md\:ml-24{margin-left:6rem}.md\:ml-28{margin-left:7rem}.md\:ml-32{margin-left:8rem}.md\:ml-36{margin-left:9rem}.md\:ml-40{margin-left:10rem}.md\:ml-44{margin-left:11rem}.md\:ml-48{margin-left:12rem}.md\:ml-52{margin-left:13rem}.md\:ml-56{margin-left:14rem}.md\:ml-60{margin-left:15rem}.md\:ml-64{margin-left:16rem}.md\:ml-72{margin-left:18rem}.md\:ml-80{margin-left:20rem}.md\:ml-96{margin-left:24rem}.md\:ml-112{margin-left:28rem}.md\:ml-128{margin-left:32rem}.md\:ml-144{margin-left:36rem}.md\:ml-160{margin-left:40rem}.md\:ml-168{margin-left:42rem}.md\:ml-180{margin-left:45rem}.md\:ml-192{margin-left:48rem}.md\:ml-auto{margin-left:auto}.md\:ml-px{margin-left:1px}.md\:ml-0\.5{margin-left:.125rem}.md\:ml-1\.5{margin-left:.375rem}.md\:ml-2\.5{margin-left:.625rem}.md\:ml-3\.5{margin-left:.875rem}.md\:-ml-0{margin-left:0}.md\:-ml-1{margin-left:-.25rem}.md\:-ml-2{margin-left:-.5rem}.md\:-ml-3{margin-left:-.75rem}.md\:-ml-4{margin-left:-1rem}.md\:-ml-5{margin-left:-1.25rem}.md\:-ml-6{margin-left:-1.5rem}.md\:-ml-7{margin-left:-1.75rem}.md\:-ml-8{margin-left:-2rem}.md\:-ml-9{margin-left:-2.25rem}.md\:-ml-10{margin-left:-2.5rem}.md\:-ml-11{margin-left:-2.75rem}.md\:-ml-12{margin-left:-3rem}.md\:-ml-14{margin-left:-3.5rem}.md\:-ml-16{margin-left:-4rem}.md\:-ml-20{margin-left:-5rem}.md\:-ml-24{margin-left:-6rem}.md\:-ml-28{margin-left:-7rem}.md\:-ml-32{margin-left:-8rem}.md\:-ml-36{margin-left:-9rem}.md\:-ml-40{margin-left:-10rem}.md\:-ml-44{margin-left:-11rem}.md\:-ml-48{margin-left:-12rem}.md\:-ml-52{margin-left:-13rem}.md\:-ml-56{margin-left:-14rem}.md\:-ml-60{margin-left:-15rem}.md\:-ml-64{margin-left:-16rem}.md\:-ml-72{margin-left:-18rem}.md\:-ml-80{margin-left:-20rem}.md\:-ml-96{margin-left:-24rem}.md\:-ml-112{margin-left:-28rem}.md\:-ml-128{margin-left:-32rem}.md\:-ml-144{margin-left:-36rem}.md\:-ml-160{margin-left:-40rem}.md\:-ml-168{margin-left:-42rem}.md\:-ml-180{margin-left:-45rem}.md\:-ml-192{margin-left:-48rem}.md\:-ml-px{margin-left:-1px}.md\:-ml-0\.5{margin-left:-.125rem}.md\:-ml-1\.5{margin-left:-.375rem}.md\:-ml-2\.5{margin-left:-.625rem}.md\:-ml-3\.5{margin-left:-.875rem}.md\:box-border{box-sizing:border-box}.md\:box-content{box-sizing:content-box}.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\:inline-table{display:inline-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\:list-item{display:list-item}.md\:hidden{display:none}.md\:h-0{height:0px}.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-112{height:28rem}.md\:h-128{height:32rem}.md\:h-144{height:36rem}.md\:h-160{height:40rem}.md\:h-168{height:42rem}.md\:h-180{height:45rem}.md\:h-192{height:48rem}.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-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\: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-112{max-height:28rem}.md\:max-h-128{max-height:32rem}.md\:max-h-144{max-height:36rem}.md\:max-h-160{max-height:40rem}.md\:max-h-168{max-height:42rem}.md\:max-h-180{max-height:45rem}.md\:max-h-192{max-height:48rem}.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-full{max-height:100%}.md\:max-h-screen{max-height:100vh}.md\:min-h-0{min-height:0px}.md\:min-h-full{min-height:100%}.md\:min-h-screen{min-height:100vh}.md\:w-0{width:0px}.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-112{width:28rem}.md\:w-128{width:32rem}.md\:w-144{width:36rem}.md\:w-160{width:40rem}.md\:w-168{width:42rem}.md\:w-180{width:45rem}.md\:w-192{width:48rem}.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-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\:min-w-0{min-width:0px}.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\:max-w-0{max-width:0rem}.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:480px}.md\:max-w-screen-md{max-width:768px}.md\:max-w-screen-lg{max-width:976px}.md\:max-w-screen-xl{max-width:1440px}.md\:max-w-8xl{max-width:1920px}.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-shrink-0{flex-shrink:0}.md\:flex-shrink{flex-shrink:1}.md\:flex-grow-0{flex-grow:0}.md\:flex-grow{flex-grow:1}.md\:table-auto{table-layout:auto}.md\:table-fixed{table-layout:fixed}.md\:border-collapse{border-collapse:collapse}.md\:border-separate{border-collapse:separate}.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\: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:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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\: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-112{--tw-translate-x: 28rem}.md\:translate-x-128{--tw-translate-x: 32rem}.md\:translate-x-144{--tw-translate-x: 36rem}.md\:translate-x-160{--tw-translate-x: 40rem}.md\:translate-x-168{--tw-translate-x: 42rem}.md\:translate-x-180{--tw-translate-x: 45rem}.md\:translate-x-192{--tw-translate-x: 48rem}.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-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-112{--tw-translate-x: -28rem}.md\:-translate-x-128{--tw-translate-x: -32rem}.md\:-translate-x-144{--tw-translate-x: -36rem}.md\:-translate-x-160{--tw-translate-x: -40rem}.md\:-translate-x-168{--tw-translate-x: -42rem}.md\:-translate-x-180{--tw-translate-x: -45rem}.md\:-translate-x-192{--tw-translate-x: -48rem}.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-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-112{--tw-translate-y: 28rem}.md\:translate-y-128{--tw-translate-y: 32rem}.md\:translate-y-144{--tw-translate-y: 36rem}.md\:translate-y-160{--tw-translate-y: 40rem}.md\:translate-y-168{--tw-translate-y: 42rem}.md\:translate-y-180{--tw-translate-y: 45rem}.md\:translate-y-192{--tw-translate-y: 48rem}.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-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-112{--tw-translate-y: -28rem}.md\:-translate-y-128{--tw-translate-y: -32rem}.md\:-translate-y-144{--tw-translate-y: -36rem}.md\:-translate-y-160{--tw-translate-y: -40rem}.md\:-translate-y-168{--tw-translate-y: -42rem}.md\:-translate-y-180{--tw-translate-y: -45rem}.md\:-translate-y-192{--tw-translate-y: -48rem}.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-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-112:hover{--tw-translate-x: 28rem}.md\:hover\:translate-x-128:hover{--tw-translate-x: 32rem}.md\:hover\:translate-x-144:hover{--tw-translate-x: 36rem}.md\:hover\:translate-x-160:hover{--tw-translate-x: 40rem}.md\:hover\:translate-x-168:hover{--tw-translate-x: 42rem}.md\:hover\:translate-x-180:hover{--tw-translate-x: 45rem}.md\:hover\:translate-x-192:hover{--tw-translate-x: 48rem}.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-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-112:hover{--tw-translate-x: -28rem}.md\:hover\:-translate-x-128:hover{--tw-translate-x: -32rem}.md\:hover\:-translate-x-144:hover{--tw-translate-x: -36rem}.md\:hover\:-translate-x-160:hover{--tw-translate-x: -40rem}.md\:hover\:-translate-x-168:hover{--tw-translate-x: -42rem}.md\:hover\:-translate-x-180:hover{--tw-translate-x: -45rem}.md\:hover\:-translate-x-192:hover{--tw-translate-x: -48rem}.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-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-112:hover{--tw-translate-y: 28rem}.md\:hover\:translate-y-128:hover{--tw-translate-y: 32rem}.md\:hover\:translate-y-144:hover{--tw-translate-y: 36rem}.md\:hover\:translate-y-160:hover{--tw-translate-y: 40rem}.md\:hover\:translate-y-168:hover{--tw-translate-y: 42rem}.md\:hover\:translate-y-180:hover{--tw-translate-y: 45rem}.md\:hover\:translate-y-192:hover{--tw-translate-y: 48rem}.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-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-112:hover{--tw-translate-y: -28rem}.md\:hover\:-translate-y-128:hover{--tw-translate-y: -32rem}.md\:hover\:-translate-y-144:hover{--tw-translate-y: -36rem}.md\:hover\:-translate-y-160:hover{--tw-translate-y: -40rem}.md\:hover\:-translate-y-168:hover{--tw-translate-y: -42rem}.md\:hover\:-translate-y-180:hover{--tw-translate-y: -45rem}.md\:hover\:-translate-y-192:hover{--tw-translate-y: -48rem}.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-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-112:focus{--tw-translate-x: 28rem}.md\:focus\:translate-x-128:focus{--tw-translate-x: 32rem}.md\:focus\:translate-x-144:focus{--tw-translate-x: 36rem}.md\:focus\:translate-x-160:focus{--tw-translate-x: 40rem}.md\:focus\:translate-x-168:focus{--tw-translate-x: 42rem}.md\:focus\:translate-x-180:focus{--tw-translate-x: 45rem}.md\:focus\:translate-x-192:focus{--tw-translate-x: 48rem}.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-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-112:focus{--tw-translate-x: -28rem}.md\:focus\:-translate-x-128:focus{--tw-translate-x: -32rem}.md\:focus\:-translate-x-144:focus{--tw-translate-x: -36rem}.md\:focus\:-translate-x-160:focus{--tw-translate-x: -40rem}.md\:focus\:-translate-x-168:focus{--tw-translate-x: -42rem}.md\:focus\:-translate-x-180:focus{--tw-translate-x: -45rem}.md\:focus\:-translate-x-192:focus{--tw-translate-x: -48rem}.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-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-112:focus{--tw-translate-y: 28rem}.md\:focus\:translate-y-128:focus{--tw-translate-y: 32rem}.md\:focus\:translate-y-144:focus{--tw-translate-y: 36rem}.md\:focus\:translate-y-160:focus{--tw-translate-y: 40rem}.md\:focus\:translate-y-168:focus{--tw-translate-y: 42rem}.md\:focus\:translate-y-180:focus{--tw-translate-y: 45rem}.md\:focus\:translate-y-192:focus{--tw-translate-y: 48rem}.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-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-112:focus{--tw-translate-y: -28rem}.md\:focus\:-translate-y-128:focus{--tw-translate-y: -32rem}.md\:focus\:-translate-y-144:focus{--tw-translate-y: -36rem}.md\:focus\:-translate-y-160:focus{--tw-translate-y: -40rem}.md\:focus\:-translate-y-168:focus{--tw-translate-y: -42rem}.md\:focus\:-translate-y-180:focus{--tw-translate-y: -45rem}.md\:focus\:-translate-y-192:focus{--tw-translate-y: -48rem}.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-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\: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\: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\: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\: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\: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\: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-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-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\: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}.md\:animate-fade-in-down{animation:fade-in-down .5s ease-out}.md\:animate-fade-in-up{animation:fade-in-up .5s ease-out}.md\:animate-fade-in{animation:fade-in .5s ease-out}.md\:animate-kenburns{animation:kenburns 10s ease-out}.md\:animate-zoom-in{animation:zoom-in 10s ease-out}.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\: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\:resize-none{resize:none}.md\:resize-y{resize:vertical}.md\:resize-x{resize:horizontal}.md\:resize{resize:both}.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\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance: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\: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\: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\: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\: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\:flex-row{flex-direction:row}.md\:flex-row-reverse{flex-direction:row-reverse}.md\:flex-col{flex-direction:column}.md\:flex-col-reverse{flex-direction:column-reverse}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-wrap-reverse{flex-wrap:wrap-reverse}.md\:flex-nowrap{flex-wrap:nowrap}.md\:place-content-center{place-content:center}.md\:place-content-start{place-content:start}.md\:place-content-end{place-content:end}.md\:place-content-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-items-start{place-items:start}.md\:place-items-end{place-items:end}.md\:place-items-center{place-items:center}.md\:place-items-stretch{place-items:stretch}.md\:content-center{align-content:center}.md\:content-start{align-content:flex-start}.md\:content-end{align-content:flex-end}.md\:content-between{align-content:space-between}.md\:content-around{align-content:space-around}.md\:content-evenly{align-content:space-evenly}.md\:items-start{align-items:flex-start}.md\:items-end{align-items:flex-end}.md\:items-center{align-items:center}.md\:items-baseline{align-items:baseline}.md\:items-stretch{align-items:stretch}.md\:justify-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-items-start{justify-items:start}.md\:justify-items-end{justify-items:end}.md\:justify-items-center{justify-items:center}.md\:justify-items-stretch{justify-items:stretch}.md\:gap-0{gap:0px}.md\:gap-1{gap:.25rem}.md\:gap-2{gap:.5rem}.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-112{gap:28rem}.md\:gap-128{gap:32rem}.md\:gap-144{gap:36rem}.md\:gap-160{gap:40rem}.md\:gap-168{gap:42rem}.md\:gap-180{gap:45rem}.md\:gap-192{gap:48rem}.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-x-0{-moz-column-gap:0px;column-gap:0px}.md\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.md\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.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-112{-moz-column-gap:28rem;column-gap:28rem}.md\:gap-x-128{-moz-column-gap:32rem;column-gap:32rem}.md\:gap-x-144{-moz-column-gap:36rem;column-gap:36rem}.md\:gap-x-160{-moz-column-gap:40rem;column-gap:40rem}.md\:gap-x-168{-moz-column-gap:42rem;column-gap:42rem}.md\:gap-x-180{-moz-column-gap:45rem;column-gap:45rem}.md\:gap-x-192{-moz-column-gap:48rem;column-gap:48rem}.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-y-0{row-gap:0px}.md\:gap-y-1{row-gap:.25rem}.md\:gap-y-2{row-gap:.5rem}.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-112{row-gap:28rem}.md\:gap-y-128{row-gap:32rem}.md\:gap-y-144{row-gap:36rem}.md\:gap-y-160{row-gap:40rem}.md\:gap-y-168{row-gap:42rem}.md\:gap-y-180{row-gap:45rem}.md\:gap-y-192{row-gap:48rem}.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\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.25rem * var(--tw-space-x-reverse));margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.75rem * var(--tw-space-x-reverse));margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3.5rem * var(--tw-space-x-reverse));margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(5rem * var(--tw-space-x-reverse));margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(7rem * var(--tw-space-x-reverse));margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8rem * var(--tw-space-x-reverse));margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(9rem * var(--tw-space-x-reverse));margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(10rem * var(--tw-space-x-reverse));margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(11rem * var(--tw-space-x-reverse));margin-left:calc(11rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12rem * var(--tw-space-x-reverse));margin-left:calc(12rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(13rem * var(--tw-space-x-reverse));margin-left:calc(13rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(14rem * var(--tw-space-x-reverse));margin-left:calc(14rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(15rem * var(--tw-space-x-reverse));margin-left:calc(15rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(16rem * var(--tw-space-x-reverse));margin-left:calc(16rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(18rem * var(--tw-space-x-reverse));margin-left:calc(18rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(20rem * var(--tw-space-x-reverse));margin-left:calc(20rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(24rem * var(--tw-space-x-reverse));margin-left:calc(24rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(28rem * var(--tw-space-x-reverse));margin-left:calc(28rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(32rem * var(--tw-space-x-reverse));margin-left:calc(32rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(36rem * var(--tw-space-x-reverse));margin-left:calc(36rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(40rem * var(--tw-space-x-reverse));margin-left:calc(40rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(42rem * var(--tw-space-x-reverse));margin-left:calc(42rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(45rem * var(--tw-space-x-reverse));margin-left:calc(45rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(48rem * var(--tw-space-x-reverse));margin-left:calc(48rem * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.md\:space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.25rem * var(--tw-space-x-reverse));margin-left:calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.75rem * var(--tw-space-x-reverse));margin-left:calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2rem * var(--tw-space-x-reverse));margin-left:calc(-2rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.25rem * var(--tw-space-x-reverse));margin-left:calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.5rem * var(--tw-space-x-reverse));margin-left:calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.75rem * var(--tw-space-x-reverse));margin-left:calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3rem * var(--tw-space-x-reverse));margin-left:calc(-3rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3.5rem * var(--tw-space-x-reverse));margin-left:calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-4rem * var(--tw-space-x-reverse));margin-left:calc(-4rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-5rem * var(--tw-space-x-reverse));margin-left:calc(-5rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-6rem * var(--tw-space-x-reverse));margin-left:calc(-6rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-7rem * var(--tw-space-x-reverse));margin-left:calc(-7rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-8rem * var(--tw-space-x-reverse));margin-left:calc(-8rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-9rem * var(--tw-space-x-reverse));margin-left:calc(-9rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-10rem * var(--tw-space-x-reverse));margin-left:calc(-10rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-11rem * var(--tw-space-x-reverse));margin-left:calc(-11rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-12rem * var(--tw-space-x-reverse));margin-left:calc(-12rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-13rem * var(--tw-space-x-reverse));margin-left:calc(-13rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-14rem * var(--tw-space-x-reverse));margin-left:calc(-14rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-15rem * var(--tw-space-x-reverse));margin-left:calc(-15rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-16rem * var(--tw-space-x-reverse));margin-left:calc(-16rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-18rem * var(--tw-space-x-reverse));margin-left:calc(-18rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-20rem * var(--tw-space-x-reverse));margin-left:calc(-20rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-24rem * var(--tw-space-x-reverse));margin-left:calc(-24rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-28rem * var(--tw-space-x-reverse));margin-left:calc(-28rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-32rem * var(--tw-space-x-reverse));margin-left:calc(-32rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-36rem * var(--tw-space-x-reverse));margin-left:calc(-36rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-40rem * var(--tw-space-x-reverse));margin-left:calc(-40rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-42rem * var(--tw-space-x-reverse));margin-left:calc(-42rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-45rem * var(--tw-space-x-reverse));margin-left:calc(-45rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-48rem * var(--tw-space-x-reverse));margin-left:calc(-48rem * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.md\:-space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.md\:space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.md\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.md\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.md\:space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.md\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.md\:space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.md\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.md\:space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))}.md\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.md\:space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))}.md\:space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.md\:space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.md\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.md\:space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem * var(--tw-space-y-reverse))}.md\:space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem * var(--tw-space-y-reverse))}.md\:space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem * var(--tw-space-y-reverse))}.md\:space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem * var(--tw-space-y-reverse))}.md\:space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem * var(--tw-space-y-reverse))}.md\:space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem * var(--tw-space-y-reverse))}.md\:space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem * var(--tw-space-y-reverse))}.md\:space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem * var(--tw-space-y-reverse))}.md\:space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem * var(--tw-space-y-reverse))}.md\:space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem * var(--tw-space-y-reverse))}.md\:space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem * var(--tw-space-y-reverse))}.md\:space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem * var(--tw-space-y-reverse))}.md\:space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem * var(--tw-space-y-reverse))}.md\:space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(28rem * var(--tw-space-y-reverse))}.md\:space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32rem * var(--tw-space-y-reverse))}.md\:space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(36rem * var(--tw-space-y-reverse))}.md\:space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(40rem * var(--tw-space-y-reverse))}.md\:space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(42rem * var(--tw-space-y-reverse))}.md\:space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(45rem * var(--tw-space-y-reverse))}.md\:space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(48rem * var(--tw-space-y-reverse))}.md\:space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.md\:space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.md\:-space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem * var(--tw-space-y-reverse))}.md\:-space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem * var(--tw-space-y-reverse))}.md\:-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem * var(--tw-space-y-reverse))}.md\:-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem * var(--tw-space-y-reverse))}.md\:-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem * var(--tw-space-y-reverse))}.md\:-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem * var(--tw-space-y-reverse))}.md\:-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem * var(--tw-space-y-reverse))}.md\:-space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem * var(--tw-space-y-reverse))}.md\:-space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem * var(--tw-space-y-reverse))}.md\:-space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem * var(--tw-space-y-reverse))}.md\:-space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem * var(--tw-space-y-reverse))}.md\:-space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem * var(--tw-space-y-reverse))}.md\:-space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem * var(--tw-space-y-reverse))}.md\:-space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem * var(--tw-space-y-reverse))}.md\:-space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem * var(--tw-space-y-reverse))}.md\:-space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem * var(--tw-space-y-reverse))}.md\:-space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem * var(--tw-space-y-reverse))}.md\:-space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem * var(--tw-space-y-reverse))}.md\:-space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem * var(--tw-space-y-reverse))}.md\:-space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem * var(--tw-space-y-reverse))}.md\:-space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem * var(--tw-space-y-reverse))}.md\:-space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem * var(--tw-space-y-reverse))}.md\:-space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem * var(--tw-space-y-reverse))}.md\:-space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem * var(--tw-space-y-reverse))}.md\:-space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem * var(--tw-space-y-reverse))}.md\:-space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem * var(--tw-space-y-reverse))}.md\:-space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem * var(--tw-space-y-reverse))}.md\:-space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-28rem * var(--tw-space-y-reverse))}.md\:-space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-32rem * var(--tw-space-y-reverse))}.md\:-space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-36rem * var(--tw-space-y-reverse))}.md\:-space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-40rem * var(--tw-space-y-reverse))}.md\:-space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-42rem * var(--tw-space-y-reverse))}.md\:-space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-45rem * var(--tw-space-y-reverse))}.md\:-space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-48rem * var(--tw-space-y-reverse))}.md\:-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.md\:-space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.md\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.md\:divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.md\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.md\:divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.md\:divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.md\:divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.md\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.md\:divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.md\:divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.md\:divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.md\:divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.md\:divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.md\:divide-double>:not([hidden])~:not([hidden]){border-style:double}.md\:divide-none>:not([hidden])~:not([hidden]){border-style:none}.md\:divide-bg_primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(29,39,49,var(--tw-divide-opacity))}.md\:divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(28,76,112,var(--tw-divide-opacity))}.md\:divide-secondary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,152,74,var(--tw-divide-opacity))}.md\:divide-warning>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,95,59,var(--tw-divide-opacity))}.md\:divide-error>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,67,54,var(--tw-divide-opacity))}.md\:divide-info>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(122,169,163,var(--tw-divide-opacity))}.md\:divide-success>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(51,143,154,var(--tw-divide-opacity))}.md\:divide-call_to_action>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(127,165,240,var(--tw-divide-opacity))}.md\:divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,250,250,var(--tw-divide-opacity))}.md\:divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,244,245,var(--tw-divide-opacity))}.md\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(228,228,231,var(--tw-divide-opacity))}.md\:divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(212,212,216,var(--tw-divide-opacity))}.md\:divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(161,161,170,var(--tw-divide-opacity))}.md\:divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(113,113,122,var(--tw-divide-opacity))}.md\:divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(82,82,91,var(--tw-divide-opacity))}.md\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(63,63,70,var(--tw-divide-opacity))}.md\:divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(39,39,42,var(--tw-divide-opacity))}.md\:divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(24,24,27,var(--tw-divide-opacity))}.md\:divide-lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(239,239,239,var(--tw-divide-opacity))}.md\:divide-darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(108,108,108,var(--tw-divide-opacity))}.md\:divide-nav_darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(31,31,31,var(--tw-divide-opacity))}.md\:divide-nav_lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(71,71,71,var(--tw-divide-opacity))}.md\:divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,249,255,var(--tw-divide-opacity))}.md\:divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(224,242,254,var(--tw-divide-opacity))}.md\:divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(186,230,253,var(--tw-divide-opacity))}.md\:divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(125,211,252,var(--tw-divide-opacity))}.md\:divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(56,189,248,var(--tw-divide-opacity))}.md\:divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,165,233,var(--tw-divide-opacity))}.md\:divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(2,132,199,var(--tw-divide-opacity))}.md\:divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(3,105,161,var(--tw-divide-opacity))}.md\:divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(7,89,133,var(--tw-divide-opacity))}.md\:divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(12,74,110,var(--tw-divide-opacity))}.md\:divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,241,242,var(--tw-divide-opacity))}.md\:divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,228,230,var(--tw-divide-opacity))}.md\:divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(254,205,211,var(--tw-divide-opacity))}.md\:divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,164,175,var(--tw-divide-opacity))}.md\:divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(251,113,133,var(--tw-divide-opacity))}.md\:divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,63,94,var(--tw-divide-opacity))}.md\:divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(225,29,72,var(--tw-divide-opacity))}.md\:divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(190,18,60,var(--tw-divide-opacity))}.md\:divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(159,18,57,var(--tw-divide-opacity))}.md\:divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(136,19,55,var(--tw-divide-opacity))}.md\:divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,244,255,var(--tw-divide-opacity))}.md\:divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,232,255,var(--tw-divide-opacity))}.md\:divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(245,208,254,var(--tw-divide-opacity))}.md\:divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,171,252,var(--tw-divide-opacity))}.md\:divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(232,121,249,var(--tw-divide-opacity))}.md\:divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,70,239,var(--tw-divide-opacity))}.md\:divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,38,211,var(--tw-divide-opacity))}.md\:divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(162,28,175,var(--tw-divide-opacity))}.md\:divide-pink-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,25,143,var(--tw-divide-opacity))}.md\:divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(112,26,117,var(--tw-divide-opacity))}.md\:divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,244,var(--tw-divide-opacity))}.md\:divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(220,252,231,var(--tw-divide-opacity))}.md\:divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(187,247,208,var(--tw-divide-opacity))}.md\:divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,239,172,var(--tw-divide-opacity))}.md\:divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(74,222,128,var(--tw-divide-opacity))}.md\:divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,197,94,var(--tw-divide-opacity))}.md\:divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,163,74,var(--tw-divide-opacity))}.md\:divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,128,61,var(--tw-divide-opacity))}.md\:divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,101,52,var(--tw-divide-opacity))}.md\:divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,83,45,var(--tw-divide-opacity))}.md\:divide-purple-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,245,255,var(--tw-divide-opacity))}.md\:divide-purple-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(243,232,255,var(--tw-divide-opacity))}.md\:divide-purple-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(233,213,255,var(--tw-divide-opacity))}.md\:divide-purple-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(216,180,254,var(--tw-divide-opacity))}.md\:divide-purple-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,132,252,var(--tw-divide-opacity))}.md\:divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(168,85,247,var(--tw-divide-opacity))}.md\:divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(147,51,234,var(--tw-divide-opacity))}.md\:divide-purple-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(126,34,206,var(--tw-divide-opacity))}.md\:divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(107,33,168,var(--tw-divide-opacity))}.md\:divide-purple-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(88,28,135,var(--tw-divide-opacity))}.md\:divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,250,var(--tw-divide-opacity))}.md\:divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(204,251,241,var(--tw-divide-opacity))}.md\:divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(153,246,228,var(--tw-divide-opacity))}.md\:divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(94,234,212,var(--tw-divide-opacity))}.md\:divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(45,212,191,var(--tw-divide-opacity))}.md\:divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,184,166,var(--tw-divide-opacity))}.md\:divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(13,148,136,var(--tw-divide-opacity))}.md\:divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(15,118,110,var(--tw-divide-opacity))}.md\:divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(17,94,89,var(--tw-divide-opacity))}.md\:divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(19,78,74,var(--tw-divide-opacity))}.md\:divide-cyan-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(236,254,255,var(--tw-divide-opacity))}.md\:divide-cyan-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(207,250,254,var(--tw-divide-opacity))}.md\:divide-cyan-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(165,243,252,var(--tw-divide-opacity))}.md\:divide-cyan-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(103,232,249,var(--tw-divide-opacity))}.md\:divide-cyan-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,211,238,var(--tw-divide-opacity))}.md\:divide-cyan-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(6,182,212,var(--tw-divide-opacity))}.md\:divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(8,145,178,var(--tw-divide-opacity))}.md\:divide-cyan-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,116,144,var(--tw-divide-opacity))}.md\:divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,94,117,var(--tw-divide-opacity))}.md\:divide-cyan-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,78,99,var(--tw-divide-opacity))}.md\:divide-yellow>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,179,16,var(--tw-divide-opacity))}.md\:divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.md\:divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.md\:divide-opacity-0>:not([hidden])~:not([hidden]){--tw-divide-opacity: 0}.md\:divide-opacity-5>:not([hidden])~:not([hidden]){--tw-divide-opacity: .05}.md\:divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity: .1}.md\:divide-opacity-20>:not([hidden])~:not([hidden]){--tw-divide-opacity: .2}.md\:divide-opacity-25>:not([hidden])~:not([hidden]){--tw-divide-opacity: .25}.md\:divide-opacity-30>:not([hidden])~:not([hidden]){--tw-divide-opacity: .3}.md\:divide-opacity-40>:not([hidden])~:not([hidden]){--tw-divide-opacity: .4}.md\:divide-opacity-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: .5}.md\:divide-opacity-60>:not([hidden])~:not([hidden]){--tw-divide-opacity: .6}.md\:divide-opacity-70>:not([hidden])~:not([hidden]){--tw-divide-opacity: .7}.md\:divide-opacity-75>:not([hidden])~:not([hidden]){--tw-divide-opacity: .75}.md\:divide-opacity-80>:not([hidden])~:not([hidden]){--tw-divide-opacity: .8}.md\:divide-opacity-90>:not([hidden])~:not([hidden]){--tw-divide-opacity: .9}.md\:divide-opacity-95>:not([hidden])~:not([hidden]){--tw-divide-opacity: .95}.md\:divide-opacity-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}.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\:self-auto{align-self:auto}.md\:self-start{align-self:flex-start}.md\:self-end{align-self:flex-end}.md\:self-center{align-self:center}.md\:self-stretch{align-self:stretch}.md\:self-baseline{align-self:baseline}.md\:justify-self-auto{justify-self:auto}.md\:justify-self-start{justify-self:start}.md\:justify-self-end{justify-self:end}.md\:justify-self-center{justify-self:center}.md\:justify-self-stretch{justify-self:stretch}.md\: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\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.md\:overflow-ellipsis{text-overflow:ellipsis}.md\:overflow-clip{text-overflow:clip}.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\: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-4xl{border-radius:2rem}.md\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.md\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.md\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.md\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.md\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.md\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.md\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.md\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.md\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.md\:rounded-t-4xl{border-top-left-radius:2rem;border-top-right-radius:2rem}.md\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.md\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.md\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.md\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.md\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.md\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.md\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.md\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.md\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.md\:rounded-r-4xl{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.md\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.md\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.md\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.md\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.md\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.md\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.md\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.md\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.md\:rounded-b-4xl{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.md\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.md\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.md\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.md\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.md\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.md\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.md\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.md\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.md\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.md\:rounded-l-4xl{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.md\:rounded-tl-none{border-top-left-radius:0}.md\:rounded-tl-sm{border-top-left-radius:.125rem}.md\:rounded-tl{border-top-left-radius:.25rem}.md\:rounded-tl-md{border-top-left-radius:.375rem}.md\:rounded-tl-lg{border-top-left-radius:.5rem}.md\:rounded-tl-xl{border-top-left-radius:.75rem}.md\:rounded-tl-2xl{border-top-left-radius:1rem}.md\:rounded-tl-3xl{border-top-left-radius:1.5rem}.md\:rounded-tl-full{border-top-left-radius:9999px}.md\:rounded-tl-4xl{border-top-left-radius:2rem}.md\:rounded-tr-none{border-top-right-radius:0}.md\:rounded-tr-sm{border-top-right-radius:.125rem}.md\:rounded-tr{border-top-right-radius:.25rem}.md\:rounded-tr-md{border-top-right-radius:.375rem}.md\:rounded-tr-lg{border-top-right-radius:.5rem}.md\:rounded-tr-xl{border-top-right-radius:.75rem}.md\:rounded-tr-2xl{border-top-right-radius:1rem}.md\:rounded-tr-3xl{border-top-right-radius:1.5rem}.md\:rounded-tr-full{border-top-right-radius:9999px}.md\:rounded-tr-4xl{border-top-right-radius:2rem}.md\:rounded-br-none{border-bottom-right-radius:0}.md\:rounded-br-sm{border-bottom-right-radius:.125rem}.md\:rounded-br{border-bottom-right-radius:.25rem}.md\:rounded-br-md{border-bottom-right-radius:.375rem}.md\:rounded-br-lg{border-bottom-right-radius:.5rem}.md\:rounded-br-xl{border-bottom-right-radius:.75rem}.md\:rounded-br-2xl{border-bottom-right-radius:1rem}.md\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.md\:rounded-br-full{border-bottom-right-radius:9999px}.md\:rounded-br-4xl{border-bottom-right-radius:2rem}.md\:rounded-bl-none{border-bottom-left-radius:0}.md\:rounded-bl-sm{border-bottom-left-radius:.125rem}.md\:rounded-bl{border-bottom-left-radius:.25rem}.md\:rounded-bl-md{border-bottom-left-radius:.375rem}.md\:rounded-bl-lg{border-bottom-left-radius:.5rem}.md\:rounded-bl-xl{border-bottom-left-radius:.75rem}.md\:rounded-bl-2xl{border-bottom-left-radius:1rem}.md\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.md\:rounded-bl-full{border-bottom-left-radius:9999px}.md\:rounded-bl-4xl{border-bottom-left-radius:2rem}.md\:border-0{border-width:0px}.md\:border-2{border-width:2px}.md\:border-4{border-width:4px}.md\:border-8{border-width:8px}.md\:border{border-width:1px}.md\:border-t-0{border-top-width:0px}.md\:border-t-2{border-top-width:2px}.md\:border-t-4{border-top-width:4px}.md\:border-t-8{border-top-width:8px}.md\:border-t{border-top-width:1px}.md\:border-r-0{border-right-width:0px}.md\:border-r-2{border-right-width:2px}.md\:border-r-4{border-right-width:4px}.md\:border-r-8{border-right-width:8px}.md\:border-r{border-right-width:1px}.md\:border-b-0{border-bottom-width:0px}.md\:border-b-2{border-bottom-width:2px}.md\:border-b-4{border-bottom-width:4px}.md\:border-b-8{border-bottom-width:8px}.md\:border-b{border-bottom-width:1px}.md\:border-l-0{border-left-width:0px}.md\:border-l-2{border-left-width:2px}.md\:border-l-4{border-left-width:4px}.md\:border-l-8{border-left-width:8px}.md\:border-l{border-left-width:1px}.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-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.md\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.md\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.md\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.md\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.md\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.md\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.md\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.md\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.md\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.md\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.md\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.md\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.md\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.md\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.md\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.md\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.md\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.md\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.md\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.md\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.md\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.md\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.md\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.md\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.md\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.md\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.md\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.md\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.md\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.md\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.md\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.md\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.md\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.md\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.md\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.md\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.md\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.md\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.md\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.md\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.md\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.md\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.md\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.md\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.md\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.md\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.md\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.md\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.md\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.md\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.md\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.md\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.md\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.md\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.md\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.md\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.md\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.md\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.md\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.md\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.md\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.md\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.md\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.md\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.md\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.md\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.md\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.md\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.md\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.md\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.md\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.md\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.md\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.md\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.md\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.md\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.md\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.md\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.md\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.md\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.md\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.md\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.md\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.md\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.md\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.md\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.md\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.md\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.md\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.md\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.md\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.md\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.md\:border-white{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.md\:border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.group:hover .md\:group-hover\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:focus-within\:border-bg_primary:focus-within{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.md\:focus-within\:border-primary:focus-within{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.md\:focus-within\:border-secondary:focus-within{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.md\:focus-within\:border-warning:focus-within{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.md\:focus-within\:border-error:focus-within{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.md\:focus-within\:border-info:focus-within{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.md\:focus-within\:border-success:focus-within{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.md\:focus-within\:border-call_to_action:focus-within{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.md\:focus-within\:border-gray-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.md\:focus-within\:border-gray-100:focus-within{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.md\:focus-within\:border-gray-200:focus-within{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.md\:focus-within\:border-gray-300:focus-within{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.md\:focus-within\:border-gray-400:focus-within{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.md\:focus-within\:border-gray-500:focus-within{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.md\:focus-within\:border-gray-600:focus-within{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.md\:focus-within\:border-gray-700:focus-within{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.md\:focus-within\:border-gray-800:focus-within{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.md\:focus-within\:border-gray-900:focus-within{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.md\:focus-within\:border-lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.md\:focus-within\:border-darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.md\:focus-within\:border-nav_darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.md\:focus-within\:border-nav_lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.md\:focus-within\:border-blue-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.md\:focus-within\:border-blue-100:focus-within{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.md\:focus-within\:border-blue-200:focus-within{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.md\:focus-within\:border-blue-300:focus-within{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.md\:focus-within\:border-blue-400:focus-within{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.md\:focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.md\:focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.md\:focus-within\:border-blue-700:focus-within{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.md\:focus-within\:border-blue-800:focus-within{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.md\:focus-within\:border-blue-900:focus-within{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.md\:focus-within\:border-red-50:focus-within{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.md\:focus-within\:border-red-100:focus-within{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.md\:focus-within\:border-red-200:focus-within{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.md\:focus-within\:border-red-300:focus-within{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.md\:focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.md\:focus-within\:border-red-500:focus-within{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.md\:focus-within\:border-red-600:focus-within{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.md\:focus-within\:border-red-700:focus-within{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.md\:focus-within\:border-red-800:focus-within{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.md\:focus-within\:border-red-900:focus-within{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.md\:focus-within\:border-pink-50:focus-within{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.md\:focus-within\:border-pink-100:focus-within{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.md\:focus-within\:border-pink-200:focus-within{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.md\:focus-within\:border-pink-300:focus-within{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.md\:focus-within\:border-pink-400:focus-within{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.md\:focus-within\:border-pink-500:focus-within{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.md\:focus-within\:border-pink-600:focus-within{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.md\:focus-within\:border-pink-700:focus-within{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.md\:focus-within\:border-pink-800:focus-within{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.md\:focus-within\:border-pink-900:focus-within{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.md\:focus-within\:border-green-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.md\:focus-within\:border-green-100:focus-within{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.md\:focus-within\:border-green-200:focus-within{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.md\:focus-within\:border-green-300:focus-within{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.md\:focus-within\:border-green-400:focus-within{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.md\:focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.md\:focus-within\:border-green-600:focus-within{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.md\:focus-within\:border-green-700:focus-within{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.md\:focus-within\:border-green-800:focus-within{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.md\:focus-within\:border-green-900:focus-within{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.md\:focus-within\:border-purple-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.md\:focus-within\:border-purple-100:focus-within{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.md\:focus-within\:border-purple-200:focus-within{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.md\:focus-within\:border-purple-300:focus-within{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.md\:focus-within\:border-purple-400:focus-within{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.md\:focus-within\:border-purple-500:focus-within{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.md\:focus-within\:border-purple-600:focus-within{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.md\:focus-within\:border-purple-700:focus-within{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.md\:focus-within\:border-purple-800:focus-within{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.md\:focus-within\:border-purple-900:focus-within{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.md\:focus-within\:border-teal-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.md\:focus-within\:border-teal-100:focus-within{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.md\:focus-within\:border-teal-200:focus-within{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.md\:focus-within\:border-teal-300:focus-within{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.md\:focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.md\:focus-within\:border-teal-500:focus-within{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.md\:focus-within\:border-teal-600:focus-within{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.md\:focus-within\:border-teal-700:focus-within{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.md\:focus-within\:border-teal-800:focus-within{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.md\:focus-within\:border-teal-900:focus-within{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-50:focus-within{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-100:focus-within{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-200:focus-within{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-300:focus-within{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-400:focus-within{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-500:focus-within{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-600:focus-within{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-700:focus-within{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-800:focus-within{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.md\:focus-within\:border-cyan-900:focus-within{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.md\:focus-within\:border-yellow:focus-within{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus-within{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:hover\:border-bg_primary:hover{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.md\:hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.md\:hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.md\:hover\:border-warning:hover{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.md\:hover\:border-error:hover{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.md\:hover\:border-info:hover{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.md\:hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.md\:hover\:border-call_to_action:hover{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.md\:hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.md\:hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.md\:hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.md\:hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.md\:hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.md\:hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.md\:hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.md\:hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.md\:hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.md\:hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.md\:hover\:border-lightgray:hover{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.md\:hover\:border-darkgray:hover{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.md\:hover\:border-nav_darkgray:hover{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.md\:hover\:border-nav_lightgray:hover{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.md\:hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.md\:hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.md\:hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.md\:hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.md\:hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.md\:hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.md\:hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.md\:hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.md\:hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.md\:hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.md\:hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.md\:hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.md\:hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.md\:hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.md\:hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.md\:hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.md\:hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.md\:hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.md\:hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.md\:hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.md\:hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.md\:hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.md\:hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.md\:hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.md\:hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.md\:hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.md\:hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.md\:hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.md\:hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.md\:hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.md\:hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.md\:hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.md\:hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.md\:hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.md\:hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.md\:hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.md\:hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.md\:hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.md\:hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.md\:hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.md\:hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.md\:hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.md\:hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.md\:hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.md\:hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.md\:hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.md\:hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.md\:hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.md\:hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.md\:hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.md\:hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.md\:hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.md\:hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.md\:hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.md\:hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.md\:hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.md\:hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.md\:hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.md\:hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.md\:hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.md\:hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.md\:hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.md\:hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.md\:hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.md\:hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.md\:hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.md\:hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.md\:hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.md\:hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.md\:hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.md\:hover\:border-yellow:hover{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:hover{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.md\:focus\:border-bg_primary:focus{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.md\:focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.md\:focus\:border-secondary:focus{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.md\:focus\:border-warning:focus{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.md\:focus\:border-error:focus{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.md\:focus\:border-info:focus{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.md\:focus\:border-success:focus{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.md\:focus\:border-call_to_action:focus{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.md\:focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.md\:focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.md\:focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.md\:focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.md\:focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.md\:focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.md\:focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.md\:focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.md\:focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.md\:focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.md\:focus\:border-lightgray:focus{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.md\:focus\:border-darkgray:focus{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.md\:focus\:border-nav_darkgray:focus{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.md\:focus\:border-nav_lightgray:focus{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.md\:focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.md\:focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.md\:focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.md\:focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.md\:focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.md\:focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.md\:focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.md\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.md\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.md\:focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.md\:focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.md\:focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.md\:focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.md\:focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.md\:focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.md\:focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.md\:focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.md\:focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.md\:focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.md\:focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.md\:focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.md\:focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.md\:focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.md\:focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.md\:focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.md\:focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.md\:focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.md\:focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.md\:focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.md\:focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.md\:focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.md\:focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.md\:focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.md\:focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.md\:focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.md\:focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.md\:focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.md\:focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.md\:focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.md\:focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.md\:focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.md\:focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.md\:focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.md\:focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.md\:focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.md\:focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.md\:focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.md\:focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.md\:focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.md\:focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.md\:focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.md\:focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.md\:focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.md\:focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.md\:focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.md\:focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.md\:focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.md\:focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.md\:focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.md\:focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.md\:focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.md\:focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.md\:focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.md\:focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.md\:focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.md\:focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.md\:focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.md\:focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.md\:focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.md\:focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.md\:focus\:border-yellow:focus{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus{--tw-border-opacity: 1;border-color:rgba(0,0,0,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\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.md\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.md\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.md\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.md\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.md\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.md\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.md\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.md\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.md\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.md\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.md\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.md\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.md\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.md\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.md\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.md\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.md\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.md\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.md\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.md\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.md\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.md\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.md\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.md\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.md\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.md\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.md\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.md\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.md\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.md\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.md\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.md\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.md\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.md\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.md\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.md\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.md\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.md\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.md\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.md\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.md\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.md\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.md\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.md\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.md\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.md\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.md\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.md\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.md\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.md\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.md\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.md\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.md\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.md\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.md\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.md\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.md\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.md\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.md\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.md\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.md\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.md\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.md\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.md\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.md\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.md\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.md\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.md\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.md\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.md\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.md\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.md\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.md\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.md\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.md\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.md\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.md\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.md\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.md\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.md\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.md\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.md\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.md\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.md\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.md\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.md\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.md\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.md\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.md\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.md\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.md\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.md\:bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.md\:bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.group:hover .md\:group-hover\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:focus-within\:bg-bg_primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.md\:focus-within\:bg-primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.md\:focus-within\:bg-secondary:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.md\:focus-within\:bg-warning:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.md\:focus-within\:bg-error:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.md\:focus-within\:bg-info:focus-within{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.md\:focus-within\:bg-success:focus-within{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.md\:focus-within\:bg-call_to_action:focus-within{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.md\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.md\:focus-within\:bg-lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.md\:focus-within\:bg-darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.md\:focus-within\:bg-nav_darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.md\:focus-within\:bg-nav_lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.md\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.md\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.md\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.md\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.md\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.md\:focus-within\:bg-teal-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.md\:focus-within\:bg-cyan-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.md\:focus-within\:bg-yellow:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus-within{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:hover\:bg-bg_primary:hover{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.md\:hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.md\:hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.md\:hover\:bg-warning:hover{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.md\:hover\:bg-error:hover{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.md\:hover\:bg-info:hover{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.md\:hover\:bg-success:hover{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.md\:hover\:bg-call_to_action:hover{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.md\:hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.md\:hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.md\:hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.md\:hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.md\:hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.md\:hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.md\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.md\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.md\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.md\:hover\:bg-lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.md\:hover\:bg-darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.md\:hover\:bg-nav_darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.md\:hover\:bg-nav_lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.md\:hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.md\:hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.md\:hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.md\:hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.md\:hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.md\:hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.md\:hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.md\:hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.md\:hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.md\:hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.md\:hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.md\:hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.md\:hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.md\:hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.md\:hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.md\:hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.md\:hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.md\:hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.md\:hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.md\:hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.md\:hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.md\:hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.md\:hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.md\:hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.md\:hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.md\:hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.md\:hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.md\:hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.md\:hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.md\:hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.md\:hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.md\:hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.md\:hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.md\:hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.md\:hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.md\:hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.md\:hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.md\:hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.md\:hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.md\:hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.md\:hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.md\:hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.md\:hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.md\:hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.md\:hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.md\:hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.md\:hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.md\:hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.md\:hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.md\:hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.md\:hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.md\:hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.md\:hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.md\:hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.md\:hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.md\:hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.md\:hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.md\:hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.md\:hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.md\:hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.md\:hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.md\:hover\:bg-yellow:hover{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.md\:focus\:bg-bg_primary:focus{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.md\:focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.md\:focus\:bg-secondary:focus{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.md\:focus\:bg-warning:focus{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.md\:focus\:bg-error:focus{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.md\:focus\:bg-info:focus{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.md\:focus\:bg-success:focus{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.md\:focus\:bg-call_to_action:focus{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.md\:focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.md\:focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.md\:focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.md\:focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.md\:focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.md\:focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.md\:focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.md\:focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.md\:focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.md\:focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.md\:focus\:bg-lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.md\:focus\:bg-darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.md\:focus\:bg-nav_darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.md\:focus\:bg-nav_lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.md\:focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.md\:focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.md\:focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.md\:focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.md\:focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.md\:focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.md\:focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.md\:focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.md\:focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.md\:focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.md\:focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.md\:focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.md\:focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.md\:focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.md\:focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.md\:focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.md\:focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.md\:focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.md\:focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.md\:focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.md\:focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.md\:focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.md\:focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.md\:focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.md\:focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.md\:focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.md\:focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.md\:focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.md\:focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.md\:focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.md\:focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.md\:focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.md\:focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.md\:focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.md\:focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.md\:focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.md\:focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.md\:focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.md\:focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.md\:focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.md\:focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.md\:focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.md\:focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.md\:focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.md\:focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.md\:focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.md\:focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.md\:focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.md\:focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.md\:focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.md\:focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.md\:focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.md\:focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.md\:focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.md\:focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.md\:focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.md\:focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.md\:focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.md\:focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.md\:focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.md\:focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.md\:focus\:bg-yellow:focus{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.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-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-bg_primary{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.md\:from-primary{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.md\:from-secondary{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.md\:from-warning{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.md\:from-error{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.md\:from-info{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.md\:from-success{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.md\:from-call_to_action{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.md\:from-gray-50{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.md\:from-gray-100{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.md\:from-gray-200{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.md\:from-gray-300{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.md\:from-gray-400{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.md\:from-gray-500{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.md\:from-gray-600{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.md\:from-gray-700{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.md\:from-gray-800{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.md\:from-gray-900{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.md\:from-lightgray{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.md\:from-darkgray{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.md\:from-nav_darkgray{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.md\:from-nav_lightgray{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.md\:from-blue-50{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.md\:from-blue-100{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.md\:from-blue-200{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.md\:from-blue-300{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.md\:from-blue-400{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.md\:from-blue-500{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.md\:from-blue-600{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.md\:from-blue-700{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.md\:from-blue-800{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.md\:from-blue-900{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.md\:from-red-50{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.md\:from-red-100{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.md\:from-red-200{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.md\:from-red-300{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.md\:from-red-400{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.md\:from-red-500{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.md\:from-red-600{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.md\:from-red-700{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.md\:from-red-800{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.md\:from-red-900{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.md\:from-pink-50{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.md\:from-pink-100{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.md\:from-pink-200{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.md\:from-pink-300{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.md\:from-pink-400{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.md\:from-pink-500{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.md\:from-pink-600{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.md\:from-pink-700{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.md\:from-pink-800{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.md\:from-pink-900{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.md\:from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.md\:from-green-100{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.md\:from-green-200{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.md\:from-green-300{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.md\:from-green-400{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.md\:from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.md\:from-green-600{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.md\:from-green-700{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.md\:from-green-800{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.md\:from-green-900{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.md\:from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.md\:from-purple-100{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.md\:from-purple-200{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.md\:from-purple-300{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.md\:from-purple-400{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.md\:from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.md\:from-purple-600{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.md\:from-purple-700{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.md\:from-purple-800{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.md\:from-purple-900{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.md\:from-teal-50{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.md\:from-teal-100{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.md\:from-teal-200{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.md\:from-teal-300{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.md\:from-teal-400{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.md\:from-teal-500{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.md\:from-teal-600{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.md\:from-teal-700{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.md\:from-teal-800{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.md\:from-teal-900{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.md\:from-cyan-50{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.md\:from-cyan-100{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.md\:from-cyan-200{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.md\:from-cyan-300{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.md\:from-cyan-400{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.md\:from-cyan-500{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.md\:from-cyan-600{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.md\:from-cyan-700{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.md\:from-cyan-800{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.md\:from-cyan-900{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.md\:from-yellow{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.md\:hover\:from-bg_primary:hover{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.md\:hover\:from-primary:hover{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.md\:hover\:from-secondary:hover{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.md\:hover\:from-warning:hover{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.md\:hover\:from-error:hover{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.md\:hover\:from-info:hover{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.md\:hover\:from-success:hover{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.md\:hover\:from-call_to_action:hover{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.md\:hover\:from-gray-50:hover{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.md\:hover\:from-gray-100:hover{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.md\:hover\:from-gray-200:hover{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.md\:hover\:from-gray-300:hover{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.md\:hover\:from-gray-400:hover{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.md\:hover\:from-gray-500:hover{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.md\:hover\:from-gray-600:hover{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.md\:hover\:from-gray-700:hover{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.md\:hover\:from-gray-800:hover{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.md\:hover\:from-gray-900:hover{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.md\:hover\:from-lightgray:hover{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.md\:hover\:from-darkgray:hover{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.md\:hover\:from-nav_darkgray:hover{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.md\:hover\:from-nav_lightgray:hover{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.md\:hover\:from-blue-50:hover{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.md\:hover\:from-blue-100:hover{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.md\:hover\:from-blue-200:hover{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.md\:hover\:from-blue-300:hover{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.md\:hover\:from-blue-400:hover{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.md\:hover\:from-blue-500:hover{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.md\:hover\:from-blue-600:hover{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.md\:hover\:from-blue-700:hover{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.md\:hover\:from-blue-800:hover{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.md\:hover\:from-blue-900:hover{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.md\:hover\:from-red-50:hover{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.md\:hover\:from-red-100:hover{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.md\:hover\:from-red-200:hover{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.md\:hover\:from-red-300:hover{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.md\:hover\:from-red-400:hover{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.md\:hover\:from-red-500:hover{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.md\:hover\:from-red-600:hover{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.md\:hover\:from-red-700:hover{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.md\:hover\:from-red-800:hover{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.md\:hover\:from-red-900:hover{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.md\:hover\:from-pink-50:hover{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.md\:hover\:from-pink-100:hover{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.md\:hover\:from-pink-200:hover{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.md\:hover\:from-pink-300:hover{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.md\:hover\:from-pink-400:hover{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.md\:hover\:from-pink-500:hover{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.md\:hover\:from-pink-600:hover{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.md\:hover\:from-pink-700:hover{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.md\:hover\:from-pink-800:hover{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.md\:hover\:from-pink-900:hover{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.md\:hover\:from-green-50:hover{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.md\:hover\:from-green-100:hover{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.md\:hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.md\:hover\:from-green-300:hover{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.md\:hover\:from-green-400:hover{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.md\:hover\:from-green-500:hover{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.md\:hover\:from-green-600:hover{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.md\:hover\:from-green-700:hover{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.md\:hover\:from-green-800:hover{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.md\:hover\:from-green-900:hover{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.md\:hover\:from-purple-50:hover{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.md\:hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.md\:hover\:from-purple-200:hover{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.md\:hover\:from-purple-300:hover{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.md\:hover\:from-purple-400:hover{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.md\:hover\:from-purple-500:hover{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.md\:hover\:from-purple-600:hover{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.md\:hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.md\:hover\:from-purple-800:hover{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.md\:hover\:from-purple-900:hover{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.md\:hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.md\:hover\:from-teal-100:hover{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.md\:hover\:from-teal-200:hover{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.md\:hover\:from-teal-300:hover{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.md\:hover\:from-teal-400:hover{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.md\:hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.md\:hover\:from-teal-600:hover{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.md\:hover\:from-teal-700:hover{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.md\:hover\:from-teal-800:hover{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.md\:hover\:from-teal-900:hover{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.md\:hover\:from-cyan-50:hover{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.md\:hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.md\:hover\:from-cyan-200:hover{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.md\:hover\:from-cyan-300:hover{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.md\:hover\:from-cyan-400:hover{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.md\:hover\:from-cyan-500:hover{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.md\:hover\:from-cyan-600:hover{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.md\:hover\:from-cyan-700:hover{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.md\:hover\:from-cyan-800:hover{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.md\:hover\:from-cyan-900:hover{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.md\:hover\:from-yellow:hover{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.md\:focus\:from-bg_primary:focus{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.md\:focus\:from-primary:focus{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.md\:focus\:from-secondary:focus{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.md\:focus\:from-warning:focus{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.md\:focus\:from-error:focus{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.md\:focus\:from-info:focus{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.md\:focus\:from-success:focus{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.md\:focus\:from-call_to_action:focus{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.md\:focus\:from-gray-50:focus{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.md\:focus\:from-gray-100:focus{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.md\:focus\:from-gray-200:focus{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.md\:focus\:from-gray-300:focus{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.md\:focus\:from-gray-400:focus{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.md\:focus\:from-gray-500:focus{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.md\:focus\:from-gray-600:focus{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.md\:focus\:from-gray-700:focus{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.md\:focus\:from-gray-800:focus{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.md\:focus\:from-gray-900:focus{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.md\:focus\:from-lightgray:focus{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.md\:focus\:from-darkgray:focus{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.md\:focus\:from-nav_darkgray:focus{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.md\:focus\:from-nav_lightgray:focus{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.md\:focus\:from-blue-50:focus{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.md\:focus\:from-blue-100:focus{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.md\:focus\:from-blue-200:focus{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.md\:focus\:from-blue-300:focus{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.md\:focus\:from-blue-400:focus{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.md\:focus\:from-blue-500:focus{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.md\:focus\:from-blue-600:focus{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.md\:focus\:from-blue-700:focus{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.md\:focus\:from-blue-800:focus{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.md\:focus\:from-blue-900:focus{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.md\:focus\:from-red-50:focus{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.md\:focus\:from-red-100:focus{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.md\:focus\:from-red-200:focus{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.md\:focus\:from-red-300:focus{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.md\:focus\:from-red-400:focus{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.md\:focus\:from-red-500:focus{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.md\:focus\:from-red-600:focus{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.md\:focus\:from-red-700:focus{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.md\:focus\:from-red-800:focus{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.md\:focus\:from-red-900:focus{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.md\:focus\:from-pink-50:focus{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.md\:focus\:from-pink-100:focus{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.md\:focus\:from-pink-200:focus{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.md\:focus\:from-pink-300:focus{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.md\:focus\:from-pink-400:focus{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.md\:focus\:from-pink-500:focus{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.md\:focus\:from-pink-600:focus{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.md\:focus\:from-pink-700:focus{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.md\:focus\:from-pink-800:focus{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.md\:focus\:from-pink-900:focus{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.md\:focus\:from-green-50:focus{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.md\:focus\:from-green-100:focus{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.md\:focus\:from-green-200:focus{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.md\:focus\:from-green-300:focus{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.md\:focus\:from-green-400:focus{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.md\:focus\:from-green-500:focus{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.md\:focus\:from-green-600:focus{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.md\:focus\:from-green-700:focus{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.md\:focus\:from-green-800:focus{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.md\:focus\:from-green-900:focus{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.md\:focus\:from-purple-50:focus{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.md\:focus\:from-purple-100:focus{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.md\:focus\:from-purple-200:focus{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.md\:focus\:from-purple-300:focus{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.md\:focus\:from-purple-400:focus{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.md\:focus\:from-purple-500:focus{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.md\:focus\:from-purple-600:focus{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.md\:focus\:from-purple-700:focus{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.md\:focus\:from-purple-800:focus{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.md\:focus\:from-purple-900:focus{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.md\:focus\:from-teal-50:focus{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.md\:focus\:from-teal-100:focus{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.md\:focus\:from-teal-200:focus{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.md\:focus\:from-teal-300:focus{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.md\:focus\:from-teal-400:focus{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.md\:focus\:from-teal-500:focus{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.md\:focus\:from-teal-600:focus{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.md\:focus\:from-teal-700:focus{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.md\:focus\:from-teal-800:focus{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.md\:focus\:from-teal-900:focus{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.md\:focus\:from-cyan-50:focus{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.md\:focus\:from-cyan-100:focus{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.md\:focus\:from-cyan-200:focus{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.md\:focus\:from-cyan-300:focus{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.md\:focus\:from-cyan-400:focus{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.md\:focus\:from-cyan-500:focus{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.md\:focus\:from-cyan-600:focus{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.md\:focus\:from-cyan-700:focus{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.md\:focus\:from-cyan-800:focus{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.md\:focus\:from-cyan-900:focus{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.md\:focus\:from-yellow:focus{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.md\:via-bg_primary{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.md\:via-primary{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.md\:via-secondary{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.md\:via-warning{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.md\:via-error{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.md\:via-info{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.md\:via-success{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.md\:via-call_to_action{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.md\:via-gray-50{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.md\:via-gray-100{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.md\:via-gray-200{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.md\:via-gray-300{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.md\:via-gray-400{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.md\:via-gray-500{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.md\:via-gray-600{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.md\:via-gray-700{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.md\:via-gray-800{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.md\:via-gray-900{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.md\:via-lightgray{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.md\:via-darkgray{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.md\:via-nav_darkgray{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.md\:via-nav_lightgray{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.md\:via-blue-50{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.md\:via-blue-100{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.md\:via-blue-200{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.md\:via-blue-300{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.md\:via-blue-400{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.md\:via-blue-500{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.md\:via-blue-600{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.md\:via-blue-700{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.md\:via-blue-800{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.md\:via-blue-900{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.md\:via-red-50{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.md\:via-red-100{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.md\:via-red-200{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.md\:via-red-300{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.md\:via-red-400{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.md\:via-red-500{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.md\:via-red-600{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.md\:via-red-700{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.md\:via-red-800{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.md\:via-red-900{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.md\:via-pink-50{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.md\:via-pink-100{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.md\:via-pink-200{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.md\:via-pink-300{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.md\:via-pink-400{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.md\:via-pink-500{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.md\:via-pink-600{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.md\:via-pink-700{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.md\:via-pink-800{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.md\:via-pink-900{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.md\:via-green-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.md\:via-green-100{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.md\:via-green-200{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.md\:via-green-300{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.md\:via-green-400{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.md\:via-green-500{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.md\:via-green-600{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.md\:via-green-700{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.md\:via-green-800{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.md\:via-green-900{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.md\:via-purple-50{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.md\:via-purple-100{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.md\:via-purple-200{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.md\:via-purple-300{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.md\:via-purple-400{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.md\:via-purple-500{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.md\:via-purple-600{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.md\:via-purple-700{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.md\:via-purple-800{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.md\:via-purple-900{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.md\:via-teal-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.md\:via-teal-100{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.md\:via-teal-200{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.md\:via-teal-300{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.md\:via-teal-400{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.md\:via-teal-500{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.md\:via-teal-600{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.md\:via-teal-700{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.md\:via-teal-800{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.md\:via-teal-900{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.md\:via-cyan-50{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.md\:via-cyan-100{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.md\:via-cyan-200{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.md\:via-cyan-300{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.md\:via-cyan-400{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.md\:via-cyan-500{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.md\:via-cyan-600{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.md\:via-cyan-700{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.md\:via-cyan-800{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.md\:via-cyan-900{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.md\:via-yellow{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.md\:via-white{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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\:hover\:via-bg_primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.md\:hover\:via-primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.md\:hover\:via-secondary:hover{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.md\:hover\:via-warning:hover{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.md\:hover\:via-error:hover{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.md\:hover\:via-info:hover{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.md\:hover\:via-success:hover{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.md\:hover\:via-call_to_action:hover{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.md\:hover\:via-gray-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.md\:hover\:via-gray-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.md\:hover\:via-gray-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.md\:hover\:via-gray-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.md\:hover\:via-gray-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.md\:hover\:via-gray-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.md\:hover\:via-gray-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.md\:hover\:via-gray-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.md\:hover\:via-gray-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.md\:hover\:via-gray-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.md\:hover\:via-lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.md\:hover\:via-darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.md\:hover\:via-nav_darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.md\:hover\:via-nav_lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.md\:hover\:via-blue-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.md\:hover\:via-blue-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.md\:hover\:via-blue-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.md\:hover\:via-blue-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.md\:hover\:via-blue-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.md\:hover\:via-blue-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.md\:hover\:via-blue-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.md\:hover\:via-blue-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.md\:hover\:via-blue-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.md\:hover\:via-blue-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.md\:hover\:via-red-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.md\:hover\:via-red-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.md\:hover\:via-red-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.md\:hover\:via-red-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.md\:hover\:via-red-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.md\:hover\:via-red-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.md\:hover\:via-red-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.md\:hover\:via-red-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.md\:hover\:via-red-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.md\:hover\:via-red-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.md\:hover\:via-pink-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.md\:hover\:via-pink-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.md\:hover\:via-pink-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.md\:hover\:via-pink-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.md\:hover\:via-pink-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.md\:hover\:via-pink-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.md\:hover\:via-pink-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.md\:hover\:via-pink-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.md\:hover\:via-pink-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.md\:hover\:via-pink-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.md\:hover\:via-green-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.md\:hover\:via-green-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.md\:hover\:via-green-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.md\:hover\:via-green-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.md\:hover\:via-green-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.md\:hover\:via-green-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.md\:hover\:via-green-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.md\:hover\:via-green-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.md\:hover\:via-green-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.md\:hover\:via-green-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.md\:hover\:via-purple-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.md\:hover\:via-purple-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.md\:hover\:via-purple-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.md\:hover\:via-purple-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.md\:hover\:via-purple-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.md\:hover\:via-purple-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.md\:hover\:via-purple-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.md\:hover\:via-purple-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.md\:hover\:via-purple-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.md\:hover\:via-purple-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.md\:hover\:via-teal-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.md\:hover\:via-teal-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.md\:hover\:via-teal-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.md\:hover\:via-teal-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.md\:hover\:via-teal-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.md\:hover\:via-teal-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.md\:hover\:via-teal-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.md\:hover\:via-teal-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.md\:hover\:via-teal-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.md\:hover\:via-teal-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.md\:hover\:via-cyan-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.md\:hover\:via-cyan-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.md\:hover\:via-cyan-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.md\:hover\:via-cyan-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.md\:hover\:via-cyan-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.md\:hover\:via-cyan-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.md\:hover\:via-cyan-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.md\:hover\:via-cyan-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.md\:hover\:via-cyan-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.md\:hover\:via-cyan-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.md\:hover\:via-yellow:hover{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.md\:focus\:via-bg_primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.md\:focus\:via-primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.md\:focus\:via-secondary:focus{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.md\:focus\:via-warning:focus{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.md\:focus\:via-error:focus{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.md\:focus\:via-info:focus{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.md\:focus\:via-success:focus{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.md\:focus\:via-call_to_action:focus{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.md\:focus\:via-gray-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.md\:focus\:via-gray-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.md\:focus\:via-gray-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.md\:focus\:via-gray-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.md\:focus\:via-gray-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.md\:focus\:via-gray-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.md\:focus\:via-gray-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.md\:focus\:via-gray-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.md\:focus\:via-gray-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.md\:focus\:via-gray-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.md\:focus\:via-lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.md\:focus\:via-darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.md\:focus\:via-nav_darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.md\:focus\:via-nav_lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.md\:focus\:via-blue-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.md\:focus\:via-blue-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.md\:focus\:via-blue-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.md\:focus\:via-blue-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.md\:focus\:via-blue-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.md\:focus\:via-blue-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.md\:focus\:via-blue-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.md\:focus\:via-blue-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.md\:focus\:via-blue-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.md\:focus\:via-blue-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.md\:focus\:via-red-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.md\:focus\:via-red-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.md\:focus\:via-red-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.md\:focus\:via-red-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.md\:focus\:via-red-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.md\:focus\:via-red-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.md\:focus\:via-red-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.md\:focus\:via-red-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.md\:focus\:via-red-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.md\:focus\:via-red-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.md\:focus\:via-pink-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.md\:focus\:via-pink-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.md\:focus\:via-pink-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.md\:focus\:via-pink-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.md\:focus\:via-pink-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.md\:focus\:via-pink-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.md\:focus\:via-pink-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.md\:focus\:via-pink-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.md\:focus\:via-pink-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.md\:focus\:via-pink-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.md\:focus\:via-green-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.md\:focus\:via-green-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.md\:focus\:via-green-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.md\:focus\:via-green-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.md\:focus\:via-green-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.md\:focus\:via-green-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.md\:focus\:via-green-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.md\:focus\:via-green-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.md\:focus\:via-green-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.md\:focus\:via-green-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.md\:focus\:via-purple-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.md\:focus\:via-purple-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.md\:focus\:via-purple-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.md\:focus\:via-purple-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.md\:focus\:via-purple-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.md\:focus\:via-purple-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.md\:focus\:via-purple-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.md\:focus\:via-purple-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.md\:focus\:via-purple-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.md\:focus\:via-purple-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.md\:focus\:via-teal-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.md\:focus\:via-teal-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.md\:focus\:via-teal-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.md\:focus\:via-teal-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.md\:focus\:via-teal-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.md\:focus\:via-teal-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.md\:focus\:via-teal-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.md\:focus\:via-teal-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.md\:focus\:via-teal-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.md\:focus\:via-teal-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.md\:focus\:via-cyan-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.md\:focus\:via-cyan-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.md\:focus\:via-cyan-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.md\:focus\:via-cyan-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.md\:focus\:via-cyan-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.md\:focus\:via-cyan-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.md\:focus\:via-cyan-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.md\:focus\:via-cyan-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.md\:focus\:via-cyan-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.md\:focus\:via-cyan-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.md\:focus\:via-yellow:focus{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.md\:to-bg_primary{--tw-gradient-to: #1D2731}.md\:to-primary{--tw-gradient-to: #1C4C70}.md\:to-secondary{--tw-gradient-to: #F0984A}.md\:to-warning{--tw-gradient-to: #D95F3B}.md\:to-error{--tw-gradient-to: #f44336}.md\:to-info{--tw-gradient-to: #7AA9A3}.md\:to-success{--tw-gradient-to: #338F9A}.md\:to-call_to_action{--tw-gradient-to: #7fa5f0}.md\:to-gray-50{--tw-gradient-to: #fafafa}.md\:to-gray-100{--tw-gradient-to: #f4f4f5}.md\:to-gray-200{--tw-gradient-to: #e4e4e7}.md\:to-gray-300{--tw-gradient-to: #d4d4d8}.md\:to-gray-400{--tw-gradient-to: #a1a1aa}.md\:to-gray-500{--tw-gradient-to: #71717a}.md\:to-gray-600{--tw-gradient-to: #52525b}.md\:to-gray-700{--tw-gradient-to: #3f3f46}.md\:to-gray-800{--tw-gradient-to: #27272a}.md\:to-gray-900{--tw-gradient-to: #18181b}.md\:to-lightgray{--tw-gradient-to: #efefef}.md\:to-darkgray{--tw-gradient-to: #6c6c6c}.md\:to-nav_darkgray{--tw-gradient-to: #1f1f1f}.md\:to-nav_lightgray{--tw-gradient-to: #474747}.md\:to-blue-50{--tw-gradient-to: #f0f9ff}.md\:to-blue-100{--tw-gradient-to: #e0f2fe}.md\:to-blue-200{--tw-gradient-to: #bae6fd}.md\:to-blue-300{--tw-gradient-to: #7dd3fc}.md\:to-blue-400{--tw-gradient-to: #38bdf8}.md\:to-blue-500{--tw-gradient-to: #0ea5e9}.md\:to-blue-600{--tw-gradient-to: #0284c7}.md\:to-blue-700{--tw-gradient-to: #0369a1}.md\:to-blue-800{--tw-gradient-to: #075985}.md\:to-blue-900{--tw-gradient-to: #0c4a6e}.md\:to-red-50{--tw-gradient-to: #fff1f2}.md\:to-red-100{--tw-gradient-to: #ffe4e6}.md\:to-red-200{--tw-gradient-to: #fecdd3}.md\:to-red-300{--tw-gradient-to: #fda4af}.md\:to-red-400{--tw-gradient-to: #fb7185}.md\:to-red-500{--tw-gradient-to: #f43f5e}.md\:to-red-600{--tw-gradient-to: #e11d48}.md\:to-red-700{--tw-gradient-to: #be123c}.md\:to-red-800{--tw-gradient-to: #9f1239}.md\:to-red-900{--tw-gradient-to: #881337}.md\:to-pink-50{--tw-gradient-to: #fdf4ff}.md\:to-pink-100{--tw-gradient-to: #fae8ff}.md\:to-pink-200{--tw-gradient-to: #f5d0fe}.md\:to-pink-300{--tw-gradient-to: #f0abfc}.md\:to-pink-400{--tw-gradient-to: #e879f9}.md\:to-pink-500{--tw-gradient-to: #d946ef}.md\:to-pink-600{--tw-gradient-to: #c026d3}.md\:to-pink-700{--tw-gradient-to: #a21caf}.md\:to-pink-800{--tw-gradient-to: #86198f}.md\:to-pink-900{--tw-gradient-to: #701a75}.md\:to-green-50{--tw-gradient-to: #f0fdf4}.md\:to-green-100{--tw-gradient-to: #dcfce7}.md\:to-green-200{--tw-gradient-to: #bbf7d0}.md\:to-green-300{--tw-gradient-to: #86efac}.md\:to-green-400{--tw-gradient-to: #4ade80}.md\:to-green-500{--tw-gradient-to: #22c55e}.md\:to-green-600{--tw-gradient-to: #16a34a}.md\:to-green-700{--tw-gradient-to: #15803d}.md\:to-green-800{--tw-gradient-to: #166534}.md\:to-green-900{--tw-gradient-to: #14532d}.md\:to-purple-50{--tw-gradient-to: #faf5ff}.md\:to-purple-100{--tw-gradient-to: #f3e8ff}.md\:to-purple-200{--tw-gradient-to: #e9d5ff}.md\:to-purple-300{--tw-gradient-to: #d8b4fe}.md\:to-purple-400{--tw-gradient-to: #c084fc}.md\:to-purple-500{--tw-gradient-to: #a855f7}.md\:to-purple-600{--tw-gradient-to: #9333ea}.md\:to-purple-700{--tw-gradient-to: #7e22ce}.md\:to-purple-800{--tw-gradient-to: #6b21a8}.md\:to-purple-900{--tw-gradient-to: #581c87}.md\:to-teal-50{--tw-gradient-to: #f0fdfa}.md\:to-teal-100{--tw-gradient-to: #ccfbf1}.md\:to-teal-200{--tw-gradient-to: #99f6e4}.md\:to-teal-300{--tw-gradient-to: #5eead4}.md\:to-teal-400{--tw-gradient-to: #2dd4bf}.md\:to-teal-500{--tw-gradient-to: #14b8a6}.md\:to-teal-600{--tw-gradient-to: #0d9488}.md\:to-teal-700{--tw-gradient-to: #0f766e}.md\:to-teal-800{--tw-gradient-to: #115e59}.md\:to-teal-900{--tw-gradient-to: #134e4a}.md\:to-cyan-50{--tw-gradient-to: #ecfeff}.md\:to-cyan-100{--tw-gradient-to: #cffafe}.md\:to-cyan-200{--tw-gradient-to: #a5f3fc}.md\:to-cyan-300{--tw-gradient-to: #67e8f9}.md\:to-cyan-400{--tw-gradient-to: #22d3ee}.md\:to-cyan-500{--tw-gradient-to: #06b6d4}.md\:to-cyan-600{--tw-gradient-to: #0891b2}.md\:to-cyan-700{--tw-gradient-to: #0e7490}.md\:to-cyan-800{--tw-gradient-to: #155e75}.md\:to-cyan-900{--tw-gradient-to: #164e63}.md\:to-yellow{--tw-gradient-to: #D9B310}.md\:to-white{--tw-gradient-to: #FFF}.md\:to-black{--tw-gradient-to: #000}.md\:hover\:to-bg_primary:hover{--tw-gradient-to: #1D2731}.md\:hover\:to-primary:hover{--tw-gradient-to: #1C4C70}.md\:hover\:to-secondary:hover{--tw-gradient-to: #F0984A}.md\:hover\:to-warning:hover{--tw-gradient-to: #D95F3B}.md\:hover\:to-error:hover{--tw-gradient-to: #f44336}.md\:hover\:to-info:hover{--tw-gradient-to: #7AA9A3}.md\:hover\:to-success:hover{--tw-gradient-to: #338F9A}.md\:hover\:to-call_to_action:hover{--tw-gradient-to: #7fa5f0}.md\:hover\:to-gray-50:hover{--tw-gradient-to: #fafafa}.md\:hover\:to-gray-100:hover{--tw-gradient-to: #f4f4f5}.md\:hover\:to-gray-200:hover{--tw-gradient-to: #e4e4e7}.md\:hover\:to-gray-300:hover{--tw-gradient-to: #d4d4d8}.md\:hover\:to-gray-400:hover{--tw-gradient-to: #a1a1aa}.md\:hover\:to-gray-500:hover{--tw-gradient-to: #71717a}.md\:hover\:to-gray-600:hover{--tw-gradient-to: #52525b}.md\:hover\:to-gray-700:hover{--tw-gradient-to: #3f3f46}.md\:hover\:to-gray-800:hover{--tw-gradient-to: #27272a}.md\:hover\:to-gray-900:hover{--tw-gradient-to: #18181b}.md\:hover\:to-lightgray:hover{--tw-gradient-to: #efefef}.md\:hover\:to-darkgray:hover{--tw-gradient-to: #6c6c6c}.md\:hover\:to-nav_darkgray:hover{--tw-gradient-to: #1f1f1f}.md\:hover\:to-nav_lightgray:hover{--tw-gradient-to: #474747}.md\:hover\:to-blue-50:hover{--tw-gradient-to: #f0f9ff}.md\:hover\:to-blue-100:hover{--tw-gradient-to: #e0f2fe}.md\:hover\:to-blue-200:hover{--tw-gradient-to: #bae6fd}.md\:hover\:to-blue-300:hover{--tw-gradient-to: #7dd3fc}.md\:hover\:to-blue-400:hover{--tw-gradient-to: #38bdf8}.md\:hover\:to-blue-500:hover{--tw-gradient-to: #0ea5e9}.md\:hover\:to-blue-600:hover{--tw-gradient-to: #0284c7}.md\:hover\:to-blue-700:hover{--tw-gradient-to: #0369a1}.md\:hover\:to-blue-800:hover{--tw-gradient-to: #075985}.md\:hover\:to-blue-900:hover{--tw-gradient-to: #0c4a6e}.md\:hover\:to-red-50:hover{--tw-gradient-to: #fff1f2}.md\:hover\:to-red-100:hover{--tw-gradient-to: #ffe4e6}.md\:hover\:to-red-200:hover{--tw-gradient-to: #fecdd3}.md\:hover\:to-red-300:hover{--tw-gradient-to: #fda4af}.md\:hover\:to-red-400:hover{--tw-gradient-to: #fb7185}.md\:hover\:to-red-500:hover{--tw-gradient-to: #f43f5e}.md\:hover\:to-red-600:hover{--tw-gradient-to: #e11d48}.md\:hover\:to-red-700:hover{--tw-gradient-to: #be123c}.md\:hover\:to-red-800:hover{--tw-gradient-to: #9f1239}.md\:hover\:to-red-900:hover{--tw-gradient-to: #881337}.md\:hover\:to-pink-50:hover{--tw-gradient-to: #fdf4ff}.md\:hover\:to-pink-100:hover{--tw-gradient-to: #fae8ff}.md\:hover\:to-pink-200:hover{--tw-gradient-to: #f5d0fe}.md\:hover\:to-pink-300:hover{--tw-gradient-to: #f0abfc}.md\:hover\:to-pink-400:hover{--tw-gradient-to: #e879f9}.md\:hover\:to-pink-500:hover{--tw-gradient-to: #d946ef}.md\:hover\:to-pink-600:hover{--tw-gradient-to: #c026d3}.md\:hover\:to-pink-700:hover{--tw-gradient-to: #a21caf}.md\:hover\:to-pink-800:hover{--tw-gradient-to: #86198f}.md\:hover\:to-pink-900:hover{--tw-gradient-to: #701a75}.md\:hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4}.md\:hover\:to-green-100:hover{--tw-gradient-to: #dcfce7}.md\:hover\:to-green-200:hover{--tw-gradient-to: #bbf7d0}.md\:hover\:to-green-300:hover{--tw-gradient-to: #86efac}.md\:hover\:to-green-400:hover{--tw-gradient-to: #4ade80}.md\:hover\:to-green-500:hover{--tw-gradient-to: #22c55e}.md\:hover\:to-green-600:hover{--tw-gradient-to: #16a34a}.md\:hover\:to-green-700:hover{--tw-gradient-to: #15803d}.md\:hover\:to-green-800:hover{--tw-gradient-to: #166534}.md\:hover\:to-green-900:hover{--tw-gradient-to: #14532d}.md\:hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff}.md\:hover\:to-purple-100:hover{--tw-gradient-to: #f3e8ff}.md\:hover\:to-purple-200:hover{--tw-gradient-to: #e9d5ff}.md\:hover\:to-purple-300:hover{--tw-gradient-to: #d8b4fe}.md\:hover\:to-purple-400:hover{--tw-gradient-to: #c084fc}.md\:hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.md\:hover\:to-purple-600:hover{--tw-gradient-to: #9333ea}.md\:hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce}.md\:hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8}.md\:hover\:to-purple-900:hover{--tw-gradient-to: #581c87}.md\:hover\:to-teal-50:hover{--tw-gradient-to: #f0fdfa}.md\:hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1}.md\:hover\:to-teal-200:hover{--tw-gradient-to: #99f6e4}.md\:hover\:to-teal-300:hover{--tw-gradient-to: #5eead4}.md\:hover\:to-teal-400:hover{--tw-gradient-to: #2dd4bf}.md\:hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6}.md\:hover\:to-teal-600:hover{--tw-gradient-to: #0d9488}.md\:hover\:to-teal-700:hover{--tw-gradient-to: #0f766e}.md\:hover\:to-teal-800:hover{--tw-gradient-to: #115e59}.md\:hover\:to-teal-900:hover{--tw-gradient-to: #134e4a}.md\:hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff}.md\:hover\:to-cyan-100:hover{--tw-gradient-to: #cffafe}.md\:hover\:to-cyan-200:hover{--tw-gradient-to: #a5f3fc}.md\:hover\:to-cyan-300:hover{--tw-gradient-to: #67e8f9}.md\:hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee}.md\:hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4}.md\:hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2}.md\:hover\:to-cyan-700:hover{--tw-gradient-to: #0e7490}.md\:hover\:to-cyan-800:hover{--tw-gradient-to: #155e75}.md\:hover\:to-cyan-900:hover{--tw-gradient-to: #164e63}.md\:hover\:to-yellow:hover{--tw-gradient-to: #D9B310}.md\:hover\:to-white:hover{--tw-gradient-to: #FFF}.md\:hover\:to-black:hover{--tw-gradient-to: #000}.md\:focus\:to-bg_primary:focus{--tw-gradient-to: #1D2731}.md\:focus\:to-primary:focus{--tw-gradient-to: #1C4C70}.md\:focus\:to-secondary:focus{--tw-gradient-to: #F0984A}.md\:focus\:to-warning:focus{--tw-gradient-to: #D95F3B}.md\:focus\:to-error:focus{--tw-gradient-to: #f44336}.md\:focus\:to-info:focus{--tw-gradient-to: #7AA9A3}.md\:focus\:to-success:focus{--tw-gradient-to: #338F9A}.md\:focus\:to-call_to_action:focus{--tw-gradient-to: #7fa5f0}.md\:focus\:to-gray-50:focus{--tw-gradient-to: #fafafa}.md\:focus\:to-gray-100:focus{--tw-gradient-to: #f4f4f5}.md\:focus\:to-gray-200:focus{--tw-gradient-to: #e4e4e7}.md\:focus\:to-gray-300:focus{--tw-gradient-to: #d4d4d8}.md\:focus\:to-gray-400:focus{--tw-gradient-to: #a1a1aa}.md\:focus\:to-gray-500:focus{--tw-gradient-to: #71717a}.md\:focus\:to-gray-600:focus{--tw-gradient-to: #52525b}.md\:focus\:to-gray-700:focus{--tw-gradient-to: #3f3f46}.md\:focus\:to-gray-800:focus{--tw-gradient-to: #27272a}.md\:focus\:to-gray-900:focus{--tw-gradient-to: #18181b}.md\:focus\:to-lightgray:focus{--tw-gradient-to: #efefef}.md\:focus\:to-darkgray:focus{--tw-gradient-to: #6c6c6c}.md\:focus\:to-nav_darkgray:focus{--tw-gradient-to: #1f1f1f}.md\:focus\:to-nav_lightgray:focus{--tw-gradient-to: #474747}.md\:focus\:to-blue-50:focus{--tw-gradient-to: #f0f9ff}.md\:focus\:to-blue-100:focus{--tw-gradient-to: #e0f2fe}.md\:focus\:to-blue-200:focus{--tw-gradient-to: #bae6fd}.md\:focus\:to-blue-300:focus{--tw-gradient-to: #7dd3fc}.md\:focus\:to-blue-400:focus{--tw-gradient-to: #38bdf8}.md\:focus\:to-blue-500:focus{--tw-gradient-to: #0ea5e9}.md\:focus\:to-blue-600:focus{--tw-gradient-to: #0284c7}.md\:focus\:to-blue-700:focus{--tw-gradient-to: #0369a1}.md\:focus\:to-blue-800:focus{--tw-gradient-to: #075985}.md\:focus\:to-blue-900:focus{--tw-gradient-to: #0c4a6e}.md\:focus\:to-red-50:focus{--tw-gradient-to: #fff1f2}.md\:focus\:to-red-100:focus{--tw-gradient-to: #ffe4e6}.md\:focus\:to-red-200:focus{--tw-gradient-to: #fecdd3}.md\:focus\:to-red-300:focus{--tw-gradient-to: #fda4af}.md\:focus\:to-red-400:focus{--tw-gradient-to: #fb7185}.md\:focus\:to-red-500:focus{--tw-gradient-to: #f43f5e}.md\:focus\:to-red-600:focus{--tw-gradient-to: #e11d48}.md\:focus\:to-red-700:focus{--tw-gradient-to: #be123c}.md\:focus\:to-red-800:focus{--tw-gradient-to: #9f1239}.md\:focus\:to-red-900:focus{--tw-gradient-to: #881337}.md\:focus\:to-pink-50:focus{--tw-gradient-to: #fdf4ff}.md\:focus\:to-pink-100:focus{--tw-gradient-to: #fae8ff}.md\:focus\:to-pink-200:focus{--tw-gradient-to: #f5d0fe}.md\:focus\:to-pink-300:focus{--tw-gradient-to: #f0abfc}.md\:focus\:to-pink-400:focus{--tw-gradient-to: #e879f9}.md\:focus\:to-pink-500:focus{--tw-gradient-to: #d946ef}.md\:focus\:to-pink-600:focus{--tw-gradient-to: #c026d3}.md\:focus\:to-pink-700:focus{--tw-gradient-to: #a21caf}.md\:focus\:to-pink-800:focus{--tw-gradient-to: #86198f}.md\:focus\:to-pink-900:focus{--tw-gradient-to: #701a75}.md\:focus\:to-green-50:focus{--tw-gradient-to: #f0fdf4}.md\:focus\:to-green-100:focus{--tw-gradient-to: #dcfce7}.md\:focus\:to-green-200:focus{--tw-gradient-to: #bbf7d0}.md\:focus\:to-green-300:focus{--tw-gradient-to: #86efac}.md\:focus\:to-green-400:focus{--tw-gradient-to: #4ade80}.md\:focus\:to-green-500:focus{--tw-gradient-to: #22c55e}.md\:focus\:to-green-600:focus{--tw-gradient-to: #16a34a}.md\:focus\:to-green-700:focus{--tw-gradient-to: #15803d}.md\:focus\:to-green-800:focus{--tw-gradient-to: #166534}.md\:focus\:to-green-900:focus{--tw-gradient-to: #14532d}.md\:focus\:to-purple-50:focus{--tw-gradient-to: #faf5ff}.md\:focus\:to-purple-100:focus{--tw-gradient-to: #f3e8ff}.md\:focus\:to-purple-200:focus{--tw-gradient-to: #e9d5ff}.md\:focus\:to-purple-300:focus{--tw-gradient-to: #d8b4fe}.md\:focus\:to-purple-400:focus{--tw-gradient-to: #c084fc}.md\:focus\:to-purple-500:focus{--tw-gradient-to: #a855f7}.md\:focus\:to-purple-600:focus{--tw-gradient-to: #9333ea}.md\:focus\:to-purple-700:focus{--tw-gradient-to: #7e22ce}.md\:focus\:to-purple-800:focus{--tw-gradient-to: #6b21a8}.md\:focus\:to-purple-900:focus{--tw-gradient-to: #581c87}.md\:focus\:to-teal-50:focus{--tw-gradient-to: #f0fdfa}.md\:focus\:to-teal-100:focus{--tw-gradient-to: #ccfbf1}.md\:focus\:to-teal-200:focus{--tw-gradient-to: #99f6e4}.md\:focus\:to-teal-300:focus{--tw-gradient-to: #5eead4}.md\:focus\:to-teal-400:focus{--tw-gradient-to: #2dd4bf}.md\:focus\:to-teal-500:focus{--tw-gradient-to: #14b8a6}.md\:focus\:to-teal-600:focus{--tw-gradient-to: #0d9488}.md\:focus\:to-teal-700:focus{--tw-gradient-to: #0f766e}.md\:focus\:to-teal-800:focus{--tw-gradient-to: #115e59}.md\:focus\:to-teal-900:focus{--tw-gradient-to: #134e4a}.md\:focus\:to-cyan-50:focus{--tw-gradient-to: #ecfeff}.md\:focus\:to-cyan-100:focus{--tw-gradient-to: #cffafe}.md\:focus\:to-cyan-200:focus{--tw-gradient-to: #a5f3fc}.md\:focus\:to-cyan-300:focus{--tw-gradient-to: #67e8f9}.md\:focus\:to-cyan-400:focus{--tw-gradient-to: #22d3ee}.md\:focus\:to-cyan-500:focus{--tw-gradient-to: #06b6d4}.md\:focus\:to-cyan-600:focus{--tw-gradient-to: #0891b2}.md\:focus\:to-cyan-700:focus{--tw-gradient-to: #0e7490}.md\:focus\:to-cyan-800:focus{--tw-gradient-to: #155e75}.md\:focus\:to-cyan-900:focus{--tw-gradient-to: #164e63}.md\:focus\:to-yellow:focus{--tw-gradient-to: #D9B310}.md\:focus\:to-white:focus{--tw-gradient-to: #FFF}.md\:focus\:to-black:focus{--tw-gradient-to: #000}.md\:decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.md\:decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.md\:bg-auto{background-size:auto}.md\:bg-cover{background-size:cover}.md\:bg-contain{background-size:contain}.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-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-origin-border{background-origin:border-box}.md\:bg-origin-padding{background-origin:padding-box}.md\:bg-origin-content{background-origin:content-box}.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\: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\: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-112{padding:28rem}.md\:p-128{padding:32rem}.md\:p-144{padding:36rem}.md\:p-160{padding:40rem}.md\:p-168{padding:42rem}.md\:p-180{padding:45rem}.md\:p-192{padding:48rem}.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\:px-0{padding-left:0;padding-right:0}.md\:px-1{padding-left:.25rem;padding-right:.25rem}.md\:px-2{padding-left:.5rem;padding-right:.5rem}.md\:px-3{padding-left:.75rem;padding-right:.75rem}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-6{padding-left:1.5rem;padding-right:1.5rem}.md\:px-7{padding-left:1.75rem;padding-right:1.75rem}.md\:px-8{padding-left:2rem;padding-right:2rem}.md\:px-9{padding-left:2.25rem;padding-right:2.25rem}.md\:px-10{padding-left:2.5rem;padding-right:2.5rem}.md\:px-11{padding-left:2.75rem;padding-right:2.75rem}.md\:px-12{padding-left:3rem;padding-right:3rem}.md\:px-14{padding-left:3.5rem;padding-right:3.5rem}.md\:px-16{padding-left:4rem;padding-right:4rem}.md\:px-20{padding-left:5rem;padding-right:5rem}.md\:px-24{padding-left:6rem;padding-right:6rem}.md\:px-28{padding-left:7rem;padding-right:7rem}.md\:px-32{padding-left:8rem;padding-right:8rem}.md\:px-36{padding-left:9rem;padding-right:9rem}.md\:px-40{padding-left:10rem;padding-right:10rem}.md\:px-44{padding-left:11rem;padding-right:11rem}.md\:px-48{padding-left:12rem;padding-right:12rem}.md\:px-52{padding-left:13rem;padding-right:13rem}.md\:px-56{padding-left:14rem;padding-right:14rem}.md\:px-60{padding-left:15rem;padding-right:15rem}.md\:px-64{padding-left:16rem;padding-right:16rem}.md\:px-72{padding-left:18rem;padding-right:18rem}.md\:px-80{padding-left:20rem;padding-right:20rem}.md\:px-96{padding-left:24rem;padding-right:24rem}.md\:px-112{padding-left:28rem;padding-right:28rem}.md\:px-128{padding-left:32rem;padding-right:32rem}.md\:px-144{padding-left:36rem;padding-right:36rem}.md\:px-160{padding-left:40rem;padding-right:40rem}.md\:px-168{padding-left:42rem;padding-right:42rem}.md\:px-180{padding-left:45rem;padding-right:45rem}.md\:px-192{padding-left:48rem;padding-right:48rem}.md\:px-px{padding-left:1px;padding-right:1px}.md\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.md\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.md\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.md\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.md\:py-0{padding-top:0;padding-bottom:0}.md\:py-1{padding-top:.25rem;padding-bottom:.25rem}.md\:py-2{padding-top:.5rem;padding-bottom:.5rem}.md\:py-3{padding-top:.75rem;padding-bottom:.75rem}.md\:py-4{padding-top:1rem;padding-bottom:1rem}.md\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.md\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.md\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.md\:py-8{padding-top:2rem;padding-bottom:2rem}.md\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.md\:py-12{padding-top:3rem;padding-bottom:3rem}.md\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.md\:py-16{padding-top:4rem;padding-bottom:4rem}.md\:py-20{padding-top:5rem;padding-bottom:5rem}.md\:py-24{padding-top:6rem;padding-bottom:6rem}.md\:py-28{padding-top:7rem;padding-bottom:7rem}.md\:py-32{padding-top:8rem;padding-bottom:8rem}.md\:py-36{padding-top:9rem;padding-bottom:9rem}.md\:py-40{padding-top:10rem;padding-bottom:10rem}.md\:py-44{padding-top:11rem;padding-bottom:11rem}.md\:py-48{padding-top:12rem;padding-bottom:12rem}.md\:py-52{padding-top:13rem;padding-bottom:13rem}.md\:py-56{padding-top:14rem;padding-bottom:14rem}.md\:py-60{padding-top:15rem;padding-bottom:15rem}.md\:py-64{padding-top:16rem;padding-bottom:16rem}.md\:py-72{padding-top:18rem;padding-bottom:18rem}.md\:py-80{padding-top:20rem;padding-bottom:20rem}.md\:py-96{padding-top:24rem;padding-bottom:24rem}.md\:py-112{padding-top:28rem;padding-bottom:28rem}.md\:py-128{padding-top:32rem;padding-bottom:32rem}.md\:py-144{padding-top:36rem;padding-bottom:36rem}.md\:py-160{padding-top:40rem;padding-bottom:40rem}.md\:py-168{padding-top:42rem;padding-bottom:42rem}.md\:py-180{padding-top:45rem;padding-bottom:45rem}.md\:py-192{padding-top:48rem;padding-bottom:48rem}.md\:py-px{padding-top:1px;padding-bottom:1px}.md\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.md\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.md\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.md\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.md\:pt-0{padding-top:0}.md\:pt-1{padding-top:.25rem}.md\:pt-2{padding-top:.5rem}.md\:pt-3{padding-top:.75rem}.md\:pt-4{padding-top:1rem}.md\:pt-5{padding-top:1.25rem}.md\:pt-6{padding-top:1.5rem}.md\:pt-7{padding-top:1.75rem}.md\:pt-8{padding-top:2rem}.md\:pt-9{padding-top:2.25rem}.md\:pt-10{padding-top:2.5rem}.md\:pt-11{padding-top:2.75rem}.md\:pt-12{padding-top:3rem}.md\:pt-14{padding-top:3.5rem}.md\:pt-16{padding-top:4rem}.md\:pt-20{padding-top:5rem}.md\:pt-24{padding-top:6rem}.md\:pt-28{padding-top:7rem}.md\:pt-32{padding-top:8rem}.md\:pt-36{padding-top:9rem}.md\:pt-40{padding-top:10rem}.md\:pt-44{padding-top:11rem}.md\:pt-48{padding-top:12rem}.md\:pt-52{padding-top:13rem}.md\:pt-56{padding-top:14rem}.md\:pt-60{padding-top:15rem}.md\:pt-64{padding-top:16rem}.md\:pt-72{padding-top:18rem}.md\:pt-80{padding-top:20rem}.md\:pt-96{padding-top:24rem}.md\:pt-112{padding-top:28rem}.md\:pt-128{padding-top:32rem}.md\:pt-144{padding-top:36rem}.md\:pt-160{padding-top:40rem}.md\:pt-168{padding-top:42rem}.md\:pt-180{padding-top:45rem}.md\:pt-192{padding-top:48rem}.md\:pt-px{padding-top:1px}.md\:pt-0\.5{padding-top:.125rem}.md\:pt-1\.5{padding-top:.375rem}.md\:pt-2\.5{padding-top:.625rem}.md\:pt-3\.5{padding-top:.875rem}.md\:pr-0{padding-right:0}.md\:pr-1{padding-right:.25rem}.md\:pr-2{padding-right:.5rem}.md\:pr-3{padding-right:.75rem}.md\:pr-4{padding-right:1rem}.md\:pr-5{padding-right:1.25rem}.md\:pr-6{padding-right:1.5rem}.md\:pr-7{padding-right:1.75rem}.md\:pr-8{padding-right:2rem}.md\:pr-9{padding-right:2.25rem}.md\:pr-10{padding-right:2.5rem}.md\:pr-11{padding-right:2.75rem}.md\:pr-12{padding-right:3rem}.md\:pr-14{padding-right:3.5rem}.md\:pr-16{padding-right:4rem}.md\:pr-20{padding-right:5rem}.md\:pr-24{padding-right:6rem}.md\:pr-28{padding-right:7rem}.md\:pr-32{padding-right:8rem}.md\:pr-36{padding-right:9rem}.md\:pr-40{padding-right:10rem}.md\:pr-44{padding-right:11rem}.md\:pr-48{padding-right:12rem}.md\:pr-52{padding-right:13rem}.md\:pr-56{padding-right:14rem}.md\:pr-60{padding-right:15rem}.md\:pr-64{padding-right:16rem}.md\:pr-72{padding-right:18rem}.md\:pr-80{padding-right:20rem}.md\:pr-96{padding-right:24rem}.md\:pr-112{padding-right:28rem}.md\:pr-128{padding-right:32rem}.md\:pr-144{padding-right:36rem}.md\:pr-160{padding-right:40rem}.md\:pr-168{padding-right:42rem}.md\:pr-180{padding-right:45rem}.md\:pr-192{padding-right:48rem}.md\:pr-px{padding-right:1px}.md\:pr-0\.5{padding-right:.125rem}.md\:pr-1\.5{padding-right:.375rem}.md\:pr-2\.5{padding-right:.625rem}.md\:pr-3\.5{padding-right:.875rem}.md\:pb-0{padding-bottom:0}.md\:pb-1{padding-bottom:.25rem}.md\:pb-2{padding-bottom:.5rem}.md\:pb-3{padding-bottom:.75rem}.md\:pb-4{padding-bottom:1rem}.md\:pb-5{padding-bottom:1.25rem}.md\:pb-6{padding-bottom:1.5rem}.md\:pb-7{padding-bottom:1.75rem}.md\:pb-8{padding-bottom:2rem}.md\:pb-9{padding-bottom:2.25rem}.md\:pb-10{padding-bottom:2.5rem}.md\:pb-11{padding-bottom:2.75rem}.md\:pb-12{padding-bottom:3rem}.md\:pb-14{padding-bottom:3.5rem}.md\:pb-16{padding-bottom:4rem}.md\:pb-20{padding-bottom:5rem}.md\:pb-24{padding-bottom:6rem}.md\:pb-28{padding-bottom:7rem}.md\:pb-32{padding-bottom:8rem}.md\:pb-36{padding-bottom:9rem}.md\:pb-40{padding-bottom:10rem}.md\:pb-44{padding-bottom:11rem}.md\:pb-48{padding-bottom:12rem}.md\:pb-52{padding-bottom:13rem}.md\:pb-56{padding-bottom:14rem}.md\:pb-60{padding-bottom:15rem}.md\:pb-64{padding-bottom:16rem}.md\:pb-72{padding-bottom:18rem}.md\:pb-80{padding-bottom:20rem}.md\:pb-96{padding-bottom:24rem}.md\:pb-112{padding-bottom:28rem}.md\:pb-128{padding-bottom:32rem}.md\:pb-144{padding-bottom:36rem}.md\:pb-160{padding-bottom:40rem}.md\:pb-168{padding-bottom:42rem}.md\:pb-180{padding-bottom:45rem}.md\:pb-192{padding-bottom:48rem}.md\:pb-px{padding-bottom:1px}.md\:pb-0\.5{padding-bottom:.125rem}.md\:pb-1\.5{padding-bottom:.375rem}.md\:pb-2\.5{padding-bottom:.625rem}.md\:pb-3\.5{padding-bottom:.875rem}.md\:pl-0{padding-left:0}.md\:pl-1{padding-left:.25rem}.md\:pl-2{padding-left:.5rem}.md\:pl-3{padding-left:.75rem}.md\:pl-4{padding-left:1rem}.md\:pl-5{padding-left:1.25rem}.md\:pl-6{padding-left:1.5rem}.md\:pl-7{padding-left:1.75rem}.md\:pl-8{padding-left:2rem}.md\:pl-9{padding-left:2.25rem}.md\:pl-10{padding-left:2.5rem}.md\:pl-11{padding-left:2.75rem}.md\:pl-12{padding-left:3rem}.md\:pl-14{padding-left:3.5rem}.md\:pl-16{padding-left:4rem}.md\:pl-20{padding-left:5rem}.md\:pl-24{padding-left:6rem}.md\:pl-28{padding-left:7rem}.md\:pl-32{padding-left:8rem}.md\:pl-36{padding-left:9rem}.md\:pl-40{padding-left:10rem}.md\:pl-44{padding-left:11rem}.md\:pl-48{padding-left:12rem}.md\:pl-52{padding-left:13rem}.md\:pl-56{padding-left:14rem}.md\:pl-60{padding-left:15rem}.md\:pl-64{padding-left:16rem}.md\:pl-72{padding-left:18rem}.md\:pl-80{padding-left:20rem}.md\:pl-96{padding-left:24rem}.md\:pl-112{padding-left:28rem}.md\:pl-128{padding-left:32rem}.md\:pl-144{padding-left:36rem}.md\:pl-160{padding-left:40rem}.md\:pl-168{padding-left:42rem}.md\:pl-180{padding-left:45rem}.md\:pl-192{padding-left:48rem}.md\:pl-px{padding-left:1px}.md\:pl-0\.5{padding-left:.125rem}.md\:pl-1\.5{padding-left:.375rem}.md\:pl-2\.5{padding-left:.625rem}.md\:pl-3\.5{padding-left:.875rem}.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\: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\:font-sans{font-family:IBM Plex Sans Thai,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-oswald{font-family:Oswald}.md\:font-thai{font-family:IBM Plex Sans Thai,sans-serif}.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\:text-2xs{font-size:.65rem}.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\:uppercase{text-transform:uppercase}.md\:lowercase{text-transform:lowercase}.md\:capitalize{text-transform:capitalize}.md\:normal-case{text-transform:none}.md\:italic{font-style:italic}.md\:not-italic{font-style:normal}.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\: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\: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\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.md\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.md\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.md\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.md\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.md\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.md\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.md\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.md\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.md\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.md\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.md\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.md\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.md\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.md\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.md\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.md\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.md\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.md\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.md\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.md\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.md\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.md\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.md\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.md\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.md\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.md\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.md\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.md\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.md\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.md\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.md\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.md\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.md\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.md\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.md\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.md\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.md\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.md\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.md\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.md\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.md\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.md\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.md\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.md\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.md\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.md\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.md\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.md\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.md\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.md\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.md\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.md\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.md\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.md\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.md\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.md\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.md\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.md\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.md\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.md\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.md\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.md\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.md\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.md\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.md\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.md\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.md\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.md\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.md\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.md\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.md\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.md\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.md\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.md\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.md\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.md\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.md\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.md\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.md\:text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.md\:text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.md\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.md\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.md\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.md\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.md\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,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-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.group:hover .md\:group-hover\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.md\:focus-within\:text-primary:focus-within{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.md\:focus-within\:text-secondary:focus-within{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.md\:focus-within\:text-warning:focus-within{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.md\:focus-within\:text-error:focus-within{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.md\:focus-within\:text-info:focus-within{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.md\:focus-within\:text-success:focus-within{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.md\:focus-within\:text-gray-50:focus-within{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.md\:focus-within\:text-gray-100:focus-within{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.md\:focus-within\:text-gray-200:focus-within{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.md\:focus-within\:text-gray-300:focus-within{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.md\:focus-within\:text-gray-400:focus-within{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.md\:focus-within\:text-gray-500:focus-within{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.md\:focus-within\:text-gray-600:focus-within{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.md\:focus-within\:text-gray-700:focus-within{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.md\:focus-within\:text-gray-800:focus-within{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.md\:focus-within\:text-gray-900:focus-within{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.md\:focus-within\:text-sky:focus-within{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.md\:focus-within\:text-red-50:focus-within{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.md\:focus-within\:text-red-100:focus-within{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.md\:focus-within\:text-red-200:focus-within{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.md\:focus-within\:text-red-300:focus-within{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.md\:focus-within\:text-red-400:focus-within{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.md\:focus-within\:text-red-500:focus-within{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.md\:focus-within\:text-red-600:focus-within{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.md\:focus-within\:text-red-700:focus-within{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.md\:focus-within\:text-red-800:focus-within{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.md\:focus-within\:text-red-900:focus-within{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.md\:focus-within\:text-pink-50:focus-within{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.md\:focus-within\:text-pink-100:focus-within{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.md\:focus-within\:text-pink-200:focus-within{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.md\:focus-within\:text-pink-300:focus-within{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.md\:focus-within\:text-pink-400:focus-within{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.md\:focus-within\:text-pink-500:focus-within{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.md\:focus-within\:text-pink-600:focus-within{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.md\:focus-within\:text-pink-700:focus-within{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.md\:focus-within\:text-pink-800:focus-within{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.md\:focus-within\:text-pink-900:focus-within{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.md\:focus-within\:text-green-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.md\:focus-within\:text-green-100:focus-within{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.md\:focus-within\:text-green-200:focus-within{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.md\:focus-within\:text-green-300:focus-within{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.md\:focus-within\:text-green-400:focus-within{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.md\:focus-within\:text-green-500:focus-within{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.md\:focus-within\:text-green-600:focus-within{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.md\:focus-within\:text-green-700:focus-within{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.md\:focus-within\:text-green-800:focus-within{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.md\:focus-within\:text-green-900:focus-within{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.md\:focus-within\:text-purple-50:focus-within{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.md\:focus-within\:text-purple-100:focus-within{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.md\:focus-within\:text-purple-200:focus-within{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.md\:focus-within\:text-purple-300:focus-within{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.md\:focus-within\:text-purple-400:focus-within{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.md\:focus-within\:text-purple-500:focus-within{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.md\:focus-within\:text-purple-600:focus-within{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.md\:focus-within\:text-purple-700:focus-within{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.md\:focus-within\:text-purple-800:focus-within{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.md\:focus-within\:text-purple-900:focus-within{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.md\:focus-within\:text-teal-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.md\:focus-within\:text-teal-100:focus-within{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.md\:focus-within\:text-teal-200:focus-within{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.md\:focus-within\:text-teal-300:focus-within{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.md\:focus-within\:text-teal-400:focus-within{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.md\:focus-within\:text-teal-500:focus-within{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.md\:focus-within\:text-teal-600:focus-within{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.md\:focus-within\:text-teal-700:focus-within{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.md\:focus-within\:text-teal-800:focus-within{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.md\:focus-within\:text-teal-900:focus-within{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-50:focus-within{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-100:focus-within{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-200:focus-within{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-300:focus-within{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-400:focus-within{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-500:focus-within{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-600:focus-within{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-700:focus-within{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-800:focus-within{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.md\:focus-within\:text-cyan-900:focus-within{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.md\:focus-within\:text-yellow:focus-within{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.md\:focus-within\:text-orange:focus-within{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus-within{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:focus-within\:text-grey:focus-within{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.md\:focus-within\:text-line:focus-within{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.md\:focus-within\:text-facebook:focus-within{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.md\:focus-within\:text-instagram:focus-within{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.md\:focus-within\:text-youtube:focus-within{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.md\:focus-within\:text-lightgray:focus-within{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.md\:hover\:text-primary:hover{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.md\:hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.md\:hover\:text-warning:hover{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.md\:hover\:text-error:hover{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.md\:hover\:text-info:hover{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.md\:hover\:text-success:hover{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.md\:hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.md\:hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.md\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.md\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.md\:hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.md\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.md\:hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.md\:hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.md\:hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.md\:hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.md\:hover\:text-sky:hover{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.md\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.md\:hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.md\:hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.md\:hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.md\:hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.md\:hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.md\:hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.md\:hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.md\:hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.md\:hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.md\:hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.md\:hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.md\:hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.md\:hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.md\:hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.md\:hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.md\:hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.md\:hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.md\:hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.md\:hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.md\:hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.md\:hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.md\:hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.md\:hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.md\:hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.md\:hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.md\:hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.md\:hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.md\:hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.md\:hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.md\:hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.md\:hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.md\:hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.md\:hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.md\:hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.md\:hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.md\:hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.md\:hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.md\:hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.md\:hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.md\:hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.md\:hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.md\:hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.md\:hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.md\:hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.md\:hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.md\:hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.md\:hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.md\:hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.md\:hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.md\:hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.md\:hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.md\:hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.md\:hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.md\:hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.md\:hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.md\:hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.md\:hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.md\:hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.md\:hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.md\:hover\:text-yellow:hover{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.md\:hover\:text-orange:hover{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:hover{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:hover\:text-grey:hover{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.md\:hover\:text-line:hover{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.md\:hover\:text-facebook:hover{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.md\:hover\:text-instagram:hover{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.md\:hover\:text-youtube:hover{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.md\:hover\:text-lightgray:hover{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.md\:focus\:text-primary:focus{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.md\:focus\:text-secondary:focus{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.md\:focus\:text-warning:focus{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.md\:focus\:text-error:focus{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.md\:focus\:text-info:focus{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.md\:focus\:text-success:focus{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.md\:focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.md\:focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.md\:focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.md\:focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.md\:focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.md\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.md\:focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.md\:focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.md\:focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.md\:focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.md\:focus\:text-sky:focus{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.md\:focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.md\:focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.md\:focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.md\:focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.md\:focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.md\:focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.md\:focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.md\:focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.md\:focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.md\:focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.md\:focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.md\:focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.md\:focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.md\:focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.md\:focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.md\:focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.md\:focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.md\:focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.md\:focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.md\:focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.md\:focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.md\:focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.md\:focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.md\:focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.md\:focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.md\:focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.md\:focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.md\:focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.md\:focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.md\:focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.md\:focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.md\:focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.md\:focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.md\:focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.md\:focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.md\:focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.md\:focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.md\:focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.md\:focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.md\:focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.md\:focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.md\:focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.md\:focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.md\:focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.md\:focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.md\:focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.md\:focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.md\:focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.md\:focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.md\:focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.md\:focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.md\:focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.md\:focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.md\:focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.md\:focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.md\:focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.md\:focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.md\:focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.md\:focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.md\:focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.md\:focus\:text-yellow:focus{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.md\:focus\:text-orange:focus{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.md\:focus\:text-grey:focus{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.md\:focus\:text-line:focus{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.md\:focus\:text-facebook:focus{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.md\:focus\:text-instagram:focus{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.md\:focus\:text-youtube:focus{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.md\:focus\:text-lightgray:focus{--tw-text-opacity: 1;color:rgba(239,239,239,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\: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\:placeholder-bg_primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.md\:placeholder-bg_primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.md\:placeholder-primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.md\:placeholder-primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.md\:placeholder-secondary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.md\:placeholder-secondary::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.md\:placeholder-warning::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.md\:placeholder-warning::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.md\:placeholder-error::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.md\:placeholder-error::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.md\:placeholder-info::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.md\:placeholder-info::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.md\:placeholder-success::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.md\:placeholder-success::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.md\:placeholder-call_to_action::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.md\:placeholder-call_to_action::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.md\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.md\:placeholder-gray-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.md\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.md\:placeholder-gray-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.md\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.md\:placeholder-gray-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.md\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.md\:placeholder-gray-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.md\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.md\:placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.md\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.md\:placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.md\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.md\:placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.md\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.md\:placeholder-gray-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.md\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.md\:placeholder-gray-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.md\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.md\:placeholder-gray-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.md\:placeholder-lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.md\:placeholder-lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.md\:placeholder-darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.md\:placeholder-darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.md\:placeholder-nav_darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.md\:placeholder-nav_darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.md\:placeholder-nav_lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.md\:placeholder-nav_lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.md\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.md\:placeholder-blue-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.md\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.md\:placeholder-blue-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.md\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.md\:placeholder-blue-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.md\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.md\:placeholder-blue-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.md\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.md\:placeholder-blue-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.md\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.md\:placeholder-blue-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.md\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.md\:placeholder-blue-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.md\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.md\:placeholder-blue-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.md\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.md\:placeholder-blue-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.md\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.md\:placeholder-blue-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.md\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.md\:placeholder-red-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.md\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.md\:placeholder-red-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.md\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.md\:placeholder-red-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.md\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.md\:placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.md\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.md\:placeholder-red-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.md\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.md\:placeholder-red-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.md\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.md\:placeholder-red-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.md\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.md\:placeholder-red-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.md\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.md\:placeholder-red-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.md\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.md\:placeholder-red-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.md\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.md\:placeholder-pink-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.md\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.md\:placeholder-pink-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.md\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.md\:placeholder-pink-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.md\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.md\:placeholder-pink-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.md\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.md\:placeholder-pink-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.md\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.md\:placeholder-pink-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.md\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.md\:placeholder-pink-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.md\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.md\:placeholder-pink-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.md\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.md\:placeholder-pink-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.md\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.md\:placeholder-pink-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.md\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.md\:placeholder-green-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.md\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.md\:placeholder-green-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.md\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.md\:placeholder-green-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.md\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.md\:placeholder-green-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.md\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.md\:placeholder-green-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.md\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.md\:placeholder-green-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.md\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.md\:placeholder-green-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.md\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.md\:placeholder-green-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.md\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.md\:placeholder-green-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.md\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.md\:placeholder-green-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.md\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.md\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.md\:placeholder-purple-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.md\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.md\:placeholder-purple-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.md\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.md\:placeholder-purple-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.md\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.md\:placeholder-purple-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.md\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.md\:placeholder-purple-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.md\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.md\:placeholder-purple-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.md\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.md\:placeholder-purple-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.md\:placeholder-teal-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.md\:placeholder-teal-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.md\:placeholder-teal-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.md\:placeholder-teal-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.md\:placeholder-teal-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.md\:placeholder-teal-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.md\:placeholder-teal-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.md\:placeholder-teal-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.md\:placeholder-teal-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.md\:placeholder-teal-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.md\:placeholder-teal-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.md\:placeholder-teal-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.md\:placeholder-teal-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.md\:placeholder-teal-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.md\:placeholder-teal-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.md\:placeholder-teal-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.md\:placeholder-teal-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.md\:placeholder-teal-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.md\:placeholder-teal-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.md\:placeholder-teal-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.md\:placeholder-cyan-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.md\:placeholder-yellow::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.md\:placeholder-yellow::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\:focus\:placeholder-bg_primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-bg_primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-secondary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-secondary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-warning:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-warning:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-error:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-error:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-info:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-info:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-success:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-success:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-call_to_action:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-call_to_action:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-nav_darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-nav_darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-nav_lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-nav_lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-teal-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-cyan-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.md\:focus\:placeholder-yellow:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\: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\: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\:bg-blend-normal{background-blend-mode:normal}.md\:bg-blend-multiply{background-blend-mode:multiply}.md\:bg-blend-screen{background-blend-mode:screen}.md\:bg-blend-overlay{background-blend-mode:overlay}.md\:bg-blend-darken{background-blend-mode:darken}.md\:bg-blend-lighten{background-blend-mode:lighten}.md\:bg-blend-color-dodge{background-blend-mode:color-dodge}.md\:bg-blend-color-burn{background-blend-mode:color-burn}.md\:bg-blend-hard-light{background-blend-mode:hard-light}.md\:bg-blend-soft-light{background-blend-mode:soft-light}.md\:bg-blend-difference{background-blend-mode:difference}.md\:bg-blend-exclusion{background-blend-mode:exclusion}.md\:bg-blend-hue{background-blend-mode:hue}.md\:bg-blend-saturation{background-blend-mode:saturation}.md\:bg-blend-color{background-blend-mode:color}.md\:bg-blend-luminosity{background-blend-mode:luminosity}.md\:mix-blend-normal{mix-blend-mode:normal}.md\:mix-blend-multiply{mix-blend-mode:multiply}.md\:mix-blend-screen{mix-blend-mode:screen}.md\:mix-blend-overlay{mix-blend-mode:overlay}.md\:mix-blend-darken{mix-blend-mode:darken}.md\:mix-blend-lighten{mix-blend-mode:lighten}.md\:mix-blend-color-dodge{mix-blend-mode:color-dodge}.md\:mix-blend-color-burn{mix-blend-mode:color-burn}.md\:mix-blend-hard-light{mix-blend-mode:hard-light}.md\:mix-blend-soft-light{mix-blend-mode:soft-light}.md\:mix-blend-difference{mix-blend-mode:difference}.md\:mix-blend-exclusion{mix-blend-mode:exclusion}.md\:mix-blend-hue{mix-blend-mode:hue}.md\:mix-blend-saturation{mix-blend-mode:saturation}.md\:mix-blend-color{mix-blend-mode:color}.md\:mix-blend-luminosity{mix-blend-mode:luminosity}.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\:outline-none{outline:2px solid transparent;outline-offset:2px}.md\:outline-white{outline:2px dotted white;outline-offset:2px}.md\:outline-black{outline:2px dotted black;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 white;outline-offset:2px}.md\:focus-within\:outline-black:focus-within{outline:2px dotted black;outline-offset:2px}.md\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.md\:focus\:outline-white:focus{outline:2px dotted white;outline-offset:2px}.md\:focus\:outline-black:focus{outline:2px dotted black;outline-offset:2px}.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\: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\: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\:ring-inset{--tw-ring-inset: inset}.md\:focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.md\:focus\:ring-inset:focus{--tw-ring-inset: inset}.md\:ring-bg_primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.md\:ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.md\:ring-secondary{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.md\:ring-warning{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.md\:ring-error{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.md\:ring-info{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.md\:ring-success{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.md\:ring-call_to_action{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.md\:ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.md\:ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.md\:ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.md\:ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.md\:ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.md\:ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.md\:ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.md\:ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.md\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.md\:ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.md\:ring-lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.md\:ring-darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.md\:ring-nav_darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.md\:ring-nav_lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.md\:ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.md\:ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.md\:ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.md\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.md\:ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.md\:ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.md\:ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.md\:ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.md\:ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.md\:ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.md\:ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.md\:ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.md\:ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.md\:ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.md\:ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.md\:ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.md\:ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.md\:ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.md\:ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.md\:ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.md\:ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.md\:ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.md\:ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.md\:ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.md\:ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.md\:ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.md\:ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.md\:ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.md\:ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.md\:ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.md\:ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.md\:ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.md\:ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.md\:ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.md\:ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.md\:ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.md\:ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.md\:ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.md\:ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.md\:ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.md\:ring-purple-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.md\:ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.md\:ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.md\:ring-purple-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.md\:ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.md\:ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.md\:ring-purple-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.md\:ring-purple-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.md\:ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.md\:ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.md\:ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.md\:ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.md\:ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.md\:ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.md\:ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.md\:ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.md\:ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.md\:ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.md\:ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.md\:ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.md\:ring-cyan-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.md\:ring-cyan-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.md\:ring-cyan-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.md\:ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.md\:ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.md\:ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.md\:ring-cyan-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.md\:ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.md\:ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.md\:ring-cyan-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.md\:ring-yellow{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, var(--tw-ring-opacity))}.md\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))}.md\:ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.md\:focus-within\:ring-bg_primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.md\:focus-within\:ring-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.md\:focus-within\:ring-secondary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.md\:focus-within\:ring-warning:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.md\:focus-within\:ring-error:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.md\:focus-within\:ring-info:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.md\:focus-within\:ring-success:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.md\:focus-within\:ring-call_to_action:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.md\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.md\:focus-within\:ring-lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.md\:focus-within\:ring-darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.md\:focus-within\:ring-nav_darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.md\:focus-within\:ring-nav_lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.md\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.md\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.md\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.md\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.md\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.md\:focus-within\:ring-teal-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.md\:focus-within\:ring-cyan-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.md\:focus-within\:ring-yellow:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.md\:focus\:ring-bg_primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.md\:focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.md\:focus\:ring-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.md\:focus\:ring-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.md\:focus\:ring-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.md\:focus\:ring-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.md\:focus\:ring-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.md\:focus\:ring-call_to_action:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.md\:focus\:ring-gray-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.md\:focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.md\:focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.md\:focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.md\:focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.md\:focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.md\:focus\:ring-gray-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.md\:focus\:ring-gray-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.md\:focus\:ring-gray-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.md\:focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.md\:focus\:ring-lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.md\:focus\:ring-darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.md\:focus\:ring-nav_darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.md\:focus\:ring-nav_lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.md\:focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.md\:focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.md\:focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.md\:focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.md\:focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.md\:focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.md\:focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.md\:focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.md\:focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.md\:focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.md\:focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.md\:focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.md\:focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.md\:focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.md\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.md\:focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.md\:focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.md\:focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.md\:focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.md\:focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.md\:focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.md\:focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.md\:focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.md\:focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.md\:focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.md\:focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.md\:focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.md\:focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.md\:focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.md\:focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.md\:focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.md\:focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.md\:focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.md\:focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.md\:focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.md\:focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.md\:focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.md\:focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.md\:focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.md\:focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.md\:focus\:ring-purple-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.md\:focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.md\:focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.md\:focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.md\:focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.md\:focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.md\:focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.md\:focus\:ring-purple-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.md\:focus\:ring-purple-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.md\:focus\:ring-purple-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.md\:focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.md\:focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.md\:focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.md\:focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.md\:focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.md\:focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.md\:focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.md\:focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.md\:focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.md\:focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.md\:focus\:ring-cyan-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.md\:focus\:ring-yellow:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, 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\: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-offset-bg_primary{--tw-ring-offset-color: #1D2731}.md\:ring-offset-primary{--tw-ring-offset-color: #1C4C70}.md\:ring-offset-secondary{--tw-ring-offset-color: #F0984A}.md\:ring-offset-warning{--tw-ring-offset-color: #D95F3B}.md\:ring-offset-error{--tw-ring-offset-color: #f44336}.md\:ring-offset-info{--tw-ring-offset-color: #7AA9A3}.md\:ring-offset-success{--tw-ring-offset-color: #338F9A}.md\:ring-offset-call_to_action{--tw-ring-offset-color: #7fa5f0}.md\:ring-offset-gray-50{--tw-ring-offset-color: #fafafa}.md\:ring-offset-gray-100{--tw-ring-offset-color: #f4f4f5}.md\:ring-offset-gray-200{--tw-ring-offset-color: #e4e4e7}.md\:ring-offset-gray-300{--tw-ring-offset-color: #d4d4d8}.md\:ring-offset-gray-400{--tw-ring-offset-color: #a1a1aa}.md\:ring-offset-gray-500{--tw-ring-offset-color: #71717a}.md\:ring-offset-gray-600{--tw-ring-offset-color: #52525b}.md\:ring-offset-gray-700{--tw-ring-offset-color: #3f3f46}.md\:ring-offset-gray-800{--tw-ring-offset-color: #27272a}.md\:ring-offset-gray-900{--tw-ring-offset-color: #18181b}.md\:ring-offset-lightgray{--tw-ring-offset-color: #efefef}.md\:ring-offset-darkgray{--tw-ring-offset-color: #6c6c6c}.md\:ring-offset-nav_darkgray{--tw-ring-offset-color: #1f1f1f}.md\:ring-offset-nav_lightgray{--tw-ring-offset-color: #474747}.md\:ring-offset-blue-50{--tw-ring-offset-color: #f0f9ff}.md\:ring-offset-blue-100{--tw-ring-offset-color: #e0f2fe}.md\:ring-offset-blue-200{--tw-ring-offset-color: #bae6fd}.md\:ring-offset-blue-300{--tw-ring-offset-color: #7dd3fc}.md\:ring-offset-blue-400{--tw-ring-offset-color: #38bdf8}.md\:ring-offset-blue-500{--tw-ring-offset-color: #0ea5e9}.md\:ring-offset-blue-600{--tw-ring-offset-color: #0284c7}.md\:ring-offset-blue-700{--tw-ring-offset-color: #0369a1}.md\:ring-offset-blue-800{--tw-ring-offset-color: #075985}.md\:ring-offset-blue-900{--tw-ring-offset-color: #0c4a6e}.md\:ring-offset-red-50{--tw-ring-offset-color: #fff1f2}.md\:ring-offset-red-100{--tw-ring-offset-color: #ffe4e6}.md\:ring-offset-red-200{--tw-ring-offset-color: #fecdd3}.md\:ring-offset-red-300{--tw-ring-offset-color: #fda4af}.md\:ring-offset-red-400{--tw-ring-offset-color: #fb7185}.md\:ring-offset-red-500{--tw-ring-offset-color: #f43f5e}.md\:ring-offset-red-600{--tw-ring-offset-color: #e11d48}.md\:ring-offset-red-700{--tw-ring-offset-color: #be123c}.md\:ring-offset-red-800{--tw-ring-offset-color: #9f1239}.md\:ring-offset-red-900{--tw-ring-offset-color: #881337}.md\:ring-offset-pink-50{--tw-ring-offset-color: #fdf4ff}.md\:ring-offset-pink-100{--tw-ring-offset-color: #fae8ff}.md\:ring-offset-pink-200{--tw-ring-offset-color: #f5d0fe}.md\:ring-offset-pink-300{--tw-ring-offset-color: #f0abfc}.md\:ring-offset-pink-400{--tw-ring-offset-color: #e879f9}.md\:ring-offset-pink-500{--tw-ring-offset-color: #d946ef}.md\:ring-offset-pink-600{--tw-ring-offset-color: #c026d3}.md\:ring-offset-pink-700{--tw-ring-offset-color: #a21caf}.md\:ring-offset-pink-800{--tw-ring-offset-color: #86198f}.md\:ring-offset-pink-900{--tw-ring-offset-color: #701a75}.md\:ring-offset-green-50{--tw-ring-offset-color: #f0fdf4}.md\:ring-offset-green-100{--tw-ring-offset-color: #dcfce7}.md\:ring-offset-green-200{--tw-ring-offset-color: #bbf7d0}.md\:ring-offset-green-300{--tw-ring-offset-color: #86efac}.md\:ring-offset-green-400{--tw-ring-offset-color: #4ade80}.md\:ring-offset-green-500{--tw-ring-offset-color: #22c55e}.md\:ring-offset-green-600{--tw-ring-offset-color: #16a34a}.md\:ring-offset-green-700{--tw-ring-offset-color: #15803d}.md\:ring-offset-green-800{--tw-ring-offset-color: #166534}.md\:ring-offset-green-900{--tw-ring-offset-color: #14532d}.md\:ring-offset-purple-50{--tw-ring-offset-color: #faf5ff}.md\:ring-offset-purple-100{--tw-ring-offset-color: #f3e8ff}.md\:ring-offset-purple-200{--tw-ring-offset-color: #e9d5ff}.md\:ring-offset-purple-300{--tw-ring-offset-color: #d8b4fe}.md\:ring-offset-purple-400{--tw-ring-offset-color: #c084fc}.md\:ring-offset-purple-500{--tw-ring-offset-color: #a855f7}.md\:ring-offset-purple-600{--tw-ring-offset-color: #9333ea}.md\:ring-offset-purple-700{--tw-ring-offset-color: #7e22ce}.md\:ring-offset-purple-800{--tw-ring-offset-color: #6b21a8}.md\:ring-offset-purple-900{--tw-ring-offset-color: #581c87}.md\:ring-offset-teal-50{--tw-ring-offset-color: #f0fdfa}.md\:ring-offset-teal-100{--tw-ring-offset-color: #ccfbf1}.md\:ring-offset-teal-200{--tw-ring-offset-color: #99f6e4}.md\:ring-offset-teal-300{--tw-ring-offset-color: #5eead4}.md\:ring-offset-teal-400{--tw-ring-offset-color: #2dd4bf}.md\:ring-offset-teal-500{--tw-ring-offset-color: #14b8a6}.md\:ring-offset-teal-600{--tw-ring-offset-color: #0d9488}.md\:ring-offset-teal-700{--tw-ring-offset-color: #0f766e}.md\:ring-offset-teal-800{--tw-ring-offset-color: #115e59}.md\:ring-offset-teal-900{--tw-ring-offset-color: #134e4a}.md\:ring-offset-cyan-50{--tw-ring-offset-color: #ecfeff}.md\:ring-offset-cyan-100{--tw-ring-offset-color: #cffafe}.md\:ring-offset-cyan-200{--tw-ring-offset-color: #a5f3fc}.md\:ring-offset-cyan-300{--tw-ring-offset-color: #67e8f9}.md\:ring-offset-cyan-400{--tw-ring-offset-color: #22d3ee}.md\:ring-offset-cyan-500{--tw-ring-offset-color: #06b6d4}.md\:ring-offset-cyan-600{--tw-ring-offset-color: #0891b2}.md\:ring-offset-cyan-700{--tw-ring-offset-color: #0e7490}.md\:ring-offset-cyan-800{--tw-ring-offset-color: #155e75}.md\:ring-offset-cyan-900{--tw-ring-offset-color: #164e63}.md\:ring-offset-yellow{--tw-ring-offset-color: #D9B310}.md\:ring-offset-white{--tw-ring-offset-color: #FFF}.md\:ring-offset-black{--tw-ring-offset-color: #000}.md\:focus-within\:ring-offset-bg_primary:focus-within{--tw-ring-offset-color: #1D2731}.md\:focus-within\:ring-offset-primary:focus-within{--tw-ring-offset-color: #1C4C70}.md\:focus-within\:ring-offset-secondary:focus-within{--tw-ring-offset-color: #F0984A}.md\:focus-within\:ring-offset-warning:focus-within{--tw-ring-offset-color: #D95F3B}.md\:focus-within\:ring-offset-error:focus-within{--tw-ring-offset-color: #f44336}.md\:focus-within\:ring-offset-info:focus-within{--tw-ring-offset-color: #7AA9A3}.md\:focus-within\:ring-offset-success:focus-within{--tw-ring-offset-color: #338F9A}.md\:focus-within\:ring-offset-call_to_action:focus-within{--tw-ring-offset-color: #7fa5f0}.md\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color: #fafafa}.md\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color: #f4f4f5}.md\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color: #e4e4e7}.md\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color: #d4d4d8}.md\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color: #a1a1aa}.md\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color: #71717a}.md\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color: #52525b}.md\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color: #3f3f46}.md\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color: #27272a}.md\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color: #18181b}.md\:focus-within\:ring-offset-lightgray:focus-within{--tw-ring-offset-color: #efefef}.md\:focus-within\:ring-offset-darkgray:focus-within{--tw-ring-offset-color: #6c6c6c}.md\:focus-within\:ring-offset-nav_darkgray:focus-within{--tw-ring-offset-color: #1f1f1f}.md\:focus-within\:ring-offset-nav_lightgray:focus-within{--tw-ring-offset-color: #474747}.md\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color: #f0f9ff}.md\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color: #e0f2fe}.md\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color: #bae6fd}.md\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color: #7dd3fc}.md\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color: #38bdf8}.md\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color: #0ea5e9}.md\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color: #0284c7}.md\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color: #0369a1}.md\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color: #075985}.md\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color: #0c4a6e}.md\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color: #fff1f2}.md\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color: #ffe4e6}.md\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color: #fecdd3}.md\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color: #fda4af}.md\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color: #fb7185}.md\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color: #f43f5e}.md\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color: #e11d48}.md\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color: #be123c}.md\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color: #9f1239}.md\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color: #881337}.md\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color: #fdf4ff}.md\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color: #fae8ff}.md\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color: #f5d0fe}.md\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color: #f0abfc}.md\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color: #e879f9}.md\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color: #d946ef}.md\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color: #c026d3}.md\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color: #a21caf}.md\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color: #86198f}.md\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color: #701a75}.md\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color: #f0fdf4}.md\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color: #dcfce7}.md\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color: #bbf7d0}.md\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color: #86efac}.md\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color: #4ade80}.md\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color: #22c55e}.md\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color: #16a34a}.md\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color: #15803d}.md\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color: #166534}.md\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color: #14532d}.md\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color: #faf5ff}.md\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color: #f3e8ff}.md\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color: #e9d5ff}.md\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color: #d8b4fe}.md\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color: #c084fc}.md\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color: #a855f7}.md\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color: #9333ea}.md\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color: #7e22ce}.md\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color: #6b21a8}.md\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color: #581c87}.md\:focus-within\:ring-offset-teal-50:focus-within{--tw-ring-offset-color: #f0fdfa}.md\:focus-within\:ring-offset-teal-100:focus-within{--tw-ring-offset-color: #ccfbf1}.md\:focus-within\:ring-offset-teal-200:focus-within{--tw-ring-offset-color: #99f6e4}.md\:focus-within\:ring-offset-teal-300:focus-within{--tw-ring-offset-color: #5eead4}.md\:focus-within\:ring-offset-teal-400:focus-within{--tw-ring-offset-color: #2dd4bf}.md\:focus-within\:ring-offset-teal-500:focus-within{--tw-ring-offset-color: #14b8a6}.md\:focus-within\:ring-offset-teal-600:focus-within{--tw-ring-offset-color: #0d9488}.md\:focus-within\:ring-offset-teal-700:focus-within{--tw-ring-offset-color: #0f766e}.md\:focus-within\:ring-offset-teal-800:focus-within{--tw-ring-offset-color: #115e59}.md\:focus-within\:ring-offset-teal-900:focus-within{--tw-ring-offset-color: #134e4a}.md\:focus-within\:ring-offset-cyan-50:focus-within{--tw-ring-offset-color: #ecfeff}.md\:focus-within\:ring-offset-cyan-100:focus-within{--tw-ring-offset-color: #cffafe}.md\:focus-within\:ring-offset-cyan-200:focus-within{--tw-ring-offset-color: #a5f3fc}.md\:focus-within\:ring-offset-cyan-300:focus-within{--tw-ring-offset-color: #67e8f9}.md\:focus-within\:ring-offset-cyan-400:focus-within{--tw-ring-offset-color: #22d3ee}.md\:focus-within\:ring-offset-cyan-500:focus-within{--tw-ring-offset-color: #06b6d4}.md\:focus-within\:ring-offset-cyan-600:focus-within{--tw-ring-offset-color: #0891b2}.md\:focus-within\:ring-offset-cyan-700:focus-within{--tw-ring-offset-color: #0e7490}.md\:focus-within\:ring-offset-cyan-800:focus-within{--tw-ring-offset-color: #155e75}.md\:focus-within\:ring-offset-cyan-900:focus-within{--tw-ring-offset-color: #164e63}.md\:focus-within\:ring-offset-yellow:focus-within{--tw-ring-offset-color: #D9B310}.md\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color: #FFF}.md\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color: #000}.md\:focus\:ring-offset-bg_primary:focus{--tw-ring-offset-color: #1D2731}.md\:focus\:ring-offset-primary:focus{--tw-ring-offset-color: #1C4C70}.md\:focus\:ring-offset-secondary:focus{--tw-ring-offset-color: #F0984A}.md\:focus\:ring-offset-warning:focus{--tw-ring-offset-color: #D95F3B}.md\:focus\:ring-offset-error:focus{--tw-ring-offset-color: #f44336}.md\:focus\:ring-offset-info:focus{--tw-ring-offset-color: #7AA9A3}.md\:focus\:ring-offset-success:focus{--tw-ring-offset-color: #338F9A}.md\:focus\:ring-offset-call_to_action:focus{--tw-ring-offset-color: #7fa5f0}.md\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color: #fafafa}.md\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color: #f4f4f5}.md\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color: #e4e4e7}.md\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color: #d4d4d8}.md\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color: #a1a1aa}.md\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color: #71717a}.md\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color: #52525b}.md\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color: #3f3f46}.md\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #27272a}.md\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color: #18181b}.md\:focus\:ring-offset-lightgray:focus{--tw-ring-offset-color: #efefef}.md\:focus\:ring-offset-darkgray:focus{--tw-ring-offset-color: #6c6c6c}.md\:focus\:ring-offset-nav_darkgray:focus{--tw-ring-offset-color: #1f1f1f}.md\:focus\:ring-offset-nav_lightgray:focus{--tw-ring-offset-color: #474747}.md\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color: #f0f9ff}.md\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color: #e0f2fe}.md\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color: #bae6fd}.md\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color: #7dd3fc}.md\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color: #38bdf8}.md\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color: #0ea5e9}.md\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color: #0284c7}.md\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color: #0369a1}.md\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color: #075985}.md\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color: #0c4a6e}.md\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color: #fff1f2}.md\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color: #ffe4e6}.md\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color: #fecdd3}.md\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color: #fda4af}.md\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color: #fb7185}.md\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color: #f43f5e}.md\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #e11d48}.md\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color: #be123c}.md\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color: #9f1239}.md\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color: #881337}.md\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color: #fdf4ff}.md\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color: #fae8ff}.md\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color: #f5d0fe}.md\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color: #f0abfc}.md\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color: #e879f9}.md\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color: #d946ef}.md\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color: #c026d3}.md\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color: #a21caf}.md\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color: #86198f}.md\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color: #701a75}.md\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.md\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color: #dcfce7}.md\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color: #bbf7d0}.md\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color: #86efac}.md\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color: #4ade80}.md\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color: #22c55e}.md\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #16a34a}.md\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color: #15803d}.md\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color: #166534}.md\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color: #14532d}.md\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color: #faf5ff}.md\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color: #f3e8ff}.md\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color: #e9d5ff}.md\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color: #d8b4fe}.md\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color: #c084fc}.md\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color: #a855f7}.md\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color: #9333ea}.md\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color: #7e22ce}.md\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color: #6b21a8}.md\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color: #581c87}.md\:focus\:ring-offset-teal-50:focus{--tw-ring-offset-color: #f0fdfa}.md\:focus\:ring-offset-teal-100:focus{--tw-ring-offset-color: #ccfbf1}.md\:focus\:ring-offset-teal-200:focus{--tw-ring-offset-color: #99f6e4}.md\:focus\:ring-offset-teal-300:focus{--tw-ring-offset-color: #5eead4}.md\:focus\:ring-offset-teal-400:focus{--tw-ring-offset-color: #2dd4bf}.md\:focus\:ring-offset-teal-500:focus{--tw-ring-offset-color: #14b8a6}.md\:focus\:ring-offset-teal-600:focus{--tw-ring-offset-color: #0d9488}.md\:focus\:ring-offset-teal-700:focus{--tw-ring-offset-color: #0f766e}.md\:focus\:ring-offset-teal-800:focus{--tw-ring-offset-color: #115e59}.md\:focus\:ring-offset-teal-900:focus{--tw-ring-offset-color: #134e4a}.md\:focus\:ring-offset-cyan-50:focus{--tw-ring-offset-color: #ecfeff}.md\:focus\:ring-offset-cyan-100:focus{--tw-ring-offset-color: #cffafe}.md\:focus\:ring-offset-cyan-200:focus{--tw-ring-offset-color: #a5f3fc}.md\:focus\:ring-offset-cyan-300:focus{--tw-ring-offset-color: #67e8f9}.md\:focus\:ring-offset-cyan-400:focus{--tw-ring-offset-color: #22d3ee}.md\:focus\:ring-offset-cyan-500:focus{--tw-ring-offset-color: #06b6d4}.md\:focus\:ring-offset-cyan-600:focus{--tw-ring-offset-color: #0891b2}.md\:focus\:ring-offset-cyan-700:focus{--tw-ring-offset-color: #0e7490}.md\:focus\:ring-offset-cyan-800:focus{--tw-ring-offset-color: #155e75}.md\:focus\:ring-offset-cyan-900:focus{--tw-ring-offset-color: #164e63}.md\:focus\:ring-offset-yellow:focus{--tw-ring-offset-color: #D9B310}.md\:focus\:ring-offset-white:focus{--tw-ring-offset-color: #FFF}.md\:focus\:ring-offset-black:focus{--tw-ring-offset-color: #000}.md\:filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.md\:filter-none{filter:none}.md\:blur-0,.md\:blur-none{--tw-blur: blur(0)}.md\:blur-sm{--tw-blur: blur(4px)}.md\:blur{--tw-blur: blur(8px)}.md\:blur-md{--tw-blur: blur(12px)}.md\:blur-lg{--tw-blur: blur(16px)}.md\:blur-xl{--tw-blur: blur(24px)}.md\:blur-2xl{--tw-blur: blur(40px)}.md\:blur-3xl{--tw-blur: blur(64px)}.md\:brightness-0{--tw-brightness: brightness(0)}.md\:brightness-50{--tw-brightness: brightness(.5)}.md\:brightness-75{--tw-brightness: brightness(.75)}.md\:brightness-90{--tw-brightness: brightness(.9)}.md\:brightness-95{--tw-brightness: brightness(.95)}.md\:brightness-100{--tw-brightness: brightness(1)}.md\:brightness-105{--tw-brightness: brightness(1.05)}.md\:brightness-110{--tw-brightness: brightness(1.1)}.md\:brightness-125{--tw-brightness: brightness(1.25)}.md\:brightness-150{--tw-brightness: brightness(1.5)}.md\:brightness-200{--tw-brightness: brightness(2)}.md\:contrast-0{--tw-contrast: contrast(0)}.md\:contrast-50{--tw-contrast: contrast(.5)}.md\:contrast-75{--tw-contrast: contrast(.75)}.md\:contrast-100{--tw-contrast: contrast(1)}.md\:contrast-125{--tw-contrast: contrast(1.25)}.md\:contrast-150{--tw-contrast: contrast(1.5)}.md\:contrast-200{--tw-contrast: contrast(2)}.md\:drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.05))}.md\:drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))}.md\:drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))}.md\:drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))}.md\:drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08))}.md\:drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))}.md\:drop-shadow-none{--tw-drop-shadow: drop-shadow(0 0 #0000)}.md\:grayscale-0{--tw-grayscale: grayscale(0)}.md\:grayscale{--tw-grayscale: grayscale(100%)}.md\:hue-rotate-0{--tw-hue-rotate: hue-rotate(0deg)}.md\:hue-rotate-15{--tw-hue-rotate: hue-rotate(15deg)}.md\:hue-rotate-30{--tw-hue-rotate: hue-rotate(30deg)}.md\:hue-rotate-60{--tw-hue-rotate: hue-rotate(60deg)}.md\:hue-rotate-90{--tw-hue-rotate: hue-rotate(90deg)}.md\:hue-rotate-180{--tw-hue-rotate: hue-rotate(180deg)}.md\:-hue-rotate-180{--tw-hue-rotate: hue-rotate(-180deg)}.md\:-hue-rotate-90{--tw-hue-rotate: hue-rotate(-90deg)}.md\:-hue-rotate-60{--tw-hue-rotate: hue-rotate(-60deg)}.md\:-hue-rotate-30{--tw-hue-rotate: hue-rotate(-30deg)}.md\:-hue-rotate-15{--tw-hue-rotate: hue-rotate(-15deg)}.md\:invert-0{--tw-invert: invert(0)}.md\:invert{--tw-invert: invert(100%)}.md\:saturate-0{--tw-saturate: saturate(0)}.md\:saturate-50{--tw-saturate: saturate(.5)}.md\:saturate-100{--tw-saturate: saturate(1)}.md\:saturate-150{--tw-saturate: saturate(1.5)}.md\:saturate-200{--tw-saturate: saturate(2)}.md\:sepia-0{--tw-sepia: sepia(0)}.md\:sepia{--tw-sepia: sepia(100%)}.md\:backdrop-filter{--tw-backdrop-blur: var(--tw-empty, );--tw-backdrop-brightness: var(--tw-empty, );--tw-backdrop-contrast: var(--tw-empty, );--tw-backdrop-grayscale: var(--tw-empty, );--tw-backdrop-hue-rotate: var(--tw-empty, );--tw-backdrop-invert: var(--tw-empty, );--tw-backdrop-opacity: var(--tw-empty, );--tw-backdrop-saturate: var(--tw-empty, );--tw-backdrop-sepia: var(--tw-empty, );-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.md\:backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.md\:backdrop-blur-0,.md\:backdrop-blur-none{--tw-backdrop-blur: blur(0)}.md\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px)}.md\:backdrop-blur{--tw-backdrop-blur: blur(8px)}.md\:backdrop-blur-md{--tw-backdrop-blur: blur(12px)}.md\:backdrop-blur-lg{--tw-backdrop-blur: blur(16px)}.md\:backdrop-blur-xl{--tw-backdrop-blur: blur(24px)}.md\:backdrop-blur-2xl{--tw-backdrop-blur: blur(40px)}.md\:backdrop-blur-3xl{--tw-backdrop-blur: blur(64px)}.md\:backdrop-brightness-0{--tw-backdrop-brightness: brightness(0)}.md\:backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5)}.md\:backdrop-brightness-75{--tw-backdrop-brightness: brightness(.75)}.md\:backdrop-brightness-90{--tw-backdrop-brightness: brightness(.9)}.md\:backdrop-brightness-95{--tw-backdrop-brightness: brightness(.95)}.md\:backdrop-brightness-100{--tw-backdrop-brightness: brightness(1)}.md\:backdrop-brightness-105{--tw-backdrop-brightness: brightness(1.05)}.md\:backdrop-brightness-110{--tw-backdrop-brightness: brightness(1.1)}.md\:backdrop-brightness-125{--tw-backdrop-brightness: brightness(1.25)}.md\:backdrop-brightness-150{--tw-backdrop-brightness: brightness(1.5)}.md\:backdrop-brightness-200{--tw-backdrop-brightness: brightness(2)}.md\:backdrop-contrast-0{--tw-backdrop-contrast: contrast(0)}.md\:backdrop-contrast-50{--tw-backdrop-contrast: contrast(.5)}.md\:backdrop-contrast-75{--tw-backdrop-contrast: contrast(.75)}.md\:backdrop-contrast-100{--tw-backdrop-contrast: contrast(1)}.md\:backdrop-contrast-125{--tw-backdrop-contrast: contrast(1.25)}.md\:backdrop-contrast-150{--tw-backdrop-contrast: contrast(1.5)}.md\:backdrop-contrast-200{--tw-backdrop-contrast: contrast(2)}.md\:backdrop-grayscale-0{--tw-backdrop-grayscale: grayscale(0)}.md\:backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%)}.md\:backdrop-hue-rotate-0{--tw-backdrop-hue-rotate: hue-rotate(0deg)}.md\:backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(15deg)}.md\:backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(30deg)}.md\:backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(60deg)}.md\:backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(90deg)}.md\:backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(180deg)}.md\:-backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(-180deg)}.md\:-backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(-90deg)}.md\:-backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(-60deg)}.md\:-backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(-30deg)}.md\:-backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(-15deg)}.md\:backdrop-invert-0{--tw-backdrop-invert: invert(0)}.md\:backdrop-invert{--tw-backdrop-invert: invert(100%)}.md\:backdrop-opacity-0{--tw-backdrop-opacity: opacity(0)}.md\:backdrop-opacity-5{--tw-backdrop-opacity: opacity(.05)}.md\:backdrop-opacity-10{--tw-backdrop-opacity: opacity(.1)}.md\:backdrop-opacity-20{--tw-backdrop-opacity: opacity(.2)}.md\:backdrop-opacity-25{--tw-backdrop-opacity: opacity(.25)}.md\:backdrop-opacity-30{--tw-backdrop-opacity: opacity(.3)}.md\:backdrop-opacity-40{--tw-backdrop-opacity: opacity(.4)}.md\:backdrop-opacity-50{--tw-backdrop-opacity: opacity(.5)}.md\:backdrop-opacity-60{--tw-backdrop-opacity: opacity(.6)}.md\:backdrop-opacity-70{--tw-backdrop-opacity: opacity(.7)}.md\:backdrop-opacity-75{--tw-backdrop-opacity: opacity(.75)}.md\:backdrop-opacity-80{--tw-backdrop-opacity: opacity(.8)}.md\:backdrop-opacity-90{--tw-backdrop-opacity: opacity(.9)}.md\:backdrop-opacity-95{--tw-backdrop-opacity: opacity(.95)}.md\:backdrop-opacity-100{--tw-backdrop-opacity: opacity(1)}.md\:backdrop-saturate-0{--tw-backdrop-saturate: saturate(0)}.md\:backdrop-saturate-50{--tw-backdrop-saturate: saturate(.5)}.md\:backdrop-saturate-100{--tw-backdrop-saturate: saturate(1)}.md\:backdrop-saturate-150{--tw-backdrop-saturate: saturate(1.5)}.md\:backdrop-saturate-200{--tw-backdrop-saturate: saturate(2)}.md\:backdrop-sepia-0{--tw-backdrop-sepia: sepia(0)}.md\:backdrop-sepia{--tw-backdrop-sepia: sepia(100%)}.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,filter,backdrop-filter;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\: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\: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\: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\:text-shadow{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.md\:text-shadow-sm{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.md\:text-shadow-md{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.md\:text-shadow-lg{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.md\:text-shadow-xl{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.md\:text-shadow-none{text-shadow:none}.md\:text-shadow-glow{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.md\:hover\:text-shadow:hover{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.md\:hover\:text-shadow-sm:hover{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.md\:hover\:text-shadow-md:hover{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.md\:hover\:text-shadow-lg:hover{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.md\:hover\:text-shadow-xl:hover{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.md\:hover\:text-shadow-none:hover{text-shadow:none}.md\:hover\:text-shadow-glow:hover{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.md\:focus\:text-shadow:focus{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.md\:focus\:text-shadow-sm:focus{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.md\:focus\:text-shadow-md:focus{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.md\:focus\:text-shadow-lg:focus{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.md\:focus\:text-shadow-xl:focus{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.md\:focus\:text-shadow-none:focus{text-shadow:none}.md\:focus\:text-shadow-glow:focus{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.md\:masonry-6-col{-moz-column-count:6;column-count:6;-moz-column-gap:.5em;column-gap:.5em}.md\:masonry-5-col{-moz-column-count:5;column-count:5;-moz-column-gap:.5em;column-gap:.5em}.md\:masonry-4-col{-moz-column-count:4;column-count:4;-moz-column-gap:.5em;column-gap:.5em}.md\:masonry-3-col{-moz-column-count:3;column-count:3;-moz-column-gap:.5em;column-gap:.5em}.md\:masonry-2-col{-moz-column-count:2;column-count:2;-moz-column-gap:.5em;column-gap:.5em}.md\:masonry-1-col{-moz-column-count:1;column-count:1;-moz-column-gap:0em;column-gap:0em}.md\:break-inside{-moz-column-break-inside:avoid;break-inside:avoid}}@media (min-width: 976px){.lg\:container{width:100%}@media (min-width: 480px){.lg\:container{max-width:480px}}@media (min-width: 768px){.lg\:container{max-width:768px}}.lg\:container{max-width:976px}@media (min-width: 1440px){.lg\:container{max-width:1440px}}.lg\:prose{color:#3f3f46;max-width:65ch}.lg\:prose [class~=lead]{color:#52525b;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.lg\:prose a{color:#18181b;text-decoration:underline;font-weight:500}.lg\:prose strong{color:#18181b;font-weight:600}.lg\:prose ol{counter-reset:list-counter;margin-top:1.25em;margin-bottom:1.25em}.lg\:prose ol>li{position:relative;counter-increment:list-counter;padding-left:1.75em}.lg\:prose ol>li:before{content:counter(list-counter) ".";position:absolute;font-weight:400;color:#71717a;left:0}.lg\:prose ul>li{position:relative;padding-left:1.75em}.lg\:prose ul>li:before{content:"";position:absolute;background-color:#d4d4d8;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}.lg\:prose hr{border-color:#e4e4e7;border-top-width:1px;margin-top:3em;margin-bottom:3em}.lg\:prose blockquote{font-weight:500;font-style:italic;color:#18181b;border-left-width:.25rem;border-left-color:#e4e4e7;quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.lg\:prose blockquote p:first-of-type:before{content:open-quote}.lg\:prose blockquote p:last-of-type:after{content:close-quote}.lg\:prose h1{color:#18181b;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose h2{color:#18181b;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.lg\:prose h3{color:#18181b;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.lg\:prose h4{color:#18181b;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.lg\:prose figure figcaption{color:#71717a;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.lg\:prose code{color:#18181b;font-weight:600;font-size:.875em}.lg\:prose code:before{content:"`"}.lg\:prose code:after{content:"`"}.lg\:prose a code{color:#18181b}.lg\:prose pre{color:#e4e4e7;background-color:#27272a;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.lg\:prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.lg\:prose pre code:before{content:""}.lg\:prose pre code:after{content:""}.lg\:prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.lg\:prose thead{color:#18181b;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d8}.lg\:prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.lg\:prose tbody tr{border-bottom-width:1px;border-bottom-color:#e4e4e7}.lg\:prose tbody tr:last-child{border-bottom-width:0}.lg\:prose tbody td{vertical-align:top;padding:.5714286em}.lg\:prose{font-size:1rem;line-height:1.75}.lg\:prose p{margin-top:1.25em;margin-bottom:1.25em}.lg\:prose img{margin-top:2em;margin-bottom:2em}.lg\:prose video{margin-top:2em;margin-bottom:2em}.lg\:prose figure{margin-top:2em;margin-bottom:2em}.lg\:prose figure>*{margin-top:0;margin-bottom:0}.lg\:prose h2 code{font-size:.875em}.lg\:prose h3 code{font-size:.9em}.lg\:prose ul{margin-top:1.25em;margin-bottom:1.25em}.lg\:prose li{margin-top:.5em;margin-bottom:.5em}.lg\:prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.lg\:prose>ul>li>*:first-child{margin-top:1.25em}.lg\:prose>ul>li>*:last-child{margin-bottom:1.25em}.lg\:prose>ol>li>*:first-child{margin-top:1.25em}.lg\:prose>ol>li>*:last-child{margin-bottom:1.25em}.lg\:prose ul ul,.lg\:prose ul ol,.lg\:prose ol ul,.lg\:prose ol ol{margin-top:.75em;margin-bottom:.75em}.lg\:prose hr+*{margin-top:0}.lg\:prose h2+*{margin-top:0}.lg\:prose h3+*{margin-top:0}.lg\:prose h4+*{margin-top:0}.lg\:prose thead th:first-child{padding-left:0}.lg\:prose thead th:last-child{padding-right:0}.lg\:prose tbody td:first-child{padding-left:0}.lg\:prose tbody td:last-child{padding-right:0}.lg\:prose>:first-child{margin-top:0}.lg\:prose>:last-child{margin-bottom:0}.lg\:prose-sm{font-size:.875rem;line-height:1.7142857}.lg\:prose-sm p{margin-top:1.1428571em;margin-bottom:1.1428571em}.lg\:prose-sm [class~=lead]{font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-sm blockquote{margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.lg\:prose-sm h1{font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.lg\:prose-sm h2{font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.lg\:prose-sm h3{font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.lg\:prose-sm h4{margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.lg\:prose-sm img{margin-top:1.7142857em;margin-bottom:1.7142857em}.lg\:prose-sm video{margin-top:1.7142857em;margin-bottom:1.7142857em}.lg\:prose-sm figure{margin-top:1.7142857em;margin-bottom:1.7142857em}.lg\:prose-sm figure>*{margin-top:0;margin-bottom:0}.lg\:prose-sm figure figcaption{font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.lg\:prose-sm code{font-size:.8571429em}.lg\:prose-sm h2 code{font-size:.9em}.lg\:prose-sm h3 code{font-size:.8888889em}.lg\:prose-sm pre{font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.lg\:prose-sm ol,.lg\:prose-sm ul{margin-top:1.1428571em;margin-bottom:1.1428571em}.lg\:prose-sm li{margin-top:.2857143em;margin-bottom:.2857143em}.lg\:prose-sm ol>li{padding-left:1.5714286em}.lg\:prose-sm ol>li:before{left:0}.lg\:prose-sm ul>li{padding-left:1.5714286em}.lg\:prose-sm ul>li:before{height:.3571429em;width:.3571429em;top:calc(.8571429em - .1785714em);left:.2142857em}.lg\:prose-sm>ul>li p{margin-top:.5714286em;margin-bottom:.5714286em}.lg\:prose-sm>ul>li>*:first-child{margin-top:1.1428571em}.lg\:prose-sm>ul>li>*:last-child{margin-bottom:1.1428571em}.lg\:prose-sm>ol>li>*:first-child{margin-top:1.1428571em}.lg\:prose-sm>ol>li>*:last-child{margin-bottom:1.1428571em}.lg\:prose-sm ul ul,.lg\:prose-sm ul ol,.lg\:prose-sm ol ul,.lg\:prose-sm ol ol{margin-top:.5714286em;margin-bottom:.5714286em}.lg\:prose-sm hr{margin-top:2.8571429em;margin-bottom:2.8571429em}.lg\:prose-sm hr+*{margin-top:0}.lg\:prose-sm h2+*{margin-top:0}.lg\:prose-sm h3+*{margin-top:0}.lg\:prose-sm h4+*{margin-top:0}.lg\:prose-sm table{font-size:.8571429em;line-height:1.5}.lg\:prose-sm thead th{padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.lg\:prose-sm thead th:first-child{padding-left:0}.lg\:prose-sm thead th:last-child{padding-right:0}.lg\:prose-sm tbody td{padding:.6666667em 1em}.lg\:prose-sm tbody td:first-child{padding-left:0}.lg\:prose-sm tbody td:last-child{padding-right:0}.lg\:prose-sm>:first-child{margin-top:0}.lg\:prose-sm>:last-child{margin-bottom:0}.lg\:prose-lg{font-size:1.125rem;line-height:1.7777778}.lg\:prose-lg p{margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-lg [class~=lead]{font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.lg\:prose-lg blockquote{margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.lg\:prose-lg h1{font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.lg\:prose-lg h2{font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.lg\:prose-lg h3{font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.lg\:prose-lg h4{margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.lg\:prose-lg img{margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg video{margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg figure{margin-top:1.7777778em;margin-bottom:1.7777778em}.lg\:prose-lg figure>*{margin-top:0;margin-bottom:0}.lg\:prose-lg figure figcaption{font-size:.8888889em;line-height:1.5;margin-top:1em}.lg\:prose-lg code{font-size:.8888889em}.lg\:prose-lg h2 code{font-size:.8666667em}.lg\:prose-lg h3 code{font-size:.875em}.lg\:prose-lg pre{font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.lg\:prose-lg ol,.lg\:prose-lg ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-lg li{margin-top:.6666667em;margin-bottom:.6666667em}.lg\:prose-lg ol>li{padding-left:1.6666667em}.lg\:prose-lg ol>li:before{left:0}.lg\:prose-lg ul>li{padding-left:1.6666667em}.lg\:prose-lg ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8888889em - .1666667em);left:.2222222em}.lg\:prose-lg>ul>li p{margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg>ul>li>*:first-child{margin-top:1.3333333em}.lg\:prose-lg>ul>li>*:last-child{margin-bottom:1.3333333em}.lg\:prose-lg>ol>li>*:first-child{margin-top:1.3333333em}.lg\:prose-lg>ol>li>*:last-child{margin-bottom:1.3333333em}.lg\:prose-lg ul ul,.lg\:prose-lg ul ol,.lg\:prose-lg ol ul,.lg\:prose-lg ol ol{margin-top:.8888889em;margin-bottom:.8888889em}.lg\:prose-lg hr{margin-top:3.1111111em;margin-bottom:3.1111111em}.lg\:prose-lg hr+*{margin-top:0}.lg\:prose-lg h2+*{margin-top:0}.lg\:prose-lg h3+*{margin-top:0}.lg\:prose-lg h4+*{margin-top:0}.lg\:prose-lg table{font-size:.8888889em;line-height:1.5}.lg\:prose-lg thead th{padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.lg\:prose-lg thead th:first-child{padding-left:0}.lg\:prose-lg thead th:last-child{padding-right:0}.lg\:prose-lg tbody td{padding:.75em}.lg\:prose-lg tbody td:first-child{padding-left:0}.lg\:prose-lg tbody td:last-child{padding-right:0}.lg\:prose-lg>:first-child{margin-top:0}.lg\:prose-lg>:last-child{margin-bottom:0}.lg\:prose-xl{font-size:1.25rem;line-height:1.8}.lg\:prose-xl p{margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl [class~=lead]{font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.lg\:prose-xl blockquote{margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.lg\:prose-xl h1{font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.lg\:prose-xl h2{font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.lg\:prose-xl h3{font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.lg\:prose-xl h4{margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.lg\:prose-xl img{margin-top:2em;margin-bottom:2em}.lg\:prose-xl video{margin-top:2em;margin-bottom:2em}.lg\:prose-xl figure{margin-top:2em;margin-bottom:2em}.lg\:prose-xl figure>*{margin-top:0;margin-bottom:0}.lg\:prose-xl figure figcaption{font-size:.9em;line-height:1.5555556;margin-top:1em}.lg\:prose-xl code{font-size:.9em}.lg\:prose-xl h2 code{font-size:.8611111em}.lg\:prose-xl h3 code{font-size:.9em}.lg\:prose-xl pre{font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.lg\:prose-xl ol,.lg\:prose-xl ul{margin-top:1.2em;margin-bottom:1.2em}.lg\:prose-xl li{margin-top:.6em;margin-bottom:.6em}.lg\:prose-xl ol>li{padding-left:1.8em}.lg\:prose-xl ol>li:before{left:0}.lg\:prose-xl ul>li{padding-left:1.8em}.lg\:prose-xl ul>li:before{width:.35em;height:.35em;top:calc(.9em - .175em);left:.25em}.lg\:prose-xl>ul>li p{margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl>ul>li>*:first-child{margin-top:1.2em}.lg\:prose-xl>ul>li>*:last-child{margin-bottom:1.2em}.lg\:prose-xl>ol>li>*:first-child{margin-top:1.2em}.lg\:prose-xl>ol>li>*:last-child{margin-bottom:1.2em}.lg\:prose-xl ul ul,.lg\:prose-xl ul ol,.lg\:prose-xl ol ul,.lg\:prose-xl ol ol{margin-top:.8em;margin-bottom:.8em}.lg\:prose-xl hr{margin-top:2.8em;margin-bottom:2.8em}.lg\:prose-xl hr+*{margin-top:0}.lg\:prose-xl h2+*{margin-top:0}.lg\:prose-xl h3+*{margin-top:0}.lg\:prose-xl h4+*{margin-top:0}.lg\:prose-xl table{font-size:.9em;line-height:1.5555556}.lg\:prose-xl thead th{padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.lg\:prose-xl thead th:first-child{padding-left:0}.lg\:prose-xl thead th:last-child{padding-right:0}.lg\:prose-xl tbody td{padding:.8888889em .6666667em}.lg\:prose-xl tbody td:first-child{padding-left:0}.lg\:prose-xl tbody td:last-child{padding-right:0}.lg\:prose-xl>:first-child{margin-top:0}.lg\:prose-xl>:last-child{margin-bottom:0}.lg\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.lg\:prose-2xl p{margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-2xl [class~=lead]{font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.lg\:prose-2xl blockquote{margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.lg\:prose-2xl h1{font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.lg\:prose-2xl h2{font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.lg\:prose-2xl h3{font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.lg\:prose-2xl h4{margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.lg\:prose-2xl img{margin-top:2em;margin-bottom:2em}.lg\:prose-2xl video{margin-top:2em;margin-bottom:2em}.lg\:prose-2xl figure{margin-top:2em;margin-bottom:2em}.lg\:prose-2xl figure>*{margin-top:0;margin-bottom:0}.lg\:prose-2xl figure figcaption{font-size:.8333333em;line-height:1.6;margin-top:1em}.lg\:prose-2xl code{font-size:.8333333em}.lg\:prose-2xl h2 code{font-size:.875em}.lg\:prose-2xl h3 code{font-size:.8888889em}.lg\:prose-2xl pre{font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.2em 1.6em}.lg\:prose-2xl ol,.lg\:prose-2xl ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.lg\:prose-2xl li{margin-top:.5em;margin-bottom:.5em}.lg\:prose-2xl ol>li{padding-left:1.6666667em}.lg\:prose-2xl ol>li:before{left:0}.lg\:prose-2xl ul>li{padding-left:1.6666667em}.lg\:prose-2xl ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8333333em - .1666667em);left:.25em}.lg\:prose-2xl>ul>li p{margin-top:.8333333em;margin-bottom:.8333333em}.lg\:prose-2xl>ul>li>*:first-child{margin-top:1.3333333em}.lg\:prose-2xl>ul>li>*:last-child{margin-bottom:1.3333333em}.lg\:prose-2xl>ol>li>*:first-child{margin-top:1.3333333em}.lg\:prose-2xl>ol>li>*:last-child{margin-bottom:1.3333333em}.lg\:prose-2xl ul ul,.lg\:prose-2xl ul ol,.lg\:prose-2xl ol ul,.lg\:prose-2xl ol ol{margin-top:.6666667em;margin-bottom:.6666667em}.lg\:prose-2xl hr{margin-top:3em;margin-bottom:3em}.lg\:prose-2xl hr+*{margin-top:0}.lg\:prose-2xl h2+*{margin-top:0}.lg\:prose-2xl h3+*{margin-top:0}.lg\:prose-2xl h4+*{margin-top:0}.lg\:prose-2xl table{font-size:.8333333em;line-height:1.4}.lg\:prose-2xl thead th{padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.lg\:prose-2xl thead th:first-child{padding-left:0}.lg\:prose-2xl thead th:last-child{padding-right:0}.lg\:prose-2xl tbody td{padding:.8em .6em}.lg\:prose-2xl tbody td:first-child{padding-left:0}.lg\:prose-2xl tbody td:last-child{padding-right:0}.lg\:prose-2xl>:first-child{margin-top:0}.lg\:prose-2xl>:last-child{margin-bottom:0}.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\:pointer-events-none{pointer-events:none}.lg\:pointer-events-auto{pointer-events:auto}.lg\:visible{visibility:visible}.lg\:invisible{visibility:hidden}.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-112{top:28rem;right:28rem;bottom:28rem;left:28rem}.lg\:inset-128{top:32rem;right:32rem;bottom:32rem;left:32rem}.lg\:inset-144{top:36rem;right:36rem;bottom:36rem;left:36rem}.lg\:inset-160{top:40rem;right:40rem;bottom:40rem;left:40rem}.lg\:inset-168{top:42rem;right:42rem;bottom:42rem;left:42rem}.lg\:inset-180{top:45rem;right:45rem;bottom:45rem;left:45rem}.lg\:inset-192{top:48rem;right:48rem;bottom:48rem;left:48rem}.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-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-112{top:-28rem;right:-28rem;bottom:-28rem;left:-28rem}.lg\:-inset-128{top:-32rem;right:-32rem;bottom:-32rem;left:-32rem}.lg\:-inset-144{top:-36rem;right:-36rem;bottom:-36rem;left:-36rem}.lg\:-inset-160{top:-40rem;right:-40rem;bottom:-40rem;left:-40rem}.lg\:-inset-168{top:-42rem;right:-42rem;bottom:-42rem;left:-42rem}.lg\:-inset-180{top:-45rem;right:-45rem;bottom:-45rem;left:-45rem}.lg\:-inset-192{top:-48rem;right:-48rem;bottom:-48rem;left:-48rem}.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-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-x-0{left:0;right:0}.lg\:inset-x-1{left:.25rem;right:.25rem}.lg\:inset-x-2{left:.5rem;right:.5rem}.lg\:inset-x-3{left:.75rem;right:.75rem}.lg\:inset-x-4{left:1rem;right:1rem}.lg\:inset-x-5{left:1.25rem;right:1.25rem}.lg\:inset-x-6{left:1.5rem;right:1.5rem}.lg\:inset-x-7{left:1.75rem;right:1.75rem}.lg\:inset-x-8{left:2rem;right:2rem}.lg\:inset-x-9{left:2.25rem;right:2.25rem}.lg\:inset-x-10{left:2.5rem;right:2.5rem}.lg\:inset-x-11{left:2.75rem;right:2.75rem}.lg\:inset-x-12{left:3rem;right:3rem}.lg\:inset-x-14{left:3.5rem;right:3.5rem}.lg\:inset-x-16{left:4rem;right:4rem}.lg\:inset-x-20{left:5rem;right:5rem}.lg\:inset-x-24{left:6rem;right:6rem}.lg\:inset-x-28{left:7rem;right:7rem}.lg\:inset-x-32{left:8rem;right:8rem}.lg\:inset-x-36{left:9rem;right:9rem}.lg\:inset-x-40{left:10rem;right:10rem}.lg\:inset-x-44{left:11rem;right:11rem}.lg\:inset-x-48{left:12rem;right:12rem}.lg\:inset-x-52{left:13rem;right:13rem}.lg\:inset-x-56{left:14rem;right:14rem}.lg\:inset-x-60{left:15rem;right:15rem}.lg\:inset-x-64{left:16rem;right:16rem}.lg\:inset-x-72{left:18rem;right:18rem}.lg\:inset-x-80{left:20rem;right:20rem}.lg\:inset-x-96{left:24rem;right:24rem}.lg\:inset-x-112{left:28rem;right:28rem}.lg\:inset-x-128{left:32rem;right:32rem}.lg\:inset-x-144{left:36rem;right:36rem}.lg\:inset-x-160{left:40rem;right:40rem}.lg\:inset-x-168{left:42rem;right:42rem}.lg\:inset-x-180{left:45rem;right:45rem}.lg\:inset-x-192{left:48rem;right:48rem}.lg\:inset-x-auto{left:auto;right:auto}.lg\:inset-x-px{left:1px;right:1px}.lg\:inset-x-0\.5{left:.125rem;right:.125rem}.lg\:inset-x-1\.5{left:.375rem;right:.375rem}.lg\:inset-x-2\.5{left:.625rem;right:.625rem}.lg\:inset-x-3\.5{left:.875rem;right:.875rem}.lg\:-inset-x-0{left:0;right:0}.lg\:-inset-x-1{left:-.25rem;right:-.25rem}.lg\:-inset-x-2{left:-.5rem;right:-.5rem}.lg\:-inset-x-3{left:-.75rem;right:-.75rem}.lg\:-inset-x-4{left:-1rem;right:-1rem}.lg\:-inset-x-5{left:-1.25rem;right:-1.25rem}.lg\:-inset-x-6{left:-1.5rem;right:-1.5rem}.lg\:-inset-x-7{left:-1.75rem;right:-1.75rem}.lg\:-inset-x-8{left:-2rem;right:-2rem}.lg\:-inset-x-9{left:-2.25rem;right:-2.25rem}.lg\:-inset-x-10{left:-2.5rem;right:-2.5rem}.lg\:-inset-x-11{left:-2.75rem;right:-2.75rem}.lg\:-inset-x-12{left:-3rem;right:-3rem}.lg\:-inset-x-14{left:-3.5rem;right:-3.5rem}.lg\:-inset-x-16{left:-4rem;right:-4rem}.lg\:-inset-x-20{left:-5rem;right:-5rem}.lg\:-inset-x-24{left:-6rem;right:-6rem}.lg\:-inset-x-28{left:-7rem;right:-7rem}.lg\:-inset-x-32{left:-8rem;right:-8rem}.lg\:-inset-x-36{left:-9rem;right:-9rem}.lg\:-inset-x-40{left:-10rem;right:-10rem}.lg\:-inset-x-44{left:-11rem;right:-11rem}.lg\:-inset-x-48{left:-12rem;right:-12rem}.lg\:-inset-x-52{left:-13rem;right:-13rem}.lg\:-inset-x-56{left:-14rem;right:-14rem}.lg\:-inset-x-60{left:-15rem;right:-15rem}.lg\:-inset-x-64{left:-16rem;right:-16rem}.lg\:-inset-x-72{left:-18rem;right:-18rem}.lg\:-inset-x-80{left:-20rem;right:-20rem}.lg\:-inset-x-96{left:-24rem;right:-24rem}.lg\:-inset-x-112{left:-28rem;right:-28rem}.lg\:-inset-x-128{left:-32rem;right:-32rem}.lg\:-inset-x-144{left:-36rem;right:-36rem}.lg\:-inset-x-160{left:-40rem;right:-40rem}.lg\:-inset-x-168{left:-42rem;right:-42rem}.lg\:-inset-x-180{left:-45rem;right:-45rem}.lg\:-inset-x-192{left:-48rem;right:-48rem}.lg\:-inset-x-px{left:-1px;right:-1px}.lg\:-inset-x-0\.5{left:-.125rem;right:-.125rem}.lg\:-inset-x-1\.5{left:-.375rem;right:-.375rem}.lg\:-inset-x-2\.5{left:-.625rem;right:-.625rem}.lg\:-inset-x-3\.5{left:-.875rem;right:-.875rem}.lg\:inset-x-1\/2{left:50%;right:50%}.lg\:inset-x-1\/3{left:33.333333%;right:33.333333%}.lg\:inset-x-2\/3{left:66.666667%;right:66.666667%}.lg\:inset-x-1\/4{left:25%;right:25%}.lg\:inset-x-2\/4{left:50%;right:50%}.lg\:inset-x-3\/4{left:75%;right:75%}.lg\:inset-x-full{left:100%;right:100%}.lg\:-inset-x-1\/2{left:-50%;right:-50%}.lg\:-inset-x-1\/3{left:-33.333333%;right:-33.333333%}.lg\:-inset-x-2\/3{left:-66.666667%;right:-66.666667%}.lg\:-inset-x-1\/4{left:-25%;right:-25%}.lg\:-inset-x-2\/4{left:-50%;right:-50%}.lg\:-inset-x-3\/4{left:-75%;right:-75%}.lg\:-inset-x-full{left:-100%;right:-100%}.lg\:inset-y-0{top:0;bottom:0}.lg\:inset-y-1{top:.25rem;bottom:.25rem}.lg\:inset-y-2{top:.5rem;bottom:.5rem}.lg\:inset-y-3{top:.75rem;bottom:.75rem}.lg\:inset-y-4{top:1rem;bottom:1rem}.lg\:inset-y-5{top:1.25rem;bottom:1.25rem}.lg\:inset-y-6{top:1.5rem;bottom:1.5rem}.lg\:inset-y-7{top:1.75rem;bottom:1.75rem}.lg\:inset-y-8{top:2rem;bottom:2rem}.lg\:inset-y-9{top:2.25rem;bottom:2.25rem}.lg\:inset-y-10{top:2.5rem;bottom:2.5rem}.lg\:inset-y-11{top:2.75rem;bottom:2.75rem}.lg\:inset-y-12{top:3rem;bottom:3rem}.lg\:inset-y-14{top:3.5rem;bottom:3.5rem}.lg\:inset-y-16{top:4rem;bottom:4rem}.lg\:inset-y-20{top:5rem;bottom:5rem}.lg\:inset-y-24{top:6rem;bottom:6rem}.lg\:inset-y-28{top:7rem;bottom:7rem}.lg\:inset-y-32{top:8rem;bottom:8rem}.lg\:inset-y-36{top:9rem;bottom:9rem}.lg\:inset-y-40{top:10rem;bottom:10rem}.lg\:inset-y-44{top:11rem;bottom:11rem}.lg\:inset-y-48{top:12rem;bottom:12rem}.lg\:inset-y-52{top:13rem;bottom:13rem}.lg\:inset-y-56{top:14rem;bottom:14rem}.lg\:inset-y-60{top:15rem;bottom:15rem}.lg\:inset-y-64{top:16rem;bottom:16rem}.lg\:inset-y-72{top:18rem;bottom:18rem}.lg\:inset-y-80{top:20rem;bottom:20rem}.lg\:inset-y-96{top:24rem;bottom:24rem}.lg\:inset-y-112{top:28rem;bottom:28rem}.lg\:inset-y-128{top:32rem;bottom:32rem}.lg\:inset-y-144{top:36rem;bottom:36rem}.lg\:inset-y-160{top:40rem;bottom:40rem}.lg\:inset-y-168{top:42rem;bottom:42rem}.lg\:inset-y-180{top:45rem;bottom:45rem}.lg\:inset-y-192{top:48rem;bottom:48rem}.lg\:inset-y-auto{top:auto;bottom:auto}.lg\:inset-y-px{top:1px;bottom:1px}.lg\:inset-y-0\.5{top:.125rem;bottom:.125rem}.lg\:inset-y-1\.5{top:.375rem;bottom:.375rem}.lg\:inset-y-2\.5{top:.625rem;bottom:.625rem}.lg\:inset-y-3\.5{top:.875rem;bottom:.875rem}.lg\:-inset-y-0{top:0;bottom:0}.lg\:-inset-y-1{top:-.25rem;bottom:-.25rem}.lg\:-inset-y-2{top:-.5rem;bottom:-.5rem}.lg\:-inset-y-3{top:-.75rem;bottom:-.75rem}.lg\:-inset-y-4{top:-1rem;bottom:-1rem}.lg\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.lg\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.lg\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.lg\:-inset-y-8{top:-2rem;bottom:-2rem}.lg\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.lg\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.lg\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.lg\:-inset-y-12{top:-3rem;bottom:-3rem}.lg\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.lg\:-inset-y-16{top:-4rem;bottom:-4rem}.lg\:-inset-y-20{top:-5rem;bottom:-5rem}.lg\:-inset-y-24{top:-6rem;bottom:-6rem}.lg\:-inset-y-28{top:-7rem;bottom:-7rem}.lg\:-inset-y-32{top:-8rem;bottom:-8rem}.lg\:-inset-y-36{top:-9rem;bottom:-9rem}.lg\:-inset-y-40{top:-10rem;bottom:-10rem}.lg\:-inset-y-44{top:-11rem;bottom:-11rem}.lg\:-inset-y-48{top:-12rem;bottom:-12rem}.lg\:-inset-y-52{top:-13rem;bottom:-13rem}.lg\:-inset-y-56{top:-14rem;bottom:-14rem}.lg\:-inset-y-60{top:-15rem;bottom:-15rem}.lg\:-inset-y-64{top:-16rem;bottom:-16rem}.lg\:-inset-y-72{top:-18rem;bottom:-18rem}.lg\:-inset-y-80{top:-20rem;bottom:-20rem}.lg\:-inset-y-96{top:-24rem;bottom:-24rem}.lg\:-inset-y-112{top:-28rem;bottom:-28rem}.lg\:-inset-y-128{top:-32rem;bottom:-32rem}.lg\:-inset-y-144{top:-36rem;bottom:-36rem}.lg\:-inset-y-160{top:-40rem;bottom:-40rem}.lg\:-inset-y-168{top:-42rem;bottom:-42rem}.lg\:-inset-y-180{top:-45rem;bottom:-45rem}.lg\:-inset-y-192{top:-48rem;bottom:-48rem}.lg\:-inset-y-px{top:-1px;bottom:-1px}.lg\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.lg\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.lg\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.lg\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.lg\:inset-y-1\/2{top:50%;bottom:50%}.lg\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.lg\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.lg\:inset-y-1\/4{top:25%;bottom:25%}.lg\:inset-y-2\/4{top:50%;bottom:50%}.lg\:inset-y-3\/4{top:75%;bottom:75%}.lg\:inset-y-full{top:100%;bottom:100%}.lg\:-inset-y-1\/2{top:-50%;bottom:-50%}.lg\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.lg\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.lg\:-inset-y-1\/4{top:-25%;bottom:-25%}.lg\:-inset-y-2\/4{top:-50%;bottom:-50%}.lg\:-inset-y-3\/4{top:-75%;bottom:-75%}.lg\:-inset-y-full{top:-100%;bottom:-100%}.lg\:top-0{top:0}.lg\:top-1{top:.25rem}.lg\:top-2{top:.5rem}.lg\:top-3{top:.75rem}.lg\:top-4{top:1rem}.lg\:top-5{top:1.25rem}.lg\:top-6{top:1.5rem}.lg\:top-7{top:1.75rem}.lg\:top-8{top:2rem}.lg\:top-9{top:2.25rem}.lg\:top-10{top:2.5rem}.lg\:top-11{top:2.75rem}.lg\:top-12{top:3rem}.lg\:top-14{top:3.5rem}.lg\:top-16{top:4rem}.lg\:top-20{top:5rem}.lg\:top-24{top:6rem}.lg\:top-28{top:7rem}.lg\:top-32{top:8rem}.lg\:top-36{top:9rem}.lg\:top-40{top:10rem}.lg\:top-44{top:11rem}.lg\:top-48{top:12rem}.lg\:top-52{top:13rem}.lg\:top-56{top:14rem}.lg\:top-60{top:15rem}.lg\:top-64{top:16rem}.lg\:top-72{top:18rem}.lg\:top-80{top:20rem}.lg\:top-96{top:24rem}.lg\:top-112{top:28rem}.lg\:top-128{top:32rem}.lg\:top-144{top:36rem}.lg\:top-160{top:40rem}.lg\:top-168{top:42rem}.lg\:top-180{top:45rem}.lg\:top-192{top:48rem}.lg\:top-auto{top:auto}.lg\:top-px{top:1px}.lg\:top-0\.5{top:.125rem}.lg\:top-1\.5{top:.375rem}.lg\:top-2\.5{top:.625rem}.lg\:top-3\.5{top:.875rem}.lg\:-top-0{top:0}.lg\:-top-1{top:-.25rem}.lg\:-top-2{top:-.5rem}.lg\:-top-3{top:-.75rem}.lg\:-top-4{top:-1rem}.lg\:-top-5{top:-1.25rem}.lg\:-top-6{top:-1.5rem}.lg\:-top-7{top:-1.75rem}.lg\:-top-8{top:-2rem}.lg\:-top-9{top:-2.25rem}.lg\:-top-10{top:-2.5rem}.lg\:-top-11{top:-2.75rem}.lg\:-top-12{top:-3rem}.lg\:-top-14{top:-3.5rem}.lg\:-top-16{top:-4rem}.lg\:-top-20{top:-5rem}.lg\:-top-24{top:-6rem}.lg\:-top-28{top:-7rem}.lg\:-top-32{top:-8rem}.lg\:-top-36{top:-9rem}.lg\:-top-40{top:-10rem}.lg\:-top-44{top:-11rem}.lg\:-top-48{top:-12rem}.lg\:-top-52{top:-13rem}.lg\:-top-56{top:-14rem}.lg\:-top-60{top:-15rem}.lg\:-top-64{top:-16rem}.lg\:-top-72{top:-18rem}.lg\:-top-80{top:-20rem}.lg\:-top-96{top:-24rem}.lg\:-top-112{top:-28rem}.lg\:-top-128{top:-32rem}.lg\:-top-144{top:-36rem}.lg\:-top-160{top:-40rem}.lg\:-top-168{top:-42rem}.lg\:-top-180{top:-45rem}.lg\:-top-192{top:-48rem}.lg\:-top-px{top:-1px}.lg\:-top-0\.5{top:-.125rem}.lg\:-top-1\.5{top:-.375rem}.lg\:-top-2\.5{top:-.625rem}.lg\:-top-3\.5{top:-.875rem}.lg\:top-1\/2{top:50%}.lg\:top-1\/3{top:33.333333%}.lg\:top-2\/3{top:66.666667%}.lg\:top-1\/4{top:25%}.lg\:top-2\/4{top:50%}.lg\:top-3\/4{top:75%}.lg\:top-full{top:100%}.lg\:-top-1\/2{top:-50%}.lg\:-top-1\/3{top:-33.333333%}.lg\:-top-2\/3{top:-66.666667%}.lg\:-top-1\/4{top:-25%}.lg\:-top-2\/4{top:-50%}.lg\:-top-3\/4{top:-75%}.lg\:-top-full{top:-100%}.lg\:right-0{right:0}.lg\:right-1{right:.25rem}.lg\:right-2{right:.5rem}.lg\:right-3{right:.75rem}.lg\:right-4{right:1rem}.lg\:right-5{right:1.25rem}.lg\:right-6{right:1.5rem}.lg\:right-7{right:1.75rem}.lg\:right-8{right:2rem}.lg\:right-9{right:2.25rem}.lg\:right-10{right:2.5rem}.lg\:right-11{right:2.75rem}.lg\:right-12{right:3rem}.lg\:right-14{right:3.5rem}.lg\:right-16{right:4rem}.lg\:right-20{right:5rem}.lg\:right-24{right:6rem}.lg\:right-28{right:7rem}.lg\:right-32{right:8rem}.lg\:right-36{right:9rem}.lg\:right-40{right:10rem}.lg\:right-44{right:11rem}.lg\:right-48{right:12rem}.lg\:right-52{right:13rem}.lg\:right-56{right:14rem}.lg\:right-60{right:15rem}.lg\:right-64{right:16rem}.lg\:right-72{right:18rem}.lg\:right-80{right:20rem}.lg\:right-96{right:24rem}.lg\:right-112{right:28rem}.lg\:right-128{right:32rem}.lg\:right-144{right:36rem}.lg\:right-160{right:40rem}.lg\:right-168{right:42rem}.lg\:right-180{right:45rem}.lg\:right-192{right:48rem}.lg\:right-auto{right:auto}.lg\:right-px{right:1px}.lg\:right-0\.5{right:.125rem}.lg\:right-1\.5{right:.375rem}.lg\:right-2\.5{right:.625rem}.lg\:right-3\.5{right:.875rem}.lg\:-right-0{right:0}.lg\:-right-1{right:-.25rem}.lg\:-right-2{right:-.5rem}.lg\:-right-3{right:-.75rem}.lg\:-right-4{right:-1rem}.lg\:-right-5{right:-1.25rem}.lg\:-right-6{right:-1.5rem}.lg\:-right-7{right:-1.75rem}.lg\:-right-8{right:-2rem}.lg\:-right-9{right:-2.25rem}.lg\:-right-10{right:-2.5rem}.lg\:-right-11{right:-2.75rem}.lg\:-right-12{right:-3rem}.lg\:-right-14{right:-3.5rem}.lg\:-right-16{right:-4rem}.lg\:-right-20{right:-5rem}.lg\:-right-24{right:-6rem}.lg\:-right-28{right:-7rem}.lg\:-right-32{right:-8rem}.lg\:-right-36{right:-9rem}.lg\:-right-40{right:-10rem}.lg\:-right-44{right:-11rem}.lg\:-right-48{right:-12rem}.lg\:-right-52{right:-13rem}.lg\:-right-56{right:-14rem}.lg\:-right-60{right:-15rem}.lg\:-right-64{right:-16rem}.lg\:-right-72{right:-18rem}.lg\:-right-80{right:-20rem}.lg\:-right-96{right:-24rem}.lg\:-right-112{right:-28rem}.lg\:-right-128{right:-32rem}.lg\:-right-144{right:-36rem}.lg\:-right-160{right:-40rem}.lg\:-right-168{right:-42rem}.lg\:-right-180{right:-45rem}.lg\:-right-192{right:-48rem}.lg\:-right-px{right:-1px}.lg\:-right-0\.5{right:-.125rem}.lg\:-right-1\.5{right:-.375rem}.lg\:-right-2\.5{right:-.625rem}.lg\:-right-3\.5{right:-.875rem}.lg\:right-1\/2{right:50%}.lg\:right-1\/3{right:33.333333%}.lg\:right-2\/3{right:66.666667%}.lg\:right-1\/4{right:25%}.lg\:right-2\/4{right:50%}.lg\:right-3\/4{right:75%}.lg\:right-full{right:100%}.lg\:-right-1\/2{right:-50%}.lg\:-right-1\/3{right:-33.333333%}.lg\:-right-2\/3{right:-66.666667%}.lg\:-right-1\/4{right:-25%}.lg\:-right-2\/4{right:-50%}.lg\:-right-3\/4{right:-75%}.lg\:-right-full{right:-100%}.lg\:bottom-0{bottom:0}.lg\:bottom-1{bottom:.25rem}.lg\:bottom-2{bottom:.5rem}.lg\:bottom-3{bottom:.75rem}.lg\:bottom-4{bottom:1rem}.lg\:bottom-5{bottom:1.25rem}.lg\:bottom-6{bottom:1.5rem}.lg\:bottom-7{bottom:1.75rem}.lg\:bottom-8{bottom:2rem}.lg\:bottom-9{bottom:2.25rem}.lg\:bottom-10{bottom:2.5rem}.lg\:bottom-11{bottom:2.75rem}.lg\:bottom-12{bottom:3rem}.lg\:bottom-14{bottom:3.5rem}.lg\:bottom-16{bottom:4rem}.lg\:bottom-20{bottom:5rem}.lg\:bottom-24{bottom:6rem}.lg\:bottom-28{bottom:7rem}.lg\:bottom-32{bottom:8rem}.lg\:bottom-36{bottom:9rem}.lg\:bottom-40{bottom:10rem}.lg\:bottom-44{bottom:11rem}.lg\:bottom-48{bottom:12rem}.lg\:bottom-52{bottom:13rem}.lg\:bottom-56{bottom:14rem}.lg\:bottom-60{bottom:15rem}.lg\:bottom-64{bottom:16rem}.lg\:bottom-72{bottom:18rem}.lg\:bottom-80{bottom:20rem}.lg\:bottom-96{bottom:24rem}.lg\:bottom-112{bottom:28rem}.lg\:bottom-128{bottom:32rem}.lg\:bottom-144{bottom:36rem}.lg\:bottom-160{bottom:40rem}.lg\:bottom-168{bottom:42rem}.lg\:bottom-180{bottom:45rem}.lg\:bottom-192{bottom:48rem}.lg\:bottom-auto{bottom:auto}.lg\:bottom-px{bottom:1px}.lg\:bottom-0\.5{bottom:.125rem}.lg\:bottom-1\.5{bottom:.375rem}.lg\:bottom-2\.5{bottom:.625rem}.lg\:bottom-3\.5{bottom:.875rem}.lg\:-bottom-0{bottom:0}.lg\:-bottom-1{bottom:-.25rem}.lg\:-bottom-2{bottom:-.5rem}.lg\:-bottom-3{bottom:-.75rem}.lg\:-bottom-4{bottom:-1rem}.lg\:-bottom-5{bottom:-1.25rem}.lg\:-bottom-6{bottom:-1.5rem}.lg\:-bottom-7{bottom:-1.75rem}.lg\:-bottom-8{bottom:-2rem}.lg\:-bottom-9{bottom:-2.25rem}.lg\:-bottom-10{bottom:-2.5rem}.lg\:-bottom-11{bottom:-2.75rem}.lg\:-bottom-12{bottom:-3rem}.lg\:-bottom-14{bottom:-3.5rem}.lg\:-bottom-16{bottom:-4rem}.lg\:-bottom-20{bottom:-5rem}.lg\:-bottom-24{bottom:-6rem}.lg\:-bottom-28{bottom:-7rem}.lg\:-bottom-32{bottom:-8rem}.lg\:-bottom-36{bottom:-9rem}.lg\:-bottom-40{bottom:-10rem}.lg\:-bottom-44{bottom:-11rem}.lg\:-bottom-48{bottom:-12rem}.lg\:-bottom-52{bottom:-13rem}.lg\:-bottom-56{bottom:-14rem}.lg\:-bottom-60{bottom:-15rem}.lg\:-bottom-64{bottom:-16rem}.lg\:-bottom-72{bottom:-18rem}.lg\:-bottom-80{bottom:-20rem}.lg\:-bottom-96{bottom:-24rem}.lg\:-bottom-112{bottom:-28rem}.lg\:-bottom-128{bottom:-32rem}.lg\:-bottom-144{bottom:-36rem}.lg\:-bottom-160{bottom:-40rem}.lg\:-bottom-168{bottom:-42rem}.lg\:-bottom-180{bottom:-45rem}.lg\:-bottom-192{bottom:-48rem}.lg\:-bottom-px{bottom:-1px}.lg\:-bottom-0\.5{bottom:-.125rem}.lg\:-bottom-1\.5{bottom:-.375rem}.lg\:-bottom-2\.5{bottom:-.625rem}.lg\:-bottom-3\.5{bottom:-.875rem}.lg\:bottom-1\/2{bottom:50%}.lg\:bottom-1\/3{bottom:33.333333%}.lg\:bottom-2\/3{bottom:66.666667%}.lg\:bottom-1\/4{bottom:25%}.lg\:bottom-2\/4{bottom:50%}.lg\:bottom-3\/4{bottom:75%}.lg\:bottom-full{bottom:100%}.lg\:-bottom-1\/2{bottom:-50%}.lg\:-bottom-1\/3{bottom:-33.333333%}.lg\:-bottom-2\/3{bottom:-66.666667%}.lg\:-bottom-1\/4{bottom:-25%}.lg\:-bottom-2\/4{bottom:-50%}.lg\:-bottom-3\/4{bottom:-75%}.lg\:-bottom-full{bottom:-100%}.lg\:left-0{left:0}.lg\:left-1{left:.25rem}.lg\:left-2{left:.5rem}.lg\:left-3{left:.75rem}.lg\:left-4{left:1rem}.lg\:left-5{left:1.25rem}.lg\:left-6{left:1.5rem}.lg\:left-7{left:1.75rem}.lg\:left-8{left:2rem}.lg\:left-9{left:2.25rem}.lg\:left-10{left:2.5rem}.lg\:left-11{left:2.75rem}.lg\:left-12{left:3rem}.lg\:left-14{left:3.5rem}.lg\:left-16{left:4rem}.lg\:left-20{left:5rem}.lg\:left-24{left:6rem}.lg\:left-28{left:7rem}.lg\:left-32{left:8rem}.lg\:left-36{left:9rem}.lg\:left-40{left:10rem}.lg\:left-44{left:11rem}.lg\:left-48{left:12rem}.lg\:left-52{left:13rem}.lg\:left-56{left:14rem}.lg\:left-60{left:15rem}.lg\:left-64{left:16rem}.lg\:left-72{left:18rem}.lg\:left-80{left:20rem}.lg\:left-96{left:24rem}.lg\:left-112{left:28rem}.lg\:left-128{left:32rem}.lg\:left-144{left:36rem}.lg\:left-160{left:40rem}.lg\:left-168{left:42rem}.lg\:left-180{left:45rem}.lg\:left-192{left:48rem}.lg\:left-auto{left:auto}.lg\:left-px{left:1px}.lg\:left-0\.5{left:.125rem}.lg\:left-1\.5{left:.375rem}.lg\:left-2\.5{left:.625rem}.lg\:left-3\.5{left:.875rem}.lg\:-left-0{left:0}.lg\:-left-1{left:-.25rem}.lg\:-left-2{left:-.5rem}.lg\:-left-3{left:-.75rem}.lg\:-left-4{left:-1rem}.lg\:-left-5{left:-1.25rem}.lg\:-left-6{left:-1.5rem}.lg\:-left-7{left:-1.75rem}.lg\:-left-8{left:-2rem}.lg\:-left-9{left:-2.25rem}.lg\:-left-10{left:-2.5rem}.lg\:-left-11{left:-2.75rem}.lg\:-left-12{left:-3rem}.lg\:-left-14{left:-3.5rem}.lg\:-left-16{left:-4rem}.lg\:-left-20{left:-5rem}.lg\:-left-24{left:-6rem}.lg\:-left-28{left:-7rem}.lg\:-left-32{left:-8rem}.lg\:-left-36{left:-9rem}.lg\:-left-40{left:-10rem}.lg\:-left-44{left:-11rem}.lg\:-left-48{left:-12rem}.lg\:-left-52{left:-13rem}.lg\:-left-56{left:-14rem}.lg\:-left-60{left:-15rem}.lg\:-left-64{left:-16rem}.lg\:-left-72{left:-18rem}.lg\:-left-80{left:-20rem}.lg\:-left-96{left:-24rem}.lg\:-left-112{left:-28rem}.lg\:-left-128{left:-32rem}.lg\:-left-144{left:-36rem}.lg\:-left-160{left:-40rem}.lg\:-left-168{left:-42rem}.lg\:-left-180{left:-45rem}.lg\:-left-192{left:-48rem}.lg\:-left-px{left:-1px}.lg\:-left-0\.5{left:-.125rem}.lg\:-left-1\.5{left:-.375rem}.lg\:-left-2\.5{left:-.625rem}.lg\:-left-3\.5{left:-.875rem}.lg\:left-1\/2{left:50%}.lg\:left-1\/3{left:33.333333%}.lg\:left-2\/3{left:66.666667%}.lg\:left-1\/4{left:25%}.lg\:left-2\/4{left:50%}.lg\:left-3\/4{left:75%}.lg\:left-full{left:100%}.lg\:-left-1\/2{left:-50%}.lg\:-left-1\/3{left:-33.333333%}.lg\:-left-2\/3{left:-66.666667%}.lg\:-left-1\/4{left:-25%}.lg\:-left-2\/4{left:-50%}.lg\:-left-3\/4{left:-75%}.lg\:-left-full{left:-100%}.lg\:isolate{isolation:isolate}.lg\:isolation-auto{isolation:auto}.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\: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\: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\: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\: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\: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-112{margin:28rem}.lg\:m-128{margin:32rem}.lg\:m-144{margin:36rem}.lg\:m-160{margin:40rem}.lg\:m-168{margin:42rem}.lg\:m-180{margin:45rem}.lg\:m-192{margin:48rem}.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-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-112{margin:-28rem}.lg\:-m-128{margin:-32rem}.lg\:-m-144{margin:-36rem}.lg\:-m-160{margin:-40rem}.lg\:-m-168{margin:-42rem}.lg\:-m-180{margin:-45rem}.lg\:-m-192{margin:-48rem}.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\:mx-0{margin-left:0;margin-right:0}.lg\:mx-1{margin-left:.25rem;margin-right:.25rem}.lg\:mx-2{margin-left:.5rem;margin-right:.5rem}.lg\:mx-3{margin-left:.75rem;margin-right:.75rem}.lg\:mx-4{margin-left:1rem;margin-right:1rem}.lg\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.lg\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.lg\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.lg\:mx-8{margin-left:2rem;margin-right:2rem}.lg\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.lg\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.lg\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.lg\:mx-12{margin-left:3rem;margin-right:3rem}.lg\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.lg\:mx-16{margin-left:4rem;margin-right:4rem}.lg\:mx-20{margin-left:5rem;margin-right:5rem}.lg\:mx-24{margin-left:6rem;margin-right:6rem}.lg\:mx-28{margin-left:7rem;margin-right:7rem}.lg\:mx-32{margin-left:8rem;margin-right:8rem}.lg\:mx-36{margin-left:9rem;margin-right:9rem}.lg\:mx-40{margin-left:10rem;margin-right:10rem}.lg\:mx-44{margin-left:11rem;margin-right:11rem}.lg\:mx-48{margin-left:12rem;margin-right:12rem}.lg\:mx-52{margin-left:13rem;margin-right:13rem}.lg\:mx-56{margin-left:14rem;margin-right:14rem}.lg\:mx-60{margin-left:15rem;margin-right:15rem}.lg\:mx-64{margin-left:16rem;margin-right:16rem}.lg\:mx-72{margin-left:18rem;margin-right:18rem}.lg\:mx-80{margin-left:20rem;margin-right:20rem}.lg\:mx-96{margin-left:24rem;margin-right:24rem}.lg\:mx-112{margin-left:28rem;margin-right:28rem}.lg\:mx-128{margin-left:32rem;margin-right:32rem}.lg\:mx-144{margin-left:36rem;margin-right:36rem}.lg\:mx-160{margin-left:40rem;margin-right:40rem}.lg\:mx-168{margin-left:42rem;margin-right:42rem}.lg\:mx-180{margin-left:45rem;margin-right:45rem}.lg\:mx-192{margin-left:48rem;margin-right:48rem}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mx-px{margin-left:1px;margin-right:1px}.lg\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.lg\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.lg\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.lg\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.lg\:-mx-0{margin-left:0;margin-right:0}.lg\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.lg\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.lg\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.lg\:-mx-4{margin-left:-1rem;margin-right:-1rem}.lg\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.lg\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.lg\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.lg\:-mx-8{margin-left:-2rem;margin-right:-2rem}.lg\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.lg\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.lg\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.lg\:-mx-12{margin-left:-3rem;margin-right:-3rem}.lg\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.lg\:-mx-16{margin-left:-4rem;margin-right:-4rem}.lg\:-mx-20{margin-left:-5rem;margin-right:-5rem}.lg\:-mx-24{margin-left:-6rem;margin-right:-6rem}.lg\:-mx-28{margin-left:-7rem;margin-right:-7rem}.lg\:-mx-32{margin-left:-8rem;margin-right:-8rem}.lg\:-mx-36{margin-left:-9rem;margin-right:-9rem}.lg\:-mx-40{margin-left:-10rem;margin-right:-10rem}.lg\:-mx-44{margin-left:-11rem;margin-right:-11rem}.lg\:-mx-48{margin-left:-12rem;margin-right:-12rem}.lg\:-mx-52{margin-left:-13rem;margin-right:-13rem}.lg\:-mx-56{margin-left:-14rem;margin-right:-14rem}.lg\:-mx-60{margin-left:-15rem;margin-right:-15rem}.lg\:-mx-64{margin-left:-16rem;margin-right:-16rem}.lg\:-mx-72{margin-left:-18rem;margin-right:-18rem}.lg\:-mx-80{margin-left:-20rem;margin-right:-20rem}.lg\:-mx-96{margin-left:-24rem;margin-right:-24rem}.lg\:-mx-112{margin-left:-28rem;margin-right:-28rem}.lg\:-mx-128{margin-left:-32rem;margin-right:-32rem}.lg\:-mx-144{margin-left:-36rem;margin-right:-36rem}.lg\:-mx-160{margin-left:-40rem;margin-right:-40rem}.lg\:-mx-168{margin-left:-42rem;margin-right:-42rem}.lg\:-mx-180{margin-left:-45rem;margin-right:-45rem}.lg\:-mx-192{margin-left:-48rem;margin-right:-48rem}.lg\:-mx-px{margin-left:-1px;margin-right:-1px}.lg\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.lg\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.lg\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.lg\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.lg\:my-0{margin-top:0;margin-bottom:0}.lg\:my-1{margin-top:.25rem;margin-bottom:.25rem}.lg\:my-2{margin-top:.5rem;margin-bottom:.5rem}.lg\:my-3{margin-top:.75rem;margin-bottom:.75rem}.lg\:my-4{margin-top:1rem;margin-bottom:1rem}.lg\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.lg\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.lg\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.lg\:my-8{margin-top:2rem;margin-bottom:2rem}.lg\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.lg\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.lg\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.lg\:my-12{margin-top:3rem;margin-bottom:3rem}.lg\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.lg\:my-16{margin-top:4rem;margin-bottom:4rem}.lg\:my-20{margin-top:5rem;margin-bottom:5rem}.lg\:my-24{margin-top:6rem;margin-bottom:6rem}.lg\:my-28{margin-top:7rem;margin-bottom:7rem}.lg\:my-32{margin-top:8rem;margin-bottom:8rem}.lg\:my-36{margin-top:9rem;margin-bottom:9rem}.lg\:my-40{margin-top:10rem;margin-bottom:10rem}.lg\:my-44{margin-top:11rem;margin-bottom:11rem}.lg\:my-48{margin-top:12rem;margin-bottom:12rem}.lg\:my-52{margin-top:13rem;margin-bottom:13rem}.lg\:my-56{margin-top:14rem;margin-bottom:14rem}.lg\:my-60{margin-top:15rem;margin-bottom:15rem}.lg\:my-64{margin-top:16rem;margin-bottom:16rem}.lg\:my-72{margin-top:18rem;margin-bottom:18rem}.lg\:my-80{margin-top:20rem;margin-bottom:20rem}.lg\:my-96{margin-top:24rem;margin-bottom:24rem}.lg\:my-112{margin-top:28rem;margin-bottom:28rem}.lg\:my-128{margin-top:32rem;margin-bottom:32rem}.lg\:my-144{margin-top:36rem;margin-bottom:36rem}.lg\:my-160{margin-top:40rem;margin-bottom:40rem}.lg\:my-168{margin-top:42rem;margin-bottom:42rem}.lg\:my-180{margin-top:45rem;margin-bottom:45rem}.lg\:my-192{margin-top:48rem;margin-bottom:48rem}.lg\:my-auto{margin-top:auto;margin-bottom:auto}.lg\:my-px{margin-top:1px;margin-bottom:1px}.lg\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.lg\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.lg\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.lg\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.lg\:-my-0{margin-top:0;margin-bottom:0}.lg\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.lg\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.lg\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.lg\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.lg\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.lg\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.lg\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.lg\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.lg\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.lg\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.lg\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.lg\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.lg\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.lg\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.lg\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.lg\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.lg\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.lg\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.lg\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.lg\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.lg\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.lg\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.lg\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.lg\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.lg\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.lg\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.lg\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.lg\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.lg\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.lg\:-my-112{margin-top:-28rem;margin-bottom:-28rem}.lg\:-my-128{margin-top:-32rem;margin-bottom:-32rem}.lg\:-my-144{margin-top:-36rem;margin-bottom:-36rem}.lg\:-my-160{margin-top:-40rem;margin-bottom:-40rem}.lg\:-my-168{margin-top:-42rem;margin-bottom:-42rem}.lg\:-my-180{margin-top:-45rem;margin-bottom:-45rem}.lg\:-my-192{margin-top:-48rem;margin-bottom:-48rem}.lg\:-my-px{margin-top:-1px;margin-bottom:-1px}.lg\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.lg\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.lg\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.lg\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.lg\:mt-0{margin-top:0}.lg\:mt-1{margin-top:.25rem}.lg\:mt-2{margin-top:.5rem}.lg\:mt-3{margin-top:.75rem}.lg\:mt-4{margin-top:1rem}.lg\:mt-5{margin-top:1.25rem}.lg\:mt-6{margin-top:1.5rem}.lg\:mt-7{margin-top:1.75rem}.lg\:mt-8{margin-top:2rem}.lg\:mt-9{margin-top:2.25rem}.lg\:mt-10{margin-top:2.5rem}.lg\:mt-11{margin-top:2.75rem}.lg\:mt-12{margin-top:3rem}.lg\:mt-14{margin-top:3.5rem}.lg\:mt-16{margin-top:4rem}.lg\:mt-20{margin-top:5rem}.lg\:mt-24{margin-top:6rem}.lg\:mt-28{margin-top:7rem}.lg\:mt-32{margin-top:8rem}.lg\:mt-36{margin-top:9rem}.lg\:mt-40{margin-top:10rem}.lg\:mt-44{margin-top:11rem}.lg\:mt-48{margin-top:12rem}.lg\:mt-52{margin-top:13rem}.lg\:mt-56{margin-top:14rem}.lg\:mt-60{margin-top:15rem}.lg\:mt-64{margin-top:16rem}.lg\:mt-72{margin-top:18rem}.lg\:mt-80{margin-top:20rem}.lg\:mt-96{margin-top:24rem}.lg\:mt-112{margin-top:28rem}.lg\:mt-128{margin-top:32rem}.lg\:mt-144{margin-top:36rem}.lg\:mt-160{margin-top:40rem}.lg\:mt-168{margin-top:42rem}.lg\:mt-180{margin-top:45rem}.lg\:mt-192{margin-top:48rem}.lg\:mt-auto{margin-top:auto}.lg\:mt-px{margin-top:1px}.lg\:mt-0\.5{margin-top:.125rem}.lg\:mt-1\.5{margin-top:.375rem}.lg\:mt-2\.5{margin-top:.625rem}.lg\:mt-3\.5{margin-top:.875rem}.lg\:-mt-0{margin-top:0}.lg\:-mt-1{margin-top:-.25rem}.lg\:-mt-2{margin-top:-.5rem}.lg\:-mt-3{margin-top:-.75rem}.lg\:-mt-4{margin-top:-1rem}.lg\:-mt-5{margin-top:-1.25rem}.lg\:-mt-6{margin-top:-1.5rem}.lg\:-mt-7{margin-top:-1.75rem}.lg\:-mt-8{margin-top:-2rem}.lg\:-mt-9{margin-top:-2.25rem}.lg\:-mt-10{margin-top:-2.5rem}.lg\:-mt-11{margin-top:-2.75rem}.lg\:-mt-12{margin-top:-3rem}.lg\:-mt-14{margin-top:-3.5rem}.lg\:-mt-16{margin-top:-4rem}.lg\:-mt-20{margin-top:-5rem}.lg\:-mt-24{margin-top:-6rem}.lg\:-mt-28{margin-top:-7rem}.lg\:-mt-32{margin-top:-8rem}.lg\:-mt-36{margin-top:-9rem}.lg\:-mt-40{margin-top:-10rem}.lg\:-mt-44{margin-top:-11rem}.lg\:-mt-48{margin-top:-12rem}.lg\:-mt-52{margin-top:-13rem}.lg\:-mt-56{margin-top:-14rem}.lg\:-mt-60{margin-top:-15rem}.lg\:-mt-64{margin-top:-16rem}.lg\:-mt-72{margin-top:-18rem}.lg\:-mt-80{margin-top:-20rem}.lg\:-mt-96{margin-top:-24rem}.lg\:-mt-112{margin-top:-28rem}.lg\:-mt-128{margin-top:-32rem}.lg\:-mt-144{margin-top:-36rem}.lg\:-mt-160{margin-top:-40rem}.lg\:-mt-168{margin-top:-42rem}.lg\:-mt-180{margin-top:-45rem}.lg\:-mt-192{margin-top:-48rem}.lg\:-mt-px{margin-top:-1px}.lg\:-mt-0\.5{margin-top:-.125rem}.lg\:-mt-1\.5{margin-top:-.375rem}.lg\:-mt-2\.5{margin-top:-.625rem}.lg\:-mt-3\.5{margin-top:-.875rem}.lg\:mr-0{margin-right:0}.lg\:mr-1{margin-right:.25rem}.lg\:mr-2{margin-right:.5rem}.lg\:mr-3{margin-right:.75rem}.lg\:mr-4{margin-right:1rem}.lg\:mr-5{margin-right:1.25rem}.lg\:mr-6{margin-right:1.5rem}.lg\:mr-7{margin-right:1.75rem}.lg\:mr-8{margin-right:2rem}.lg\:mr-9{margin-right:2.25rem}.lg\:mr-10{margin-right:2.5rem}.lg\:mr-11{margin-right:2.75rem}.lg\:mr-12{margin-right:3rem}.lg\:mr-14{margin-right:3.5rem}.lg\:mr-16{margin-right:4rem}.lg\:mr-20{margin-right:5rem}.lg\:mr-24{margin-right:6rem}.lg\:mr-28{margin-right:7rem}.lg\:mr-32{margin-right:8rem}.lg\:mr-36{margin-right:9rem}.lg\:mr-40{margin-right:10rem}.lg\:mr-44{margin-right:11rem}.lg\:mr-48{margin-right:12rem}.lg\:mr-52{margin-right:13rem}.lg\:mr-56{margin-right:14rem}.lg\:mr-60{margin-right:15rem}.lg\:mr-64{margin-right:16rem}.lg\:mr-72{margin-right:18rem}.lg\:mr-80{margin-right:20rem}.lg\:mr-96{margin-right:24rem}.lg\:mr-112{margin-right:28rem}.lg\:mr-128{margin-right:32rem}.lg\:mr-144{margin-right:36rem}.lg\:mr-160{margin-right:40rem}.lg\:mr-168{margin-right:42rem}.lg\:mr-180{margin-right:45rem}.lg\:mr-192{margin-right:48rem}.lg\:mr-auto{margin-right:auto}.lg\:mr-px{margin-right:1px}.lg\:mr-0\.5{margin-right:.125rem}.lg\:mr-1\.5{margin-right:.375rem}.lg\:mr-2\.5{margin-right:.625rem}.lg\:mr-3\.5{margin-right:.875rem}.lg\:-mr-0{margin-right:0}.lg\:-mr-1{margin-right:-.25rem}.lg\:-mr-2{margin-right:-.5rem}.lg\:-mr-3{margin-right:-.75rem}.lg\:-mr-4{margin-right:-1rem}.lg\:-mr-5{margin-right:-1.25rem}.lg\:-mr-6{margin-right:-1.5rem}.lg\:-mr-7{margin-right:-1.75rem}.lg\:-mr-8{margin-right:-2rem}.lg\:-mr-9{margin-right:-2.25rem}.lg\:-mr-10{margin-right:-2.5rem}.lg\:-mr-11{margin-right:-2.75rem}.lg\:-mr-12{margin-right:-3rem}.lg\:-mr-14{margin-right:-3.5rem}.lg\:-mr-16{margin-right:-4rem}.lg\:-mr-20{margin-right:-5rem}.lg\:-mr-24{margin-right:-6rem}.lg\:-mr-28{margin-right:-7rem}.lg\:-mr-32{margin-right:-8rem}.lg\:-mr-36{margin-right:-9rem}.lg\:-mr-40{margin-right:-10rem}.lg\:-mr-44{margin-right:-11rem}.lg\:-mr-48{margin-right:-12rem}.lg\:-mr-52{margin-right:-13rem}.lg\:-mr-56{margin-right:-14rem}.lg\:-mr-60{margin-right:-15rem}.lg\:-mr-64{margin-right:-16rem}.lg\:-mr-72{margin-right:-18rem}.lg\:-mr-80{margin-right:-20rem}.lg\:-mr-96{margin-right:-24rem}.lg\:-mr-112{margin-right:-28rem}.lg\:-mr-128{margin-right:-32rem}.lg\:-mr-144{margin-right:-36rem}.lg\:-mr-160{margin-right:-40rem}.lg\:-mr-168{margin-right:-42rem}.lg\:-mr-180{margin-right:-45rem}.lg\:-mr-192{margin-right:-48rem}.lg\:-mr-px{margin-right:-1px}.lg\:-mr-0\.5{margin-right:-.125rem}.lg\:-mr-1\.5{margin-right:-.375rem}.lg\:-mr-2\.5{margin-right:-.625rem}.lg\:-mr-3\.5{margin-right:-.875rem}.lg\:mb-0{margin-bottom:0}.lg\:mb-1{margin-bottom:.25rem}.lg\:mb-2{margin-bottom:.5rem}.lg\:mb-3{margin-bottom:.75rem}.lg\:mb-4{margin-bottom:1rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:mb-6{margin-bottom:1.5rem}.lg\:mb-7{margin-bottom:1.75rem}.lg\:mb-8{margin-bottom:2rem}.lg\:mb-9{margin-bottom:2.25rem}.lg\:mb-10{margin-bottom:2.5rem}.lg\:mb-11{margin-bottom:2.75rem}.lg\:mb-12{margin-bottom:3rem}.lg\:mb-14{margin-bottom:3.5rem}.lg\:mb-16{margin-bottom:4rem}.lg\:mb-20{margin-bottom:5rem}.lg\:mb-24{margin-bottom:6rem}.lg\:mb-28{margin-bottom:7rem}.lg\:mb-32{margin-bottom:8rem}.lg\:mb-36{margin-bottom:9rem}.lg\:mb-40{margin-bottom:10rem}.lg\:mb-44{margin-bottom:11rem}.lg\:mb-48{margin-bottom:12rem}.lg\:mb-52{margin-bottom:13rem}.lg\:mb-56{margin-bottom:14rem}.lg\:mb-60{margin-bottom:15rem}.lg\:mb-64{margin-bottom:16rem}.lg\:mb-72{margin-bottom:18rem}.lg\:mb-80{margin-bottom:20rem}.lg\:mb-96{margin-bottom:24rem}.lg\:mb-112{margin-bottom:28rem}.lg\:mb-128{margin-bottom:32rem}.lg\:mb-144{margin-bottom:36rem}.lg\:mb-160{margin-bottom:40rem}.lg\:mb-168{margin-bottom:42rem}.lg\:mb-180{margin-bottom:45rem}.lg\:mb-192{margin-bottom:48rem}.lg\:mb-auto{margin-bottom:auto}.lg\:mb-px{margin-bottom:1px}.lg\:mb-0\.5{margin-bottom:.125rem}.lg\:mb-1\.5{margin-bottom:.375rem}.lg\:mb-2\.5{margin-bottom:.625rem}.lg\:mb-3\.5{margin-bottom:.875rem}.lg\:-mb-0{margin-bottom:0}.lg\:-mb-1{margin-bottom:-.25rem}.lg\:-mb-2{margin-bottom:-.5rem}.lg\:-mb-3{margin-bottom:-.75rem}.lg\:-mb-4{margin-bottom:-1rem}.lg\:-mb-5{margin-bottom:-1.25rem}.lg\:-mb-6{margin-bottom:-1.5rem}.lg\:-mb-7{margin-bottom:-1.75rem}.lg\:-mb-8{margin-bottom:-2rem}.lg\:-mb-9{margin-bottom:-2.25rem}.lg\:-mb-10{margin-bottom:-2.5rem}.lg\:-mb-11{margin-bottom:-2.75rem}.lg\:-mb-12{margin-bottom:-3rem}.lg\:-mb-14{margin-bottom:-3.5rem}.lg\:-mb-16{margin-bottom:-4rem}.lg\:-mb-20{margin-bottom:-5rem}.lg\:-mb-24{margin-bottom:-6rem}.lg\:-mb-28{margin-bottom:-7rem}.lg\:-mb-32{margin-bottom:-8rem}.lg\:-mb-36{margin-bottom:-9rem}.lg\:-mb-40{margin-bottom:-10rem}.lg\:-mb-44{margin-bottom:-11rem}.lg\:-mb-48{margin-bottom:-12rem}.lg\:-mb-52{margin-bottom:-13rem}.lg\:-mb-56{margin-bottom:-14rem}.lg\:-mb-60{margin-bottom:-15rem}.lg\:-mb-64{margin-bottom:-16rem}.lg\:-mb-72{margin-bottom:-18rem}.lg\:-mb-80{margin-bottom:-20rem}.lg\:-mb-96{margin-bottom:-24rem}.lg\:-mb-112{margin-bottom:-28rem}.lg\:-mb-128{margin-bottom:-32rem}.lg\:-mb-144{margin-bottom:-36rem}.lg\:-mb-160{margin-bottom:-40rem}.lg\:-mb-168{margin-bottom:-42rem}.lg\:-mb-180{margin-bottom:-45rem}.lg\:-mb-192{margin-bottom:-48rem}.lg\:-mb-px{margin-bottom:-1px}.lg\:-mb-0\.5{margin-bottom:-.125rem}.lg\:-mb-1\.5{margin-bottom:-.375rem}.lg\:-mb-2\.5{margin-bottom:-.625rem}.lg\:-mb-3\.5{margin-bottom:-.875rem}.lg\:ml-0{margin-left:0}.lg\:ml-1{margin-left:.25rem}.lg\:ml-2{margin-left:.5rem}.lg\:ml-3{margin-left:.75rem}.lg\:ml-4{margin-left:1rem}.lg\:ml-5{margin-left:1.25rem}.lg\:ml-6{margin-left:1.5rem}.lg\:ml-7{margin-left:1.75rem}.lg\:ml-8{margin-left:2rem}.lg\:ml-9{margin-left:2.25rem}.lg\:ml-10{margin-left:2.5rem}.lg\:ml-11{margin-left:2.75rem}.lg\:ml-12{margin-left:3rem}.lg\:ml-14{margin-left:3.5rem}.lg\:ml-16{margin-left:4rem}.lg\:ml-20{margin-left:5rem}.lg\:ml-24{margin-left:6rem}.lg\:ml-28{margin-left:7rem}.lg\:ml-32{margin-left:8rem}.lg\:ml-36{margin-left:9rem}.lg\:ml-40{margin-left:10rem}.lg\:ml-44{margin-left:11rem}.lg\:ml-48{margin-left:12rem}.lg\:ml-52{margin-left:13rem}.lg\:ml-56{margin-left:14rem}.lg\:ml-60{margin-left:15rem}.lg\:ml-64{margin-left:16rem}.lg\:ml-72{margin-left:18rem}.lg\:ml-80{margin-left:20rem}.lg\:ml-96{margin-left:24rem}.lg\:ml-112{margin-left:28rem}.lg\:ml-128{margin-left:32rem}.lg\:ml-144{margin-left:36rem}.lg\:ml-160{margin-left:40rem}.lg\:ml-168{margin-left:42rem}.lg\:ml-180{margin-left:45rem}.lg\:ml-192{margin-left:48rem}.lg\:ml-auto{margin-left:auto}.lg\:ml-px{margin-left:1px}.lg\:ml-0\.5{margin-left:.125rem}.lg\:ml-1\.5{margin-left:.375rem}.lg\:ml-2\.5{margin-left:.625rem}.lg\:ml-3\.5{margin-left:.875rem}.lg\:-ml-0{margin-left:0}.lg\:-ml-1{margin-left:-.25rem}.lg\:-ml-2{margin-left:-.5rem}.lg\:-ml-3{margin-left:-.75rem}.lg\:-ml-4{margin-left:-1rem}.lg\:-ml-5{margin-left:-1.25rem}.lg\:-ml-6{margin-left:-1.5rem}.lg\:-ml-7{margin-left:-1.75rem}.lg\:-ml-8{margin-left:-2rem}.lg\:-ml-9{margin-left:-2.25rem}.lg\:-ml-10{margin-left:-2.5rem}.lg\:-ml-11{margin-left:-2.75rem}.lg\:-ml-12{margin-left:-3rem}.lg\:-ml-14{margin-left:-3.5rem}.lg\:-ml-16{margin-left:-4rem}.lg\:-ml-20{margin-left:-5rem}.lg\:-ml-24{margin-left:-6rem}.lg\:-ml-28{margin-left:-7rem}.lg\:-ml-32{margin-left:-8rem}.lg\:-ml-36{margin-left:-9rem}.lg\:-ml-40{margin-left:-10rem}.lg\:-ml-44{margin-left:-11rem}.lg\:-ml-48{margin-left:-12rem}.lg\:-ml-52{margin-left:-13rem}.lg\:-ml-56{margin-left:-14rem}.lg\:-ml-60{margin-left:-15rem}.lg\:-ml-64{margin-left:-16rem}.lg\:-ml-72{margin-left:-18rem}.lg\:-ml-80{margin-left:-20rem}.lg\:-ml-96{margin-left:-24rem}.lg\:-ml-112{margin-left:-28rem}.lg\:-ml-128{margin-left:-32rem}.lg\:-ml-144{margin-left:-36rem}.lg\:-ml-160{margin-left:-40rem}.lg\:-ml-168{margin-left:-42rem}.lg\:-ml-180{margin-left:-45rem}.lg\:-ml-192{margin-left:-48rem}.lg\:-ml-px{margin-left:-1px}.lg\:-ml-0\.5{margin-left:-.125rem}.lg\:-ml-1\.5{margin-left:-.375rem}.lg\:-ml-2\.5{margin-left:-.625rem}.lg\:-ml-3\.5{margin-left:-.875rem}.lg\:box-border{box-sizing:border-box}.lg\:box-content{box-sizing:content-box}.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\:inline-table{display:inline-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\:list-item{display:list-item}.lg\:hidden{display:none}.lg\:h-0{height:0px}.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-112{height:28rem}.lg\:h-128{height:32rem}.lg\:h-144{height:36rem}.lg\:h-160{height:40rem}.lg\:h-168{height:42rem}.lg\:h-180{height:45rem}.lg\:h-192{height:48rem}.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-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\: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-112{max-height:28rem}.lg\:max-h-128{max-height:32rem}.lg\:max-h-144{max-height:36rem}.lg\:max-h-160{max-height:40rem}.lg\:max-h-168{max-height:42rem}.lg\:max-h-180{max-height:45rem}.lg\:max-h-192{max-height:48rem}.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-full{max-height:100%}.lg\:max-h-screen{max-height:100vh}.lg\:min-h-0{min-height:0px}.lg\:min-h-full{min-height:100%}.lg\:min-h-screen{min-height:100vh}.lg\:w-0{width:0px}.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-112{width:28rem}.lg\:w-128{width:32rem}.lg\:w-144{width:36rem}.lg\:w-160{width:40rem}.lg\:w-168{width:42rem}.lg\:w-180{width:45rem}.lg\:w-192{width:48rem}.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-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\:min-w-0{min-width:0px}.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\:max-w-0{max-width:0rem}.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:480px}.lg\:max-w-screen-md{max-width:768px}.lg\:max-w-screen-lg{max-width:976px}.lg\:max-w-screen-xl{max-width:1440px}.lg\:max-w-8xl{max-width:1920px}.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-shrink-0{flex-shrink:0}.lg\:flex-shrink{flex-shrink:1}.lg\:flex-grow-0{flex-grow:0}.lg\:flex-grow{flex-grow:1}.lg\:table-auto{table-layout:auto}.lg\:table-fixed{table-layout:fixed}.lg\:border-collapse{border-collapse:collapse}.lg\:border-separate{border-collapse:separate}.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\: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:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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\: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-112{--tw-translate-x: 28rem}.lg\:translate-x-128{--tw-translate-x: 32rem}.lg\:translate-x-144{--tw-translate-x: 36rem}.lg\:translate-x-160{--tw-translate-x: 40rem}.lg\:translate-x-168{--tw-translate-x: 42rem}.lg\:translate-x-180{--tw-translate-x: 45rem}.lg\:translate-x-192{--tw-translate-x: 48rem}.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-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-112{--tw-translate-x: -28rem}.lg\:-translate-x-128{--tw-translate-x: -32rem}.lg\:-translate-x-144{--tw-translate-x: -36rem}.lg\:-translate-x-160{--tw-translate-x: -40rem}.lg\:-translate-x-168{--tw-translate-x: -42rem}.lg\:-translate-x-180{--tw-translate-x: -45rem}.lg\:-translate-x-192{--tw-translate-x: -48rem}.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-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-112{--tw-translate-y: 28rem}.lg\:translate-y-128{--tw-translate-y: 32rem}.lg\:translate-y-144{--tw-translate-y: 36rem}.lg\:translate-y-160{--tw-translate-y: 40rem}.lg\:translate-y-168{--tw-translate-y: 42rem}.lg\:translate-y-180{--tw-translate-y: 45rem}.lg\:translate-y-192{--tw-translate-y: 48rem}.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-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-112{--tw-translate-y: -28rem}.lg\:-translate-y-128{--tw-translate-y: -32rem}.lg\:-translate-y-144{--tw-translate-y: -36rem}.lg\:-translate-y-160{--tw-translate-y: -40rem}.lg\:-translate-y-168{--tw-translate-y: -42rem}.lg\:-translate-y-180{--tw-translate-y: -45rem}.lg\:-translate-y-192{--tw-translate-y: -48rem}.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-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-112:hover{--tw-translate-x: 28rem}.lg\:hover\:translate-x-128:hover{--tw-translate-x: 32rem}.lg\:hover\:translate-x-144:hover{--tw-translate-x: 36rem}.lg\:hover\:translate-x-160:hover{--tw-translate-x: 40rem}.lg\:hover\:translate-x-168:hover{--tw-translate-x: 42rem}.lg\:hover\:translate-x-180:hover{--tw-translate-x: 45rem}.lg\:hover\:translate-x-192:hover{--tw-translate-x: 48rem}.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-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-112:hover{--tw-translate-x: -28rem}.lg\:hover\:-translate-x-128:hover{--tw-translate-x: -32rem}.lg\:hover\:-translate-x-144:hover{--tw-translate-x: -36rem}.lg\:hover\:-translate-x-160:hover{--tw-translate-x: -40rem}.lg\:hover\:-translate-x-168:hover{--tw-translate-x: -42rem}.lg\:hover\:-translate-x-180:hover{--tw-translate-x: -45rem}.lg\:hover\:-translate-x-192:hover{--tw-translate-x: -48rem}.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-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-112:hover{--tw-translate-y: 28rem}.lg\:hover\:translate-y-128:hover{--tw-translate-y: 32rem}.lg\:hover\:translate-y-144:hover{--tw-translate-y: 36rem}.lg\:hover\:translate-y-160:hover{--tw-translate-y: 40rem}.lg\:hover\:translate-y-168:hover{--tw-translate-y: 42rem}.lg\:hover\:translate-y-180:hover{--tw-translate-y: 45rem}.lg\:hover\:translate-y-192:hover{--tw-translate-y: 48rem}.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-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-112:hover{--tw-translate-y: -28rem}.lg\:hover\:-translate-y-128:hover{--tw-translate-y: -32rem}.lg\:hover\:-translate-y-144:hover{--tw-translate-y: -36rem}.lg\:hover\:-translate-y-160:hover{--tw-translate-y: -40rem}.lg\:hover\:-translate-y-168:hover{--tw-translate-y: -42rem}.lg\:hover\:-translate-y-180:hover{--tw-translate-y: -45rem}.lg\:hover\:-translate-y-192:hover{--tw-translate-y: -48rem}.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-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-112:focus{--tw-translate-x: 28rem}.lg\:focus\:translate-x-128:focus{--tw-translate-x: 32rem}.lg\:focus\:translate-x-144:focus{--tw-translate-x: 36rem}.lg\:focus\:translate-x-160:focus{--tw-translate-x: 40rem}.lg\:focus\:translate-x-168:focus{--tw-translate-x: 42rem}.lg\:focus\:translate-x-180:focus{--tw-translate-x: 45rem}.lg\:focus\:translate-x-192:focus{--tw-translate-x: 48rem}.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-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-112:focus{--tw-translate-x: -28rem}.lg\:focus\:-translate-x-128:focus{--tw-translate-x: -32rem}.lg\:focus\:-translate-x-144:focus{--tw-translate-x: -36rem}.lg\:focus\:-translate-x-160:focus{--tw-translate-x: -40rem}.lg\:focus\:-translate-x-168:focus{--tw-translate-x: -42rem}.lg\:focus\:-translate-x-180:focus{--tw-translate-x: -45rem}.lg\:focus\:-translate-x-192:focus{--tw-translate-x: -48rem}.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-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-112:focus{--tw-translate-y: 28rem}.lg\:focus\:translate-y-128:focus{--tw-translate-y: 32rem}.lg\:focus\:translate-y-144:focus{--tw-translate-y: 36rem}.lg\:focus\:translate-y-160:focus{--tw-translate-y: 40rem}.lg\:focus\:translate-y-168:focus{--tw-translate-y: 42rem}.lg\:focus\:translate-y-180:focus{--tw-translate-y: 45rem}.lg\:focus\:translate-y-192:focus{--tw-translate-y: 48rem}.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-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-112:focus{--tw-translate-y: -28rem}.lg\:focus\:-translate-y-128:focus{--tw-translate-y: -32rem}.lg\:focus\:-translate-y-144:focus{--tw-translate-y: -36rem}.lg\:focus\:-translate-y-160:focus{--tw-translate-y: -40rem}.lg\:focus\:-translate-y-168:focus{--tw-translate-y: -42rem}.lg\:focus\:-translate-y-180:focus{--tw-translate-y: -45rem}.lg\:focus\:-translate-y-192:focus{--tw-translate-y: -48rem}.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-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\: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\: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\: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\: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\: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\: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-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-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\: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}.lg\:animate-fade-in-down{animation:fade-in-down .5s ease-out}.lg\:animate-fade-in-up{animation:fade-in-up .5s ease-out}.lg\:animate-fade-in{animation:fade-in .5s ease-out}.lg\:animate-kenburns{animation:kenburns 10s ease-out}.lg\:animate-zoom-in{animation:zoom-in 10s ease-out}.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\: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\:resize-none{resize:none}.lg\:resize-y{resize:vertical}.lg\:resize-x{resize:horizontal}.lg\:resize{resize:both}.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\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance: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\: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\: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\: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\: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\:flex-row{flex-direction:row}.lg\:flex-row-reverse{flex-direction:row-reverse}.lg\:flex-col{flex-direction:column}.lg\:flex-col-reverse{flex-direction:column-reverse}.lg\:flex-wrap{flex-wrap:wrap}.lg\:flex-wrap-reverse{flex-wrap:wrap-reverse}.lg\:flex-nowrap{flex-wrap:nowrap}.lg\:place-content-center{place-content:center}.lg\:place-content-start{place-content:start}.lg\:place-content-end{place-content:end}.lg\:place-content-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-items-start{place-items:start}.lg\:place-items-end{place-items:end}.lg\:place-items-center{place-items:center}.lg\:place-items-stretch{place-items:stretch}.lg\:content-center{align-content:center}.lg\:content-start{align-content:flex-start}.lg\:content-end{align-content:flex-end}.lg\:content-between{align-content:space-between}.lg\:content-around{align-content:space-around}.lg\:content-evenly{align-content:space-evenly}.lg\:items-start{align-items:flex-start}.lg\:items-end{align-items:flex-end}.lg\:items-center{align-items:center}.lg\:items-baseline{align-items:baseline}.lg\:items-stretch{align-items:stretch}.lg\:justify-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-items-start{justify-items:start}.lg\:justify-items-end{justify-items:end}.lg\:justify-items-center{justify-items:center}.lg\:justify-items-stretch{justify-items:stretch}.lg\:gap-0{gap:0px}.lg\:gap-1{gap:.25rem}.lg\:gap-2{gap:.5rem}.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-112{gap:28rem}.lg\:gap-128{gap:32rem}.lg\:gap-144{gap:36rem}.lg\:gap-160{gap:40rem}.lg\:gap-168{gap:42rem}.lg\:gap-180{gap:45rem}.lg\:gap-192{gap:48rem}.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-x-0{-moz-column-gap:0px;column-gap:0px}.lg\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.lg\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.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-112{-moz-column-gap:28rem;column-gap:28rem}.lg\:gap-x-128{-moz-column-gap:32rem;column-gap:32rem}.lg\:gap-x-144{-moz-column-gap:36rem;column-gap:36rem}.lg\:gap-x-160{-moz-column-gap:40rem;column-gap:40rem}.lg\:gap-x-168{-moz-column-gap:42rem;column-gap:42rem}.lg\:gap-x-180{-moz-column-gap:45rem;column-gap:45rem}.lg\:gap-x-192{-moz-column-gap:48rem;column-gap:48rem}.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-y-0{row-gap:0px}.lg\:gap-y-1{row-gap:.25rem}.lg\:gap-y-2{row-gap:.5rem}.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-112{row-gap:28rem}.lg\:gap-y-128{row-gap:32rem}.lg\:gap-y-144{row-gap:36rem}.lg\:gap-y-160{row-gap:40rem}.lg\:gap-y-168{row-gap:42rem}.lg\:gap-y-180{row-gap:45rem}.lg\:gap-y-192{row-gap:48rem}.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\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.25rem * var(--tw-space-x-reverse));margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.75rem * var(--tw-space-x-reverse));margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3.5rem * var(--tw-space-x-reverse));margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(5rem * var(--tw-space-x-reverse));margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(7rem * var(--tw-space-x-reverse));margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8rem * var(--tw-space-x-reverse));margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(9rem * var(--tw-space-x-reverse));margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(10rem * var(--tw-space-x-reverse));margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(11rem * var(--tw-space-x-reverse));margin-left:calc(11rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12rem * var(--tw-space-x-reverse));margin-left:calc(12rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(13rem * var(--tw-space-x-reverse));margin-left:calc(13rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(14rem * var(--tw-space-x-reverse));margin-left:calc(14rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(15rem * var(--tw-space-x-reverse));margin-left:calc(15rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(16rem * var(--tw-space-x-reverse));margin-left:calc(16rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(18rem * var(--tw-space-x-reverse));margin-left:calc(18rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(20rem * var(--tw-space-x-reverse));margin-left:calc(20rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(24rem * var(--tw-space-x-reverse));margin-left:calc(24rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(28rem * var(--tw-space-x-reverse));margin-left:calc(28rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(32rem * var(--tw-space-x-reverse));margin-left:calc(32rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(36rem * var(--tw-space-x-reverse));margin-left:calc(36rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(40rem * var(--tw-space-x-reverse));margin-left:calc(40rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(42rem * var(--tw-space-x-reverse));margin-left:calc(42rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(45rem * var(--tw-space-x-reverse));margin-left:calc(45rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(48rem * var(--tw-space-x-reverse));margin-left:calc(48rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.lg\:space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.25rem * var(--tw-space-x-reverse));margin-left:calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.75rem * var(--tw-space-x-reverse));margin-left:calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2rem * var(--tw-space-x-reverse));margin-left:calc(-2rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.25rem * var(--tw-space-x-reverse));margin-left:calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.5rem * var(--tw-space-x-reverse));margin-left:calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.75rem * var(--tw-space-x-reverse));margin-left:calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3rem * var(--tw-space-x-reverse));margin-left:calc(-3rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3.5rem * var(--tw-space-x-reverse));margin-left:calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-4rem * var(--tw-space-x-reverse));margin-left:calc(-4rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-5rem * var(--tw-space-x-reverse));margin-left:calc(-5rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-6rem * var(--tw-space-x-reverse));margin-left:calc(-6rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-7rem * var(--tw-space-x-reverse));margin-left:calc(-7rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-8rem * var(--tw-space-x-reverse));margin-left:calc(-8rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-9rem * var(--tw-space-x-reverse));margin-left:calc(-9rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-10rem * var(--tw-space-x-reverse));margin-left:calc(-10rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-11rem * var(--tw-space-x-reverse));margin-left:calc(-11rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-12rem * var(--tw-space-x-reverse));margin-left:calc(-12rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-13rem * var(--tw-space-x-reverse));margin-left:calc(-13rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-14rem * var(--tw-space-x-reverse));margin-left:calc(-14rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-15rem * var(--tw-space-x-reverse));margin-left:calc(-15rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-16rem * var(--tw-space-x-reverse));margin-left:calc(-16rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-18rem * var(--tw-space-x-reverse));margin-left:calc(-18rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-20rem * var(--tw-space-x-reverse));margin-left:calc(-20rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-24rem * var(--tw-space-x-reverse));margin-left:calc(-24rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-28rem * var(--tw-space-x-reverse));margin-left:calc(-28rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-32rem * var(--tw-space-x-reverse));margin-left:calc(-32rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-36rem * var(--tw-space-x-reverse));margin-left:calc(-36rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-40rem * var(--tw-space-x-reverse));margin-left:calc(-40rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-42rem * var(--tw-space-x-reverse));margin-left:calc(-42rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-45rem * var(--tw-space-x-reverse));margin-left:calc(-45rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-48rem * var(--tw-space-x-reverse));margin-left:calc(-48rem * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.lg\:-space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.lg\:space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.lg\:space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.lg\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.lg\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.lg\:space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.lg\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.lg\:space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.lg\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.lg\:space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))}.lg\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.lg\:space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))}.lg\:space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.lg\:space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.lg\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.lg\:space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem * var(--tw-space-y-reverse))}.lg\:space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem * var(--tw-space-y-reverse))}.lg\:space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem * var(--tw-space-y-reverse))}.lg\:space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem * var(--tw-space-y-reverse))}.lg\:space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem * var(--tw-space-y-reverse))}.lg\:space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem * var(--tw-space-y-reverse))}.lg\:space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem * var(--tw-space-y-reverse))}.lg\:space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem * var(--tw-space-y-reverse))}.lg\:space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem * var(--tw-space-y-reverse))}.lg\:space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem * var(--tw-space-y-reverse))}.lg\:space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem * var(--tw-space-y-reverse))}.lg\:space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem * var(--tw-space-y-reverse))}.lg\:space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem * var(--tw-space-y-reverse))}.lg\:space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(28rem * var(--tw-space-y-reverse))}.lg\:space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32rem * var(--tw-space-y-reverse))}.lg\:space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(36rem * var(--tw-space-y-reverse))}.lg\:space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(40rem * var(--tw-space-y-reverse))}.lg\:space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(42rem * var(--tw-space-y-reverse))}.lg\:space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(45rem * var(--tw-space-y-reverse))}.lg\:space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(48rem * var(--tw-space-y-reverse))}.lg\:space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.lg\:space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.lg\:-space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem * var(--tw-space-y-reverse))}.lg\:-space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem * var(--tw-space-y-reverse))}.lg\:-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem * var(--tw-space-y-reverse))}.lg\:-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem * var(--tw-space-y-reverse))}.lg\:-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem * var(--tw-space-y-reverse))}.lg\:-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem * var(--tw-space-y-reverse))}.lg\:-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem * var(--tw-space-y-reverse))}.lg\:-space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem * var(--tw-space-y-reverse))}.lg\:-space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem * var(--tw-space-y-reverse))}.lg\:-space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem * var(--tw-space-y-reverse))}.lg\:-space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem * var(--tw-space-y-reverse))}.lg\:-space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem * var(--tw-space-y-reverse))}.lg\:-space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem * var(--tw-space-y-reverse))}.lg\:-space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem * var(--tw-space-y-reverse))}.lg\:-space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem * var(--tw-space-y-reverse))}.lg\:-space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem * var(--tw-space-y-reverse))}.lg\:-space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem * var(--tw-space-y-reverse))}.lg\:-space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem * var(--tw-space-y-reverse))}.lg\:-space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem * var(--tw-space-y-reverse))}.lg\:-space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem * var(--tw-space-y-reverse))}.lg\:-space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem * var(--tw-space-y-reverse))}.lg\:-space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem * var(--tw-space-y-reverse))}.lg\:-space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem * var(--tw-space-y-reverse))}.lg\:-space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem * var(--tw-space-y-reverse))}.lg\:-space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem * var(--tw-space-y-reverse))}.lg\:-space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem * var(--tw-space-y-reverse))}.lg\:-space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem * var(--tw-space-y-reverse))}.lg\:-space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-28rem * var(--tw-space-y-reverse))}.lg\:-space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-32rem * var(--tw-space-y-reverse))}.lg\:-space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-36rem * var(--tw-space-y-reverse))}.lg\:-space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-40rem * var(--tw-space-y-reverse))}.lg\:-space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-42rem * var(--tw-space-y-reverse))}.lg\:-space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-45rem * var(--tw-space-y-reverse))}.lg\:-space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-48rem * var(--tw-space-y-reverse))}.lg\:-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.lg\:-space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.lg\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.lg\:divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.lg\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.lg\:divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.lg\:divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.lg\:divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.lg\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.lg\:divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.lg\:divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.lg\:divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.lg\:divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.lg\:divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.lg\:divide-double>:not([hidden])~:not([hidden]){border-style:double}.lg\:divide-none>:not([hidden])~:not([hidden]){border-style:none}.lg\:divide-bg_primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(29,39,49,var(--tw-divide-opacity))}.lg\:divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(28,76,112,var(--tw-divide-opacity))}.lg\:divide-secondary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,152,74,var(--tw-divide-opacity))}.lg\:divide-warning>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,95,59,var(--tw-divide-opacity))}.lg\:divide-error>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,67,54,var(--tw-divide-opacity))}.lg\:divide-info>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(122,169,163,var(--tw-divide-opacity))}.lg\:divide-success>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(51,143,154,var(--tw-divide-opacity))}.lg\:divide-call_to_action>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(127,165,240,var(--tw-divide-opacity))}.lg\:divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,250,250,var(--tw-divide-opacity))}.lg\:divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,244,245,var(--tw-divide-opacity))}.lg\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(228,228,231,var(--tw-divide-opacity))}.lg\:divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(212,212,216,var(--tw-divide-opacity))}.lg\:divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(161,161,170,var(--tw-divide-opacity))}.lg\:divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(113,113,122,var(--tw-divide-opacity))}.lg\:divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(82,82,91,var(--tw-divide-opacity))}.lg\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(63,63,70,var(--tw-divide-opacity))}.lg\:divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(39,39,42,var(--tw-divide-opacity))}.lg\:divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(24,24,27,var(--tw-divide-opacity))}.lg\:divide-lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(239,239,239,var(--tw-divide-opacity))}.lg\:divide-darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(108,108,108,var(--tw-divide-opacity))}.lg\:divide-nav_darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(31,31,31,var(--tw-divide-opacity))}.lg\:divide-nav_lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(71,71,71,var(--tw-divide-opacity))}.lg\:divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,249,255,var(--tw-divide-opacity))}.lg\:divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(224,242,254,var(--tw-divide-opacity))}.lg\:divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(186,230,253,var(--tw-divide-opacity))}.lg\:divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(125,211,252,var(--tw-divide-opacity))}.lg\:divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(56,189,248,var(--tw-divide-opacity))}.lg\:divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,165,233,var(--tw-divide-opacity))}.lg\:divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(2,132,199,var(--tw-divide-opacity))}.lg\:divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(3,105,161,var(--tw-divide-opacity))}.lg\:divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(7,89,133,var(--tw-divide-opacity))}.lg\:divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(12,74,110,var(--tw-divide-opacity))}.lg\:divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,241,242,var(--tw-divide-opacity))}.lg\:divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,228,230,var(--tw-divide-opacity))}.lg\:divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(254,205,211,var(--tw-divide-opacity))}.lg\:divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,164,175,var(--tw-divide-opacity))}.lg\:divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(251,113,133,var(--tw-divide-opacity))}.lg\:divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,63,94,var(--tw-divide-opacity))}.lg\:divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(225,29,72,var(--tw-divide-opacity))}.lg\:divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(190,18,60,var(--tw-divide-opacity))}.lg\:divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(159,18,57,var(--tw-divide-opacity))}.lg\:divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(136,19,55,var(--tw-divide-opacity))}.lg\:divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,244,255,var(--tw-divide-opacity))}.lg\:divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,232,255,var(--tw-divide-opacity))}.lg\:divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(245,208,254,var(--tw-divide-opacity))}.lg\:divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,171,252,var(--tw-divide-opacity))}.lg\:divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(232,121,249,var(--tw-divide-opacity))}.lg\:divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,70,239,var(--tw-divide-opacity))}.lg\:divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,38,211,var(--tw-divide-opacity))}.lg\:divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(162,28,175,var(--tw-divide-opacity))}.lg\:divide-pink-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,25,143,var(--tw-divide-opacity))}.lg\:divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(112,26,117,var(--tw-divide-opacity))}.lg\:divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,244,var(--tw-divide-opacity))}.lg\:divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(220,252,231,var(--tw-divide-opacity))}.lg\:divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(187,247,208,var(--tw-divide-opacity))}.lg\:divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,239,172,var(--tw-divide-opacity))}.lg\:divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(74,222,128,var(--tw-divide-opacity))}.lg\:divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,197,94,var(--tw-divide-opacity))}.lg\:divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,163,74,var(--tw-divide-opacity))}.lg\:divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,128,61,var(--tw-divide-opacity))}.lg\:divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,101,52,var(--tw-divide-opacity))}.lg\:divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,83,45,var(--tw-divide-opacity))}.lg\:divide-purple-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,245,255,var(--tw-divide-opacity))}.lg\:divide-purple-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(243,232,255,var(--tw-divide-opacity))}.lg\:divide-purple-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(233,213,255,var(--tw-divide-opacity))}.lg\:divide-purple-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(216,180,254,var(--tw-divide-opacity))}.lg\:divide-purple-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,132,252,var(--tw-divide-opacity))}.lg\:divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(168,85,247,var(--tw-divide-opacity))}.lg\:divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(147,51,234,var(--tw-divide-opacity))}.lg\:divide-purple-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(126,34,206,var(--tw-divide-opacity))}.lg\:divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(107,33,168,var(--tw-divide-opacity))}.lg\:divide-purple-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(88,28,135,var(--tw-divide-opacity))}.lg\:divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,250,var(--tw-divide-opacity))}.lg\:divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(204,251,241,var(--tw-divide-opacity))}.lg\:divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(153,246,228,var(--tw-divide-opacity))}.lg\:divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(94,234,212,var(--tw-divide-opacity))}.lg\:divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(45,212,191,var(--tw-divide-opacity))}.lg\:divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,184,166,var(--tw-divide-opacity))}.lg\:divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(13,148,136,var(--tw-divide-opacity))}.lg\:divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(15,118,110,var(--tw-divide-opacity))}.lg\:divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(17,94,89,var(--tw-divide-opacity))}.lg\:divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(19,78,74,var(--tw-divide-opacity))}.lg\:divide-cyan-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(236,254,255,var(--tw-divide-opacity))}.lg\:divide-cyan-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(207,250,254,var(--tw-divide-opacity))}.lg\:divide-cyan-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(165,243,252,var(--tw-divide-opacity))}.lg\:divide-cyan-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(103,232,249,var(--tw-divide-opacity))}.lg\:divide-cyan-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,211,238,var(--tw-divide-opacity))}.lg\:divide-cyan-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(6,182,212,var(--tw-divide-opacity))}.lg\:divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(8,145,178,var(--tw-divide-opacity))}.lg\:divide-cyan-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,116,144,var(--tw-divide-opacity))}.lg\:divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,94,117,var(--tw-divide-opacity))}.lg\:divide-cyan-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,78,99,var(--tw-divide-opacity))}.lg\:divide-yellow>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,179,16,var(--tw-divide-opacity))}.lg\:divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.lg\:divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.lg\:divide-opacity-0>:not([hidden])~:not([hidden]){--tw-divide-opacity: 0}.lg\:divide-opacity-5>:not([hidden])~:not([hidden]){--tw-divide-opacity: .05}.lg\:divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity: .1}.lg\:divide-opacity-20>:not([hidden])~:not([hidden]){--tw-divide-opacity: .2}.lg\:divide-opacity-25>:not([hidden])~:not([hidden]){--tw-divide-opacity: .25}.lg\:divide-opacity-30>:not([hidden])~:not([hidden]){--tw-divide-opacity: .3}.lg\:divide-opacity-40>:not([hidden])~:not([hidden]){--tw-divide-opacity: .4}.lg\:divide-opacity-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: .5}.lg\:divide-opacity-60>:not([hidden])~:not([hidden]){--tw-divide-opacity: .6}.lg\:divide-opacity-70>:not([hidden])~:not([hidden]){--tw-divide-opacity: .7}.lg\:divide-opacity-75>:not([hidden])~:not([hidden]){--tw-divide-opacity: .75}.lg\:divide-opacity-80>:not([hidden])~:not([hidden]){--tw-divide-opacity: .8}.lg\:divide-opacity-90>:not([hidden])~:not([hidden]){--tw-divide-opacity: .9}.lg\:divide-opacity-95>:not([hidden])~:not([hidden]){--tw-divide-opacity: .95}.lg\:divide-opacity-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}.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\:self-auto{align-self:auto}.lg\:self-start{align-self:flex-start}.lg\:self-end{align-self:flex-end}.lg\:self-center{align-self:center}.lg\:self-stretch{align-self:stretch}.lg\:self-baseline{align-self:baseline}.lg\:justify-self-auto{justify-self:auto}.lg\:justify-self-start{justify-self:start}.lg\:justify-self-end{justify-self:end}.lg\:justify-self-center{justify-self:center}.lg\:justify-self-stretch{justify-self:stretch}.lg\: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\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lg\:overflow-ellipsis{text-overflow:ellipsis}.lg\:overflow-clip{text-overflow:clip}.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\: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-4xl{border-radius:2rem}.lg\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.lg\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.lg\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.lg\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.lg\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.lg\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.lg\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.lg\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.lg\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.lg\:rounded-t-4xl{border-top-left-radius:2rem;border-top-right-radius:2rem}.lg\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.lg\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.lg\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.lg\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.lg\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.lg\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.lg\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.lg\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.lg\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.lg\:rounded-r-4xl{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.lg\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.lg\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.lg\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.lg\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.lg\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.lg\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.lg\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.lg\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.lg\:rounded-b-4xl{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.lg\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.lg\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.lg\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.lg\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.lg\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.lg\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.lg\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.lg\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.lg\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.lg\:rounded-l-4xl{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.lg\:rounded-tl-none{border-top-left-radius:0}.lg\:rounded-tl-sm{border-top-left-radius:.125rem}.lg\:rounded-tl{border-top-left-radius:.25rem}.lg\:rounded-tl-md{border-top-left-radius:.375rem}.lg\:rounded-tl-lg{border-top-left-radius:.5rem}.lg\:rounded-tl-xl{border-top-left-radius:.75rem}.lg\:rounded-tl-2xl{border-top-left-radius:1rem}.lg\:rounded-tl-3xl{border-top-left-radius:1.5rem}.lg\:rounded-tl-full{border-top-left-radius:9999px}.lg\:rounded-tl-4xl{border-top-left-radius:2rem}.lg\:rounded-tr-none{border-top-right-radius:0}.lg\:rounded-tr-sm{border-top-right-radius:.125rem}.lg\:rounded-tr{border-top-right-radius:.25rem}.lg\:rounded-tr-md{border-top-right-radius:.375rem}.lg\:rounded-tr-lg{border-top-right-radius:.5rem}.lg\:rounded-tr-xl{border-top-right-radius:.75rem}.lg\:rounded-tr-2xl{border-top-right-radius:1rem}.lg\:rounded-tr-3xl{border-top-right-radius:1.5rem}.lg\:rounded-tr-full{border-top-right-radius:9999px}.lg\:rounded-tr-4xl{border-top-right-radius:2rem}.lg\:rounded-br-none{border-bottom-right-radius:0}.lg\:rounded-br-sm{border-bottom-right-radius:.125rem}.lg\:rounded-br{border-bottom-right-radius:.25rem}.lg\:rounded-br-md{border-bottom-right-radius:.375rem}.lg\:rounded-br-lg{border-bottom-right-radius:.5rem}.lg\:rounded-br-xl{border-bottom-right-radius:.75rem}.lg\:rounded-br-2xl{border-bottom-right-radius:1rem}.lg\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.lg\:rounded-br-full{border-bottom-right-radius:9999px}.lg\:rounded-br-4xl{border-bottom-right-radius:2rem}.lg\:rounded-bl-none{border-bottom-left-radius:0}.lg\:rounded-bl-sm{border-bottom-left-radius:.125rem}.lg\:rounded-bl{border-bottom-left-radius:.25rem}.lg\:rounded-bl-md{border-bottom-left-radius:.375rem}.lg\:rounded-bl-lg{border-bottom-left-radius:.5rem}.lg\:rounded-bl-xl{border-bottom-left-radius:.75rem}.lg\:rounded-bl-2xl{border-bottom-left-radius:1rem}.lg\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.lg\:rounded-bl-full{border-bottom-left-radius:9999px}.lg\:rounded-bl-4xl{border-bottom-left-radius:2rem}.lg\:border-0{border-width:0px}.lg\:border-2{border-width:2px}.lg\:border-4{border-width:4px}.lg\:border-8{border-width:8px}.lg\:border{border-width:1px}.lg\:border-t-0{border-top-width:0px}.lg\:border-t-2{border-top-width:2px}.lg\:border-t-4{border-top-width:4px}.lg\:border-t-8{border-top-width:8px}.lg\:border-t{border-top-width:1px}.lg\:border-r-0{border-right-width:0px}.lg\:border-r-2{border-right-width:2px}.lg\:border-r-4{border-right-width:4px}.lg\:border-r-8{border-right-width:8px}.lg\:border-r{border-right-width:1px}.lg\:border-b-0{border-bottom-width:0px}.lg\:border-b-2{border-bottom-width:2px}.lg\:border-b-4{border-bottom-width:4px}.lg\:border-b-8{border-bottom-width:8px}.lg\:border-b{border-bottom-width:1px}.lg\:border-l-0{border-left-width:0px}.lg\:border-l-2{border-left-width:2px}.lg\:border-l-4{border-left-width:4px}.lg\:border-l-8{border-left-width:8px}.lg\:border-l{border-left-width:1px}.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-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.lg\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.lg\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.lg\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.lg\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.lg\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.lg\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.lg\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.lg\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.lg\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.lg\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.lg\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.lg\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.lg\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.lg\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.lg\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.lg\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.lg\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.lg\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.lg\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.lg\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.lg\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.lg\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.lg\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.lg\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.lg\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.lg\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.lg\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.lg\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.lg\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.lg\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.lg\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.lg\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.lg\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.lg\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.lg\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.lg\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.lg\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.lg\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.lg\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.lg\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.lg\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.lg\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.lg\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.lg\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.lg\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.lg\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.lg\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.lg\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.lg\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.lg\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.lg\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.lg\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.lg\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.lg\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.lg\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.lg\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.lg\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.lg\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.lg\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.lg\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.lg\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.lg\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.lg\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.lg\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.lg\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.lg\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.lg\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.lg\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.lg\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.lg\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.lg\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.lg\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.lg\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.lg\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.lg\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.lg\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.lg\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.lg\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.lg\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.lg\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.lg\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.lg\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.lg\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.lg\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.lg\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.lg\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.lg\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.lg\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.lg\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.lg\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.lg\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.lg\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.lg\:border-white{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.lg\:border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.group:hover .lg\:group-hover\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:focus-within\:border-bg_primary:focus-within{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.lg\:focus-within\:border-primary:focus-within{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.lg\:focus-within\:border-secondary:focus-within{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.lg\:focus-within\:border-warning:focus-within{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.lg\:focus-within\:border-error:focus-within{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.lg\:focus-within\:border-info:focus-within{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.lg\:focus-within\:border-success:focus-within{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.lg\:focus-within\:border-call_to_action:focus-within{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-100:focus-within{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-200:focus-within{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-300:focus-within{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-400:focus-within{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-500:focus-within{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-600:focus-within{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-700:focus-within{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-800:focus-within{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.lg\:focus-within\:border-gray-900:focus-within{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.lg\:focus-within\:border-lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.lg\:focus-within\:border-darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.lg\:focus-within\:border-nav_darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.lg\:focus-within\:border-nav_lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-100:focus-within{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-200:focus-within{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-300:focus-within{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-400:focus-within{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-700:focus-within{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-800:focus-within{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.lg\:focus-within\:border-blue-900:focus-within{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.lg\:focus-within\:border-red-50:focus-within{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.lg\:focus-within\:border-red-100:focus-within{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.lg\:focus-within\:border-red-200:focus-within{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.lg\:focus-within\:border-red-300:focus-within{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.lg\:focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.lg\:focus-within\:border-red-500:focus-within{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.lg\:focus-within\:border-red-600:focus-within{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.lg\:focus-within\:border-red-700:focus-within{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.lg\:focus-within\:border-red-800:focus-within{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.lg\:focus-within\:border-red-900:focus-within{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-50:focus-within{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-100:focus-within{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-200:focus-within{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-300:focus-within{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-400:focus-within{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-500:focus-within{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-600:focus-within{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-700:focus-within{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-800:focus-within{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.lg\:focus-within\:border-pink-900:focus-within{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.lg\:focus-within\:border-green-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.lg\:focus-within\:border-green-100:focus-within{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.lg\:focus-within\:border-green-200:focus-within{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.lg\:focus-within\:border-green-300:focus-within{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.lg\:focus-within\:border-green-400:focus-within{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.lg\:focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.lg\:focus-within\:border-green-600:focus-within{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.lg\:focus-within\:border-green-700:focus-within{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.lg\:focus-within\:border-green-800:focus-within{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.lg\:focus-within\:border-green-900:focus-within{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-100:focus-within{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-200:focus-within{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-300:focus-within{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-400:focus-within{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-500:focus-within{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-600:focus-within{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-700:focus-within{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-800:focus-within{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.lg\:focus-within\:border-purple-900:focus-within{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-100:focus-within{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-200:focus-within{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-300:focus-within{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-500:focus-within{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-600:focus-within{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-700:focus-within{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-800:focus-within{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.lg\:focus-within\:border-teal-900:focus-within{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-50:focus-within{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-100:focus-within{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-200:focus-within{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-300:focus-within{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-400:focus-within{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-500:focus-within{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-600:focus-within{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-700:focus-within{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-800:focus-within{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.lg\:focus-within\:border-cyan-900:focus-within{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.lg\:focus-within\:border-yellow:focus-within{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus-within{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:hover\:border-bg_primary:hover{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.lg\:hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.lg\:hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.lg\:hover\:border-warning:hover{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.lg\:hover\:border-error:hover{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.lg\:hover\:border-info:hover{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.lg\:hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.lg\:hover\:border-call_to_action:hover{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.lg\:hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.lg\:hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.lg\:hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.lg\:hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.lg\:hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.lg\:hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.lg\:hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.lg\:hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.lg\:hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.lg\:hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.lg\:hover\:border-lightgray:hover{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.lg\:hover\:border-darkgray:hover{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.lg\:hover\:border-nav_darkgray:hover{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.lg\:hover\:border-nav_lightgray:hover{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.lg\:hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.lg\:hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.lg\:hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.lg\:hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.lg\:hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.lg\:hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.lg\:hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.lg\:hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.lg\:hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.lg\:hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.lg\:hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.lg\:hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.lg\:hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.lg\:hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.lg\:hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.lg\:hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.lg\:hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.lg\:hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.lg\:hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.lg\:hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.lg\:hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.lg\:hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.lg\:hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.lg\:hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.lg\:hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.lg\:hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.lg\:hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.lg\:hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.lg\:hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.lg\:hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.lg\:hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.lg\:hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.lg\:hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.lg\:hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.lg\:hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.lg\:hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.lg\:hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.lg\:hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.lg\:hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.lg\:hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.lg\:hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.lg\:hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.lg\:hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.lg\:hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.lg\:hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.lg\:hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.lg\:hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.lg\:hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.lg\:hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.lg\:hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.lg\:hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.lg\:hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.lg\:hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.lg\:hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.lg\:hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.lg\:hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.lg\:hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.lg\:hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.lg\:hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.lg\:hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.lg\:hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.lg\:hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.lg\:hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.lg\:hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.lg\:hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.lg\:hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.lg\:hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.lg\:hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.lg\:hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.lg\:hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.lg\:hover\:border-yellow:hover{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:hover{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.lg\:focus\:border-bg_primary:focus{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.lg\:focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.lg\:focus\:border-secondary:focus{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.lg\:focus\:border-warning:focus{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.lg\:focus\:border-error:focus{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.lg\:focus\:border-info:focus{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.lg\:focus\:border-success:focus{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.lg\:focus\:border-call_to_action:focus{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.lg\:focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.lg\:focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.lg\:focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.lg\:focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.lg\:focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.lg\:focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.lg\:focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.lg\:focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.lg\:focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.lg\:focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.lg\:focus\:border-lightgray:focus{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.lg\:focus\:border-darkgray:focus{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.lg\:focus\:border-nav_darkgray:focus{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.lg\:focus\:border-nav_lightgray:focus{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.lg\:focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.lg\:focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.lg\:focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.lg\:focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.lg\:focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.lg\:focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.lg\:focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.lg\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.lg\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.lg\:focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.lg\:focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.lg\:focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.lg\:focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.lg\:focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.lg\:focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.lg\:focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.lg\:focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.lg\:focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.lg\:focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.lg\:focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.lg\:focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.lg\:focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.lg\:focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.lg\:focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.lg\:focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.lg\:focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.lg\:focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.lg\:focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.lg\:focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.lg\:focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.lg\:focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.lg\:focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.lg\:focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.lg\:focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.lg\:focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.lg\:focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.lg\:focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.lg\:focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.lg\:focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.lg\:focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.lg\:focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.lg\:focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.lg\:focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.lg\:focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.lg\:focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.lg\:focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.lg\:focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.lg\:focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.lg\:focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.lg\:focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.lg\:focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.lg\:focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.lg\:focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.lg\:focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.lg\:focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.lg\:focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.lg\:focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.lg\:focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.lg\:focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.lg\:focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.lg\:focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.lg\:focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.lg\:focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.lg\:focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.lg\:focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.lg\:focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.lg\:focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.lg\:focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.lg\:focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.lg\:focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.lg\:focus\:border-yellow:focus{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus{--tw-border-opacity: 1;border-color:rgba(0,0,0,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\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.lg\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.lg\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.lg\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.lg\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.lg\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.lg\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.lg\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.lg\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.lg\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.lg\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.lg\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.lg\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.lg\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.lg\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.lg\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.lg\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.lg\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.lg\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.lg\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.lg\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.lg\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.lg\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.lg\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.lg\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.lg\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.lg\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.lg\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.lg\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.lg\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.lg\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.lg\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.lg\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.lg\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.lg\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.lg\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.lg\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.lg\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.lg\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.lg\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.lg\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.lg\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.lg\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.lg\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.lg\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.lg\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.lg\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.lg\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.lg\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.lg\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.lg\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.lg\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.lg\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.lg\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.lg\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.lg\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.lg\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.lg\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.lg\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.lg\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.lg\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.lg\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.lg\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.lg\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.lg\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.lg\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.lg\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.lg\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.lg\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.lg\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.lg\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.lg\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.lg\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.lg\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.lg\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.lg\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.lg\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.lg\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.lg\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.lg\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.lg\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.lg\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.lg\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.lg\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.lg\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.lg\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.lg\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.lg\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.lg\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.lg\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.lg\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.lg\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.lg\:bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.lg\:bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.group:hover .lg\:group-hover\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:focus-within\:bg-bg_primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.lg\:focus-within\:bg-primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.lg\:focus-within\:bg-secondary:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.lg\:focus-within\:bg-warning:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.lg\:focus-within\:bg-error:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.lg\:focus-within\:bg-info:focus-within{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.lg\:focus-within\:bg-success:focus-within{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.lg\:focus-within\:bg-call_to_action:focus-within{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.lg\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.lg\:focus-within\:bg-lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.lg\:focus-within\:bg-darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.lg\:focus-within\:bg-nav_darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.lg\:focus-within\:bg-nav_lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.lg\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.lg\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.lg\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.lg\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.lg\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.lg\:focus-within\:bg-teal-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.lg\:focus-within\:bg-cyan-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.lg\:focus-within\:bg-yellow:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus-within{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:hover\:bg-bg_primary:hover{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.lg\:hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.lg\:hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.lg\:hover\:bg-warning:hover{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.lg\:hover\:bg-error:hover{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.lg\:hover\:bg-info:hover{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.lg\:hover\:bg-success:hover{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.lg\:hover\:bg-call_to_action:hover{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.lg\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.lg\:hover\:bg-lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.lg\:hover\:bg-darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.lg\:hover\:bg-nav_darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.lg\:hover\:bg-nav_lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.lg\:hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.lg\:hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.lg\:hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.lg\:hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.lg\:hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.lg\:hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.lg\:hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.lg\:hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.lg\:hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.lg\:hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.lg\:hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.lg\:hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.lg\:hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.lg\:hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.lg\:hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.lg\:hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.lg\:hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.lg\:hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.lg\:hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.lg\:hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.lg\:hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.lg\:hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.lg\:hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.lg\:hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.lg\:hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.lg\:hover\:bg-yellow:hover{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.lg\:focus\:bg-bg_primary:focus{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.lg\:focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.lg\:focus\:bg-secondary:focus{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.lg\:focus\:bg-warning:focus{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.lg\:focus\:bg-error:focus{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.lg\:focus\:bg-info:focus{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.lg\:focus\:bg-success:focus{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.lg\:focus\:bg-call_to_action:focus{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.lg\:focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.lg\:focus\:bg-lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.lg\:focus\:bg-darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.lg\:focus\:bg-nav_darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.lg\:focus\:bg-nav_lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.lg\:focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.lg\:focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.lg\:focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.lg\:focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.lg\:focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.lg\:focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.lg\:focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.lg\:focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.lg\:focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.lg\:focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.lg\:focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.lg\:focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.lg\:focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.lg\:focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.lg\:focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.lg\:focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.lg\:focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.lg\:focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.lg\:focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.lg\:focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.lg\:focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.lg\:focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.lg\:focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.lg\:focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.lg\:focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.lg\:focus\:bg-yellow:focus{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.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-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-bg_primary{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.lg\:from-primary{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.lg\:from-secondary{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.lg\:from-warning{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.lg\:from-error{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.lg\:from-info{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.lg\:from-success{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.lg\:from-call_to_action{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.lg\:from-gray-50{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.lg\:from-gray-100{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.lg\:from-gray-200{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.lg\:from-gray-300{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.lg\:from-gray-400{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.lg\:from-gray-500{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.lg\:from-gray-600{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.lg\:from-gray-700{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.lg\:from-gray-800{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.lg\:from-gray-900{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.lg\:from-lightgray{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.lg\:from-darkgray{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.lg\:from-nav_darkgray{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.lg\:from-nav_lightgray{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.lg\:from-blue-50{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.lg\:from-blue-100{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.lg\:from-blue-200{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.lg\:from-blue-300{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.lg\:from-blue-400{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.lg\:from-blue-500{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.lg\:from-blue-600{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.lg\:from-blue-700{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.lg\:from-blue-800{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.lg\:from-blue-900{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.lg\:from-red-50{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.lg\:from-red-100{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.lg\:from-red-200{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.lg\:from-red-300{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.lg\:from-red-400{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.lg\:from-red-500{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.lg\:from-red-600{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.lg\:from-red-700{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.lg\:from-red-800{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.lg\:from-red-900{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.lg\:from-pink-50{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.lg\:from-pink-100{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.lg\:from-pink-200{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.lg\:from-pink-300{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.lg\:from-pink-400{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.lg\:from-pink-500{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.lg\:from-pink-600{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.lg\:from-pink-700{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.lg\:from-pink-800{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.lg\:from-pink-900{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.lg\:from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.lg\:from-green-100{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.lg\:from-green-200{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.lg\:from-green-300{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.lg\:from-green-400{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.lg\:from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.lg\:from-green-600{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.lg\:from-green-700{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.lg\:from-green-800{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.lg\:from-green-900{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.lg\:from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.lg\:from-purple-100{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.lg\:from-purple-200{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.lg\:from-purple-300{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.lg\:from-purple-400{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.lg\:from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.lg\:from-purple-600{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.lg\:from-purple-700{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.lg\:from-purple-800{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.lg\:from-purple-900{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.lg\:from-teal-50{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.lg\:from-teal-100{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.lg\:from-teal-200{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.lg\:from-teal-300{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.lg\:from-teal-400{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.lg\:from-teal-500{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.lg\:from-teal-600{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.lg\:from-teal-700{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.lg\:from-teal-800{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.lg\:from-teal-900{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.lg\:from-cyan-50{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.lg\:from-cyan-100{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.lg\:from-cyan-200{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.lg\:from-cyan-300{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.lg\:from-cyan-400{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.lg\:from-cyan-500{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.lg\:from-cyan-600{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.lg\:from-cyan-700{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.lg\:from-cyan-800{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.lg\:from-cyan-900{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.lg\:from-yellow{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.lg\:hover\:from-bg_primary:hover{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.lg\:hover\:from-primary:hover{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.lg\:hover\:from-secondary:hover{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.lg\:hover\:from-warning:hover{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.lg\:hover\:from-error:hover{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.lg\:hover\:from-info:hover{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.lg\:hover\:from-success:hover{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.lg\:hover\:from-call_to_action:hover{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.lg\:hover\:from-gray-50:hover{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.lg\:hover\:from-gray-100:hover{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.lg\:hover\:from-gray-200:hover{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.lg\:hover\:from-gray-300:hover{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.lg\:hover\:from-gray-400:hover{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.lg\:hover\:from-gray-500:hover{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.lg\:hover\:from-gray-600:hover{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.lg\:hover\:from-gray-700:hover{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.lg\:hover\:from-gray-800:hover{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.lg\:hover\:from-gray-900:hover{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.lg\:hover\:from-lightgray:hover{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.lg\:hover\:from-darkgray:hover{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.lg\:hover\:from-nav_darkgray:hover{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.lg\:hover\:from-nav_lightgray:hover{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.lg\:hover\:from-blue-50:hover{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.lg\:hover\:from-blue-100:hover{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.lg\:hover\:from-blue-200:hover{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.lg\:hover\:from-blue-300:hover{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.lg\:hover\:from-blue-400:hover{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.lg\:hover\:from-blue-500:hover{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.lg\:hover\:from-blue-600:hover{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.lg\:hover\:from-blue-700:hover{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.lg\:hover\:from-blue-800:hover{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.lg\:hover\:from-blue-900:hover{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.lg\:hover\:from-red-50:hover{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.lg\:hover\:from-red-100:hover{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.lg\:hover\:from-red-200:hover{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.lg\:hover\:from-red-300:hover{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.lg\:hover\:from-red-400:hover{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.lg\:hover\:from-red-500:hover{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.lg\:hover\:from-red-600:hover{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.lg\:hover\:from-red-700:hover{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.lg\:hover\:from-red-800:hover{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.lg\:hover\:from-red-900:hover{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.lg\:hover\:from-pink-50:hover{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.lg\:hover\:from-pink-100:hover{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.lg\:hover\:from-pink-200:hover{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.lg\:hover\:from-pink-300:hover{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.lg\:hover\:from-pink-400:hover{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.lg\:hover\:from-pink-500:hover{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.lg\:hover\:from-pink-600:hover{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.lg\:hover\:from-pink-700:hover{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.lg\:hover\:from-pink-800:hover{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.lg\:hover\:from-pink-900:hover{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.lg\:hover\:from-green-50:hover{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.lg\:hover\:from-green-100:hover{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.lg\:hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.lg\:hover\:from-green-300:hover{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.lg\:hover\:from-green-400:hover{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.lg\:hover\:from-green-500:hover{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.lg\:hover\:from-green-600:hover{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.lg\:hover\:from-green-700:hover{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.lg\:hover\:from-green-800:hover{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.lg\:hover\:from-green-900:hover{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.lg\:hover\:from-purple-50:hover{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.lg\:hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.lg\:hover\:from-purple-200:hover{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.lg\:hover\:from-purple-300:hover{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.lg\:hover\:from-purple-400:hover{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.lg\:hover\:from-purple-500:hover{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.lg\:hover\:from-purple-600:hover{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.lg\:hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.lg\:hover\:from-purple-800:hover{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.lg\:hover\:from-purple-900:hover{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.lg\:hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.lg\:hover\:from-teal-100:hover{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.lg\:hover\:from-teal-200:hover{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.lg\:hover\:from-teal-300:hover{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.lg\:hover\:from-teal-400:hover{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.lg\:hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.lg\:hover\:from-teal-600:hover{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.lg\:hover\:from-teal-700:hover{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.lg\:hover\:from-teal-800:hover{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.lg\:hover\:from-teal-900:hover{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.lg\:hover\:from-cyan-50:hover{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.lg\:hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.lg\:hover\:from-cyan-200:hover{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.lg\:hover\:from-cyan-300:hover{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.lg\:hover\:from-cyan-400:hover{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.lg\:hover\:from-cyan-500:hover{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.lg\:hover\:from-cyan-600:hover{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.lg\:hover\:from-cyan-700:hover{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.lg\:hover\:from-cyan-800:hover{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.lg\:hover\:from-cyan-900:hover{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.lg\:hover\:from-yellow:hover{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.lg\:focus\:from-bg_primary:focus{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.lg\:focus\:from-primary:focus{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.lg\:focus\:from-secondary:focus{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.lg\:focus\:from-warning:focus{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.lg\:focus\:from-error:focus{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.lg\:focus\:from-info:focus{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.lg\:focus\:from-success:focus{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.lg\:focus\:from-call_to_action:focus{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.lg\:focus\:from-gray-50:focus{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.lg\:focus\:from-gray-100:focus{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.lg\:focus\:from-gray-200:focus{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.lg\:focus\:from-gray-300:focus{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.lg\:focus\:from-gray-400:focus{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.lg\:focus\:from-gray-500:focus{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.lg\:focus\:from-gray-600:focus{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.lg\:focus\:from-gray-700:focus{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.lg\:focus\:from-gray-800:focus{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.lg\:focus\:from-gray-900:focus{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.lg\:focus\:from-lightgray:focus{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.lg\:focus\:from-darkgray:focus{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.lg\:focus\:from-nav_darkgray:focus{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.lg\:focus\:from-nav_lightgray:focus{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.lg\:focus\:from-blue-50:focus{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.lg\:focus\:from-blue-100:focus{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.lg\:focus\:from-blue-200:focus{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.lg\:focus\:from-blue-300:focus{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.lg\:focus\:from-blue-400:focus{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.lg\:focus\:from-blue-500:focus{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.lg\:focus\:from-blue-600:focus{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.lg\:focus\:from-blue-700:focus{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.lg\:focus\:from-blue-800:focus{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.lg\:focus\:from-blue-900:focus{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.lg\:focus\:from-red-50:focus{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.lg\:focus\:from-red-100:focus{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.lg\:focus\:from-red-200:focus{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.lg\:focus\:from-red-300:focus{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.lg\:focus\:from-red-400:focus{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.lg\:focus\:from-red-500:focus{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.lg\:focus\:from-red-600:focus{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.lg\:focus\:from-red-700:focus{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.lg\:focus\:from-red-800:focus{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.lg\:focus\:from-red-900:focus{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.lg\:focus\:from-pink-50:focus{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.lg\:focus\:from-pink-100:focus{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.lg\:focus\:from-pink-200:focus{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.lg\:focus\:from-pink-300:focus{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.lg\:focus\:from-pink-400:focus{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.lg\:focus\:from-pink-500:focus{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.lg\:focus\:from-pink-600:focus{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.lg\:focus\:from-pink-700:focus{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.lg\:focus\:from-pink-800:focus{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.lg\:focus\:from-pink-900:focus{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.lg\:focus\:from-green-50:focus{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.lg\:focus\:from-green-100:focus{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.lg\:focus\:from-green-200:focus{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.lg\:focus\:from-green-300:focus{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.lg\:focus\:from-green-400:focus{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.lg\:focus\:from-green-500:focus{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.lg\:focus\:from-green-600:focus{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.lg\:focus\:from-green-700:focus{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.lg\:focus\:from-green-800:focus{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.lg\:focus\:from-green-900:focus{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.lg\:focus\:from-purple-50:focus{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.lg\:focus\:from-purple-100:focus{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.lg\:focus\:from-purple-200:focus{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.lg\:focus\:from-purple-300:focus{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.lg\:focus\:from-purple-400:focus{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.lg\:focus\:from-purple-500:focus{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.lg\:focus\:from-purple-600:focus{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.lg\:focus\:from-purple-700:focus{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.lg\:focus\:from-purple-800:focus{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.lg\:focus\:from-purple-900:focus{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.lg\:focus\:from-teal-50:focus{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.lg\:focus\:from-teal-100:focus{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.lg\:focus\:from-teal-200:focus{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.lg\:focus\:from-teal-300:focus{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.lg\:focus\:from-teal-400:focus{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.lg\:focus\:from-teal-500:focus{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.lg\:focus\:from-teal-600:focus{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.lg\:focus\:from-teal-700:focus{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.lg\:focus\:from-teal-800:focus{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.lg\:focus\:from-teal-900:focus{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.lg\:focus\:from-cyan-50:focus{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.lg\:focus\:from-cyan-100:focus{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.lg\:focus\:from-cyan-200:focus{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.lg\:focus\:from-cyan-300:focus{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.lg\:focus\:from-cyan-400:focus{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.lg\:focus\:from-cyan-500:focus{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.lg\:focus\:from-cyan-600:focus{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.lg\:focus\:from-cyan-700:focus{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.lg\:focus\:from-cyan-800:focus{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.lg\:focus\:from-cyan-900:focus{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.lg\:focus\:from-yellow:focus{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.lg\:via-bg_primary{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.lg\:via-primary{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.lg\:via-secondary{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.lg\:via-warning{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.lg\:via-error{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.lg\:via-info{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.lg\:via-success{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.lg\:via-call_to_action{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.lg\:via-gray-50{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.lg\:via-gray-100{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.lg\:via-gray-200{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.lg\:via-gray-300{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.lg\:via-gray-400{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.lg\:via-gray-500{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.lg\:via-gray-600{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.lg\:via-gray-700{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.lg\:via-gray-800{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.lg\:via-gray-900{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.lg\:via-lightgray{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.lg\:via-darkgray{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.lg\:via-nav_darkgray{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.lg\:via-nav_lightgray{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.lg\:via-blue-50{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.lg\:via-blue-100{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.lg\:via-blue-200{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.lg\:via-blue-300{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.lg\:via-blue-400{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.lg\:via-blue-500{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.lg\:via-blue-600{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.lg\:via-blue-700{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.lg\:via-blue-800{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.lg\:via-blue-900{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.lg\:via-red-50{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.lg\:via-red-100{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.lg\:via-red-200{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.lg\:via-red-300{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.lg\:via-red-400{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.lg\:via-red-500{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.lg\:via-red-600{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.lg\:via-red-700{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.lg\:via-red-800{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.lg\:via-red-900{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.lg\:via-pink-50{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.lg\:via-pink-100{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.lg\:via-pink-200{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.lg\:via-pink-300{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.lg\:via-pink-400{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.lg\:via-pink-500{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.lg\:via-pink-600{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.lg\:via-pink-700{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.lg\:via-pink-800{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.lg\:via-pink-900{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.lg\:via-green-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.lg\:via-green-100{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.lg\:via-green-200{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.lg\:via-green-300{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.lg\:via-green-400{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.lg\:via-green-500{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.lg\:via-green-600{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.lg\:via-green-700{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.lg\:via-green-800{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.lg\:via-green-900{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.lg\:via-purple-50{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.lg\:via-purple-100{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.lg\:via-purple-200{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.lg\:via-purple-300{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.lg\:via-purple-400{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.lg\:via-purple-500{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.lg\:via-purple-600{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.lg\:via-purple-700{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.lg\:via-purple-800{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.lg\:via-purple-900{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.lg\:via-teal-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.lg\:via-teal-100{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.lg\:via-teal-200{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.lg\:via-teal-300{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.lg\:via-teal-400{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.lg\:via-teal-500{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.lg\:via-teal-600{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.lg\:via-teal-700{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.lg\:via-teal-800{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.lg\:via-teal-900{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.lg\:via-cyan-50{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.lg\:via-cyan-100{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.lg\:via-cyan-200{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.lg\:via-cyan-300{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.lg\:via-cyan-400{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.lg\:via-cyan-500{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.lg\:via-cyan-600{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.lg\:via-cyan-700{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.lg\:via-cyan-800{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.lg\:via-cyan-900{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.lg\:via-yellow{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.lg\:via-white{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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\:hover\:via-bg_primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.lg\:hover\:via-primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.lg\:hover\:via-secondary:hover{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.lg\:hover\:via-warning:hover{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.lg\:hover\:via-error:hover{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.lg\:hover\:via-info:hover{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.lg\:hover\:via-success:hover{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.lg\:hover\:via-call_to_action:hover{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.lg\:hover\:via-gray-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.lg\:hover\:via-gray-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.lg\:hover\:via-gray-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.lg\:hover\:via-gray-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.lg\:hover\:via-gray-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.lg\:hover\:via-gray-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.lg\:hover\:via-gray-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.lg\:hover\:via-gray-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.lg\:hover\:via-gray-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.lg\:hover\:via-gray-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.lg\:hover\:via-lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.lg\:hover\:via-darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.lg\:hover\:via-nav_darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.lg\:hover\:via-nav_lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.lg\:hover\:via-blue-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.lg\:hover\:via-blue-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.lg\:hover\:via-blue-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.lg\:hover\:via-blue-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.lg\:hover\:via-blue-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.lg\:hover\:via-blue-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.lg\:hover\:via-blue-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.lg\:hover\:via-blue-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.lg\:hover\:via-blue-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.lg\:hover\:via-blue-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.lg\:hover\:via-red-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.lg\:hover\:via-red-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.lg\:hover\:via-red-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.lg\:hover\:via-red-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.lg\:hover\:via-red-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.lg\:hover\:via-red-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.lg\:hover\:via-red-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.lg\:hover\:via-red-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.lg\:hover\:via-red-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.lg\:hover\:via-red-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.lg\:hover\:via-pink-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.lg\:hover\:via-pink-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.lg\:hover\:via-pink-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.lg\:hover\:via-pink-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.lg\:hover\:via-pink-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.lg\:hover\:via-pink-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.lg\:hover\:via-pink-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.lg\:hover\:via-pink-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.lg\:hover\:via-pink-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.lg\:hover\:via-pink-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.lg\:hover\:via-green-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.lg\:hover\:via-green-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.lg\:hover\:via-green-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.lg\:hover\:via-green-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.lg\:hover\:via-green-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.lg\:hover\:via-green-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.lg\:hover\:via-green-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.lg\:hover\:via-green-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.lg\:hover\:via-green-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.lg\:hover\:via-green-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.lg\:hover\:via-purple-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.lg\:hover\:via-purple-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.lg\:hover\:via-purple-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.lg\:hover\:via-purple-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.lg\:hover\:via-purple-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.lg\:hover\:via-purple-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.lg\:hover\:via-purple-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.lg\:hover\:via-purple-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.lg\:hover\:via-purple-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.lg\:hover\:via-purple-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.lg\:hover\:via-teal-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.lg\:hover\:via-teal-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.lg\:hover\:via-teal-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.lg\:hover\:via-teal-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.lg\:hover\:via-teal-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.lg\:hover\:via-teal-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.lg\:hover\:via-teal-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.lg\:hover\:via-teal-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.lg\:hover\:via-teal-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.lg\:hover\:via-teal-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.lg\:hover\:via-cyan-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.lg\:hover\:via-cyan-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.lg\:hover\:via-cyan-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.lg\:hover\:via-cyan-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.lg\:hover\:via-cyan-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.lg\:hover\:via-cyan-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.lg\:hover\:via-cyan-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.lg\:hover\:via-cyan-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.lg\:hover\:via-cyan-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.lg\:hover\:via-cyan-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.lg\:hover\:via-yellow:hover{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.lg\:focus\:via-bg_primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.lg\:focus\:via-primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.lg\:focus\:via-secondary:focus{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.lg\:focus\:via-warning:focus{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.lg\:focus\:via-error:focus{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.lg\:focus\:via-info:focus{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.lg\:focus\:via-success:focus{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.lg\:focus\:via-call_to_action:focus{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.lg\:focus\:via-gray-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.lg\:focus\:via-gray-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.lg\:focus\:via-gray-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.lg\:focus\:via-gray-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.lg\:focus\:via-gray-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.lg\:focus\:via-gray-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.lg\:focus\:via-gray-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.lg\:focus\:via-gray-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.lg\:focus\:via-gray-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.lg\:focus\:via-gray-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.lg\:focus\:via-lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.lg\:focus\:via-darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.lg\:focus\:via-nav_darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.lg\:focus\:via-nav_lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.lg\:focus\:via-blue-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.lg\:focus\:via-blue-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.lg\:focus\:via-blue-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.lg\:focus\:via-blue-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.lg\:focus\:via-blue-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.lg\:focus\:via-blue-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.lg\:focus\:via-blue-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.lg\:focus\:via-blue-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.lg\:focus\:via-blue-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.lg\:focus\:via-blue-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.lg\:focus\:via-red-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.lg\:focus\:via-red-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.lg\:focus\:via-red-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.lg\:focus\:via-red-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.lg\:focus\:via-red-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.lg\:focus\:via-red-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.lg\:focus\:via-red-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.lg\:focus\:via-red-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.lg\:focus\:via-red-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.lg\:focus\:via-red-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.lg\:focus\:via-pink-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.lg\:focus\:via-pink-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.lg\:focus\:via-pink-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.lg\:focus\:via-pink-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.lg\:focus\:via-pink-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.lg\:focus\:via-pink-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.lg\:focus\:via-pink-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.lg\:focus\:via-pink-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.lg\:focus\:via-pink-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.lg\:focus\:via-pink-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.lg\:focus\:via-green-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.lg\:focus\:via-green-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.lg\:focus\:via-green-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.lg\:focus\:via-green-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.lg\:focus\:via-green-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.lg\:focus\:via-green-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.lg\:focus\:via-green-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.lg\:focus\:via-green-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.lg\:focus\:via-green-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.lg\:focus\:via-green-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.lg\:focus\:via-purple-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.lg\:focus\:via-purple-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.lg\:focus\:via-purple-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.lg\:focus\:via-purple-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.lg\:focus\:via-purple-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.lg\:focus\:via-purple-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.lg\:focus\:via-purple-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.lg\:focus\:via-purple-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.lg\:focus\:via-purple-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.lg\:focus\:via-purple-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.lg\:focus\:via-teal-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.lg\:focus\:via-teal-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.lg\:focus\:via-teal-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.lg\:focus\:via-teal-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.lg\:focus\:via-teal-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.lg\:focus\:via-teal-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.lg\:focus\:via-teal-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.lg\:focus\:via-teal-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.lg\:focus\:via-teal-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.lg\:focus\:via-teal-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.lg\:focus\:via-cyan-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.lg\:focus\:via-cyan-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.lg\:focus\:via-cyan-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.lg\:focus\:via-cyan-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.lg\:focus\:via-cyan-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.lg\:focus\:via-cyan-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.lg\:focus\:via-cyan-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.lg\:focus\:via-cyan-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.lg\:focus\:via-cyan-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.lg\:focus\:via-cyan-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.lg\:focus\:via-yellow:focus{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.lg\:to-bg_primary{--tw-gradient-to: #1D2731}.lg\:to-primary{--tw-gradient-to: #1C4C70}.lg\:to-secondary{--tw-gradient-to: #F0984A}.lg\:to-warning{--tw-gradient-to: #D95F3B}.lg\:to-error{--tw-gradient-to: #f44336}.lg\:to-info{--tw-gradient-to: #7AA9A3}.lg\:to-success{--tw-gradient-to: #338F9A}.lg\:to-call_to_action{--tw-gradient-to: #7fa5f0}.lg\:to-gray-50{--tw-gradient-to: #fafafa}.lg\:to-gray-100{--tw-gradient-to: #f4f4f5}.lg\:to-gray-200{--tw-gradient-to: #e4e4e7}.lg\:to-gray-300{--tw-gradient-to: #d4d4d8}.lg\:to-gray-400{--tw-gradient-to: #a1a1aa}.lg\:to-gray-500{--tw-gradient-to: #71717a}.lg\:to-gray-600{--tw-gradient-to: #52525b}.lg\:to-gray-700{--tw-gradient-to: #3f3f46}.lg\:to-gray-800{--tw-gradient-to: #27272a}.lg\:to-gray-900{--tw-gradient-to: #18181b}.lg\:to-lightgray{--tw-gradient-to: #efefef}.lg\:to-darkgray{--tw-gradient-to: #6c6c6c}.lg\:to-nav_darkgray{--tw-gradient-to: #1f1f1f}.lg\:to-nav_lightgray{--tw-gradient-to: #474747}.lg\:to-blue-50{--tw-gradient-to: #f0f9ff}.lg\:to-blue-100{--tw-gradient-to: #e0f2fe}.lg\:to-blue-200{--tw-gradient-to: #bae6fd}.lg\:to-blue-300{--tw-gradient-to: #7dd3fc}.lg\:to-blue-400{--tw-gradient-to: #38bdf8}.lg\:to-blue-500{--tw-gradient-to: #0ea5e9}.lg\:to-blue-600{--tw-gradient-to: #0284c7}.lg\:to-blue-700{--tw-gradient-to: #0369a1}.lg\:to-blue-800{--tw-gradient-to: #075985}.lg\:to-blue-900{--tw-gradient-to: #0c4a6e}.lg\:to-red-50{--tw-gradient-to: #fff1f2}.lg\:to-red-100{--tw-gradient-to: #ffe4e6}.lg\:to-red-200{--tw-gradient-to: #fecdd3}.lg\:to-red-300{--tw-gradient-to: #fda4af}.lg\:to-red-400{--tw-gradient-to: #fb7185}.lg\:to-red-500{--tw-gradient-to: #f43f5e}.lg\:to-red-600{--tw-gradient-to: #e11d48}.lg\:to-red-700{--tw-gradient-to: #be123c}.lg\:to-red-800{--tw-gradient-to: #9f1239}.lg\:to-red-900{--tw-gradient-to: #881337}.lg\:to-pink-50{--tw-gradient-to: #fdf4ff}.lg\:to-pink-100{--tw-gradient-to: #fae8ff}.lg\:to-pink-200{--tw-gradient-to: #f5d0fe}.lg\:to-pink-300{--tw-gradient-to: #f0abfc}.lg\:to-pink-400{--tw-gradient-to: #e879f9}.lg\:to-pink-500{--tw-gradient-to: #d946ef}.lg\:to-pink-600{--tw-gradient-to: #c026d3}.lg\:to-pink-700{--tw-gradient-to: #a21caf}.lg\:to-pink-800{--tw-gradient-to: #86198f}.lg\:to-pink-900{--tw-gradient-to: #701a75}.lg\:to-green-50{--tw-gradient-to: #f0fdf4}.lg\:to-green-100{--tw-gradient-to: #dcfce7}.lg\:to-green-200{--tw-gradient-to: #bbf7d0}.lg\:to-green-300{--tw-gradient-to: #86efac}.lg\:to-green-400{--tw-gradient-to: #4ade80}.lg\:to-green-500{--tw-gradient-to: #22c55e}.lg\:to-green-600{--tw-gradient-to: #16a34a}.lg\:to-green-700{--tw-gradient-to: #15803d}.lg\:to-green-800{--tw-gradient-to: #166534}.lg\:to-green-900{--tw-gradient-to: #14532d}.lg\:to-purple-50{--tw-gradient-to: #faf5ff}.lg\:to-purple-100{--tw-gradient-to: #f3e8ff}.lg\:to-purple-200{--tw-gradient-to: #e9d5ff}.lg\:to-purple-300{--tw-gradient-to: #d8b4fe}.lg\:to-purple-400{--tw-gradient-to: #c084fc}.lg\:to-purple-500{--tw-gradient-to: #a855f7}.lg\:to-purple-600{--tw-gradient-to: #9333ea}.lg\:to-purple-700{--tw-gradient-to: #7e22ce}.lg\:to-purple-800{--tw-gradient-to: #6b21a8}.lg\:to-purple-900{--tw-gradient-to: #581c87}.lg\:to-teal-50{--tw-gradient-to: #f0fdfa}.lg\:to-teal-100{--tw-gradient-to: #ccfbf1}.lg\:to-teal-200{--tw-gradient-to: #99f6e4}.lg\:to-teal-300{--tw-gradient-to: #5eead4}.lg\:to-teal-400{--tw-gradient-to: #2dd4bf}.lg\:to-teal-500{--tw-gradient-to: #14b8a6}.lg\:to-teal-600{--tw-gradient-to: #0d9488}.lg\:to-teal-700{--tw-gradient-to: #0f766e}.lg\:to-teal-800{--tw-gradient-to: #115e59}.lg\:to-teal-900{--tw-gradient-to: #134e4a}.lg\:to-cyan-50{--tw-gradient-to: #ecfeff}.lg\:to-cyan-100{--tw-gradient-to: #cffafe}.lg\:to-cyan-200{--tw-gradient-to: #a5f3fc}.lg\:to-cyan-300{--tw-gradient-to: #67e8f9}.lg\:to-cyan-400{--tw-gradient-to: #22d3ee}.lg\:to-cyan-500{--tw-gradient-to: #06b6d4}.lg\:to-cyan-600{--tw-gradient-to: #0891b2}.lg\:to-cyan-700{--tw-gradient-to: #0e7490}.lg\:to-cyan-800{--tw-gradient-to: #155e75}.lg\:to-cyan-900{--tw-gradient-to: #164e63}.lg\:to-yellow{--tw-gradient-to: #D9B310}.lg\:to-white{--tw-gradient-to: #FFF}.lg\:to-black{--tw-gradient-to: #000}.lg\:hover\:to-bg_primary:hover{--tw-gradient-to: #1D2731}.lg\:hover\:to-primary:hover{--tw-gradient-to: #1C4C70}.lg\:hover\:to-secondary:hover{--tw-gradient-to: #F0984A}.lg\:hover\:to-warning:hover{--tw-gradient-to: #D95F3B}.lg\:hover\:to-error:hover{--tw-gradient-to: #f44336}.lg\:hover\:to-info:hover{--tw-gradient-to: #7AA9A3}.lg\:hover\:to-success:hover{--tw-gradient-to: #338F9A}.lg\:hover\:to-call_to_action:hover{--tw-gradient-to: #7fa5f0}.lg\:hover\:to-gray-50:hover{--tw-gradient-to: #fafafa}.lg\:hover\:to-gray-100:hover{--tw-gradient-to: #f4f4f5}.lg\:hover\:to-gray-200:hover{--tw-gradient-to: #e4e4e7}.lg\:hover\:to-gray-300:hover{--tw-gradient-to: #d4d4d8}.lg\:hover\:to-gray-400:hover{--tw-gradient-to: #a1a1aa}.lg\:hover\:to-gray-500:hover{--tw-gradient-to: #71717a}.lg\:hover\:to-gray-600:hover{--tw-gradient-to: #52525b}.lg\:hover\:to-gray-700:hover{--tw-gradient-to: #3f3f46}.lg\:hover\:to-gray-800:hover{--tw-gradient-to: #27272a}.lg\:hover\:to-gray-900:hover{--tw-gradient-to: #18181b}.lg\:hover\:to-lightgray:hover{--tw-gradient-to: #efefef}.lg\:hover\:to-darkgray:hover{--tw-gradient-to: #6c6c6c}.lg\:hover\:to-nav_darkgray:hover{--tw-gradient-to: #1f1f1f}.lg\:hover\:to-nav_lightgray:hover{--tw-gradient-to: #474747}.lg\:hover\:to-blue-50:hover{--tw-gradient-to: #f0f9ff}.lg\:hover\:to-blue-100:hover{--tw-gradient-to: #e0f2fe}.lg\:hover\:to-blue-200:hover{--tw-gradient-to: #bae6fd}.lg\:hover\:to-blue-300:hover{--tw-gradient-to: #7dd3fc}.lg\:hover\:to-blue-400:hover{--tw-gradient-to: #38bdf8}.lg\:hover\:to-blue-500:hover{--tw-gradient-to: #0ea5e9}.lg\:hover\:to-blue-600:hover{--tw-gradient-to: #0284c7}.lg\:hover\:to-blue-700:hover{--tw-gradient-to: #0369a1}.lg\:hover\:to-blue-800:hover{--tw-gradient-to: #075985}.lg\:hover\:to-blue-900:hover{--tw-gradient-to: #0c4a6e}.lg\:hover\:to-red-50:hover{--tw-gradient-to: #fff1f2}.lg\:hover\:to-red-100:hover{--tw-gradient-to: #ffe4e6}.lg\:hover\:to-red-200:hover{--tw-gradient-to: #fecdd3}.lg\:hover\:to-red-300:hover{--tw-gradient-to: #fda4af}.lg\:hover\:to-red-400:hover{--tw-gradient-to: #fb7185}.lg\:hover\:to-red-500:hover{--tw-gradient-to: #f43f5e}.lg\:hover\:to-red-600:hover{--tw-gradient-to: #e11d48}.lg\:hover\:to-red-700:hover{--tw-gradient-to: #be123c}.lg\:hover\:to-red-800:hover{--tw-gradient-to: #9f1239}.lg\:hover\:to-red-900:hover{--tw-gradient-to: #881337}.lg\:hover\:to-pink-50:hover{--tw-gradient-to: #fdf4ff}.lg\:hover\:to-pink-100:hover{--tw-gradient-to: #fae8ff}.lg\:hover\:to-pink-200:hover{--tw-gradient-to: #f5d0fe}.lg\:hover\:to-pink-300:hover{--tw-gradient-to: #f0abfc}.lg\:hover\:to-pink-400:hover{--tw-gradient-to: #e879f9}.lg\:hover\:to-pink-500:hover{--tw-gradient-to: #d946ef}.lg\:hover\:to-pink-600:hover{--tw-gradient-to: #c026d3}.lg\:hover\:to-pink-700:hover{--tw-gradient-to: #a21caf}.lg\:hover\:to-pink-800:hover{--tw-gradient-to: #86198f}.lg\:hover\:to-pink-900:hover{--tw-gradient-to: #701a75}.lg\:hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4}.lg\:hover\:to-green-100:hover{--tw-gradient-to: #dcfce7}.lg\:hover\:to-green-200:hover{--tw-gradient-to: #bbf7d0}.lg\:hover\:to-green-300:hover{--tw-gradient-to: #86efac}.lg\:hover\:to-green-400:hover{--tw-gradient-to: #4ade80}.lg\:hover\:to-green-500:hover{--tw-gradient-to: #22c55e}.lg\:hover\:to-green-600:hover{--tw-gradient-to: #16a34a}.lg\:hover\:to-green-700:hover{--tw-gradient-to: #15803d}.lg\:hover\:to-green-800:hover{--tw-gradient-to: #166534}.lg\:hover\:to-green-900:hover{--tw-gradient-to: #14532d}.lg\:hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff}.lg\:hover\:to-purple-100:hover{--tw-gradient-to: #f3e8ff}.lg\:hover\:to-purple-200:hover{--tw-gradient-to: #e9d5ff}.lg\:hover\:to-purple-300:hover{--tw-gradient-to: #d8b4fe}.lg\:hover\:to-purple-400:hover{--tw-gradient-to: #c084fc}.lg\:hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.lg\:hover\:to-purple-600:hover{--tw-gradient-to: #9333ea}.lg\:hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce}.lg\:hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8}.lg\:hover\:to-purple-900:hover{--tw-gradient-to: #581c87}.lg\:hover\:to-teal-50:hover{--tw-gradient-to: #f0fdfa}.lg\:hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1}.lg\:hover\:to-teal-200:hover{--tw-gradient-to: #99f6e4}.lg\:hover\:to-teal-300:hover{--tw-gradient-to: #5eead4}.lg\:hover\:to-teal-400:hover{--tw-gradient-to: #2dd4bf}.lg\:hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6}.lg\:hover\:to-teal-600:hover{--tw-gradient-to: #0d9488}.lg\:hover\:to-teal-700:hover{--tw-gradient-to: #0f766e}.lg\:hover\:to-teal-800:hover{--tw-gradient-to: #115e59}.lg\:hover\:to-teal-900:hover{--tw-gradient-to: #134e4a}.lg\:hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff}.lg\:hover\:to-cyan-100:hover{--tw-gradient-to: #cffafe}.lg\:hover\:to-cyan-200:hover{--tw-gradient-to: #a5f3fc}.lg\:hover\:to-cyan-300:hover{--tw-gradient-to: #67e8f9}.lg\:hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee}.lg\:hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4}.lg\:hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2}.lg\:hover\:to-cyan-700:hover{--tw-gradient-to: #0e7490}.lg\:hover\:to-cyan-800:hover{--tw-gradient-to: #155e75}.lg\:hover\:to-cyan-900:hover{--tw-gradient-to: #164e63}.lg\:hover\:to-yellow:hover{--tw-gradient-to: #D9B310}.lg\:hover\:to-white:hover{--tw-gradient-to: #FFF}.lg\:hover\:to-black:hover{--tw-gradient-to: #000}.lg\:focus\:to-bg_primary:focus{--tw-gradient-to: #1D2731}.lg\:focus\:to-primary:focus{--tw-gradient-to: #1C4C70}.lg\:focus\:to-secondary:focus{--tw-gradient-to: #F0984A}.lg\:focus\:to-warning:focus{--tw-gradient-to: #D95F3B}.lg\:focus\:to-error:focus{--tw-gradient-to: #f44336}.lg\:focus\:to-info:focus{--tw-gradient-to: #7AA9A3}.lg\:focus\:to-success:focus{--tw-gradient-to: #338F9A}.lg\:focus\:to-call_to_action:focus{--tw-gradient-to: #7fa5f0}.lg\:focus\:to-gray-50:focus{--tw-gradient-to: #fafafa}.lg\:focus\:to-gray-100:focus{--tw-gradient-to: #f4f4f5}.lg\:focus\:to-gray-200:focus{--tw-gradient-to: #e4e4e7}.lg\:focus\:to-gray-300:focus{--tw-gradient-to: #d4d4d8}.lg\:focus\:to-gray-400:focus{--tw-gradient-to: #a1a1aa}.lg\:focus\:to-gray-500:focus{--tw-gradient-to: #71717a}.lg\:focus\:to-gray-600:focus{--tw-gradient-to: #52525b}.lg\:focus\:to-gray-700:focus{--tw-gradient-to: #3f3f46}.lg\:focus\:to-gray-800:focus{--tw-gradient-to: #27272a}.lg\:focus\:to-gray-900:focus{--tw-gradient-to: #18181b}.lg\:focus\:to-lightgray:focus{--tw-gradient-to: #efefef}.lg\:focus\:to-darkgray:focus{--tw-gradient-to: #6c6c6c}.lg\:focus\:to-nav_darkgray:focus{--tw-gradient-to: #1f1f1f}.lg\:focus\:to-nav_lightgray:focus{--tw-gradient-to: #474747}.lg\:focus\:to-blue-50:focus{--tw-gradient-to: #f0f9ff}.lg\:focus\:to-blue-100:focus{--tw-gradient-to: #e0f2fe}.lg\:focus\:to-blue-200:focus{--tw-gradient-to: #bae6fd}.lg\:focus\:to-blue-300:focus{--tw-gradient-to: #7dd3fc}.lg\:focus\:to-blue-400:focus{--tw-gradient-to: #38bdf8}.lg\:focus\:to-blue-500:focus{--tw-gradient-to: #0ea5e9}.lg\:focus\:to-blue-600:focus{--tw-gradient-to: #0284c7}.lg\:focus\:to-blue-700:focus{--tw-gradient-to: #0369a1}.lg\:focus\:to-blue-800:focus{--tw-gradient-to: #075985}.lg\:focus\:to-blue-900:focus{--tw-gradient-to: #0c4a6e}.lg\:focus\:to-red-50:focus{--tw-gradient-to: #fff1f2}.lg\:focus\:to-red-100:focus{--tw-gradient-to: #ffe4e6}.lg\:focus\:to-red-200:focus{--tw-gradient-to: #fecdd3}.lg\:focus\:to-red-300:focus{--tw-gradient-to: #fda4af}.lg\:focus\:to-red-400:focus{--tw-gradient-to: #fb7185}.lg\:focus\:to-red-500:focus{--tw-gradient-to: #f43f5e}.lg\:focus\:to-red-600:focus{--tw-gradient-to: #e11d48}.lg\:focus\:to-red-700:focus{--tw-gradient-to: #be123c}.lg\:focus\:to-red-800:focus{--tw-gradient-to: #9f1239}.lg\:focus\:to-red-900:focus{--tw-gradient-to: #881337}.lg\:focus\:to-pink-50:focus{--tw-gradient-to: #fdf4ff}.lg\:focus\:to-pink-100:focus{--tw-gradient-to: #fae8ff}.lg\:focus\:to-pink-200:focus{--tw-gradient-to: #f5d0fe}.lg\:focus\:to-pink-300:focus{--tw-gradient-to: #f0abfc}.lg\:focus\:to-pink-400:focus{--tw-gradient-to: #e879f9}.lg\:focus\:to-pink-500:focus{--tw-gradient-to: #d946ef}.lg\:focus\:to-pink-600:focus{--tw-gradient-to: #c026d3}.lg\:focus\:to-pink-700:focus{--tw-gradient-to: #a21caf}.lg\:focus\:to-pink-800:focus{--tw-gradient-to: #86198f}.lg\:focus\:to-pink-900:focus{--tw-gradient-to: #701a75}.lg\:focus\:to-green-50:focus{--tw-gradient-to: #f0fdf4}.lg\:focus\:to-green-100:focus{--tw-gradient-to: #dcfce7}.lg\:focus\:to-green-200:focus{--tw-gradient-to: #bbf7d0}.lg\:focus\:to-green-300:focus{--tw-gradient-to: #86efac}.lg\:focus\:to-green-400:focus{--tw-gradient-to: #4ade80}.lg\:focus\:to-green-500:focus{--tw-gradient-to: #22c55e}.lg\:focus\:to-green-600:focus{--tw-gradient-to: #16a34a}.lg\:focus\:to-green-700:focus{--tw-gradient-to: #15803d}.lg\:focus\:to-green-800:focus{--tw-gradient-to: #166534}.lg\:focus\:to-green-900:focus{--tw-gradient-to: #14532d}.lg\:focus\:to-purple-50:focus{--tw-gradient-to: #faf5ff}.lg\:focus\:to-purple-100:focus{--tw-gradient-to: #f3e8ff}.lg\:focus\:to-purple-200:focus{--tw-gradient-to: #e9d5ff}.lg\:focus\:to-purple-300:focus{--tw-gradient-to: #d8b4fe}.lg\:focus\:to-purple-400:focus{--tw-gradient-to: #c084fc}.lg\:focus\:to-purple-500:focus{--tw-gradient-to: #a855f7}.lg\:focus\:to-purple-600:focus{--tw-gradient-to: #9333ea}.lg\:focus\:to-purple-700:focus{--tw-gradient-to: #7e22ce}.lg\:focus\:to-purple-800:focus{--tw-gradient-to: #6b21a8}.lg\:focus\:to-purple-900:focus{--tw-gradient-to: #581c87}.lg\:focus\:to-teal-50:focus{--tw-gradient-to: #f0fdfa}.lg\:focus\:to-teal-100:focus{--tw-gradient-to: #ccfbf1}.lg\:focus\:to-teal-200:focus{--tw-gradient-to: #99f6e4}.lg\:focus\:to-teal-300:focus{--tw-gradient-to: #5eead4}.lg\:focus\:to-teal-400:focus{--tw-gradient-to: #2dd4bf}.lg\:focus\:to-teal-500:focus{--tw-gradient-to: #14b8a6}.lg\:focus\:to-teal-600:focus{--tw-gradient-to: #0d9488}.lg\:focus\:to-teal-700:focus{--tw-gradient-to: #0f766e}.lg\:focus\:to-teal-800:focus{--tw-gradient-to: #115e59}.lg\:focus\:to-teal-900:focus{--tw-gradient-to: #134e4a}.lg\:focus\:to-cyan-50:focus{--tw-gradient-to: #ecfeff}.lg\:focus\:to-cyan-100:focus{--tw-gradient-to: #cffafe}.lg\:focus\:to-cyan-200:focus{--tw-gradient-to: #a5f3fc}.lg\:focus\:to-cyan-300:focus{--tw-gradient-to: #67e8f9}.lg\:focus\:to-cyan-400:focus{--tw-gradient-to: #22d3ee}.lg\:focus\:to-cyan-500:focus{--tw-gradient-to: #06b6d4}.lg\:focus\:to-cyan-600:focus{--tw-gradient-to: #0891b2}.lg\:focus\:to-cyan-700:focus{--tw-gradient-to: #0e7490}.lg\:focus\:to-cyan-800:focus{--tw-gradient-to: #155e75}.lg\:focus\:to-cyan-900:focus{--tw-gradient-to: #164e63}.lg\:focus\:to-yellow:focus{--tw-gradient-to: #D9B310}.lg\:focus\:to-white:focus{--tw-gradient-to: #FFF}.lg\:focus\:to-black:focus{--tw-gradient-to: #000}.lg\:decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.lg\:decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.lg\:bg-auto{background-size:auto}.lg\:bg-cover{background-size:cover}.lg\:bg-contain{background-size:contain}.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-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-origin-border{background-origin:border-box}.lg\:bg-origin-padding{background-origin:padding-box}.lg\:bg-origin-content{background-origin:content-box}.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\: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\: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-112{padding:28rem}.lg\:p-128{padding:32rem}.lg\:p-144{padding:36rem}.lg\:p-160{padding:40rem}.lg\:p-168{padding:42rem}.lg\:p-180{padding:45rem}.lg\:p-192{padding:48rem}.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\:px-0{padding-left:0;padding-right:0}.lg\:px-1{padding-left:.25rem;padding-right:.25rem}.lg\:px-2{padding-left:.5rem;padding-right:.5rem}.lg\:px-3{padding-left:.75rem;padding-right:.75rem}.lg\:px-4{padding-left:1rem;padding-right:1rem}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}.lg\:px-6{padding-left:1.5rem;padding-right:1.5rem}.lg\:px-7{padding-left:1.75rem;padding-right:1.75rem}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:px-9{padding-left:2.25rem;padding-right:2.25rem}.lg\:px-10{padding-left:2.5rem;padding-right:2.5rem}.lg\:px-11{padding-left:2.75rem;padding-right:2.75rem}.lg\:px-12{padding-left:3rem;padding-right:3rem}.lg\:px-14{padding-left:3.5rem;padding-right:3.5rem}.lg\:px-16{padding-left:4rem;padding-right:4rem}.lg\:px-20{padding-left:5rem;padding-right:5rem}.lg\:px-24{padding-left:6rem;padding-right:6rem}.lg\:px-28{padding-left:7rem;padding-right:7rem}.lg\:px-32{padding-left:8rem;padding-right:8rem}.lg\:px-36{padding-left:9rem;padding-right:9rem}.lg\:px-40{padding-left:10rem;padding-right:10rem}.lg\:px-44{padding-left:11rem;padding-right:11rem}.lg\:px-48{padding-left:12rem;padding-right:12rem}.lg\:px-52{padding-left:13rem;padding-right:13rem}.lg\:px-56{padding-left:14rem;padding-right:14rem}.lg\:px-60{padding-left:15rem;padding-right:15rem}.lg\:px-64{padding-left:16rem;padding-right:16rem}.lg\:px-72{padding-left:18rem;padding-right:18rem}.lg\:px-80{padding-left:20rem;padding-right:20rem}.lg\:px-96{padding-left:24rem;padding-right:24rem}.lg\:px-112{padding-left:28rem;padding-right:28rem}.lg\:px-128{padding-left:32rem;padding-right:32rem}.lg\:px-144{padding-left:36rem;padding-right:36rem}.lg\:px-160{padding-left:40rem;padding-right:40rem}.lg\:px-168{padding-left:42rem;padding-right:42rem}.lg\:px-180{padding-left:45rem;padding-right:45rem}.lg\:px-192{padding-left:48rem;padding-right:48rem}.lg\:px-px{padding-left:1px;padding-right:1px}.lg\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.lg\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.lg\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.lg\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.lg\:py-0{padding-top:0;padding-bottom:0}.lg\:py-1{padding-top:.25rem;padding-bottom:.25rem}.lg\:py-2{padding-top:.5rem;padding-bottom:.5rem}.lg\:py-3{padding-top:.75rem;padding-bottom:.75rem}.lg\:py-4{padding-top:1rem;padding-bottom:1rem}.lg\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.lg\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.lg\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.lg\:py-8{padding-top:2rem;padding-bottom:2rem}.lg\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.lg\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.lg\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.lg\:py-12{padding-top:3rem;padding-bottom:3rem}.lg\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.lg\:py-16{padding-top:4rem;padding-bottom:4rem}.lg\:py-20{padding-top:5rem;padding-bottom:5rem}.lg\:py-24{padding-top:6rem;padding-bottom:6rem}.lg\:py-28{padding-top:7rem;padding-bottom:7rem}.lg\:py-32{padding-top:8rem;padding-bottom:8rem}.lg\:py-36{padding-top:9rem;padding-bottom:9rem}.lg\:py-40{padding-top:10rem;padding-bottom:10rem}.lg\:py-44{padding-top:11rem;padding-bottom:11rem}.lg\:py-48{padding-top:12rem;padding-bottom:12rem}.lg\:py-52{padding-top:13rem;padding-bottom:13rem}.lg\:py-56{padding-top:14rem;padding-bottom:14rem}.lg\:py-60{padding-top:15rem;padding-bottom:15rem}.lg\:py-64{padding-top:16rem;padding-bottom:16rem}.lg\:py-72{padding-top:18rem;padding-bottom:18rem}.lg\:py-80{padding-top:20rem;padding-bottom:20rem}.lg\:py-96{padding-top:24rem;padding-bottom:24rem}.lg\:py-112{padding-top:28rem;padding-bottom:28rem}.lg\:py-128{padding-top:32rem;padding-bottom:32rem}.lg\:py-144{padding-top:36rem;padding-bottom:36rem}.lg\:py-160{padding-top:40rem;padding-bottom:40rem}.lg\:py-168{padding-top:42rem;padding-bottom:42rem}.lg\:py-180{padding-top:45rem;padding-bottom:45rem}.lg\:py-192{padding-top:48rem;padding-bottom:48rem}.lg\:py-px{padding-top:1px;padding-bottom:1px}.lg\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.lg\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.lg\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.lg\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.lg\:pt-0{padding-top:0}.lg\:pt-1{padding-top:.25rem}.lg\:pt-2{padding-top:.5rem}.lg\:pt-3{padding-top:.75rem}.lg\:pt-4{padding-top:1rem}.lg\:pt-5{padding-top:1.25rem}.lg\:pt-6{padding-top:1.5rem}.lg\:pt-7{padding-top:1.75rem}.lg\:pt-8{padding-top:2rem}.lg\:pt-9{padding-top:2.25rem}.lg\:pt-10{padding-top:2.5rem}.lg\:pt-11{padding-top:2.75rem}.lg\:pt-12{padding-top:3rem}.lg\:pt-14{padding-top:3.5rem}.lg\:pt-16{padding-top:4rem}.lg\:pt-20{padding-top:5rem}.lg\:pt-24{padding-top:6rem}.lg\:pt-28{padding-top:7rem}.lg\:pt-32{padding-top:8rem}.lg\:pt-36{padding-top:9rem}.lg\:pt-40{padding-top:10rem}.lg\:pt-44{padding-top:11rem}.lg\:pt-48{padding-top:12rem}.lg\:pt-52{padding-top:13rem}.lg\:pt-56{padding-top:14rem}.lg\:pt-60{padding-top:15rem}.lg\:pt-64{padding-top:16rem}.lg\:pt-72{padding-top:18rem}.lg\:pt-80{padding-top:20rem}.lg\:pt-96{padding-top:24rem}.lg\:pt-112{padding-top:28rem}.lg\:pt-128{padding-top:32rem}.lg\:pt-144{padding-top:36rem}.lg\:pt-160{padding-top:40rem}.lg\:pt-168{padding-top:42rem}.lg\:pt-180{padding-top:45rem}.lg\:pt-192{padding-top:48rem}.lg\:pt-px{padding-top:1px}.lg\:pt-0\.5{padding-top:.125rem}.lg\:pt-1\.5{padding-top:.375rem}.lg\:pt-2\.5{padding-top:.625rem}.lg\:pt-3\.5{padding-top:.875rem}.lg\:pr-0{padding-right:0}.lg\:pr-1{padding-right:.25rem}.lg\:pr-2{padding-right:.5rem}.lg\:pr-3{padding-right:.75rem}.lg\:pr-4{padding-right:1rem}.lg\:pr-5{padding-right:1.25rem}.lg\:pr-6{padding-right:1.5rem}.lg\:pr-7{padding-right:1.75rem}.lg\:pr-8{padding-right:2rem}.lg\:pr-9{padding-right:2.25rem}.lg\:pr-10{padding-right:2.5rem}.lg\:pr-11{padding-right:2.75rem}.lg\:pr-12{padding-right:3rem}.lg\:pr-14{padding-right:3.5rem}.lg\:pr-16{padding-right:4rem}.lg\:pr-20{padding-right:5rem}.lg\:pr-24{padding-right:6rem}.lg\:pr-28{padding-right:7rem}.lg\:pr-32{padding-right:8rem}.lg\:pr-36{padding-right:9rem}.lg\:pr-40{padding-right:10rem}.lg\:pr-44{padding-right:11rem}.lg\:pr-48{padding-right:12rem}.lg\:pr-52{padding-right:13rem}.lg\:pr-56{padding-right:14rem}.lg\:pr-60{padding-right:15rem}.lg\:pr-64{padding-right:16rem}.lg\:pr-72{padding-right:18rem}.lg\:pr-80{padding-right:20rem}.lg\:pr-96{padding-right:24rem}.lg\:pr-112{padding-right:28rem}.lg\:pr-128{padding-right:32rem}.lg\:pr-144{padding-right:36rem}.lg\:pr-160{padding-right:40rem}.lg\:pr-168{padding-right:42rem}.lg\:pr-180{padding-right:45rem}.lg\:pr-192{padding-right:48rem}.lg\:pr-px{padding-right:1px}.lg\:pr-0\.5{padding-right:.125rem}.lg\:pr-1\.5{padding-right:.375rem}.lg\:pr-2\.5{padding-right:.625rem}.lg\:pr-3\.5{padding-right:.875rem}.lg\:pb-0{padding-bottom:0}.lg\:pb-1{padding-bottom:.25rem}.lg\:pb-2{padding-bottom:.5rem}.lg\:pb-3{padding-bottom:.75rem}.lg\:pb-4{padding-bottom:1rem}.lg\:pb-5{padding-bottom:1.25rem}.lg\:pb-6{padding-bottom:1.5rem}.lg\:pb-7{padding-bottom:1.75rem}.lg\:pb-8{padding-bottom:2rem}.lg\:pb-9{padding-bottom:2.25rem}.lg\:pb-10{padding-bottom:2.5rem}.lg\:pb-11{padding-bottom:2.75rem}.lg\:pb-12{padding-bottom:3rem}.lg\:pb-14{padding-bottom:3.5rem}.lg\:pb-16{padding-bottom:4rem}.lg\:pb-20{padding-bottom:5rem}.lg\:pb-24{padding-bottom:6rem}.lg\:pb-28{padding-bottom:7rem}.lg\:pb-32{padding-bottom:8rem}.lg\:pb-36{padding-bottom:9rem}.lg\:pb-40{padding-bottom:10rem}.lg\:pb-44{padding-bottom:11rem}.lg\:pb-48{padding-bottom:12rem}.lg\:pb-52{padding-bottom:13rem}.lg\:pb-56{padding-bottom:14rem}.lg\:pb-60{padding-bottom:15rem}.lg\:pb-64{padding-bottom:16rem}.lg\:pb-72{padding-bottom:18rem}.lg\:pb-80{padding-bottom:20rem}.lg\:pb-96{padding-bottom:24rem}.lg\:pb-112{padding-bottom:28rem}.lg\:pb-128{padding-bottom:32rem}.lg\:pb-144{padding-bottom:36rem}.lg\:pb-160{padding-bottom:40rem}.lg\:pb-168{padding-bottom:42rem}.lg\:pb-180{padding-bottom:45rem}.lg\:pb-192{padding-bottom:48rem}.lg\:pb-px{padding-bottom:1px}.lg\:pb-0\.5{padding-bottom:.125rem}.lg\:pb-1\.5{padding-bottom:.375rem}.lg\:pb-2\.5{padding-bottom:.625rem}.lg\:pb-3\.5{padding-bottom:.875rem}.lg\:pl-0{padding-left:0}.lg\:pl-1{padding-left:.25rem}.lg\:pl-2{padding-left:.5rem}.lg\:pl-3{padding-left:.75rem}.lg\:pl-4{padding-left:1rem}.lg\:pl-5{padding-left:1.25rem}.lg\:pl-6{padding-left:1.5rem}.lg\:pl-7{padding-left:1.75rem}.lg\:pl-8{padding-left:2rem}.lg\:pl-9{padding-left:2.25rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-11{padding-left:2.75rem}.lg\:pl-12{padding-left:3rem}.lg\:pl-14{padding-left:3.5rem}.lg\:pl-16{padding-left:4rem}.lg\:pl-20{padding-left:5rem}.lg\:pl-24{padding-left:6rem}.lg\:pl-28{padding-left:7rem}.lg\:pl-32{padding-left:8rem}.lg\:pl-36{padding-left:9rem}.lg\:pl-40{padding-left:10rem}.lg\:pl-44{padding-left:11rem}.lg\:pl-48{padding-left:12rem}.lg\:pl-52{padding-left:13rem}.lg\:pl-56{padding-left:14rem}.lg\:pl-60{padding-left:15rem}.lg\:pl-64{padding-left:16rem}.lg\:pl-72{padding-left:18rem}.lg\:pl-80{padding-left:20rem}.lg\:pl-96{padding-left:24rem}.lg\:pl-112{padding-left:28rem}.lg\:pl-128{padding-left:32rem}.lg\:pl-144{padding-left:36rem}.lg\:pl-160{padding-left:40rem}.lg\:pl-168{padding-left:42rem}.lg\:pl-180{padding-left:45rem}.lg\:pl-192{padding-left:48rem}.lg\:pl-px{padding-left:1px}.lg\:pl-0\.5{padding-left:.125rem}.lg\:pl-1\.5{padding-left:.375rem}.lg\:pl-2\.5{padding-left:.625rem}.lg\:pl-3\.5{padding-left:.875rem}.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\: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\:font-sans{font-family:IBM Plex Sans Thai,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-oswald{font-family:Oswald}.lg\:font-thai{font-family:IBM Plex Sans Thai,sans-serif}.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\:text-2xs{font-size:.65rem}.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\:uppercase{text-transform:uppercase}.lg\:lowercase{text-transform:lowercase}.lg\:capitalize{text-transform:capitalize}.lg\:normal-case{text-transform:none}.lg\:italic{font-style:italic}.lg\:not-italic{font-style:normal}.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\: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\: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\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.lg\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.lg\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.lg\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.lg\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.lg\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.lg\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.lg\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.lg\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.lg\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.lg\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.lg\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.lg\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.lg\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.lg\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.lg\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.lg\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.lg\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.lg\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.lg\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.lg\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.lg\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.lg\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.lg\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.lg\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.lg\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.lg\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.lg\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.lg\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.lg\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.lg\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.lg\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.lg\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.lg\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.lg\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.lg\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.lg\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.lg\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.lg\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.lg\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.lg\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.lg\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.lg\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.lg\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.lg\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.lg\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.lg\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.lg\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.lg\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.lg\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.lg\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.lg\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.lg\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.lg\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.lg\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.lg\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.lg\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.lg\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.lg\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.lg\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.lg\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.lg\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.lg\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.lg\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.lg\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.lg\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.lg\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.lg\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.lg\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.lg\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.lg\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.lg\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.lg\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.lg\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.lg\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.lg\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.lg\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.lg\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.lg\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.lg\:text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.lg\:text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.lg\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.lg\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.lg\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.lg\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.lg\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,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-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.group:hover .lg\:group-hover\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.lg\:focus-within\:text-primary:focus-within{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.lg\:focus-within\:text-secondary:focus-within{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.lg\:focus-within\:text-warning:focus-within{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.lg\:focus-within\:text-error:focus-within{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.lg\:focus-within\:text-info:focus-within{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.lg\:focus-within\:text-success:focus-within{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-50:focus-within{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-100:focus-within{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-200:focus-within{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-300:focus-within{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-400:focus-within{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-500:focus-within{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-600:focus-within{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-700:focus-within{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-800:focus-within{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.lg\:focus-within\:text-gray-900:focus-within{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.lg\:focus-within\:text-sky:focus-within{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.lg\:focus-within\:text-red-50:focus-within{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.lg\:focus-within\:text-red-100:focus-within{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.lg\:focus-within\:text-red-200:focus-within{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.lg\:focus-within\:text-red-300:focus-within{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.lg\:focus-within\:text-red-400:focus-within{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.lg\:focus-within\:text-red-500:focus-within{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.lg\:focus-within\:text-red-600:focus-within{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.lg\:focus-within\:text-red-700:focus-within{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.lg\:focus-within\:text-red-800:focus-within{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.lg\:focus-within\:text-red-900:focus-within{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-50:focus-within{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-100:focus-within{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-200:focus-within{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-300:focus-within{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-400:focus-within{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-500:focus-within{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-600:focus-within{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-700:focus-within{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-800:focus-within{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.lg\:focus-within\:text-pink-900:focus-within{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.lg\:focus-within\:text-green-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.lg\:focus-within\:text-green-100:focus-within{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.lg\:focus-within\:text-green-200:focus-within{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.lg\:focus-within\:text-green-300:focus-within{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.lg\:focus-within\:text-green-400:focus-within{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.lg\:focus-within\:text-green-500:focus-within{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.lg\:focus-within\:text-green-600:focus-within{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.lg\:focus-within\:text-green-700:focus-within{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.lg\:focus-within\:text-green-800:focus-within{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.lg\:focus-within\:text-green-900:focus-within{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-50:focus-within{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-100:focus-within{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-200:focus-within{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-300:focus-within{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-400:focus-within{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-500:focus-within{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-600:focus-within{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-700:focus-within{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-800:focus-within{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.lg\:focus-within\:text-purple-900:focus-within{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-100:focus-within{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-200:focus-within{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-300:focus-within{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-400:focus-within{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-500:focus-within{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-600:focus-within{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-700:focus-within{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-800:focus-within{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.lg\:focus-within\:text-teal-900:focus-within{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-50:focus-within{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-100:focus-within{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-200:focus-within{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-300:focus-within{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-400:focus-within{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-500:focus-within{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-600:focus-within{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-700:focus-within{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-800:focus-within{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.lg\:focus-within\:text-cyan-900:focus-within{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.lg\:focus-within\:text-yellow:focus-within{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.lg\:focus-within\:text-orange:focus-within{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus-within{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:focus-within\:text-grey:focus-within{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.lg\:focus-within\:text-line:focus-within{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.lg\:focus-within\:text-facebook:focus-within{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.lg\:focus-within\:text-instagram:focus-within{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.lg\:focus-within\:text-youtube:focus-within{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.lg\:focus-within\:text-lightgray:focus-within{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.lg\:hover\:text-primary:hover{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.lg\:hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.lg\:hover\:text-warning:hover{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.lg\:hover\:text-error:hover{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.lg\:hover\:text-info:hover{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.lg\:hover\:text-success:hover{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.lg\:hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.lg\:hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.lg\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.lg\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.lg\:hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.lg\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.lg\:hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.lg\:hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.lg\:hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.lg\:hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.lg\:hover\:text-sky:hover{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.lg\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.lg\:hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.lg\:hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.lg\:hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.lg\:hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.lg\:hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.lg\:hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.lg\:hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.lg\:hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.lg\:hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.lg\:hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.lg\:hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.lg\:hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.lg\:hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.lg\:hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.lg\:hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.lg\:hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.lg\:hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.lg\:hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.lg\:hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.lg\:hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.lg\:hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.lg\:hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.lg\:hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.lg\:hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.lg\:hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.lg\:hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.lg\:hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.lg\:hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.lg\:hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.lg\:hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.lg\:hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.lg\:hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.lg\:hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.lg\:hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.lg\:hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.lg\:hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.lg\:hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.lg\:hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.lg\:hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.lg\:hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.lg\:hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.lg\:hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.lg\:hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.lg\:hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.lg\:hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.lg\:hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.lg\:hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.lg\:hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.lg\:hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.lg\:hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.lg\:hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.lg\:hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.lg\:hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.lg\:hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.lg\:hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.lg\:hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.lg\:hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.lg\:hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.lg\:hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.lg\:hover\:text-yellow:hover{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.lg\:hover\:text-orange:hover{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:hover{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:hover\:text-grey:hover{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.lg\:hover\:text-line:hover{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.lg\:hover\:text-facebook:hover{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.lg\:hover\:text-instagram:hover{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.lg\:hover\:text-youtube:hover{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.lg\:hover\:text-lightgray:hover{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.lg\:focus\:text-primary:focus{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.lg\:focus\:text-secondary:focus{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.lg\:focus\:text-warning:focus{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.lg\:focus\:text-error:focus{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.lg\:focus\:text-info:focus{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.lg\:focus\:text-success:focus{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.lg\:focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.lg\:focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.lg\:focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.lg\:focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.lg\:focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.lg\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.lg\:focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.lg\:focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.lg\:focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.lg\:focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.lg\:focus\:text-sky:focus{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.lg\:focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.lg\:focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.lg\:focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.lg\:focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.lg\:focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.lg\:focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.lg\:focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.lg\:focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.lg\:focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.lg\:focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.lg\:focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.lg\:focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.lg\:focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.lg\:focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.lg\:focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.lg\:focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.lg\:focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.lg\:focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.lg\:focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.lg\:focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.lg\:focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.lg\:focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.lg\:focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.lg\:focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.lg\:focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.lg\:focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.lg\:focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.lg\:focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.lg\:focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.lg\:focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.lg\:focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.lg\:focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.lg\:focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.lg\:focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.lg\:focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.lg\:focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.lg\:focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.lg\:focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.lg\:focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.lg\:focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.lg\:focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.lg\:focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.lg\:focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.lg\:focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.lg\:focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.lg\:focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.lg\:focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.lg\:focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.lg\:focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.lg\:focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.lg\:focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.lg\:focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.lg\:focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.lg\:focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.lg\:focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.lg\:focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.lg\:focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.lg\:focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.lg\:focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.lg\:focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.lg\:focus\:text-yellow:focus{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.lg\:focus\:text-orange:focus{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.lg\:focus\:text-grey:focus{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.lg\:focus\:text-line:focus{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.lg\:focus\:text-facebook:focus{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.lg\:focus\:text-instagram:focus{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.lg\:focus\:text-youtube:focus{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.lg\:focus\:text-lightgray:focus{--tw-text-opacity: 1;color:rgba(239,239,239,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\: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\:placeholder-bg_primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.lg\:placeholder-bg_primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.lg\:placeholder-primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.lg\:placeholder-primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.lg\:placeholder-secondary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.lg\:placeholder-secondary::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.lg\:placeholder-warning::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.lg\:placeholder-warning::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.lg\:placeholder-error::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.lg\:placeholder-error::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.lg\:placeholder-info::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.lg\:placeholder-info::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.lg\:placeholder-success::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.lg\:placeholder-success::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.lg\:placeholder-call_to_action::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.lg\:placeholder-call_to_action::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.lg\:placeholder-gray-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.lg\:placeholder-lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.lg\:placeholder-lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.lg\:placeholder-darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.lg\:placeholder-darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.lg\:placeholder-nav_darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.lg\:placeholder-nav_darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.lg\:placeholder-nav_lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.lg\:placeholder-nav_lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.lg\:placeholder-blue-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.lg\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.lg\:placeholder-red-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.lg\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.lg\:placeholder-red-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.lg\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.lg\:placeholder-red-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.lg\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.lg\:placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.lg\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.lg\:placeholder-red-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.lg\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.lg\:placeholder-red-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.lg\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.lg\:placeholder-red-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.lg\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.lg\:placeholder-red-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.lg\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.lg\:placeholder-red-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.lg\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.lg\:placeholder-red-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.lg\:placeholder-pink-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.lg\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.lg\:placeholder-green-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.lg\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.lg\:placeholder-green-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.lg\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.lg\:placeholder-green-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.lg\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.lg\:placeholder-green-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.lg\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.lg\:placeholder-green-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.lg\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.lg\:placeholder-green-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.lg\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.lg\:placeholder-green-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.lg\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.lg\:placeholder-green-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.lg\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.lg\:placeholder-green-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.lg\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.lg\:placeholder-green-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.lg\:placeholder-purple-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.lg\:placeholder-teal-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.lg\:placeholder-cyan-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.lg\:placeholder-yellow::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\:focus\:placeholder-bg_primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-bg_primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-secondary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-secondary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-warning:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-warning:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-error:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-error:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-info:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-info:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-success:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-success:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-call_to_action:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-call_to_action:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-nav_darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-nav_darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-nav_lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-nav_lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-teal-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-cyan-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.lg\:focus\:placeholder-yellow:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\: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\: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\:bg-blend-normal{background-blend-mode:normal}.lg\:bg-blend-multiply{background-blend-mode:multiply}.lg\:bg-blend-screen{background-blend-mode:screen}.lg\:bg-blend-overlay{background-blend-mode:overlay}.lg\:bg-blend-darken{background-blend-mode:darken}.lg\:bg-blend-lighten{background-blend-mode:lighten}.lg\:bg-blend-color-dodge{background-blend-mode:color-dodge}.lg\:bg-blend-color-burn{background-blend-mode:color-burn}.lg\:bg-blend-hard-light{background-blend-mode:hard-light}.lg\:bg-blend-soft-light{background-blend-mode:soft-light}.lg\:bg-blend-difference{background-blend-mode:difference}.lg\:bg-blend-exclusion{background-blend-mode:exclusion}.lg\:bg-blend-hue{background-blend-mode:hue}.lg\:bg-blend-saturation{background-blend-mode:saturation}.lg\:bg-blend-color{background-blend-mode:color}.lg\:bg-blend-luminosity{background-blend-mode:luminosity}.lg\:mix-blend-normal{mix-blend-mode:normal}.lg\:mix-blend-multiply{mix-blend-mode:multiply}.lg\:mix-blend-screen{mix-blend-mode:screen}.lg\:mix-blend-overlay{mix-blend-mode:overlay}.lg\:mix-blend-darken{mix-blend-mode:darken}.lg\:mix-blend-lighten{mix-blend-mode:lighten}.lg\:mix-blend-color-dodge{mix-blend-mode:color-dodge}.lg\:mix-blend-color-burn{mix-blend-mode:color-burn}.lg\:mix-blend-hard-light{mix-blend-mode:hard-light}.lg\:mix-blend-soft-light{mix-blend-mode:soft-light}.lg\:mix-blend-difference{mix-blend-mode:difference}.lg\:mix-blend-exclusion{mix-blend-mode:exclusion}.lg\:mix-blend-hue{mix-blend-mode:hue}.lg\:mix-blend-saturation{mix-blend-mode:saturation}.lg\:mix-blend-color{mix-blend-mode:color}.lg\:mix-blend-luminosity{mix-blend-mode:luminosity}.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\:outline-none{outline:2px solid transparent;outline-offset:2px}.lg\:outline-white{outline:2px dotted white;outline-offset:2px}.lg\:outline-black{outline:2px dotted black;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 white;outline-offset:2px}.lg\:focus-within\:outline-black:focus-within{outline:2px dotted black;outline-offset:2px}.lg\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.lg\:focus\:outline-white:focus{outline:2px dotted white;outline-offset:2px}.lg\:focus\:outline-black:focus{outline:2px dotted black;outline-offset:2px}.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\: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\: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\:ring-inset{--tw-ring-inset: inset}.lg\:focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.lg\:focus\:ring-inset:focus{--tw-ring-inset: inset}.lg\:ring-bg_primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.lg\:ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.lg\:ring-secondary{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.lg\:ring-warning{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.lg\:ring-error{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.lg\:ring-info{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.lg\:ring-success{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.lg\:ring-call_to_action{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.lg\:ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.lg\:ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.lg\:ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.lg\:ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.lg\:ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.lg\:ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.lg\:ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.lg\:ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.lg\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.lg\:ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.lg\:ring-lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.lg\:ring-darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.lg\:ring-nav_darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.lg\:ring-nav_lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.lg\:ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.lg\:ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.lg\:ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.lg\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.lg\:ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.lg\:ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.lg\:ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.lg\:ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.lg\:ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.lg\:ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.lg\:ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.lg\:ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.lg\:ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.lg\:ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.lg\:ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.lg\:ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.lg\:ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.lg\:ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.lg\:ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.lg\:ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.lg\:ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.lg\:ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.lg\:ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.lg\:ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.lg\:ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.lg\:ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.lg\:ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.lg\:ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.lg\:ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.lg\:ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.lg\:ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.lg\:ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.lg\:ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.lg\:ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.lg\:ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.lg\:ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.lg\:ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.lg\:ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.lg\:ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.lg\:ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.lg\:ring-purple-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.lg\:ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.lg\:ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.lg\:ring-purple-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.lg\:ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.lg\:ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.lg\:ring-purple-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.lg\:ring-purple-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.lg\:ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.lg\:ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.lg\:ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.lg\:ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.lg\:ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.lg\:ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.lg\:ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.lg\:ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.lg\:ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.lg\:ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.lg\:ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.lg\:ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.lg\:ring-cyan-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.lg\:ring-cyan-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.lg\:ring-cyan-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.lg\:ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.lg\:ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.lg\:ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.lg\:ring-cyan-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.lg\:ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.lg\:ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.lg\:ring-cyan-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.lg\:ring-yellow{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, var(--tw-ring-opacity))}.lg\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))}.lg\:ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.lg\:focus-within\:ring-bg_primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.lg\:focus-within\:ring-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.lg\:focus-within\:ring-secondary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.lg\:focus-within\:ring-warning:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.lg\:focus-within\:ring-error:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.lg\:focus-within\:ring-info:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.lg\:focus-within\:ring-success:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.lg\:focus-within\:ring-call_to_action:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.lg\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.lg\:focus-within\:ring-lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.lg\:focus-within\:ring-darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.lg\:focus-within\:ring-nav_darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.lg\:focus-within\:ring-nav_lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.lg\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.lg\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.lg\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.lg\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.lg\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.lg\:focus-within\:ring-teal-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.lg\:focus-within\:ring-cyan-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.lg\:focus-within\:ring-yellow:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.lg\:focus\:ring-bg_primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.lg\:focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.lg\:focus\:ring-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.lg\:focus\:ring-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.lg\:focus\:ring-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.lg\:focus\:ring-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.lg\:focus\:ring-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.lg\:focus\:ring-call_to_action:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.lg\:focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.lg\:focus\:ring-lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.lg\:focus\:ring-darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.lg\:focus\:ring-nav_darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.lg\:focus\:ring-nav_lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.lg\:focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.lg\:focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.lg\:focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.lg\:focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.lg\:focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.lg\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.lg\:focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.lg\:focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.lg\:focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.lg\:focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.lg\:focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.lg\:focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.lg\:focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.lg\:focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.lg\:focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.lg\:focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.lg\:focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.lg\:focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.lg\:focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.lg\:focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.lg\:focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.lg\:focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.lg\:focus\:ring-purple-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.lg\:focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.lg\:focus\:ring-cyan-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.lg\:focus\:ring-yellow:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, 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\: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-offset-bg_primary{--tw-ring-offset-color: #1D2731}.lg\:ring-offset-primary{--tw-ring-offset-color: #1C4C70}.lg\:ring-offset-secondary{--tw-ring-offset-color: #F0984A}.lg\:ring-offset-warning{--tw-ring-offset-color: #D95F3B}.lg\:ring-offset-error{--tw-ring-offset-color: #f44336}.lg\:ring-offset-info{--tw-ring-offset-color: #7AA9A3}.lg\:ring-offset-success{--tw-ring-offset-color: #338F9A}.lg\:ring-offset-call_to_action{--tw-ring-offset-color: #7fa5f0}.lg\:ring-offset-gray-50{--tw-ring-offset-color: #fafafa}.lg\:ring-offset-gray-100{--tw-ring-offset-color: #f4f4f5}.lg\:ring-offset-gray-200{--tw-ring-offset-color: #e4e4e7}.lg\:ring-offset-gray-300{--tw-ring-offset-color: #d4d4d8}.lg\:ring-offset-gray-400{--tw-ring-offset-color: #a1a1aa}.lg\:ring-offset-gray-500{--tw-ring-offset-color: #71717a}.lg\:ring-offset-gray-600{--tw-ring-offset-color: #52525b}.lg\:ring-offset-gray-700{--tw-ring-offset-color: #3f3f46}.lg\:ring-offset-gray-800{--tw-ring-offset-color: #27272a}.lg\:ring-offset-gray-900{--tw-ring-offset-color: #18181b}.lg\:ring-offset-lightgray{--tw-ring-offset-color: #efefef}.lg\:ring-offset-darkgray{--tw-ring-offset-color: #6c6c6c}.lg\:ring-offset-nav_darkgray{--tw-ring-offset-color: #1f1f1f}.lg\:ring-offset-nav_lightgray{--tw-ring-offset-color: #474747}.lg\:ring-offset-blue-50{--tw-ring-offset-color: #f0f9ff}.lg\:ring-offset-blue-100{--tw-ring-offset-color: #e0f2fe}.lg\:ring-offset-blue-200{--tw-ring-offset-color: #bae6fd}.lg\:ring-offset-blue-300{--tw-ring-offset-color: #7dd3fc}.lg\:ring-offset-blue-400{--tw-ring-offset-color: #38bdf8}.lg\:ring-offset-blue-500{--tw-ring-offset-color: #0ea5e9}.lg\:ring-offset-blue-600{--tw-ring-offset-color: #0284c7}.lg\:ring-offset-blue-700{--tw-ring-offset-color: #0369a1}.lg\:ring-offset-blue-800{--tw-ring-offset-color: #075985}.lg\:ring-offset-blue-900{--tw-ring-offset-color: #0c4a6e}.lg\:ring-offset-red-50{--tw-ring-offset-color: #fff1f2}.lg\:ring-offset-red-100{--tw-ring-offset-color: #ffe4e6}.lg\:ring-offset-red-200{--tw-ring-offset-color: #fecdd3}.lg\:ring-offset-red-300{--tw-ring-offset-color: #fda4af}.lg\:ring-offset-red-400{--tw-ring-offset-color: #fb7185}.lg\:ring-offset-red-500{--tw-ring-offset-color: #f43f5e}.lg\:ring-offset-red-600{--tw-ring-offset-color: #e11d48}.lg\:ring-offset-red-700{--tw-ring-offset-color: #be123c}.lg\:ring-offset-red-800{--tw-ring-offset-color: #9f1239}.lg\:ring-offset-red-900{--tw-ring-offset-color: #881337}.lg\:ring-offset-pink-50{--tw-ring-offset-color: #fdf4ff}.lg\:ring-offset-pink-100{--tw-ring-offset-color: #fae8ff}.lg\:ring-offset-pink-200{--tw-ring-offset-color: #f5d0fe}.lg\:ring-offset-pink-300{--tw-ring-offset-color: #f0abfc}.lg\:ring-offset-pink-400{--tw-ring-offset-color: #e879f9}.lg\:ring-offset-pink-500{--tw-ring-offset-color: #d946ef}.lg\:ring-offset-pink-600{--tw-ring-offset-color: #c026d3}.lg\:ring-offset-pink-700{--tw-ring-offset-color: #a21caf}.lg\:ring-offset-pink-800{--tw-ring-offset-color: #86198f}.lg\:ring-offset-pink-900{--tw-ring-offset-color: #701a75}.lg\:ring-offset-green-50{--tw-ring-offset-color: #f0fdf4}.lg\:ring-offset-green-100{--tw-ring-offset-color: #dcfce7}.lg\:ring-offset-green-200{--tw-ring-offset-color: #bbf7d0}.lg\:ring-offset-green-300{--tw-ring-offset-color: #86efac}.lg\:ring-offset-green-400{--tw-ring-offset-color: #4ade80}.lg\:ring-offset-green-500{--tw-ring-offset-color: #22c55e}.lg\:ring-offset-green-600{--tw-ring-offset-color: #16a34a}.lg\:ring-offset-green-700{--tw-ring-offset-color: #15803d}.lg\:ring-offset-green-800{--tw-ring-offset-color: #166534}.lg\:ring-offset-green-900{--tw-ring-offset-color: #14532d}.lg\:ring-offset-purple-50{--tw-ring-offset-color: #faf5ff}.lg\:ring-offset-purple-100{--tw-ring-offset-color: #f3e8ff}.lg\:ring-offset-purple-200{--tw-ring-offset-color: #e9d5ff}.lg\:ring-offset-purple-300{--tw-ring-offset-color: #d8b4fe}.lg\:ring-offset-purple-400{--tw-ring-offset-color: #c084fc}.lg\:ring-offset-purple-500{--tw-ring-offset-color: #a855f7}.lg\:ring-offset-purple-600{--tw-ring-offset-color: #9333ea}.lg\:ring-offset-purple-700{--tw-ring-offset-color: #7e22ce}.lg\:ring-offset-purple-800{--tw-ring-offset-color: #6b21a8}.lg\:ring-offset-purple-900{--tw-ring-offset-color: #581c87}.lg\:ring-offset-teal-50{--tw-ring-offset-color: #f0fdfa}.lg\:ring-offset-teal-100{--tw-ring-offset-color: #ccfbf1}.lg\:ring-offset-teal-200{--tw-ring-offset-color: #99f6e4}.lg\:ring-offset-teal-300{--tw-ring-offset-color: #5eead4}.lg\:ring-offset-teal-400{--tw-ring-offset-color: #2dd4bf}.lg\:ring-offset-teal-500{--tw-ring-offset-color: #14b8a6}.lg\:ring-offset-teal-600{--tw-ring-offset-color: #0d9488}.lg\:ring-offset-teal-700{--tw-ring-offset-color: #0f766e}.lg\:ring-offset-teal-800{--tw-ring-offset-color: #115e59}.lg\:ring-offset-teal-900{--tw-ring-offset-color: #134e4a}.lg\:ring-offset-cyan-50{--tw-ring-offset-color: #ecfeff}.lg\:ring-offset-cyan-100{--tw-ring-offset-color: #cffafe}.lg\:ring-offset-cyan-200{--tw-ring-offset-color: #a5f3fc}.lg\:ring-offset-cyan-300{--tw-ring-offset-color: #67e8f9}.lg\:ring-offset-cyan-400{--tw-ring-offset-color: #22d3ee}.lg\:ring-offset-cyan-500{--tw-ring-offset-color: #06b6d4}.lg\:ring-offset-cyan-600{--tw-ring-offset-color: #0891b2}.lg\:ring-offset-cyan-700{--tw-ring-offset-color: #0e7490}.lg\:ring-offset-cyan-800{--tw-ring-offset-color: #155e75}.lg\:ring-offset-cyan-900{--tw-ring-offset-color: #164e63}.lg\:ring-offset-yellow{--tw-ring-offset-color: #D9B310}.lg\:ring-offset-white{--tw-ring-offset-color: #FFF}.lg\:ring-offset-black{--tw-ring-offset-color: #000}.lg\:focus-within\:ring-offset-bg_primary:focus-within{--tw-ring-offset-color: #1D2731}.lg\:focus-within\:ring-offset-primary:focus-within{--tw-ring-offset-color: #1C4C70}.lg\:focus-within\:ring-offset-secondary:focus-within{--tw-ring-offset-color: #F0984A}.lg\:focus-within\:ring-offset-warning:focus-within{--tw-ring-offset-color: #D95F3B}.lg\:focus-within\:ring-offset-error:focus-within{--tw-ring-offset-color: #f44336}.lg\:focus-within\:ring-offset-info:focus-within{--tw-ring-offset-color: #7AA9A3}.lg\:focus-within\:ring-offset-success:focus-within{--tw-ring-offset-color: #338F9A}.lg\:focus-within\:ring-offset-call_to_action:focus-within{--tw-ring-offset-color: #7fa5f0}.lg\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color: #fafafa}.lg\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color: #f4f4f5}.lg\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color: #e4e4e7}.lg\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color: #d4d4d8}.lg\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color: #a1a1aa}.lg\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color: #71717a}.lg\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color: #52525b}.lg\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color: #3f3f46}.lg\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color: #27272a}.lg\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color: #18181b}.lg\:focus-within\:ring-offset-lightgray:focus-within{--tw-ring-offset-color: #efefef}.lg\:focus-within\:ring-offset-darkgray:focus-within{--tw-ring-offset-color: #6c6c6c}.lg\:focus-within\:ring-offset-nav_darkgray:focus-within{--tw-ring-offset-color: #1f1f1f}.lg\:focus-within\:ring-offset-nav_lightgray:focus-within{--tw-ring-offset-color: #474747}.lg\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color: #f0f9ff}.lg\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color: #e0f2fe}.lg\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color: #bae6fd}.lg\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color: #7dd3fc}.lg\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color: #38bdf8}.lg\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color: #0ea5e9}.lg\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color: #0284c7}.lg\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color: #0369a1}.lg\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color: #075985}.lg\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color: #0c4a6e}.lg\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color: #fff1f2}.lg\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color: #ffe4e6}.lg\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color: #fecdd3}.lg\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color: #fda4af}.lg\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color: #fb7185}.lg\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color: #f43f5e}.lg\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color: #e11d48}.lg\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color: #be123c}.lg\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color: #9f1239}.lg\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color: #881337}.lg\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color: #fdf4ff}.lg\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color: #fae8ff}.lg\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color: #f5d0fe}.lg\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color: #f0abfc}.lg\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color: #e879f9}.lg\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color: #d946ef}.lg\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color: #c026d3}.lg\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color: #a21caf}.lg\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color: #86198f}.lg\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color: #701a75}.lg\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color: #f0fdf4}.lg\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color: #dcfce7}.lg\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color: #bbf7d0}.lg\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color: #86efac}.lg\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color: #4ade80}.lg\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color: #22c55e}.lg\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color: #16a34a}.lg\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color: #15803d}.lg\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color: #166534}.lg\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color: #14532d}.lg\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color: #faf5ff}.lg\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color: #f3e8ff}.lg\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color: #e9d5ff}.lg\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color: #d8b4fe}.lg\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color: #c084fc}.lg\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color: #a855f7}.lg\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color: #9333ea}.lg\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color: #7e22ce}.lg\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color: #6b21a8}.lg\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color: #581c87}.lg\:focus-within\:ring-offset-teal-50:focus-within{--tw-ring-offset-color: #f0fdfa}.lg\:focus-within\:ring-offset-teal-100:focus-within{--tw-ring-offset-color: #ccfbf1}.lg\:focus-within\:ring-offset-teal-200:focus-within{--tw-ring-offset-color: #99f6e4}.lg\:focus-within\:ring-offset-teal-300:focus-within{--tw-ring-offset-color: #5eead4}.lg\:focus-within\:ring-offset-teal-400:focus-within{--tw-ring-offset-color: #2dd4bf}.lg\:focus-within\:ring-offset-teal-500:focus-within{--tw-ring-offset-color: #14b8a6}.lg\:focus-within\:ring-offset-teal-600:focus-within{--tw-ring-offset-color: #0d9488}.lg\:focus-within\:ring-offset-teal-700:focus-within{--tw-ring-offset-color: #0f766e}.lg\:focus-within\:ring-offset-teal-800:focus-within{--tw-ring-offset-color: #115e59}.lg\:focus-within\:ring-offset-teal-900:focus-within{--tw-ring-offset-color: #134e4a}.lg\:focus-within\:ring-offset-cyan-50:focus-within{--tw-ring-offset-color: #ecfeff}.lg\:focus-within\:ring-offset-cyan-100:focus-within{--tw-ring-offset-color: #cffafe}.lg\:focus-within\:ring-offset-cyan-200:focus-within{--tw-ring-offset-color: #a5f3fc}.lg\:focus-within\:ring-offset-cyan-300:focus-within{--tw-ring-offset-color: #67e8f9}.lg\:focus-within\:ring-offset-cyan-400:focus-within{--tw-ring-offset-color: #22d3ee}.lg\:focus-within\:ring-offset-cyan-500:focus-within{--tw-ring-offset-color: #06b6d4}.lg\:focus-within\:ring-offset-cyan-600:focus-within{--tw-ring-offset-color: #0891b2}.lg\:focus-within\:ring-offset-cyan-700:focus-within{--tw-ring-offset-color: #0e7490}.lg\:focus-within\:ring-offset-cyan-800:focus-within{--tw-ring-offset-color: #155e75}.lg\:focus-within\:ring-offset-cyan-900:focus-within{--tw-ring-offset-color: #164e63}.lg\:focus-within\:ring-offset-yellow:focus-within{--tw-ring-offset-color: #D9B310}.lg\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color: #FFF}.lg\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color: #000}.lg\:focus\:ring-offset-bg_primary:focus{--tw-ring-offset-color: #1D2731}.lg\:focus\:ring-offset-primary:focus{--tw-ring-offset-color: #1C4C70}.lg\:focus\:ring-offset-secondary:focus{--tw-ring-offset-color: #F0984A}.lg\:focus\:ring-offset-warning:focus{--tw-ring-offset-color: #D95F3B}.lg\:focus\:ring-offset-error:focus{--tw-ring-offset-color: #f44336}.lg\:focus\:ring-offset-info:focus{--tw-ring-offset-color: #7AA9A3}.lg\:focus\:ring-offset-success:focus{--tw-ring-offset-color: #338F9A}.lg\:focus\:ring-offset-call_to_action:focus{--tw-ring-offset-color: #7fa5f0}.lg\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color: #fafafa}.lg\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color: #f4f4f5}.lg\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color: #e4e4e7}.lg\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color: #d4d4d8}.lg\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color: #a1a1aa}.lg\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color: #71717a}.lg\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color: #52525b}.lg\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color: #3f3f46}.lg\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #27272a}.lg\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color: #18181b}.lg\:focus\:ring-offset-lightgray:focus{--tw-ring-offset-color: #efefef}.lg\:focus\:ring-offset-darkgray:focus{--tw-ring-offset-color: #6c6c6c}.lg\:focus\:ring-offset-nav_darkgray:focus{--tw-ring-offset-color: #1f1f1f}.lg\:focus\:ring-offset-nav_lightgray:focus{--tw-ring-offset-color: #474747}.lg\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color: #f0f9ff}.lg\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color: #e0f2fe}.lg\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color: #bae6fd}.lg\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color: #7dd3fc}.lg\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color: #38bdf8}.lg\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color: #0ea5e9}.lg\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color: #0284c7}.lg\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color: #0369a1}.lg\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color: #075985}.lg\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color: #0c4a6e}.lg\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color: #fff1f2}.lg\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color: #ffe4e6}.lg\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color: #fecdd3}.lg\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color: #fda4af}.lg\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color: #fb7185}.lg\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color: #f43f5e}.lg\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #e11d48}.lg\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color: #be123c}.lg\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color: #9f1239}.lg\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color: #881337}.lg\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color: #fdf4ff}.lg\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color: #fae8ff}.lg\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color: #f5d0fe}.lg\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color: #f0abfc}.lg\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color: #e879f9}.lg\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color: #d946ef}.lg\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color: #c026d3}.lg\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color: #a21caf}.lg\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color: #86198f}.lg\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color: #701a75}.lg\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.lg\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color: #dcfce7}.lg\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color: #bbf7d0}.lg\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color: #86efac}.lg\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color: #4ade80}.lg\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color: #22c55e}.lg\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #16a34a}.lg\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color: #15803d}.lg\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color: #166534}.lg\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color: #14532d}.lg\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color: #faf5ff}.lg\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color: #f3e8ff}.lg\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color: #e9d5ff}.lg\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color: #d8b4fe}.lg\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color: #c084fc}.lg\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color: #a855f7}.lg\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color: #9333ea}.lg\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color: #7e22ce}.lg\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color: #6b21a8}.lg\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color: #581c87}.lg\:focus\:ring-offset-teal-50:focus{--tw-ring-offset-color: #f0fdfa}.lg\:focus\:ring-offset-teal-100:focus{--tw-ring-offset-color: #ccfbf1}.lg\:focus\:ring-offset-teal-200:focus{--tw-ring-offset-color: #99f6e4}.lg\:focus\:ring-offset-teal-300:focus{--tw-ring-offset-color: #5eead4}.lg\:focus\:ring-offset-teal-400:focus{--tw-ring-offset-color: #2dd4bf}.lg\:focus\:ring-offset-teal-500:focus{--tw-ring-offset-color: #14b8a6}.lg\:focus\:ring-offset-teal-600:focus{--tw-ring-offset-color: #0d9488}.lg\:focus\:ring-offset-teal-700:focus{--tw-ring-offset-color: #0f766e}.lg\:focus\:ring-offset-teal-800:focus{--tw-ring-offset-color: #115e59}.lg\:focus\:ring-offset-teal-900:focus{--tw-ring-offset-color: #134e4a}.lg\:focus\:ring-offset-cyan-50:focus{--tw-ring-offset-color: #ecfeff}.lg\:focus\:ring-offset-cyan-100:focus{--tw-ring-offset-color: #cffafe}.lg\:focus\:ring-offset-cyan-200:focus{--tw-ring-offset-color: #a5f3fc}.lg\:focus\:ring-offset-cyan-300:focus{--tw-ring-offset-color: #67e8f9}.lg\:focus\:ring-offset-cyan-400:focus{--tw-ring-offset-color: #22d3ee}.lg\:focus\:ring-offset-cyan-500:focus{--tw-ring-offset-color: #06b6d4}.lg\:focus\:ring-offset-cyan-600:focus{--tw-ring-offset-color: #0891b2}.lg\:focus\:ring-offset-cyan-700:focus{--tw-ring-offset-color: #0e7490}.lg\:focus\:ring-offset-cyan-800:focus{--tw-ring-offset-color: #155e75}.lg\:focus\:ring-offset-cyan-900:focus{--tw-ring-offset-color: #164e63}.lg\:focus\:ring-offset-yellow:focus{--tw-ring-offset-color: #D9B310}.lg\:focus\:ring-offset-white:focus{--tw-ring-offset-color: #FFF}.lg\:focus\:ring-offset-black:focus{--tw-ring-offset-color: #000}.lg\:filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.lg\:filter-none{filter:none}.lg\:blur-0,.lg\:blur-none{--tw-blur: blur(0)}.lg\:blur-sm{--tw-blur: blur(4px)}.lg\:blur{--tw-blur: blur(8px)}.lg\:blur-md{--tw-blur: blur(12px)}.lg\:blur-lg{--tw-blur: blur(16px)}.lg\:blur-xl{--tw-blur: blur(24px)}.lg\:blur-2xl{--tw-blur: blur(40px)}.lg\:blur-3xl{--tw-blur: blur(64px)}.lg\:brightness-0{--tw-brightness: brightness(0)}.lg\:brightness-50{--tw-brightness: brightness(.5)}.lg\:brightness-75{--tw-brightness: brightness(.75)}.lg\:brightness-90{--tw-brightness: brightness(.9)}.lg\:brightness-95{--tw-brightness: brightness(.95)}.lg\:brightness-100{--tw-brightness: brightness(1)}.lg\:brightness-105{--tw-brightness: brightness(1.05)}.lg\:brightness-110{--tw-brightness: brightness(1.1)}.lg\:brightness-125{--tw-brightness: brightness(1.25)}.lg\:brightness-150{--tw-brightness: brightness(1.5)}.lg\:brightness-200{--tw-brightness: brightness(2)}.lg\:contrast-0{--tw-contrast: contrast(0)}.lg\:contrast-50{--tw-contrast: contrast(.5)}.lg\:contrast-75{--tw-contrast: contrast(.75)}.lg\:contrast-100{--tw-contrast: contrast(1)}.lg\:contrast-125{--tw-contrast: contrast(1.25)}.lg\:contrast-150{--tw-contrast: contrast(1.5)}.lg\:contrast-200{--tw-contrast: contrast(2)}.lg\:drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.05))}.lg\:drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))}.lg\:drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))}.lg\:drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))}.lg\:drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08))}.lg\:drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))}.lg\:drop-shadow-none{--tw-drop-shadow: drop-shadow(0 0 #0000)}.lg\:grayscale-0{--tw-grayscale: grayscale(0)}.lg\:grayscale{--tw-grayscale: grayscale(100%)}.lg\:hue-rotate-0{--tw-hue-rotate: hue-rotate(0deg)}.lg\:hue-rotate-15{--tw-hue-rotate: hue-rotate(15deg)}.lg\:hue-rotate-30{--tw-hue-rotate: hue-rotate(30deg)}.lg\:hue-rotate-60{--tw-hue-rotate: hue-rotate(60deg)}.lg\:hue-rotate-90{--tw-hue-rotate: hue-rotate(90deg)}.lg\:hue-rotate-180{--tw-hue-rotate: hue-rotate(180deg)}.lg\:-hue-rotate-180{--tw-hue-rotate: hue-rotate(-180deg)}.lg\:-hue-rotate-90{--tw-hue-rotate: hue-rotate(-90deg)}.lg\:-hue-rotate-60{--tw-hue-rotate: hue-rotate(-60deg)}.lg\:-hue-rotate-30{--tw-hue-rotate: hue-rotate(-30deg)}.lg\:-hue-rotate-15{--tw-hue-rotate: hue-rotate(-15deg)}.lg\:invert-0{--tw-invert: invert(0)}.lg\:invert{--tw-invert: invert(100%)}.lg\:saturate-0{--tw-saturate: saturate(0)}.lg\:saturate-50{--tw-saturate: saturate(.5)}.lg\:saturate-100{--tw-saturate: saturate(1)}.lg\:saturate-150{--tw-saturate: saturate(1.5)}.lg\:saturate-200{--tw-saturate: saturate(2)}.lg\:sepia-0{--tw-sepia: sepia(0)}.lg\:sepia{--tw-sepia: sepia(100%)}.lg\:backdrop-filter{--tw-backdrop-blur: var(--tw-empty, );--tw-backdrop-brightness: var(--tw-empty, );--tw-backdrop-contrast: var(--tw-empty, );--tw-backdrop-grayscale: var(--tw-empty, );--tw-backdrop-hue-rotate: var(--tw-empty, );--tw-backdrop-invert: var(--tw-empty, );--tw-backdrop-opacity: var(--tw-empty, );--tw-backdrop-saturate: var(--tw-empty, );--tw-backdrop-sepia: var(--tw-empty, );-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.lg\:backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.lg\:backdrop-blur-0,.lg\:backdrop-blur-none{--tw-backdrop-blur: blur(0)}.lg\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px)}.lg\:backdrop-blur{--tw-backdrop-blur: blur(8px)}.lg\:backdrop-blur-md{--tw-backdrop-blur: blur(12px)}.lg\:backdrop-blur-lg{--tw-backdrop-blur: blur(16px)}.lg\:backdrop-blur-xl{--tw-backdrop-blur: blur(24px)}.lg\:backdrop-blur-2xl{--tw-backdrop-blur: blur(40px)}.lg\:backdrop-blur-3xl{--tw-backdrop-blur: blur(64px)}.lg\:backdrop-brightness-0{--tw-backdrop-brightness: brightness(0)}.lg\:backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5)}.lg\:backdrop-brightness-75{--tw-backdrop-brightness: brightness(.75)}.lg\:backdrop-brightness-90{--tw-backdrop-brightness: brightness(.9)}.lg\:backdrop-brightness-95{--tw-backdrop-brightness: brightness(.95)}.lg\:backdrop-brightness-100{--tw-backdrop-brightness: brightness(1)}.lg\:backdrop-brightness-105{--tw-backdrop-brightness: brightness(1.05)}.lg\:backdrop-brightness-110{--tw-backdrop-brightness: brightness(1.1)}.lg\:backdrop-brightness-125{--tw-backdrop-brightness: brightness(1.25)}.lg\:backdrop-brightness-150{--tw-backdrop-brightness: brightness(1.5)}.lg\:backdrop-brightness-200{--tw-backdrop-brightness: brightness(2)}.lg\:backdrop-contrast-0{--tw-backdrop-contrast: contrast(0)}.lg\:backdrop-contrast-50{--tw-backdrop-contrast: contrast(.5)}.lg\:backdrop-contrast-75{--tw-backdrop-contrast: contrast(.75)}.lg\:backdrop-contrast-100{--tw-backdrop-contrast: contrast(1)}.lg\:backdrop-contrast-125{--tw-backdrop-contrast: contrast(1.25)}.lg\:backdrop-contrast-150{--tw-backdrop-contrast: contrast(1.5)}.lg\:backdrop-contrast-200{--tw-backdrop-contrast: contrast(2)}.lg\:backdrop-grayscale-0{--tw-backdrop-grayscale: grayscale(0)}.lg\:backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%)}.lg\:backdrop-hue-rotate-0{--tw-backdrop-hue-rotate: hue-rotate(0deg)}.lg\:backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(15deg)}.lg\:backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(30deg)}.lg\:backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(60deg)}.lg\:backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(90deg)}.lg\:backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(180deg)}.lg\:-backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(-180deg)}.lg\:-backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(-90deg)}.lg\:-backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(-60deg)}.lg\:-backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(-30deg)}.lg\:-backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(-15deg)}.lg\:backdrop-invert-0{--tw-backdrop-invert: invert(0)}.lg\:backdrop-invert{--tw-backdrop-invert: invert(100%)}.lg\:backdrop-opacity-0{--tw-backdrop-opacity: opacity(0)}.lg\:backdrop-opacity-5{--tw-backdrop-opacity: opacity(.05)}.lg\:backdrop-opacity-10{--tw-backdrop-opacity: opacity(.1)}.lg\:backdrop-opacity-20{--tw-backdrop-opacity: opacity(.2)}.lg\:backdrop-opacity-25{--tw-backdrop-opacity: opacity(.25)}.lg\:backdrop-opacity-30{--tw-backdrop-opacity: opacity(.3)}.lg\:backdrop-opacity-40{--tw-backdrop-opacity: opacity(.4)}.lg\:backdrop-opacity-50{--tw-backdrop-opacity: opacity(.5)}.lg\:backdrop-opacity-60{--tw-backdrop-opacity: opacity(.6)}.lg\:backdrop-opacity-70{--tw-backdrop-opacity: opacity(.7)}.lg\:backdrop-opacity-75{--tw-backdrop-opacity: opacity(.75)}.lg\:backdrop-opacity-80{--tw-backdrop-opacity: opacity(.8)}.lg\:backdrop-opacity-90{--tw-backdrop-opacity: opacity(.9)}.lg\:backdrop-opacity-95{--tw-backdrop-opacity: opacity(.95)}.lg\:backdrop-opacity-100{--tw-backdrop-opacity: opacity(1)}.lg\:backdrop-saturate-0{--tw-backdrop-saturate: saturate(0)}.lg\:backdrop-saturate-50{--tw-backdrop-saturate: saturate(.5)}.lg\:backdrop-saturate-100{--tw-backdrop-saturate: saturate(1)}.lg\:backdrop-saturate-150{--tw-backdrop-saturate: saturate(1.5)}.lg\:backdrop-saturate-200{--tw-backdrop-saturate: saturate(2)}.lg\:backdrop-sepia-0{--tw-backdrop-sepia: sepia(0)}.lg\:backdrop-sepia{--tw-backdrop-sepia: sepia(100%)}.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,filter,backdrop-filter;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\: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\: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\: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\:text-shadow{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.lg\:text-shadow-sm{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.lg\:text-shadow-md{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.lg\:text-shadow-lg{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.lg\:text-shadow-xl{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.lg\:text-shadow-none{text-shadow:none}.lg\:text-shadow-glow{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.lg\:hover\:text-shadow:hover{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.lg\:hover\:text-shadow-sm:hover{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.lg\:hover\:text-shadow-md:hover{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.lg\:hover\:text-shadow-lg:hover{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.lg\:hover\:text-shadow-xl:hover{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.lg\:hover\:text-shadow-none:hover{text-shadow:none}.lg\:hover\:text-shadow-glow:hover{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.lg\:focus\:text-shadow:focus{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.lg\:focus\:text-shadow-sm:focus{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.lg\:focus\:text-shadow-md:focus{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.lg\:focus\:text-shadow-lg:focus{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.lg\:focus\:text-shadow-xl:focus{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.lg\:focus\:text-shadow-none:focus{text-shadow:none}.lg\:focus\:text-shadow-glow:focus{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.lg\:masonry-6-col{-moz-column-count:6;column-count:6;-moz-column-gap:.5em;column-gap:.5em}.lg\:masonry-5-col{-moz-column-count:5;column-count:5;-moz-column-gap:.5em;column-gap:.5em}.lg\:masonry-4-col{-moz-column-count:4;column-count:4;-moz-column-gap:.5em;column-gap:.5em}.lg\:masonry-3-col{-moz-column-count:3;column-count:3;-moz-column-gap:.5em;column-gap:.5em}.lg\:masonry-2-col{-moz-column-count:2;column-count:2;-moz-column-gap:.5em;column-gap:.5em}.lg\:masonry-1-col{-moz-column-count:1;column-count:1;-moz-column-gap:0em;column-gap:0em}.lg\:break-inside{-moz-column-break-inside:avoid;break-inside:avoid}}@media (min-width: 1440px){.xl\:container{width:100%}@media (min-width: 480px){.xl\:container{max-width:480px}}@media (min-width: 768px){.xl\:container{max-width:768px}}@media (min-width: 976px){.xl\:container{max-width:976px}}.xl\:container{max-width:1440px}.xl\:prose{color:#3f3f46;max-width:65ch}.xl\:prose [class~=lead]{color:#52525b;font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.xl\:prose a{color:#18181b;text-decoration:underline;font-weight:500}.xl\:prose strong{color:#18181b;font-weight:600}.xl\:prose ol{counter-reset:list-counter;margin-top:1.25em;margin-bottom:1.25em}.xl\:prose ol>li{position:relative;counter-increment:list-counter;padding-left:1.75em}.xl\:prose ol>li:before{content:counter(list-counter) ".";position:absolute;font-weight:400;color:#71717a;left:0}.xl\:prose ul>li{position:relative;padding-left:1.75em}.xl\:prose ul>li:before{content:"";position:absolute;background-color:#d4d4d8;border-radius:50%;width:.375em;height:.375em;top:.6875em;left:.25em}.xl\:prose hr{border-color:#e4e4e7;border-top-width:1px;margin-top:3em;margin-bottom:3em}.xl\:prose blockquote{font-weight:500;font-style:italic;color:#18181b;border-left-width:.25rem;border-left-color:#e4e4e7;quotes:"“""”""‘""’";margin-top:1.6em;margin-bottom:1.6em;padding-left:1em}.xl\:prose blockquote p:first-of-type:before{content:open-quote}.xl\:prose blockquote p:last-of-type:after{content:close-quote}.xl\:prose h1{color:#18181b;font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.xl\:prose h2{color:#18181b;font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.xl\:prose h3{color:#18181b;font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.xl\:prose h4{color:#18181b;font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.xl\:prose figure figcaption{color:#71717a;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.xl\:prose code{color:#18181b;font-weight:600;font-size:.875em}.xl\:prose code:before{content:"`"}.xl\:prose code:after{content:"`"}.xl\:prose a code{color:#18181b}.xl\:prose pre{color:#e4e4e7;background-color:#27272a;overflow-x:auto;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding:.8571429em 1.1428571em}.xl\:prose pre code{background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:400;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.xl\:prose pre code:before{content:""}.xl\:prose pre code:after{content:""}.xl\:prose table{width:100%;table-layout:auto;text-align:left;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.xl\:prose thead{color:#18181b;font-weight:600;border-bottom-width:1px;border-bottom-color:#d4d4d8}.xl\:prose thead th{vertical-align:bottom;padding-right:.5714286em;padding-bottom:.5714286em;padding-left:.5714286em}.xl\:prose tbody tr{border-bottom-width:1px;border-bottom-color:#e4e4e7}.xl\:prose tbody tr:last-child{border-bottom-width:0}.xl\:prose tbody td{vertical-align:top;padding:.5714286em}.xl\:prose{font-size:1rem;line-height:1.75}.xl\:prose p{margin-top:1.25em;margin-bottom:1.25em}.xl\:prose img{margin-top:2em;margin-bottom:2em}.xl\:prose video{margin-top:2em;margin-bottom:2em}.xl\:prose figure{margin-top:2em;margin-bottom:2em}.xl\:prose figure>*{margin-top:0;margin-bottom:0}.xl\:prose h2 code{font-size:.875em}.xl\:prose h3 code{font-size:.9em}.xl\:prose ul{margin-top:1.25em;margin-bottom:1.25em}.xl\:prose li{margin-top:.5em;margin-bottom:.5em}.xl\:prose>ul>li p{margin-top:.75em;margin-bottom:.75em}.xl\:prose>ul>li>*:first-child{margin-top:1.25em}.xl\:prose>ul>li>*:last-child{margin-bottom:1.25em}.xl\:prose>ol>li>*:first-child{margin-top:1.25em}.xl\:prose>ol>li>*:last-child{margin-bottom:1.25em}.xl\:prose ul ul,.xl\:prose ul ol,.xl\:prose ol ul,.xl\:prose ol ol{margin-top:.75em;margin-bottom:.75em}.xl\:prose hr+*{margin-top:0}.xl\:prose h2+*{margin-top:0}.xl\:prose h3+*{margin-top:0}.xl\:prose h4+*{margin-top:0}.xl\:prose thead th:first-child{padding-left:0}.xl\:prose thead th:last-child{padding-right:0}.xl\:prose tbody td:first-child{padding-left:0}.xl\:prose tbody td:last-child{padding-right:0}.xl\:prose>:first-child{margin-top:0}.xl\:prose>:last-child{margin-bottom:0}.xl\:prose-sm{font-size:.875rem;line-height:1.7142857}.xl\:prose-sm p{margin-top:1.1428571em;margin-bottom:1.1428571em}.xl\:prose-sm [class~=lead]{font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.xl\:prose-sm blockquote{margin-top:1.3333333em;margin-bottom:1.3333333em;padding-left:1.1111111em}.xl\:prose-sm h1{font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.xl\:prose-sm h2{font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.xl\:prose-sm h3{font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.xl\:prose-sm h4{margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.xl\:prose-sm img{margin-top:1.7142857em;margin-bottom:1.7142857em}.xl\:prose-sm video{margin-top:1.7142857em;margin-bottom:1.7142857em}.xl\:prose-sm figure{margin-top:1.7142857em;margin-bottom:1.7142857em}.xl\:prose-sm figure>*{margin-top:0;margin-bottom:0}.xl\:prose-sm figure figcaption{font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.xl\:prose-sm code{font-size:.8571429em}.xl\:prose-sm h2 code{font-size:.9em}.xl\:prose-sm h3 code{font-size:.8888889em}.xl\:prose-sm pre{font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding:.6666667em 1em}.xl\:prose-sm ol,.xl\:prose-sm ul{margin-top:1.1428571em;margin-bottom:1.1428571em}.xl\:prose-sm li{margin-top:.2857143em;margin-bottom:.2857143em}.xl\:prose-sm ol>li{padding-left:1.5714286em}.xl\:prose-sm ol>li:before{left:0}.xl\:prose-sm ul>li{padding-left:1.5714286em}.xl\:prose-sm ul>li:before{height:.3571429em;width:.3571429em;top:calc(.8571429em - .1785714em);left:.2142857em}.xl\:prose-sm>ul>li p{margin-top:.5714286em;margin-bottom:.5714286em}.xl\:prose-sm>ul>li>*:first-child{margin-top:1.1428571em}.xl\:prose-sm>ul>li>*:last-child{margin-bottom:1.1428571em}.xl\:prose-sm>ol>li>*:first-child{margin-top:1.1428571em}.xl\:prose-sm>ol>li>*:last-child{margin-bottom:1.1428571em}.xl\:prose-sm ul ul,.xl\:prose-sm ul ol,.xl\:prose-sm ol ul,.xl\:prose-sm ol ol{margin-top:.5714286em;margin-bottom:.5714286em}.xl\:prose-sm hr{margin-top:2.8571429em;margin-bottom:2.8571429em}.xl\:prose-sm hr+*{margin-top:0}.xl\:prose-sm h2+*{margin-top:0}.xl\:prose-sm h3+*{margin-top:0}.xl\:prose-sm h4+*{margin-top:0}.xl\:prose-sm table{font-size:.8571429em;line-height:1.5}.xl\:prose-sm thead th{padding-right:1em;padding-bottom:.6666667em;padding-left:1em}.xl\:prose-sm thead th:first-child{padding-left:0}.xl\:prose-sm thead th:last-child{padding-right:0}.xl\:prose-sm tbody td{padding:.6666667em 1em}.xl\:prose-sm tbody td:first-child{padding-left:0}.xl\:prose-sm tbody td:last-child{padding-right:0}.xl\:prose-sm>:first-child{margin-top:0}.xl\:prose-sm>:last-child{margin-bottom:0}.xl\:prose-lg{font-size:1.125rem;line-height:1.7777778}.xl\:prose-lg p{margin-top:1.3333333em;margin-bottom:1.3333333em}.xl\:prose-lg [class~=lead]{font-size:1.2222222em;line-height:1.4545455;margin-top:1.0909091em;margin-bottom:1.0909091em}.xl\:prose-lg blockquote{margin-top:1.6666667em;margin-bottom:1.6666667em;padding-left:1em}.xl\:prose-lg h1{font-size:2.6666667em;margin-top:0;margin-bottom:.8333333em;line-height:1}.xl\:prose-lg h2{font-size:1.6666667em;margin-top:1.8666667em;margin-bottom:1.0666667em;line-height:1.3333333}.xl\:prose-lg h3{font-size:1.3333333em;margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.xl\:prose-lg h4{margin-top:1.7777778em;margin-bottom:.4444444em;line-height:1.5555556}.xl\:prose-lg img{margin-top:1.7777778em;margin-bottom:1.7777778em}.xl\:prose-lg video{margin-top:1.7777778em;margin-bottom:1.7777778em}.xl\:prose-lg figure{margin-top:1.7777778em;margin-bottom:1.7777778em}.xl\:prose-lg figure>*{margin-top:0;margin-bottom:0}.xl\:prose-lg figure figcaption{font-size:.8888889em;line-height:1.5;margin-top:1em}.xl\:prose-lg code{font-size:.8888889em}.xl\:prose-lg h2 code{font-size:.8666667em}.xl\:prose-lg h3 code{font-size:.875em}.xl\:prose-lg pre{font-size:.8888889em;line-height:1.75;margin-top:2em;margin-bottom:2em;border-radius:.375rem;padding:1em 1.5em}.xl\:prose-lg ol,.xl\:prose-lg ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.xl\:prose-lg li{margin-top:.6666667em;margin-bottom:.6666667em}.xl\:prose-lg ol>li{padding-left:1.6666667em}.xl\:prose-lg ol>li:before{left:0}.xl\:prose-lg ul>li{padding-left:1.6666667em}.xl\:prose-lg ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8888889em - .1666667em);left:.2222222em}.xl\:prose-lg>ul>li p{margin-top:.8888889em;margin-bottom:.8888889em}.xl\:prose-lg>ul>li>*:first-child{margin-top:1.3333333em}.xl\:prose-lg>ul>li>*:last-child{margin-bottom:1.3333333em}.xl\:prose-lg>ol>li>*:first-child{margin-top:1.3333333em}.xl\:prose-lg>ol>li>*:last-child{margin-bottom:1.3333333em}.xl\:prose-lg ul ul,.xl\:prose-lg ul ol,.xl\:prose-lg ol ul,.xl\:prose-lg ol ol{margin-top:.8888889em;margin-bottom:.8888889em}.xl\:prose-lg hr{margin-top:3.1111111em;margin-bottom:3.1111111em}.xl\:prose-lg hr+*{margin-top:0}.xl\:prose-lg h2+*{margin-top:0}.xl\:prose-lg h3+*{margin-top:0}.xl\:prose-lg h4+*{margin-top:0}.xl\:prose-lg table{font-size:.8888889em;line-height:1.5}.xl\:prose-lg thead th{padding-right:.75em;padding-bottom:.75em;padding-left:.75em}.xl\:prose-lg thead th:first-child{padding-left:0}.xl\:prose-lg thead th:last-child{padding-right:0}.xl\:prose-lg tbody td{padding:.75em}.xl\:prose-lg tbody td:first-child{padding-left:0}.xl\:prose-lg tbody td:last-child{padding-right:0}.xl\:prose-lg>:first-child{margin-top:0}.xl\:prose-lg>:last-child{margin-bottom:0}.xl\:prose-xl{font-size:1.25rem;line-height:1.8}.xl\:prose-xl p{margin-top:1.2em;margin-bottom:1.2em}.xl\:prose-xl [class~=lead]{font-size:1.2em;line-height:1.5;margin-top:1em;margin-bottom:1em}.xl\:prose-xl blockquote{margin-top:1.6em;margin-bottom:1.6em;padding-left:1.0666667em}.xl\:prose-xl h1{font-size:2.8em;margin-top:0;margin-bottom:.8571429em;line-height:1}.xl\:prose-xl h2{font-size:1.8em;margin-top:1.5555556em;margin-bottom:.8888889em;line-height:1.1111111}.xl\:prose-xl h3{font-size:1.5em;margin-top:1.6em;margin-bottom:.6666667em;line-height:1.3333333}.xl\:prose-xl h4{margin-top:1.8em;margin-bottom:.6em;line-height:1.6}.xl\:prose-xl img{margin-top:2em;margin-bottom:2em}.xl\:prose-xl video{margin-top:2em;margin-bottom:2em}.xl\:prose-xl figure{margin-top:2em;margin-bottom:2em}.xl\:prose-xl figure>*{margin-top:0;margin-bottom:0}.xl\:prose-xl figure figcaption{font-size:.9em;line-height:1.5555556;margin-top:1em}.xl\:prose-xl code{font-size:.9em}.xl\:prose-xl h2 code{font-size:.8611111em}.xl\:prose-xl h3 code{font-size:.9em}.xl\:prose-xl pre{font-size:.9em;line-height:1.7777778;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.1111111em 1.3333333em}.xl\:prose-xl ol,.xl\:prose-xl ul{margin-top:1.2em;margin-bottom:1.2em}.xl\:prose-xl li{margin-top:.6em;margin-bottom:.6em}.xl\:prose-xl ol>li{padding-left:1.8em}.xl\:prose-xl ol>li:before{left:0}.xl\:prose-xl ul>li{padding-left:1.8em}.xl\:prose-xl ul>li:before{width:.35em;height:.35em;top:calc(.9em - .175em);left:.25em}.xl\:prose-xl>ul>li p{margin-top:.8em;margin-bottom:.8em}.xl\:prose-xl>ul>li>*:first-child{margin-top:1.2em}.xl\:prose-xl>ul>li>*:last-child{margin-bottom:1.2em}.xl\:prose-xl>ol>li>*:first-child{margin-top:1.2em}.xl\:prose-xl>ol>li>*:last-child{margin-bottom:1.2em}.xl\:prose-xl ul ul,.xl\:prose-xl ul ol,.xl\:prose-xl ol ul,.xl\:prose-xl ol ol{margin-top:.8em;margin-bottom:.8em}.xl\:prose-xl hr{margin-top:2.8em;margin-bottom:2.8em}.xl\:prose-xl hr+*{margin-top:0}.xl\:prose-xl h2+*{margin-top:0}.xl\:prose-xl h3+*{margin-top:0}.xl\:prose-xl h4+*{margin-top:0}.xl\:prose-xl table{font-size:.9em;line-height:1.5555556}.xl\:prose-xl thead th{padding-right:.6666667em;padding-bottom:.8888889em;padding-left:.6666667em}.xl\:prose-xl thead th:first-child{padding-left:0}.xl\:prose-xl thead th:last-child{padding-right:0}.xl\:prose-xl tbody td{padding:.8888889em .6666667em}.xl\:prose-xl tbody td:first-child{padding-left:0}.xl\:prose-xl tbody td:last-child{padding-right:0}.xl\:prose-xl>:first-child{margin-top:0}.xl\:prose-xl>:last-child{margin-bottom:0}.xl\:prose-2xl{font-size:1.5rem;line-height:1.6666667}.xl\:prose-2xl p{margin-top:1.3333333em;margin-bottom:1.3333333em}.xl\:prose-2xl [class~=lead]{font-size:1.25em;line-height:1.4666667;margin-top:1.0666667em;margin-bottom:1.0666667em}.xl\:prose-2xl blockquote{margin-top:1.7777778em;margin-bottom:1.7777778em;padding-left:1.1111111em}.xl\:prose-2xl h1{font-size:2.6666667em;margin-top:0;margin-bottom:.875em;line-height:1}.xl\:prose-2xl h2{font-size:2em;margin-top:1.5em;margin-bottom:.8333333em;line-height:1.0833333}.xl\:prose-2xl h3{font-size:1.5em;margin-top:1.5555556em;margin-bottom:.6666667em;line-height:1.2222222}.xl\:prose-2xl h4{margin-top:1.6666667em;margin-bottom:.6666667em;line-height:1.5}.xl\:prose-2xl img{margin-top:2em;margin-bottom:2em}.xl\:prose-2xl video{margin-top:2em;margin-bottom:2em}.xl\:prose-2xl figure{margin-top:2em;margin-bottom:2em}.xl\:prose-2xl figure>*{margin-top:0;margin-bottom:0}.xl\:prose-2xl figure figcaption{font-size:.8333333em;line-height:1.6;margin-top:1em}.xl\:prose-2xl code{font-size:.8333333em}.xl\:prose-2xl h2 code{font-size:.875em}.xl\:prose-2xl h3 code{font-size:.8888889em}.xl\:prose-2xl pre{font-size:.8333333em;line-height:1.8;margin-top:2em;margin-bottom:2em;border-radius:.5rem;padding:1.2em 1.6em}.xl\:prose-2xl ol,.xl\:prose-2xl ul{margin-top:1.3333333em;margin-bottom:1.3333333em}.xl\:prose-2xl li{margin-top:.5em;margin-bottom:.5em}.xl\:prose-2xl ol>li{padding-left:1.6666667em}.xl\:prose-2xl ol>li:before{left:0}.xl\:prose-2xl ul>li{padding-left:1.6666667em}.xl\:prose-2xl ul>li:before{width:.3333333em;height:.3333333em;top:calc(.8333333em - .1666667em);left:.25em}.xl\:prose-2xl>ul>li p{margin-top:.8333333em;margin-bottom:.8333333em}.xl\:prose-2xl>ul>li>*:first-child{margin-top:1.3333333em}.xl\:prose-2xl>ul>li>*:last-child{margin-bottom:1.3333333em}.xl\:prose-2xl>ol>li>*:first-child{margin-top:1.3333333em}.xl\:prose-2xl>ol>li>*:last-child{margin-bottom:1.3333333em}.xl\:prose-2xl ul ul,.xl\:prose-2xl ul ol,.xl\:prose-2xl ol ul,.xl\:prose-2xl ol ol{margin-top:.6666667em;margin-bottom:.6666667em}.xl\:prose-2xl hr{margin-top:3em;margin-bottom:3em}.xl\:prose-2xl hr+*{margin-top:0}.xl\:prose-2xl h2+*{margin-top:0}.xl\:prose-2xl h3+*{margin-top:0}.xl\:prose-2xl h4+*{margin-top:0}.xl\:prose-2xl table{font-size:.8333333em;line-height:1.4}.xl\:prose-2xl thead th{padding-right:.6em;padding-bottom:.8em;padding-left:.6em}.xl\:prose-2xl thead th:first-child{padding-left:0}.xl\:prose-2xl thead th:last-child{padding-right:0}.xl\:prose-2xl tbody td{padding:.8em .6em}.xl\:prose-2xl tbody td:first-child{padding-left:0}.xl\:prose-2xl tbody td:last-child{padding-right:0}.xl\:prose-2xl>:first-child{margin-top:0}.xl\:prose-2xl>:last-child{margin-bottom:0}.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\:pointer-events-none{pointer-events:none}.xl\:pointer-events-auto{pointer-events:auto}.xl\:visible{visibility:visible}.xl\:invisible{visibility:hidden}.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-112{top:28rem;right:28rem;bottom:28rem;left:28rem}.xl\:inset-128{top:32rem;right:32rem;bottom:32rem;left:32rem}.xl\:inset-144{top:36rem;right:36rem;bottom:36rem;left:36rem}.xl\:inset-160{top:40rem;right:40rem;bottom:40rem;left:40rem}.xl\:inset-168{top:42rem;right:42rem;bottom:42rem;left:42rem}.xl\:inset-180{top:45rem;right:45rem;bottom:45rem;left:45rem}.xl\:inset-192{top:48rem;right:48rem;bottom:48rem;left:48rem}.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-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-112{top:-28rem;right:-28rem;bottom:-28rem;left:-28rem}.xl\:-inset-128{top:-32rem;right:-32rem;bottom:-32rem;left:-32rem}.xl\:-inset-144{top:-36rem;right:-36rem;bottom:-36rem;left:-36rem}.xl\:-inset-160{top:-40rem;right:-40rem;bottom:-40rem;left:-40rem}.xl\:-inset-168{top:-42rem;right:-42rem;bottom:-42rem;left:-42rem}.xl\:-inset-180{top:-45rem;right:-45rem;bottom:-45rem;left:-45rem}.xl\:-inset-192{top:-48rem;right:-48rem;bottom:-48rem;left:-48rem}.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-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-x-0{left:0;right:0}.xl\:inset-x-1{left:.25rem;right:.25rem}.xl\:inset-x-2{left:.5rem;right:.5rem}.xl\:inset-x-3{left:.75rem;right:.75rem}.xl\:inset-x-4{left:1rem;right:1rem}.xl\:inset-x-5{left:1.25rem;right:1.25rem}.xl\:inset-x-6{left:1.5rem;right:1.5rem}.xl\:inset-x-7{left:1.75rem;right:1.75rem}.xl\:inset-x-8{left:2rem;right:2rem}.xl\:inset-x-9{left:2.25rem;right:2.25rem}.xl\:inset-x-10{left:2.5rem;right:2.5rem}.xl\:inset-x-11{left:2.75rem;right:2.75rem}.xl\:inset-x-12{left:3rem;right:3rem}.xl\:inset-x-14{left:3.5rem;right:3.5rem}.xl\:inset-x-16{left:4rem;right:4rem}.xl\:inset-x-20{left:5rem;right:5rem}.xl\:inset-x-24{left:6rem;right:6rem}.xl\:inset-x-28{left:7rem;right:7rem}.xl\:inset-x-32{left:8rem;right:8rem}.xl\:inset-x-36{left:9rem;right:9rem}.xl\:inset-x-40{left:10rem;right:10rem}.xl\:inset-x-44{left:11rem;right:11rem}.xl\:inset-x-48{left:12rem;right:12rem}.xl\:inset-x-52{left:13rem;right:13rem}.xl\:inset-x-56{left:14rem;right:14rem}.xl\:inset-x-60{left:15rem;right:15rem}.xl\:inset-x-64{left:16rem;right:16rem}.xl\:inset-x-72{left:18rem;right:18rem}.xl\:inset-x-80{left:20rem;right:20rem}.xl\:inset-x-96{left:24rem;right:24rem}.xl\:inset-x-112{left:28rem;right:28rem}.xl\:inset-x-128{left:32rem;right:32rem}.xl\:inset-x-144{left:36rem;right:36rem}.xl\:inset-x-160{left:40rem;right:40rem}.xl\:inset-x-168{left:42rem;right:42rem}.xl\:inset-x-180{left:45rem;right:45rem}.xl\:inset-x-192{left:48rem;right:48rem}.xl\:inset-x-auto{left:auto;right:auto}.xl\:inset-x-px{left:1px;right:1px}.xl\:inset-x-0\.5{left:.125rem;right:.125rem}.xl\:inset-x-1\.5{left:.375rem;right:.375rem}.xl\:inset-x-2\.5{left:.625rem;right:.625rem}.xl\:inset-x-3\.5{left:.875rem;right:.875rem}.xl\:-inset-x-0{left:0;right:0}.xl\:-inset-x-1{left:-.25rem;right:-.25rem}.xl\:-inset-x-2{left:-.5rem;right:-.5rem}.xl\:-inset-x-3{left:-.75rem;right:-.75rem}.xl\:-inset-x-4{left:-1rem;right:-1rem}.xl\:-inset-x-5{left:-1.25rem;right:-1.25rem}.xl\:-inset-x-6{left:-1.5rem;right:-1.5rem}.xl\:-inset-x-7{left:-1.75rem;right:-1.75rem}.xl\:-inset-x-8{left:-2rem;right:-2rem}.xl\:-inset-x-9{left:-2.25rem;right:-2.25rem}.xl\:-inset-x-10{left:-2.5rem;right:-2.5rem}.xl\:-inset-x-11{left:-2.75rem;right:-2.75rem}.xl\:-inset-x-12{left:-3rem;right:-3rem}.xl\:-inset-x-14{left:-3.5rem;right:-3.5rem}.xl\:-inset-x-16{left:-4rem;right:-4rem}.xl\:-inset-x-20{left:-5rem;right:-5rem}.xl\:-inset-x-24{left:-6rem;right:-6rem}.xl\:-inset-x-28{left:-7rem;right:-7rem}.xl\:-inset-x-32{left:-8rem;right:-8rem}.xl\:-inset-x-36{left:-9rem;right:-9rem}.xl\:-inset-x-40{left:-10rem;right:-10rem}.xl\:-inset-x-44{left:-11rem;right:-11rem}.xl\:-inset-x-48{left:-12rem;right:-12rem}.xl\:-inset-x-52{left:-13rem;right:-13rem}.xl\:-inset-x-56{left:-14rem;right:-14rem}.xl\:-inset-x-60{left:-15rem;right:-15rem}.xl\:-inset-x-64{left:-16rem;right:-16rem}.xl\:-inset-x-72{left:-18rem;right:-18rem}.xl\:-inset-x-80{left:-20rem;right:-20rem}.xl\:-inset-x-96{left:-24rem;right:-24rem}.xl\:-inset-x-112{left:-28rem;right:-28rem}.xl\:-inset-x-128{left:-32rem;right:-32rem}.xl\:-inset-x-144{left:-36rem;right:-36rem}.xl\:-inset-x-160{left:-40rem;right:-40rem}.xl\:-inset-x-168{left:-42rem;right:-42rem}.xl\:-inset-x-180{left:-45rem;right:-45rem}.xl\:-inset-x-192{left:-48rem;right:-48rem}.xl\:-inset-x-px{left:-1px;right:-1px}.xl\:-inset-x-0\.5{left:-.125rem;right:-.125rem}.xl\:-inset-x-1\.5{left:-.375rem;right:-.375rem}.xl\:-inset-x-2\.5{left:-.625rem;right:-.625rem}.xl\:-inset-x-3\.5{left:-.875rem;right:-.875rem}.xl\:inset-x-1\/2{left:50%;right:50%}.xl\:inset-x-1\/3{left:33.333333%;right:33.333333%}.xl\:inset-x-2\/3{left:66.666667%;right:66.666667%}.xl\:inset-x-1\/4{left:25%;right:25%}.xl\:inset-x-2\/4{left:50%;right:50%}.xl\:inset-x-3\/4{left:75%;right:75%}.xl\:inset-x-full{left:100%;right:100%}.xl\:-inset-x-1\/2{left:-50%;right:-50%}.xl\:-inset-x-1\/3{left:-33.333333%;right:-33.333333%}.xl\:-inset-x-2\/3{left:-66.666667%;right:-66.666667%}.xl\:-inset-x-1\/4{left:-25%;right:-25%}.xl\:-inset-x-2\/4{left:-50%;right:-50%}.xl\:-inset-x-3\/4{left:-75%;right:-75%}.xl\:-inset-x-full{left:-100%;right:-100%}.xl\:inset-y-0{top:0;bottom:0}.xl\:inset-y-1{top:.25rem;bottom:.25rem}.xl\:inset-y-2{top:.5rem;bottom:.5rem}.xl\:inset-y-3{top:.75rem;bottom:.75rem}.xl\:inset-y-4{top:1rem;bottom:1rem}.xl\:inset-y-5{top:1.25rem;bottom:1.25rem}.xl\:inset-y-6{top:1.5rem;bottom:1.5rem}.xl\:inset-y-7{top:1.75rem;bottom:1.75rem}.xl\:inset-y-8{top:2rem;bottom:2rem}.xl\:inset-y-9{top:2.25rem;bottom:2.25rem}.xl\:inset-y-10{top:2.5rem;bottom:2.5rem}.xl\:inset-y-11{top:2.75rem;bottom:2.75rem}.xl\:inset-y-12{top:3rem;bottom:3rem}.xl\:inset-y-14{top:3.5rem;bottom:3.5rem}.xl\:inset-y-16{top:4rem;bottom:4rem}.xl\:inset-y-20{top:5rem;bottom:5rem}.xl\:inset-y-24{top:6rem;bottom:6rem}.xl\:inset-y-28{top:7rem;bottom:7rem}.xl\:inset-y-32{top:8rem;bottom:8rem}.xl\:inset-y-36{top:9rem;bottom:9rem}.xl\:inset-y-40{top:10rem;bottom:10rem}.xl\:inset-y-44{top:11rem;bottom:11rem}.xl\:inset-y-48{top:12rem;bottom:12rem}.xl\:inset-y-52{top:13rem;bottom:13rem}.xl\:inset-y-56{top:14rem;bottom:14rem}.xl\:inset-y-60{top:15rem;bottom:15rem}.xl\:inset-y-64{top:16rem;bottom:16rem}.xl\:inset-y-72{top:18rem;bottom:18rem}.xl\:inset-y-80{top:20rem;bottom:20rem}.xl\:inset-y-96{top:24rem;bottom:24rem}.xl\:inset-y-112{top:28rem;bottom:28rem}.xl\:inset-y-128{top:32rem;bottom:32rem}.xl\:inset-y-144{top:36rem;bottom:36rem}.xl\:inset-y-160{top:40rem;bottom:40rem}.xl\:inset-y-168{top:42rem;bottom:42rem}.xl\:inset-y-180{top:45rem;bottom:45rem}.xl\:inset-y-192{top:48rem;bottom:48rem}.xl\:inset-y-auto{top:auto;bottom:auto}.xl\:inset-y-px{top:1px;bottom:1px}.xl\:inset-y-0\.5{top:.125rem;bottom:.125rem}.xl\:inset-y-1\.5{top:.375rem;bottom:.375rem}.xl\:inset-y-2\.5{top:.625rem;bottom:.625rem}.xl\:inset-y-3\.5{top:.875rem;bottom:.875rem}.xl\:-inset-y-0{top:0;bottom:0}.xl\:-inset-y-1{top:-.25rem;bottom:-.25rem}.xl\:-inset-y-2{top:-.5rem;bottom:-.5rem}.xl\:-inset-y-3{top:-.75rem;bottom:-.75rem}.xl\:-inset-y-4{top:-1rem;bottom:-1rem}.xl\:-inset-y-5{top:-1.25rem;bottom:-1.25rem}.xl\:-inset-y-6{top:-1.5rem;bottom:-1.5rem}.xl\:-inset-y-7{top:-1.75rem;bottom:-1.75rem}.xl\:-inset-y-8{top:-2rem;bottom:-2rem}.xl\:-inset-y-9{top:-2.25rem;bottom:-2.25rem}.xl\:-inset-y-10{top:-2.5rem;bottom:-2.5rem}.xl\:-inset-y-11{top:-2.75rem;bottom:-2.75rem}.xl\:-inset-y-12{top:-3rem;bottom:-3rem}.xl\:-inset-y-14{top:-3.5rem;bottom:-3.5rem}.xl\:-inset-y-16{top:-4rem;bottom:-4rem}.xl\:-inset-y-20{top:-5rem;bottom:-5rem}.xl\:-inset-y-24{top:-6rem;bottom:-6rem}.xl\:-inset-y-28{top:-7rem;bottom:-7rem}.xl\:-inset-y-32{top:-8rem;bottom:-8rem}.xl\:-inset-y-36{top:-9rem;bottom:-9rem}.xl\:-inset-y-40{top:-10rem;bottom:-10rem}.xl\:-inset-y-44{top:-11rem;bottom:-11rem}.xl\:-inset-y-48{top:-12rem;bottom:-12rem}.xl\:-inset-y-52{top:-13rem;bottom:-13rem}.xl\:-inset-y-56{top:-14rem;bottom:-14rem}.xl\:-inset-y-60{top:-15rem;bottom:-15rem}.xl\:-inset-y-64{top:-16rem;bottom:-16rem}.xl\:-inset-y-72{top:-18rem;bottom:-18rem}.xl\:-inset-y-80{top:-20rem;bottom:-20rem}.xl\:-inset-y-96{top:-24rem;bottom:-24rem}.xl\:-inset-y-112{top:-28rem;bottom:-28rem}.xl\:-inset-y-128{top:-32rem;bottom:-32rem}.xl\:-inset-y-144{top:-36rem;bottom:-36rem}.xl\:-inset-y-160{top:-40rem;bottom:-40rem}.xl\:-inset-y-168{top:-42rem;bottom:-42rem}.xl\:-inset-y-180{top:-45rem;bottom:-45rem}.xl\:-inset-y-192{top:-48rem;bottom:-48rem}.xl\:-inset-y-px{top:-1px;bottom:-1px}.xl\:-inset-y-0\.5{top:-.125rem;bottom:-.125rem}.xl\:-inset-y-1\.5{top:-.375rem;bottom:-.375rem}.xl\:-inset-y-2\.5{top:-.625rem;bottom:-.625rem}.xl\:-inset-y-3\.5{top:-.875rem;bottom:-.875rem}.xl\:inset-y-1\/2{top:50%;bottom:50%}.xl\:inset-y-1\/3{top:33.333333%;bottom:33.333333%}.xl\:inset-y-2\/3{top:66.666667%;bottom:66.666667%}.xl\:inset-y-1\/4{top:25%;bottom:25%}.xl\:inset-y-2\/4{top:50%;bottom:50%}.xl\:inset-y-3\/4{top:75%;bottom:75%}.xl\:inset-y-full{top:100%;bottom:100%}.xl\:-inset-y-1\/2{top:-50%;bottom:-50%}.xl\:-inset-y-1\/3{top:-33.333333%;bottom:-33.333333%}.xl\:-inset-y-2\/3{top:-66.666667%;bottom:-66.666667%}.xl\:-inset-y-1\/4{top:-25%;bottom:-25%}.xl\:-inset-y-2\/4{top:-50%;bottom:-50%}.xl\:-inset-y-3\/4{top:-75%;bottom:-75%}.xl\:-inset-y-full{top:-100%;bottom:-100%}.xl\:top-0{top:0}.xl\:top-1{top:.25rem}.xl\:top-2{top:.5rem}.xl\:top-3{top:.75rem}.xl\:top-4{top:1rem}.xl\:top-5{top:1.25rem}.xl\:top-6{top:1.5rem}.xl\:top-7{top:1.75rem}.xl\:top-8{top:2rem}.xl\:top-9{top:2.25rem}.xl\:top-10{top:2.5rem}.xl\:top-11{top:2.75rem}.xl\:top-12{top:3rem}.xl\:top-14{top:3.5rem}.xl\:top-16{top:4rem}.xl\:top-20{top:5rem}.xl\:top-24{top:6rem}.xl\:top-28{top:7rem}.xl\:top-32{top:8rem}.xl\:top-36{top:9rem}.xl\:top-40{top:10rem}.xl\:top-44{top:11rem}.xl\:top-48{top:12rem}.xl\:top-52{top:13rem}.xl\:top-56{top:14rem}.xl\:top-60{top:15rem}.xl\:top-64{top:16rem}.xl\:top-72{top:18rem}.xl\:top-80{top:20rem}.xl\:top-96{top:24rem}.xl\:top-112{top:28rem}.xl\:top-128{top:32rem}.xl\:top-144{top:36rem}.xl\:top-160{top:40rem}.xl\:top-168{top:42rem}.xl\:top-180{top:45rem}.xl\:top-192{top:48rem}.xl\:top-auto{top:auto}.xl\:top-px{top:1px}.xl\:top-0\.5{top:.125rem}.xl\:top-1\.5{top:.375rem}.xl\:top-2\.5{top:.625rem}.xl\:top-3\.5{top:.875rem}.xl\:-top-0{top:0}.xl\:-top-1{top:-.25rem}.xl\:-top-2{top:-.5rem}.xl\:-top-3{top:-.75rem}.xl\:-top-4{top:-1rem}.xl\:-top-5{top:-1.25rem}.xl\:-top-6{top:-1.5rem}.xl\:-top-7{top:-1.75rem}.xl\:-top-8{top:-2rem}.xl\:-top-9{top:-2.25rem}.xl\:-top-10{top:-2.5rem}.xl\:-top-11{top:-2.75rem}.xl\:-top-12{top:-3rem}.xl\:-top-14{top:-3.5rem}.xl\:-top-16{top:-4rem}.xl\:-top-20{top:-5rem}.xl\:-top-24{top:-6rem}.xl\:-top-28{top:-7rem}.xl\:-top-32{top:-8rem}.xl\:-top-36{top:-9rem}.xl\:-top-40{top:-10rem}.xl\:-top-44{top:-11rem}.xl\:-top-48{top:-12rem}.xl\:-top-52{top:-13rem}.xl\:-top-56{top:-14rem}.xl\:-top-60{top:-15rem}.xl\:-top-64{top:-16rem}.xl\:-top-72{top:-18rem}.xl\:-top-80{top:-20rem}.xl\:-top-96{top:-24rem}.xl\:-top-112{top:-28rem}.xl\:-top-128{top:-32rem}.xl\:-top-144{top:-36rem}.xl\:-top-160{top:-40rem}.xl\:-top-168{top:-42rem}.xl\:-top-180{top:-45rem}.xl\:-top-192{top:-48rem}.xl\:-top-px{top:-1px}.xl\:-top-0\.5{top:-.125rem}.xl\:-top-1\.5{top:-.375rem}.xl\:-top-2\.5{top:-.625rem}.xl\:-top-3\.5{top:-.875rem}.xl\:top-1\/2{top:50%}.xl\:top-1\/3{top:33.333333%}.xl\:top-2\/3{top:66.666667%}.xl\:top-1\/4{top:25%}.xl\:top-2\/4{top:50%}.xl\:top-3\/4{top:75%}.xl\:top-full{top:100%}.xl\:-top-1\/2{top:-50%}.xl\:-top-1\/3{top:-33.333333%}.xl\:-top-2\/3{top:-66.666667%}.xl\:-top-1\/4{top:-25%}.xl\:-top-2\/4{top:-50%}.xl\:-top-3\/4{top:-75%}.xl\:-top-full{top:-100%}.xl\:right-0{right:0}.xl\:right-1{right:.25rem}.xl\:right-2{right:.5rem}.xl\:right-3{right:.75rem}.xl\:right-4{right:1rem}.xl\:right-5{right:1.25rem}.xl\:right-6{right:1.5rem}.xl\:right-7{right:1.75rem}.xl\:right-8{right:2rem}.xl\:right-9{right:2.25rem}.xl\:right-10{right:2.5rem}.xl\:right-11{right:2.75rem}.xl\:right-12{right:3rem}.xl\:right-14{right:3.5rem}.xl\:right-16{right:4rem}.xl\:right-20{right:5rem}.xl\:right-24{right:6rem}.xl\:right-28{right:7rem}.xl\:right-32{right:8rem}.xl\:right-36{right:9rem}.xl\:right-40{right:10rem}.xl\:right-44{right:11rem}.xl\:right-48{right:12rem}.xl\:right-52{right:13rem}.xl\:right-56{right:14rem}.xl\:right-60{right:15rem}.xl\:right-64{right:16rem}.xl\:right-72{right:18rem}.xl\:right-80{right:20rem}.xl\:right-96{right:24rem}.xl\:right-112{right:28rem}.xl\:right-128{right:32rem}.xl\:right-144{right:36rem}.xl\:right-160{right:40rem}.xl\:right-168{right:42rem}.xl\:right-180{right:45rem}.xl\:right-192{right:48rem}.xl\:right-auto{right:auto}.xl\:right-px{right:1px}.xl\:right-0\.5{right:.125rem}.xl\:right-1\.5{right:.375rem}.xl\:right-2\.5{right:.625rem}.xl\:right-3\.5{right:.875rem}.xl\:-right-0{right:0}.xl\:-right-1{right:-.25rem}.xl\:-right-2{right:-.5rem}.xl\:-right-3{right:-.75rem}.xl\:-right-4{right:-1rem}.xl\:-right-5{right:-1.25rem}.xl\:-right-6{right:-1.5rem}.xl\:-right-7{right:-1.75rem}.xl\:-right-8{right:-2rem}.xl\:-right-9{right:-2.25rem}.xl\:-right-10{right:-2.5rem}.xl\:-right-11{right:-2.75rem}.xl\:-right-12{right:-3rem}.xl\:-right-14{right:-3.5rem}.xl\:-right-16{right:-4rem}.xl\:-right-20{right:-5rem}.xl\:-right-24{right:-6rem}.xl\:-right-28{right:-7rem}.xl\:-right-32{right:-8rem}.xl\:-right-36{right:-9rem}.xl\:-right-40{right:-10rem}.xl\:-right-44{right:-11rem}.xl\:-right-48{right:-12rem}.xl\:-right-52{right:-13rem}.xl\:-right-56{right:-14rem}.xl\:-right-60{right:-15rem}.xl\:-right-64{right:-16rem}.xl\:-right-72{right:-18rem}.xl\:-right-80{right:-20rem}.xl\:-right-96{right:-24rem}.xl\:-right-112{right:-28rem}.xl\:-right-128{right:-32rem}.xl\:-right-144{right:-36rem}.xl\:-right-160{right:-40rem}.xl\:-right-168{right:-42rem}.xl\:-right-180{right:-45rem}.xl\:-right-192{right:-48rem}.xl\:-right-px{right:-1px}.xl\:-right-0\.5{right:-.125rem}.xl\:-right-1\.5{right:-.375rem}.xl\:-right-2\.5{right:-.625rem}.xl\:-right-3\.5{right:-.875rem}.xl\:right-1\/2{right:50%}.xl\:right-1\/3{right:33.333333%}.xl\:right-2\/3{right:66.666667%}.xl\:right-1\/4{right:25%}.xl\:right-2\/4{right:50%}.xl\:right-3\/4{right:75%}.xl\:right-full{right:100%}.xl\:-right-1\/2{right:-50%}.xl\:-right-1\/3{right:-33.333333%}.xl\:-right-2\/3{right:-66.666667%}.xl\:-right-1\/4{right:-25%}.xl\:-right-2\/4{right:-50%}.xl\:-right-3\/4{right:-75%}.xl\:-right-full{right:-100%}.xl\:bottom-0{bottom:0}.xl\:bottom-1{bottom:.25rem}.xl\:bottom-2{bottom:.5rem}.xl\:bottom-3{bottom:.75rem}.xl\:bottom-4{bottom:1rem}.xl\:bottom-5{bottom:1.25rem}.xl\:bottom-6{bottom:1.5rem}.xl\:bottom-7{bottom:1.75rem}.xl\:bottom-8{bottom:2rem}.xl\:bottom-9{bottom:2.25rem}.xl\:bottom-10{bottom:2.5rem}.xl\:bottom-11{bottom:2.75rem}.xl\:bottom-12{bottom:3rem}.xl\:bottom-14{bottom:3.5rem}.xl\:bottom-16{bottom:4rem}.xl\:bottom-20{bottom:5rem}.xl\:bottom-24{bottom:6rem}.xl\:bottom-28{bottom:7rem}.xl\:bottom-32{bottom:8rem}.xl\:bottom-36{bottom:9rem}.xl\:bottom-40{bottom:10rem}.xl\:bottom-44{bottom:11rem}.xl\:bottom-48{bottom:12rem}.xl\:bottom-52{bottom:13rem}.xl\:bottom-56{bottom:14rem}.xl\:bottom-60{bottom:15rem}.xl\:bottom-64{bottom:16rem}.xl\:bottom-72{bottom:18rem}.xl\:bottom-80{bottom:20rem}.xl\:bottom-96{bottom:24rem}.xl\:bottom-112{bottom:28rem}.xl\:bottom-128{bottom:32rem}.xl\:bottom-144{bottom:36rem}.xl\:bottom-160{bottom:40rem}.xl\:bottom-168{bottom:42rem}.xl\:bottom-180{bottom:45rem}.xl\:bottom-192{bottom:48rem}.xl\:bottom-auto{bottom:auto}.xl\:bottom-px{bottom:1px}.xl\:bottom-0\.5{bottom:.125rem}.xl\:bottom-1\.5{bottom:.375rem}.xl\:bottom-2\.5{bottom:.625rem}.xl\:bottom-3\.5{bottom:.875rem}.xl\:-bottom-0{bottom:0}.xl\:-bottom-1{bottom:-.25rem}.xl\:-bottom-2{bottom:-.5rem}.xl\:-bottom-3{bottom:-.75rem}.xl\:-bottom-4{bottom:-1rem}.xl\:-bottom-5{bottom:-1.25rem}.xl\:-bottom-6{bottom:-1.5rem}.xl\:-bottom-7{bottom:-1.75rem}.xl\:-bottom-8{bottom:-2rem}.xl\:-bottom-9{bottom:-2.25rem}.xl\:-bottom-10{bottom:-2.5rem}.xl\:-bottom-11{bottom:-2.75rem}.xl\:-bottom-12{bottom:-3rem}.xl\:-bottom-14{bottom:-3.5rem}.xl\:-bottom-16{bottom:-4rem}.xl\:-bottom-20{bottom:-5rem}.xl\:-bottom-24{bottom:-6rem}.xl\:-bottom-28{bottom:-7rem}.xl\:-bottom-32{bottom:-8rem}.xl\:-bottom-36{bottom:-9rem}.xl\:-bottom-40{bottom:-10rem}.xl\:-bottom-44{bottom:-11rem}.xl\:-bottom-48{bottom:-12rem}.xl\:-bottom-52{bottom:-13rem}.xl\:-bottom-56{bottom:-14rem}.xl\:-bottom-60{bottom:-15rem}.xl\:-bottom-64{bottom:-16rem}.xl\:-bottom-72{bottom:-18rem}.xl\:-bottom-80{bottom:-20rem}.xl\:-bottom-96{bottom:-24rem}.xl\:-bottom-112{bottom:-28rem}.xl\:-bottom-128{bottom:-32rem}.xl\:-bottom-144{bottom:-36rem}.xl\:-bottom-160{bottom:-40rem}.xl\:-bottom-168{bottom:-42rem}.xl\:-bottom-180{bottom:-45rem}.xl\:-bottom-192{bottom:-48rem}.xl\:-bottom-px{bottom:-1px}.xl\:-bottom-0\.5{bottom:-.125rem}.xl\:-bottom-1\.5{bottom:-.375rem}.xl\:-bottom-2\.5{bottom:-.625rem}.xl\:-bottom-3\.5{bottom:-.875rem}.xl\:bottom-1\/2{bottom:50%}.xl\:bottom-1\/3{bottom:33.333333%}.xl\:bottom-2\/3{bottom:66.666667%}.xl\:bottom-1\/4{bottom:25%}.xl\:bottom-2\/4{bottom:50%}.xl\:bottom-3\/4{bottom:75%}.xl\:bottom-full{bottom:100%}.xl\:-bottom-1\/2{bottom:-50%}.xl\:-bottom-1\/3{bottom:-33.333333%}.xl\:-bottom-2\/3{bottom:-66.666667%}.xl\:-bottom-1\/4{bottom:-25%}.xl\:-bottom-2\/4{bottom:-50%}.xl\:-bottom-3\/4{bottom:-75%}.xl\:-bottom-full{bottom:-100%}.xl\:left-0{left:0}.xl\:left-1{left:.25rem}.xl\:left-2{left:.5rem}.xl\:left-3{left:.75rem}.xl\:left-4{left:1rem}.xl\:left-5{left:1.25rem}.xl\:left-6{left:1.5rem}.xl\:left-7{left:1.75rem}.xl\:left-8{left:2rem}.xl\:left-9{left:2.25rem}.xl\:left-10{left:2.5rem}.xl\:left-11{left:2.75rem}.xl\:left-12{left:3rem}.xl\:left-14{left:3.5rem}.xl\:left-16{left:4rem}.xl\:left-20{left:5rem}.xl\:left-24{left:6rem}.xl\:left-28{left:7rem}.xl\:left-32{left:8rem}.xl\:left-36{left:9rem}.xl\:left-40{left:10rem}.xl\:left-44{left:11rem}.xl\:left-48{left:12rem}.xl\:left-52{left:13rem}.xl\:left-56{left:14rem}.xl\:left-60{left:15rem}.xl\:left-64{left:16rem}.xl\:left-72{left:18rem}.xl\:left-80{left:20rem}.xl\:left-96{left:24rem}.xl\:left-112{left:28rem}.xl\:left-128{left:32rem}.xl\:left-144{left:36rem}.xl\:left-160{left:40rem}.xl\:left-168{left:42rem}.xl\:left-180{left:45rem}.xl\:left-192{left:48rem}.xl\:left-auto{left:auto}.xl\:left-px{left:1px}.xl\:left-0\.5{left:.125rem}.xl\:left-1\.5{left:.375rem}.xl\:left-2\.5{left:.625rem}.xl\:left-3\.5{left:.875rem}.xl\:-left-0{left:0}.xl\:-left-1{left:-.25rem}.xl\:-left-2{left:-.5rem}.xl\:-left-3{left:-.75rem}.xl\:-left-4{left:-1rem}.xl\:-left-5{left:-1.25rem}.xl\:-left-6{left:-1.5rem}.xl\:-left-7{left:-1.75rem}.xl\:-left-8{left:-2rem}.xl\:-left-9{left:-2.25rem}.xl\:-left-10{left:-2.5rem}.xl\:-left-11{left:-2.75rem}.xl\:-left-12{left:-3rem}.xl\:-left-14{left:-3.5rem}.xl\:-left-16{left:-4rem}.xl\:-left-20{left:-5rem}.xl\:-left-24{left:-6rem}.xl\:-left-28{left:-7rem}.xl\:-left-32{left:-8rem}.xl\:-left-36{left:-9rem}.xl\:-left-40{left:-10rem}.xl\:-left-44{left:-11rem}.xl\:-left-48{left:-12rem}.xl\:-left-52{left:-13rem}.xl\:-left-56{left:-14rem}.xl\:-left-60{left:-15rem}.xl\:-left-64{left:-16rem}.xl\:-left-72{left:-18rem}.xl\:-left-80{left:-20rem}.xl\:-left-96{left:-24rem}.xl\:-left-112{left:-28rem}.xl\:-left-128{left:-32rem}.xl\:-left-144{left:-36rem}.xl\:-left-160{left:-40rem}.xl\:-left-168{left:-42rem}.xl\:-left-180{left:-45rem}.xl\:-left-192{left:-48rem}.xl\:-left-px{left:-1px}.xl\:-left-0\.5{left:-.125rem}.xl\:-left-1\.5{left:-.375rem}.xl\:-left-2\.5{left:-.625rem}.xl\:-left-3\.5{left:-.875rem}.xl\:left-1\/2{left:50%}.xl\:left-1\/3{left:33.333333%}.xl\:left-2\/3{left:66.666667%}.xl\:left-1\/4{left:25%}.xl\:left-2\/4{left:50%}.xl\:left-3\/4{left:75%}.xl\:left-full{left:100%}.xl\:-left-1\/2{left:-50%}.xl\:-left-1\/3{left:-33.333333%}.xl\:-left-2\/3{left:-66.666667%}.xl\:-left-1\/4{left:-25%}.xl\:-left-2\/4{left:-50%}.xl\:-left-3\/4{left:-75%}.xl\:-left-full{left:-100%}.xl\:isolate{isolation:isolate}.xl\:isolation-auto{isolation:auto}.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\: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\: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\: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\: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\: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-112{margin:28rem}.xl\:m-128{margin:32rem}.xl\:m-144{margin:36rem}.xl\:m-160{margin:40rem}.xl\:m-168{margin:42rem}.xl\:m-180{margin:45rem}.xl\:m-192{margin:48rem}.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-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-112{margin:-28rem}.xl\:-m-128{margin:-32rem}.xl\:-m-144{margin:-36rem}.xl\:-m-160{margin:-40rem}.xl\:-m-168{margin:-42rem}.xl\:-m-180{margin:-45rem}.xl\:-m-192{margin:-48rem}.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\:mx-0{margin-left:0;margin-right:0}.xl\:mx-1{margin-left:.25rem;margin-right:.25rem}.xl\:mx-2{margin-left:.5rem;margin-right:.5rem}.xl\:mx-3{margin-left:.75rem;margin-right:.75rem}.xl\:mx-4{margin-left:1rem;margin-right:1rem}.xl\:mx-5{margin-left:1.25rem;margin-right:1.25rem}.xl\:mx-6{margin-left:1.5rem;margin-right:1.5rem}.xl\:mx-7{margin-left:1.75rem;margin-right:1.75rem}.xl\:mx-8{margin-left:2rem;margin-right:2rem}.xl\:mx-9{margin-left:2.25rem;margin-right:2.25rem}.xl\:mx-10{margin-left:2.5rem;margin-right:2.5rem}.xl\:mx-11{margin-left:2.75rem;margin-right:2.75rem}.xl\:mx-12{margin-left:3rem;margin-right:3rem}.xl\:mx-14{margin-left:3.5rem;margin-right:3.5rem}.xl\:mx-16{margin-left:4rem;margin-right:4rem}.xl\:mx-20{margin-left:5rem;margin-right:5rem}.xl\:mx-24{margin-left:6rem;margin-right:6rem}.xl\:mx-28{margin-left:7rem;margin-right:7rem}.xl\:mx-32{margin-left:8rem;margin-right:8rem}.xl\:mx-36{margin-left:9rem;margin-right:9rem}.xl\:mx-40{margin-left:10rem;margin-right:10rem}.xl\:mx-44{margin-left:11rem;margin-right:11rem}.xl\:mx-48{margin-left:12rem;margin-right:12rem}.xl\:mx-52{margin-left:13rem;margin-right:13rem}.xl\:mx-56{margin-left:14rem;margin-right:14rem}.xl\:mx-60{margin-left:15rem;margin-right:15rem}.xl\:mx-64{margin-left:16rem;margin-right:16rem}.xl\:mx-72{margin-left:18rem;margin-right:18rem}.xl\:mx-80{margin-left:20rem;margin-right:20rem}.xl\:mx-96{margin-left:24rem;margin-right:24rem}.xl\:mx-112{margin-left:28rem;margin-right:28rem}.xl\:mx-128{margin-left:32rem;margin-right:32rem}.xl\:mx-144{margin-left:36rem;margin-right:36rem}.xl\:mx-160{margin-left:40rem;margin-right:40rem}.xl\:mx-168{margin-left:42rem;margin-right:42rem}.xl\:mx-180{margin-left:45rem;margin-right:45rem}.xl\:mx-192{margin-left:48rem;margin-right:48rem}.xl\:mx-auto{margin-left:auto;margin-right:auto}.xl\:mx-px{margin-left:1px;margin-right:1px}.xl\:mx-0\.5{margin-left:.125rem;margin-right:.125rem}.xl\:mx-1\.5{margin-left:.375rem;margin-right:.375rem}.xl\:mx-2\.5{margin-left:.625rem;margin-right:.625rem}.xl\:mx-3\.5{margin-left:.875rem;margin-right:.875rem}.xl\:-mx-0{margin-left:0;margin-right:0}.xl\:-mx-1{margin-left:-.25rem;margin-right:-.25rem}.xl\:-mx-2{margin-left:-.5rem;margin-right:-.5rem}.xl\:-mx-3{margin-left:-.75rem;margin-right:-.75rem}.xl\:-mx-4{margin-left:-1rem;margin-right:-1rem}.xl\:-mx-5{margin-left:-1.25rem;margin-right:-1.25rem}.xl\:-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.xl\:-mx-7{margin-left:-1.75rem;margin-right:-1.75rem}.xl\:-mx-8{margin-left:-2rem;margin-right:-2rem}.xl\:-mx-9{margin-left:-2.25rem;margin-right:-2.25rem}.xl\:-mx-10{margin-left:-2.5rem;margin-right:-2.5rem}.xl\:-mx-11{margin-left:-2.75rem;margin-right:-2.75rem}.xl\:-mx-12{margin-left:-3rem;margin-right:-3rem}.xl\:-mx-14{margin-left:-3.5rem;margin-right:-3.5rem}.xl\:-mx-16{margin-left:-4rem;margin-right:-4rem}.xl\:-mx-20{margin-left:-5rem;margin-right:-5rem}.xl\:-mx-24{margin-left:-6rem;margin-right:-6rem}.xl\:-mx-28{margin-left:-7rem;margin-right:-7rem}.xl\:-mx-32{margin-left:-8rem;margin-right:-8rem}.xl\:-mx-36{margin-left:-9rem;margin-right:-9rem}.xl\:-mx-40{margin-left:-10rem;margin-right:-10rem}.xl\:-mx-44{margin-left:-11rem;margin-right:-11rem}.xl\:-mx-48{margin-left:-12rem;margin-right:-12rem}.xl\:-mx-52{margin-left:-13rem;margin-right:-13rem}.xl\:-mx-56{margin-left:-14rem;margin-right:-14rem}.xl\:-mx-60{margin-left:-15rem;margin-right:-15rem}.xl\:-mx-64{margin-left:-16rem;margin-right:-16rem}.xl\:-mx-72{margin-left:-18rem;margin-right:-18rem}.xl\:-mx-80{margin-left:-20rem;margin-right:-20rem}.xl\:-mx-96{margin-left:-24rem;margin-right:-24rem}.xl\:-mx-112{margin-left:-28rem;margin-right:-28rem}.xl\:-mx-128{margin-left:-32rem;margin-right:-32rem}.xl\:-mx-144{margin-left:-36rem;margin-right:-36rem}.xl\:-mx-160{margin-left:-40rem;margin-right:-40rem}.xl\:-mx-168{margin-left:-42rem;margin-right:-42rem}.xl\:-mx-180{margin-left:-45rem;margin-right:-45rem}.xl\:-mx-192{margin-left:-48rem;margin-right:-48rem}.xl\:-mx-px{margin-left:-1px;margin-right:-1px}.xl\:-mx-0\.5{margin-left:-.125rem;margin-right:-.125rem}.xl\:-mx-1\.5{margin-left:-.375rem;margin-right:-.375rem}.xl\:-mx-2\.5{margin-left:-.625rem;margin-right:-.625rem}.xl\:-mx-3\.5{margin-left:-.875rem;margin-right:-.875rem}.xl\:my-0{margin-top:0;margin-bottom:0}.xl\:my-1{margin-top:.25rem;margin-bottom:.25rem}.xl\:my-2{margin-top:.5rem;margin-bottom:.5rem}.xl\:my-3{margin-top:.75rem;margin-bottom:.75rem}.xl\:my-4{margin-top:1rem;margin-bottom:1rem}.xl\:my-5{margin-top:1.25rem;margin-bottom:1.25rem}.xl\:my-6{margin-top:1.5rem;margin-bottom:1.5rem}.xl\:my-7{margin-top:1.75rem;margin-bottom:1.75rem}.xl\:my-8{margin-top:2rem;margin-bottom:2rem}.xl\:my-9{margin-top:2.25rem;margin-bottom:2.25rem}.xl\:my-10{margin-top:2.5rem;margin-bottom:2.5rem}.xl\:my-11{margin-top:2.75rem;margin-bottom:2.75rem}.xl\:my-12{margin-top:3rem;margin-bottom:3rem}.xl\:my-14{margin-top:3.5rem;margin-bottom:3.5rem}.xl\:my-16{margin-top:4rem;margin-bottom:4rem}.xl\:my-20{margin-top:5rem;margin-bottom:5rem}.xl\:my-24{margin-top:6rem;margin-bottom:6rem}.xl\:my-28{margin-top:7rem;margin-bottom:7rem}.xl\:my-32{margin-top:8rem;margin-bottom:8rem}.xl\:my-36{margin-top:9rem;margin-bottom:9rem}.xl\:my-40{margin-top:10rem;margin-bottom:10rem}.xl\:my-44{margin-top:11rem;margin-bottom:11rem}.xl\:my-48{margin-top:12rem;margin-bottom:12rem}.xl\:my-52{margin-top:13rem;margin-bottom:13rem}.xl\:my-56{margin-top:14rem;margin-bottom:14rem}.xl\:my-60{margin-top:15rem;margin-bottom:15rem}.xl\:my-64{margin-top:16rem;margin-bottom:16rem}.xl\:my-72{margin-top:18rem;margin-bottom:18rem}.xl\:my-80{margin-top:20rem;margin-bottom:20rem}.xl\:my-96{margin-top:24rem;margin-bottom:24rem}.xl\:my-112{margin-top:28rem;margin-bottom:28rem}.xl\:my-128{margin-top:32rem;margin-bottom:32rem}.xl\:my-144{margin-top:36rem;margin-bottom:36rem}.xl\:my-160{margin-top:40rem;margin-bottom:40rem}.xl\:my-168{margin-top:42rem;margin-bottom:42rem}.xl\:my-180{margin-top:45rem;margin-bottom:45rem}.xl\:my-192{margin-top:48rem;margin-bottom:48rem}.xl\:my-auto{margin-top:auto;margin-bottom:auto}.xl\:my-px{margin-top:1px;margin-bottom:1px}.xl\:my-0\.5{margin-top:.125rem;margin-bottom:.125rem}.xl\:my-1\.5{margin-top:.375rem;margin-bottom:.375rem}.xl\:my-2\.5{margin-top:.625rem;margin-bottom:.625rem}.xl\:my-3\.5{margin-top:.875rem;margin-bottom:.875rem}.xl\:-my-0{margin-top:0;margin-bottom:0}.xl\:-my-1{margin-top:-.25rem;margin-bottom:-.25rem}.xl\:-my-2{margin-top:-.5rem;margin-bottom:-.5rem}.xl\:-my-3{margin-top:-.75rem;margin-bottom:-.75rem}.xl\:-my-4{margin-top:-1rem;margin-bottom:-1rem}.xl\:-my-5{margin-top:-1.25rem;margin-bottom:-1.25rem}.xl\:-my-6{margin-top:-1.5rem;margin-bottom:-1.5rem}.xl\:-my-7{margin-top:-1.75rem;margin-bottom:-1.75rem}.xl\:-my-8{margin-top:-2rem;margin-bottom:-2rem}.xl\:-my-9{margin-top:-2.25rem;margin-bottom:-2.25rem}.xl\:-my-10{margin-top:-2.5rem;margin-bottom:-2.5rem}.xl\:-my-11{margin-top:-2.75rem;margin-bottom:-2.75rem}.xl\:-my-12{margin-top:-3rem;margin-bottom:-3rem}.xl\:-my-14{margin-top:-3.5rem;margin-bottom:-3.5rem}.xl\:-my-16{margin-top:-4rem;margin-bottom:-4rem}.xl\:-my-20{margin-top:-5rem;margin-bottom:-5rem}.xl\:-my-24{margin-top:-6rem;margin-bottom:-6rem}.xl\:-my-28{margin-top:-7rem;margin-bottom:-7rem}.xl\:-my-32{margin-top:-8rem;margin-bottom:-8rem}.xl\:-my-36{margin-top:-9rem;margin-bottom:-9rem}.xl\:-my-40{margin-top:-10rem;margin-bottom:-10rem}.xl\:-my-44{margin-top:-11rem;margin-bottom:-11rem}.xl\:-my-48{margin-top:-12rem;margin-bottom:-12rem}.xl\:-my-52{margin-top:-13rem;margin-bottom:-13rem}.xl\:-my-56{margin-top:-14rem;margin-bottom:-14rem}.xl\:-my-60{margin-top:-15rem;margin-bottom:-15rem}.xl\:-my-64{margin-top:-16rem;margin-bottom:-16rem}.xl\:-my-72{margin-top:-18rem;margin-bottom:-18rem}.xl\:-my-80{margin-top:-20rem;margin-bottom:-20rem}.xl\:-my-96{margin-top:-24rem;margin-bottom:-24rem}.xl\:-my-112{margin-top:-28rem;margin-bottom:-28rem}.xl\:-my-128{margin-top:-32rem;margin-bottom:-32rem}.xl\:-my-144{margin-top:-36rem;margin-bottom:-36rem}.xl\:-my-160{margin-top:-40rem;margin-bottom:-40rem}.xl\:-my-168{margin-top:-42rem;margin-bottom:-42rem}.xl\:-my-180{margin-top:-45rem;margin-bottom:-45rem}.xl\:-my-192{margin-top:-48rem;margin-bottom:-48rem}.xl\:-my-px{margin-top:-1px;margin-bottom:-1px}.xl\:-my-0\.5{margin-top:-.125rem;margin-bottom:-.125rem}.xl\:-my-1\.5{margin-top:-.375rem;margin-bottom:-.375rem}.xl\:-my-2\.5{margin-top:-.625rem;margin-bottom:-.625rem}.xl\:-my-3\.5{margin-top:-.875rem;margin-bottom:-.875rem}.xl\:mt-0{margin-top:0}.xl\:mt-1{margin-top:.25rem}.xl\:mt-2{margin-top:.5rem}.xl\:mt-3{margin-top:.75rem}.xl\:mt-4{margin-top:1rem}.xl\:mt-5{margin-top:1.25rem}.xl\:mt-6{margin-top:1.5rem}.xl\:mt-7{margin-top:1.75rem}.xl\:mt-8{margin-top:2rem}.xl\:mt-9{margin-top:2.25rem}.xl\:mt-10{margin-top:2.5rem}.xl\:mt-11{margin-top:2.75rem}.xl\:mt-12{margin-top:3rem}.xl\:mt-14{margin-top:3.5rem}.xl\:mt-16{margin-top:4rem}.xl\:mt-20{margin-top:5rem}.xl\:mt-24{margin-top:6rem}.xl\:mt-28{margin-top:7rem}.xl\:mt-32{margin-top:8rem}.xl\:mt-36{margin-top:9rem}.xl\:mt-40{margin-top:10rem}.xl\:mt-44{margin-top:11rem}.xl\:mt-48{margin-top:12rem}.xl\:mt-52{margin-top:13rem}.xl\:mt-56{margin-top:14rem}.xl\:mt-60{margin-top:15rem}.xl\:mt-64{margin-top:16rem}.xl\:mt-72{margin-top:18rem}.xl\:mt-80{margin-top:20rem}.xl\:mt-96{margin-top:24rem}.xl\:mt-112{margin-top:28rem}.xl\:mt-128{margin-top:32rem}.xl\:mt-144{margin-top:36rem}.xl\:mt-160{margin-top:40rem}.xl\:mt-168{margin-top:42rem}.xl\:mt-180{margin-top:45rem}.xl\:mt-192{margin-top:48rem}.xl\:mt-auto{margin-top:auto}.xl\:mt-px{margin-top:1px}.xl\:mt-0\.5{margin-top:.125rem}.xl\:mt-1\.5{margin-top:.375rem}.xl\:mt-2\.5{margin-top:.625rem}.xl\:mt-3\.5{margin-top:.875rem}.xl\:-mt-0{margin-top:0}.xl\:-mt-1{margin-top:-.25rem}.xl\:-mt-2{margin-top:-.5rem}.xl\:-mt-3{margin-top:-.75rem}.xl\:-mt-4{margin-top:-1rem}.xl\:-mt-5{margin-top:-1.25rem}.xl\:-mt-6{margin-top:-1.5rem}.xl\:-mt-7{margin-top:-1.75rem}.xl\:-mt-8{margin-top:-2rem}.xl\:-mt-9{margin-top:-2.25rem}.xl\:-mt-10{margin-top:-2.5rem}.xl\:-mt-11{margin-top:-2.75rem}.xl\:-mt-12{margin-top:-3rem}.xl\:-mt-14{margin-top:-3.5rem}.xl\:-mt-16{margin-top:-4rem}.xl\:-mt-20{margin-top:-5rem}.xl\:-mt-24{margin-top:-6rem}.xl\:-mt-28{margin-top:-7rem}.xl\:-mt-32{margin-top:-8rem}.xl\:-mt-36{margin-top:-9rem}.xl\:-mt-40{margin-top:-10rem}.xl\:-mt-44{margin-top:-11rem}.xl\:-mt-48{margin-top:-12rem}.xl\:-mt-52{margin-top:-13rem}.xl\:-mt-56{margin-top:-14rem}.xl\:-mt-60{margin-top:-15rem}.xl\:-mt-64{margin-top:-16rem}.xl\:-mt-72{margin-top:-18rem}.xl\:-mt-80{margin-top:-20rem}.xl\:-mt-96{margin-top:-24rem}.xl\:-mt-112{margin-top:-28rem}.xl\:-mt-128{margin-top:-32rem}.xl\:-mt-144{margin-top:-36rem}.xl\:-mt-160{margin-top:-40rem}.xl\:-mt-168{margin-top:-42rem}.xl\:-mt-180{margin-top:-45rem}.xl\:-mt-192{margin-top:-48rem}.xl\:-mt-px{margin-top:-1px}.xl\:-mt-0\.5{margin-top:-.125rem}.xl\:-mt-1\.5{margin-top:-.375rem}.xl\:-mt-2\.5{margin-top:-.625rem}.xl\:-mt-3\.5{margin-top:-.875rem}.xl\:mr-0{margin-right:0}.xl\:mr-1{margin-right:.25rem}.xl\:mr-2{margin-right:.5rem}.xl\:mr-3{margin-right:.75rem}.xl\:mr-4{margin-right:1rem}.xl\:mr-5{margin-right:1.25rem}.xl\:mr-6{margin-right:1.5rem}.xl\:mr-7{margin-right:1.75rem}.xl\:mr-8{margin-right:2rem}.xl\:mr-9{margin-right:2.25rem}.xl\:mr-10{margin-right:2.5rem}.xl\:mr-11{margin-right:2.75rem}.xl\:mr-12{margin-right:3rem}.xl\:mr-14{margin-right:3.5rem}.xl\:mr-16{margin-right:4rem}.xl\:mr-20{margin-right:5rem}.xl\:mr-24{margin-right:6rem}.xl\:mr-28{margin-right:7rem}.xl\:mr-32{margin-right:8rem}.xl\:mr-36{margin-right:9rem}.xl\:mr-40{margin-right:10rem}.xl\:mr-44{margin-right:11rem}.xl\:mr-48{margin-right:12rem}.xl\:mr-52{margin-right:13rem}.xl\:mr-56{margin-right:14rem}.xl\:mr-60{margin-right:15rem}.xl\:mr-64{margin-right:16rem}.xl\:mr-72{margin-right:18rem}.xl\:mr-80{margin-right:20rem}.xl\:mr-96{margin-right:24rem}.xl\:mr-112{margin-right:28rem}.xl\:mr-128{margin-right:32rem}.xl\:mr-144{margin-right:36rem}.xl\:mr-160{margin-right:40rem}.xl\:mr-168{margin-right:42rem}.xl\:mr-180{margin-right:45rem}.xl\:mr-192{margin-right:48rem}.xl\:mr-auto{margin-right:auto}.xl\:mr-px{margin-right:1px}.xl\:mr-0\.5{margin-right:.125rem}.xl\:mr-1\.5{margin-right:.375rem}.xl\:mr-2\.5{margin-right:.625rem}.xl\:mr-3\.5{margin-right:.875rem}.xl\:-mr-0{margin-right:0}.xl\:-mr-1{margin-right:-.25rem}.xl\:-mr-2{margin-right:-.5rem}.xl\:-mr-3{margin-right:-.75rem}.xl\:-mr-4{margin-right:-1rem}.xl\:-mr-5{margin-right:-1.25rem}.xl\:-mr-6{margin-right:-1.5rem}.xl\:-mr-7{margin-right:-1.75rem}.xl\:-mr-8{margin-right:-2rem}.xl\:-mr-9{margin-right:-2.25rem}.xl\:-mr-10{margin-right:-2.5rem}.xl\:-mr-11{margin-right:-2.75rem}.xl\:-mr-12{margin-right:-3rem}.xl\:-mr-14{margin-right:-3.5rem}.xl\:-mr-16{margin-right:-4rem}.xl\:-mr-20{margin-right:-5rem}.xl\:-mr-24{margin-right:-6rem}.xl\:-mr-28{margin-right:-7rem}.xl\:-mr-32{margin-right:-8rem}.xl\:-mr-36{margin-right:-9rem}.xl\:-mr-40{margin-right:-10rem}.xl\:-mr-44{margin-right:-11rem}.xl\:-mr-48{margin-right:-12rem}.xl\:-mr-52{margin-right:-13rem}.xl\:-mr-56{margin-right:-14rem}.xl\:-mr-60{margin-right:-15rem}.xl\:-mr-64{margin-right:-16rem}.xl\:-mr-72{margin-right:-18rem}.xl\:-mr-80{margin-right:-20rem}.xl\:-mr-96{margin-right:-24rem}.xl\:-mr-112{margin-right:-28rem}.xl\:-mr-128{margin-right:-32rem}.xl\:-mr-144{margin-right:-36rem}.xl\:-mr-160{margin-right:-40rem}.xl\:-mr-168{margin-right:-42rem}.xl\:-mr-180{margin-right:-45rem}.xl\:-mr-192{margin-right:-48rem}.xl\:-mr-px{margin-right:-1px}.xl\:-mr-0\.5{margin-right:-.125rem}.xl\:-mr-1\.5{margin-right:-.375rem}.xl\:-mr-2\.5{margin-right:-.625rem}.xl\:-mr-3\.5{margin-right:-.875rem}.xl\:mb-0{margin-bottom:0}.xl\:mb-1{margin-bottom:.25rem}.xl\:mb-2{margin-bottom:.5rem}.xl\:mb-3{margin-bottom:.75rem}.xl\:mb-4{margin-bottom:1rem}.xl\:mb-5{margin-bottom:1.25rem}.xl\:mb-6{margin-bottom:1.5rem}.xl\:mb-7{margin-bottom:1.75rem}.xl\:mb-8{margin-bottom:2rem}.xl\:mb-9{margin-bottom:2.25rem}.xl\:mb-10{margin-bottom:2.5rem}.xl\:mb-11{margin-bottom:2.75rem}.xl\:mb-12{margin-bottom:3rem}.xl\:mb-14{margin-bottom:3.5rem}.xl\:mb-16{margin-bottom:4rem}.xl\:mb-20{margin-bottom:5rem}.xl\:mb-24{margin-bottom:6rem}.xl\:mb-28{margin-bottom:7rem}.xl\:mb-32{margin-bottom:8rem}.xl\:mb-36{margin-bottom:9rem}.xl\:mb-40{margin-bottom:10rem}.xl\:mb-44{margin-bottom:11rem}.xl\:mb-48{margin-bottom:12rem}.xl\:mb-52{margin-bottom:13rem}.xl\:mb-56{margin-bottom:14rem}.xl\:mb-60{margin-bottom:15rem}.xl\:mb-64{margin-bottom:16rem}.xl\:mb-72{margin-bottom:18rem}.xl\:mb-80{margin-bottom:20rem}.xl\:mb-96{margin-bottom:24rem}.xl\:mb-112{margin-bottom:28rem}.xl\:mb-128{margin-bottom:32rem}.xl\:mb-144{margin-bottom:36rem}.xl\:mb-160{margin-bottom:40rem}.xl\:mb-168{margin-bottom:42rem}.xl\:mb-180{margin-bottom:45rem}.xl\:mb-192{margin-bottom:48rem}.xl\:mb-auto{margin-bottom:auto}.xl\:mb-px{margin-bottom:1px}.xl\:mb-0\.5{margin-bottom:.125rem}.xl\:mb-1\.5{margin-bottom:.375rem}.xl\:mb-2\.5{margin-bottom:.625rem}.xl\:mb-3\.5{margin-bottom:.875rem}.xl\:-mb-0{margin-bottom:0}.xl\:-mb-1{margin-bottom:-.25rem}.xl\:-mb-2{margin-bottom:-.5rem}.xl\:-mb-3{margin-bottom:-.75rem}.xl\:-mb-4{margin-bottom:-1rem}.xl\:-mb-5{margin-bottom:-1.25rem}.xl\:-mb-6{margin-bottom:-1.5rem}.xl\:-mb-7{margin-bottom:-1.75rem}.xl\:-mb-8{margin-bottom:-2rem}.xl\:-mb-9{margin-bottom:-2.25rem}.xl\:-mb-10{margin-bottom:-2.5rem}.xl\:-mb-11{margin-bottom:-2.75rem}.xl\:-mb-12{margin-bottom:-3rem}.xl\:-mb-14{margin-bottom:-3.5rem}.xl\:-mb-16{margin-bottom:-4rem}.xl\:-mb-20{margin-bottom:-5rem}.xl\:-mb-24{margin-bottom:-6rem}.xl\:-mb-28{margin-bottom:-7rem}.xl\:-mb-32{margin-bottom:-8rem}.xl\:-mb-36{margin-bottom:-9rem}.xl\:-mb-40{margin-bottom:-10rem}.xl\:-mb-44{margin-bottom:-11rem}.xl\:-mb-48{margin-bottom:-12rem}.xl\:-mb-52{margin-bottom:-13rem}.xl\:-mb-56{margin-bottom:-14rem}.xl\:-mb-60{margin-bottom:-15rem}.xl\:-mb-64{margin-bottom:-16rem}.xl\:-mb-72{margin-bottom:-18rem}.xl\:-mb-80{margin-bottom:-20rem}.xl\:-mb-96{margin-bottom:-24rem}.xl\:-mb-112{margin-bottom:-28rem}.xl\:-mb-128{margin-bottom:-32rem}.xl\:-mb-144{margin-bottom:-36rem}.xl\:-mb-160{margin-bottom:-40rem}.xl\:-mb-168{margin-bottom:-42rem}.xl\:-mb-180{margin-bottom:-45rem}.xl\:-mb-192{margin-bottom:-48rem}.xl\:-mb-px{margin-bottom:-1px}.xl\:-mb-0\.5{margin-bottom:-.125rem}.xl\:-mb-1\.5{margin-bottom:-.375rem}.xl\:-mb-2\.5{margin-bottom:-.625rem}.xl\:-mb-3\.5{margin-bottom:-.875rem}.xl\:ml-0{margin-left:0}.xl\:ml-1{margin-left:.25rem}.xl\:ml-2{margin-left:.5rem}.xl\:ml-3{margin-left:.75rem}.xl\:ml-4{margin-left:1rem}.xl\:ml-5{margin-left:1.25rem}.xl\:ml-6{margin-left:1.5rem}.xl\:ml-7{margin-left:1.75rem}.xl\:ml-8{margin-left:2rem}.xl\:ml-9{margin-left:2.25rem}.xl\:ml-10{margin-left:2.5rem}.xl\:ml-11{margin-left:2.75rem}.xl\:ml-12{margin-left:3rem}.xl\:ml-14{margin-left:3.5rem}.xl\:ml-16{margin-left:4rem}.xl\:ml-20{margin-left:5rem}.xl\:ml-24{margin-left:6rem}.xl\:ml-28{margin-left:7rem}.xl\:ml-32{margin-left:8rem}.xl\:ml-36{margin-left:9rem}.xl\:ml-40{margin-left:10rem}.xl\:ml-44{margin-left:11rem}.xl\:ml-48{margin-left:12rem}.xl\:ml-52{margin-left:13rem}.xl\:ml-56{margin-left:14rem}.xl\:ml-60{margin-left:15rem}.xl\:ml-64{margin-left:16rem}.xl\:ml-72{margin-left:18rem}.xl\:ml-80{margin-left:20rem}.xl\:ml-96{margin-left:24rem}.xl\:ml-112{margin-left:28rem}.xl\:ml-128{margin-left:32rem}.xl\:ml-144{margin-left:36rem}.xl\:ml-160{margin-left:40rem}.xl\:ml-168{margin-left:42rem}.xl\:ml-180{margin-left:45rem}.xl\:ml-192{margin-left:48rem}.xl\:ml-auto{margin-left:auto}.xl\:ml-px{margin-left:1px}.xl\:ml-0\.5{margin-left:.125rem}.xl\:ml-1\.5{margin-left:.375rem}.xl\:ml-2\.5{margin-left:.625rem}.xl\:ml-3\.5{margin-left:.875rem}.xl\:-ml-0{margin-left:0}.xl\:-ml-1{margin-left:-.25rem}.xl\:-ml-2{margin-left:-.5rem}.xl\:-ml-3{margin-left:-.75rem}.xl\:-ml-4{margin-left:-1rem}.xl\:-ml-5{margin-left:-1.25rem}.xl\:-ml-6{margin-left:-1.5rem}.xl\:-ml-7{margin-left:-1.75rem}.xl\:-ml-8{margin-left:-2rem}.xl\:-ml-9{margin-left:-2.25rem}.xl\:-ml-10{margin-left:-2.5rem}.xl\:-ml-11{margin-left:-2.75rem}.xl\:-ml-12{margin-left:-3rem}.xl\:-ml-14{margin-left:-3.5rem}.xl\:-ml-16{margin-left:-4rem}.xl\:-ml-20{margin-left:-5rem}.xl\:-ml-24{margin-left:-6rem}.xl\:-ml-28{margin-left:-7rem}.xl\:-ml-32{margin-left:-8rem}.xl\:-ml-36{margin-left:-9rem}.xl\:-ml-40{margin-left:-10rem}.xl\:-ml-44{margin-left:-11rem}.xl\:-ml-48{margin-left:-12rem}.xl\:-ml-52{margin-left:-13rem}.xl\:-ml-56{margin-left:-14rem}.xl\:-ml-60{margin-left:-15rem}.xl\:-ml-64{margin-left:-16rem}.xl\:-ml-72{margin-left:-18rem}.xl\:-ml-80{margin-left:-20rem}.xl\:-ml-96{margin-left:-24rem}.xl\:-ml-112{margin-left:-28rem}.xl\:-ml-128{margin-left:-32rem}.xl\:-ml-144{margin-left:-36rem}.xl\:-ml-160{margin-left:-40rem}.xl\:-ml-168{margin-left:-42rem}.xl\:-ml-180{margin-left:-45rem}.xl\:-ml-192{margin-left:-48rem}.xl\:-ml-px{margin-left:-1px}.xl\:-ml-0\.5{margin-left:-.125rem}.xl\:-ml-1\.5{margin-left:-.375rem}.xl\:-ml-2\.5{margin-left:-.625rem}.xl\:-ml-3\.5{margin-left:-.875rem}.xl\:box-border{box-sizing:border-box}.xl\:box-content{box-sizing:content-box}.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\:inline-table{display:inline-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\:list-item{display:list-item}.xl\:hidden{display:none}.xl\:h-0{height:0px}.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-112{height:28rem}.xl\:h-128{height:32rem}.xl\:h-144{height:36rem}.xl\:h-160{height:40rem}.xl\:h-168{height:42rem}.xl\:h-180{height:45rem}.xl\:h-192{height:48rem}.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-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\: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-112{max-height:28rem}.xl\:max-h-128{max-height:32rem}.xl\:max-h-144{max-height:36rem}.xl\:max-h-160{max-height:40rem}.xl\:max-h-168{max-height:42rem}.xl\:max-h-180{max-height:45rem}.xl\:max-h-192{max-height:48rem}.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-full{max-height:100%}.xl\:max-h-screen{max-height:100vh}.xl\:min-h-0{min-height:0px}.xl\:min-h-full{min-height:100%}.xl\:min-h-screen{min-height:100vh}.xl\:w-0{width:0px}.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-112{width:28rem}.xl\:w-128{width:32rem}.xl\:w-144{width:36rem}.xl\:w-160{width:40rem}.xl\:w-168{width:42rem}.xl\:w-180{width:45rem}.xl\:w-192{width:48rem}.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-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\:min-w-0{min-width:0px}.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\:max-w-0{max-width:0rem}.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:480px}.xl\:max-w-screen-md{max-width:768px}.xl\:max-w-screen-lg{max-width:976px}.xl\:max-w-screen-xl{max-width:1440px}.xl\:max-w-8xl{max-width:1920px}.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-shrink-0{flex-shrink:0}.xl\:flex-shrink{flex-shrink:1}.xl\:flex-grow-0{flex-grow:0}.xl\:flex-grow{flex-grow:1}.xl\:table-auto{table-layout:auto}.xl\:table-fixed{table-layout:fixed}.xl\:border-collapse{border-collapse:collapse}.xl\:border-separate{border-collapse:separate}.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\: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:translate(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(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)) skew(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\: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-112{--tw-translate-x: 28rem}.xl\:translate-x-128{--tw-translate-x: 32rem}.xl\:translate-x-144{--tw-translate-x: 36rem}.xl\:translate-x-160{--tw-translate-x: 40rem}.xl\:translate-x-168{--tw-translate-x: 42rem}.xl\:translate-x-180{--tw-translate-x: 45rem}.xl\:translate-x-192{--tw-translate-x: 48rem}.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-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-112{--tw-translate-x: -28rem}.xl\:-translate-x-128{--tw-translate-x: -32rem}.xl\:-translate-x-144{--tw-translate-x: -36rem}.xl\:-translate-x-160{--tw-translate-x: -40rem}.xl\:-translate-x-168{--tw-translate-x: -42rem}.xl\:-translate-x-180{--tw-translate-x: -45rem}.xl\:-translate-x-192{--tw-translate-x: -48rem}.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-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-112{--tw-translate-y: 28rem}.xl\:translate-y-128{--tw-translate-y: 32rem}.xl\:translate-y-144{--tw-translate-y: 36rem}.xl\:translate-y-160{--tw-translate-y: 40rem}.xl\:translate-y-168{--tw-translate-y: 42rem}.xl\:translate-y-180{--tw-translate-y: 45rem}.xl\:translate-y-192{--tw-translate-y: 48rem}.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-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-112{--tw-translate-y: -28rem}.xl\:-translate-y-128{--tw-translate-y: -32rem}.xl\:-translate-y-144{--tw-translate-y: -36rem}.xl\:-translate-y-160{--tw-translate-y: -40rem}.xl\:-translate-y-168{--tw-translate-y: -42rem}.xl\:-translate-y-180{--tw-translate-y: -45rem}.xl\:-translate-y-192{--tw-translate-y: -48rem}.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-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-112:hover{--tw-translate-x: 28rem}.xl\:hover\:translate-x-128:hover{--tw-translate-x: 32rem}.xl\:hover\:translate-x-144:hover{--tw-translate-x: 36rem}.xl\:hover\:translate-x-160:hover{--tw-translate-x: 40rem}.xl\:hover\:translate-x-168:hover{--tw-translate-x: 42rem}.xl\:hover\:translate-x-180:hover{--tw-translate-x: 45rem}.xl\:hover\:translate-x-192:hover{--tw-translate-x: 48rem}.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-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-112:hover{--tw-translate-x: -28rem}.xl\:hover\:-translate-x-128:hover{--tw-translate-x: -32rem}.xl\:hover\:-translate-x-144:hover{--tw-translate-x: -36rem}.xl\:hover\:-translate-x-160:hover{--tw-translate-x: -40rem}.xl\:hover\:-translate-x-168:hover{--tw-translate-x: -42rem}.xl\:hover\:-translate-x-180:hover{--tw-translate-x: -45rem}.xl\:hover\:-translate-x-192:hover{--tw-translate-x: -48rem}.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-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-112:hover{--tw-translate-y: 28rem}.xl\:hover\:translate-y-128:hover{--tw-translate-y: 32rem}.xl\:hover\:translate-y-144:hover{--tw-translate-y: 36rem}.xl\:hover\:translate-y-160:hover{--tw-translate-y: 40rem}.xl\:hover\:translate-y-168:hover{--tw-translate-y: 42rem}.xl\:hover\:translate-y-180:hover{--tw-translate-y: 45rem}.xl\:hover\:translate-y-192:hover{--tw-translate-y: 48rem}.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-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-112:hover{--tw-translate-y: -28rem}.xl\:hover\:-translate-y-128:hover{--tw-translate-y: -32rem}.xl\:hover\:-translate-y-144:hover{--tw-translate-y: -36rem}.xl\:hover\:-translate-y-160:hover{--tw-translate-y: -40rem}.xl\:hover\:-translate-y-168:hover{--tw-translate-y: -42rem}.xl\:hover\:-translate-y-180:hover{--tw-translate-y: -45rem}.xl\:hover\:-translate-y-192:hover{--tw-translate-y: -48rem}.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-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-112:focus{--tw-translate-x: 28rem}.xl\:focus\:translate-x-128:focus{--tw-translate-x: 32rem}.xl\:focus\:translate-x-144:focus{--tw-translate-x: 36rem}.xl\:focus\:translate-x-160:focus{--tw-translate-x: 40rem}.xl\:focus\:translate-x-168:focus{--tw-translate-x: 42rem}.xl\:focus\:translate-x-180:focus{--tw-translate-x: 45rem}.xl\:focus\:translate-x-192:focus{--tw-translate-x: 48rem}.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-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-112:focus{--tw-translate-x: -28rem}.xl\:focus\:-translate-x-128:focus{--tw-translate-x: -32rem}.xl\:focus\:-translate-x-144:focus{--tw-translate-x: -36rem}.xl\:focus\:-translate-x-160:focus{--tw-translate-x: -40rem}.xl\:focus\:-translate-x-168:focus{--tw-translate-x: -42rem}.xl\:focus\:-translate-x-180:focus{--tw-translate-x: -45rem}.xl\:focus\:-translate-x-192:focus{--tw-translate-x: -48rem}.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-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-112:focus{--tw-translate-y: 28rem}.xl\:focus\:translate-y-128:focus{--tw-translate-y: 32rem}.xl\:focus\:translate-y-144:focus{--tw-translate-y: 36rem}.xl\:focus\:translate-y-160:focus{--tw-translate-y: 40rem}.xl\:focus\:translate-y-168:focus{--tw-translate-y: 42rem}.xl\:focus\:translate-y-180:focus{--tw-translate-y: 45rem}.xl\:focus\:translate-y-192:focus{--tw-translate-y: 48rem}.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-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-112:focus{--tw-translate-y: -28rem}.xl\:focus\:-translate-y-128:focus{--tw-translate-y: -32rem}.xl\:focus\:-translate-y-144:focus{--tw-translate-y: -36rem}.xl\:focus\:-translate-y-160:focus{--tw-translate-y: -40rem}.xl\:focus\:-translate-y-168:focus{--tw-translate-y: -42rem}.xl\:focus\:-translate-y-180:focus{--tw-translate-y: -45rem}.xl\:focus\:-translate-y-192:focus{--tw-translate-y: -48rem}.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-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\: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\: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\: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\: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\: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\: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-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-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\: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}.xl\:animate-fade-in-down{animation:fade-in-down .5s ease-out}.xl\:animate-fade-in-up{animation:fade-in-up .5s ease-out}.xl\:animate-fade-in{animation:fade-in .5s ease-out}.xl\:animate-kenburns{animation:kenburns 10s ease-out}.xl\:animate-zoom-in{animation:zoom-in 10s ease-out}.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\: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\:resize-none{resize:none}.xl\:resize-y{resize:vertical}.xl\:resize-x{resize:horizontal}.xl\:resize{resize:both}.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\:appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance: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\: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\: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\: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\: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\:flex-row{flex-direction:row}.xl\:flex-row-reverse{flex-direction:row-reverse}.xl\:flex-col{flex-direction:column}.xl\:flex-col-reverse{flex-direction:column-reverse}.xl\:flex-wrap{flex-wrap:wrap}.xl\:flex-wrap-reverse{flex-wrap:wrap-reverse}.xl\:flex-nowrap{flex-wrap:nowrap}.xl\:place-content-center{place-content:center}.xl\:place-content-start{place-content:start}.xl\:place-content-end{place-content:end}.xl\:place-content-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-items-start{place-items:start}.xl\:place-items-end{place-items:end}.xl\:place-items-center{place-items:center}.xl\:place-items-stretch{place-items:stretch}.xl\:content-center{align-content:center}.xl\:content-start{align-content:flex-start}.xl\:content-end{align-content:flex-end}.xl\:content-between{align-content:space-between}.xl\:content-around{align-content:space-around}.xl\:content-evenly{align-content:space-evenly}.xl\:items-start{align-items:flex-start}.xl\:items-end{align-items:flex-end}.xl\:items-center{align-items:center}.xl\:items-baseline{align-items:baseline}.xl\:items-stretch{align-items:stretch}.xl\:justify-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-items-start{justify-items:start}.xl\:justify-items-end{justify-items:end}.xl\:justify-items-center{justify-items:center}.xl\:justify-items-stretch{justify-items:stretch}.xl\:gap-0{gap:0px}.xl\:gap-1{gap:.25rem}.xl\:gap-2{gap:.5rem}.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-112{gap:28rem}.xl\:gap-128{gap:32rem}.xl\:gap-144{gap:36rem}.xl\:gap-160{gap:40rem}.xl\:gap-168{gap:42rem}.xl\:gap-180{gap:45rem}.xl\:gap-192{gap:48rem}.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-x-0{-moz-column-gap:0px;column-gap:0px}.xl\:gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.xl\:gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.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-112{-moz-column-gap:28rem;column-gap:28rem}.xl\:gap-x-128{-moz-column-gap:32rem;column-gap:32rem}.xl\:gap-x-144{-moz-column-gap:36rem;column-gap:36rem}.xl\:gap-x-160{-moz-column-gap:40rem;column-gap:40rem}.xl\:gap-x-168{-moz-column-gap:42rem;column-gap:42rem}.xl\:gap-x-180{-moz-column-gap:45rem;column-gap:45rem}.xl\:gap-x-192{-moz-column-gap:48rem;column-gap:48rem}.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-y-0{row-gap:0px}.xl\:gap-y-1{row-gap:.25rem}.xl\:gap-y-2{row-gap:.5rem}.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-112{row-gap:28rem}.xl\:gap-y-128{row-gap:32rem}.xl\:gap-y-144{row-gap:36rem}.xl\:gap-y-160{row-gap:40rem}.xl\:gap-y-168{row-gap:42rem}.xl\:gap-y-180{row-gap:45rem}.xl\:gap-y-192{row-gap:48rem}.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\:space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.25rem * var(--tw-space-x-reverse));margin-left:calc(1.25rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1.75rem * var(--tw-space-x-reverse));margin-left:calc(1.75rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2rem * var(--tw-space-x-reverse));margin-left:calc(2rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.25rem * var(--tw-space-x-reverse));margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.5rem * var(--tw-space-x-reverse));margin-left:calc(2.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(2.75rem * var(--tw-space-x-reverse));margin-left:calc(2.75rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3rem * var(--tw-space-x-reverse));margin-left:calc(3rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(3.5rem * var(--tw-space-x-reverse));margin-left:calc(3.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(4rem * var(--tw-space-x-reverse));margin-left:calc(4rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(5rem * var(--tw-space-x-reverse));margin-left:calc(5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(6rem * var(--tw-space-x-reverse));margin-left:calc(6rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(7rem * var(--tw-space-x-reverse));margin-left:calc(7rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(8rem * var(--tw-space-x-reverse));margin-left:calc(8rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(9rem * var(--tw-space-x-reverse));margin-left:calc(9rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(10rem * var(--tw-space-x-reverse));margin-left:calc(10rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(11rem * var(--tw-space-x-reverse));margin-left:calc(11rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(12rem * var(--tw-space-x-reverse));margin-left:calc(12rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(13rem * var(--tw-space-x-reverse));margin-left:calc(13rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(14rem * var(--tw-space-x-reverse));margin-left:calc(14rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(15rem * var(--tw-space-x-reverse));margin-left:calc(15rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(16rem * var(--tw-space-x-reverse));margin-left:calc(16rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(18rem * var(--tw-space-x-reverse));margin-left:calc(18rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(20rem * var(--tw-space-x-reverse));margin-left:calc(20rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(24rem * var(--tw-space-x-reverse));margin-left:calc(24rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(28rem * var(--tw-space-x-reverse));margin-left:calc(28rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(32rem * var(--tw-space-x-reverse));margin-left:calc(32rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(36rem * var(--tw-space-x-reverse));margin-left:calc(36rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(40rem * var(--tw-space-x-reverse));margin-left:calc(40rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(42rem * var(--tw-space-x-reverse));margin-left:calc(42rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(45rem * var(--tw-space-x-reverse));margin-left:calc(45rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(48rem * var(--tw-space-x-reverse));margin-left:calc(48rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(1px * var(--tw-space-x-reverse));margin-left:calc(1px * calc(1 - var(--tw-space-x-reverse)))}.xl\:space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-1>: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-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-.5rem * var(--tw-space-x-reverse));margin-left:calc(-.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-3>: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-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1rem * var(--tw-space-x-reverse));margin-left:calc(-1rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-5>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.25rem * var(--tw-space-x-reverse));margin-left:calc(-1.25rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.5rem * var(--tw-space-x-reverse));margin-left:calc(-1.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-7>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1.75rem * var(--tw-space-x-reverse));margin-left:calc(-1.75rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2rem * var(--tw-space-x-reverse));margin-left:calc(-2rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.25rem * var(--tw-space-x-reverse));margin-left:calc(-2.25rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-10>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.5rem * var(--tw-space-x-reverse));margin-left:calc(-2.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-11>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-2.75rem * var(--tw-space-x-reverse));margin-left:calc(-2.75rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-12>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3rem * var(--tw-space-x-reverse));margin-left:calc(-3rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-14>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-3.5rem * var(--tw-space-x-reverse));margin-left:calc(-3.5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-16>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-4rem * var(--tw-space-x-reverse));margin-left:calc(-4rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-20>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-5rem * var(--tw-space-x-reverse));margin-left:calc(-5rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-24>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-6rem * var(--tw-space-x-reverse));margin-left:calc(-6rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-28>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-7rem * var(--tw-space-x-reverse));margin-left:calc(-7rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-32>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-8rem * var(--tw-space-x-reverse));margin-left:calc(-8rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-36>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-9rem * var(--tw-space-x-reverse));margin-left:calc(-9rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-40>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-10rem * var(--tw-space-x-reverse));margin-left:calc(-10rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-44>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-11rem * var(--tw-space-x-reverse));margin-left:calc(-11rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-48>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-12rem * var(--tw-space-x-reverse));margin-left:calc(-12rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-52>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-13rem * var(--tw-space-x-reverse));margin-left:calc(-13rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-56>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-14rem * var(--tw-space-x-reverse));margin-left:calc(-14rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-60>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-15rem * var(--tw-space-x-reverse));margin-left:calc(-15rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-64>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-16rem * var(--tw-space-x-reverse));margin-left:calc(-16rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-72>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-18rem * var(--tw-space-x-reverse));margin-left:calc(-18rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-80>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-20rem * var(--tw-space-x-reverse));margin-left:calc(-20rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-96>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-24rem * var(--tw-space-x-reverse));margin-left:calc(-24rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-112>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-28rem * var(--tw-space-x-reverse));margin-left:calc(-28rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-128>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-32rem * var(--tw-space-x-reverse));margin-left:calc(-32rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-144>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-36rem * var(--tw-space-x-reverse));margin-left:calc(-36rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-160>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-40rem * var(--tw-space-x-reverse));margin-left:calc(-40rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-168>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-42rem * var(--tw-space-x-reverse));margin-left:calc(-42rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-180>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-45rem * var(--tw-space-x-reverse));margin-left:calc(-45rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-192>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-48rem * var(--tw-space-x-reverse));margin-left:calc(-48rem * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-px>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(-1px * var(--tw-space-x-reverse));margin-left:calc(-1px * calc(1 - var(--tw-space-x-reverse)))}.xl\:-space-x-0\.5>: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-x-1\.5>: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-x-2\.5>: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-x-3\.5>: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-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.xl\:space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.xl\:space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.xl\:space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.xl\:space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.xl\:space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.75rem * var(--tw-space-y-reverse))}.xl\:space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.xl\:space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.25rem * var(--tw-space-y-reverse))}.xl\:space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.5rem * var(--tw-space-y-reverse))}.xl\:space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2.75rem * var(--tw-space-y-reverse))}.xl\:space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3rem * var(--tw-space-y-reverse))}.xl\:space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(3.5rem * var(--tw-space-y-reverse))}.xl\:space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.xl\:space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(5rem * var(--tw-space-y-reverse))}.xl\:space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(6rem * var(--tw-space-y-reverse))}.xl\:space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(7rem * var(--tw-space-y-reverse))}.xl\:space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(8rem * var(--tw-space-y-reverse))}.xl\:space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(9rem * var(--tw-space-y-reverse))}.xl\:space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(10rem * var(--tw-space-y-reverse))}.xl\:space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(11rem * var(--tw-space-y-reverse))}.xl\:space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(12rem * var(--tw-space-y-reverse))}.xl\:space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(13rem * var(--tw-space-y-reverse))}.xl\:space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(14rem * var(--tw-space-y-reverse))}.xl\:space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(15rem * var(--tw-space-y-reverse))}.xl\:space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(16rem * var(--tw-space-y-reverse))}.xl\:space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(18rem * var(--tw-space-y-reverse))}.xl\:space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(20rem * var(--tw-space-y-reverse))}.xl\:space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(24rem * var(--tw-space-y-reverse))}.xl\:space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(28rem * var(--tw-space-y-reverse))}.xl\:space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(32rem * var(--tw-space-y-reverse))}.xl\:space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(36rem * var(--tw-space-y-reverse))}.xl\:space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(40rem * var(--tw-space-y-reverse))}.xl\:space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(42rem * var(--tw-space-y-reverse))}.xl\:space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(45rem * var(--tw-space-y-reverse))}.xl\:space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(48rem * var(--tw-space-y-reverse))}.xl\:space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1px * var(--tw-space-y-reverse))}.xl\:space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.xl\:-space-y-1>: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-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-.5rem * var(--tw-space-y-reverse))}.xl\:-space-y-3>: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-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1rem * var(--tw-space-y-reverse))}.xl\:-space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.25rem * var(--tw-space-y-reverse))}.xl\:-space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.5rem * var(--tw-space-y-reverse))}.xl\:-space-y-7>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1.75rem * var(--tw-space-y-reverse))}.xl\:-space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2rem * var(--tw-space-y-reverse))}.xl\:-space-y-9>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.25rem * var(--tw-space-y-reverse))}.xl\:-space-y-10>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.5rem * var(--tw-space-y-reverse))}.xl\:-space-y-11>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-2.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-2.75rem * var(--tw-space-y-reverse))}.xl\:-space-y-12>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3rem * var(--tw-space-y-reverse))}.xl\:-space-y-14>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-3.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-3.5rem * var(--tw-space-y-reverse))}.xl\:-space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-4rem * var(--tw-space-y-reverse))}.xl\:-space-y-20>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-5rem * var(--tw-space-y-reverse))}.xl\:-space-y-24>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-6rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-6rem * var(--tw-space-y-reverse))}.xl\:-space-y-28>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-7rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-7rem * var(--tw-space-y-reverse))}.xl\:-space-y-32>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-8rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-8rem * var(--tw-space-y-reverse))}.xl\:-space-y-36>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-9rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-9rem * var(--tw-space-y-reverse))}.xl\:-space-y-40>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-10rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-10rem * var(--tw-space-y-reverse))}.xl\:-space-y-44>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-11rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-11rem * var(--tw-space-y-reverse))}.xl\:-space-y-48>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-12rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-12rem * var(--tw-space-y-reverse))}.xl\:-space-y-52>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-13rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-13rem * var(--tw-space-y-reverse))}.xl\:-space-y-56>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-14rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-14rem * var(--tw-space-y-reverse))}.xl\:-space-y-60>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-15rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-15rem * var(--tw-space-y-reverse))}.xl\:-space-y-64>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-16rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-16rem * var(--tw-space-y-reverse))}.xl\:-space-y-72>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-18rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-18rem * var(--tw-space-y-reverse))}.xl\:-space-y-80>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-20rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-20rem * var(--tw-space-y-reverse))}.xl\:-space-y-96>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-24rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-24rem * var(--tw-space-y-reverse))}.xl\:-space-y-112>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-28rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-28rem * var(--tw-space-y-reverse))}.xl\:-space-y-128>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-32rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-32rem * var(--tw-space-y-reverse))}.xl\:-space-y-144>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-36rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-36rem * var(--tw-space-y-reverse))}.xl\:-space-y-160>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-40rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-40rem * var(--tw-space-y-reverse))}.xl\:-space-y-168>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-42rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-42rem * var(--tw-space-y-reverse))}.xl\:-space-y-180>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-45rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-45rem * var(--tw-space-y-reverse))}.xl\:-space-y-192>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-48rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-48rem * var(--tw-space-y-reverse))}.xl\:-space-y-px>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(-1px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(-1px * var(--tw-space-y-reverse))}.xl\:-space-y-0\.5>: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-y-1\.5>: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-y-2\.5>: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-y-3\.5>: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-y-reverse>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 1}.xl\:space-x-reverse>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 1}.xl\:divide-x-0>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(0px * var(--tw-divide-x-reverse));border-left-width:calc(0px * calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-x-2>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(2px * var(--tw-divide-x-reverse));border-left-width:calc(2px * calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-x-4>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(4px * var(--tw-divide-x-reverse));border-left-width:calc(4px * calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-x-8>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(8px * var(--tw-divide-x-reverse));border-left-width:calc(8px * calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.xl\:divide-y-0>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(0px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(0px * var(--tw-divide-y-reverse))}.xl\:divide-y-2>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(2px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(2px * var(--tw-divide-y-reverse))}.xl\:divide-y-4>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(4px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(4px * var(--tw-divide-y-reverse))}.xl\:divide-y-8>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(8px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(8px * var(--tw-divide-y-reverse))}.xl\:divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.xl\:divide-y-reverse>:not([hidden])~:not([hidden]){--tw-divide-y-reverse: 1}.xl\:divide-x-reverse>:not([hidden])~:not([hidden]){--tw-divide-x-reverse: 1}.xl\:divide-solid>:not([hidden])~:not([hidden]){border-style:solid}.xl\:divide-dashed>:not([hidden])~:not([hidden]){border-style:dashed}.xl\:divide-dotted>:not([hidden])~:not([hidden]){border-style:dotted}.xl\:divide-double>:not([hidden])~:not([hidden]){border-style:double}.xl\:divide-none>:not([hidden])~:not([hidden]){border-style:none}.xl\:divide-bg_primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(29,39,49,var(--tw-divide-opacity))}.xl\:divide-primary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(28,76,112,var(--tw-divide-opacity))}.xl\:divide-secondary>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,152,74,var(--tw-divide-opacity))}.xl\:divide-warning>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,95,59,var(--tw-divide-opacity))}.xl\:divide-error>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,67,54,var(--tw-divide-opacity))}.xl\:divide-info>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(122,169,163,var(--tw-divide-opacity))}.xl\:divide-success>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(51,143,154,var(--tw-divide-opacity))}.xl\:divide-call_to_action>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(127,165,240,var(--tw-divide-opacity))}.xl\:divide-gray-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,250,250,var(--tw-divide-opacity))}.xl\:divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,244,245,var(--tw-divide-opacity))}.xl\:divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(228,228,231,var(--tw-divide-opacity))}.xl\:divide-gray-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(212,212,216,var(--tw-divide-opacity))}.xl\:divide-gray-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(161,161,170,var(--tw-divide-opacity))}.xl\:divide-gray-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(113,113,122,var(--tw-divide-opacity))}.xl\:divide-gray-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(82,82,91,var(--tw-divide-opacity))}.xl\:divide-gray-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(63,63,70,var(--tw-divide-opacity))}.xl\:divide-gray-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(39,39,42,var(--tw-divide-opacity))}.xl\:divide-gray-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(24,24,27,var(--tw-divide-opacity))}.xl\:divide-lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(239,239,239,var(--tw-divide-opacity))}.xl\:divide-darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(108,108,108,var(--tw-divide-opacity))}.xl\:divide-nav_darkgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(31,31,31,var(--tw-divide-opacity))}.xl\:divide-nav_lightgray>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(71,71,71,var(--tw-divide-opacity))}.xl\:divide-blue-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,249,255,var(--tw-divide-opacity))}.xl\:divide-blue-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(224,242,254,var(--tw-divide-opacity))}.xl\:divide-blue-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(186,230,253,var(--tw-divide-opacity))}.xl\:divide-blue-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(125,211,252,var(--tw-divide-opacity))}.xl\:divide-blue-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(56,189,248,var(--tw-divide-opacity))}.xl\:divide-blue-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,165,233,var(--tw-divide-opacity))}.xl\:divide-blue-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(2,132,199,var(--tw-divide-opacity))}.xl\:divide-blue-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(3,105,161,var(--tw-divide-opacity))}.xl\:divide-blue-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(7,89,133,var(--tw-divide-opacity))}.xl\:divide-blue-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(12,74,110,var(--tw-divide-opacity))}.xl\:divide-red-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,241,242,var(--tw-divide-opacity))}.xl\:divide-red-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,228,230,var(--tw-divide-opacity))}.xl\:divide-red-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(254,205,211,var(--tw-divide-opacity))}.xl\:divide-red-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,164,175,var(--tw-divide-opacity))}.xl\:divide-red-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(251,113,133,var(--tw-divide-opacity))}.xl\:divide-red-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(244,63,94,var(--tw-divide-opacity))}.xl\:divide-red-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(225,29,72,var(--tw-divide-opacity))}.xl\:divide-red-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(190,18,60,var(--tw-divide-opacity))}.xl\:divide-red-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(159,18,57,var(--tw-divide-opacity))}.xl\:divide-red-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(136,19,55,var(--tw-divide-opacity))}.xl\:divide-pink-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(253,244,255,var(--tw-divide-opacity))}.xl\:divide-pink-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,232,255,var(--tw-divide-opacity))}.xl\:divide-pink-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(245,208,254,var(--tw-divide-opacity))}.xl\:divide-pink-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,171,252,var(--tw-divide-opacity))}.xl\:divide-pink-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(232,121,249,var(--tw-divide-opacity))}.xl\:divide-pink-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,70,239,var(--tw-divide-opacity))}.xl\:divide-pink-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,38,211,var(--tw-divide-opacity))}.xl\:divide-pink-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(162,28,175,var(--tw-divide-opacity))}.xl\:divide-pink-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,25,143,var(--tw-divide-opacity))}.xl\:divide-pink-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(112,26,117,var(--tw-divide-opacity))}.xl\:divide-green-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,244,var(--tw-divide-opacity))}.xl\:divide-green-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(220,252,231,var(--tw-divide-opacity))}.xl\:divide-green-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(187,247,208,var(--tw-divide-opacity))}.xl\:divide-green-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(134,239,172,var(--tw-divide-opacity))}.xl\:divide-green-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(74,222,128,var(--tw-divide-opacity))}.xl\:divide-green-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,197,94,var(--tw-divide-opacity))}.xl\:divide-green-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,163,74,var(--tw-divide-opacity))}.xl\:divide-green-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,128,61,var(--tw-divide-opacity))}.xl\:divide-green-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,101,52,var(--tw-divide-opacity))}.xl\:divide-green-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,83,45,var(--tw-divide-opacity))}.xl\:divide-purple-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(250,245,255,var(--tw-divide-opacity))}.xl\:divide-purple-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(243,232,255,var(--tw-divide-opacity))}.xl\:divide-purple-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(233,213,255,var(--tw-divide-opacity))}.xl\:divide-purple-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(216,180,254,var(--tw-divide-opacity))}.xl\:divide-purple-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(192,132,252,var(--tw-divide-opacity))}.xl\:divide-purple-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(168,85,247,var(--tw-divide-opacity))}.xl\:divide-purple-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(147,51,234,var(--tw-divide-opacity))}.xl\:divide-purple-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(126,34,206,var(--tw-divide-opacity))}.xl\:divide-purple-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(107,33,168,var(--tw-divide-opacity))}.xl\:divide-purple-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(88,28,135,var(--tw-divide-opacity))}.xl\:divide-teal-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(240,253,250,var(--tw-divide-opacity))}.xl\:divide-teal-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(204,251,241,var(--tw-divide-opacity))}.xl\:divide-teal-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(153,246,228,var(--tw-divide-opacity))}.xl\:divide-teal-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(94,234,212,var(--tw-divide-opacity))}.xl\:divide-teal-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(45,212,191,var(--tw-divide-opacity))}.xl\:divide-teal-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(20,184,166,var(--tw-divide-opacity))}.xl\:divide-teal-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(13,148,136,var(--tw-divide-opacity))}.xl\:divide-teal-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(15,118,110,var(--tw-divide-opacity))}.xl\:divide-teal-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(17,94,89,var(--tw-divide-opacity))}.xl\:divide-teal-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(19,78,74,var(--tw-divide-opacity))}.xl\:divide-cyan-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(236,254,255,var(--tw-divide-opacity))}.xl\:divide-cyan-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(207,250,254,var(--tw-divide-opacity))}.xl\:divide-cyan-200>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(165,243,252,var(--tw-divide-opacity))}.xl\:divide-cyan-300>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(103,232,249,var(--tw-divide-opacity))}.xl\:divide-cyan-400>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(34,211,238,var(--tw-divide-opacity))}.xl\:divide-cyan-500>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(6,182,212,var(--tw-divide-opacity))}.xl\:divide-cyan-600>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(8,145,178,var(--tw-divide-opacity))}.xl\:divide-cyan-700>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(14,116,144,var(--tw-divide-opacity))}.xl\:divide-cyan-800>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(21,94,117,var(--tw-divide-opacity))}.xl\:divide-cyan-900>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(22,78,99,var(--tw-divide-opacity))}.xl\:divide-yellow>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(217,179,16,var(--tw-divide-opacity))}.xl\:divide-white>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(255,255,255,var(--tw-divide-opacity))}.xl\:divide-black>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1;border-color:rgba(0,0,0,var(--tw-divide-opacity))}.xl\:divide-opacity-0>:not([hidden])~:not([hidden]){--tw-divide-opacity: 0}.xl\:divide-opacity-5>:not([hidden])~:not([hidden]){--tw-divide-opacity: .05}.xl\:divide-opacity-10>:not([hidden])~:not([hidden]){--tw-divide-opacity: .1}.xl\:divide-opacity-20>:not([hidden])~:not([hidden]){--tw-divide-opacity: .2}.xl\:divide-opacity-25>:not([hidden])~:not([hidden]){--tw-divide-opacity: .25}.xl\:divide-opacity-30>:not([hidden])~:not([hidden]){--tw-divide-opacity: .3}.xl\:divide-opacity-40>:not([hidden])~:not([hidden]){--tw-divide-opacity: .4}.xl\:divide-opacity-50>:not([hidden])~:not([hidden]){--tw-divide-opacity: .5}.xl\:divide-opacity-60>:not([hidden])~:not([hidden]){--tw-divide-opacity: .6}.xl\:divide-opacity-70>:not([hidden])~:not([hidden]){--tw-divide-opacity: .7}.xl\:divide-opacity-75>:not([hidden])~:not([hidden]){--tw-divide-opacity: .75}.xl\:divide-opacity-80>:not([hidden])~:not([hidden]){--tw-divide-opacity: .8}.xl\:divide-opacity-90>:not([hidden])~:not([hidden]){--tw-divide-opacity: .9}.xl\:divide-opacity-95>:not([hidden])~:not([hidden]){--tw-divide-opacity: .95}.xl\:divide-opacity-100>:not([hidden])~:not([hidden]){--tw-divide-opacity: 1}.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\:self-auto{align-self:auto}.xl\:self-start{align-self:flex-start}.xl\:self-end{align-self:flex-end}.xl\:self-center{align-self:center}.xl\:self-stretch{align-self:stretch}.xl\:self-baseline{align-self:baseline}.xl\:justify-self-auto{justify-self:auto}.xl\:justify-self-start{justify-self:start}.xl\:justify-self-end{justify-self:end}.xl\:justify-self-center{justify-self:center}.xl\:justify-self-stretch{justify-self:stretch}.xl\: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\:truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xl\:overflow-ellipsis{text-overflow:ellipsis}.xl\:overflow-clip{text-overflow:clip}.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\: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-4xl{border-radius:2rem}.xl\:rounded-t-none{border-top-left-radius:0;border-top-right-radius:0}.xl\:rounded-t-sm{border-top-left-radius:.125rem;border-top-right-radius:.125rem}.xl\:rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.xl\:rounded-t-md{border-top-left-radius:.375rem;border-top-right-radius:.375rem}.xl\:rounded-t-lg{border-top-left-radius:.5rem;border-top-right-radius:.5rem}.xl\:rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.xl\:rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.xl\:rounded-t-3xl{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}.xl\:rounded-t-full{border-top-left-radius:9999px;border-top-right-radius:9999px}.xl\:rounded-t-4xl{border-top-left-radius:2rem;border-top-right-radius:2rem}.xl\:rounded-r-none{border-top-right-radius:0;border-bottom-right-radius:0}.xl\:rounded-r-sm{border-top-right-radius:.125rem;border-bottom-right-radius:.125rem}.xl\:rounded-r{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.xl\:rounded-r-md{border-top-right-radius:.375rem;border-bottom-right-radius:.375rem}.xl\:rounded-r-lg{border-top-right-radius:.5rem;border-bottom-right-radius:.5rem}.xl\:rounded-r-xl{border-top-right-radius:.75rem;border-bottom-right-radius:.75rem}.xl\:rounded-r-2xl{border-top-right-radius:1rem;border-bottom-right-radius:1rem}.xl\:rounded-r-3xl{border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem}.xl\:rounded-r-full{border-top-right-radius:9999px;border-bottom-right-radius:9999px}.xl\:rounded-r-4xl{border-top-right-radius:2rem;border-bottom-right-radius:2rem}.xl\:rounded-b-none{border-bottom-right-radius:0;border-bottom-left-radius:0}.xl\:rounded-b-sm{border-bottom-right-radius:.125rem;border-bottom-left-radius:.125rem}.xl\:rounded-b{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.xl\:rounded-b-md{border-bottom-right-radius:.375rem;border-bottom-left-radius:.375rem}.xl\:rounded-b-lg{border-bottom-right-radius:.5rem;border-bottom-left-radius:.5rem}.xl\:rounded-b-xl{border-bottom-right-radius:.75rem;border-bottom-left-radius:.75rem}.xl\:rounded-b-2xl{border-bottom-right-radius:1rem;border-bottom-left-radius:1rem}.xl\:rounded-b-3xl{border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem}.xl\:rounded-b-full{border-bottom-right-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-b-4xl{border-bottom-right-radius:2rem;border-bottom-left-radius:2rem}.xl\:rounded-l-none{border-top-left-radius:0;border-bottom-left-radius:0}.xl\:rounded-l-sm{border-top-left-radius:.125rem;border-bottom-left-radius:.125rem}.xl\:rounded-l{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.xl\:rounded-l-md{border-top-left-radius:.375rem;border-bottom-left-radius:.375rem}.xl\:rounded-l-lg{border-top-left-radius:.5rem;border-bottom-left-radius:.5rem}.xl\:rounded-l-xl{border-top-left-radius:.75rem;border-bottom-left-radius:.75rem}.xl\:rounded-l-2xl{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.xl\:rounded-l-3xl{border-top-left-radius:1.5rem;border-bottom-left-radius:1.5rem}.xl\:rounded-l-full{border-top-left-radius:9999px;border-bottom-left-radius:9999px}.xl\:rounded-l-4xl{border-top-left-radius:2rem;border-bottom-left-radius:2rem}.xl\:rounded-tl-none{border-top-left-radius:0}.xl\:rounded-tl-sm{border-top-left-radius:.125rem}.xl\:rounded-tl{border-top-left-radius:.25rem}.xl\:rounded-tl-md{border-top-left-radius:.375rem}.xl\:rounded-tl-lg{border-top-left-radius:.5rem}.xl\:rounded-tl-xl{border-top-left-radius:.75rem}.xl\:rounded-tl-2xl{border-top-left-radius:1rem}.xl\:rounded-tl-3xl{border-top-left-radius:1.5rem}.xl\:rounded-tl-full{border-top-left-radius:9999px}.xl\:rounded-tl-4xl{border-top-left-radius:2rem}.xl\:rounded-tr-none{border-top-right-radius:0}.xl\:rounded-tr-sm{border-top-right-radius:.125rem}.xl\:rounded-tr{border-top-right-radius:.25rem}.xl\:rounded-tr-md{border-top-right-radius:.375rem}.xl\:rounded-tr-lg{border-top-right-radius:.5rem}.xl\:rounded-tr-xl{border-top-right-radius:.75rem}.xl\:rounded-tr-2xl{border-top-right-radius:1rem}.xl\:rounded-tr-3xl{border-top-right-radius:1.5rem}.xl\:rounded-tr-full{border-top-right-radius:9999px}.xl\:rounded-tr-4xl{border-top-right-radius:2rem}.xl\:rounded-br-none{border-bottom-right-radius:0}.xl\:rounded-br-sm{border-bottom-right-radius:.125rem}.xl\:rounded-br{border-bottom-right-radius:.25rem}.xl\:rounded-br-md{border-bottom-right-radius:.375rem}.xl\:rounded-br-lg{border-bottom-right-radius:.5rem}.xl\:rounded-br-xl{border-bottom-right-radius:.75rem}.xl\:rounded-br-2xl{border-bottom-right-radius:1rem}.xl\:rounded-br-3xl{border-bottom-right-radius:1.5rem}.xl\:rounded-br-full{border-bottom-right-radius:9999px}.xl\:rounded-br-4xl{border-bottom-right-radius:2rem}.xl\:rounded-bl-none{border-bottom-left-radius:0}.xl\:rounded-bl-sm{border-bottom-left-radius:.125rem}.xl\:rounded-bl{border-bottom-left-radius:.25rem}.xl\:rounded-bl-md{border-bottom-left-radius:.375rem}.xl\:rounded-bl-lg{border-bottom-left-radius:.5rem}.xl\:rounded-bl-xl{border-bottom-left-radius:.75rem}.xl\:rounded-bl-2xl{border-bottom-left-radius:1rem}.xl\:rounded-bl-3xl{border-bottom-left-radius:1.5rem}.xl\:rounded-bl-full{border-bottom-left-radius:9999px}.xl\:rounded-bl-4xl{border-bottom-left-radius:2rem}.xl\:border-0{border-width:0px}.xl\:border-2{border-width:2px}.xl\:border-4{border-width:4px}.xl\:border-8{border-width:8px}.xl\:border{border-width:1px}.xl\:border-t-0{border-top-width:0px}.xl\:border-t-2{border-top-width:2px}.xl\:border-t-4{border-top-width:4px}.xl\:border-t-8{border-top-width:8px}.xl\:border-t{border-top-width:1px}.xl\:border-r-0{border-right-width:0px}.xl\:border-r-2{border-right-width:2px}.xl\:border-r-4{border-right-width:4px}.xl\:border-r-8{border-right-width:8px}.xl\:border-r{border-right-width:1px}.xl\:border-b-0{border-bottom-width:0px}.xl\:border-b-2{border-bottom-width:2px}.xl\:border-b-4{border-bottom-width:4px}.xl\:border-b-8{border-bottom-width:8px}.xl\:border-b{border-bottom-width:1px}.xl\:border-l-0{border-left-width:0px}.xl\:border-l-2{border-left-width:2px}.xl\:border-l-4{border-left-width:4px}.xl\:border-l-8{border-left-width:8px}.xl\:border-l{border-left-width:1px}.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-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.xl\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.xl\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.xl\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.xl\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.xl\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.xl\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.xl\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.xl\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.xl\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.xl\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.xl\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.xl\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.xl\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.xl\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.xl\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.xl\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.xl\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.xl\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.xl\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.xl\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.xl\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.xl\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.xl\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.xl\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.xl\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.xl\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.xl\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.xl\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.xl\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.xl\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.xl\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.xl\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.xl\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.xl\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.xl\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.xl\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.xl\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.xl\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.xl\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.xl\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.xl\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.xl\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.xl\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.xl\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.xl\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.xl\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.xl\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.xl\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.xl\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.xl\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.xl\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.xl\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.xl\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.xl\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.xl\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.xl\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.xl\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.xl\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.xl\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.xl\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.xl\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.xl\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.xl\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.xl\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.xl\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.xl\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.xl\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.xl\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.xl\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.xl\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.xl\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.xl\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.xl\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.xl\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.xl\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.xl\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.xl\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.xl\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.xl\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.xl\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.xl\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.xl\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.xl\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.xl\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.xl\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.xl\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.xl\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.xl\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.xl\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.xl\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.xl\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.xl\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,var(--tw-border-opacity))}.xl\:border-white{--tw-border-opacity: 1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.xl\:border-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-bg_primary{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-primary{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-secondary{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-warning{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-error{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-info{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-success{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-call_to_action{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-50{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-100{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-200{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-300{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-400{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-500{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-600{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-700{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-800{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-gray-900{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-lightgray{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-darkgray{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-nav_darkgray{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-nav_lightgray{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-50{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-100{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-200{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-300{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-400{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-500{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-600{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-700{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-800{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-blue-900{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-50{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-100{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-200{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-300{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-400{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-500{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-600{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-700{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-800{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-red-900{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-50{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-100{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-200{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-300{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-400{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-500{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-600{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-700{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-800{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-pink-900{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-50{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-100{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-200{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-300{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-400{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-500{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-600{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-700{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-800{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-green-900{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-50{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-100{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-200{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-300{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-400{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-500{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-600{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-700{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-800{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-purple-900{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-50{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-100{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-200{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-300{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-400{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-500{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-600{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-700{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-800{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-teal-900{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-50{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-100{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-200{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-300{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-400{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-500{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-600{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-700{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-800{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-cyan-900{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.group:hover .xl\:group-hover\:border-yellow{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:focus-within\:border-bg_primary:focus-within{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.xl\:focus-within\:border-primary:focus-within{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.xl\:focus-within\:border-secondary:focus-within{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.xl\:focus-within\:border-warning:focus-within{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.xl\:focus-within\:border-error:focus-within{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.xl\:focus-within\:border-info:focus-within{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.xl\:focus-within\:border-success:focus-within{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.xl\:focus-within\:border-call_to_action:focus-within{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-100:focus-within{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-200:focus-within{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-300:focus-within{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-400:focus-within{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-500:focus-within{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-600:focus-within{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-700:focus-within{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-800:focus-within{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.xl\:focus-within\:border-gray-900:focus-within{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.xl\:focus-within\:border-lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.xl\:focus-within\:border-darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.xl\:focus-within\:border-nav_darkgray:focus-within{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.xl\:focus-within\:border-nav_lightgray:focus-within{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-100:focus-within{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-200:focus-within{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-300:focus-within{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-400:focus-within{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-500:focus-within{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-600:focus-within{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-700:focus-within{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-800:focus-within{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.xl\:focus-within\:border-blue-900:focus-within{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.xl\:focus-within\:border-red-50:focus-within{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.xl\:focus-within\:border-red-100:focus-within{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.xl\:focus-within\:border-red-200:focus-within{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.xl\:focus-within\:border-red-300:focus-within{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.xl\:focus-within\:border-red-400:focus-within{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.xl\:focus-within\:border-red-500:focus-within{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.xl\:focus-within\:border-red-600:focus-within{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.xl\:focus-within\:border-red-700:focus-within{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.xl\:focus-within\:border-red-800:focus-within{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.xl\:focus-within\:border-red-900:focus-within{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-50:focus-within{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-100:focus-within{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-200:focus-within{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-300:focus-within{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-400:focus-within{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-500:focus-within{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-600:focus-within{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-700:focus-within{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-800:focus-within{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.xl\:focus-within\:border-pink-900:focus-within{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.xl\:focus-within\:border-green-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.xl\:focus-within\:border-green-100:focus-within{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.xl\:focus-within\:border-green-200:focus-within{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.xl\:focus-within\:border-green-300:focus-within{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.xl\:focus-within\:border-green-400:focus-within{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.xl\:focus-within\:border-green-500:focus-within{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.xl\:focus-within\:border-green-600:focus-within{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.xl\:focus-within\:border-green-700:focus-within{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.xl\:focus-within\:border-green-800:focus-within{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.xl\:focus-within\:border-green-900:focus-within{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-50:focus-within{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-100:focus-within{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-200:focus-within{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-300:focus-within{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-400:focus-within{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-500:focus-within{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-600:focus-within{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-700:focus-within{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-800:focus-within{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.xl\:focus-within\:border-purple-900:focus-within{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-50:focus-within{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-100:focus-within{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-200:focus-within{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-300:focus-within{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-400:focus-within{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-500:focus-within{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-600:focus-within{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-700:focus-within{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-800:focus-within{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.xl\:focus-within\:border-teal-900:focus-within{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-50:focus-within{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-100:focus-within{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-200:focus-within{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-300:focus-within{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-400:focus-within{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-500:focus-within{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-600:focus-within{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-700:focus-within{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-800:focus-within{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.xl\:focus-within\:border-cyan-900:focus-within{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.xl\:focus-within\:border-yellow:focus-within{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus-within{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:hover\:border-bg_primary:hover{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.xl\:hover\:border-primary:hover{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.xl\:hover\:border-secondary:hover{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.xl\:hover\:border-warning:hover{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.xl\:hover\:border-error:hover{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.xl\:hover\:border-info:hover{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.xl\:hover\:border-success:hover{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.xl\:hover\:border-call_to_action:hover{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.xl\:hover\:border-gray-50:hover{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.xl\:hover\:border-gray-100:hover{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.xl\:hover\:border-gray-200:hover{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.xl\:hover\:border-gray-300:hover{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.xl\:hover\:border-gray-400:hover{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.xl\:hover\:border-gray-500:hover{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.xl\:hover\:border-gray-600:hover{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.xl\:hover\:border-gray-700:hover{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.xl\:hover\:border-gray-800:hover{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.xl\:hover\:border-gray-900:hover{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.xl\:hover\:border-lightgray:hover{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.xl\:hover\:border-darkgray:hover{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.xl\:hover\:border-nav_darkgray:hover{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.xl\:hover\:border-nav_lightgray:hover{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.xl\:hover\:border-blue-50:hover{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.xl\:hover\:border-blue-100:hover{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.xl\:hover\:border-blue-200:hover{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.xl\:hover\:border-blue-300:hover{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.xl\:hover\:border-blue-400:hover{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.xl\:hover\:border-blue-500:hover{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.xl\:hover\:border-blue-600:hover{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.xl\:hover\:border-blue-700:hover{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.xl\:hover\:border-blue-800:hover{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.xl\:hover\:border-blue-900:hover{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.xl\:hover\:border-red-50:hover{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.xl\:hover\:border-red-100:hover{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.xl\:hover\:border-red-200:hover{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.xl\:hover\:border-red-300:hover{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.xl\:hover\:border-red-400:hover{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.xl\:hover\:border-red-500:hover{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.xl\:hover\:border-red-600:hover{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.xl\:hover\:border-red-700:hover{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.xl\:hover\:border-red-800:hover{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.xl\:hover\:border-red-900:hover{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.xl\:hover\:border-pink-50:hover{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.xl\:hover\:border-pink-100:hover{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.xl\:hover\:border-pink-200:hover{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.xl\:hover\:border-pink-300:hover{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.xl\:hover\:border-pink-400:hover{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.xl\:hover\:border-pink-500:hover{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.xl\:hover\:border-pink-600:hover{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.xl\:hover\:border-pink-700:hover{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.xl\:hover\:border-pink-800:hover{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.xl\:hover\:border-pink-900:hover{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.xl\:hover\:border-green-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.xl\:hover\:border-green-100:hover{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.xl\:hover\:border-green-200:hover{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.xl\:hover\:border-green-300:hover{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.xl\:hover\:border-green-400:hover{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.xl\:hover\:border-green-500:hover{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.xl\:hover\:border-green-600:hover{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.xl\:hover\:border-green-700:hover{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.xl\:hover\:border-green-800:hover{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.xl\:hover\:border-green-900:hover{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.xl\:hover\:border-purple-50:hover{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.xl\:hover\:border-purple-100:hover{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.xl\:hover\:border-purple-200:hover{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.xl\:hover\:border-purple-300:hover{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.xl\:hover\:border-purple-400:hover{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.xl\:hover\:border-purple-500:hover{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.xl\:hover\:border-purple-600:hover{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.xl\:hover\:border-purple-700:hover{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.xl\:hover\:border-purple-800:hover{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.xl\:hover\:border-purple-900:hover{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.xl\:hover\:border-teal-50:hover{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.xl\:hover\:border-teal-100:hover{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.xl\:hover\:border-teal-200:hover{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.xl\:hover\:border-teal-300:hover{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.xl\:hover\:border-teal-400:hover{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.xl\:hover\:border-teal-500:hover{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.xl\:hover\:border-teal-600:hover{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.xl\:hover\:border-teal-700:hover{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.xl\:hover\:border-teal-800:hover{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.xl\:hover\:border-teal-900:hover{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.xl\:hover\:border-cyan-50:hover{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.xl\:hover\:border-cyan-100:hover{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.xl\:hover\:border-cyan-200:hover{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.xl\:hover\:border-cyan-300:hover{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.xl\:hover\:border-cyan-400:hover{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.xl\:hover\:border-cyan-500:hover{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.xl\:hover\:border-cyan-600:hover{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.xl\:hover\:border-cyan-700:hover{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.xl\:hover\:border-cyan-800:hover{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.xl\:hover\:border-cyan-900:hover{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.xl\:hover\:border-yellow:hover{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:hover{--tw-border-opacity: 1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.xl\:focus\:border-bg_primary:focus{--tw-border-opacity: 1;border-color:rgba(29,39,49,var(--tw-border-opacity))}.xl\:focus\:border-primary:focus{--tw-border-opacity: 1;border-color:rgba(28,76,112,var(--tw-border-opacity))}.xl\:focus\:border-secondary:focus{--tw-border-opacity: 1;border-color:rgba(240,152,74,var(--tw-border-opacity))}.xl\:focus\:border-warning:focus{--tw-border-opacity: 1;border-color:rgba(217,95,59,var(--tw-border-opacity))}.xl\:focus\:border-error:focus{--tw-border-opacity: 1;border-color:rgba(244,67,54,var(--tw-border-opacity))}.xl\:focus\:border-info:focus{--tw-border-opacity: 1;border-color:rgba(122,169,163,var(--tw-border-opacity))}.xl\:focus\:border-success:focus{--tw-border-opacity: 1;border-color:rgba(51,143,154,var(--tw-border-opacity))}.xl\:focus\:border-call_to_action:focus{--tw-border-opacity: 1;border-color:rgba(127,165,240,var(--tw-border-opacity))}.xl\:focus\:border-gray-50:focus{--tw-border-opacity: 1;border-color:rgba(250,250,250,var(--tw-border-opacity))}.xl\:focus\:border-gray-100:focus{--tw-border-opacity: 1;border-color:rgba(244,244,245,var(--tw-border-opacity))}.xl\:focus\:border-gray-200:focus{--tw-border-opacity: 1;border-color:rgba(228,228,231,var(--tw-border-opacity))}.xl\:focus\:border-gray-300:focus{--tw-border-opacity: 1;border-color:rgba(212,212,216,var(--tw-border-opacity))}.xl\:focus\:border-gray-400:focus{--tw-border-opacity: 1;border-color:rgba(161,161,170,var(--tw-border-opacity))}.xl\:focus\:border-gray-500:focus{--tw-border-opacity: 1;border-color:rgba(113,113,122,var(--tw-border-opacity))}.xl\:focus\:border-gray-600:focus{--tw-border-opacity: 1;border-color:rgba(82,82,91,var(--tw-border-opacity))}.xl\:focus\:border-gray-700:focus{--tw-border-opacity: 1;border-color:rgba(63,63,70,var(--tw-border-opacity))}.xl\:focus\:border-gray-800:focus{--tw-border-opacity: 1;border-color:rgba(39,39,42,var(--tw-border-opacity))}.xl\:focus\:border-gray-900:focus{--tw-border-opacity: 1;border-color:rgba(24,24,27,var(--tw-border-opacity))}.xl\:focus\:border-lightgray:focus{--tw-border-opacity: 1;border-color:rgba(239,239,239,var(--tw-border-opacity))}.xl\:focus\:border-darkgray:focus{--tw-border-opacity: 1;border-color:rgba(108,108,108,var(--tw-border-opacity))}.xl\:focus\:border-nav_darkgray:focus{--tw-border-opacity: 1;border-color:rgba(31,31,31,var(--tw-border-opacity))}.xl\:focus\:border-nav_lightgray:focus{--tw-border-opacity: 1;border-color:rgba(71,71,71,var(--tw-border-opacity))}.xl\:focus\:border-blue-50:focus{--tw-border-opacity: 1;border-color:rgba(240,249,255,var(--tw-border-opacity))}.xl\:focus\:border-blue-100:focus{--tw-border-opacity: 1;border-color:rgba(224,242,254,var(--tw-border-opacity))}.xl\:focus\:border-blue-200:focus{--tw-border-opacity: 1;border-color:rgba(186,230,253,var(--tw-border-opacity))}.xl\:focus\:border-blue-300:focus{--tw-border-opacity: 1;border-color:rgba(125,211,252,var(--tw-border-opacity))}.xl\:focus\:border-blue-400:focus{--tw-border-opacity: 1;border-color:rgba(56,189,248,var(--tw-border-opacity))}.xl\:focus\:border-blue-500:focus{--tw-border-opacity: 1;border-color:rgba(14,165,233,var(--tw-border-opacity))}.xl\:focus\:border-blue-600:focus{--tw-border-opacity: 1;border-color:rgba(2,132,199,var(--tw-border-opacity))}.xl\:focus\:border-blue-700:focus{--tw-border-opacity: 1;border-color:rgba(3,105,161,var(--tw-border-opacity))}.xl\:focus\:border-blue-800:focus{--tw-border-opacity: 1;border-color:rgba(7,89,133,var(--tw-border-opacity))}.xl\:focus\:border-blue-900:focus{--tw-border-opacity: 1;border-color:rgba(12,74,110,var(--tw-border-opacity))}.xl\:focus\:border-red-50:focus{--tw-border-opacity: 1;border-color:rgba(255,241,242,var(--tw-border-opacity))}.xl\:focus\:border-red-100:focus{--tw-border-opacity: 1;border-color:rgba(255,228,230,var(--tw-border-opacity))}.xl\:focus\:border-red-200:focus{--tw-border-opacity: 1;border-color:rgba(254,205,211,var(--tw-border-opacity))}.xl\:focus\:border-red-300:focus{--tw-border-opacity: 1;border-color:rgba(253,164,175,var(--tw-border-opacity))}.xl\:focus\:border-red-400:focus{--tw-border-opacity: 1;border-color:rgba(251,113,133,var(--tw-border-opacity))}.xl\:focus\:border-red-500:focus{--tw-border-opacity: 1;border-color:rgba(244,63,94,var(--tw-border-opacity))}.xl\:focus\:border-red-600:focus{--tw-border-opacity: 1;border-color:rgba(225,29,72,var(--tw-border-opacity))}.xl\:focus\:border-red-700:focus{--tw-border-opacity: 1;border-color:rgba(190,18,60,var(--tw-border-opacity))}.xl\:focus\:border-red-800:focus{--tw-border-opacity: 1;border-color:rgba(159,18,57,var(--tw-border-opacity))}.xl\:focus\:border-red-900:focus{--tw-border-opacity: 1;border-color:rgba(136,19,55,var(--tw-border-opacity))}.xl\:focus\:border-pink-50:focus{--tw-border-opacity: 1;border-color:rgba(253,244,255,var(--tw-border-opacity))}.xl\:focus\:border-pink-100:focus{--tw-border-opacity: 1;border-color:rgba(250,232,255,var(--tw-border-opacity))}.xl\:focus\:border-pink-200:focus{--tw-border-opacity: 1;border-color:rgba(245,208,254,var(--tw-border-opacity))}.xl\:focus\:border-pink-300:focus{--tw-border-opacity: 1;border-color:rgba(240,171,252,var(--tw-border-opacity))}.xl\:focus\:border-pink-400:focus{--tw-border-opacity: 1;border-color:rgba(232,121,249,var(--tw-border-opacity))}.xl\:focus\:border-pink-500:focus{--tw-border-opacity: 1;border-color:rgba(217,70,239,var(--tw-border-opacity))}.xl\:focus\:border-pink-600:focus{--tw-border-opacity: 1;border-color:rgba(192,38,211,var(--tw-border-opacity))}.xl\:focus\:border-pink-700:focus{--tw-border-opacity: 1;border-color:rgba(162,28,175,var(--tw-border-opacity))}.xl\:focus\:border-pink-800:focus{--tw-border-opacity: 1;border-color:rgba(134,25,143,var(--tw-border-opacity))}.xl\:focus\:border-pink-900:focus{--tw-border-opacity: 1;border-color:rgba(112,26,117,var(--tw-border-opacity))}.xl\:focus\:border-green-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,244,var(--tw-border-opacity))}.xl\:focus\:border-green-100:focus{--tw-border-opacity: 1;border-color:rgba(220,252,231,var(--tw-border-opacity))}.xl\:focus\:border-green-200:focus{--tw-border-opacity: 1;border-color:rgba(187,247,208,var(--tw-border-opacity))}.xl\:focus\:border-green-300:focus{--tw-border-opacity: 1;border-color:rgba(134,239,172,var(--tw-border-opacity))}.xl\:focus\:border-green-400:focus{--tw-border-opacity: 1;border-color:rgba(74,222,128,var(--tw-border-opacity))}.xl\:focus\:border-green-500:focus{--tw-border-opacity: 1;border-color:rgba(34,197,94,var(--tw-border-opacity))}.xl\:focus\:border-green-600:focus{--tw-border-opacity: 1;border-color:rgba(22,163,74,var(--tw-border-opacity))}.xl\:focus\:border-green-700:focus{--tw-border-opacity: 1;border-color:rgba(21,128,61,var(--tw-border-opacity))}.xl\:focus\:border-green-800:focus{--tw-border-opacity: 1;border-color:rgba(22,101,52,var(--tw-border-opacity))}.xl\:focus\:border-green-900:focus{--tw-border-opacity: 1;border-color:rgba(20,83,45,var(--tw-border-opacity))}.xl\:focus\:border-purple-50:focus{--tw-border-opacity: 1;border-color:rgba(250,245,255,var(--tw-border-opacity))}.xl\:focus\:border-purple-100:focus{--tw-border-opacity: 1;border-color:rgba(243,232,255,var(--tw-border-opacity))}.xl\:focus\:border-purple-200:focus{--tw-border-opacity: 1;border-color:rgba(233,213,255,var(--tw-border-opacity))}.xl\:focus\:border-purple-300:focus{--tw-border-opacity: 1;border-color:rgba(216,180,254,var(--tw-border-opacity))}.xl\:focus\:border-purple-400:focus{--tw-border-opacity: 1;border-color:rgba(192,132,252,var(--tw-border-opacity))}.xl\:focus\:border-purple-500:focus{--tw-border-opacity: 1;border-color:rgba(168,85,247,var(--tw-border-opacity))}.xl\:focus\:border-purple-600:focus{--tw-border-opacity: 1;border-color:rgba(147,51,234,var(--tw-border-opacity))}.xl\:focus\:border-purple-700:focus{--tw-border-opacity: 1;border-color:rgba(126,34,206,var(--tw-border-opacity))}.xl\:focus\:border-purple-800:focus{--tw-border-opacity: 1;border-color:rgba(107,33,168,var(--tw-border-opacity))}.xl\:focus\:border-purple-900:focus{--tw-border-opacity: 1;border-color:rgba(88,28,135,var(--tw-border-opacity))}.xl\:focus\:border-teal-50:focus{--tw-border-opacity: 1;border-color:rgba(240,253,250,var(--tw-border-opacity))}.xl\:focus\:border-teal-100:focus{--tw-border-opacity: 1;border-color:rgba(204,251,241,var(--tw-border-opacity))}.xl\:focus\:border-teal-200:focus{--tw-border-opacity: 1;border-color:rgba(153,246,228,var(--tw-border-opacity))}.xl\:focus\:border-teal-300:focus{--tw-border-opacity: 1;border-color:rgba(94,234,212,var(--tw-border-opacity))}.xl\:focus\:border-teal-400:focus{--tw-border-opacity: 1;border-color:rgba(45,212,191,var(--tw-border-opacity))}.xl\:focus\:border-teal-500:focus{--tw-border-opacity: 1;border-color:rgba(20,184,166,var(--tw-border-opacity))}.xl\:focus\:border-teal-600:focus{--tw-border-opacity: 1;border-color:rgba(13,148,136,var(--tw-border-opacity))}.xl\:focus\:border-teal-700:focus{--tw-border-opacity: 1;border-color:rgba(15,118,110,var(--tw-border-opacity))}.xl\:focus\:border-teal-800:focus{--tw-border-opacity: 1;border-color:rgba(17,94,89,var(--tw-border-opacity))}.xl\:focus\:border-teal-900:focus{--tw-border-opacity: 1;border-color:rgba(19,78,74,var(--tw-border-opacity))}.xl\:focus\:border-cyan-50:focus{--tw-border-opacity: 1;border-color:rgba(236,254,255,var(--tw-border-opacity))}.xl\:focus\:border-cyan-100:focus{--tw-border-opacity: 1;border-color:rgba(207,250,254,var(--tw-border-opacity))}.xl\:focus\:border-cyan-200:focus{--tw-border-opacity: 1;border-color:rgba(165,243,252,var(--tw-border-opacity))}.xl\:focus\:border-cyan-300:focus{--tw-border-opacity: 1;border-color:rgba(103,232,249,var(--tw-border-opacity))}.xl\:focus\:border-cyan-400:focus{--tw-border-opacity: 1;border-color:rgba(34,211,238,var(--tw-border-opacity))}.xl\:focus\:border-cyan-500:focus{--tw-border-opacity: 1;border-color:rgba(6,182,212,var(--tw-border-opacity))}.xl\:focus\:border-cyan-600:focus{--tw-border-opacity: 1;border-color:rgba(8,145,178,var(--tw-border-opacity))}.xl\:focus\:border-cyan-700:focus{--tw-border-opacity: 1;border-color:rgba(14,116,144,var(--tw-border-opacity))}.xl\:focus\:border-cyan-800:focus{--tw-border-opacity: 1;border-color:rgba(21,94,117,var(--tw-border-opacity))}.xl\:focus\:border-cyan-900:focus{--tw-border-opacity: 1;border-color:rgba(22,78,99,var(--tw-border-opacity))}.xl\:focus\:border-yellow:focus{--tw-border-opacity: 1;border-color:rgba(217,179,16,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-black:focus{--tw-border-opacity: 1;border-color:rgba(0,0,0,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\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.xl\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.xl\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.xl\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.xl\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.xl\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.xl\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.xl\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.xl\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.xl\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.xl\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.xl\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.xl\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.xl\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.xl\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.xl\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.xl\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.xl\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.xl\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.xl\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.xl\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.xl\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.xl\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.xl\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.xl\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.xl\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.xl\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.xl\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.xl\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.xl\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.xl\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.xl\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.xl\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.xl\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.xl\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.xl\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.xl\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.xl\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.xl\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.xl\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.xl\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.xl\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.xl\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.xl\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.xl\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.xl\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.xl\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.xl\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.xl\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.xl\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.xl\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.xl\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.xl\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.xl\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.xl\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.xl\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.xl\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.xl\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.xl\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.xl\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.xl\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.xl\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.xl\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.xl\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.xl\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.xl\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.xl\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.xl\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.xl\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.xl\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.xl\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.xl\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.xl\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.xl\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.xl\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.xl\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.xl\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.xl\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.xl\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.xl\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.xl\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.xl\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.xl\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.xl\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.xl\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.xl\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.xl\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.xl\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.xl\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.xl\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.xl\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.xl\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,var(--tw-bg-opacity))}.xl\:bg-white{--tw-bg-opacity: 1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.xl\:bg-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-bg_primary{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-primary{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-secondary{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-warning{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-error{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-info{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-success{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-call_to_action{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-50{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-100{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-200{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-300{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-400{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-500{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-600{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-700{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-800{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-gray-900{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-lightgray{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-darkgray{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-nav_darkgray{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-nav_lightgray{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-50{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-100{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-200{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-300{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-400{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-500{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-600{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-700{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-800{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-blue-900{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-50{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-100{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-200{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-300{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-400{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-500{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-600{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-700{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-800{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-red-900{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-50{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-100{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-200{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-300{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-400{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-500{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-600{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-700{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-800{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-pink-900{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-50{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-100{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-200{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-300{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-400{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-500{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-600{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-700{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-800{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-green-900{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-50{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-100{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-200{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-300{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-400{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-500{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-600{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-700{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-800{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-purple-900{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-50{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-100{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-200{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-300{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-400{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-500{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-600{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-700{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-800{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-teal-900{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-50{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-100{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-200{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-300{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-400{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-500{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-600{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-700{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-800{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-cyan-900{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.group:hover .xl\:group-hover\:bg-yellow{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:focus-within\:bg-bg_primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.xl\:focus-within\:bg-primary:focus-within{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.xl\:focus-within\:bg-secondary:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.xl\:focus-within\:bg-warning:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.xl\:focus-within\:bg-error:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.xl\:focus-within\:bg-info:focus-within{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.xl\:focus-within\:bg-success:focus-within{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.xl\:focus-within\:bg-call_to_action:focus-within{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.xl\:focus-within\:bg-gray-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.xl\:focus-within\:bg-lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.xl\:focus-within\:bg-darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.xl\:focus-within\:bg-nav_darkgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.xl\:focus-within\:bg-nav_lightgray:focus-within{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.xl\:focus-within\:bg-blue-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.xl\:focus-within\:bg-red-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.xl\:focus-within\:bg-pink-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.xl\:focus-within\:bg-green-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.xl\:focus-within\:bg-purple-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.xl\:focus-within\:bg-teal-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-50:focus-within{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-100:focus-within{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-200:focus-within{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-300:focus-within{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-400:focus-within{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-500:focus-within{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-600:focus-within{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-700:focus-within{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-800:focus-within{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.xl\:focus-within\:bg-cyan-900:focus-within{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.xl\:focus-within\:bg-yellow:focus-within{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus-within{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:hover\:bg-bg_primary:hover{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.xl\:hover\:bg-primary:hover{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.xl\:hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.xl\:hover\:bg-warning:hover{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.xl\:hover\:bg-error:hover{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.xl\:hover\:bg-info:hover{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.xl\:hover\:bg-success:hover{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.xl\:hover\:bg-call_to_action:hover{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-100:hover{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-200:hover{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-300:hover{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-400:hover{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-500:hover{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-600:hover{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-700:hover{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-800:hover{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.xl\:hover\:bg-gray-900:hover{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.xl\:hover\:bg-lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.xl\:hover\:bg-darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.xl\:hover\:bg-nav_darkgray:hover{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.xl\:hover\:bg-nav_lightgray:hover{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-100:hover{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-200:hover{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-300:hover{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-400:hover{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-500:hover{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-600:hover{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-800:hover{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.xl\:hover\:bg-blue-900:hover{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.xl\:hover\:bg-red-50:hover{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.xl\:hover\:bg-red-100:hover{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.xl\:hover\:bg-red-200:hover{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.xl\:hover\:bg-red-300:hover{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.xl\:hover\:bg-red-400:hover{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.xl\:hover\:bg-red-500:hover{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.xl\:hover\:bg-red-600:hover{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.xl\:hover\:bg-red-700:hover{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.xl\:hover\:bg-red-800:hover{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.xl\:hover\:bg-red-900:hover{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-50:hover{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-100:hover{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-200:hover{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-300:hover{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-400:hover{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-500:hover{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-600:hover{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-700:hover{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-800:hover{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.xl\:hover\:bg-pink-900:hover{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.xl\:hover\:bg-green-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.xl\:hover\:bg-green-100:hover{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.xl\:hover\:bg-green-200:hover{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.xl\:hover\:bg-green-300:hover{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.xl\:hover\:bg-green-400:hover{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.xl\:hover\:bg-green-500:hover{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.xl\:hover\:bg-green-600:hover{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.xl\:hover\:bg-green-700:hover{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.xl\:hover\:bg-green-800:hover{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.xl\:hover\:bg-green-900:hover{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-50:hover{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-100:hover{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-200:hover{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-300:hover{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-400:hover{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-500:hover{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-600:hover{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-700:hover{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-800:hover{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.xl\:hover\:bg-purple-900:hover{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-50:hover{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-100:hover{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-200:hover{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-300:hover{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-400:hover{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-500:hover{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-600:hover{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-700:hover{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-800:hover{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.xl\:hover\:bg-teal-900:hover{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-50:hover{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-100:hover{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-200:hover{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-300:hover{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-400:hover{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-500:hover{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-600:hover{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-700:hover{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-800:hover{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.xl\:hover\:bg-cyan-900:hover{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.xl\:hover\:bg-yellow:hover{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:hover{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.xl\:focus\:bg-bg_primary:focus{--tw-bg-opacity: 1;background-color:rgba(29,39,49,var(--tw-bg-opacity))}.xl\:focus\:bg-primary:focus{--tw-bg-opacity: 1;background-color:rgba(28,76,112,var(--tw-bg-opacity))}.xl\:focus\:bg-secondary:focus{--tw-bg-opacity: 1;background-color:rgba(240,152,74,var(--tw-bg-opacity))}.xl\:focus\:bg-warning:focus{--tw-bg-opacity: 1;background-color:rgba(217,95,59,var(--tw-bg-opacity))}.xl\:focus\:bg-error:focus{--tw-bg-opacity: 1;background-color:rgba(244,67,54,var(--tw-bg-opacity))}.xl\:focus\:bg-info:focus{--tw-bg-opacity: 1;background-color:rgba(122,169,163,var(--tw-bg-opacity))}.xl\:focus\:bg-success:focus{--tw-bg-opacity: 1;background-color:rgba(51,143,154,var(--tw-bg-opacity))}.xl\:focus\:bg-call_to_action:focus{--tw-bg-opacity: 1;background-color:rgba(127,165,240,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,250,250,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-100:focus{--tw-bg-opacity: 1;background-color:rgba(244,244,245,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-200:focus{--tw-bg-opacity: 1;background-color:rgba(228,228,231,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-300:focus{--tw-bg-opacity: 1;background-color:rgba(212,212,216,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-400:focus{--tw-bg-opacity: 1;background-color:rgba(161,161,170,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-500:focus{--tw-bg-opacity: 1;background-color:rgba(113,113,122,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-600:focus{--tw-bg-opacity: 1;background-color:rgba(82,82,91,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-700:focus{--tw-bg-opacity: 1;background-color:rgba(63,63,70,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-800:focus{--tw-bg-opacity: 1;background-color:rgba(39,39,42,var(--tw-bg-opacity))}.xl\:focus\:bg-gray-900:focus{--tw-bg-opacity: 1;background-color:rgba(24,24,27,var(--tw-bg-opacity))}.xl\:focus\:bg-lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(239,239,239,var(--tw-bg-opacity))}.xl\:focus\:bg-darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(108,108,108,var(--tw-bg-opacity))}.xl\:focus\:bg-nav_darkgray:focus{--tw-bg-opacity: 1;background-color:rgba(31,31,31,var(--tw-bg-opacity))}.xl\:focus\:bg-nav_lightgray:focus{--tw-bg-opacity: 1;background-color:rgba(71,71,71,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,249,255,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-100:focus{--tw-bg-opacity: 1;background-color:rgba(224,242,254,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-200:focus{--tw-bg-opacity: 1;background-color:rgba(186,230,253,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-300:focus{--tw-bg-opacity: 1;background-color:rgba(125,211,252,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-400:focus{--tw-bg-opacity: 1;background-color:rgba(56,189,248,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-500:focus{--tw-bg-opacity: 1;background-color:rgba(14,165,233,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-600:focus{--tw-bg-opacity: 1;background-color:rgba(2,132,199,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-700:focus{--tw-bg-opacity: 1;background-color:rgba(3,105,161,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-800:focus{--tw-bg-opacity: 1;background-color:rgba(7,89,133,var(--tw-bg-opacity))}.xl\:focus\:bg-blue-900:focus{--tw-bg-opacity: 1;background-color:rgba(12,74,110,var(--tw-bg-opacity))}.xl\:focus\:bg-red-50:focus{--tw-bg-opacity: 1;background-color:rgba(255,241,242,var(--tw-bg-opacity))}.xl\:focus\:bg-red-100:focus{--tw-bg-opacity: 1;background-color:rgba(255,228,230,var(--tw-bg-opacity))}.xl\:focus\:bg-red-200:focus{--tw-bg-opacity: 1;background-color:rgba(254,205,211,var(--tw-bg-opacity))}.xl\:focus\:bg-red-300:focus{--tw-bg-opacity: 1;background-color:rgba(253,164,175,var(--tw-bg-opacity))}.xl\:focus\:bg-red-400:focus{--tw-bg-opacity: 1;background-color:rgba(251,113,133,var(--tw-bg-opacity))}.xl\:focus\:bg-red-500:focus{--tw-bg-opacity: 1;background-color:rgba(244,63,94,var(--tw-bg-opacity))}.xl\:focus\:bg-red-600:focus{--tw-bg-opacity: 1;background-color:rgba(225,29,72,var(--tw-bg-opacity))}.xl\:focus\:bg-red-700:focus{--tw-bg-opacity: 1;background-color:rgba(190,18,60,var(--tw-bg-opacity))}.xl\:focus\:bg-red-800:focus{--tw-bg-opacity: 1;background-color:rgba(159,18,57,var(--tw-bg-opacity))}.xl\:focus\:bg-red-900:focus{--tw-bg-opacity: 1;background-color:rgba(136,19,55,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-50:focus{--tw-bg-opacity: 1;background-color:rgba(253,244,255,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-100:focus{--tw-bg-opacity: 1;background-color:rgba(250,232,255,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-200:focus{--tw-bg-opacity: 1;background-color:rgba(245,208,254,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-300:focus{--tw-bg-opacity: 1;background-color:rgba(240,171,252,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-400:focus{--tw-bg-opacity: 1;background-color:rgba(232,121,249,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-500:focus{--tw-bg-opacity: 1;background-color:rgba(217,70,239,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-600:focus{--tw-bg-opacity: 1;background-color:rgba(192,38,211,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-700:focus{--tw-bg-opacity: 1;background-color:rgba(162,28,175,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-800:focus{--tw-bg-opacity: 1;background-color:rgba(134,25,143,var(--tw-bg-opacity))}.xl\:focus\:bg-pink-900:focus{--tw-bg-opacity: 1;background-color:rgba(112,26,117,var(--tw-bg-opacity))}.xl\:focus\:bg-green-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,244,var(--tw-bg-opacity))}.xl\:focus\:bg-green-100:focus{--tw-bg-opacity: 1;background-color:rgba(220,252,231,var(--tw-bg-opacity))}.xl\:focus\:bg-green-200:focus{--tw-bg-opacity: 1;background-color:rgba(187,247,208,var(--tw-bg-opacity))}.xl\:focus\:bg-green-300:focus{--tw-bg-opacity: 1;background-color:rgba(134,239,172,var(--tw-bg-opacity))}.xl\:focus\:bg-green-400:focus{--tw-bg-opacity: 1;background-color:rgba(74,222,128,var(--tw-bg-opacity))}.xl\:focus\:bg-green-500:focus{--tw-bg-opacity: 1;background-color:rgba(34,197,94,var(--tw-bg-opacity))}.xl\:focus\:bg-green-600:focus{--tw-bg-opacity: 1;background-color:rgba(22,163,74,var(--tw-bg-opacity))}.xl\:focus\:bg-green-700:focus{--tw-bg-opacity: 1;background-color:rgba(21,128,61,var(--tw-bg-opacity))}.xl\:focus\:bg-green-800:focus{--tw-bg-opacity: 1;background-color:rgba(22,101,52,var(--tw-bg-opacity))}.xl\:focus\:bg-green-900:focus{--tw-bg-opacity: 1;background-color:rgba(20,83,45,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-50:focus{--tw-bg-opacity: 1;background-color:rgba(250,245,255,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-100:focus{--tw-bg-opacity: 1;background-color:rgba(243,232,255,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-200:focus{--tw-bg-opacity: 1;background-color:rgba(233,213,255,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-300:focus{--tw-bg-opacity: 1;background-color:rgba(216,180,254,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-400:focus{--tw-bg-opacity: 1;background-color:rgba(192,132,252,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-500:focus{--tw-bg-opacity: 1;background-color:rgba(168,85,247,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-600:focus{--tw-bg-opacity: 1;background-color:rgba(147,51,234,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-700:focus{--tw-bg-opacity: 1;background-color:rgba(126,34,206,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-800:focus{--tw-bg-opacity: 1;background-color:rgba(107,33,168,var(--tw-bg-opacity))}.xl\:focus\:bg-purple-900:focus{--tw-bg-opacity: 1;background-color:rgba(88,28,135,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-50:focus{--tw-bg-opacity: 1;background-color:rgba(240,253,250,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-100:focus{--tw-bg-opacity: 1;background-color:rgba(204,251,241,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-200:focus{--tw-bg-opacity: 1;background-color:rgba(153,246,228,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-300:focus{--tw-bg-opacity: 1;background-color:rgba(94,234,212,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-400:focus{--tw-bg-opacity: 1;background-color:rgba(45,212,191,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-500:focus{--tw-bg-opacity: 1;background-color:rgba(20,184,166,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-600:focus{--tw-bg-opacity: 1;background-color:rgba(13,148,136,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-700:focus{--tw-bg-opacity: 1;background-color:rgba(15,118,110,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-800:focus{--tw-bg-opacity: 1;background-color:rgba(17,94,89,var(--tw-bg-opacity))}.xl\:focus\:bg-teal-900:focus{--tw-bg-opacity: 1;background-color:rgba(19,78,74,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-50:focus{--tw-bg-opacity: 1;background-color:rgba(236,254,255,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-100:focus{--tw-bg-opacity: 1;background-color:rgba(207,250,254,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-200:focus{--tw-bg-opacity: 1;background-color:rgba(165,243,252,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-300:focus{--tw-bg-opacity: 1;background-color:rgba(103,232,249,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-400:focus{--tw-bg-opacity: 1;background-color:rgba(34,211,238,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-500:focus{--tw-bg-opacity: 1;background-color:rgba(6,182,212,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-600:focus{--tw-bg-opacity: 1;background-color:rgba(8,145,178,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-700:focus{--tw-bg-opacity: 1;background-color:rgba(14,116,144,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-800:focus{--tw-bg-opacity: 1;background-color:rgba(21,94,117,var(--tw-bg-opacity))}.xl\:focus\:bg-cyan-900:focus{--tw-bg-opacity: 1;background-color:rgba(22,78,99,var(--tw-bg-opacity))}.xl\:focus\:bg-yellow:focus{--tw-bg-opacity: 1;background-color:rgba(217,179,16,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-black:focus{--tw-bg-opacity: 1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.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-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-bg_primary{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.xl\:from-primary{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.xl\:from-secondary{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.xl\:from-warning{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.xl\:from-error{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.xl\:from-info{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.xl\:from-success{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.xl\:from-call_to_action{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.xl\:from-gray-50{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.xl\:from-gray-100{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.xl\:from-gray-200{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.xl\:from-gray-300{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.xl\:from-gray-400{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.xl\:from-gray-500{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.xl\:from-gray-600{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.xl\:from-gray-700{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.xl\:from-gray-800{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.xl\:from-gray-900{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.xl\:from-lightgray{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.xl\:from-darkgray{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.xl\:from-nav_darkgray{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.xl\:from-nav_lightgray{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.xl\:from-blue-50{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.xl\:from-blue-100{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.xl\:from-blue-200{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.xl\:from-blue-300{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.xl\:from-blue-400{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.xl\:from-blue-500{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.xl\:from-blue-600{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.xl\:from-blue-700{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.xl\:from-blue-800{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.xl\:from-blue-900{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.xl\:from-red-50{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.xl\:from-red-100{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.xl\:from-red-200{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.xl\:from-red-300{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.xl\:from-red-400{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.xl\:from-red-500{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.xl\:from-red-600{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.xl\:from-red-700{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.xl\:from-red-800{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.xl\:from-red-900{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.xl\:from-pink-50{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.xl\:from-pink-100{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.xl\:from-pink-200{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.xl\:from-pink-300{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.xl\:from-pink-400{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.xl\:from-pink-500{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.xl\:from-pink-600{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.xl\:from-pink-700{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.xl\:from-pink-800{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.xl\:from-pink-900{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.xl\:from-green-50{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.xl\:from-green-100{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.xl\:from-green-200{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.xl\:from-green-300{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.xl\:from-green-400{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.xl\:from-green-500{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.xl\:from-green-600{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.xl\:from-green-700{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.xl\:from-green-800{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.xl\:from-green-900{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.xl\:from-purple-50{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.xl\:from-purple-100{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.xl\:from-purple-200{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.xl\:from-purple-300{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.xl\:from-purple-400{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.xl\:from-purple-500{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.xl\:from-purple-600{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.xl\:from-purple-700{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.xl\:from-purple-800{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.xl\:from-purple-900{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.xl\:from-teal-50{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.xl\:from-teal-100{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.xl\:from-teal-200{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.xl\:from-teal-300{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.xl\:from-teal-400{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.xl\:from-teal-500{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.xl\:from-teal-600{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.xl\:from-teal-700{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.xl\:from-teal-800{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.xl\:from-teal-900{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.xl\:from-cyan-50{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.xl\:from-cyan-100{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.xl\:from-cyan-200{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.xl\:from-cyan-300{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.xl\:from-cyan-400{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.xl\:from-cyan-500{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.xl\:from-cyan-600{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.xl\:from-cyan-700{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.xl\:from-cyan-800{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.xl\:from-cyan-900{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.xl\:from-yellow{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.xl\:hover\:from-bg_primary:hover{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.xl\:hover\:from-primary:hover{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.xl\:hover\:from-secondary:hover{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.xl\:hover\:from-warning:hover{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.xl\:hover\:from-error:hover{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.xl\:hover\:from-info:hover{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.xl\:hover\:from-success:hover{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.xl\:hover\:from-call_to_action:hover{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.xl\:hover\:from-gray-50:hover{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.xl\:hover\:from-gray-100:hover{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.xl\:hover\:from-gray-200:hover{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.xl\:hover\:from-gray-300:hover{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.xl\:hover\:from-gray-400:hover{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.xl\:hover\:from-gray-500:hover{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.xl\:hover\:from-gray-600:hover{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.xl\:hover\:from-gray-700:hover{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.xl\:hover\:from-gray-800:hover{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.xl\:hover\:from-gray-900:hover{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.xl\:hover\:from-lightgray:hover{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.xl\:hover\:from-darkgray:hover{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.xl\:hover\:from-nav_darkgray:hover{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.xl\:hover\:from-nav_lightgray:hover{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.xl\:hover\:from-blue-50:hover{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.xl\:hover\:from-blue-100:hover{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.xl\:hover\:from-blue-200:hover{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.xl\:hover\:from-blue-300:hover{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.xl\:hover\:from-blue-400:hover{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.xl\:hover\:from-blue-500:hover{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.xl\:hover\:from-blue-600:hover{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.xl\:hover\:from-blue-700:hover{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.xl\:hover\:from-blue-800:hover{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.xl\:hover\:from-blue-900:hover{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.xl\:hover\:from-red-50:hover{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.xl\:hover\:from-red-100:hover{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.xl\:hover\:from-red-200:hover{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.xl\:hover\:from-red-300:hover{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.xl\:hover\:from-red-400:hover{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.xl\:hover\:from-red-500:hover{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.xl\:hover\:from-red-600:hover{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.xl\:hover\:from-red-700:hover{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.xl\:hover\:from-red-800:hover{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.xl\:hover\:from-red-900:hover{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.xl\:hover\:from-pink-50:hover{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.xl\:hover\:from-pink-100:hover{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.xl\:hover\:from-pink-200:hover{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.xl\:hover\:from-pink-300:hover{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.xl\:hover\:from-pink-400:hover{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.xl\:hover\:from-pink-500:hover{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.xl\:hover\:from-pink-600:hover{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.xl\:hover\:from-pink-700:hover{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.xl\:hover\:from-pink-800:hover{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.xl\:hover\:from-pink-900:hover{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.xl\:hover\:from-green-50:hover{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.xl\:hover\:from-green-100:hover{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.xl\:hover\:from-green-200:hover{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.xl\:hover\:from-green-300:hover{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.xl\:hover\:from-green-400:hover{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.xl\:hover\:from-green-500:hover{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.xl\:hover\:from-green-600:hover{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.xl\:hover\:from-green-700:hover{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.xl\:hover\:from-green-800:hover{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.xl\:hover\:from-green-900:hover{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.xl\:hover\:from-purple-50:hover{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.xl\:hover\:from-purple-100:hover{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.xl\:hover\:from-purple-200:hover{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.xl\:hover\:from-purple-300:hover{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.xl\:hover\:from-purple-400:hover{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.xl\:hover\:from-purple-500:hover{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.xl\:hover\:from-purple-600:hover{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.xl\:hover\:from-purple-700:hover{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.xl\:hover\:from-purple-800:hover{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.xl\:hover\:from-purple-900:hover{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.xl\:hover\:from-teal-50:hover{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.xl\:hover\:from-teal-100:hover{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.xl\:hover\:from-teal-200:hover{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.xl\:hover\:from-teal-300:hover{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.xl\:hover\:from-teal-400:hover{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.xl\:hover\:from-teal-500:hover{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.xl\:hover\:from-teal-600:hover{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.xl\:hover\:from-teal-700:hover{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.xl\:hover\:from-teal-800:hover{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.xl\:hover\:from-teal-900:hover{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.xl\:hover\:from-cyan-50:hover{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.xl\:hover\:from-cyan-100:hover{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.xl\:hover\:from-cyan-200:hover{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.xl\:hover\:from-cyan-300:hover{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.xl\:hover\:from-cyan-400:hover{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.xl\:hover\:from-cyan-500:hover{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.xl\:hover\:from-cyan-600:hover{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.xl\:hover\:from-cyan-700:hover{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.xl\:hover\:from-cyan-800:hover{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.xl\:hover\:from-cyan-900:hover{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.xl\:hover\:from-yellow:hover{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.xl\:focus\:from-bg_primary:focus{--tw-gradient-from: #1D2731;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(29, 39, 49, 0))}.xl\:focus\:from-primary:focus{--tw-gradient-from: #1C4C70;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(28, 76, 112, 0))}.xl\:focus\:from-secondary:focus{--tw-gradient-from: #F0984A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 152, 74, 0))}.xl\:focus\:from-warning:focus{--tw-gradient-from: #D95F3B;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 95, 59, 0))}.xl\:focus\:from-error:focus{--tw-gradient-from: #f44336;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 67, 54, 0))}.xl\:focus\:from-info:focus{--tw-gradient-from: #7AA9A3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(122, 169, 163, 0))}.xl\:focus\:from-success:focus{--tw-gradient-from: #338F9A;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(51, 143, 154, 0))}.xl\:focus\:from-call_to_action:focus{--tw-gradient-from: #7fa5f0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(127, 165, 240, 0))}.xl\:focus\:from-gray-50:focus{--tw-gradient-from: #fafafa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 250, 250, 0))}.xl\:focus\:from-gray-100:focus{--tw-gradient-from: #f4f4f5;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 244, 245, 0))}.xl\:focus\:from-gray-200:focus{--tw-gradient-from: #e4e4e7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(228, 228, 231, 0))}.xl\:focus\:from-gray-300:focus{--tw-gradient-from: #d4d4d8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(212, 212, 216, 0))}.xl\:focus\:from-gray-400:focus{--tw-gradient-from: #a1a1aa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(161, 161, 170, 0))}.xl\:focus\:from-gray-500:focus{--tw-gradient-from: #71717a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(113, 113, 122, 0))}.xl\:focus\:from-gray-600:focus{--tw-gradient-from: #52525b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(82, 82, 91, 0))}.xl\:focus\:from-gray-700:focus{--tw-gradient-from: #3f3f46;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(63, 63, 70, 0))}.xl\:focus\:from-gray-800:focus{--tw-gradient-from: #27272a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(39, 39, 42, 0))}.xl\:focus\:from-gray-900:focus{--tw-gradient-from: #18181b;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(24, 24, 27, 0))}.xl\:focus\:from-lightgray:focus{--tw-gradient-from: #efefef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(239, 239, 239, 0))}.xl\:focus\:from-darkgray:focus{--tw-gradient-from: #6c6c6c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(108, 108, 108, 0))}.xl\:focus\:from-nav_darkgray:focus{--tw-gradient-from: #1f1f1f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(31, 31, 31, 0))}.xl\:focus\:from-nav_lightgray:focus{--tw-gradient-from: #474747;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(71, 71, 71, 0))}.xl\:focus\:from-blue-50:focus{--tw-gradient-from: #f0f9ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 249, 255, 0))}.xl\:focus\:from-blue-100:focus{--tw-gradient-from: #e0f2fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(224, 242, 254, 0))}.xl\:focus\:from-blue-200:focus{--tw-gradient-from: #bae6fd;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(186, 230, 253, 0))}.xl\:focus\:from-blue-300:focus{--tw-gradient-from: #7dd3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(125, 211, 252, 0))}.xl\:focus\:from-blue-400:focus{--tw-gradient-from: #38bdf8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(56, 189, 248, 0))}.xl\:focus\:from-blue-500:focus{--tw-gradient-from: #0ea5e9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 165, 233, 0))}.xl\:focus\:from-blue-600:focus{--tw-gradient-from: #0284c7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(2, 132, 199, 0))}.xl\:focus\:from-blue-700:focus{--tw-gradient-from: #0369a1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(3, 105, 161, 0))}.xl\:focus\:from-blue-800:focus{--tw-gradient-from: #075985;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(7, 89, 133, 0))}.xl\:focus\:from-blue-900:focus{--tw-gradient-from: #0c4a6e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(12, 74, 110, 0))}.xl\:focus\:from-red-50:focus{--tw-gradient-from: #fff1f2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 241, 242, 0))}.xl\:focus\:from-red-100:focus{--tw-gradient-from: #ffe4e6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 228, 230, 0))}.xl\:focus\:from-red-200:focus{--tw-gradient-from: #fecdd3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(254, 205, 211, 0))}.xl\:focus\:from-red-300:focus{--tw-gradient-from: #fda4af;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 164, 175, 0))}.xl\:focus\:from-red-400:focus{--tw-gradient-from: #fb7185;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(251, 113, 133, 0))}.xl\:focus\:from-red-500:focus{--tw-gradient-from: #f43f5e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(244, 63, 94, 0))}.xl\:focus\:from-red-600:focus{--tw-gradient-from: #e11d48;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(225, 29, 72, 0))}.xl\:focus\:from-red-700:focus{--tw-gradient-from: #be123c;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(190, 18, 60, 0))}.xl\:focus\:from-red-800:focus{--tw-gradient-from: #9f1239;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(159, 18, 57, 0))}.xl\:focus\:from-red-900:focus{--tw-gradient-from: #881337;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(136, 19, 55, 0))}.xl\:focus\:from-pink-50:focus{--tw-gradient-from: #fdf4ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(253, 244, 255, 0))}.xl\:focus\:from-pink-100:focus{--tw-gradient-from: #fae8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 232, 255, 0))}.xl\:focus\:from-pink-200:focus{--tw-gradient-from: #f5d0fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(245, 208, 254, 0))}.xl\:focus\:from-pink-300:focus{--tw-gradient-from: #f0abfc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 171, 252, 0))}.xl\:focus\:from-pink-400:focus{--tw-gradient-from: #e879f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(232, 121, 249, 0))}.xl\:focus\:from-pink-500:focus{--tw-gradient-from: #d946ef;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 70, 239, 0))}.xl\:focus\:from-pink-600:focus{--tw-gradient-from: #c026d3;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 38, 211, 0))}.xl\:focus\:from-pink-700:focus{--tw-gradient-from: #a21caf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(162, 28, 175, 0))}.xl\:focus\:from-pink-800:focus{--tw-gradient-from: #86198f;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 25, 143, 0))}.xl\:focus\:from-pink-900:focus{--tw-gradient-from: #701a75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(112, 26, 117, 0))}.xl\:focus\:from-green-50:focus{--tw-gradient-from: #f0fdf4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 244, 0))}.xl\:focus\:from-green-100:focus{--tw-gradient-from: #dcfce7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(220, 252, 231, 0))}.xl\:focus\:from-green-200:focus{--tw-gradient-from: #bbf7d0;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(187, 247, 208, 0))}.xl\:focus\:from-green-300:focus{--tw-gradient-from: #86efac;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(134, 239, 172, 0))}.xl\:focus\:from-green-400:focus{--tw-gradient-from: #4ade80;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(74, 222, 128, 0))}.xl\:focus\:from-green-500:focus{--tw-gradient-from: #22c55e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 197, 94, 0))}.xl\:focus\:from-green-600:focus{--tw-gradient-from: #16a34a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 163, 74, 0))}.xl\:focus\:from-green-700:focus{--tw-gradient-from: #15803d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 128, 61, 0))}.xl\:focus\:from-green-800:focus{--tw-gradient-from: #166534;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 101, 52, 0))}.xl\:focus\:from-green-900:focus{--tw-gradient-from: #14532d;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 83, 45, 0))}.xl\:focus\:from-purple-50:focus{--tw-gradient-from: #faf5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(250, 245, 255, 0))}.xl\:focus\:from-purple-100:focus{--tw-gradient-from: #f3e8ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(243, 232, 255, 0))}.xl\:focus\:from-purple-200:focus{--tw-gradient-from: #e9d5ff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(233, 213, 255, 0))}.xl\:focus\:from-purple-300:focus{--tw-gradient-from: #d8b4fe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(216, 180, 254, 0))}.xl\:focus\:from-purple-400:focus{--tw-gradient-from: #c084fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(192, 132, 252, 0))}.xl\:focus\:from-purple-500:focus{--tw-gradient-from: #a855f7;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(168, 85, 247, 0))}.xl\:focus\:from-purple-600:focus{--tw-gradient-from: #9333ea;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(147, 51, 234, 0))}.xl\:focus\:from-purple-700:focus{--tw-gradient-from: #7e22ce;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(126, 34, 206, 0))}.xl\:focus\:from-purple-800:focus{--tw-gradient-from: #6b21a8;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(107, 33, 168, 0))}.xl\:focus\:from-purple-900:focus{--tw-gradient-from: #581c87;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(88, 28, 135, 0))}.xl\:focus\:from-teal-50:focus{--tw-gradient-from: #f0fdfa;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(240, 253, 250, 0))}.xl\:focus\:from-teal-100:focus{--tw-gradient-from: #ccfbf1;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(204, 251, 241, 0))}.xl\:focus\:from-teal-200:focus{--tw-gradient-from: #99f6e4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(153, 246, 228, 0))}.xl\:focus\:from-teal-300:focus{--tw-gradient-from: #5eead4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(94, 234, 212, 0))}.xl\:focus\:from-teal-400:focus{--tw-gradient-from: #2dd4bf;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(45, 212, 191, 0))}.xl\:focus\:from-teal-500:focus{--tw-gradient-from: #14b8a6;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(20, 184, 166, 0))}.xl\:focus\:from-teal-600:focus{--tw-gradient-from: #0d9488;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(13, 148, 136, 0))}.xl\:focus\:from-teal-700:focus{--tw-gradient-from: #0f766e;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(15, 118, 110, 0))}.xl\:focus\:from-teal-800:focus{--tw-gradient-from: #115e59;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(17, 94, 89, 0))}.xl\:focus\:from-teal-900:focus{--tw-gradient-from: #134e4a;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(19, 78, 74, 0))}.xl\:focus\:from-cyan-50:focus{--tw-gradient-from: #ecfeff;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(236, 254, 255, 0))}.xl\:focus\:from-cyan-100:focus{--tw-gradient-from: #cffafe;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(207, 250, 254, 0))}.xl\:focus\:from-cyan-200:focus{--tw-gradient-from: #a5f3fc;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(165, 243, 252, 0))}.xl\:focus\:from-cyan-300:focus{--tw-gradient-from: #67e8f9;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(103, 232, 249, 0))}.xl\:focus\:from-cyan-400:focus{--tw-gradient-from: #22d3ee;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(34, 211, 238, 0))}.xl\:focus\:from-cyan-500:focus{--tw-gradient-from: #06b6d4;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(6, 182, 212, 0))}.xl\:focus\:from-cyan-600:focus{--tw-gradient-from: #0891b2;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(8, 145, 178, 0))}.xl\:focus\:from-cyan-700:focus{--tw-gradient-from: #0e7490;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(14, 116, 144, 0))}.xl\:focus\:from-cyan-800:focus{--tw-gradient-from: #155e75;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(21, 94, 117, 0))}.xl\:focus\:from-cyan-900:focus{--tw-gradient-from: #164e63;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(22, 78, 99, 0))}.xl\:focus\:from-yellow:focus{--tw-gradient-from: #D9B310;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-from: #000;--tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0))}.xl\:via-bg_primary{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.xl\:via-primary{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.xl\:via-secondary{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.xl\:via-warning{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.xl\:via-error{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.xl\:via-info{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.xl\:via-success{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.xl\:via-call_to_action{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.xl\:via-gray-50{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.xl\:via-gray-100{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.xl\:via-gray-200{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.xl\:via-gray-300{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.xl\:via-gray-400{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.xl\:via-gray-500{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.xl\:via-gray-600{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.xl\:via-gray-700{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.xl\:via-gray-800{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.xl\:via-gray-900{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.xl\:via-lightgray{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.xl\:via-darkgray{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.xl\:via-nav_darkgray{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.xl\:via-nav_lightgray{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.xl\:via-blue-50{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.xl\:via-blue-100{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.xl\:via-blue-200{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.xl\:via-blue-300{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.xl\:via-blue-400{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.xl\:via-blue-500{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.xl\:via-blue-600{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.xl\:via-blue-700{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.xl\:via-blue-800{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.xl\:via-blue-900{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.xl\:via-red-50{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.xl\:via-red-100{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.xl\:via-red-200{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.xl\:via-red-300{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.xl\:via-red-400{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.xl\:via-red-500{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.xl\:via-red-600{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.xl\:via-red-700{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.xl\:via-red-800{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.xl\:via-red-900{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.xl\:via-pink-50{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.xl\:via-pink-100{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.xl\:via-pink-200{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.xl\:via-pink-300{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.xl\:via-pink-400{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.xl\:via-pink-500{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.xl\:via-pink-600{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.xl\:via-pink-700{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.xl\:via-pink-800{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.xl\:via-pink-900{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.xl\:via-green-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.xl\:via-green-100{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.xl\:via-green-200{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.xl\:via-green-300{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.xl\:via-green-400{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.xl\:via-green-500{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.xl\:via-green-600{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.xl\:via-green-700{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.xl\:via-green-800{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.xl\:via-green-900{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.xl\:via-purple-50{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.xl\:via-purple-100{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.xl\:via-purple-200{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.xl\:via-purple-300{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.xl\:via-purple-400{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.xl\:via-purple-500{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.xl\:via-purple-600{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.xl\:via-purple-700{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.xl\:via-purple-800{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.xl\:via-purple-900{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.xl\:via-teal-50{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.xl\:via-teal-100{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.xl\:via-teal-200{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.xl\:via-teal-300{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.xl\:via-teal-400{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.xl\:via-teal-500{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.xl\:via-teal-600{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.xl\:via-teal-700{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.xl\:via-teal-800{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.xl\:via-teal-900{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.xl\:via-cyan-50{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.xl\:via-cyan-100{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.xl\:via-cyan-200{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.xl\:via-cyan-300{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.xl\:via-cyan-400{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.xl\:via-cyan-500{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.xl\:via-cyan-600{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.xl\:via-cyan-700{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.xl\:via-cyan-800{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.xl\:via-cyan-900{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.xl\:via-yellow{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 0))}.xl\:via-white{--tw-gradient-stops: var(--tw-gradient-from), #FFF, 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\:hover\:via-bg_primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.xl\:hover\:via-primary:hover{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.xl\:hover\:via-secondary:hover{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.xl\:hover\:via-warning:hover{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.xl\:hover\:via-error:hover{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.xl\:hover\:via-info:hover{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.xl\:hover\:via-success:hover{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.xl\:hover\:via-call_to_action:hover{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.xl\:hover\:via-gray-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.xl\:hover\:via-gray-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.xl\:hover\:via-gray-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.xl\:hover\:via-gray-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.xl\:hover\:via-gray-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.xl\:hover\:via-gray-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.xl\:hover\:via-gray-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.xl\:hover\:via-gray-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.xl\:hover\:via-gray-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.xl\:hover\:via-gray-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.xl\:hover\:via-lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.xl\:hover\:via-darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.xl\:hover\:via-nav_darkgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.xl\:hover\:via-nav_lightgray:hover{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.xl\:hover\:via-blue-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.xl\:hover\:via-blue-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.xl\:hover\:via-blue-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.xl\:hover\:via-blue-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.xl\:hover\:via-blue-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.xl\:hover\:via-blue-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.xl\:hover\:via-blue-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.xl\:hover\:via-blue-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.xl\:hover\:via-blue-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.xl\:hover\:via-blue-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.xl\:hover\:via-red-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.xl\:hover\:via-red-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.xl\:hover\:via-red-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.xl\:hover\:via-red-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.xl\:hover\:via-red-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.xl\:hover\:via-red-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.xl\:hover\:via-red-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.xl\:hover\:via-red-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.xl\:hover\:via-red-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.xl\:hover\:via-red-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.xl\:hover\:via-pink-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.xl\:hover\:via-pink-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.xl\:hover\:via-pink-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.xl\:hover\:via-pink-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.xl\:hover\:via-pink-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.xl\:hover\:via-pink-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.xl\:hover\:via-pink-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.xl\:hover\:via-pink-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.xl\:hover\:via-pink-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.xl\:hover\:via-pink-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.xl\:hover\:via-green-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.xl\:hover\:via-green-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.xl\:hover\:via-green-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.xl\:hover\:via-green-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.xl\:hover\:via-green-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.xl\:hover\:via-green-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.xl\:hover\:via-green-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.xl\:hover\:via-green-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.xl\:hover\:via-green-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.xl\:hover\:via-green-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.xl\:hover\:via-purple-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.xl\:hover\:via-purple-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.xl\:hover\:via-purple-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.xl\:hover\:via-purple-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.xl\:hover\:via-purple-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.xl\:hover\:via-purple-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.xl\:hover\:via-purple-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.xl\:hover\:via-purple-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.xl\:hover\:via-purple-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.xl\:hover\:via-purple-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.xl\:hover\:via-teal-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.xl\:hover\:via-teal-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.xl\:hover\:via-teal-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.xl\:hover\:via-teal-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.xl\:hover\:via-teal-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.xl\:hover\:via-teal-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.xl\:hover\:via-teal-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.xl\:hover\:via-teal-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.xl\:hover\:via-teal-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.xl\:hover\:via-teal-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.xl\:hover\:via-cyan-50:hover{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.xl\:hover\:via-cyan-100:hover{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.xl\:hover\:via-cyan-200:hover{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.xl\:hover\:via-cyan-300:hover{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.xl\:hover\:via-cyan-400:hover{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.xl\:hover\:via-cyan-500:hover{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.xl\:hover\:via-cyan-600:hover{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.xl\:hover\:via-cyan-700:hover{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.xl\:hover\:via-cyan-800:hover{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.xl\:hover\:via-cyan-900:hover{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.xl\:hover\:via-yellow:hover{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:hover{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.xl\:focus\:via-bg_primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1D2731, var(--tw-gradient-to, rgba(29, 39, 49, 0))}.xl\:focus\:via-primary:focus{--tw-gradient-stops: var(--tw-gradient-from), #1C4C70, var(--tw-gradient-to, rgba(28, 76, 112, 0))}.xl\:focus\:via-secondary:focus{--tw-gradient-stops: var(--tw-gradient-from), #F0984A, var(--tw-gradient-to, rgba(240, 152, 74, 0))}.xl\:focus\:via-warning:focus{--tw-gradient-stops: var(--tw-gradient-from), #D95F3B, var(--tw-gradient-to, rgba(217, 95, 59, 0))}.xl\:focus\:via-error:focus{--tw-gradient-stops: var(--tw-gradient-from), #f44336, var(--tw-gradient-to, rgba(244, 67, 54, 0))}.xl\:focus\:via-info:focus{--tw-gradient-stops: var(--tw-gradient-from), #7AA9A3, var(--tw-gradient-to, rgba(122, 169, 163, 0))}.xl\:focus\:via-success:focus{--tw-gradient-stops: var(--tw-gradient-from), #338F9A, var(--tw-gradient-to, rgba(51, 143, 154, 0))}.xl\:focus\:via-call_to_action:focus{--tw-gradient-stops: var(--tw-gradient-from), #7fa5f0, var(--tw-gradient-to, rgba(127, 165, 240, 0))}.xl\:focus\:via-gray-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fafafa, var(--tw-gradient-to, rgba(250, 250, 250, 0))}.xl\:focus\:via-gray-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f4f4f5, var(--tw-gradient-to, rgba(244, 244, 245, 0))}.xl\:focus\:via-gray-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e4e4e7, var(--tw-gradient-to, rgba(228, 228, 231, 0))}.xl\:focus\:via-gray-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d4d4d8, var(--tw-gradient-to, rgba(212, 212, 216, 0))}.xl\:focus\:via-gray-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #a1a1aa, var(--tw-gradient-to, rgba(161, 161, 170, 0))}.xl\:focus\:via-gray-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #71717a, var(--tw-gradient-to, rgba(113, 113, 122, 0))}.xl\:focus\:via-gray-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #52525b, var(--tw-gradient-to, rgba(82, 82, 91, 0))}.xl\:focus\:via-gray-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #3f3f46, var(--tw-gradient-to, rgba(63, 63, 70, 0))}.xl\:focus\:via-gray-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #27272a, var(--tw-gradient-to, rgba(39, 39, 42, 0))}.xl\:focus\:via-gray-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #18181b, var(--tw-gradient-to, rgba(24, 24, 27, 0))}.xl\:focus\:via-lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #efefef, var(--tw-gradient-to, rgba(239, 239, 239, 0))}.xl\:focus\:via-darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #6c6c6c, var(--tw-gradient-to, rgba(108, 108, 108, 0))}.xl\:focus\:via-nav_darkgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #1f1f1f, var(--tw-gradient-to, rgba(31, 31, 31, 0))}.xl\:focus\:via-nav_lightgray:focus{--tw-gradient-stops: var(--tw-gradient-from), #474747, var(--tw-gradient-to, rgba(71, 71, 71, 0))}.xl\:focus\:via-blue-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0f9ff, var(--tw-gradient-to, rgba(240, 249, 255, 0))}.xl\:focus\:via-blue-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #e0f2fe, var(--tw-gradient-to, rgba(224, 242, 254, 0))}.xl\:focus\:via-blue-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bae6fd, var(--tw-gradient-to, rgba(186, 230, 253, 0))}.xl\:focus\:via-blue-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #7dd3fc, var(--tw-gradient-to, rgba(125, 211, 252, 0))}.xl\:focus\:via-blue-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #38bdf8, var(--tw-gradient-to, rgba(56, 189, 248, 0))}.xl\:focus\:via-blue-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #0ea5e9, var(--tw-gradient-to, rgba(14, 165, 233, 0))}.xl\:focus\:via-blue-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0284c7, var(--tw-gradient-to, rgba(2, 132, 199, 0))}.xl\:focus\:via-blue-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0369a1, var(--tw-gradient-to, rgba(3, 105, 161, 0))}.xl\:focus\:via-blue-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #075985, var(--tw-gradient-to, rgba(7, 89, 133, 0))}.xl\:focus\:via-blue-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #0c4a6e, var(--tw-gradient-to, rgba(12, 74, 110, 0))}.xl\:focus\:via-red-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fff1f2, var(--tw-gradient-to, rgba(255, 241, 242, 0))}.xl\:focus\:via-red-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ffe4e6, var(--tw-gradient-to, rgba(255, 228, 230, 0))}.xl\:focus\:via-red-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #fecdd3, var(--tw-gradient-to, rgba(254, 205, 211, 0))}.xl\:focus\:via-red-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #fda4af, var(--tw-gradient-to, rgba(253, 164, 175, 0))}.xl\:focus\:via-red-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #fb7185, var(--tw-gradient-to, rgba(251, 113, 133, 0))}.xl\:focus\:via-red-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #f43f5e, var(--tw-gradient-to, rgba(244, 63, 94, 0))}.xl\:focus\:via-red-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #e11d48, var(--tw-gradient-to, rgba(225, 29, 72, 0))}.xl\:focus\:via-red-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #be123c, var(--tw-gradient-to, rgba(190, 18, 60, 0))}.xl\:focus\:via-red-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #9f1239, var(--tw-gradient-to, rgba(159, 18, 57, 0))}.xl\:focus\:via-red-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #881337, var(--tw-gradient-to, rgba(136, 19, 55, 0))}.xl\:focus\:via-pink-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #fdf4ff, var(--tw-gradient-to, rgba(253, 244, 255, 0))}.xl\:focus\:via-pink-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #fae8ff, var(--tw-gradient-to, rgba(250, 232, 255, 0))}.xl\:focus\:via-pink-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #f5d0fe, var(--tw-gradient-to, rgba(245, 208, 254, 0))}.xl\:focus\:via-pink-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0abfc, var(--tw-gradient-to, rgba(240, 171, 252, 0))}.xl\:focus\:via-pink-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #e879f9, var(--tw-gradient-to, rgba(232, 121, 249, 0))}.xl\:focus\:via-pink-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #d946ef, var(--tw-gradient-to, rgba(217, 70, 239, 0))}.xl\:focus\:via-pink-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #c026d3, var(--tw-gradient-to, rgba(192, 38, 211, 0))}.xl\:focus\:via-pink-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #a21caf, var(--tw-gradient-to, rgba(162, 28, 175, 0))}.xl\:focus\:via-pink-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #86198f, var(--tw-gradient-to, rgba(134, 25, 143, 0))}.xl\:focus\:via-pink-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #701a75, var(--tw-gradient-to, rgba(112, 26, 117, 0))}.xl\:focus\:via-green-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdf4, var(--tw-gradient-to, rgba(240, 253, 244, 0))}.xl\:focus\:via-green-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #dcfce7, var(--tw-gradient-to, rgba(220, 252, 231, 0))}.xl\:focus\:via-green-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #bbf7d0, var(--tw-gradient-to, rgba(187, 247, 208, 0))}.xl\:focus\:via-green-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #86efac, var(--tw-gradient-to, rgba(134, 239, 172, 0))}.xl\:focus\:via-green-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #4ade80, var(--tw-gradient-to, rgba(74, 222, 128, 0))}.xl\:focus\:via-green-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #22c55e, var(--tw-gradient-to, rgba(34, 197, 94, 0))}.xl\:focus\:via-green-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #16a34a, var(--tw-gradient-to, rgba(22, 163, 74, 0))}.xl\:focus\:via-green-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #15803d, var(--tw-gradient-to, rgba(21, 128, 61, 0))}.xl\:focus\:via-green-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #166534, var(--tw-gradient-to, rgba(22, 101, 52, 0))}.xl\:focus\:via-green-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #14532d, var(--tw-gradient-to, rgba(20, 83, 45, 0))}.xl\:focus\:via-purple-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #faf5ff, var(--tw-gradient-to, rgba(250, 245, 255, 0))}.xl\:focus\:via-purple-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #f3e8ff, var(--tw-gradient-to, rgba(243, 232, 255, 0))}.xl\:focus\:via-purple-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #e9d5ff, var(--tw-gradient-to, rgba(233, 213, 255, 0))}.xl\:focus\:via-purple-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #d8b4fe, var(--tw-gradient-to, rgba(216, 180, 254, 0))}.xl\:focus\:via-purple-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #c084fc, var(--tw-gradient-to, rgba(192, 132, 252, 0))}.xl\:focus\:via-purple-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #a855f7, var(--tw-gradient-to, rgba(168, 85, 247, 0))}.xl\:focus\:via-purple-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #9333ea, var(--tw-gradient-to, rgba(147, 51, 234, 0))}.xl\:focus\:via-purple-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #7e22ce, var(--tw-gradient-to, rgba(126, 34, 206, 0))}.xl\:focus\:via-purple-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #6b21a8, var(--tw-gradient-to, rgba(107, 33, 168, 0))}.xl\:focus\:via-purple-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #581c87, var(--tw-gradient-to, rgba(88, 28, 135, 0))}.xl\:focus\:via-teal-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #f0fdfa, var(--tw-gradient-to, rgba(240, 253, 250, 0))}.xl\:focus\:via-teal-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #ccfbf1, var(--tw-gradient-to, rgba(204, 251, 241, 0))}.xl\:focus\:via-teal-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #99f6e4, var(--tw-gradient-to, rgba(153, 246, 228, 0))}.xl\:focus\:via-teal-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #5eead4, var(--tw-gradient-to, rgba(94, 234, 212, 0))}.xl\:focus\:via-teal-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #2dd4bf, var(--tw-gradient-to, rgba(45, 212, 191, 0))}.xl\:focus\:via-teal-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #14b8a6, var(--tw-gradient-to, rgba(20, 184, 166, 0))}.xl\:focus\:via-teal-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0d9488, var(--tw-gradient-to, rgba(13, 148, 136, 0))}.xl\:focus\:via-teal-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0f766e, var(--tw-gradient-to, rgba(15, 118, 110, 0))}.xl\:focus\:via-teal-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #115e59, var(--tw-gradient-to, rgba(17, 94, 89, 0))}.xl\:focus\:via-teal-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #134e4a, var(--tw-gradient-to, rgba(19, 78, 74, 0))}.xl\:focus\:via-cyan-50:focus{--tw-gradient-stops: var(--tw-gradient-from), #ecfeff, var(--tw-gradient-to, rgba(236, 254, 255, 0))}.xl\:focus\:via-cyan-100:focus{--tw-gradient-stops: var(--tw-gradient-from), #cffafe, var(--tw-gradient-to, rgba(207, 250, 254, 0))}.xl\:focus\:via-cyan-200:focus{--tw-gradient-stops: var(--tw-gradient-from), #a5f3fc, var(--tw-gradient-to, rgba(165, 243, 252, 0))}.xl\:focus\:via-cyan-300:focus{--tw-gradient-stops: var(--tw-gradient-from), #67e8f9, var(--tw-gradient-to, rgba(103, 232, 249, 0))}.xl\:focus\:via-cyan-400:focus{--tw-gradient-stops: var(--tw-gradient-from), #22d3ee, var(--tw-gradient-to, rgba(34, 211, 238, 0))}.xl\:focus\:via-cyan-500:focus{--tw-gradient-stops: var(--tw-gradient-from), #06b6d4, var(--tw-gradient-to, rgba(6, 182, 212, 0))}.xl\:focus\:via-cyan-600:focus{--tw-gradient-stops: var(--tw-gradient-from), #0891b2, var(--tw-gradient-to, rgba(8, 145, 178, 0))}.xl\:focus\:via-cyan-700:focus{--tw-gradient-stops: var(--tw-gradient-from), #0e7490, var(--tw-gradient-to, rgba(14, 116, 144, 0))}.xl\:focus\:via-cyan-800:focus{--tw-gradient-stops: var(--tw-gradient-from), #155e75, var(--tw-gradient-to, rgba(21, 94, 117, 0))}.xl\:focus\:via-cyan-900:focus{--tw-gradient-stops: var(--tw-gradient-from), #164e63, var(--tw-gradient-to, rgba(22, 78, 99, 0))}.xl\:focus\:via-yellow:focus{--tw-gradient-stops: var(--tw-gradient-from), #D9B310, var(--tw-gradient-to, rgba(217, 179, 16, 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-black:focus{--tw-gradient-stops: var(--tw-gradient-from), #000, var(--tw-gradient-to, rgba(0, 0, 0, 0))}.xl\:to-bg_primary{--tw-gradient-to: #1D2731}.xl\:to-primary{--tw-gradient-to: #1C4C70}.xl\:to-secondary{--tw-gradient-to: #F0984A}.xl\:to-warning{--tw-gradient-to: #D95F3B}.xl\:to-error{--tw-gradient-to: #f44336}.xl\:to-info{--tw-gradient-to: #7AA9A3}.xl\:to-success{--tw-gradient-to: #338F9A}.xl\:to-call_to_action{--tw-gradient-to: #7fa5f0}.xl\:to-gray-50{--tw-gradient-to: #fafafa}.xl\:to-gray-100{--tw-gradient-to: #f4f4f5}.xl\:to-gray-200{--tw-gradient-to: #e4e4e7}.xl\:to-gray-300{--tw-gradient-to: #d4d4d8}.xl\:to-gray-400{--tw-gradient-to: #a1a1aa}.xl\:to-gray-500{--tw-gradient-to: #71717a}.xl\:to-gray-600{--tw-gradient-to: #52525b}.xl\:to-gray-700{--tw-gradient-to: #3f3f46}.xl\:to-gray-800{--tw-gradient-to: #27272a}.xl\:to-gray-900{--tw-gradient-to: #18181b}.xl\:to-lightgray{--tw-gradient-to: #efefef}.xl\:to-darkgray{--tw-gradient-to: #6c6c6c}.xl\:to-nav_darkgray{--tw-gradient-to: #1f1f1f}.xl\:to-nav_lightgray{--tw-gradient-to: #474747}.xl\:to-blue-50{--tw-gradient-to: #f0f9ff}.xl\:to-blue-100{--tw-gradient-to: #e0f2fe}.xl\:to-blue-200{--tw-gradient-to: #bae6fd}.xl\:to-blue-300{--tw-gradient-to: #7dd3fc}.xl\:to-blue-400{--tw-gradient-to: #38bdf8}.xl\:to-blue-500{--tw-gradient-to: #0ea5e9}.xl\:to-blue-600{--tw-gradient-to: #0284c7}.xl\:to-blue-700{--tw-gradient-to: #0369a1}.xl\:to-blue-800{--tw-gradient-to: #075985}.xl\:to-blue-900{--tw-gradient-to: #0c4a6e}.xl\:to-red-50{--tw-gradient-to: #fff1f2}.xl\:to-red-100{--tw-gradient-to: #ffe4e6}.xl\:to-red-200{--tw-gradient-to: #fecdd3}.xl\:to-red-300{--tw-gradient-to: #fda4af}.xl\:to-red-400{--tw-gradient-to: #fb7185}.xl\:to-red-500{--tw-gradient-to: #f43f5e}.xl\:to-red-600{--tw-gradient-to: #e11d48}.xl\:to-red-700{--tw-gradient-to: #be123c}.xl\:to-red-800{--tw-gradient-to: #9f1239}.xl\:to-red-900{--tw-gradient-to: #881337}.xl\:to-pink-50{--tw-gradient-to: #fdf4ff}.xl\:to-pink-100{--tw-gradient-to: #fae8ff}.xl\:to-pink-200{--tw-gradient-to: #f5d0fe}.xl\:to-pink-300{--tw-gradient-to: #f0abfc}.xl\:to-pink-400{--tw-gradient-to: #e879f9}.xl\:to-pink-500{--tw-gradient-to: #d946ef}.xl\:to-pink-600{--tw-gradient-to: #c026d3}.xl\:to-pink-700{--tw-gradient-to: #a21caf}.xl\:to-pink-800{--tw-gradient-to: #86198f}.xl\:to-pink-900{--tw-gradient-to: #701a75}.xl\:to-green-50{--tw-gradient-to: #f0fdf4}.xl\:to-green-100{--tw-gradient-to: #dcfce7}.xl\:to-green-200{--tw-gradient-to: #bbf7d0}.xl\:to-green-300{--tw-gradient-to: #86efac}.xl\:to-green-400{--tw-gradient-to: #4ade80}.xl\:to-green-500{--tw-gradient-to: #22c55e}.xl\:to-green-600{--tw-gradient-to: #16a34a}.xl\:to-green-700{--tw-gradient-to: #15803d}.xl\:to-green-800{--tw-gradient-to: #166534}.xl\:to-green-900{--tw-gradient-to: #14532d}.xl\:to-purple-50{--tw-gradient-to: #faf5ff}.xl\:to-purple-100{--tw-gradient-to: #f3e8ff}.xl\:to-purple-200{--tw-gradient-to: #e9d5ff}.xl\:to-purple-300{--tw-gradient-to: #d8b4fe}.xl\:to-purple-400{--tw-gradient-to: #c084fc}.xl\:to-purple-500{--tw-gradient-to: #a855f7}.xl\:to-purple-600{--tw-gradient-to: #9333ea}.xl\:to-purple-700{--tw-gradient-to: #7e22ce}.xl\:to-purple-800{--tw-gradient-to: #6b21a8}.xl\:to-purple-900{--tw-gradient-to: #581c87}.xl\:to-teal-50{--tw-gradient-to: #f0fdfa}.xl\:to-teal-100{--tw-gradient-to: #ccfbf1}.xl\:to-teal-200{--tw-gradient-to: #99f6e4}.xl\:to-teal-300{--tw-gradient-to: #5eead4}.xl\:to-teal-400{--tw-gradient-to: #2dd4bf}.xl\:to-teal-500{--tw-gradient-to: #14b8a6}.xl\:to-teal-600{--tw-gradient-to: #0d9488}.xl\:to-teal-700{--tw-gradient-to: #0f766e}.xl\:to-teal-800{--tw-gradient-to: #115e59}.xl\:to-teal-900{--tw-gradient-to: #134e4a}.xl\:to-cyan-50{--tw-gradient-to: #ecfeff}.xl\:to-cyan-100{--tw-gradient-to: #cffafe}.xl\:to-cyan-200{--tw-gradient-to: #a5f3fc}.xl\:to-cyan-300{--tw-gradient-to: #67e8f9}.xl\:to-cyan-400{--tw-gradient-to: #22d3ee}.xl\:to-cyan-500{--tw-gradient-to: #06b6d4}.xl\:to-cyan-600{--tw-gradient-to: #0891b2}.xl\:to-cyan-700{--tw-gradient-to: #0e7490}.xl\:to-cyan-800{--tw-gradient-to: #155e75}.xl\:to-cyan-900{--tw-gradient-to: #164e63}.xl\:to-yellow{--tw-gradient-to: #D9B310}.xl\:to-white{--tw-gradient-to: #FFF}.xl\:to-black{--tw-gradient-to: #000}.xl\:hover\:to-bg_primary:hover{--tw-gradient-to: #1D2731}.xl\:hover\:to-primary:hover{--tw-gradient-to: #1C4C70}.xl\:hover\:to-secondary:hover{--tw-gradient-to: #F0984A}.xl\:hover\:to-warning:hover{--tw-gradient-to: #D95F3B}.xl\:hover\:to-error:hover{--tw-gradient-to: #f44336}.xl\:hover\:to-info:hover{--tw-gradient-to: #7AA9A3}.xl\:hover\:to-success:hover{--tw-gradient-to: #338F9A}.xl\:hover\:to-call_to_action:hover{--tw-gradient-to: #7fa5f0}.xl\:hover\:to-gray-50:hover{--tw-gradient-to: #fafafa}.xl\:hover\:to-gray-100:hover{--tw-gradient-to: #f4f4f5}.xl\:hover\:to-gray-200:hover{--tw-gradient-to: #e4e4e7}.xl\:hover\:to-gray-300:hover{--tw-gradient-to: #d4d4d8}.xl\:hover\:to-gray-400:hover{--tw-gradient-to: #a1a1aa}.xl\:hover\:to-gray-500:hover{--tw-gradient-to: #71717a}.xl\:hover\:to-gray-600:hover{--tw-gradient-to: #52525b}.xl\:hover\:to-gray-700:hover{--tw-gradient-to: #3f3f46}.xl\:hover\:to-gray-800:hover{--tw-gradient-to: #27272a}.xl\:hover\:to-gray-900:hover{--tw-gradient-to: #18181b}.xl\:hover\:to-lightgray:hover{--tw-gradient-to: #efefef}.xl\:hover\:to-darkgray:hover{--tw-gradient-to: #6c6c6c}.xl\:hover\:to-nav_darkgray:hover{--tw-gradient-to: #1f1f1f}.xl\:hover\:to-nav_lightgray:hover{--tw-gradient-to: #474747}.xl\:hover\:to-blue-50:hover{--tw-gradient-to: #f0f9ff}.xl\:hover\:to-blue-100:hover{--tw-gradient-to: #e0f2fe}.xl\:hover\:to-blue-200:hover{--tw-gradient-to: #bae6fd}.xl\:hover\:to-blue-300:hover{--tw-gradient-to: #7dd3fc}.xl\:hover\:to-blue-400:hover{--tw-gradient-to: #38bdf8}.xl\:hover\:to-blue-500:hover{--tw-gradient-to: #0ea5e9}.xl\:hover\:to-blue-600:hover{--tw-gradient-to: #0284c7}.xl\:hover\:to-blue-700:hover{--tw-gradient-to: #0369a1}.xl\:hover\:to-blue-800:hover{--tw-gradient-to: #075985}.xl\:hover\:to-blue-900:hover{--tw-gradient-to: #0c4a6e}.xl\:hover\:to-red-50:hover{--tw-gradient-to: #fff1f2}.xl\:hover\:to-red-100:hover{--tw-gradient-to: #ffe4e6}.xl\:hover\:to-red-200:hover{--tw-gradient-to: #fecdd3}.xl\:hover\:to-red-300:hover{--tw-gradient-to: #fda4af}.xl\:hover\:to-red-400:hover{--tw-gradient-to: #fb7185}.xl\:hover\:to-red-500:hover{--tw-gradient-to: #f43f5e}.xl\:hover\:to-red-600:hover{--tw-gradient-to: #e11d48}.xl\:hover\:to-red-700:hover{--tw-gradient-to: #be123c}.xl\:hover\:to-red-800:hover{--tw-gradient-to: #9f1239}.xl\:hover\:to-red-900:hover{--tw-gradient-to: #881337}.xl\:hover\:to-pink-50:hover{--tw-gradient-to: #fdf4ff}.xl\:hover\:to-pink-100:hover{--tw-gradient-to: #fae8ff}.xl\:hover\:to-pink-200:hover{--tw-gradient-to: #f5d0fe}.xl\:hover\:to-pink-300:hover{--tw-gradient-to: #f0abfc}.xl\:hover\:to-pink-400:hover{--tw-gradient-to: #e879f9}.xl\:hover\:to-pink-500:hover{--tw-gradient-to: #d946ef}.xl\:hover\:to-pink-600:hover{--tw-gradient-to: #c026d3}.xl\:hover\:to-pink-700:hover{--tw-gradient-to: #a21caf}.xl\:hover\:to-pink-800:hover{--tw-gradient-to: #86198f}.xl\:hover\:to-pink-900:hover{--tw-gradient-to: #701a75}.xl\:hover\:to-green-50:hover{--tw-gradient-to: #f0fdf4}.xl\:hover\:to-green-100:hover{--tw-gradient-to: #dcfce7}.xl\:hover\:to-green-200:hover{--tw-gradient-to: #bbf7d0}.xl\:hover\:to-green-300:hover{--tw-gradient-to: #86efac}.xl\:hover\:to-green-400:hover{--tw-gradient-to: #4ade80}.xl\:hover\:to-green-500:hover{--tw-gradient-to: #22c55e}.xl\:hover\:to-green-600:hover{--tw-gradient-to: #16a34a}.xl\:hover\:to-green-700:hover{--tw-gradient-to: #15803d}.xl\:hover\:to-green-800:hover{--tw-gradient-to: #166534}.xl\:hover\:to-green-900:hover{--tw-gradient-to: #14532d}.xl\:hover\:to-purple-50:hover{--tw-gradient-to: #faf5ff}.xl\:hover\:to-purple-100:hover{--tw-gradient-to: #f3e8ff}.xl\:hover\:to-purple-200:hover{--tw-gradient-to: #e9d5ff}.xl\:hover\:to-purple-300:hover{--tw-gradient-to: #d8b4fe}.xl\:hover\:to-purple-400:hover{--tw-gradient-to: #c084fc}.xl\:hover\:to-purple-500:hover{--tw-gradient-to: #a855f7}.xl\:hover\:to-purple-600:hover{--tw-gradient-to: #9333ea}.xl\:hover\:to-purple-700:hover{--tw-gradient-to: #7e22ce}.xl\:hover\:to-purple-800:hover{--tw-gradient-to: #6b21a8}.xl\:hover\:to-purple-900:hover{--tw-gradient-to: #581c87}.xl\:hover\:to-teal-50:hover{--tw-gradient-to: #f0fdfa}.xl\:hover\:to-teal-100:hover{--tw-gradient-to: #ccfbf1}.xl\:hover\:to-teal-200:hover{--tw-gradient-to: #99f6e4}.xl\:hover\:to-teal-300:hover{--tw-gradient-to: #5eead4}.xl\:hover\:to-teal-400:hover{--tw-gradient-to: #2dd4bf}.xl\:hover\:to-teal-500:hover{--tw-gradient-to: #14b8a6}.xl\:hover\:to-teal-600:hover{--tw-gradient-to: #0d9488}.xl\:hover\:to-teal-700:hover{--tw-gradient-to: #0f766e}.xl\:hover\:to-teal-800:hover{--tw-gradient-to: #115e59}.xl\:hover\:to-teal-900:hover{--tw-gradient-to: #134e4a}.xl\:hover\:to-cyan-50:hover{--tw-gradient-to: #ecfeff}.xl\:hover\:to-cyan-100:hover{--tw-gradient-to: #cffafe}.xl\:hover\:to-cyan-200:hover{--tw-gradient-to: #a5f3fc}.xl\:hover\:to-cyan-300:hover{--tw-gradient-to: #67e8f9}.xl\:hover\:to-cyan-400:hover{--tw-gradient-to: #22d3ee}.xl\:hover\:to-cyan-500:hover{--tw-gradient-to: #06b6d4}.xl\:hover\:to-cyan-600:hover{--tw-gradient-to: #0891b2}.xl\:hover\:to-cyan-700:hover{--tw-gradient-to: #0e7490}.xl\:hover\:to-cyan-800:hover{--tw-gradient-to: #155e75}.xl\:hover\:to-cyan-900:hover{--tw-gradient-to: #164e63}.xl\:hover\:to-yellow:hover{--tw-gradient-to: #D9B310}.xl\:hover\:to-white:hover{--tw-gradient-to: #FFF}.xl\:hover\:to-black:hover{--tw-gradient-to: #000}.xl\:focus\:to-bg_primary:focus{--tw-gradient-to: #1D2731}.xl\:focus\:to-primary:focus{--tw-gradient-to: #1C4C70}.xl\:focus\:to-secondary:focus{--tw-gradient-to: #F0984A}.xl\:focus\:to-warning:focus{--tw-gradient-to: #D95F3B}.xl\:focus\:to-error:focus{--tw-gradient-to: #f44336}.xl\:focus\:to-info:focus{--tw-gradient-to: #7AA9A3}.xl\:focus\:to-success:focus{--tw-gradient-to: #338F9A}.xl\:focus\:to-call_to_action:focus{--tw-gradient-to: #7fa5f0}.xl\:focus\:to-gray-50:focus{--tw-gradient-to: #fafafa}.xl\:focus\:to-gray-100:focus{--tw-gradient-to: #f4f4f5}.xl\:focus\:to-gray-200:focus{--tw-gradient-to: #e4e4e7}.xl\:focus\:to-gray-300:focus{--tw-gradient-to: #d4d4d8}.xl\:focus\:to-gray-400:focus{--tw-gradient-to: #a1a1aa}.xl\:focus\:to-gray-500:focus{--tw-gradient-to: #71717a}.xl\:focus\:to-gray-600:focus{--tw-gradient-to: #52525b}.xl\:focus\:to-gray-700:focus{--tw-gradient-to: #3f3f46}.xl\:focus\:to-gray-800:focus{--tw-gradient-to: #27272a}.xl\:focus\:to-gray-900:focus{--tw-gradient-to: #18181b}.xl\:focus\:to-lightgray:focus{--tw-gradient-to: #efefef}.xl\:focus\:to-darkgray:focus{--tw-gradient-to: #6c6c6c}.xl\:focus\:to-nav_darkgray:focus{--tw-gradient-to: #1f1f1f}.xl\:focus\:to-nav_lightgray:focus{--tw-gradient-to: #474747}.xl\:focus\:to-blue-50:focus{--tw-gradient-to: #f0f9ff}.xl\:focus\:to-blue-100:focus{--tw-gradient-to: #e0f2fe}.xl\:focus\:to-blue-200:focus{--tw-gradient-to: #bae6fd}.xl\:focus\:to-blue-300:focus{--tw-gradient-to: #7dd3fc}.xl\:focus\:to-blue-400:focus{--tw-gradient-to: #38bdf8}.xl\:focus\:to-blue-500:focus{--tw-gradient-to: #0ea5e9}.xl\:focus\:to-blue-600:focus{--tw-gradient-to: #0284c7}.xl\:focus\:to-blue-700:focus{--tw-gradient-to: #0369a1}.xl\:focus\:to-blue-800:focus{--tw-gradient-to: #075985}.xl\:focus\:to-blue-900:focus{--tw-gradient-to: #0c4a6e}.xl\:focus\:to-red-50:focus{--tw-gradient-to: #fff1f2}.xl\:focus\:to-red-100:focus{--tw-gradient-to: #ffe4e6}.xl\:focus\:to-red-200:focus{--tw-gradient-to: #fecdd3}.xl\:focus\:to-red-300:focus{--tw-gradient-to: #fda4af}.xl\:focus\:to-red-400:focus{--tw-gradient-to: #fb7185}.xl\:focus\:to-red-500:focus{--tw-gradient-to: #f43f5e}.xl\:focus\:to-red-600:focus{--tw-gradient-to: #e11d48}.xl\:focus\:to-red-700:focus{--tw-gradient-to: #be123c}.xl\:focus\:to-red-800:focus{--tw-gradient-to: #9f1239}.xl\:focus\:to-red-900:focus{--tw-gradient-to: #881337}.xl\:focus\:to-pink-50:focus{--tw-gradient-to: #fdf4ff}.xl\:focus\:to-pink-100:focus{--tw-gradient-to: #fae8ff}.xl\:focus\:to-pink-200:focus{--tw-gradient-to: #f5d0fe}.xl\:focus\:to-pink-300:focus{--tw-gradient-to: #f0abfc}.xl\:focus\:to-pink-400:focus{--tw-gradient-to: #e879f9}.xl\:focus\:to-pink-500:focus{--tw-gradient-to: #d946ef}.xl\:focus\:to-pink-600:focus{--tw-gradient-to: #c026d3}.xl\:focus\:to-pink-700:focus{--tw-gradient-to: #a21caf}.xl\:focus\:to-pink-800:focus{--tw-gradient-to: #86198f}.xl\:focus\:to-pink-900:focus{--tw-gradient-to: #701a75}.xl\:focus\:to-green-50:focus{--tw-gradient-to: #f0fdf4}.xl\:focus\:to-green-100:focus{--tw-gradient-to: #dcfce7}.xl\:focus\:to-green-200:focus{--tw-gradient-to: #bbf7d0}.xl\:focus\:to-green-300:focus{--tw-gradient-to: #86efac}.xl\:focus\:to-green-400:focus{--tw-gradient-to: #4ade80}.xl\:focus\:to-green-500:focus{--tw-gradient-to: #22c55e}.xl\:focus\:to-green-600:focus{--tw-gradient-to: #16a34a}.xl\:focus\:to-green-700:focus{--tw-gradient-to: #15803d}.xl\:focus\:to-green-800:focus{--tw-gradient-to: #166534}.xl\:focus\:to-green-900:focus{--tw-gradient-to: #14532d}.xl\:focus\:to-purple-50:focus{--tw-gradient-to: #faf5ff}.xl\:focus\:to-purple-100:focus{--tw-gradient-to: #f3e8ff}.xl\:focus\:to-purple-200:focus{--tw-gradient-to: #e9d5ff}.xl\:focus\:to-purple-300:focus{--tw-gradient-to: #d8b4fe}.xl\:focus\:to-purple-400:focus{--tw-gradient-to: #c084fc}.xl\:focus\:to-purple-500:focus{--tw-gradient-to: #a855f7}.xl\:focus\:to-purple-600:focus{--tw-gradient-to: #9333ea}.xl\:focus\:to-purple-700:focus{--tw-gradient-to: #7e22ce}.xl\:focus\:to-purple-800:focus{--tw-gradient-to: #6b21a8}.xl\:focus\:to-purple-900:focus{--tw-gradient-to: #581c87}.xl\:focus\:to-teal-50:focus{--tw-gradient-to: #f0fdfa}.xl\:focus\:to-teal-100:focus{--tw-gradient-to: #ccfbf1}.xl\:focus\:to-teal-200:focus{--tw-gradient-to: #99f6e4}.xl\:focus\:to-teal-300:focus{--tw-gradient-to: #5eead4}.xl\:focus\:to-teal-400:focus{--tw-gradient-to: #2dd4bf}.xl\:focus\:to-teal-500:focus{--tw-gradient-to: #14b8a6}.xl\:focus\:to-teal-600:focus{--tw-gradient-to: #0d9488}.xl\:focus\:to-teal-700:focus{--tw-gradient-to: #0f766e}.xl\:focus\:to-teal-800:focus{--tw-gradient-to: #115e59}.xl\:focus\:to-teal-900:focus{--tw-gradient-to: #134e4a}.xl\:focus\:to-cyan-50:focus{--tw-gradient-to: #ecfeff}.xl\:focus\:to-cyan-100:focus{--tw-gradient-to: #cffafe}.xl\:focus\:to-cyan-200:focus{--tw-gradient-to: #a5f3fc}.xl\:focus\:to-cyan-300:focus{--tw-gradient-to: #67e8f9}.xl\:focus\:to-cyan-400:focus{--tw-gradient-to: #22d3ee}.xl\:focus\:to-cyan-500:focus{--tw-gradient-to: #06b6d4}.xl\:focus\:to-cyan-600:focus{--tw-gradient-to: #0891b2}.xl\:focus\:to-cyan-700:focus{--tw-gradient-to: #0e7490}.xl\:focus\:to-cyan-800:focus{--tw-gradient-to: #155e75}.xl\:focus\:to-cyan-900:focus{--tw-gradient-to: #164e63}.xl\:focus\:to-yellow:focus{--tw-gradient-to: #D9B310}.xl\:focus\:to-white:focus{--tw-gradient-to: #FFF}.xl\:focus\:to-black:focus{--tw-gradient-to: #000}.xl\:decoration-slice{-webkit-box-decoration-break:slice;box-decoration-break:slice}.xl\:decoration-clone{-webkit-box-decoration-break:clone;box-decoration-break:clone}.xl\:bg-auto{background-size:auto}.xl\:bg-cover{background-size:cover}.xl\:bg-contain{background-size:contain}.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-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-origin-border{background-origin:border-box}.xl\:bg-origin-padding{background-origin:padding-box}.xl\:bg-origin-content{background-origin:content-box}.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\: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\: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-112{padding:28rem}.xl\:p-128{padding:32rem}.xl\:p-144{padding:36rem}.xl\:p-160{padding:40rem}.xl\:p-168{padding:42rem}.xl\:p-180{padding:45rem}.xl\:p-192{padding:48rem}.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\:px-0{padding-left:0;padding-right:0}.xl\:px-1{padding-left:.25rem;padding-right:.25rem}.xl\:px-2{padding-left:.5rem;padding-right:.5rem}.xl\:px-3{padding-left:.75rem;padding-right:.75rem}.xl\:px-4{padding-left:1rem;padding-right:1rem}.xl\:px-5{padding-left:1.25rem;padding-right:1.25rem}.xl\:px-6{padding-left:1.5rem;padding-right:1.5rem}.xl\:px-7{padding-left:1.75rem;padding-right:1.75rem}.xl\:px-8{padding-left:2rem;padding-right:2rem}.xl\:px-9{padding-left:2.25rem;padding-right:2.25rem}.xl\:px-10{padding-left:2.5rem;padding-right:2.5rem}.xl\:px-11{padding-left:2.75rem;padding-right:2.75rem}.xl\:px-12{padding-left:3rem;padding-right:3rem}.xl\:px-14{padding-left:3.5rem;padding-right:3.5rem}.xl\:px-16{padding-left:4rem;padding-right:4rem}.xl\:px-20{padding-left:5rem;padding-right:5rem}.xl\:px-24{padding-left:6rem;padding-right:6rem}.xl\:px-28{padding-left:7rem;padding-right:7rem}.xl\:px-32{padding-left:8rem;padding-right:8rem}.xl\:px-36{padding-left:9rem;padding-right:9rem}.xl\:px-40{padding-left:10rem;padding-right:10rem}.xl\:px-44{padding-left:11rem;padding-right:11rem}.xl\:px-48{padding-left:12rem;padding-right:12rem}.xl\:px-52{padding-left:13rem;padding-right:13rem}.xl\:px-56{padding-left:14rem;padding-right:14rem}.xl\:px-60{padding-left:15rem;padding-right:15rem}.xl\:px-64{padding-left:16rem;padding-right:16rem}.xl\:px-72{padding-left:18rem;padding-right:18rem}.xl\:px-80{padding-left:20rem;padding-right:20rem}.xl\:px-96{padding-left:24rem;padding-right:24rem}.xl\:px-112{padding-left:28rem;padding-right:28rem}.xl\:px-128{padding-left:32rem;padding-right:32rem}.xl\:px-144{padding-left:36rem;padding-right:36rem}.xl\:px-160{padding-left:40rem;padding-right:40rem}.xl\:px-168{padding-left:42rem;padding-right:42rem}.xl\:px-180{padding-left:45rem;padding-right:45rem}.xl\:px-192{padding-left:48rem;padding-right:48rem}.xl\:px-px{padding-left:1px;padding-right:1px}.xl\:px-0\.5{padding-left:.125rem;padding-right:.125rem}.xl\:px-1\.5{padding-left:.375rem;padding-right:.375rem}.xl\:px-2\.5{padding-left:.625rem;padding-right:.625rem}.xl\:px-3\.5{padding-left:.875rem;padding-right:.875rem}.xl\:py-0{padding-top:0;padding-bottom:0}.xl\:py-1{padding-top:.25rem;padding-bottom:.25rem}.xl\:py-2{padding-top:.5rem;padding-bottom:.5rem}.xl\:py-3{padding-top:.75rem;padding-bottom:.75rem}.xl\:py-4{padding-top:1rem;padding-bottom:1rem}.xl\:py-5{padding-top:1.25rem;padding-bottom:1.25rem}.xl\:py-6{padding-top:1.5rem;padding-bottom:1.5rem}.xl\:py-7{padding-top:1.75rem;padding-bottom:1.75rem}.xl\:py-8{padding-top:2rem;padding-bottom:2rem}.xl\:py-9{padding-top:2.25rem;padding-bottom:2.25rem}.xl\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.xl\:py-11{padding-top:2.75rem;padding-bottom:2.75rem}.xl\:py-12{padding-top:3rem;padding-bottom:3rem}.xl\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.xl\:py-16{padding-top:4rem;padding-bottom:4rem}.xl\:py-20{padding-top:5rem;padding-bottom:5rem}.xl\:py-24{padding-top:6rem;padding-bottom:6rem}.xl\:py-28{padding-top:7rem;padding-bottom:7rem}.xl\:py-32{padding-top:8rem;padding-bottom:8rem}.xl\:py-36{padding-top:9rem;padding-bottom:9rem}.xl\:py-40{padding-top:10rem;padding-bottom:10rem}.xl\:py-44{padding-top:11rem;padding-bottom:11rem}.xl\:py-48{padding-top:12rem;padding-bottom:12rem}.xl\:py-52{padding-top:13rem;padding-bottom:13rem}.xl\:py-56{padding-top:14rem;padding-bottom:14rem}.xl\:py-60{padding-top:15rem;padding-bottom:15rem}.xl\:py-64{padding-top:16rem;padding-bottom:16rem}.xl\:py-72{padding-top:18rem;padding-bottom:18rem}.xl\:py-80{padding-top:20rem;padding-bottom:20rem}.xl\:py-96{padding-top:24rem;padding-bottom:24rem}.xl\:py-112{padding-top:28rem;padding-bottom:28rem}.xl\:py-128{padding-top:32rem;padding-bottom:32rem}.xl\:py-144{padding-top:36rem;padding-bottom:36rem}.xl\:py-160{padding-top:40rem;padding-bottom:40rem}.xl\:py-168{padding-top:42rem;padding-bottom:42rem}.xl\:py-180{padding-top:45rem;padding-bottom:45rem}.xl\:py-192{padding-top:48rem;padding-bottom:48rem}.xl\:py-px{padding-top:1px;padding-bottom:1px}.xl\:py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.xl\:py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.xl\:py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.xl\:py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.xl\:pt-0{padding-top:0}.xl\:pt-1{padding-top:.25rem}.xl\:pt-2{padding-top:.5rem}.xl\:pt-3{padding-top:.75rem}.xl\:pt-4{padding-top:1rem}.xl\:pt-5{padding-top:1.25rem}.xl\:pt-6{padding-top:1.5rem}.xl\:pt-7{padding-top:1.75rem}.xl\:pt-8{padding-top:2rem}.xl\:pt-9{padding-top:2.25rem}.xl\:pt-10{padding-top:2.5rem}.xl\:pt-11{padding-top:2.75rem}.xl\:pt-12{padding-top:3rem}.xl\:pt-14{padding-top:3.5rem}.xl\:pt-16{padding-top:4rem}.xl\:pt-20{padding-top:5rem}.xl\:pt-24{padding-top:6rem}.xl\:pt-28{padding-top:7rem}.xl\:pt-32{padding-top:8rem}.xl\:pt-36{padding-top:9rem}.xl\:pt-40{padding-top:10rem}.xl\:pt-44{padding-top:11rem}.xl\:pt-48{padding-top:12rem}.xl\:pt-52{padding-top:13rem}.xl\:pt-56{padding-top:14rem}.xl\:pt-60{padding-top:15rem}.xl\:pt-64{padding-top:16rem}.xl\:pt-72{padding-top:18rem}.xl\:pt-80{padding-top:20rem}.xl\:pt-96{padding-top:24rem}.xl\:pt-112{padding-top:28rem}.xl\:pt-128{padding-top:32rem}.xl\:pt-144{padding-top:36rem}.xl\:pt-160{padding-top:40rem}.xl\:pt-168{padding-top:42rem}.xl\:pt-180{padding-top:45rem}.xl\:pt-192{padding-top:48rem}.xl\:pt-px{padding-top:1px}.xl\:pt-0\.5{padding-top:.125rem}.xl\:pt-1\.5{padding-top:.375rem}.xl\:pt-2\.5{padding-top:.625rem}.xl\:pt-3\.5{padding-top:.875rem}.xl\:pr-0{padding-right:0}.xl\:pr-1{padding-right:.25rem}.xl\:pr-2{padding-right:.5rem}.xl\:pr-3{padding-right:.75rem}.xl\:pr-4{padding-right:1rem}.xl\:pr-5{padding-right:1.25rem}.xl\:pr-6{padding-right:1.5rem}.xl\:pr-7{padding-right:1.75rem}.xl\:pr-8{padding-right:2rem}.xl\:pr-9{padding-right:2.25rem}.xl\:pr-10{padding-right:2.5rem}.xl\:pr-11{padding-right:2.75rem}.xl\:pr-12{padding-right:3rem}.xl\:pr-14{padding-right:3.5rem}.xl\:pr-16{padding-right:4rem}.xl\:pr-20{padding-right:5rem}.xl\:pr-24{padding-right:6rem}.xl\:pr-28{padding-right:7rem}.xl\:pr-32{padding-right:8rem}.xl\:pr-36{padding-right:9rem}.xl\:pr-40{padding-right:10rem}.xl\:pr-44{padding-right:11rem}.xl\:pr-48{padding-right:12rem}.xl\:pr-52{padding-right:13rem}.xl\:pr-56{padding-right:14rem}.xl\:pr-60{padding-right:15rem}.xl\:pr-64{padding-right:16rem}.xl\:pr-72{padding-right:18rem}.xl\:pr-80{padding-right:20rem}.xl\:pr-96{padding-right:24rem}.xl\:pr-112{padding-right:28rem}.xl\:pr-128{padding-right:32rem}.xl\:pr-144{padding-right:36rem}.xl\:pr-160{padding-right:40rem}.xl\:pr-168{padding-right:42rem}.xl\:pr-180{padding-right:45rem}.xl\:pr-192{padding-right:48rem}.xl\:pr-px{padding-right:1px}.xl\:pr-0\.5{padding-right:.125rem}.xl\:pr-1\.5{padding-right:.375rem}.xl\:pr-2\.5{padding-right:.625rem}.xl\:pr-3\.5{padding-right:.875rem}.xl\:pb-0{padding-bottom:0}.xl\:pb-1{padding-bottom:.25rem}.xl\:pb-2{padding-bottom:.5rem}.xl\:pb-3{padding-bottom:.75rem}.xl\:pb-4{padding-bottom:1rem}.xl\:pb-5{padding-bottom:1.25rem}.xl\:pb-6{padding-bottom:1.5rem}.xl\:pb-7{padding-bottom:1.75rem}.xl\:pb-8{padding-bottom:2rem}.xl\:pb-9{padding-bottom:2.25rem}.xl\:pb-10{padding-bottom:2.5rem}.xl\:pb-11{padding-bottom:2.75rem}.xl\:pb-12{padding-bottom:3rem}.xl\:pb-14{padding-bottom:3.5rem}.xl\:pb-16{padding-bottom:4rem}.xl\:pb-20{padding-bottom:5rem}.xl\:pb-24{padding-bottom:6rem}.xl\:pb-28{padding-bottom:7rem}.xl\:pb-32{padding-bottom:8rem}.xl\:pb-36{padding-bottom:9rem}.xl\:pb-40{padding-bottom:10rem}.xl\:pb-44{padding-bottom:11rem}.xl\:pb-48{padding-bottom:12rem}.xl\:pb-52{padding-bottom:13rem}.xl\:pb-56{padding-bottom:14rem}.xl\:pb-60{padding-bottom:15rem}.xl\:pb-64{padding-bottom:16rem}.xl\:pb-72{padding-bottom:18rem}.xl\:pb-80{padding-bottom:20rem}.xl\:pb-96{padding-bottom:24rem}.xl\:pb-112{padding-bottom:28rem}.xl\:pb-128{padding-bottom:32rem}.xl\:pb-144{padding-bottom:36rem}.xl\:pb-160{padding-bottom:40rem}.xl\:pb-168{padding-bottom:42rem}.xl\:pb-180{padding-bottom:45rem}.xl\:pb-192{padding-bottom:48rem}.xl\:pb-px{padding-bottom:1px}.xl\:pb-0\.5{padding-bottom:.125rem}.xl\:pb-1\.5{padding-bottom:.375rem}.xl\:pb-2\.5{padding-bottom:.625rem}.xl\:pb-3\.5{padding-bottom:.875rem}.xl\:pl-0{padding-left:0}.xl\:pl-1{padding-left:.25rem}.xl\:pl-2{padding-left:.5rem}.xl\:pl-3{padding-left:.75rem}.xl\:pl-4{padding-left:1rem}.xl\:pl-5{padding-left:1.25rem}.xl\:pl-6{padding-left:1.5rem}.xl\:pl-7{padding-left:1.75rem}.xl\:pl-8{padding-left:2rem}.xl\:pl-9{padding-left:2.25rem}.xl\:pl-10{padding-left:2.5rem}.xl\:pl-11{padding-left:2.75rem}.xl\:pl-12{padding-left:3rem}.xl\:pl-14{padding-left:3.5rem}.xl\:pl-16{padding-left:4rem}.xl\:pl-20{padding-left:5rem}.xl\:pl-24{padding-left:6rem}.xl\:pl-28{padding-left:7rem}.xl\:pl-32{padding-left:8rem}.xl\:pl-36{padding-left:9rem}.xl\:pl-40{padding-left:10rem}.xl\:pl-44{padding-left:11rem}.xl\:pl-48{padding-left:12rem}.xl\:pl-52{padding-left:13rem}.xl\:pl-56{padding-left:14rem}.xl\:pl-60{padding-left:15rem}.xl\:pl-64{padding-left:16rem}.xl\:pl-72{padding-left:18rem}.xl\:pl-80{padding-left:20rem}.xl\:pl-96{padding-left:24rem}.xl\:pl-112{padding-left:28rem}.xl\:pl-128{padding-left:32rem}.xl\:pl-144{padding-left:36rem}.xl\:pl-160{padding-left:40rem}.xl\:pl-168{padding-left:42rem}.xl\:pl-180{padding-left:45rem}.xl\:pl-192{padding-left:48rem}.xl\:pl-px{padding-left:1px}.xl\:pl-0\.5{padding-left:.125rem}.xl\:pl-1\.5{padding-left:.375rem}.xl\:pl-2\.5{padding-left:.625rem}.xl\:pl-3\.5{padding-left:.875rem}.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\: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\:font-sans{font-family:IBM Plex Sans Thai,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-oswald{font-family:Oswald}.xl\:font-thai{font-family:IBM Plex Sans Thai,sans-serif}.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\:text-2xs{font-size:.65rem}.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\:uppercase{text-transform:uppercase}.xl\:lowercase{text-transform:lowercase}.xl\:capitalize{text-transform:capitalize}.xl\:normal-case{text-transform:none}.xl\:italic{font-style:italic}.xl\:not-italic{font-style:normal}.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\: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\: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\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.xl\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.xl\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.xl\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.xl\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.xl\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.xl\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.xl\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.xl\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.xl\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.xl\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.xl\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.xl\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.xl\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.xl\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.xl\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.xl\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.xl\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.xl\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.xl\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.xl\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.xl\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.xl\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.xl\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.xl\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.xl\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.xl\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.xl\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.xl\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.xl\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.xl\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.xl\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.xl\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.xl\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.xl\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.xl\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.xl\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.xl\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.xl\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.xl\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.xl\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.xl\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.xl\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.xl\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.xl\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.xl\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.xl\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.xl\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.xl\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.xl\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.xl\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.xl\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.xl\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.xl\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.xl\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.xl\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.xl\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.xl\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.xl\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.xl\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.xl\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.xl\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.xl\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.xl\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.xl\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.xl\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.xl\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.xl\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.xl\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.xl\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.xl\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.xl\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.xl\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.xl\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.xl\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.xl\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.xl\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.xl\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.xl\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,var(--tw-text-opacity))}.xl\:text-white{--tw-text-opacity: 1;color:rgba(255,255,255,var(--tw-text-opacity))}.xl\:text-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.xl\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.xl\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.xl\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.xl\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.xl\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-primary{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-secondary{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-warning{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-error{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-info{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-success{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-50{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-100{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-200{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-300{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-400{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-500{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-600{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-700{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-800{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-gray-900{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-sky{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-50{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-100{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-200{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-300{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-400{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-500{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-600{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-700{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-800{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-red-900{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-50{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-100{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-200{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-300{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-400{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-500{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-600{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-700{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-800{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-pink-900{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-50{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-100{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-200{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-300{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-400{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-500{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-600{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-700{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-800{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-green-900{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-50{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-100{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-200{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-300{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-400{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-500{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-600{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-700{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-800{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-purple-900{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-50{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-100{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-200{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-300{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-400{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-500{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-600{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-700{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-800{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-teal-900{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-50{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-100{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-200{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-300{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-400{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-500{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-600{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-700{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-800{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-cyan-900{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-yellow{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-orange{--tw-text-opacity: 1;color:rgba(243,156,18,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-black{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-grey{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-line{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-facebook{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-instagram{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-youtube{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.group:hover .xl\:group-hover\:text-lightgray{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.xl\:focus-within\:text-primary:focus-within{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.xl\:focus-within\:text-secondary:focus-within{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.xl\:focus-within\:text-warning:focus-within{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.xl\:focus-within\:text-error:focus-within{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.xl\:focus-within\:text-info:focus-within{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.xl\:focus-within\:text-success:focus-within{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-50:focus-within{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-100:focus-within{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-200:focus-within{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-300:focus-within{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-400:focus-within{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-500:focus-within{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-600:focus-within{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-700:focus-within{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-800:focus-within{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.xl\:focus-within\:text-gray-900:focus-within{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.xl\:focus-within\:text-sky:focus-within{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.xl\:focus-within\:text-red-50:focus-within{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.xl\:focus-within\:text-red-100:focus-within{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.xl\:focus-within\:text-red-200:focus-within{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.xl\:focus-within\:text-red-300:focus-within{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.xl\:focus-within\:text-red-400:focus-within{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.xl\:focus-within\:text-red-500:focus-within{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.xl\:focus-within\:text-red-600:focus-within{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.xl\:focus-within\:text-red-700:focus-within{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.xl\:focus-within\:text-red-800:focus-within{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.xl\:focus-within\:text-red-900:focus-within{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-50:focus-within{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-100:focus-within{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-200:focus-within{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-300:focus-within{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-400:focus-within{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-500:focus-within{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-600:focus-within{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-700:focus-within{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-800:focus-within{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.xl\:focus-within\:text-pink-900:focus-within{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.xl\:focus-within\:text-green-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.xl\:focus-within\:text-green-100:focus-within{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.xl\:focus-within\:text-green-200:focus-within{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.xl\:focus-within\:text-green-300:focus-within{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.xl\:focus-within\:text-green-400:focus-within{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.xl\:focus-within\:text-green-500:focus-within{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.xl\:focus-within\:text-green-600:focus-within{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.xl\:focus-within\:text-green-700:focus-within{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.xl\:focus-within\:text-green-800:focus-within{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.xl\:focus-within\:text-green-900:focus-within{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-50:focus-within{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-100:focus-within{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-200:focus-within{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-300:focus-within{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-400:focus-within{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-500:focus-within{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-600:focus-within{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-700:focus-within{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-800:focus-within{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.xl\:focus-within\:text-purple-900:focus-within{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-50:focus-within{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-100:focus-within{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-200:focus-within{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-300:focus-within{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-400:focus-within{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-500:focus-within{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-600:focus-within{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-700:focus-within{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-800:focus-within{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.xl\:focus-within\:text-teal-900:focus-within{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-50:focus-within{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-100:focus-within{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-200:focus-within{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-300:focus-within{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-400:focus-within{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-500:focus-within{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-600:focus-within{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-700:focus-within{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-800:focus-within{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.xl\:focus-within\:text-cyan-900:focus-within{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.xl\:focus-within\:text-yellow:focus-within{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.xl\:focus-within\:text-orange:focus-within{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus-within{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:focus-within\:text-grey:focus-within{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.xl\:focus-within\:text-line:focus-within{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.xl\:focus-within\:text-facebook:focus-within{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.xl\:focus-within\:text-instagram:focus-within{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.xl\:focus-within\:text-youtube:focus-within{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.xl\:focus-within\:text-lightgray:focus-within{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.xl\:hover\:text-primary:hover{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.xl\:hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.xl\:hover\:text-warning:hover{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.xl\:hover\:text-error:hover{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.xl\:hover\:text-info:hover{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.xl\:hover\:text-success:hover{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.xl\:hover\:text-gray-50:hover{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.xl\:hover\:text-gray-100:hover{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.xl\:hover\:text-gray-200:hover{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.xl\:hover\:text-gray-300:hover{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.xl\:hover\:text-gray-400:hover{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.xl\:hover\:text-gray-500:hover{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.xl\:hover\:text-gray-600:hover{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.xl\:hover\:text-gray-700:hover{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.xl\:hover\:text-gray-800:hover{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.xl\:hover\:text-gray-900:hover{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.xl\:hover\:text-sky:hover{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.xl\:hover\:text-red-50:hover{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.xl\:hover\:text-red-100:hover{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.xl\:hover\:text-red-200:hover{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.xl\:hover\:text-red-300:hover{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.xl\:hover\:text-red-400:hover{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.xl\:hover\:text-red-500:hover{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.xl\:hover\:text-red-600:hover{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.xl\:hover\:text-red-700:hover{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.xl\:hover\:text-red-800:hover{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.xl\:hover\:text-red-900:hover{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.xl\:hover\:text-pink-50:hover{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.xl\:hover\:text-pink-100:hover{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.xl\:hover\:text-pink-200:hover{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.xl\:hover\:text-pink-300:hover{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.xl\:hover\:text-pink-400:hover{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.xl\:hover\:text-pink-500:hover{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.xl\:hover\:text-pink-600:hover{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.xl\:hover\:text-pink-700:hover{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.xl\:hover\:text-pink-800:hover{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.xl\:hover\:text-pink-900:hover{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.xl\:hover\:text-green-50:hover{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.xl\:hover\:text-green-100:hover{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.xl\:hover\:text-green-200:hover{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.xl\:hover\:text-green-300:hover{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.xl\:hover\:text-green-400:hover{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.xl\:hover\:text-green-500:hover{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.xl\:hover\:text-green-600:hover{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.xl\:hover\:text-green-700:hover{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.xl\:hover\:text-green-800:hover{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.xl\:hover\:text-green-900:hover{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.xl\:hover\:text-purple-50:hover{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.xl\:hover\:text-purple-100:hover{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.xl\:hover\:text-purple-200:hover{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.xl\:hover\:text-purple-300:hover{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.xl\:hover\:text-purple-400:hover{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.xl\:hover\:text-purple-500:hover{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.xl\:hover\:text-purple-600:hover{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.xl\:hover\:text-purple-700:hover{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.xl\:hover\:text-purple-800:hover{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.xl\:hover\:text-purple-900:hover{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.xl\:hover\:text-teal-50:hover{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.xl\:hover\:text-teal-100:hover{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.xl\:hover\:text-teal-200:hover{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.xl\:hover\:text-teal-300:hover{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.xl\:hover\:text-teal-400:hover{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.xl\:hover\:text-teal-500:hover{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.xl\:hover\:text-teal-600:hover{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.xl\:hover\:text-teal-700:hover{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.xl\:hover\:text-teal-800:hover{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.xl\:hover\:text-teal-900:hover{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.xl\:hover\:text-cyan-50:hover{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.xl\:hover\:text-cyan-100:hover{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.xl\:hover\:text-cyan-200:hover{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.xl\:hover\:text-cyan-300:hover{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.xl\:hover\:text-cyan-400:hover{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.xl\:hover\:text-cyan-500:hover{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.xl\:hover\:text-cyan-600:hover{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.xl\:hover\:text-cyan-700:hover{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.xl\:hover\:text-cyan-800:hover{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.xl\:hover\:text-cyan-900:hover{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.xl\:hover\:text-yellow:hover{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.xl\:hover\:text-orange:hover{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:hover{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:hover\:text-grey:hover{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.xl\:hover\:text-line:hover{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.xl\:hover\:text-facebook:hover{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.xl\:hover\:text-instagram:hover{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.xl\:hover\:text-youtube:hover{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.xl\:hover\:text-lightgray:hover{--tw-text-opacity: 1;color:rgba(239,239,239,var(--tw-text-opacity))}.xl\:focus\:text-primary:focus{--tw-text-opacity: 1;color:rgba(28,76,112,var(--tw-text-opacity))}.xl\:focus\:text-secondary:focus{--tw-text-opacity: 1;color:rgba(240,152,74,var(--tw-text-opacity))}.xl\:focus\:text-warning:focus{--tw-text-opacity: 1;color:rgba(217,95,59,var(--tw-text-opacity))}.xl\:focus\:text-error:focus{--tw-text-opacity: 1;color:rgba(244,67,54,var(--tw-text-opacity))}.xl\:focus\:text-info:focus{--tw-text-opacity: 1;color:rgba(122,169,163,var(--tw-text-opacity))}.xl\:focus\:text-success:focus{--tw-text-opacity: 1;color:rgba(51,143,154,var(--tw-text-opacity))}.xl\:focus\:text-gray-50:focus{--tw-text-opacity: 1;color:rgba(250,250,250,var(--tw-text-opacity))}.xl\:focus\:text-gray-100:focus{--tw-text-opacity: 1;color:rgba(244,244,245,var(--tw-text-opacity))}.xl\:focus\:text-gray-200:focus{--tw-text-opacity: 1;color:rgba(228,228,231,var(--tw-text-opacity))}.xl\:focus\:text-gray-300:focus{--tw-text-opacity: 1;color:rgba(212,212,216,var(--tw-text-opacity))}.xl\:focus\:text-gray-400:focus{--tw-text-opacity: 1;color:rgba(161,161,170,var(--tw-text-opacity))}.xl\:focus\:text-gray-500:focus{--tw-text-opacity: 1;color:rgba(113,113,122,var(--tw-text-opacity))}.xl\:focus\:text-gray-600:focus{--tw-text-opacity: 1;color:rgba(82,82,91,var(--tw-text-opacity))}.xl\:focus\:text-gray-700:focus{--tw-text-opacity: 1;color:rgba(63,63,70,var(--tw-text-opacity))}.xl\:focus\:text-gray-800:focus{--tw-text-opacity: 1;color:rgba(39,39,42,var(--tw-text-opacity))}.xl\:focus\:text-gray-900:focus{--tw-text-opacity: 1;color:rgba(24,24,27,var(--tw-text-opacity))}.xl\:focus\:text-sky:focus{--tw-text-opacity: 1;color:rgba(128,189,227,var(--tw-text-opacity))}.xl\:focus\:text-red-50:focus{--tw-text-opacity: 1;color:rgba(255,241,242,var(--tw-text-opacity))}.xl\:focus\:text-red-100:focus{--tw-text-opacity: 1;color:rgba(255,228,230,var(--tw-text-opacity))}.xl\:focus\:text-red-200:focus{--tw-text-opacity: 1;color:rgba(254,205,211,var(--tw-text-opacity))}.xl\:focus\:text-red-300:focus{--tw-text-opacity: 1;color:rgba(253,164,175,var(--tw-text-opacity))}.xl\:focus\:text-red-400:focus{--tw-text-opacity: 1;color:rgba(251,113,133,var(--tw-text-opacity))}.xl\:focus\:text-red-500:focus{--tw-text-opacity: 1;color:rgba(244,63,94,var(--tw-text-opacity))}.xl\:focus\:text-red-600:focus{--tw-text-opacity: 1;color:rgba(225,29,72,var(--tw-text-opacity))}.xl\:focus\:text-red-700:focus{--tw-text-opacity: 1;color:rgba(190,18,60,var(--tw-text-opacity))}.xl\:focus\:text-red-800:focus{--tw-text-opacity: 1;color:rgba(159,18,57,var(--tw-text-opacity))}.xl\:focus\:text-red-900:focus{--tw-text-opacity: 1;color:rgba(136,19,55,var(--tw-text-opacity))}.xl\:focus\:text-pink-50:focus{--tw-text-opacity: 1;color:rgba(253,244,255,var(--tw-text-opacity))}.xl\:focus\:text-pink-100:focus{--tw-text-opacity: 1;color:rgba(250,232,255,var(--tw-text-opacity))}.xl\:focus\:text-pink-200:focus{--tw-text-opacity: 1;color:rgba(245,208,254,var(--tw-text-opacity))}.xl\:focus\:text-pink-300:focus{--tw-text-opacity: 1;color:rgba(240,171,252,var(--tw-text-opacity))}.xl\:focus\:text-pink-400:focus{--tw-text-opacity: 1;color:rgba(232,121,249,var(--tw-text-opacity))}.xl\:focus\:text-pink-500:focus{--tw-text-opacity: 1;color:rgba(217,70,239,var(--tw-text-opacity))}.xl\:focus\:text-pink-600:focus{--tw-text-opacity: 1;color:rgba(192,38,211,var(--tw-text-opacity))}.xl\:focus\:text-pink-700:focus{--tw-text-opacity: 1;color:rgba(162,28,175,var(--tw-text-opacity))}.xl\:focus\:text-pink-800:focus{--tw-text-opacity: 1;color:rgba(134,25,143,var(--tw-text-opacity))}.xl\:focus\:text-pink-900:focus{--tw-text-opacity: 1;color:rgba(112,26,117,var(--tw-text-opacity))}.xl\:focus\:text-green-50:focus{--tw-text-opacity: 1;color:rgba(240,253,244,var(--tw-text-opacity))}.xl\:focus\:text-green-100:focus{--tw-text-opacity: 1;color:rgba(220,252,231,var(--tw-text-opacity))}.xl\:focus\:text-green-200:focus{--tw-text-opacity: 1;color:rgba(187,247,208,var(--tw-text-opacity))}.xl\:focus\:text-green-300:focus{--tw-text-opacity: 1;color:rgba(134,239,172,var(--tw-text-opacity))}.xl\:focus\:text-green-400:focus{--tw-text-opacity: 1;color:rgba(74,222,128,var(--tw-text-opacity))}.xl\:focus\:text-green-500:focus{--tw-text-opacity: 1;color:rgba(34,197,94,var(--tw-text-opacity))}.xl\:focus\:text-green-600:focus{--tw-text-opacity: 1;color:rgba(22,163,74,var(--tw-text-opacity))}.xl\:focus\:text-green-700:focus{--tw-text-opacity: 1;color:rgba(21,128,61,var(--tw-text-opacity))}.xl\:focus\:text-green-800:focus{--tw-text-opacity: 1;color:rgba(22,101,52,var(--tw-text-opacity))}.xl\:focus\:text-green-900:focus{--tw-text-opacity: 1;color:rgba(20,83,45,var(--tw-text-opacity))}.xl\:focus\:text-purple-50:focus{--tw-text-opacity: 1;color:rgba(250,245,255,var(--tw-text-opacity))}.xl\:focus\:text-purple-100:focus{--tw-text-opacity: 1;color:rgba(243,232,255,var(--tw-text-opacity))}.xl\:focus\:text-purple-200:focus{--tw-text-opacity: 1;color:rgba(233,213,255,var(--tw-text-opacity))}.xl\:focus\:text-purple-300:focus{--tw-text-opacity: 1;color:rgba(216,180,254,var(--tw-text-opacity))}.xl\:focus\:text-purple-400:focus{--tw-text-opacity: 1;color:rgba(192,132,252,var(--tw-text-opacity))}.xl\:focus\:text-purple-500:focus{--tw-text-opacity: 1;color:rgba(168,85,247,var(--tw-text-opacity))}.xl\:focus\:text-purple-600:focus{--tw-text-opacity: 1;color:rgba(147,51,234,var(--tw-text-opacity))}.xl\:focus\:text-purple-700:focus{--tw-text-opacity: 1;color:rgba(126,34,206,var(--tw-text-opacity))}.xl\:focus\:text-purple-800:focus{--tw-text-opacity: 1;color:rgba(107,33,168,var(--tw-text-opacity))}.xl\:focus\:text-purple-900:focus{--tw-text-opacity: 1;color:rgba(88,28,135,var(--tw-text-opacity))}.xl\:focus\:text-teal-50:focus{--tw-text-opacity: 1;color:rgba(240,253,250,var(--tw-text-opacity))}.xl\:focus\:text-teal-100:focus{--tw-text-opacity: 1;color:rgba(204,251,241,var(--tw-text-opacity))}.xl\:focus\:text-teal-200:focus{--tw-text-opacity: 1;color:rgba(153,246,228,var(--tw-text-opacity))}.xl\:focus\:text-teal-300:focus{--tw-text-opacity: 1;color:rgba(94,234,212,var(--tw-text-opacity))}.xl\:focus\:text-teal-400:focus{--tw-text-opacity: 1;color:rgba(45,212,191,var(--tw-text-opacity))}.xl\:focus\:text-teal-500:focus{--tw-text-opacity: 1;color:rgba(20,184,166,var(--tw-text-opacity))}.xl\:focus\:text-teal-600:focus{--tw-text-opacity: 1;color:rgba(13,148,136,var(--tw-text-opacity))}.xl\:focus\:text-teal-700:focus{--tw-text-opacity: 1;color:rgba(15,118,110,var(--tw-text-opacity))}.xl\:focus\:text-teal-800:focus{--tw-text-opacity: 1;color:rgba(17,94,89,var(--tw-text-opacity))}.xl\:focus\:text-teal-900:focus{--tw-text-opacity: 1;color:rgba(19,78,74,var(--tw-text-opacity))}.xl\:focus\:text-cyan-50:focus{--tw-text-opacity: 1;color:rgba(236,254,255,var(--tw-text-opacity))}.xl\:focus\:text-cyan-100:focus{--tw-text-opacity: 1;color:rgba(207,250,254,var(--tw-text-opacity))}.xl\:focus\:text-cyan-200:focus{--tw-text-opacity: 1;color:rgba(165,243,252,var(--tw-text-opacity))}.xl\:focus\:text-cyan-300:focus{--tw-text-opacity: 1;color:rgba(103,232,249,var(--tw-text-opacity))}.xl\:focus\:text-cyan-400:focus{--tw-text-opacity: 1;color:rgba(34,211,238,var(--tw-text-opacity))}.xl\:focus\:text-cyan-500:focus{--tw-text-opacity: 1;color:rgba(6,182,212,var(--tw-text-opacity))}.xl\:focus\:text-cyan-600:focus{--tw-text-opacity: 1;color:rgba(8,145,178,var(--tw-text-opacity))}.xl\:focus\:text-cyan-700:focus{--tw-text-opacity: 1;color:rgba(14,116,144,var(--tw-text-opacity))}.xl\:focus\:text-cyan-800:focus{--tw-text-opacity: 1;color:rgba(21,94,117,var(--tw-text-opacity))}.xl\:focus\:text-cyan-900:focus{--tw-text-opacity: 1;color:rgba(22,78,99,var(--tw-text-opacity))}.xl\:focus\:text-yellow:focus{--tw-text-opacity: 1;color:rgba(217,179,16,var(--tw-text-opacity))}.xl\:focus\:text-orange:focus{--tw-text-opacity: 1;color:rgba(243,156,18,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-black:focus{--tw-text-opacity: 1;color:rgba(0,0,0,var(--tw-text-opacity))}.xl\:focus\:text-grey:focus{--tw-text-opacity: 1;color:rgba(205,205,205,var(--tw-text-opacity))}.xl\:focus\:text-line:focus{--tw-text-opacity: 1;color:rgba(6,199,85,var(--tw-text-opacity))}.xl\:focus\:text-facebook:focus{--tw-text-opacity: 1;color:rgba(66,103,178,var(--tw-text-opacity))}.xl\:focus\:text-instagram:focus{--tw-text-opacity: 1;color:rgba(131,58,180,var(--tw-text-opacity))}.xl\:focus\:text-youtube:focus{--tw-text-opacity: 1;color:rgba(205,32,31,var(--tw-text-opacity))}.xl\:focus\:text-lightgray:focus{--tw-text-opacity: 1;color:rgba(239,239,239,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\: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\:placeholder-bg_primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.xl\:placeholder-bg_primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.xl\:placeholder-primary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.xl\:placeholder-primary::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.xl\:placeholder-secondary::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.xl\:placeholder-secondary::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.xl\:placeholder-warning::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.xl\:placeholder-warning::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.xl\:placeholder-error::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.xl\:placeholder-error::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.xl\:placeholder-info::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.xl\:placeholder-info::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.xl\:placeholder-success::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.xl\:placeholder-success::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.xl\:placeholder-call_to_action::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.xl\:placeholder-call_to_action::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.xl\:placeholder-gray-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.xl\:placeholder-lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.xl\:placeholder-lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.xl\:placeholder-darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.xl\:placeholder-darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.xl\:placeholder-nav_darkgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.xl\:placeholder-nav_darkgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.xl\:placeholder-nav_lightgray::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.xl\:placeholder-nav_lightgray::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.xl\:placeholder-blue-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.xl\:placeholder-red-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.xl\:placeholder-red-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.xl\:placeholder-red-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.xl\:placeholder-red-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.xl\:placeholder-red-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.xl\:placeholder-red-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.xl\:placeholder-red-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.xl\:placeholder-red-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.xl\:placeholder-red-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.xl\:placeholder-red-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.xl\:placeholder-red-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.xl\:placeholder-red-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.xl\:placeholder-red-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.xl\:placeholder-red-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.xl\:placeholder-red-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.xl\:placeholder-red-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.xl\:placeholder-red-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.xl\:placeholder-red-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.xl\:placeholder-red-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.xl\:placeholder-red-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.xl\:placeholder-pink-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.xl\:placeholder-green-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.xl\:placeholder-green-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.xl\:placeholder-green-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.xl\:placeholder-green-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.xl\:placeholder-green-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.xl\:placeholder-green-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.xl\:placeholder-green-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.xl\:placeholder-green-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.xl\:placeholder-green-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.xl\:placeholder-green-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.xl\:placeholder-green-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.xl\:placeholder-green-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.xl\:placeholder-green-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.xl\:placeholder-green-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.xl\:placeholder-green-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.xl\:placeholder-green-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.xl\:placeholder-green-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.xl\:placeholder-green-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.xl\:placeholder-green-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.xl\:placeholder-green-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.xl\:placeholder-purple-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.xl\:placeholder-teal-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-50::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-50::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-100::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-100::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-200::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-200::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-300::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-300::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-400::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-400::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-500::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-500::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-600::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-600::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-700::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-700::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-800::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-800::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-900::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.xl\:placeholder-cyan-900::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.xl\:placeholder-yellow::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\:focus\:placeholder-bg_primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-bg_primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(29,39,49,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-primary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-primary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(28,76,112,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-secondary:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-secondary:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,152,74,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-warning:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-warning:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,95,59,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-error:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-error:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,67,54,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-info:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-info:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(122,169,163,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-success:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-success:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(51,143,154,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-call_to_action:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-call_to_action:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(127,165,240,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,250,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,244,245,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(228,228,231,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(212,212,216,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(161,161,170,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(113,113,122,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(82,82,91,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(63,63,70,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(39,39,42,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-gray-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(24,24,27,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(239,239,239,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(108,108,108,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-nav_darkgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-nav_darkgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(31,31,31,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-nav_lightgray:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-nav_lightgray:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(71,71,71,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,249,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(224,242,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(186,230,253,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(125,211,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(56,189,248,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,165,233,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(2,132,199,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(3,105,161,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(7,89,133,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-blue-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(12,74,110,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,241,242,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(255,228,230,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(254,205,211,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,164,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(251,113,133,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(244,63,94,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(225,29,72,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(190,18,60,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(159,18,57,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-red-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(136,19,55,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(253,244,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,232,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(245,208,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,171,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(232,121,249,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,70,239,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,38,211,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(162,28,175,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,25,143,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-pink-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(112,26,117,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,244,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(220,252,231,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(187,247,208,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(134,239,172,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(74,222,128,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,197,94,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,163,74,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,128,61,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,101,52,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-green-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,83,45,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(250,245,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(243,232,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(233,213,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(216,180,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(192,132,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(168,85,247,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(147,51,234,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(126,34,206,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(107,33,168,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-purple-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(88,28,135,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(240,253,250,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(204,251,241,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(153,246,228,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(94,234,212,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(45,212,191,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(20,184,166,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(13,148,136,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(15,118,110,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(17,94,89,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-teal-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(19,78,74,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-50:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-50:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(236,254,255,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-100:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-100:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(207,250,254,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-200:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-200:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(165,243,252,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-300:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-300:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(103,232,249,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-400:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-400:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(34,211,238,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-500:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-500:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(6,182,212,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-600:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-600:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(8,145,178,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-700:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-700:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(14,116,144,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-800:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-800:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(21,94,117,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-900:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-cyan-900:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(22,78,99,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow:focus::-moz-placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,var(--tw-placeholder-opacity))}.xl\:focus\:placeholder-yellow:focus::placeholder{--tw-placeholder-opacity: 1;color:rgba(217,179,16,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-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\: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\: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\:bg-blend-normal{background-blend-mode:normal}.xl\:bg-blend-multiply{background-blend-mode:multiply}.xl\:bg-blend-screen{background-blend-mode:screen}.xl\:bg-blend-overlay{background-blend-mode:overlay}.xl\:bg-blend-darken{background-blend-mode:darken}.xl\:bg-blend-lighten{background-blend-mode:lighten}.xl\:bg-blend-color-dodge{background-blend-mode:color-dodge}.xl\:bg-blend-color-burn{background-blend-mode:color-burn}.xl\:bg-blend-hard-light{background-blend-mode:hard-light}.xl\:bg-blend-soft-light{background-blend-mode:soft-light}.xl\:bg-blend-difference{background-blend-mode:difference}.xl\:bg-blend-exclusion{background-blend-mode:exclusion}.xl\:bg-blend-hue{background-blend-mode:hue}.xl\:bg-blend-saturation{background-blend-mode:saturation}.xl\:bg-blend-color{background-blend-mode:color}.xl\:bg-blend-luminosity{background-blend-mode:luminosity}.xl\:mix-blend-normal{mix-blend-mode:normal}.xl\:mix-blend-multiply{mix-blend-mode:multiply}.xl\:mix-blend-screen{mix-blend-mode:screen}.xl\:mix-blend-overlay{mix-blend-mode:overlay}.xl\:mix-blend-darken{mix-blend-mode:darken}.xl\:mix-blend-lighten{mix-blend-mode:lighten}.xl\:mix-blend-color-dodge{mix-blend-mode:color-dodge}.xl\:mix-blend-color-burn{mix-blend-mode:color-burn}.xl\:mix-blend-hard-light{mix-blend-mode:hard-light}.xl\:mix-blend-soft-light{mix-blend-mode:soft-light}.xl\:mix-blend-difference{mix-blend-mode:difference}.xl\:mix-blend-exclusion{mix-blend-mode:exclusion}.xl\:mix-blend-hue{mix-blend-mode:hue}.xl\:mix-blend-saturation{mix-blend-mode:saturation}.xl\:mix-blend-color{mix-blend-mode:color}.xl\:mix-blend-luminosity{mix-blend-mode:luminosity}.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\:outline-none{outline:2px solid transparent;outline-offset:2px}.xl\:outline-white{outline:2px dotted white;outline-offset:2px}.xl\:outline-black{outline:2px dotted black;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 white;outline-offset:2px}.xl\:focus-within\:outline-black:focus-within{outline:2px dotted black;outline-offset:2px}.xl\:focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.xl\:focus\:outline-white:focus{outline:2px dotted white;outline-offset:2px}.xl\:focus\:outline-black:focus{outline:2px dotted black;outline-offset:2px}.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\: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\: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\:ring-inset{--tw-ring-inset: inset}.xl\:focus-within\:ring-inset:focus-within{--tw-ring-inset: inset}.xl\:focus\:ring-inset:focus{--tw-ring-inset: inset}.xl\:ring-bg_primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.xl\:ring-primary{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.xl\:ring-secondary{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.xl\:ring-warning{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.xl\:ring-error{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.xl\:ring-info{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.xl\:ring-success{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.xl\:ring-call_to_action{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.xl\:ring-gray-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.xl\:ring-gray-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.xl\:ring-gray-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.xl\:ring-gray-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.xl\:ring-gray-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.xl\:ring-gray-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.xl\:ring-gray-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.xl\:ring-gray-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.xl\:ring-gray-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.xl\:ring-gray-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.xl\:ring-lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.xl\:ring-darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.xl\:ring-nav_darkgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.xl\:ring-nav_lightgray{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.xl\:ring-blue-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.xl\:ring-blue-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.xl\:ring-blue-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.xl\:ring-blue-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.xl\:ring-blue-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.xl\:ring-blue-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.xl\:ring-blue-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.xl\:ring-blue-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.xl\:ring-blue-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.xl\:ring-blue-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.xl\:ring-red-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.xl\:ring-red-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.xl\:ring-red-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.xl\:ring-red-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.xl\:ring-red-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.xl\:ring-red-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.xl\:ring-red-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.xl\:ring-red-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.xl\:ring-red-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.xl\:ring-red-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.xl\:ring-pink-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.xl\:ring-pink-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.xl\:ring-pink-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.xl\:ring-pink-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.xl\:ring-pink-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.xl\:ring-pink-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.xl\:ring-pink-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.xl\:ring-pink-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.xl\:ring-pink-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.xl\:ring-pink-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.xl\:ring-green-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.xl\:ring-green-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.xl\:ring-green-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.xl\:ring-green-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.xl\:ring-green-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.xl\:ring-green-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.xl\:ring-green-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.xl\:ring-green-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.xl\:ring-green-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.xl\:ring-green-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.xl\:ring-purple-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.xl\:ring-purple-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.xl\:ring-purple-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.xl\:ring-purple-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.xl\:ring-purple-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.xl\:ring-purple-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.xl\:ring-purple-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.xl\:ring-purple-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.xl\:ring-purple-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.xl\:ring-purple-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.xl\:ring-teal-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.xl\:ring-teal-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.xl\:ring-teal-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.xl\:ring-teal-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.xl\:ring-teal-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.xl\:ring-teal-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.xl\:ring-teal-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.xl\:ring-teal-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.xl\:ring-teal-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.xl\:ring-teal-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.xl\:ring-cyan-50{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.xl\:ring-cyan-100{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.xl\:ring-cyan-200{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.xl\:ring-cyan-300{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.xl\:ring-cyan-400{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.xl\:ring-cyan-500{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.xl\:ring-cyan-600{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.xl\:ring-cyan-700{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.xl\:ring-cyan-800{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.xl\:ring-cyan-900{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.xl\:ring-yellow{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, var(--tw-ring-opacity))}.xl\:ring-white{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 255, 255, var(--tw-ring-opacity))}.xl\:ring-black{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.xl\:focus-within\:ring-bg_primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.xl\:focus-within\:ring-primary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.xl\:focus-within\:ring-secondary:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.xl\:focus-within\:ring-warning:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.xl\:focus-within\:ring-error:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.xl\:focus-within\:ring-info:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.xl\:focus-within\:ring-success:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.xl\:focus-within\:ring-call_to_action:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.xl\:focus-within\:ring-gray-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.xl\:focus-within\:ring-lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.xl\:focus-within\:ring-darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.xl\:focus-within\:ring-nav_darkgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.xl\:focus-within\:ring-nav_lightgray:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.xl\:focus-within\:ring-blue-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.xl\:focus-within\:ring-red-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.xl\:focus-within\:ring-pink-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.xl\:focus-within\:ring-green-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.xl\:focus-within\:ring-purple-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.xl\:focus-within\:ring-teal-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-50:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-100:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-200:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-300:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-400:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-500:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-600:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-700:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-800:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.xl\:focus-within\:ring-cyan-900:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.xl\:focus-within\:ring-yellow:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus-within{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, var(--tw-ring-opacity))}.xl\:focus\:ring-bg_primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(29, 39, 49, var(--tw-ring-opacity))}.xl\:focus\:ring-primary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(28, 76, 112, var(--tw-ring-opacity))}.xl\:focus\:ring-secondary:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 152, 74, var(--tw-ring-opacity))}.xl\:focus\:ring-warning:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 95, 59, var(--tw-ring-opacity))}.xl\:focus\:ring-error:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 67, 54, var(--tw-ring-opacity))}.xl\:focus\:ring-info:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(122, 169, 163, var(--tw-ring-opacity))}.xl\:focus\:ring-success:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(51, 143, 154, var(--tw-ring-opacity))}.xl\:focus\:ring-call_to_action:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(127, 165, 240, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 250, 250, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 244, 245, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(228, 228, 231, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(212, 212, 216, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(161, 161, 170, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(113, 113, 122, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(82, 82, 91, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(63, 63, 70, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(39, 39, 42, var(--tw-ring-opacity))}.xl\:focus\:ring-gray-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(24, 24, 27, var(--tw-ring-opacity))}.xl\:focus\:ring-lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(239, 239, 239, var(--tw-ring-opacity))}.xl\:focus\:ring-darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(108, 108, 108, var(--tw-ring-opacity))}.xl\:focus\:ring-nav_darkgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(31, 31, 31, var(--tw-ring-opacity))}.xl\:focus\:ring-nav_lightgray:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(71, 71, 71, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 249, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(224, 242, 254, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(186, 230, 253, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(125, 211, 252, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(56, 189, 248, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 165, 233, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(2, 132, 199, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(3, 105, 161, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(7, 89, 133, var(--tw-ring-opacity))}.xl\:focus\:ring-blue-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(12, 74, 110, var(--tw-ring-opacity))}.xl\:focus\:ring-red-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 241, 242, var(--tw-ring-opacity))}.xl\:focus\:ring-red-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(255, 228, 230, var(--tw-ring-opacity))}.xl\:focus\:ring-red-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(254, 205, 211, var(--tw-ring-opacity))}.xl\:focus\:ring-red-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 164, 175, var(--tw-ring-opacity))}.xl\:focus\:ring-red-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(251, 113, 133, var(--tw-ring-opacity))}.xl\:focus\:ring-red-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(244, 63, 94, var(--tw-ring-opacity))}.xl\:focus\:ring-red-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(225, 29, 72, var(--tw-ring-opacity))}.xl\:focus\:ring-red-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(190, 18, 60, var(--tw-ring-opacity))}.xl\:focus\:ring-red-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(159, 18, 57, var(--tw-ring-opacity))}.xl\:focus\:ring-red-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(136, 19, 55, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(253, 244, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 232, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(245, 208, 254, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 171, 252, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(232, 121, 249, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 70, 239, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 38, 211, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(162, 28, 175, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 25, 143, var(--tw-ring-opacity))}.xl\:focus\:ring-pink-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(112, 26, 117, var(--tw-ring-opacity))}.xl\:focus\:ring-green-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 244, var(--tw-ring-opacity))}.xl\:focus\:ring-green-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(220, 252, 231, var(--tw-ring-opacity))}.xl\:focus\:ring-green-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(187, 247, 208, var(--tw-ring-opacity))}.xl\:focus\:ring-green-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(134, 239, 172, var(--tw-ring-opacity))}.xl\:focus\:ring-green-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(74, 222, 128, var(--tw-ring-opacity))}.xl\:focus\:ring-green-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 197, 94, var(--tw-ring-opacity))}.xl\:focus\:ring-green-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 163, 74, var(--tw-ring-opacity))}.xl\:focus\:ring-green-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 128, 61, var(--tw-ring-opacity))}.xl\:focus\:ring-green-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 101, 52, var(--tw-ring-opacity))}.xl\:focus\:ring-green-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 83, 45, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(250, 245, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(243, 232, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(233, 213, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(216, 180, 254, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(192, 132, 252, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(168, 85, 247, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(147, 51, 234, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(126, 34, 206, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(107, 33, 168, var(--tw-ring-opacity))}.xl\:focus\:ring-purple-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(88, 28, 135, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(240, 253, 250, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(204, 251, 241, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(153, 246, 228, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(94, 234, 212, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(45, 212, 191, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(20, 184, 166, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(13, 148, 136, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(15, 118, 110, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(17, 94, 89, var(--tw-ring-opacity))}.xl\:focus\:ring-teal-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(19, 78, 74, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-50:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(236, 254, 255, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-100:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(207, 250, 254, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-200:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(165, 243, 252, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-300:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(103, 232, 249, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-400:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(34, 211, 238, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-500:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(6, 182, 212, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-600:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(8, 145, 178, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-700:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(14, 116, 144, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-800:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(21, 94, 117, var(--tw-ring-opacity))}.xl\:focus\:ring-cyan-900:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(22, 78, 99, var(--tw-ring-opacity))}.xl\:focus\:ring-yellow:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(217, 179, 16, 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-black:focus{--tw-ring-opacity: 1;--tw-ring-color: rgba(0, 0, 0, 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\: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-offset-bg_primary{--tw-ring-offset-color: #1D2731}.xl\:ring-offset-primary{--tw-ring-offset-color: #1C4C70}.xl\:ring-offset-secondary{--tw-ring-offset-color: #F0984A}.xl\:ring-offset-warning{--tw-ring-offset-color: #D95F3B}.xl\:ring-offset-error{--tw-ring-offset-color: #f44336}.xl\:ring-offset-info{--tw-ring-offset-color: #7AA9A3}.xl\:ring-offset-success{--tw-ring-offset-color: #338F9A}.xl\:ring-offset-call_to_action{--tw-ring-offset-color: #7fa5f0}.xl\:ring-offset-gray-50{--tw-ring-offset-color: #fafafa}.xl\:ring-offset-gray-100{--tw-ring-offset-color: #f4f4f5}.xl\:ring-offset-gray-200{--tw-ring-offset-color: #e4e4e7}.xl\:ring-offset-gray-300{--tw-ring-offset-color: #d4d4d8}.xl\:ring-offset-gray-400{--tw-ring-offset-color: #a1a1aa}.xl\:ring-offset-gray-500{--tw-ring-offset-color: #71717a}.xl\:ring-offset-gray-600{--tw-ring-offset-color: #52525b}.xl\:ring-offset-gray-700{--tw-ring-offset-color: #3f3f46}.xl\:ring-offset-gray-800{--tw-ring-offset-color: #27272a}.xl\:ring-offset-gray-900{--tw-ring-offset-color: #18181b}.xl\:ring-offset-lightgray{--tw-ring-offset-color: #efefef}.xl\:ring-offset-darkgray{--tw-ring-offset-color: #6c6c6c}.xl\:ring-offset-nav_darkgray{--tw-ring-offset-color: #1f1f1f}.xl\:ring-offset-nav_lightgray{--tw-ring-offset-color: #474747}.xl\:ring-offset-blue-50{--tw-ring-offset-color: #f0f9ff}.xl\:ring-offset-blue-100{--tw-ring-offset-color: #e0f2fe}.xl\:ring-offset-blue-200{--tw-ring-offset-color: #bae6fd}.xl\:ring-offset-blue-300{--tw-ring-offset-color: #7dd3fc}.xl\:ring-offset-blue-400{--tw-ring-offset-color: #38bdf8}.xl\:ring-offset-blue-500{--tw-ring-offset-color: #0ea5e9}.xl\:ring-offset-blue-600{--tw-ring-offset-color: #0284c7}.xl\:ring-offset-blue-700{--tw-ring-offset-color: #0369a1}.xl\:ring-offset-blue-800{--tw-ring-offset-color: #075985}.xl\:ring-offset-blue-900{--tw-ring-offset-color: #0c4a6e}.xl\:ring-offset-red-50{--tw-ring-offset-color: #fff1f2}.xl\:ring-offset-red-100{--tw-ring-offset-color: #ffe4e6}.xl\:ring-offset-red-200{--tw-ring-offset-color: #fecdd3}.xl\:ring-offset-red-300{--tw-ring-offset-color: #fda4af}.xl\:ring-offset-red-400{--tw-ring-offset-color: #fb7185}.xl\:ring-offset-red-500{--tw-ring-offset-color: #f43f5e}.xl\:ring-offset-red-600{--tw-ring-offset-color: #e11d48}.xl\:ring-offset-red-700{--tw-ring-offset-color: #be123c}.xl\:ring-offset-red-800{--tw-ring-offset-color: #9f1239}.xl\:ring-offset-red-900{--tw-ring-offset-color: #881337}.xl\:ring-offset-pink-50{--tw-ring-offset-color: #fdf4ff}.xl\:ring-offset-pink-100{--tw-ring-offset-color: #fae8ff}.xl\:ring-offset-pink-200{--tw-ring-offset-color: #f5d0fe}.xl\:ring-offset-pink-300{--tw-ring-offset-color: #f0abfc}.xl\:ring-offset-pink-400{--tw-ring-offset-color: #e879f9}.xl\:ring-offset-pink-500{--tw-ring-offset-color: #d946ef}.xl\:ring-offset-pink-600{--tw-ring-offset-color: #c026d3}.xl\:ring-offset-pink-700{--tw-ring-offset-color: #a21caf}.xl\:ring-offset-pink-800{--tw-ring-offset-color: #86198f}.xl\:ring-offset-pink-900{--tw-ring-offset-color: #701a75}.xl\:ring-offset-green-50{--tw-ring-offset-color: #f0fdf4}.xl\:ring-offset-green-100{--tw-ring-offset-color: #dcfce7}.xl\:ring-offset-green-200{--tw-ring-offset-color: #bbf7d0}.xl\:ring-offset-green-300{--tw-ring-offset-color: #86efac}.xl\:ring-offset-green-400{--tw-ring-offset-color: #4ade80}.xl\:ring-offset-green-500{--tw-ring-offset-color: #22c55e}.xl\:ring-offset-green-600{--tw-ring-offset-color: #16a34a}.xl\:ring-offset-green-700{--tw-ring-offset-color: #15803d}.xl\:ring-offset-green-800{--tw-ring-offset-color: #166534}.xl\:ring-offset-green-900{--tw-ring-offset-color: #14532d}.xl\:ring-offset-purple-50{--tw-ring-offset-color: #faf5ff}.xl\:ring-offset-purple-100{--tw-ring-offset-color: #f3e8ff}.xl\:ring-offset-purple-200{--tw-ring-offset-color: #e9d5ff}.xl\:ring-offset-purple-300{--tw-ring-offset-color: #d8b4fe}.xl\:ring-offset-purple-400{--tw-ring-offset-color: #c084fc}.xl\:ring-offset-purple-500{--tw-ring-offset-color: #a855f7}.xl\:ring-offset-purple-600{--tw-ring-offset-color: #9333ea}.xl\:ring-offset-purple-700{--tw-ring-offset-color: #7e22ce}.xl\:ring-offset-purple-800{--tw-ring-offset-color: #6b21a8}.xl\:ring-offset-purple-900{--tw-ring-offset-color: #581c87}.xl\:ring-offset-teal-50{--tw-ring-offset-color: #f0fdfa}.xl\:ring-offset-teal-100{--tw-ring-offset-color: #ccfbf1}.xl\:ring-offset-teal-200{--tw-ring-offset-color: #99f6e4}.xl\:ring-offset-teal-300{--tw-ring-offset-color: #5eead4}.xl\:ring-offset-teal-400{--tw-ring-offset-color: #2dd4bf}.xl\:ring-offset-teal-500{--tw-ring-offset-color: #14b8a6}.xl\:ring-offset-teal-600{--tw-ring-offset-color: #0d9488}.xl\:ring-offset-teal-700{--tw-ring-offset-color: #0f766e}.xl\:ring-offset-teal-800{--tw-ring-offset-color: #115e59}.xl\:ring-offset-teal-900{--tw-ring-offset-color: #134e4a}.xl\:ring-offset-cyan-50{--tw-ring-offset-color: #ecfeff}.xl\:ring-offset-cyan-100{--tw-ring-offset-color: #cffafe}.xl\:ring-offset-cyan-200{--tw-ring-offset-color: #a5f3fc}.xl\:ring-offset-cyan-300{--tw-ring-offset-color: #67e8f9}.xl\:ring-offset-cyan-400{--tw-ring-offset-color: #22d3ee}.xl\:ring-offset-cyan-500{--tw-ring-offset-color: #06b6d4}.xl\:ring-offset-cyan-600{--tw-ring-offset-color: #0891b2}.xl\:ring-offset-cyan-700{--tw-ring-offset-color: #0e7490}.xl\:ring-offset-cyan-800{--tw-ring-offset-color: #155e75}.xl\:ring-offset-cyan-900{--tw-ring-offset-color: #164e63}.xl\:ring-offset-yellow{--tw-ring-offset-color: #D9B310}.xl\:ring-offset-white{--tw-ring-offset-color: #FFF}.xl\:ring-offset-black{--tw-ring-offset-color: #000}.xl\:focus-within\:ring-offset-bg_primary:focus-within{--tw-ring-offset-color: #1D2731}.xl\:focus-within\:ring-offset-primary:focus-within{--tw-ring-offset-color: #1C4C70}.xl\:focus-within\:ring-offset-secondary:focus-within{--tw-ring-offset-color: #F0984A}.xl\:focus-within\:ring-offset-warning:focus-within{--tw-ring-offset-color: #D95F3B}.xl\:focus-within\:ring-offset-error:focus-within{--tw-ring-offset-color: #f44336}.xl\:focus-within\:ring-offset-info:focus-within{--tw-ring-offset-color: #7AA9A3}.xl\:focus-within\:ring-offset-success:focus-within{--tw-ring-offset-color: #338F9A}.xl\:focus-within\:ring-offset-call_to_action:focus-within{--tw-ring-offset-color: #7fa5f0}.xl\:focus-within\:ring-offset-gray-50:focus-within{--tw-ring-offset-color: #fafafa}.xl\:focus-within\:ring-offset-gray-100:focus-within{--tw-ring-offset-color: #f4f4f5}.xl\:focus-within\:ring-offset-gray-200:focus-within{--tw-ring-offset-color: #e4e4e7}.xl\:focus-within\:ring-offset-gray-300:focus-within{--tw-ring-offset-color: #d4d4d8}.xl\:focus-within\:ring-offset-gray-400:focus-within{--tw-ring-offset-color: #a1a1aa}.xl\:focus-within\:ring-offset-gray-500:focus-within{--tw-ring-offset-color: #71717a}.xl\:focus-within\:ring-offset-gray-600:focus-within{--tw-ring-offset-color: #52525b}.xl\:focus-within\:ring-offset-gray-700:focus-within{--tw-ring-offset-color: #3f3f46}.xl\:focus-within\:ring-offset-gray-800:focus-within{--tw-ring-offset-color: #27272a}.xl\:focus-within\:ring-offset-gray-900:focus-within{--tw-ring-offset-color: #18181b}.xl\:focus-within\:ring-offset-lightgray:focus-within{--tw-ring-offset-color: #efefef}.xl\:focus-within\:ring-offset-darkgray:focus-within{--tw-ring-offset-color: #6c6c6c}.xl\:focus-within\:ring-offset-nav_darkgray:focus-within{--tw-ring-offset-color: #1f1f1f}.xl\:focus-within\:ring-offset-nav_lightgray:focus-within{--tw-ring-offset-color: #474747}.xl\:focus-within\:ring-offset-blue-50:focus-within{--tw-ring-offset-color: #f0f9ff}.xl\:focus-within\:ring-offset-blue-100:focus-within{--tw-ring-offset-color: #e0f2fe}.xl\:focus-within\:ring-offset-blue-200:focus-within{--tw-ring-offset-color: #bae6fd}.xl\:focus-within\:ring-offset-blue-300:focus-within{--tw-ring-offset-color: #7dd3fc}.xl\:focus-within\:ring-offset-blue-400:focus-within{--tw-ring-offset-color: #38bdf8}.xl\:focus-within\:ring-offset-blue-500:focus-within{--tw-ring-offset-color: #0ea5e9}.xl\:focus-within\:ring-offset-blue-600:focus-within{--tw-ring-offset-color: #0284c7}.xl\:focus-within\:ring-offset-blue-700:focus-within{--tw-ring-offset-color: #0369a1}.xl\:focus-within\:ring-offset-blue-800:focus-within{--tw-ring-offset-color: #075985}.xl\:focus-within\:ring-offset-blue-900:focus-within{--tw-ring-offset-color: #0c4a6e}.xl\:focus-within\:ring-offset-red-50:focus-within{--tw-ring-offset-color: #fff1f2}.xl\:focus-within\:ring-offset-red-100:focus-within{--tw-ring-offset-color: #ffe4e6}.xl\:focus-within\:ring-offset-red-200:focus-within{--tw-ring-offset-color: #fecdd3}.xl\:focus-within\:ring-offset-red-300:focus-within{--tw-ring-offset-color: #fda4af}.xl\:focus-within\:ring-offset-red-400:focus-within{--tw-ring-offset-color: #fb7185}.xl\:focus-within\:ring-offset-red-500:focus-within{--tw-ring-offset-color: #f43f5e}.xl\:focus-within\:ring-offset-red-600:focus-within{--tw-ring-offset-color: #e11d48}.xl\:focus-within\:ring-offset-red-700:focus-within{--tw-ring-offset-color: #be123c}.xl\:focus-within\:ring-offset-red-800:focus-within{--tw-ring-offset-color: #9f1239}.xl\:focus-within\:ring-offset-red-900:focus-within{--tw-ring-offset-color: #881337}.xl\:focus-within\:ring-offset-pink-50:focus-within{--tw-ring-offset-color: #fdf4ff}.xl\:focus-within\:ring-offset-pink-100:focus-within{--tw-ring-offset-color: #fae8ff}.xl\:focus-within\:ring-offset-pink-200:focus-within{--tw-ring-offset-color: #f5d0fe}.xl\:focus-within\:ring-offset-pink-300:focus-within{--tw-ring-offset-color: #f0abfc}.xl\:focus-within\:ring-offset-pink-400:focus-within{--tw-ring-offset-color: #e879f9}.xl\:focus-within\:ring-offset-pink-500:focus-within{--tw-ring-offset-color: #d946ef}.xl\:focus-within\:ring-offset-pink-600:focus-within{--tw-ring-offset-color: #c026d3}.xl\:focus-within\:ring-offset-pink-700:focus-within{--tw-ring-offset-color: #a21caf}.xl\:focus-within\:ring-offset-pink-800:focus-within{--tw-ring-offset-color: #86198f}.xl\:focus-within\:ring-offset-pink-900:focus-within{--tw-ring-offset-color: #701a75}.xl\:focus-within\:ring-offset-green-50:focus-within{--tw-ring-offset-color: #f0fdf4}.xl\:focus-within\:ring-offset-green-100:focus-within{--tw-ring-offset-color: #dcfce7}.xl\:focus-within\:ring-offset-green-200:focus-within{--tw-ring-offset-color: #bbf7d0}.xl\:focus-within\:ring-offset-green-300:focus-within{--tw-ring-offset-color: #86efac}.xl\:focus-within\:ring-offset-green-400:focus-within{--tw-ring-offset-color: #4ade80}.xl\:focus-within\:ring-offset-green-500:focus-within{--tw-ring-offset-color: #22c55e}.xl\:focus-within\:ring-offset-green-600:focus-within{--tw-ring-offset-color: #16a34a}.xl\:focus-within\:ring-offset-green-700:focus-within{--tw-ring-offset-color: #15803d}.xl\:focus-within\:ring-offset-green-800:focus-within{--tw-ring-offset-color: #166534}.xl\:focus-within\:ring-offset-green-900:focus-within{--tw-ring-offset-color: #14532d}.xl\:focus-within\:ring-offset-purple-50:focus-within{--tw-ring-offset-color: #faf5ff}.xl\:focus-within\:ring-offset-purple-100:focus-within{--tw-ring-offset-color: #f3e8ff}.xl\:focus-within\:ring-offset-purple-200:focus-within{--tw-ring-offset-color: #e9d5ff}.xl\:focus-within\:ring-offset-purple-300:focus-within{--tw-ring-offset-color: #d8b4fe}.xl\:focus-within\:ring-offset-purple-400:focus-within{--tw-ring-offset-color: #c084fc}.xl\:focus-within\:ring-offset-purple-500:focus-within{--tw-ring-offset-color: #a855f7}.xl\:focus-within\:ring-offset-purple-600:focus-within{--tw-ring-offset-color: #9333ea}.xl\:focus-within\:ring-offset-purple-700:focus-within{--tw-ring-offset-color: #7e22ce}.xl\:focus-within\:ring-offset-purple-800:focus-within{--tw-ring-offset-color: #6b21a8}.xl\:focus-within\:ring-offset-purple-900:focus-within{--tw-ring-offset-color: #581c87}.xl\:focus-within\:ring-offset-teal-50:focus-within{--tw-ring-offset-color: #f0fdfa}.xl\:focus-within\:ring-offset-teal-100:focus-within{--tw-ring-offset-color: #ccfbf1}.xl\:focus-within\:ring-offset-teal-200:focus-within{--tw-ring-offset-color: #99f6e4}.xl\:focus-within\:ring-offset-teal-300:focus-within{--tw-ring-offset-color: #5eead4}.xl\:focus-within\:ring-offset-teal-400:focus-within{--tw-ring-offset-color: #2dd4bf}.xl\:focus-within\:ring-offset-teal-500:focus-within{--tw-ring-offset-color: #14b8a6}.xl\:focus-within\:ring-offset-teal-600:focus-within{--tw-ring-offset-color: #0d9488}.xl\:focus-within\:ring-offset-teal-700:focus-within{--tw-ring-offset-color: #0f766e}.xl\:focus-within\:ring-offset-teal-800:focus-within{--tw-ring-offset-color: #115e59}.xl\:focus-within\:ring-offset-teal-900:focus-within{--tw-ring-offset-color: #134e4a}.xl\:focus-within\:ring-offset-cyan-50:focus-within{--tw-ring-offset-color: #ecfeff}.xl\:focus-within\:ring-offset-cyan-100:focus-within{--tw-ring-offset-color: #cffafe}.xl\:focus-within\:ring-offset-cyan-200:focus-within{--tw-ring-offset-color: #a5f3fc}.xl\:focus-within\:ring-offset-cyan-300:focus-within{--tw-ring-offset-color: #67e8f9}.xl\:focus-within\:ring-offset-cyan-400:focus-within{--tw-ring-offset-color: #22d3ee}.xl\:focus-within\:ring-offset-cyan-500:focus-within{--tw-ring-offset-color: #06b6d4}.xl\:focus-within\:ring-offset-cyan-600:focus-within{--tw-ring-offset-color: #0891b2}.xl\:focus-within\:ring-offset-cyan-700:focus-within{--tw-ring-offset-color: #0e7490}.xl\:focus-within\:ring-offset-cyan-800:focus-within{--tw-ring-offset-color: #155e75}.xl\:focus-within\:ring-offset-cyan-900:focus-within{--tw-ring-offset-color: #164e63}.xl\:focus-within\:ring-offset-yellow:focus-within{--tw-ring-offset-color: #D9B310}.xl\:focus-within\:ring-offset-white:focus-within{--tw-ring-offset-color: #FFF}.xl\:focus-within\:ring-offset-black:focus-within{--tw-ring-offset-color: #000}.xl\:focus\:ring-offset-bg_primary:focus{--tw-ring-offset-color: #1D2731}.xl\:focus\:ring-offset-primary:focus{--tw-ring-offset-color: #1C4C70}.xl\:focus\:ring-offset-secondary:focus{--tw-ring-offset-color: #F0984A}.xl\:focus\:ring-offset-warning:focus{--tw-ring-offset-color: #D95F3B}.xl\:focus\:ring-offset-error:focus{--tw-ring-offset-color: #f44336}.xl\:focus\:ring-offset-info:focus{--tw-ring-offset-color: #7AA9A3}.xl\:focus\:ring-offset-success:focus{--tw-ring-offset-color: #338F9A}.xl\:focus\:ring-offset-call_to_action:focus{--tw-ring-offset-color: #7fa5f0}.xl\:focus\:ring-offset-gray-50:focus{--tw-ring-offset-color: #fafafa}.xl\:focus\:ring-offset-gray-100:focus{--tw-ring-offset-color: #f4f4f5}.xl\:focus\:ring-offset-gray-200:focus{--tw-ring-offset-color: #e4e4e7}.xl\:focus\:ring-offset-gray-300:focus{--tw-ring-offset-color: #d4d4d8}.xl\:focus\:ring-offset-gray-400:focus{--tw-ring-offset-color: #a1a1aa}.xl\:focus\:ring-offset-gray-500:focus{--tw-ring-offset-color: #71717a}.xl\:focus\:ring-offset-gray-600:focus{--tw-ring-offset-color: #52525b}.xl\:focus\:ring-offset-gray-700:focus{--tw-ring-offset-color: #3f3f46}.xl\:focus\:ring-offset-gray-800:focus{--tw-ring-offset-color: #27272a}.xl\:focus\:ring-offset-gray-900:focus{--tw-ring-offset-color: #18181b}.xl\:focus\:ring-offset-lightgray:focus{--tw-ring-offset-color: #efefef}.xl\:focus\:ring-offset-darkgray:focus{--tw-ring-offset-color: #6c6c6c}.xl\:focus\:ring-offset-nav_darkgray:focus{--tw-ring-offset-color: #1f1f1f}.xl\:focus\:ring-offset-nav_lightgray:focus{--tw-ring-offset-color: #474747}.xl\:focus\:ring-offset-blue-50:focus{--tw-ring-offset-color: #f0f9ff}.xl\:focus\:ring-offset-blue-100:focus{--tw-ring-offset-color: #e0f2fe}.xl\:focus\:ring-offset-blue-200:focus{--tw-ring-offset-color: #bae6fd}.xl\:focus\:ring-offset-blue-300:focus{--tw-ring-offset-color: #7dd3fc}.xl\:focus\:ring-offset-blue-400:focus{--tw-ring-offset-color: #38bdf8}.xl\:focus\:ring-offset-blue-500:focus{--tw-ring-offset-color: #0ea5e9}.xl\:focus\:ring-offset-blue-600:focus{--tw-ring-offset-color: #0284c7}.xl\:focus\:ring-offset-blue-700:focus{--tw-ring-offset-color: #0369a1}.xl\:focus\:ring-offset-blue-800:focus{--tw-ring-offset-color: #075985}.xl\:focus\:ring-offset-blue-900:focus{--tw-ring-offset-color: #0c4a6e}.xl\:focus\:ring-offset-red-50:focus{--tw-ring-offset-color: #fff1f2}.xl\:focus\:ring-offset-red-100:focus{--tw-ring-offset-color: #ffe4e6}.xl\:focus\:ring-offset-red-200:focus{--tw-ring-offset-color: #fecdd3}.xl\:focus\:ring-offset-red-300:focus{--tw-ring-offset-color: #fda4af}.xl\:focus\:ring-offset-red-400:focus{--tw-ring-offset-color: #fb7185}.xl\:focus\:ring-offset-red-500:focus{--tw-ring-offset-color: #f43f5e}.xl\:focus\:ring-offset-red-600:focus{--tw-ring-offset-color: #e11d48}.xl\:focus\:ring-offset-red-700:focus{--tw-ring-offset-color: #be123c}.xl\:focus\:ring-offset-red-800:focus{--tw-ring-offset-color: #9f1239}.xl\:focus\:ring-offset-red-900:focus{--tw-ring-offset-color: #881337}.xl\:focus\:ring-offset-pink-50:focus{--tw-ring-offset-color: #fdf4ff}.xl\:focus\:ring-offset-pink-100:focus{--tw-ring-offset-color: #fae8ff}.xl\:focus\:ring-offset-pink-200:focus{--tw-ring-offset-color: #f5d0fe}.xl\:focus\:ring-offset-pink-300:focus{--tw-ring-offset-color: #f0abfc}.xl\:focus\:ring-offset-pink-400:focus{--tw-ring-offset-color: #e879f9}.xl\:focus\:ring-offset-pink-500:focus{--tw-ring-offset-color: #d946ef}.xl\:focus\:ring-offset-pink-600:focus{--tw-ring-offset-color: #c026d3}.xl\:focus\:ring-offset-pink-700:focus{--tw-ring-offset-color: #a21caf}.xl\:focus\:ring-offset-pink-800:focus{--tw-ring-offset-color: #86198f}.xl\:focus\:ring-offset-pink-900:focus{--tw-ring-offset-color: #701a75}.xl\:focus\:ring-offset-green-50:focus{--tw-ring-offset-color: #f0fdf4}.xl\:focus\:ring-offset-green-100:focus{--tw-ring-offset-color: #dcfce7}.xl\:focus\:ring-offset-green-200:focus{--tw-ring-offset-color: #bbf7d0}.xl\:focus\:ring-offset-green-300:focus{--tw-ring-offset-color: #86efac}.xl\:focus\:ring-offset-green-400:focus{--tw-ring-offset-color: #4ade80}.xl\:focus\:ring-offset-green-500:focus{--tw-ring-offset-color: #22c55e}.xl\:focus\:ring-offset-green-600:focus{--tw-ring-offset-color: #16a34a}.xl\:focus\:ring-offset-green-700:focus{--tw-ring-offset-color: #15803d}.xl\:focus\:ring-offset-green-800:focus{--tw-ring-offset-color: #166534}.xl\:focus\:ring-offset-green-900:focus{--tw-ring-offset-color: #14532d}.xl\:focus\:ring-offset-purple-50:focus{--tw-ring-offset-color: #faf5ff}.xl\:focus\:ring-offset-purple-100:focus{--tw-ring-offset-color: #f3e8ff}.xl\:focus\:ring-offset-purple-200:focus{--tw-ring-offset-color: #e9d5ff}.xl\:focus\:ring-offset-purple-300:focus{--tw-ring-offset-color: #d8b4fe}.xl\:focus\:ring-offset-purple-400:focus{--tw-ring-offset-color: #c084fc}.xl\:focus\:ring-offset-purple-500:focus{--tw-ring-offset-color: #a855f7}.xl\:focus\:ring-offset-purple-600:focus{--tw-ring-offset-color: #9333ea}.xl\:focus\:ring-offset-purple-700:focus{--tw-ring-offset-color: #7e22ce}.xl\:focus\:ring-offset-purple-800:focus{--tw-ring-offset-color: #6b21a8}.xl\:focus\:ring-offset-purple-900:focus{--tw-ring-offset-color: #581c87}.xl\:focus\:ring-offset-teal-50:focus{--tw-ring-offset-color: #f0fdfa}.xl\:focus\:ring-offset-teal-100:focus{--tw-ring-offset-color: #ccfbf1}.xl\:focus\:ring-offset-teal-200:focus{--tw-ring-offset-color: #99f6e4}.xl\:focus\:ring-offset-teal-300:focus{--tw-ring-offset-color: #5eead4}.xl\:focus\:ring-offset-teal-400:focus{--tw-ring-offset-color: #2dd4bf}.xl\:focus\:ring-offset-teal-500:focus{--tw-ring-offset-color: #14b8a6}.xl\:focus\:ring-offset-teal-600:focus{--tw-ring-offset-color: #0d9488}.xl\:focus\:ring-offset-teal-700:focus{--tw-ring-offset-color: #0f766e}.xl\:focus\:ring-offset-teal-800:focus{--tw-ring-offset-color: #115e59}.xl\:focus\:ring-offset-teal-900:focus{--tw-ring-offset-color: #134e4a}.xl\:focus\:ring-offset-cyan-50:focus{--tw-ring-offset-color: #ecfeff}.xl\:focus\:ring-offset-cyan-100:focus{--tw-ring-offset-color: #cffafe}.xl\:focus\:ring-offset-cyan-200:focus{--tw-ring-offset-color: #a5f3fc}.xl\:focus\:ring-offset-cyan-300:focus{--tw-ring-offset-color: #67e8f9}.xl\:focus\:ring-offset-cyan-400:focus{--tw-ring-offset-color: #22d3ee}.xl\:focus\:ring-offset-cyan-500:focus{--tw-ring-offset-color: #06b6d4}.xl\:focus\:ring-offset-cyan-600:focus{--tw-ring-offset-color: #0891b2}.xl\:focus\:ring-offset-cyan-700:focus{--tw-ring-offset-color: #0e7490}.xl\:focus\:ring-offset-cyan-800:focus{--tw-ring-offset-color: #155e75}.xl\:focus\:ring-offset-cyan-900:focus{--tw-ring-offset-color: #164e63}.xl\:focus\:ring-offset-yellow:focus{--tw-ring-offset-color: #D9B310}.xl\:focus\:ring-offset-white:focus{--tw-ring-offset-color: #FFF}.xl\:focus\:ring-offset-black:focus{--tw-ring-offset-color: #000}.xl\:filter{--tw-blur: var(--tw-empty, );--tw-brightness: var(--tw-empty, );--tw-contrast: var(--tw-empty, );--tw-grayscale: var(--tw-empty, );--tw-hue-rotate: var(--tw-empty, );--tw-invert: var(--tw-empty, );--tw-saturate: var(--tw-empty, );--tw-sepia: var(--tw-empty, );--tw-drop-shadow: var(--tw-empty, );filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.xl\:filter-none{filter:none}.xl\:blur-0,.xl\:blur-none{--tw-blur: blur(0)}.xl\:blur-sm{--tw-blur: blur(4px)}.xl\:blur{--tw-blur: blur(8px)}.xl\:blur-md{--tw-blur: blur(12px)}.xl\:blur-lg{--tw-blur: blur(16px)}.xl\:blur-xl{--tw-blur: blur(24px)}.xl\:blur-2xl{--tw-blur: blur(40px)}.xl\:blur-3xl{--tw-blur: blur(64px)}.xl\:brightness-0{--tw-brightness: brightness(0)}.xl\:brightness-50{--tw-brightness: brightness(.5)}.xl\:brightness-75{--tw-brightness: brightness(.75)}.xl\:brightness-90{--tw-brightness: brightness(.9)}.xl\:brightness-95{--tw-brightness: brightness(.95)}.xl\:brightness-100{--tw-brightness: brightness(1)}.xl\:brightness-105{--tw-brightness: brightness(1.05)}.xl\:brightness-110{--tw-brightness: brightness(1.1)}.xl\:brightness-125{--tw-brightness: brightness(1.25)}.xl\:brightness-150{--tw-brightness: brightness(1.5)}.xl\:brightness-200{--tw-brightness: brightness(2)}.xl\:contrast-0{--tw-contrast: contrast(0)}.xl\:contrast-50{--tw-contrast: contrast(.5)}.xl\:contrast-75{--tw-contrast: contrast(.75)}.xl\:contrast-100{--tw-contrast: contrast(1)}.xl\:contrast-125{--tw-contrast: contrast(1.25)}.xl\:contrast-150{--tw-contrast: contrast(1.5)}.xl\:contrast-200{--tw-contrast: contrast(2)}.xl\:drop-shadow-sm{--tw-drop-shadow: drop-shadow(0 1px 1px rgba(0,0,0,.05))}.xl\:drop-shadow{--tw-drop-shadow: drop-shadow(0 1px 2px rgba(0, 0, 0, .1)) drop-shadow(0 1px 1px rgba(0, 0, 0, .06))}.xl\:drop-shadow-md{--tw-drop-shadow: drop-shadow(0 4px 3px rgba(0, 0, 0, .07)) drop-shadow(0 2px 2px rgba(0, 0, 0, .06))}.xl\:drop-shadow-lg{--tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, .04)) drop-shadow(0 4px 3px rgba(0, 0, 0, .1))}.xl\:drop-shadow-xl{--tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, .03)) drop-shadow(0 8px 5px rgba(0, 0, 0, .08))}.xl\:drop-shadow-2xl{--tw-drop-shadow: drop-shadow(0 25px 25px rgba(0, 0, 0, .15))}.xl\:drop-shadow-none{--tw-drop-shadow: drop-shadow(0 0 #0000)}.xl\:grayscale-0{--tw-grayscale: grayscale(0)}.xl\:grayscale{--tw-grayscale: grayscale(100%)}.xl\:hue-rotate-0{--tw-hue-rotate: hue-rotate(0deg)}.xl\:hue-rotate-15{--tw-hue-rotate: hue-rotate(15deg)}.xl\:hue-rotate-30{--tw-hue-rotate: hue-rotate(30deg)}.xl\:hue-rotate-60{--tw-hue-rotate: hue-rotate(60deg)}.xl\:hue-rotate-90{--tw-hue-rotate: hue-rotate(90deg)}.xl\:hue-rotate-180{--tw-hue-rotate: hue-rotate(180deg)}.xl\:-hue-rotate-180{--tw-hue-rotate: hue-rotate(-180deg)}.xl\:-hue-rotate-90{--tw-hue-rotate: hue-rotate(-90deg)}.xl\:-hue-rotate-60{--tw-hue-rotate: hue-rotate(-60deg)}.xl\:-hue-rotate-30{--tw-hue-rotate: hue-rotate(-30deg)}.xl\:-hue-rotate-15{--tw-hue-rotate: hue-rotate(-15deg)}.xl\:invert-0{--tw-invert: invert(0)}.xl\:invert{--tw-invert: invert(100%)}.xl\:saturate-0{--tw-saturate: saturate(0)}.xl\:saturate-50{--tw-saturate: saturate(.5)}.xl\:saturate-100{--tw-saturate: saturate(1)}.xl\:saturate-150{--tw-saturate: saturate(1.5)}.xl\:saturate-200{--tw-saturate: saturate(2)}.xl\:sepia-0{--tw-sepia: sepia(0)}.xl\:sepia{--tw-sepia: sepia(100%)}.xl\:backdrop-filter{--tw-backdrop-blur: var(--tw-empty, );--tw-backdrop-brightness: var(--tw-empty, );--tw-backdrop-contrast: var(--tw-empty, );--tw-backdrop-grayscale: var(--tw-empty, );--tw-backdrop-hue-rotate: var(--tw-empty, );--tw-backdrop-invert: var(--tw-empty, );--tw-backdrop-opacity: var(--tw-empty, );--tw-backdrop-saturate: var(--tw-empty, );--tw-backdrop-sepia: var(--tw-empty, );-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.xl\:backdrop-filter-none{-webkit-backdrop-filter:none;backdrop-filter:none}.xl\:backdrop-blur-0,.xl\:backdrop-blur-none{--tw-backdrop-blur: blur(0)}.xl\:backdrop-blur-sm{--tw-backdrop-blur: blur(4px)}.xl\:backdrop-blur{--tw-backdrop-blur: blur(8px)}.xl\:backdrop-blur-md{--tw-backdrop-blur: blur(12px)}.xl\:backdrop-blur-lg{--tw-backdrop-blur: blur(16px)}.xl\:backdrop-blur-xl{--tw-backdrop-blur: blur(24px)}.xl\:backdrop-blur-2xl{--tw-backdrop-blur: blur(40px)}.xl\:backdrop-blur-3xl{--tw-backdrop-blur: blur(64px)}.xl\:backdrop-brightness-0{--tw-backdrop-brightness: brightness(0)}.xl\:backdrop-brightness-50{--tw-backdrop-brightness: brightness(.5)}.xl\:backdrop-brightness-75{--tw-backdrop-brightness: brightness(.75)}.xl\:backdrop-brightness-90{--tw-backdrop-brightness: brightness(.9)}.xl\:backdrop-brightness-95{--tw-backdrop-brightness: brightness(.95)}.xl\:backdrop-brightness-100{--tw-backdrop-brightness: brightness(1)}.xl\:backdrop-brightness-105{--tw-backdrop-brightness: brightness(1.05)}.xl\:backdrop-brightness-110{--tw-backdrop-brightness: brightness(1.1)}.xl\:backdrop-brightness-125{--tw-backdrop-brightness: brightness(1.25)}.xl\:backdrop-brightness-150{--tw-backdrop-brightness: brightness(1.5)}.xl\:backdrop-brightness-200{--tw-backdrop-brightness: brightness(2)}.xl\:backdrop-contrast-0{--tw-backdrop-contrast: contrast(0)}.xl\:backdrop-contrast-50{--tw-backdrop-contrast: contrast(.5)}.xl\:backdrop-contrast-75{--tw-backdrop-contrast: contrast(.75)}.xl\:backdrop-contrast-100{--tw-backdrop-contrast: contrast(1)}.xl\:backdrop-contrast-125{--tw-backdrop-contrast: contrast(1.25)}.xl\:backdrop-contrast-150{--tw-backdrop-contrast: contrast(1.5)}.xl\:backdrop-contrast-200{--tw-backdrop-contrast: contrast(2)}.xl\:backdrop-grayscale-0{--tw-backdrop-grayscale: grayscale(0)}.xl\:backdrop-grayscale{--tw-backdrop-grayscale: grayscale(100%)}.xl\:backdrop-hue-rotate-0{--tw-backdrop-hue-rotate: hue-rotate(0deg)}.xl\:backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(15deg)}.xl\:backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(30deg)}.xl\:backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(60deg)}.xl\:backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(90deg)}.xl\:backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(180deg)}.xl\:-backdrop-hue-rotate-180{--tw-backdrop-hue-rotate: hue-rotate(-180deg)}.xl\:-backdrop-hue-rotate-90{--tw-backdrop-hue-rotate: hue-rotate(-90deg)}.xl\:-backdrop-hue-rotate-60{--tw-backdrop-hue-rotate: hue-rotate(-60deg)}.xl\:-backdrop-hue-rotate-30{--tw-backdrop-hue-rotate: hue-rotate(-30deg)}.xl\:-backdrop-hue-rotate-15{--tw-backdrop-hue-rotate: hue-rotate(-15deg)}.xl\:backdrop-invert-0{--tw-backdrop-invert: invert(0)}.xl\:backdrop-invert{--tw-backdrop-invert: invert(100%)}.xl\:backdrop-opacity-0{--tw-backdrop-opacity: opacity(0)}.xl\:backdrop-opacity-5{--tw-backdrop-opacity: opacity(.05)}.xl\:backdrop-opacity-10{--tw-backdrop-opacity: opacity(.1)}.xl\:backdrop-opacity-20{--tw-backdrop-opacity: opacity(.2)}.xl\:backdrop-opacity-25{--tw-backdrop-opacity: opacity(.25)}.xl\:backdrop-opacity-30{--tw-backdrop-opacity: opacity(.3)}.xl\:backdrop-opacity-40{--tw-backdrop-opacity: opacity(.4)}.xl\:backdrop-opacity-50{--tw-backdrop-opacity: opacity(.5)}.xl\:backdrop-opacity-60{--tw-backdrop-opacity: opacity(.6)}.xl\:backdrop-opacity-70{--tw-backdrop-opacity: opacity(.7)}.xl\:backdrop-opacity-75{--tw-backdrop-opacity: opacity(.75)}.xl\:backdrop-opacity-80{--tw-backdrop-opacity: opacity(.8)}.xl\:backdrop-opacity-90{--tw-backdrop-opacity: opacity(.9)}.xl\:backdrop-opacity-95{--tw-backdrop-opacity: opacity(.95)}.xl\:backdrop-opacity-100{--tw-backdrop-opacity: opacity(1)}.xl\:backdrop-saturate-0{--tw-backdrop-saturate: saturate(0)}.xl\:backdrop-saturate-50{--tw-backdrop-saturate: saturate(.5)}.xl\:backdrop-saturate-100{--tw-backdrop-saturate: saturate(1)}.xl\:backdrop-saturate-150{--tw-backdrop-saturate: saturate(1.5)}.xl\:backdrop-saturate-200{--tw-backdrop-saturate: saturate(2)}.xl\:backdrop-sepia-0{--tw-backdrop-sepia: sepia(0)}.xl\:backdrop-sepia{--tw-backdrop-sepia: sepia(100%)}.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,filter,backdrop-filter;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\: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\: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\: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\:text-shadow{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.xl\:text-shadow-sm{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.xl\:text-shadow-md{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.xl\:text-shadow-lg{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.xl\:text-shadow-xl{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.xl\:text-shadow-none{text-shadow:none}.xl\:text-shadow-glow{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.xl\:hover\:text-shadow:hover{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.xl\:hover\:text-shadow-sm:hover{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.xl\:hover\:text-shadow-md:hover{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.xl\:hover\:text-shadow-lg:hover{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.xl\:hover\:text-shadow-xl:hover{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.xl\:hover\:text-shadow-none:hover{text-shadow:none}.xl\:hover\:text-shadow-glow:hover{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.xl\:focus\:text-shadow:focus{text-shadow:0px 0px 1px rgb(0 0 0 / 20%),0px 0px 1px rgb(1 0 5 / 10%)}.xl\:focus\:text-shadow-sm:focus{text-shadow:1px 1px 3px rgb(36 37 47 / 25%)}.xl\:focus\:text-shadow-md:focus{text-shadow:0px 1px 2px rgb(30 29 39 / 19%),1px 2px 4px rgb(54 64 147 / 18%)}.xl\:focus\:text-shadow-lg:focus{text-shadow:3px 3px 6px rgb(0 0 0 / 26%),0 0 5px rgb(15 3 86 / 22%)}.xl\:focus\:text-shadow-xl:focus{text-shadow:1px 1px 3px rgb(0 0 0 / 29%),2px 4px 7px rgb(73 64 125 / 35%)}.xl\:focus\:text-shadow-none:focus{text-shadow:none}.xl\:focus\:text-shadow-glow:focus{text-shadow:0 0 6px #FFFFFF,0 0 8px #FFFFFF}.xl\:masonry-6-col{-moz-column-count:6;column-count:6;-moz-column-gap:.5em;column-gap:.5em}.xl\:masonry-5-col{-moz-column-count:5;column-count:5;-moz-column-gap:.5em;column-gap:.5em}.xl\:masonry-4-col{-moz-column-count:4;column-count:4;-moz-column-gap:.5em;column-gap:.5em}.xl\:masonry-3-col{-moz-column-count:3;column-count:3;-moz-column-gap:.5em;column-gap:.5em}.xl\:masonry-2-col{-moz-column-count:2;column-count:2;-moz-column-gap:.5em;column-gap:.5em}.xl\:masonry-1-col{-moz-column-count:1;column-count:1;-moz-column-gap:0em;column-gap:0em}.xl\:break-inside{-moz-column-break-inside:avoid;break-inside:avoid}}svg[data-v-31904c38]{transform:rotate(var(--r, 0deg)) scale(var(--sx, 1),var(--sy, 1))}path[data-v-31904c38]{fill:currentColor}
