@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap";*{font-family:Poppins,sans-serif}.main-general{display:flex;height:100vh;gap:1vw;width:100vw;background-color:#f7f9fe}.main-container{width:79vw;height:100vh;display:flex;justify-content:center}.layout-main{padding-top:2.62vh;padding-bottom:2.62vh;width:76vw;display:flex;flex-direction:column;gap:1.3vw}.layout-head-container{display:flex;flex-direction:column;gap:2.3vw}.layout-title-size{font-size:35px}.flex{display:flex}.flex-col{flex-direction:column}.scroll-y{overflow:hidden;overflow-y:auto}.text-tiny{font-size:.625rem!important;line-height:.833rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.flex-1{flex:1!important}.object-cover{-o-object-fit:cover!important;object-fit:cover!important}.pg{padding:.9px}.required:after{content:" *";color:#fc5261}.textarea{outline:none!important;border:solid 1px #7165ff}.textarea:hover{border:solid 2px}.textarea:disabled{border:solid 1px #7165ff}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}button{outline:none!important;border:none}.btn-primary{border-radius:24px;padding:10px,24px,10px,24px;background-color:#7165ff}.btn-primary:hover{background-color:#8e84ff;border:none}.btn-primary:disabled{border:none;background-color:#d6d8e3;cursor:not-allowed}.btn-transparent{border-radius:24px;display:flex;justify-content:center;align-items:center;border:solid 1px;border-color:#7165ff;color:#7165ff;background-color:transparent}.btn-transparent:hover{color:#8e84ff;border-color:#8e84ff}.btn-transparent:disabled{color:#adb0c7;border-color:#adb0c7}.btn-full-transparent{border-radius:24px;background-color:transparent;color:#7165ff;display:flex;justify-content:center;align-items:center;border:none}.btn-full-transparent:hover{background-color:#e3e0ff}.btn-full-transparent:disabled{background-color:transparent;color:#adb0c7;cursor:not-allowed;border:none}.shared-main{height:100vh;display:flex;width:79vw;gap:1vw}.shared-items{width:auto}.sidebar-main{display:flex;flex-direction:column;width:20vw;gap:4vh;border-width:0px 1px 0px 1px;border-style:solid;border-color:#dde1e6}.sidebar-navbar-container{padding:0 1.8vw;display:flex;justify-content:space-between;align-items:center;gap:.5vw;margin-top:1.25vw}.sidebar-navbar-logo{width:7.36vw}.sidebar-navbar-items{display:flex;gap:.5vw;align-items:center;justify-content:center}.sidebar-navbar-notification{position:relative;cursor:pointer;display:flex;align-items:center}.sidebar-navbar-notification img{width:1.59vw}.sidebar-navbar-notification span{width:.8vw;background-color:#fd7581;border-radius:20px;position:absolute;top:0;text-align:center;color:#fff;font-size:.6vw;left:.8vw;font-weight:400;padding:.05vw;display:flex;align-items:center;justify-content:center;flex-direction:column}.sidebar-navbar-notification span.length{font-size:.5vw;width:1vw}.sidebar-navbar-logout{display:flex;cursor:pointer;align-items:center}.sidebar-navbar-logout img{width:1.59vw}.sidebar-container{padding:0 .99vw;margin-bottom:1.25vw;overflow:hidden;overflow-y:scroll}.sidebar-container-item{display:flex;flex-direction:column;gap:8px}.sidebar-container-item .sidebar-item{display:flex;gap:8px;cursor:pointer;padding:12px 8px;border-bottom:1px solid #f2f4f8;border-radius:16px;align-items:center;position:relative}.sidebar-container-item .sidebar-item .sidebar-item-count{border-radius:20px;background-color:#e3e0ff;padding:2px 4px;color:#7165ff;width:-moz-max-content;width:max-content;height:-moz-max-content;height:max-content;text-align:center;font-size:.625rem!important;line-height:.833rem!important;position:absolute;right:10px}.sidebar-container-item .sidebar-item:hover,.sidebar-container-item .sidebar-item.focus{background-color:#e3e0ff}.sidebar-container-item .sidebar-sub-item-container{display:flex;transition:max-height .5s ease-in-out,opacity .5s ease-in-out;flex-direction:column;gap:2px}.sidebar-container-item .sidebar-sub-item-container .sidebar-sub-item{display:flex;padding:11px 8px;border-bottom:1px solid #f2f4f8;border-radius:16px;align-items:center}.sidebar-container-item .sidebar-sub-item-container .sidebar-sub-item:hover,.sidebar-container-item .sidebar-sub-item-container .sidebar-sub-item.focus{background-color:#f1f5fd}.sidebar-label-download{display:flex;justify-content:center;padding:16px 8px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.sidebar-label-download:hover{font-weight:600}.download-card-container{box-shadow:0 8px 32px -4px #1000651a;box-shadow:6px 6px 14px -6px #1000651f;background-color:#fff;padding:32px 24px;width:20%;height:25%;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center}.download-card-container:hover{background-color:#e3e0ff}.scroll-none::-webkit-scrollbar{width:0px;height:0px}.scroll-none::-webkit-scrollbar-thumb{background-color:transparent}.success-icon{opacity:0;transform:scale(.5);transition:transform .3s ease-in-out,opacity .3s ease-in-out;animation:icon-pulse 1s ease-in-out forwards;border-radius:50%;position:relative;overflow:hidden}@keyframes icon-pulse{0%{opacity:0;transform:scale(.5) rotate(90deg)}25%{opacity:.3;transform:scale(.9) rotate(5deg)}50%{opacity:.6;transform:scale(1.2) rotate(20deg)}75%{opacity:.9;transform:scale(.9) rotate(10deg)}to{opacity:1;transform:scale(1) rotate(0)}}.error-page{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw;background-color:#fff;text-align:center}.error-page .error-content{max-width:600px;width:100%}.error-page .error-content .error-logo{max-width:150px;margin-bottom:20px}.error-page .error-content .error-code{font-size:6em;font-weight:700;margin:0;color:#213547!important}.error-page .error-content .error-message{font-size:1.2em;margin:20px 0;color:#213547!important}.error-page .error-content .error-link{font-size:1em;-webkit-text-decoration:none;text-decoration:none;font-weight:700;transition:color .3s ease;color:#213547!important;cursor:pointer}.error-page .error-content .error-link:hover{color:#0056b3!important;-webkit-text-decoration:underline;text-decoration:underline}.loader-container{display:flex;justify-content:center;align-items:center;width:100vw;height:100vh;position:fixed;top:0;left:0;z-index:1300;background:#e3e0ff80}.loader{font-size:20px;width:1em;height:1em;border-radius:50%;position:relative;text-indent:-9999em;animation:loaderKey 1.3s infinite linear}@keyframes loaderKey{0%,to{box-shadow:0 -3em 0 .2em #7165ff,2em -2em #7165ff,3em 0 0 -.5em #7165ff,2em 2em 0 -.5em #7165ff,0 3em 0 -.5em #7165ff,-2em 2em 0 -.5em #7165ff,-3em 0 0 -.5em #7165ff,-2em -2em #7165ff}12.5%{box-shadow:0 -3em #7165ff,2em -2em 0 .2em #7165ff,3em 0 #7165ff,2em 2em 0 -.5em #7165ff,0 3em 0 -.5em #7165ff,-2em 2em 0 -.5em #7165ff,-3em 0 0 -.5em #7165ff,-2em -2em 0 -.5em #7165ff}25%{box-shadow:0 -3em 0 -.5em #7165ff,2em -2em #7165ff,3em 0 0 .2em #7165ff,2em 2em #7165ff,0 3em 0 -.5em #7165ff,-2em 2em 0 -.5em #7165ff,-3em 0 0 -.5em #7165ff,-2em -2em 0 -.5em #7165ff}37.5%{box-shadow:0 -3em 0 -.5em #7165ff,2em -2em 0 -.5em #7165ff,3em 0 #7165ff,2em 2em 0 .2em #7165ff,0 3em #7165ff,-2em 2em 0 -.5em #7165ff,-3em 0 0 -.5em #7165ff,-2em -2em 0 -.5em #7165ff}50%{box-shadow:0 -3em 0 -.5em #7165ff,2em -2em 0 -.5em #7165ff,3em 0 0 -.5em #7165ff,2em 2em #7165ff,0 3em 0 .2em #7165ff,-2em 2em #7165ff,-3em 0 0 -.5em #7165ff,-2em -2em 0 -.5em #7165ff}62.5%{box-shadow:0 -3em 0 -.5em #7165ff,2em -2em 0 -.5em #7165ff,3em 0 0 -.5em #7165ff,2em 2em 0 -.5em #7165ff,0 3em #7165ff,-2em 2em 0 .2em #7165ff,-3em 0 #7165ff,-2em -2em 0 -.5em #7165ff}75%{box-shadow:0 -3em 0 -.5em #7165ff,2em -2em 0 -.5em #7165ff,3em 0 0 -.5em #7165ff,2em 2em 0 -.5em #7165ff,0 3em 0 -.5em #7165ff,-2em 2em #7165ff,-3em 0 0 .2em #7165ff,-2em -2em #7165ff}87.5%{box-shadow:0 -3em #7165ff,2em -2em 0 -.5em #7165ff,3em 0 0 -.5em #7165ff,2em 2em 0 -.5em #7165ff,0 3em 0 -.5em #7165ff,-2em 2em #7165ff,-3em 0 #7165ff,-2em -2em 0 .2em #7165ff}}.nav-icon-1{width:30px;height:30px;position:relative;transition:.1s;margin:10px;cursor:pointer;display:none}.nav-icon-1 span{width:5px;height:5px;background:#7165ff;display:block;border-radius:50%;position:absolute}.nav-icon-1:hover span{transform:scale(1.2);transition:.35s cubic-bezier(.8,.5,.2,1.4)}.nav-icon-1 span:nth-child(1){left:0;top:0}.nav-icon-1 span:nth-child(2){left:12px;top:0}.nav-icon-1 span:nth-child(3){right:0;top:0}.nav-icon-1 span:nth-child(4){left:0;top:12px}.nav-icon-1 span:nth-child(5){position:absolute;left:12px;top:12px}.nav-icon-1 span:nth-child(6){right:0;top:12px}.nav-icon-1 span:nth-child(7){left:0;bottom:0}.nav-icon-1 span:nth-child(8){position:absolute;left:12px;bottom:0}.nav-icon-1 span:nth-child(9){right:0;bottom:0}.nav-icon-1.open{transform:rotate(180deg);cursor:pointer;transition:.2s cubic-bezier(.8,.5,.2,1.4)}.nav-icon-1.open span{border-radius:50%;transition-delay:.2s;transition:.5s cubic-bezier(.8,.5,.2,1.4)}.nav-icon-1.open span:nth-child(2){left:6px;top:6px}.nav-icon-1.open span:nth-child(4){left:6px;top:18px}.nav-icon-1.open span:nth-child(6){right:6px;top:6px}.nav-icon-1.open span:nth-child(8){left:18px;bottom:6px}.star{font-size:2rem;color:gray}.star.filled{color:#7165ff;outline:none}.star.error{color:#d32f2f90}.rating{width:100%;display:inline-flex;justify-content:space-between;-webkit-user-select:none;-moz-user-select:none;user-select:none}::-webkit-scrollbar-thumb{background:#8e84ff}::-webkit-scrollbar-thumb:hover{background:#7165ff}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background-color:gray}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:2px solid #d6d8e3;border-radius:50%;cursor:pointer}input[type=radio]:checked:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background-color:#8e84ff;top:50%;left:50%;transform:translate(-50%,-50%)}input[type=radio]:hover:before{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background-color:#8e84ff;top:50%;left:50%;transform:translate(-50%,-50%)}input[type=radio]:checked{border-color:#8e84ff}input[type=radio]:hover{border-color:#8e84ff!important}input[type=radio]:disabled{cursor:default}input[type=radio].error{border:1px solid #d32f2f}.row-hover:hover{background-color:#e3e0ff50}.google-buttom{background-color:#fff;color:#757575!important;border:1px solid #ddd;border-radius:4px;padding:10px 16px;font-size:14px;display:flex;align-items:center;box-shadow:0 1px 3px #0000001a;cursor:pointer;width:100%;justify-content:center}.google-buttom.error{color:#fc5261!important;border-color:#fc5261!important}.h-0{height:0!important}.min-h-0{min-height:0!important}.max-h-0{max-height:0!important}.h-1{height:.25rem!important}.min-h-1{min-height:.25rem!important}.max-h-1{max-height:.25rem!important}.h-2{height:.5rem!important}.min-h-2{min-height:.5rem!important}.max-h-2{max-height:.5rem!important}.h-3{height:.75rem!important}.min-h-3{min-height:.75rem!important}.max-h-3{max-height:.75rem!important}.h-4{height:1rem!important}.min-h-4{min-height:1rem!important}.max-h-4{max-height:1rem!important}.h-5{height:1.25rem!important}.min-h-5{min-height:1.25rem!important}.max-h-5{max-height:1.25rem!important}.h-6{height:1.5rem!important}.min-h-6{min-height:1.5rem!important}.max-h-6{max-height:1.5rem!important}.h-7{height:1.75rem!important}.min-h-7{min-height:1.75rem!important}.max-h-7{max-height:1.75rem!important}.h-8{height:2rem!important}.min-h-8{min-height:2rem!important}.max-h-8{max-height:2rem!important}.h-9{height:2.25rem!important}.min-h-9{min-height:2.25rem!important}.max-h-9{max-height:2.25rem!important}.h-10{height:2.5rem!important}.min-h-10{min-height:2.5rem!important}.max-h-10{max-height:2.5rem!important}.h-11{height:2.75rem!important}.min-h-11{min-height:2.75rem!important}.max-h-11{max-height:2.75rem!important}.h-12{height:3rem!important}.min-h-12{min-height:3rem!important}.max-h-12{max-height:3rem!important}.h-14{height:3.5rem!important}.min-h-14{min-height:3.5rem!important}.max-h-14{max-height:3.5rem!important}.h-16{height:4rem!important}.min-h-16{min-height:4rem!important}.max-h-16{max-height:4rem!important}.h-20{height:5rem!important}.min-h-20{min-height:5rem!important}.max-h-20{max-height:5rem!important}.h-22{height:5.5rem!important}.min-h-22{min-height:5.5rem!important}.max-h-22{max-height:5.5rem!important}.h-24{height:6rem!important}.min-h-24{min-height:6rem!important}.max-h-24{max-height:6rem!important}.h-28{height:7rem!important}.min-h-28{min-height:7rem!important}.max-h-28{max-height:7rem!important}.h-32{height:8rem!important}.min-h-32{min-height:8rem!important}.max-h-32{max-height:8rem!important}.h-36{height:9rem!important}.min-h-36{min-height:9rem!important}.max-h-36{max-height:9rem!important}.h-40{height:10rem!important}.min-h-40{min-height:10rem!important}.max-h-40{max-height:10rem!important}.h-44{height:11rem!important}.min-h-44{min-height:11rem!important}.max-h-44{max-height:11rem!important}.h-48{height:12rem!important}.min-h-48{min-height:12rem!important}.max-h-48{max-height:12rem!important}.h-52{height:13rem!important}.min-h-52{min-height:13rem!important}.max-h-52{max-height:13rem!important}.h-56{height:14rem!important}.min-h-56{min-height:14rem!important}.max-h-56{max-height:14rem!important}.h-60{height:15rem!important}.min-h-60{min-height:15rem!important}.max-h-60{max-height:15rem!important}.h-64{height:16rem!important}.min-h-64{min-height:16rem!important}.max-h-64{max-height:16rem!important}.h-72{height:18rem!important}.min-h-72{min-height:18rem!important}.max-h-72{max-height:18rem!important}.h-80{height:20rem!important}.min-h-80{min-height:20rem!important}.max-h-80{max-height:20rem!important}.h-96{height:24rem!important}.min-h-96{min-height:24rem!important}.max-h-96{max-height:24rem!important}.h-auto{height:auto!important}.min-h-auto{min-height:auto!important}.max-h-auto{max-height:auto!important}.h-full{height:100%!important}.min-h-full{min-height:100%!important}.max-h-full{max-height:100%!important}.h-screen{height:100vh!important}.min-h-screen{min-height:100vh!important}.max-h-screen{max-height:100vh!important}.h-min{height:-moz-min-content!important;height:min-content!important}.min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.h-max{height:-moz-max-content!important;height:max-content!important}.min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.h-fit{height:-moz-fit-content!important;height:fit-content!important}.min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.h-2-12{height:16.666%!important}.min-h-2-12{min-height:16.666%!important}.max-h-2-12{max-height:16.666%!important}.h-4-12{height:33.333%!important}.min-h-4-12{min-height:33.333%!important}.max-h-4-12{max-height:33.333%!important}.h-6-12{height:50%!important}.min-h-6-12{min-height:50%!important}.max-h-6-12{max-height:50%!important}.h-8-12{height:66.666%!important}.min-h-8-12{min-height:66.666%!important}.max-h-8-12{max-height:66.666%!important}.w-0{width:0!important}.min-w-0{min-width:0!important}.max-w-0{max-width:0!important}.w-1{width:.25rem!important}.min-w-1{min-width:.25rem!important}.max-w-1{max-width:.25rem!important}.w-2{width:.5rem!important}.min-w-2{min-width:.5rem!important}.max-w-2{max-width:.5rem!important}.w-3{width:.75rem!important}.min-w-3{min-width:.75rem!important}.max-w-3{max-width:.75rem!important}.w-4{width:1rem!important}.min-w-4{min-width:1rem!important}.max-w-4{max-width:1rem!important}.w-5{width:1.25rem!important}.min-w-5{min-width:1.25rem!important}.max-w-5{max-width:1.25rem!important}.w-6{width:1.5rem!important}.min-w-6{min-width:1.5rem!important}.max-w-6{max-width:1.5rem!important}.w-7{width:1.75rem!important}.min-w-7{min-width:1.75rem!important}.max-w-7{max-width:1.75rem!important}.w-8{width:2rem!important}.min-w-8{min-width:2rem!important}.max-w-8{max-width:2rem!important}.w-9{width:2.25rem!important}.min-w-9{min-width:2.25rem!important}.max-w-9{max-width:2.25rem!important}.w-10{width:2.5rem!important}.min-w-10{min-width:2.5rem!important}.max-w-10{max-width:2.5rem!important}.w-11{width:2.75rem!important}.min-w-11{min-width:2.75rem!important}.max-w-11{max-width:2.75rem!important}.w-12{width:3rem!important}.min-w-12{min-width:3rem!important}.max-w-12{max-width:3rem!important}.w-14{width:3.5rem!important}.min-w-14{min-width:3.5rem!important}.max-w-14{max-width:3.5rem!important}.w-16{width:4rem!important}.min-w-16{min-width:4rem!important}.max-w-16{max-width:4rem!important}.w-20{width:5rem!important}.min-w-20{min-width:5rem!important}.max-w-20{max-width:5rem!important}.w-22{width:5.5rem!important}.min-w-22{min-width:5.5rem!important}.max-w-22{max-width:5.5rem!important}.w-24{width:6rem!important}.min-w-24{min-width:6rem!important}.max-w-24{max-width:6rem!important}.w-28{width:7rem!important}.min-w-28{min-width:7rem!important}.max-w-28{max-width:7rem!important}.w-32{width:8rem!important}.min-w-32{min-width:8rem!important}.max-w-32{max-width:8rem!important}.w-36{width:9rem!important}.min-w-36{min-width:9rem!important}.max-w-36{max-width:9rem!important}.w-40{width:10rem!important}.min-w-40{min-width:10rem!important}.max-w-40{max-width:10rem!important}.w-44{width:11rem!important}.min-w-44{min-width:11rem!important}.max-w-44{max-width:11rem!important}.w-48{width:12rem!important}.min-w-48{min-width:12rem!important}.max-w-48{max-width:12rem!important}.w-52{width:13rem!important}.min-w-52{min-width:13rem!important}.max-w-52{max-width:13rem!important}.w-56{width:14rem!important}.min-w-56{min-width:14rem!important}.max-w-56{max-width:14rem!important}.w-60{width:15rem!important}.min-w-60{min-width:15rem!important}.max-w-60{max-width:15rem!important}.w-64{width:16rem!important}.min-w-64{min-width:16rem!important}.max-w-64{max-width:16rem!important}.w-72{width:18rem!important}.min-w-72{min-width:18rem!important}.max-w-72{max-width:18rem!important}.w-80{width:20rem!important}.min-w-80{min-width:20rem!important}.max-w-80{max-width:20rem!important}.w-96{width:24rem!important}.min-w-96{min-width:24rem!important}.max-w-96{max-width:24rem!important}.w-auto{width:auto!important}.min-w-auto{min-width:auto!important}.max-w-auto{max-width:auto!important}.w-full{width:100%!important}.min-w-full{min-width:100%!important}.max-w-full{max-width:100%!important}.w-screen{width:100vw!important}.min-w-screen{min-width:100vw!important}.max-w-screen{max-width:100vw!important}.w-min{width:-moz-min-content!important;width:min-content!important}.min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.w-max{width:-moz-max-content!important;width:max-content!important}.min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.w-2-12{width:16.666%!important}.min-w-2-12{min-width:16.666%!important}.max-w-2-12{max-width:16.666%!important}.w-4-12{width:33.333%!important}.min-w-4-12{min-width:33.333%!important}.max-w-4-12{max-width:33.333%!important}.w-6-12{width:50%!important}.min-w-6-12{min-width:50%!important}.max-w-6-12{max-width:50%!important}.w-8-12{width:66.666%!important}.min-w-8-12{min-width:66.666%!important}.max-w-8-12{max-width:66.666%!important}.top-0{top:0!important}.right-0{right:0!important}.bottom-0{bottom:0!important}.left-0{left:0!important}.top-n-0{top:0!important}.right-n-0{right:0!important}.bottom-n-0{bottom:0!important}.left-n-0{left:0!important}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0{margin-left:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0{padding-left:0!important}.top-1{top:.25rem!important}.right-1{right:.25rem!important}.bottom-1{bottom:.25rem!important}.left-1{left:.25rem!important}.top-n-1{top:-.25rem!important}.right-n-1{right:-.25rem!important}.bottom-n-1{bottom:-.25rem!important}.left-n-1{left:-.25rem!important}.m-1{margin:.25rem!important}.mt-1{margin-top:.25rem!important}.mr-1{margin-right:.25rem!important}.mb-1{margin-bottom:.25rem!important}.ml-1{margin-left:.25rem!important}.p-1{padding:.25rem!important}.pt-1{padding-top:.25rem!important}.pr-1{padding-right:.25rem!important}.pb-1{padding-bottom:.25rem!important}.pl-1{padding-left:.25rem!important}.top-2{top:.5rem!important}.right-2{right:.5rem!important}.bottom-2{bottom:.5rem!important}.left-2{left:.5rem!important}.top-n-2{top:-.5rem!important}.right-n-2{right:-.5rem!important}.bottom-n-2{bottom:-.5rem!important}.left-n-2{left:-.5rem!important}.m-2{margin:.5rem!important}.mt-2{margin-top:.5rem!important}.mr-2{margin-right:.5rem!important}.mb-2{margin-bottom:.5rem!important}.ml-2{margin-left:.5rem!important}.p-2{padding:.5rem!important}.pt-2{padding-top:.5rem!important}.pr-2{padding-right:.5rem!important}.pb-2{padding-bottom:.5rem!important}.pl-2{padding-left:.5rem!important}.top-3{top:.75rem!important}.right-3{right:.75rem!important}.bottom-3{bottom:.75rem!important}.left-3{left:.75rem!important}.top-n-3{top:-.75rem!important}.right-n-3{right:-.75rem!important}.bottom-n-3{bottom:-.75rem!important}.left-n-3{left:-.75rem!important}.m-3{margin:.75rem!important}.mt-3{margin-top:.75rem!important}.mr-3{margin-right:.75rem!important}.mb-3{margin-bottom:.75rem!important}.ml-3{margin-left:.75rem!important}.p-3{padding:.75rem!important}.pt-3{padding-top:.75rem!important}.pr-3{padding-right:.75rem!important}.pb-3{padding-bottom:.75rem!important}.pl-3{padding-left:.75rem!important}.top-4{top:1rem!important}.right-4{right:1rem!important}.bottom-4{bottom:1rem!important}.left-4{left:1rem!important}.top-n-4{top:-1rem!important}.right-n-4{right:-1rem!important}.bottom-n-4{bottom:-1rem!important}.left-n-4{left:-1rem!important}.m-4{margin:1rem!important}.mt-4{margin-top:1rem!important}.mr-4{margin-right:1rem!important}.mb-4{margin-bottom:1rem!important}.ml-4{margin-left:1rem!important}.p-4{padding:1rem!important}.pt-4{padding-top:1rem!important}.pr-4{padding-right:1rem!important}.pb-4{padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.top-5{top:1.25rem!important}.right-5{right:1.25rem!important}.bottom-5{bottom:1.25rem!important}.left-5{left:1.25rem!important}.top-n-5{top:-1.25rem!important}.right-n-5{right:-1.25rem!important}.bottom-n-5{bottom:-1.25rem!important}.left-n-5{left:-1.25rem!important}.m-5{margin:1.25rem!important}.mt-5{margin-top:1.25rem!important}.mr-5{margin-right:1.25rem!important}.mb-5{margin-bottom:1.25rem!important}.ml-5{margin-left:1.25rem!important}.p-5{padding:1.25rem!important}.pt-5{padding-top:1.25rem!important}.pr-5{padding-right:1.25rem!important}.pb-5{padding-bottom:1.25rem!important}.pl-5{padding-left:1.25rem!important}.top-6{top:1.5rem!important}.right-6{right:1.5rem!important}.bottom-6{bottom:1.5rem!important}.left-6{left:1.5rem!important}.top-n-6{top:-1.5rem!important}.right-n-6{right:-1.5rem!important}.bottom-n-6{bottom:-1.5rem!important}.left-n-6{left:-1.5rem!important}.m-6{margin:1.5rem!important}.mt-6{margin-top:1.5rem!important}.mr-6{margin-right:1.5rem!important}.mb-6{margin-bottom:1.5rem!important}.ml-6{margin-left:1.5rem!important}.p-6{padding:1.5rem!important}.pt-6{padding-top:1.5rem!important}.pr-6{padding-right:1.5rem!important}.pb-6{padding-bottom:1.5rem!important}.pl-6{padding-left:1.5rem!important}.top-7{top:1.75rem!important}.right-7{right:1.75rem!important}.bottom-7{bottom:1.75rem!important}.left-7{left:1.75rem!important}.top-n-7{top:-1.75rem!important}.right-n-7{right:-1.75rem!important}.bottom-n-7{bottom:-1.75rem!important}.left-n-7{left:-1.75rem!important}.m-7{margin:1.75rem!important}.mt-7{margin-top:1.75rem!important}.mr-7{margin-right:1.75rem!important}.mb-7{margin-bottom:1.75rem!important}.ml-7{margin-left:1.75rem!important}.p-7{padding:1.75rem!important}.pt-7{padding-top:1.75rem!important}.pr-7{padding-right:1.75rem!important}.pb-7{padding-bottom:1.75rem!important}.pl-7{padding-left:1.75rem!important}.top-8{top:2rem!important}.right-8{right:2rem!important}.bottom-8{bottom:2rem!important}.left-8{left:2rem!important}.top-n-8{top:-2rem!important}.right-n-8{right:-2rem!important}.bottom-n-8{bottom:-2rem!important}.left-n-8{left:-2rem!important}.m-8{margin:2rem!important}.mt-8{margin-top:2rem!important}.mr-8{margin-right:2rem!important}.mb-8{margin-bottom:2rem!important}.ml-8{margin-left:2rem!important}.p-8{padding:2rem!important}.pt-8{padding-top:2rem!important}.pr-8{padding-right:2rem!important}.pb-8{padding-bottom:2rem!important}.pl-8{padding-left:2rem!important}.top-9{top:2.25rem!important}.right-9{right:2.25rem!important}.bottom-9{bottom:2.25rem!important}.left-9{left:2.25rem!important}.top-n-9{top:-2.25rem!important}.right-n-9{right:-2.25rem!important}.bottom-n-9{bottom:-2.25rem!important}.left-n-9{left:-2.25rem!important}.m-9{margin:2.25rem!important}.mt-9{margin-top:2.25rem!important}.mr-9{margin-right:2.25rem!important}.mb-9{margin-bottom:2.25rem!important}.ml-9{margin-left:2.25rem!important}.p-9{padding:2.25rem!important}.pt-9{padding-top:2.25rem!important}.pr-9{padding-right:2.25rem!important}.pb-9{padding-bottom:2.25rem!important}.pl-9{padding-left:2.25rem!important}.top-10{top:2.5rem!important}.right-10{right:2.5rem!important}.bottom-10{bottom:2.5rem!important}.left-10{left:2.5rem!important}.top-n-10{top:-2.5rem!important}.right-n-10{right:-2.5rem!important}.bottom-n-10{bottom:-2.5rem!important}.left-n-10{left:-2.5rem!important}.m-10{margin:2.5rem!important}.mt-10{margin-top:2.5rem!important}.mr-10{margin-right:2.5rem!important}.mb-10{margin-bottom:2.5rem!important}.ml-10{margin-left:2.5rem!important}.p-10{padding:2.5rem!important}.pt-10{padding-top:2.5rem!important}.pr-10{padding-right:2.5rem!important}.pb-10{padding-bottom:2.5rem!important}.pl-10{padding-left:2.5rem!important}.top-11{top:2.75rem!important}.right-11{right:2.75rem!important}.bottom-11{bottom:2.75rem!important}.left-11{left:2.75rem!important}.top-n-11{top:-2.75rem!important}.right-n-11{right:-2.75rem!important}.bottom-n-11{bottom:-2.75rem!important}.left-n-11{left:-2.75rem!important}.m-11{margin:2.75rem!important}.mt-11{margin-top:2.75rem!important}.mr-11{margin-right:2.75rem!important}.mb-11{margin-bottom:2.75rem!important}.ml-11{margin-left:2.75rem!important}.p-11{padding:2.75rem!important}.pt-11{padding-top:2.75rem!important}.pr-11{padding-right:2.75rem!important}.pb-11{padding-bottom:2.75rem!important}.pl-11{padding-left:2.75rem!important}.top-12{top:3rem!important}.right-12{right:3rem!important}.bottom-12{bottom:3rem!important}.left-12{left:3rem!important}.top-n-12{top:-3rem!important}.right-n-12{right:-3rem!important}.bottom-n-12{bottom:-3rem!important}.left-n-12{left:-3rem!important}.m-12{margin:3rem!important}.mt-12{margin-top:3rem!important}.mr-12{margin-right:3rem!important}.mb-12{margin-bottom:3rem!important}.ml-12{margin-left:3rem!important}.p-12{padding:3rem!important}.pt-12{padding-top:3rem!important}.pr-12{padding-right:3rem!important}.pb-12{padding-bottom:3rem!important}.pl-12{padding-left:3rem!important}.top-14{top:3.5rem!important}.right-14{right:3.5rem!important}.bottom-14{bottom:3.5rem!important}.left-14{left:3.5rem!important}.top-n-14{top:-3.5rem!important}.right-n-14{right:-3.5rem!important}.bottom-n-14{bottom:-3.5rem!important}.left-n-14{left:-3.5rem!important}.m-14{margin:3.5rem!important}.mt-14{margin-top:3.5rem!important}.mr-14{margin-right:3.5rem!important}.mb-14{margin-bottom:3.5rem!important}.ml-14{margin-left:3.5rem!important}.p-14{padding:3.5rem!important}.pt-14{padding-top:3.5rem!important}.pr-14{padding-right:3.5rem!important}.pb-14{padding-bottom:3.5rem!important}.pl-14{padding-left:3.5rem!important}.top-16{top:4rem!important}.right-16{right:4rem!important}.bottom-16{bottom:4rem!important}.left-16{left:4rem!important}.top-n-16{top:-4rem!important}.right-n-16{right:-4rem!important}.bottom-n-16{bottom:-4rem!important}.left-n-16{left:-4rem!important}.m-16{margin:4rem!important}.mt-16{margin-top:4rem!important}.mr-16{margin-right:4rem!important}.mb-16{margin-bottom:4rem!important}.ml-16{margin-left:4rem!important}.p-16{padding:4rem!important}.pt-16{padding-top:4rem!important}.pr-16{padding-right:4rem!important}.pb-16{padding-bottom:4rem!important}.pl-16{padding-left:4rem!important}.top-20{top:5rem!important}.right-20{right:5rem!important}.bottom-20{bottom:5rem!important}.left-20{left:5rem!important}.top-n-20{top:-5rem!important}.right-n-20{right:-5rem!important}.bottom-n-20{bottom:-5rem!important}.left-n-20{left:-5rem!important}.m-20{margin:5rem!important}.mt-20{margin-top:5rem!important}.mr-20{margin-right:5rem!important}.mb-20{margin-bottom:5rem!important}.ml-20{margin-left:5rem!important}.p-20{padding:5rem!important}.pt-20{padding-top:5rem!important}.pr-20{padding-right:5rem!important}.pb-20{padding-bottom:5rem!important}.pl-20{padding-left:5rem!important}.top-22{top:5.5rem!important}.right-22{right:5.5rem!important}.bottom-22{bottom:5.5rem!important}.left-22{left:5.5rem!important}.top-n-22{top:-5.5rem!important}.right-n-22{right:-5.5rem!important}.bottom-n-22{bottom:-5.5rem!important}.left-n-22{left:-5.5rem!important}.m-22{margin:5.5rem!important}.mt-22{margin-top:5.5rem!important}.mr-22{margin-right:5.5rem!important}.mb-22{margin-bottom:5.5rem!important}.ml-22{margin-left:5.5rem!important}.p-22{padding:5.5rem!important}.pt-22{padding-top:5.5rem!important}.pr-22{padding-right:5.5rem!important}.pb-22{padding-bottom:5.5rem!important}.pl-22{padding-left:5.5rem!important}.top-24{top:6rem!important}.right-24{right:6rem!important}.bottom-24{bottom:6rem!important}.left-24{left:6rem!important}.top-n-24{top:-6rem!important}.right-n-24{right:-6rem!important}.bottom-n-24{bottom:-6rem!important}.left-n-24{left:-6rem!important}.m-24{margin:6rem!important}.mt-24{margin-top:6rem!important}.mr-24{margin-right:6rem!important}.mb-24{margin-bottom:6rem!important}.ml-24{margin-left:6rem!important}.p-24{padding:6rem!important}.pt-24{padding-top:6rem!important}.pr-24{padding-right:6rem!important}.pb-24{padding-bottom:6rem!important}.pl-24{padding-left:6rem!important}.top-28{top:7rem!important}.right-28{right:7rem!important}.bottom-28{bottom:7rem!important}.left-28{left:7rem!important}.top-n-28{top:-7rem!important}.right-n-28{right:-7rem!important}.bottom-n-28{bottom:-7rem!important}.left-n-28{left:-7rem!important}.m-28{margin:7rem!important}.mt-28{margin-top:7rem!important}.mr-28{margin-right:7rem!important}.mb-28{margin-bottom:7rem!important}.ml-28{margin-left:7rem!important}.p-28{padding:7rem!important}.pt-28{padding-top:7rem!important}.pr-28{padding-right:7rem!important}.pb-28{padding-bottom:7rem!important}.pl-28{padding-left:7rem!important}.top-32{top:8rem!important}.right-32{right:8rem!important}.bottom-32{bottom:8rem!important}.left-32{left:8rem!important}.top-n-32{top:-8rem!important}.right-n-32{right:-8rem!important}.bottom-n-32{bottom:-8rem!important}.left-n-32{left:-8rem!important}.m-32{margin:8rem!important}.mt-32{margin-top:8rem!important}.mr-32{margin-right:8rem!important}.mb-32{margin-bottom:8rem!important}.ml-32{margin-left:8rem!important}.p-32{padding:8rem!important}.pt-32{padding-top:8rem!important}.pr-32{padding-right:8rem!important}.pb-32{padding-bottom:8rem!important}.pl-32{padding-left:8rem!important}.top-36{top:9rem!important}.right-36{right:9rem!important}.bottom-36{bottom:9rem!important}.left-36{left:9rem!important}.top-n-36{top:-9rem!important}.right-n-36{right:-9rem!important}.bottom-n-36{bottom:-9rem!important}.left-n-36{left:-9rem!important}.m-36{margin:9rem!important}.mt-36{margin-top:9rem!important}.mr-36{margin-right:9rem!important}.mb-36{margin-bottom:9rem!important}.ml-36{margin-left:9rem!important}.p-36{padding:9rem!important}.pt-36{padding-top:9rem!important}.pr-36{padding-right:9rem!important}.pb-36{padding-bottom:9rem!important}.pl-36{padding-left:9rem!important}.top-40{top:10rem!important}.right-40{right:10rem!important}.bottom-40{bottom:10rem!important}.left-40{left:10rem!important}.top-n-40{top:-10rem!important}.right-n-40{right:-10rem!important}.bottom-n-40{bottom:-10rem!important}.left-n-40{left:-10rem!important}.m-40{margin:10rem!important}.mt-40{margin-top:10rem!important}.mr-40{margin-right:10rem!important}.mb-40{margin-bottom:10rem!important}.ml-40{margin-left:10rem!important}.p-40{padding:10rem!important}.pt-40{padding-top:10rem!important}.pr-40{padding-right:10rem!important}.pb-40{padding-bottom:10rem!important}.pl-40{padding-left:10rem!important}.top-44{top:11rem!important}.right-44{right:11rem!important}.bottom-44{bottom:11rem!important}.left-44{left:11rem!important}.top-n-44{top:-11rem!important}.right-n-44{right:-11rem!important}.bottom-n-44{bottom:-11rem!important}.left-n-44{left:-11rem!important}.m-44{margin:11rem!important}.mt-44{margin-top:11rem!important}.mr-44{margin-right:11rem!important}.mb-44{margin-bottom:11rem!important}.ml-44{margin-left:11rem!important}.p-44{padding:11rem!important}.pt-44{padding-top:11rem!important}.pr-44{padding-right:11rem!important}.pb-44{padding-bottom:11rem!important}.pl-44{padding-left:11rem!important}.top-48{top:12rem!important}.right-48{right:12rem!important}.bottom-48{bottom:12rem!important}.left-48{left:12rem!important}.top-n-48{top:-12rem!important}.right-n-48{right:-12rem!important}.bottom-n-48{bottom:-12rem!important}.left-n-48{left:-12rem!important}.m-48{margin:12rem!important}.mt-48{margin-top:12rem!important}.mr-48{margin-right:12rem!important}.mb-48{margin-bottom:12rem!important}.ml-48{margin-left:12rem!important}.p-48{padding:12rem!important}.pt-48{padding-top:12rem!important}.pr-48{padding-right:12rem!important}.pb-48{padding-bottom:12rem!important}.pl-48{padding-left:12rem!important}.top-52{top:13rem!important}.right-52{right:13rem!important}.bottom-52{bottom:13rem!important}.left-52{left:13rem!important}.top-n-52{top:-13rem!important}.right-n-52{right:-13rem!important}.bottom-n-52{bottom:-13rem!important}.left-n-52{left:-13rem!important}.m-52{margin:13rem!important}.mt-52{margin-top:13rem!important}.mr-52{margin-right:13rem!important}.mb-52{margin-bottom:13rem!important}.ml-52{margin-left:13rem!important}.p-52{padding:13rem!important}.pt-52{padding-top:13rem!important}.pr-52{padding-right:13rem!important}.pb-52{padding-bottom:13rem!important}.pl-52{padding-left:13rem!important}.top-56{top:14rem!important}.right-56{right:14rem!important}.bottom-56{bottom:14rem!important}.left-56{left:14rem!important}.top-n-56{top:-14rem!important}.right-n-56{right:-14rem!important}.bottom-n-56{bottom:-14rem!important}.left-n-56{left:-14rem!important}.m-56{margin:14rem!important}.mt-56{margin-top:14rem!important}.mr-56{margin-right:14rem!important}.mb-56{margin-bottom:14rem!important}.ml-56{margin-left:14rem!important}.p-56{padding:14rem!important}.pt-56{padding-top:14rem!important}.pr-56{padding-right:14rem!important}.pb-56{padding-bottom:14rem!important}.pl-56{padding-left:14rem!important}.top-60{top:15rem!important}.right-60{right:15rem!important}.bottom-60{bottom:15rem!important}.left-60{left:15rem!important}.top-n-60{top:-15rem!important}.right-n-60{right:-15rem!important}.bottom-n-60{bottom:-15rem!important}.left-n-60{left:-15rem!important}.m-60{margin:15rem!important}.mt-60{margin-top:15rem!important}.mr-60{margin-right:15rem!important}.mb-60{margin-bottom:15rem!important}.ml-60{margin-left:15rem!important}.p-60{padding:15rem!important}.pt-60{padding-top:15rem!important}.pr-60{padding-right:15rem!important}.pb-60{padding-bottom:15rem!important}.pl-60{padding-left:15rem!important}.top-64{top:16rem!important}.right-64{right:16rem!important}.bottom-64{bottom:16rem!important}.left-64{left:16rem!important}.top-n-64{top:-16rem!important}.right-n-64{right:-16rem!important}.bottom-n-64{bottom:-16rem!important}.left-n-64{left:-16rem!important}.m-64{margin:16rem!important}.mt-64{margin-top:16rem!important}.mr-64{margin-right:16rem!important}.mb-64{margin-bottom:16rem!important}.ml-64{margin-left:16rem!important}.p-64{padding:16rem!important}.pt-64{padding-top:16rem!important}.pr-64{padding-right:16rem!important}.pb-64{padding-bottom:16rem!important}.pl-64{padding-left:16rem!important}.top-72{top:18rem!important}.right-72{right:18rem!important}.bottom-72{bottom:18rem!important}.left-72{left:18rem!important}.top-n-72{top:-18rem!important}.right-n-72{right:-18rem!important}.bottom-n-72{bottom:-18rem!important}.left-n-72{left:-18rem!important}.m-72{margin:18rem!important}.mt-72{margin-top:18rem!important}.mr-72{margin-right:18rem!important}.mb-72{margin-bottom:18rem!important}.ml-72{margin-left:18rem!important}.p-72{padding:18rem!important}.pt-72{padding-top:18rem!important}.pr-72{padding-right:18rem!important}.pb-72{padding-bottom:18rem!important}.pl-72{padding-left:18rem!important}.top-80{top:20rem!important}.right-80{right:20rem!important}.bottom-80{bottom:20rem!important}.left-80{left:20rem!important}.top-n-80{top:-20rem!important}.right-n-80{right:-20rem!important}.bottom-n-80{bottom:-20rem!important}.left-n-80{left:-20rem!important}.m-80{margin:20rem!important}.mt-80{margin-top:20rem!important}.mr-80{margin-right:20rem!important}.mb-80{margin-bottom:20rem!important}.ml-80{margin-left:20rem!important}.p-80{padding:20rem!important}.pt-80{padding-top:20rem!important}.pr-80{padding-right:20rem!important}.pb-80{padding-bottom:20rem!important}.pl-80{padding-left:20rem!important}.top-96{top:24rem!important}.right-96{right:24rem!important}.bottom-96{bottom:24rem!important}.left-96{left:24rem!important}.top-n-96{top:-24rem!important}.right-n-96{right:-24rem!important}.bottom-n-96{bottom:-24rem!important}.left-n-96{left:-24rem!important}.m-96{margin:24rem!important}.mt-96{margin-top:24rem!important}.mr-96{margin-right:24rem!important}.mb-96{margin-bottom:24rem!important}.ml-96{margin-left:24rem!important}.p-96{padding:24rem!important}.pt-96{padding-top:24rem!important}.pr-96{padding-right:24rem!important}.pb-96{padding-bottom:24rem!important}.pl-96{padding-left:24rem!important}.top-auto{top:auto!important}.right-auto{right:auto!important}.bottom-auto{bottom:auto!important}.left-auto{left:auto!important}.top-n-auto{top:-auto!important}.right-n-auto{right:-auto!important}.bottom-n-auto{bottom:-auto!important}.left-n-auto{left:-auto!important}.m-auto{margin:auto!important}.mt-auto{margin-top:auto!important}.mr-auto{margin-right:auto!important}.mb-auto{margin-bottom:auto!important}.ml-auto{margin-left:auto!important}.p-auto{padding:auto!important}.pt-auto{padding-top:auto!important}.pr-auto{padding-right:auto!important}.pb-auto{padding-bottom:auto!important}.pl-auto{padding-left:auto!important}.top-px{top:1px!important}.right-px{right:1px!important}.bottom-px{bottom:1px!important}.left-px{left:1px!important}.top-n-px{top:-1px!important}.right-n-px{right:-1px!important}.bottom-n-px{bottom:-1px!important}.left-n-px{left:-1px!important}.m-px{margin:1px!important}.mt-px{margin-top:1px!important}.mr-px{margin-right:1px!important}.mb-px{margin-bottom:1px!important}.ml-px{margin-left:1px!important}.p-px{padding:1px!important}.pt-px{padding-top:1px!important}.pr-px{padding-right:1px!important}.pb-px{padding-bottom:1px!important}.pl-px{padding-left:1px!important}.font-thin{font-weight:100!important}.font-extralight{font-weight:200!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.font-black{font-weight:900!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.justify-center{justify-content:center!important}.justify-end{justify-content:end!important}.justify-start{justify-content:start!important}.justify-between{justify-content:space-between!important}.text-primary-sidebar{color:#21272a!important}.text-primary-color{color:#5b618f!important}.text-title-color{color:#323a73!important}.text-white{color:#fff!important}.text-white-100{color:#f1f5fd!important}.text-white-60{color:#f7f9fe!important}.text-navy-100{color:#323a73!important}.text-navy-60{color:#8489ab!important}.text-navy-40{color:#adb0c7!important}.text-navy-20{color:#d6d8e3!important}.text-charcoalblack-60{color:#121619!important}.text-grayblue-40{color:#adb0c7!important}.text-violet-120{color:#5c4dbb!important}.text-violet-100{color:#7165ff!important}.text-violet-80{color:#8e84ff!important}.text-violet-60{color:#b1a6ff!important}.text-violet-40{color:#c6c1ff!important}.text-violet-10{color:#e3e0ff!important}.text-darkslategray{color:#21272a!important}.text-red{color:red!important}.text-red-100{color:#f57359!important}.text-red-80{color:#fd7581!important}.text-green-100{color:#04d7a2!important}.text-green-80{color:#7eead5!important}.text-green-60{color:#9eefe0!important}.text-green-40{color:#bff5ea!important}.text-green-20{color:#dffaf5!important}.text-yellow-100{color:#ffbe50!important}.bg-primary-sidebar{background-color:#fff!important}.bg-primary-color{background-color:#5b618f!important}.bg-table-head-color{background-color:#e3e0ff!important}.bg-white{background-color:#fff!important}.bg-white-100{background-color:#f1f5fd!important}.bg-white-60{background-color:#f7f9fe!important}.bg-navy-100{background-color:#323a73!important}.bg-navy-60{background-color:#8489ab!important}.bg-navy-40{background-color:#adb0c7!important}.bg-navy-20{background-color:#d6d8e3!important}.bg-charcoalblack-60{background-color:#121619!important}.bg-grayblue-40{background-color:#adb0c7!important}.bg-violet-120{background-color:#5c4dbb!important}.bg-violet-100{background-color:#7165ff!important}.bg-violet-80{background-color:#8e84ff!important}.bg-violet-60{background-color:#b1a6ff!important}.bg-violet-40{background-color:#c6c1ff!important}.bg-violet-10{background-color:#e3e0ff!important}.bg-darkslategray{background-color:#21272a!important}.bg-red{background-color:red!important}.bg-red-100{background-color:#f57359!important}.bg-red-80{background-color:#fd7581!important}.bg-green-100{background-color:#04d7a2!important}.bg-green-80{background-color:#7eead5!important}.bg-green-60{background-color:#9eefe0!important}.bg-green-40{background-color:#bff5ea!important}.bg-green-20{background-color:#dffaf5!important}.bg-yellow-100{background-color:#ffbe50!important}.bg-transparent{background-color:transparent!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-5{gap:1.25rem!important}.gap-6{gap:1.5rem!important}.gap-7{gap:1.75rem!important}.gap-8{gap:2rem!important}.gap-9{gap:2.25rem!important}.gap-10{gap:2.5rem!important}.gap-11{gap:2.75rem!important}.gap-12{gap:3rem!important}.gap-14{gap:3.5rem!important}.gap-16{gap:4rem!important}.gap-20{gap:5rem!important}.gap-22{gap:5.5rem!important}.gap-24{gap:6rem!important}.gap-28{gap:7rem!important}.gap-32{gap:8rem!important}.gap-36{gap:9rem!important}.gap-40{gap:10rem!important}.gap-44{gap:11rem!important}.gap-48{gap:12rem!important}.gap-52{gap:13rem!important}.gap-56{gap:14rem!important}.gap-60{gap:15rem!important}.gap-64{gap:16rem!important}.gap-72{gap:18rem!important}.gap-80{gap:20rem!important}.gap-96{gap:24rem!important}.relative{position:relative!important}.absolute{position:absolute!important}.text-0{font-size:0!important}.text-1{font-size:.25rem!important}.text-2{font-size:.5rem!important}.text-3{font-size:.75rem!important}.text-4{font-size:1rem!important}.text-5{font-size:1.25rem!important}.text-6{font-size:1.5rem!important}.text-7{font-size:1.75rem!important}.text-8{font-size:2rem!important}.text-9{font-size:2.25rem!important}.text-10{font-size:2.5rem!important}.text-11{font-size:2.75rem!important}.text-12{font-size:3rem!important}.text-14{font-size:3.5rem!important}.text-16{font-size:4rem!important}.text-20{font-size:5rem!important}.text-22{font-size:5.5rem!important}.text-24{font-size:6rem!important}.text-28{font-size:7rem!important}.text-32{font-size:8rem!important}.text-36{font-size:9rem!important}.text-40{font-size:10rem!important}.text-44{font-size:11rem!important}.text-48{font-size:12rem!important}.text-52{font-size:13rem!important}.text-56{font-size:14rem!important}.text-60{font-size:15rem!important}.text-64{font-size:16rem!important}.text-72{font-size:18rem!important}.text-80{font-size:20rem!important}.text-96{font-size:24rem!important}.align-center{align-items:center!important}.align-end{align-items:end!important}.align-start{align-items:start!important}.text-center{text-align:center!important}.text-end{text-align:right!important}.text-start{text-align:left!important}.rounded-none,.rounded-t-none{border-radius:0!important}.rounded-sm{border-radius:.125rem!important}.rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.rounded-df{border-radius:.25rem!important}.rounded-t-df{border-radius:.25rem .25rem 0 0!important}.rounded-md{border-radius:.375rem!important}.rounded-t-md{border-radius:.375rem .375rem 0 0!important}.rounded-lg{border-radius:.5rem!important}.rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.rounded-xl{border-radius:.75rem!important}.rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.rounded-2xl{border-radius:1rem!important}.rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.rounded-25xl{border-radius:1.25rem!important}.rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.rounded-full{border-radius:9999px!important}.rounded-t-full{border-radius:9999px 9999px 0 0!important}.opacity-0{opacity:0!important}.opacity-5{opacity:.05!important}.opacity-10{opacity:.1!important}.opacity-20{opacity:.2!important}.opacity-25{opacity:.25!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-75{opacity:.75!important}.opacity-80{opacity:.8!important}.opacity-90{opacity:.9!important}.opacity-95{opacity:.95!important}.opacity-100{opacity:1!important}.auth-container{display:flex;width:100vw;height:100vh;background-color:#fff;justify-content:start;position:relative}.auth-container:after{content:"";background:url(/assets/surgeonsLogo-BgqAG1rY.svg);width:50vw;border-radius:0px 2.92vw 2.92vw 0px;background-size:cover;background-position:center;background-repeat:no-repeat}.auth-main{width:100vw;height:100vh;display:flex;justify-content:end;align-items:center;position:absolute;top:0;left:0}.auth-items{height:100vh;width:50vw;display:flex;position:relative;justify-content:center;justify-items:center}.auth-card{width:100%;gap:48px;display:flex;flex-direction:column;justify-content:center;padding:60px}.auth-header{justify-content:center;width:100%;display:flex;flex-direction:column;align-items:end;gap:24px}.auth-form{display:flex;flex-direction:column;gap:24px}.users-head-container{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:16px;gap:16px}.user-card-main{display:flex;flex-direction:column;border-width:0px 1px 1px 1px;border-style:solid;border-color:#dde1e6;background-color:#fff;padding:24px;gap:24px}.user-img-perfil-container{display:flex;flex-direction:column;box-shadow:2px 4px 8px 2px #1000650a;box-shadow:2px 2px 12px 2px #10006514;padding:16px;gap:8px;background-color:#f7f9fe;border-radius:24px}.user-img-perfil-item{display:flex;padding:0 48px;gap:48px;justify-content:center;align-items:center}.user-img-perfil{display:flex;padding:0 48px 0 0;border-right:1px solid #dde1e6;gap:16px}.user-detail-container{display:flex;flex-direction:column;gap:16px}.user-detail-field{display:grid;grid-gap:16px;gap:16px}.user-detail-field.item-1,.user-detail-field.item-2{grid-template-columns:1fr 1fr}.user-detail-field.item-3{grid-template-columns:1fr 1fr 1fr}.user-information-container{display:flex;flex-direction:column;gap:16px}.user-information-field{display:grid;grid-gap:16px;gap:16px}.user-information-field.item-1,.user-information-field.item-2{grid-template-columns:1fr 1fr 1fr}.iol-head-container,.teams-head-container,.biometrics-head-container,.procedures-head-container,.complications-head-container,.moments-head-container,.fracture-technique-head-container{display:grid;grid-template-columns:1fr 3fr 1fr;grid-gap:16px;gap:16px}.register-head-container{display:grid;grid-template-columns:1fr 1fr 2fr 1fr;grid-gap:16px;gap:16px}.register-card-main{display:flex;flex-direction:column;border-width:0px 1px 1px 1px;border-style:solid;border-color:#dde1e6;background-color:#fff;padding:24px;gap:24px}.register-patient-container{display:flex;flex-direction:column;box-shadow:2px 4px 8px 2px #1000650a;box-shadow:2px 2px 12px 2px #10006514;padding:16px;gap:8px;background-color:#f7f9fe;border-radius:24px}.register-patient-item{display:flex;gap:48px;justify-content:center;align-items:center}.register-patient-fields{display:flex;flex-direction:column;padding:0 38px 0 0;border-right:1px solid #dde1e6;gap:16px}.register-field-container,.register-ophthalmological-container{display:flex;flex-direction:column;gap:16px}.register-ophthalmological-field{display:grid;grid-gap:16px;gap:16px}.register-ophthalmological-field.item-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.register-ophthalmological-field.item-2{grid-template-columns:1fr 1fr 1fr 1fr}.register-intra-surgical-container{display:flex;flex-direction:column;gap:16px}.register-intra-surgical-field{display:grid;grid-gap:16px;gap:16px;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}.register-pre-surgical-container{display:flex;flex-direction:column;gap:16px}.register-pre-surgical-field{display:grid;grid-gap:16px;gap:16px}.register-pre-surgical-field.item-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.register-pre-surgical-field.item-2{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.register-pre-surgical-field.item-3{grid-template-columns:2fr 1fr 2fr 1fr}.register-pre-surgical-field.item-4{grid-template-columns:1fr 1fr 1fr 1fr}.register-pre-surgical-field.container-av{grid-template-columns:1fr 5fr;align-items:center}.register-pre-surgical-field.container-av-one{grid-template-columns:1fr;align-items:start}.register-pre-surgical-fields-av-container{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr 5fr;align-items:center}.register-pre-surgical-fields-av-container span{text-align:center;font-weight:600;color:#8489ab}.register-post-surgical-container{display:flex;flex-direction:column;gap:16px}.register-post-surgical-field{display:grid;grid-gap:16px;gap:16px}.register-post-surgical-field.item-1{grid-template-columns:1fr 1fr 1fr 1fr 1fr}.register-post-surgical-field.item-2{grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr}.register-post-surgical-field.item-3{grid-template-columns:1fr}.register-post-surgical-field.item-4{grid-template-columns:2fr 1fr 2fr 1fr}.register-post-surgical-field.item-5{grid-template-columns:1fr 1fr 1fr 1fr}.register-post-surgical-field.container-av{grid-template-columns:1fr 5fr;align-items:center}.register-post-surgical-field.container-av-one{grid-template-columns:1fr;align-items:start}.register-post-surgical-fields-av-container{display:grid;grid-gap:16px;gap:16px;grid-template-columns:1fr 5fr;align-items:center}.register-post-surgical-fields-av-container span{text-align:center;font-weight:600;color:#8489ab}.register-assessment-container{display:flex;flex-direction:column;gap:16px}.register-assessment-field{display:grid;grid-gap:16px;gap:16px}.register-assessment-field.item-2{grid-template-columns:1fr 1fr 2fr}.logs-report-options-main{display:flex;flex-wrap:wrap;gap:20px;justify-content:center}.logs-report-options-card-container{box-shadow:0 8px 32px -4px #1000651a;box-shadow:6px 6px 14px -6px #1000651f;background-color:#fff;padding:32px 24px;width:25%;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;gap:8px;justify-content:center}.logs-report-options-card-container span{color:#adb0c7;font-weight:600;text-align:center;font-size:24px}.logs-report-options-card-container:hover{background-color:#e3e0ff}.logs-report-options-card-container:hover span{color:#7165ff}.logs-report-options-card-container:hover img{filter:brightness(0) saturate(100%) invert(33%) sepia(100%) saturate(600%) hue-rotate(210deg) brightness(110%) contrast(90%)}.logs-report-options-title-custon{justify-content:center;margin-top:60px}.logs-report-head-container{display:grid;grid-gap:16px;gap:16px}.logs-report-head-container.item-1{grid-template-columns:2fr 1fr 1fr 1fr 1fr}.logs-report-head-container.item-2{grid-template-columns:3fr 1fr 1fr}.calendar-head-container{display:grid;grid-template-columns:1fr 3fr;grid-gap:16px;gap:16px}.calendar{display:flex;flex-direction:column;align-items:flex-start;padding:16px 8px 16px 16px;gap:16px;height:75vh;background:#fff;box-shadow:0 3px 12px #00000003;border-radius:24px;box-sizing:border-box}.header{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:0 8px 0 0;gap:24px;width:100%;height:30px;box-sizing:border-box}.header .date-content{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:0;gap:8px;height:30px;flex:none;order:0;flex-grow:0}.header .date-content .day-current{display:flex;background-color:#fff!important;flex-direction:column;justify-content:center;align-items:center;padding:10px 12px;gap:8px;width:51px;height:28px;border-radius:24px;flex:none;order:0;flex-grow:0}.header .date-content .day-current div{width:27px;height:21px;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:21px;display:flex;align-items:center;text-align:center;letter-spacing:.0125em;color:#7165ff!important;flex:none;order:0;flex-grow:0}.header .date-content .back-icon{width:20px;height:20px;left:7px;right:31.55%;top:4px;color:#adb0c7;cursor:pointer}.header .date-content .next-icon{width:20px;height:20px;flex:none;order:2;flex-grow:0;left:29.17%;right:31.52%;top:16.67%;bottom:16.67%;color:#adb0c7;cursor:pointer}.header .date-content .date-current{width:200px;height:30px;font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:30px;letter-spacing:.0015em;color:#adb0c7;flex:none;order:3;flex-grow:0}.header select{box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:4px 8px 4px 16px;gap:4px;isolation:isolate;width:120px;height:30px;border:1px solid #8489AB;border-radius:6px}.month-grid{display:grid;grid-template-columns:repeat(7,1fr);text-align:center;width:100%;height:100%;padding-right:8px;box-sizing:border-box}.month-grid .day{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:4px;border:1px solid #D6D8E3}.month-grid .day:hover{background:#f1f5fd}.month-grid .day .events{display:flex;flex-direction:column;gap:5px;position:relative}.month-grid .day .events .event{margin-top:5px;display:flex;flex-direction:row;padding:4px 6px;gap:5px;border-radius:4px;font-family:Poppins;font-weight:500;font-size:12px;line-height:18px;align-items:center;letter-spacing:.004em;color:#adb0c7}.month-grid .day .events .event:nth-child(n+3){display:none}.month-grid .day .events .event:hover{background-color:#bbdefb;cursor:pointer}.month-grid .day .events .event .ellipse{width:8px;height:8px;background-color:#7165ff;border-radius:50%}.month-grid .day .events .event .content{width:12vh;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.month-grid .day .events .event .event-count{display:none;font-size:10px;color:#7165ff;margin-top:4px}.days-of-week{display:flex;width:100%;justify-content:space-between}.days-of-week .day-number{width:18px;height:21px;font-family:Poppins;font-style:normal;font-weight:600;font-size:14px;line-height:21px;letter-spacing:.001em;color:#323a73}.days-of-week .day-name{font-family:Poppins;font-style:normal;font-weight:400;font-size:12px;line-height:18px;letter-spacing:.0125em;color:#8489ab}.empty-day{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:10px;border:1px solid #D6D8E3}.empty-day .day-number{color:#d6d8e3}.empty-day .day-name{color:#8489ab}.week-grid{display:flex;flex-direction:column;align-items:flex-end;padding:0;align-self:stretch;height:66vh}.week-grid .body-row{padding-right:8px;overflow-y:scroll;width:99%}.week-grid .body-row .hour-row{display:flex;flex-direction:row;align-items:flex-start;padding:0;height:62.5px;align-self:stretch}.week-grid .body-row .hour-row .hour{width:300px;padding:4px;left:0;top:2px;font-family:Montserrat;font-style:normal;font-weight:500;line-height:12px;letter-spacing:.015em;color:#100065}.week-grid .body-row .hour-row.item{width:100%;height:100%;display:flex;padding:4px;gap:4px;background:#fff;border:1px solid #D6D8E3;flex-grow:1}.week-grid .body-row .hour-row.item:hover{background:#f1f5fd}.week-grid .body-row .hour-row.item .events{display:flex;flex-direction:column;gap:5px}.week-grid .body-row .hour-row.item .events .event{display:flex;flex-direction:row;padding:4px 6px;gap:5px;border-radius:4px;font-family:Poppins;font-style:normal;font-weight:500;font-size:12px;line-height:18px;align-items:center;letter-spacing:.004em;color:#adb0c7}.week-grid .body-row .hour-row.item .events .event:nth-child(n+3){display:none}.week-grid .body-row .hour-row.item .events .event:hover{background-color:#bbdefb;cursor:pointer}.week-grid .body-row .hour-row.item .events .event .ellipse{width:8px;height:8px;background-color:#7165ff;border-radius:50%}.week-grid .body-row .hour-row.item .events .event .content{width:12vh;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left}.week-grid .body-row .hour-row.item .events .event .event-count{display:none;font-size:10px;color:#7165ff;margin-top:4px}.week-grid .body-row::-webkit-scrollbar{width:4px}.week-grid .body-row::-webkit-scrollbar-track{background:#d6d8e3;border-radius:100px}.week-grid .body-row::-webkit-scrollbar-thumb{background-color:#7165ff;border-radius:100px}.week-day{display:flex;flex-direction:row;align-items:flex-start;padding:0 16px 0 52px;align-self:stretch}.week-day .day-header{display:flex;width:100%;flex-direction:column;align-items:flex-start;padding:12px;gap:10px;background:#fff;flex-grow:1}.week-day .day-header.item{display:flex;flex-direction:column;align-items:flex-start;padding:0}.week-day .day-header.item .day-week-name{width:65px;height:21px;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:21px;letter-spacing:.0025em;color:#8489ab}.week-day .day-header.item .day-week-number{width:32px;height:36px;font-family:Poppins;font-style:normal;font-weight:700;font-size:24px;line-height:36px;color:#323a73}.day-grid{display:flex;flex-direction:column;height:66vh;align-self:stretch}.day-grid .day-header{display:flex;flex-direction:row;padding:0 0 0 42px}.day-grid .day-header .day-header-container{display:flex;flex-direction:column;align-items:flex-start;padding:12px;gap:10px}.day-grid .day-header .day-header-container .day-name{width:67px;height:21px;font-family:Poppins;font-style:normal;font-weight:400;font-size:14px;line-height:21px;letter-spacing:.0025em;color:#8489ab}.day-grid .day-header .day-header-container .day-number{width:32px;height:36px;font-family:Poppins;font-style:normal;font-weight:700;font-size:24px;line-height:36px;color:#323a73}.day-grid .day-header .day-header-container .day-item{display:flex;flex-direction:column;align-items:flex-start;padding:0}.day-grid .body-row{display:flex;flex-direction:row;height:100%;max-height:100%;position:relative;padding-right:8px;overflow-y:scroll}.day-grid .body-row .hours-column{width:100%;padding:10px 0;position:relative}.day-grid .body-row .hours-column .hour-row{display:flex;flex-direction:row;align-items:flex-start;padding:0;height:62.5px}.day-grid .body-row .hours-column .hour-row .hour{width:45px;padding:4px;font-family:Montserrat;font-weight:500;line-height:12px;letter-spacing:.015em;color:#100065}.day-grid .body-row .hours-column .hour-row.item{width:100%;height:100%;display:flex;padding:4px;background:#fff;border:1px solid #D6D8E3;flex-grow:1}.day-grid .body-row .hours-column .hour-row.item:hover{background:#f1f5fd}.day-grid .body-row .events{position:absolute;top:0;left:50px;gap:5px;width:calc(90% - 50px)}.day-grid .body-row .events .event{flex-direction:row;position:absolute;gap:5px;color:#adb0c7;border-radius:4px;font-size:12px;display:flex;align-items:center;justify-content:center}.day-grid .body-row .events .event:hover{background-color:#bbdefb;cursor:pointer}.day-grid .body-row .events .event .ellipse{width:8px;height:8px;background-color:#7165ff;border-radius:50%}.day-grid .body-row .events .event .content{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}@media (max-width: 1600px){.calendar{height:72vh}.month-grid .day{padding:6px;gap:2px}.month-grid .day .day-number{font-size:12px;height:18px}.month-grid .empty-day{padding:6px;gap:2px}.month-grid .empty-day .day-number{font-size:12px}.week-grid{height:62vh}.week-grid .hour-row{height:50px}.events{gap:4px}.events .event{padding:0;line-height:12px;font-size:12px}.events .event .event-count{display:block}.events .event .ellipse{width:8px;height:8px}.events .event .content{width:10vh}.day-grid{height:62vh}.day-grid .body-row .hour-row{height:45px}.day-grid .event{font-size:12px;background:#f1f5fd}.day-grid .event .content{width:153vh}}@media (max-width: 1440px){.calendar{height:73vh}.month-grid .day{padding:6px;gap:0px}.month-grid .day .events{gap:0px}.month-grid .day .events .event{margin-top:0}.month-grid .day .day-number{font-size:10px;height:15px}.month-grid .empty-day{padding:6px;gap:0px}.month-grid .empty-day .day-number{font-size:10px}.week-grid{height:59vh}.week-grid .hour-row{height:50px}.events{gap:2px}.events .event{padding:0;line-height:10px;font-size:10px}.events .event:nth-child(n+3){display:none}.events .event .event-count{display:block}.events .event .ellipse{width:5px;height:5px}.events .event .content{width:8vh}.day-grid{height:59vh}.day-grid .body-row .hour-row{height:50px}.day-grid .event{font-size:12px;background:#f1f5fd}.day-grid .event .content{width:137vh}}@media (max-width: 1366px){.calendar{height:70vh}.month-grid .day{padding:6px;gap:0px}.month-grid .day .events{gap:0px}.month-grid .day .events .event{margin-top:0;padding:0}.month-grid .day .day-number{font-size:10px;height:15px}.month-grid .empty-day{padding:6px;gap:0px}.month-grid .empty-day .day-number{font-size:10px}.week-grid{height:59vh}.week-grid .hour-row{height:50px}.events{gap:2px}.events .event{padding:0;line-height:10px;font-size:10px}.events .event:nth-child(n+3){display:none}.events .event .event-count{display:block}.events .event .ellipse{width:5px;height:5px}.events .event .content{width:8vh}.day-grid{height:59vh}.day-grid .body-row .hour-row{height:50px}.day-grid .event{font-size:12px;background:#f1f5fd}.day-grid .event .content{width:137vh}}.dashboard-head-container{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;grid-gap:16px;gap:16px}.dashboard-main{display:flex;flex-direction:column;gap:24px;margin:2px}.dashboard-container-items{display:grid;grid-gap:16px;min-height:187px}.dashboard-container-items.items-2{grid-template-columns:1.5fr 1fr 3fr}.dashboard-container-items .dashboard-card-items{border-radius:16px;box-shadow:2px 4px 8px 2px #1000650a;box-shadow:2px 2px 12px 2px #10006514;padding:24px;background-color:#fff}.dashboard-container-items .dashboard-card-items.item-container-eye{display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.bar-main{display:flex;flex-direction:column;gap:6px}.bar-main.complications-moment{max-height:290px;overflow-y:auto}.bar-container-items{width:100%;display:flex;gap:16px;justify-content:space-between}.bar-container-items span{min-width:80px;font-size:14px;color:#8489ab;text-align:right}.bar-item{width:100%;display:flex;border-radius:100px;background-color:#f7f9fe;max-height:17px;min-height:17px;position:relative;z-index:0}.bar-horizontal{border-radius:100px;transition:width .5s ease}.dasboard-title-complications-stage{display:grid;grid-gap:16px;grid-template-columns:3fr 1fr;justify-content:center;align-items:center}.dasboard-title-complications-stage span{color:#323a73;font-weight:600}.dasboard-title-surgeries-stage{display:flex;grid:8px;justify-content:space-between;align-items:center}.dasboard-title-surgeries-stage span{color:#323a73;font-weight:600}.dasboard-title-complications-moments{display:grid;grid-gap:6px;grid-template-columns:1.2fr 3fr;align-items:center}.dasboard-title-complications-moments span{color:#323a73;font-weight:600;min-width:-moz-max-content;min-width:max-content}.dasboard-title-complications-moments .header-container{overflow-x:auto;overflow-y:hidden;display:flex}.dasboard-title-complications-moments .header-container span{color:#323a73;width:auto;font-weight:600}.dasboard-title-complications-moments .header-container::-webkit-scrollbar{height:4px}.dashboard-ages-container{width:100%;height:100%;display:flex;flex-direction:column}.dashboard-ages-title{color:#323a73;font-weight:700;text-align:center;font-size:1vw}.dashboard-ages-section{width:100%;height:50%;display:flex;align-items:center;position:relative}.dashboard-ages-icon{width:4vw;height:4vw}.dashboard-ages-percentage{font-weight:700;position:absolute;transform:translate(-50%,-50%);font-size:.9vw}.dashboard-ages-male-percentage{color:#04d7a2;top:57%;left:14.3%}.dashboard-ages-female-percentage{color:#7165ff;top:38%;left:17%}.dashboard-ages-text-container{margin-left:1vw;text-align:left}.dashboard-ages-text-box{border-top-left-radius:10px;border-top-right-radius:10px;padding:.5vw;height:1vw;width:6vw;display:flex;align-items:center;justify-content:center;font-size:1vw}.dashboard-ages-male-text-box{background-color:#36dfb5;color:#fff}.dashboard-ages-female-text-box{background-color:#8e84ff;color:#fff}.dashboard-ages-age{text-align:center}.dashboard-ages-age-male{color:#04d7a2;font-weight:700;font-size:1.2vw}.dashboard-ages-age-female{color:#7165ff;font-weight:700;font-size:1.2vw}.dashboard-ages-age-label{color:#8489ab}.dasboard-complications-moments-label{min-width:100px;max-width:100px;font-size:14px;color:#8489ab;text-align:right}.user-head-container{display:grid;grid-template-columns:1fr 1fr 2fr;grid-gap:1rem;gap:1rem}.user-head-container>*{width:100%}.content-container{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;gap:1rem;margin-top:1rem}.table-container{width:100%}.right-container{width:100%;background-color:#fff;padding:1rem;margin-left:5px}.right-container .highlight-text{background-color:#ecebff;color:#7165ff;padding:.3125rem .625rem;border-radius:.9375rem;font-weight:700;font-size:.75rem;display:inline-block;justify-content:flex-end;box-sizing:border-box;margin-right:1.875rem}.customTooltip{font-size:.75rem;border:.0625rem solid hsl(220,75%,80%);border-radius:.25rem}.border-right{border-right:.25rem solid hsl(245,100%,70%);padding-right:1rem}.evaluation-form-text{color:#323a73;font-size:.8rem}.radio-group-field .MuiFormGroup-root{display:flex;flex-direction:row;justify-content:space-between;margin-right:1rem}.radio-group-field .MuiFormControlLabel-root{display:flex;flex-direction:column;align-items:center;margin:0 1.25rem}.radio-group-field .MuiFormLabel-root{font-weight:bolder;font-size:.85rem}.radio-group-field .MuiFormLabel-root.Mui-focused{color:#323a73}.radio-group-field .MuiFormControlLabel-label{font-size:.85rem;color:#8489ab}.required-indicator{display:inline-flex;align-items:center;color:red;margin-left:.25rem;vertical-align:middle}.help-icon{margin-left:.25rem;vertical-align:middle}.small-button{padding:.75rem;font-size:.75rem}.accordion-header{background-color:#e6e5ff;color:#323a73;font-size:1rem;text-align:left;border-top-left-radius:.5rem;border-top-right-radius:.5rem}.header-content{display:flex;justify-content:space-between;align-items:center;padding-left:1rem;padding-right:4rem;font-size:1.4rem}.left{font-size:1rem;flex:1;text-align:left;margin-top:.5rem;margin-bottom:.3rem;font-weight:700}.right{font-size:1rem;margin-top:.5rem;text-align:right;margin-bottom:.3rem;font-weight:700}.avatar{align-items:center}.notifications-skeleton{min-height:52;padding:8px;display:"flex";flex-direction:"column";justify-content:"space-between"}.notifications-skeleton .item-1{width:60%;height:20px;margin-bottom:2px;background-color:#ccc;border-radius:4px;animation:pulse 1.5s infinite}.notifications-skeleton .item-2{width:100%;height:20px;margin-bottom:2px;background-color:#ccc3dc;border-radius:4px;animation:pulse 1.5s infinite}.notifications-skeleton .item-3{width:60%;height:15px;background-color:#e0e0e0;border-radius:4px;animation:pulse 1.5s infinite}.notifications-items{min-height:52px;padding:14px;display:flex;border-top:1px solid #d6d8e3;cursor:pointer}.notifications-items .item-1{display:flex;flex-direction:column;gap:2px}.notifications-items .close{display:none;cursor:pointer}.notifications-items:hover,.notifications-items:focus{background-color:#f1f5fd;outline:none}.notifications-items:hover .close,.notifications-items:focus .close{display:flex;justify-content:center;align-items:center}.notifications-items.not-read{background-color:#e3e0ff60}.notifications-message-container{position:absolute;min-height:52px;padding:8px;display:flex;font-size:10px;background-color:#fff;width:190px;border-radius:8px;top:8px;margin-left:8px;box-shadow:2px 4px 8px 2px #1000650a;box-shadow:2px 2px 12px 2px #10006514;animation:fadeInUp .5s ease forwards}.notifications-message-container span{color:#323a73}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width: 480px){.layout-title-size{font-size:26px}.text-xs{font-size:.625rem!important;line-height:.833rem!important}.text-sm{font-size:.75rem!important;line-height:1rem!important}.text-base{font-size:.875rem!important;line-height:1.25rem!important}.text-2xl{font-size:1.375rem!important;line-height:1.875rem!important}.logs-report-options-card-container span{font-size:14px}}@media (max-width: 768px){.auth-container:after{width:100vw}.auth-items{width:100vw}.auth-main{justify-content:center}.auth-container:after{background:#fff}.register-assessment-field.item-2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.register-assessment-field.item-2>:nth-child(1){grid-column:1/2;grid-row:1/2}.register-assessment-field.item-2>:nth-child(2){grid-column:2/3;grid-row:1/2}.register-assessment-field.item-2>:nth-child(3){grid-column:1/3;grid-row:2/3}.register-pre-surgical-fields-av-container,.register-post-surgical-fields-av-container,.register-pre-surgical-field.container-av,.register-post-surgical-field.container-av{grid-template-columns:1fr}}@media (max-width: 992px){.register-patient-item{flex-direction:column;gap:30px}.register-patient-fields{border-right:none;border-bottom:1px solid #dde1e6;padding:0 0 38px;width:100%}.user-img-perfil-item{flex-direction:column;gap:30px}.user-img-perfil{border-right:none;border-bottom:1px solid #dde1e6;padding:0 0 38px;width:100%}.dashboard-container-items.items-2{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto}.dashboard-container-items.items-2>:nth-child(1){grid-column:1/2;grid-row:1/2}.dashboard-container-items.items-2>:nth-child(2){grid-column:2/3;grid-row:1/2}.dashboard-container-items.items-2>:nth-child(3){grid-column:1/3;grid-row:2/3}}@media (max-width: 1024px){.sidebar-main{position:fixed;top:0;left:0;width:100vw;z-index:2;height:9h;background-color:#fff}.main-container{padding-top:9vh;height:91vh;width:100vw}.layout-main{width:90vw}.sidebar-container{position:absolute;top:9vh;height:91vh;width:100vw;background-color:#fff;display:none}.sidebar-container.open{display:block}.sidebar-navbar-items{gap:2.5vw}.sidebar-navbar-logo{width:20.36vw}.sidebar-navbar-notification img{width:4.59vw}.sidebar-navbar-notification span{width:2.4vw;font-size:1.6vw;left:1.8vw;padding:.1vw}.sidebar-navbar-notification span.length{font-size:1vw}.sidebar-navbar-logout img{width:4.59vw}.nav-icon-1{display:inline-block}.register-pre-surgical-field.item-2{grid-template-columns:1fr 1fr 1fr}.register-pre-surgical-field.item-3{grid-template-columns:2fr 1fr}.register-pre-surgical-field.item-4{grid-template-columns:1fr 1fr}.register-post-surgical-field.item-2{grid-template-columns:1fr 1fr 1fr}.register-post-surgical-field.item-4{grid-template-columns:2fr 1fr}.register-post-surgical-field.item-5{grid-template-columns:1fr 1fr}.logs-report-options-title-custon{margin-top:0}}@media only screen and (min-width: 320px) and (max-width: 480px){.register-ophthalmological-field.item-1,.register-ophthalmological-field.item-2,.register-intra-surgical-field,.register-pre-surgical-field.item-1,.register-pre-surgical-field.item-2,.register-post-surgical-field.item-1,.register-post-surgical-field.item-2{grid-template-columns:1fr 1fr}}@media only screen and (min-width: 480px) and (max-width: 580px){.register-ophthalmological-field.item-1{grid-template-columns:1fr 1fr 1fr}.register-ophthalmological-field.item-2{grid-template-columns:1fr 1fr}.register-pre-surgical-field.item-1,.register-post-surgical-field.item-1{grid-template-columns:1fr 1fr 1fr}.logs-report-options-card-container span{font-size:18px}}@media only screen and (min-width: 580px) and (max-width: 768px){.register-ophthalmological-field.item-1{grid-template-columns:1fr 1fr 1fr 1fr}.register-ophthalmological-field.item-2{grid-template-columns:1fr 1fr}.register-pre-surgical-field.item-1,.register-post-surgical-field.item-1{grid-template-columns:1fr 1fr 1fr 1fr}.logs-report-options-card-container span{font-size:18px}}@media (max-width: 1920px){.xxxl\:top-0{top:0!important}.xxxl\:right-0{right:0!important}.xxxl\:bottom-0{bottom:0!important}.xxxl\:left-0{left:0!important}.xxxl\:m-0{margin:0!important}.xxxl\:mt-0{margin-top:0!important}.xxxl\:mr-0{margin-right:0!important}.xxxl\:mb-0{margin-bottom:0!important}.xxxl\:ml-0{margin-left:0!important}.xxxl\:p-0{padding:0!important}.xxxl\:pt-0{padding-top:0!important}.xxxl\:pr-0{padding-right:0!important}.xxxl\:pb-0{padding-bottom:0!important}.xxxl\:pl-0{padding-left:0!important}.xxxl\:top-1{top:.25rem!important}.xxxl\:right-1{right:.25rem!important}.xxxl\:bottom-1{bottom:.25rem!important}.xxxl\:left-1{left:.25rem!important}.xxxl\:m-1{margin:.25rem!important}.xxxl\:mt-1{margin-top:.25rem!important}.xxxl\:mr-1{margin-right:.25rem!important}.xxxl\:mb-1{margin-bottom:.25rem!important}.xxxl\:ml-1{margin-left:.25rem!important}.xxxl\:p-1{padding:.25rem!important}.xxxl\:pt-1{padding-top:.25rem!important}.xxxl\:pr-1{padding-right:.25rem!important}.xxxl\:pb-1{padding-bottom:.25rem!important}.xxxl\:pl-1{padding-left:.25rem!important}.xxxl\:top-2{top:.5rem!important}.xxxl\:right-2{right:.5rem!important}.xxxl\:bottom-2{bottom:.5rem!important}.xxxl\:left-2{left:.5rem!important}.xxxl\:m-2{margin:.5rem!important}.xxxl\:mt-2{margin-top:.5rem!important}.xxxl\:mr-2{margin-right:.5rem!important}.xxxl\:mb-2{margin-bottom:.5rem!important}.xxxl\:ml-2{margin-left:.5rem!important}.xxxl\:p-2{padding:.5rem!important}.xxxl\:pt-2{padding-top:.5rem!important}.xxxl\:pr-2{padding-right:.5rem!important}.xxxl\:pb-2{padding-bottom:.5rem!important}.xxxl\:pl-2{padding-left:.5rem!important}.xxxl\:top-3{top:.75rem!important}.xxxl\:right-3{right:.75rem!important}.xxxl\:bottom-3{bottom:.75rem!important}.xxxl\:left-3{left:.75rem!important}.xxxl\:m-3{margin:.75rem!important}.xxxl\:mt-3{margin-top:.75rem!important}.xxxl\:mr-3{margin-right:.75rem!important}.xxxl\:mb-3{margin-bottom:.75rem!important}.xxxl\:ml-3{margin-left:.75rem!important}.xxxl\:p-3{padding:.75rem!important}.xxxl\:pt-3{padding-top:.75rem!important}.xxxl\:pr-3{padding-right:.75rem!important}.xxxl\:pb-3{padding-bottom:.75rem!important}.xxxl\:pl-3{padding-left:.75rem!important}.xxxl\:top-4{top:1rem!important}.xxxl\:right-4{right:1rem!important}.xxxl\:bottom-4{bottom:1rem!important}.xxxl\:left-4{left:1rem!important}.xxxl\:m-4{margin:1rem!important}.xxxl\:mt-4{margin-top:1rem!important}.xxxl\:mr-4{margin-right:1rem!important}.xxxl\:mb-4{margin-bottom:1rem!important}.xxxl\:ml-4{margin-left:1rem!important}.xxxl\:p-4{padding:1rem!important}.xxxl\:pt-4{padding-top:1rem!important}.xxxl\:pr-4{padding-right:1rem!important}.xxxl\:pb-4{padding-bottom:1rem!important}.xxxl\:pl-4{padding-left:1rem!important}.xxxl\:top-5{top:1.25rem!important}.xxxl\:right-5{right:1.25rem!important}.xxxl\:bottom-5{bottom:1.25rem!important}.xxxl\:left-5{left:1.25rem!important}.xxxl\:m-5{margin:1.25rem!important}.xxxl\:mt-5{margin-top:1.25rem!important}.xxxl\:mr-5{margin-right:1.25rem!important}.xxxl\:mb-5{margin-bottom:1.25rem!important}.xxxl\:ml-5{margin-left:1.25rem!important}.xxxl\:p-5{padding:1.25rem!important}.xxxl\:pt-5{padding-top:1.25rem!important}.xxxl\:pr-5{padding-right:1.25rem!important}.xxxl\:pb-5{padding-bottom:1.25rem!important}.xxxl\:pl-5{padding-left:1.25rem!important}.xxxl\:top-6{top:1.5rem!important}.xxxl\:right-6{right:1.5rem!important}.xxxl\:bottom-6{bottom:1.5rem!important}.xxxl\:left-6{left:1.5rem!important}.xxxl\:m-6{margin:1.5rem!important}.xxxl\:mt-6{margin-top:1.5rem!important}.xxxl\:mr-6{margin-right:1.5rem!important}.xxxl\:mb-6{margin-bottom:1.5rem!important}.xxxl\:ml-6{margin-left:1.5rem!important}.xxxl\:p-6{padding:1.5rem!important}.xxxl\:pt-6{padding-top:1.5rem!important}.xxxl\:pr-6{padding-right:1.5rem!important}.xxxl\:pb-6{padding-bottom:1.5rem!important}.xxxl\:pl-6{padding-left:1.5rem!important}.xxxl\:top-7{top:1.75rem!important}.xxxl\:right-7{right:1.75rem!important}.xxxl\:bottom-7{bottom:1.75rem!important}.xxxl\:left-7{left:1.75rem!important}.xxxl\:m-7{margin:1.75rem!important}.xxxl\:mt-7{margin-top:1.75rem!important}.xxxl\:mr-7{margin-right:1.75rem!important}.xxxl\:mb-7{margin-bottom:1.75rem!important}.xxxl\:ml-7{margin-left:1.75rem!important}.xxxl\:p-7{padding:1.75rem!important}.xxxl\:pt-7{padding-top:1.75rem!important}.xxxl\:pr-7{padding-right:1.75rem!important}.xxxl\:pb-7{padding-bottom:1.75rem!important}.xxxl\:pl-7{padding-left:1.75rem!important}.xxxl\:top-8{top:2rem!important}.xxxl\:right-8{right:2rem!important}.xxxl\:bottom-8{bottom:2rem!important}.xxxl\:left-8{left:2rem!important}.xxxl\:m-8{margin:2rem!important}.xxxl\:mt-8{margin-top:2rem!important}.xxxl\:mr-8{margin-right:2rem!important}.xxxl\:mb-8{margin-bottom:2rem!important}.xxxl\:ml-8{margin-left:2rem!important}.xxxl\:p-8{padding:2rem!important}.xxxl\:pt-8{padding-top:2rem!important}.xxxl\:pr-8{padding-right:2rem!important}.xxxl\:pb-8{padding-bottom:2rem!important}.xxxl\:pl-8{padding-left:2rem!important}.xxxl\:top-9{top:2.25rem!important}.xxxl\:right-9{right:2.25rem!important}.xxxl\:bottom-9{bottom:2.25rem!important}.xxxl\:left-9{left:2.25rem!important}.xxxl\:m-9{margin:2.25rem!important}.xxxl\:mt-9{margin-top:2.25rem!important}.xxxl\:mr-9{margin-right:2.25rem!important}.xxxl\:mb-9{margin-bottom:2.25rem!important}.xxxl\:ml-9{margin-left:2.25rem!important}.xxxl\:p-9{padding:2.25rem!important}.xxxl\:pt-9{padding-top:2.25rem!important}.xxxl\:pr-9{padding-right:2.25rem!important}.xxxl\:pb-9{padding-bottom:2.25rem!important}.xxxl\:pl-9{padding-left:2.25rem!important}.xxxl\:top-10{top:2.5rem!important}.xxxl\:right-10{right:2.5rem!important}.xxxl\:bottom-10{bottom:2.5rem!important}.xxxl\:left-10{left:2.5rem!important}.xxxl\:m-10{margin:2.5rem!important}.xxxl\:mt-10{margin-top:2.5rem!important}.xxxl\:mr-10{margin-right:2.5rem!important}.xxxl\:mb-10{margin-bottom:2.5rem!important}.xxxl\:ml-10{margin-left:2.5rem!important}.xxxl\:p-10{padding:2.5rem!important}.xxxl\:pt-10{padding-top:2.5rem!important}.xxxl\:pr-10{padding-right:2.5rem!important}.xxxl\:pb-10{padding-bottom:2.5rem!important}.xxxl\:pl-10{padding-left:2.5rem!important}.xxxl\:top-11{top:2.75rem!important}.xxxl\:right-11{right:2.75rem!important}.xxxl\:bottom-11{bottom:2.75rem!important}.xxxl\:left-11{left:2.75rem!important}.xxxl\:m-11{margin:2.75rem!important}.xxxl\:mt-11{margin-top:2.75rem!important}.xxxl\:mr-11{margin-right:2.75rem!important}.xxxl\:mb-11{margin-bottom:2.75rem!important}.xxxl\:ml-11{margin-left:2.75rem!important}.xxxl\:p-11{padding:2.75rem!important}.xxxl\:pt-11{padding-top:2.75rem!important}.xxxl\:pr-11{padding-right:2.75rem!important}.xxxl\:pb-11{padding-bottom:2.75rem!important}.xxxl\:pl-11{padding-left:2.75rem!important}.xxxl\:top-12{top:3rem!important}.xxxl\:right-12{right:3rem!important}.xxxl\:bottom-12{bottom:3rem!important}.xxxl\:left-12{left:3rem!important}.xxxl\:m-12{margin:3rem!important}.xxxl\:mt-12{margin-top:3rem!important}.xxxl\:mr-12{margin-right:3rem!important}.xxxl\:mb-12{margin-bottom:3rem!important}.xxxl\:ml-12{margin-left:3rem!important}.xxxl\:p-12{padding:3rem!important}.xxxl\:pt-12{padding-top:3rem!important}.xxxl\:pr-12{padding-right:3rem!important}.xxxl\:pb-12{padding-bottom:3rem!important}.xxxl\:pl-12{padding-left:3rem!important}.xxxl\:top-14{top:3.5rem!important}.xxxl\:right-14{right:3.5rem!important}.xxxl\:bottom-14{bottom:3.5rem!important}.xxxl\:left-14{left:3.5rem!important}.xxxl\:m-14{margin:3.5rem!important}.xxxl\:mt-14{margin-top:3.5rem!important}.xxxl\:mr-14{margin-right:3.5rem!important}.xxxl\:mb-14{margin-bottom:3.5rem!important}.xxxl\:ml-14{margin-left:3.5rem!important}.xxxl\:p-14{padding:3.5rem!important}.xxxl\:pt-14{padding-top:3.5rem!important}.xxxl\:pr-14{padding-right:3.5rem!important}.xxxl\:pb-14{padding-bottom:3.5rem!important}.xxxl\:pl-14{padding-left:3.5rem!important}.xxxl\:top-16{top:4rem!important}.xxxl\:right-16{right:4rem!important}.xxxl\:bottom-16{bottom:4rem!important}.xxxl\:left-16{left:4rem!important}.xxxl\:m-16{margin:4rem!important}.xxxl\:mt-16{margin-top:4rem!important}.xxxl\:mr-16{margin-right:4rem!important}.xxxl\:mb-16{margin-bottom:4rem!important}.xxxl\:ml-16{margin-left:4rem!important}.xxxl\:p-16{padding:4rem!important}.xxxl\:pt-16{padding-top:4rem!important}.xxxl\:pr-16{padding-right:4rem!important}.xxxl\:pb-16{padding-bottom:4rem!important}.xxxl\:pl-16{padding-left:4rem!important}.xxxl\:top-20{top:5rem!important}.xxxl\:right-20{right:5rem!important}.xxxl\:bottom-20{bottom:5rem!important}.xxxl\:left-20{left:5rem!important}.xxxl\:m-20{margin:5rem!important}.xxxl\:mt-20{margin-top:5rem!important}.xxxl\:mr-20{margin-right:5rem!important}.xxxl\:mb-20{margin-bottom:5rem!important}.xxxl\:ml-20{margin-left:5rem!important}.xxxl\:p-20{padding:5rem!important}.xxxl\:pt-20{padding-top:5rem!important}.xxxl\:pr-20{padding-right:5rem!important}.xxxl\:pb-20{padding-bottom:5rem!important}.xxxl\:pl-20{padding-left:5rem!important}.xxxl\:top-22{top:5.5rem!important}.xxxl\:right-22{right:5.5rem!important}.xxxl\:bottom-22{bottom:5.5rem!important}.xxxl\:left-22{left:5.5rem!important}.xxxl\:m-22{margin:5.5rem!important}.xxxl\:mt-22{margin-top:5.5rem!important}.xxxl\:mr-22{margin-right:5.5rem!important}.xxxl\:mb-22{margin-bottom:5.5rem!important}.xxxl\:ml-22{margin-left:5.5rem!important}.xxxl\:p-22{padding:5.5rem!important}.xxxl\:pt-22{padding-top:5.5rem!important}.xxxl\:pr-22{padding-right:5.5rem!important}.xxxl\:pb-22{padding-bottom:5.5rem!important}.xxxl\:pl-22{padding-left:5.5rem!important}.xxxl\:top-24{top:6rem!important}.xxxl\:right-24{right:6rem!important}.xxxl\:bottom-24{bottom:6rem!important}.xxxl\:left-24{left:6rem!important}.xxxl\:m-24{margin:6rem!important}.xxxl\:mt-24{margin-top:6rem!important}.xxxl\:mr-24{margin-right:6rem!important}.xxxl\:mb-24{margin-bottom:6rem!important}.xxxl\:ml-24{margin-left:6rem!important}.xxxl\:p-24{padding:6rem!important}.xxxl\:pt-24{padding-top:6rem!important}.xxxl\:pr-24{padding-right:6rem!important}.xxxl\:pb-24{padding-bottom:6rem!important}.xxxl\:pl-24{padding-left:6rem!important}.xxxl\:top-28{top:7rem!important}.xxxl\:right-28{right:7rem!important}.xxxl\:bottom-28{bottom:7rem!important}.xxxl\:left-28{left:7rem!important}.xxxl\:m-28{margin:7rem!important}.xxxl\:mt-28{margin-top:7rem!important}.xxxl\:mr-28{margin-right:7rem!important}.xxxl\:mb-28{margin-bottom:7rem!important}.xxxl\:ml-28{margin-left:7rem!important}.xxxl\:p-28{padding:7rem!important}.xxxl\:pt-28{padding-top:7rem!important}.xxxl\:pr-28{padding-right:7rem!important}.xxxl\:pb-28{padding-bottom:7rem!important}.xxxl\:pl-28{padding-left:7rem!important}.xxxl\:top-32{top:8rem!important}.xxxl\:right-32{right:8rem!important}.xxxl\:bottom-32{bottom:8rem!important}.xxxl\:left-32{left:8rem!important}.xxxl\:m-32{margin:8rem!important}.xxxl\:mt-32{margin-top:8rem!important}.xxxl\:mr-32{margin-right:8rem!important}.xxxl\:mb-32{margin-bottom:8rem!important}.xxxl\:ml-32{margin-left:8rem!important}.xxxl\:p-32{padding:8rem!important}.xxxl\:pt-32{padding-top:8rem!important}.xxxl\:pr-32{padding-right:8rem!important}.xxxl\:pb-32{padding-bottom:8rem!important}.xxxl\:pl-32{padding-left:8rem!important}.xxxl\:top-36{top:9rem!important}.xxxl\:right-36{right:9rem!important}.xxxl\:bottom-36{bottom:9rem!important}.xxxl\:left-36{left:9rem!important}.xxxl\:m-36{margin:9rem!important}.xxxl\:mt-36{margin-top:9rem!important}.xxxl\:mr-36{margin-right:9rem!important}.xxxl\:mb-36{margin-bottom:9rem!important}.xxxl\:ml-36{margin-left:9rem!important}.xxxl\:p-36{padding:9rem!important}.xxxl\:pt-36{padding-top:9rem!important}.xxxl\:pr-36{padding-right:9rem!important}.xxxl\:pb-36{padding-bottom:9rem!important}.xxxl\:pl-36{padding-left:9rem!important}.xxxl\:top-40{top:10rem!important}.xxxl\:right-40{right:10rem!important}.xxxl\:bottom-40{bottom:10rem!important}.xxxl\:left-40{left:10rem!important}.xxxl\:m-40{margin:10rem!important}.xxxl\:mt-40{margin-top:10rem!important}.xxxl\:mr-40{margin-right:10rem!important}.xxxl\:mb-40{margin-bottom:10rem!important}.xxxl\:ml-40{margin-left:10rem!important}.xxxl\:p-40{padding:10rem!important}.xxxl\:pt-40{padding-top:10rem!important}.xxxl\:pr-40{padding-right:10rem!important}.xxxl\:pb-40{padding-bottom:10rem!important}.xxxl\:pl-40{padding-left:10rem!important}.xxxl\:top-44{top:11rem!important}.xxxl\:right-44{right:11rem!important}.xxxl\:bottom-44{bottom:11rem!important}.xxxl\:left-44{left:11rem!important}.xxxl\:m-44{margin:11rem!important}.xxxl\:mt-44{margin-top:11rem!important}.xxxl\:mr-44{margin-right:11rem!important}.xxxl\:mb-44{margin-bottom:11rem!important}.xxxl\:ml-44{margin-left:11rem!important}.xxxl\:p-44{padding:11rem!important}.xxxl\:pt-44{padding-top:11rem!important}.xxxl\:pr-44{padding-right:11rem!important}.xxxl\:pb-44{padding-bottom:11rem!important}.xxxl\:pl-44{padding-left:11rem!important}.xxxl\:top-48{top:12rem!important}.xxxl\:right-48{right:12rem!important}.xxxl\:bottom-48{bottom:12rem!important}.xxxl\:left-48{left:12rem!important}.xxxl\:m-48{margin:12rem!important}.xxxl\:mt-48{margin-top:12rem!important}.xxxl\:mr-48{margin-right:12rem!important}.xxxl\:mb-48{margin-bottom:12rem!important}.xxxl\:ml-48{margin-left:12rem!important}.xxxl\:p-48{padding:12rem!important}.xxxl\:pt-48{padding-top:12rem!important}.xxxl\:pr-48{padding-right:12rem!important}.xxxl\:pb-48{padding-bottom:12rem!important}.xxxl\:pl-48{padding-left:12rem!important}.xxxl\:top-52{top:13rem!important}.xxxl\:right-52{right:13rem!important}.xxxl\:bottom-52{bottom:13rem!important}.xxxl\:left-52{left:13rem!important}.xxxl\:m-52{margin:13rem!important}.xxxl\:mt-52{margin-top:13rem!important}.xxxl\:mr-52{margin-right:13rem!important}.xxxl\:mb-52{margin-bottom:13rem!important}.xxxl\:ml-52{margin-left:13rem!important}.xxxl\:p-52{padding:13rem!important}.xxxl\:pt-52{padding-top:13rem!important}.xxxl\:pr-52{padding-right:13rem!important}.xxxl\:pb-52{padding-bottom:13rem!important}.xxxl\:pl-52{padding-left:13rem!important}.xxxl\:top-56{top:14rem!important}.xxxl\:right-56{right:14rem!important}.xxxl\:bottom-56{bottom:14rem!important}.xxxl\:left-56{left:14rem!important}.xxxl\:m-56{margin:14rem!important}.xxxl\:mt-56{margin-top:14rem!important}.xxxl\:mr-56{margin-right:14rem!important}.xxxl\:mb-56{margin-bottom:14rem!important}.xxxl\:ml-56{margin-left:14rem!important}.xxxl\:p-56{padding:14rem!important}.xxxl\:pt-56{padding-top:14rem!important}.xxxl\:pr-56{padding-right:14rem!important}.xxxl\:pb-56{padding-bottom:14rem!important}.xxxl\:pl-56{padding-left:14rem!important}.xxxl\:top-60{top:15rem!important}.xxxl\:right-60{right:15rem!important}.xxxl\:bottom-60{bottom:15rem!important}.xxxl\:left-60{left:15rem!important}.xxxl\:m-60{margin:15rem!important}.xxxl\:mt-60{margin-top:15rem!important}.xxxl\:mr-60{margin-right:15rem!important}.xxxl\:mb-60{margin-bottom:15rem!important}.xxxl\:ml-60{margin-left:15rem!important}.xxxl\:p-60{padding:15rem!important}.xxxl\:pt-60{padding-top:15rem!important}.xxxl\:pr-60{padding-right:15rem!important}.xxxl\:pb-60{padding-bottom:15rem!important}.xxxl\:pl-60{padding-left:15rem!important}.xxxl\:top-64{top:16rem!important}.xxxl\:right-64{right:16rem!important}.xxxl\:bottom-64{bottom:16rem!important}.xxxl\:left-64{left:16rem!important}.xxxl\:m-64{margin:16rem!important}.xxxl\:mt-64{margin-top:16rem!important}.xxxl\:mr-64{margin-right:16rem!important}.xxxl\:mb-64{margin-bottom:16rem!important}.xxxl\:ml-64{margin-left:16rem!important}.xxxl\:p-64{padding:16rem!important}.xxxl\:pt-64{padding-top:16rem!important}.xxxl\:pr-64{padding-right:16rem!important}.xxxl\:pb-64{padding-bottom:16rem!important}.xxxl\:pl-64{padding-left:16rem!important}.xxxl\:top-72{top:18rem!important}.xxxl\:right-72{right:18rem!important}.xxxl\:bottom-72{bottom:18rem!important}.xxxl\:left-72{left:18rem!important}.xxxl\:m-72{margin:18rem!important}.xxxl\:mt-72{margin-top:18rem!important}.xxxl\:mr-72{margin-right:18rem!important}.xxxl\:mb-72{margin-bottom:18rem!important}.xxxl\:ml-72{margin-left:18rem!important}.xxxl\:p-72{padding:18rem!important}.xxxl\:pt-72{padding-top:18rem!important}.xxxl\:pr-72{padding-right:18rem!important}.xxxl\:pb-72{padding-bottom:18rem!important}.xxxl\:pl-72{padding-left:18rem!important}.xxxl\:top-80{top:20rem!important}.xxxl\:right-80{right:20rem!important}.xxxl\:bottom-80{bottom:20rem!important}.xxxl\:left-80{left:20rem!important}.xxxl\:m-80{margin:20rem!important}.xxxl\:mt-80{margin-top:20rem!important}.xxxl\:mr-80{margin-right:20rem!important}.xxxl\:mb-80{margin-bottom:20rem!important}.xxxl\:ml-80{margin-left:20rem!important}.xxxl\:p-80{padding:20rem!important}.xxxl\:pt-80{padding-top:20rem!important}.xxxl\:pr-80{padding-right:20rem!important}.xxxl\:pb-80{padding-bottom:20rem!important}.xxxl\:pl-80{padding-left:20rem!important}.xxxl\:top-96{top:24rem!important}.xxxl\:right-96{right:24rem!important}.xxxl\:bottom-96{bottom:24rem!important}.xxxl\:left-96{left:24rem!important}.xxxl\:m-96{margin:24rem!important}.xxxl\:mt-96{margin-top:24rem!important}.xxxl\:mr-96{margin-right:24rem!important}.xxxl\:mb-96{margin-bottom:24rem!important}.xxxl\:ml-96{margin-left:24rem!important}.xxxl\:p-96{padding:24rem!important}.xxxl\:pt-96{padding-top:24rem!important}.xxxl\:pr-96{padding-right:24rem!important}.xxxl\:pb-96{padding-bottom:24rem!important}.xxxl\:pl-96{padding-left:24rem!important}.xxxl\:top-auto{top:auto!important}.xxxl\:right-auto{right:auto!important}.xxxl\:bottom-auto{bottom:auto!important}.xxxl\:left-auto{left:auto!important}.xxxl\:m-auto{margin:auto!important}.xxxl\:mt-auto{margin-top:auto!important}.xxxl\:mr-auto{margin-right:auto!important}.xxxl\:mb-auto{margin-bottom:auto!important}.xxxl\:ml-auto{margin-left:auto!important}.xxxl\:p-auto{padding:auto!important}.xxxl\:pt-auto{padding-top:auto!important}.xxxl\:pr-auto{padding-right:auto!important}.xxxl\:pb-auto{padding-bottom:auto!important}.xxxl\:pl-auto{padding-left:auto!important}.xxxl\:top-px{top:1px!important}.xxxl\:right-px{right:1px!important}.xxxl\:bottom-px{bottom:1px!important}.xxxl\:left-px{left:1px!important}.xxxl\:m-px{margin:1px!important}.xxxl\:mt-px{margin-top:1px!important}.xxxl\:mr-px{margin-right:1px!important}.xxxl\:mb-px{margin-bottom:1px!important}.xxxl\:ml-px{margin-left:1px!important}.xxxl\:p-px{padding:1px!important}.xxxl\:pt-px{padding-top:1px!important}.xxxl\:pr-px{padding-right:1px!important}.xxxl\:pb-px{padding-bottom:1px!important}.xxxl\:pl-px{padding-left:1px!important}.xxxl\:text-0{font-size:0!important}.xxxl\:text-1{font-size:.25rem!important}.xxxl\:text-2{font-size:.5rem!important}.xxxl\:text-3{font-size:.75rem!important}.xxxl\:text-4{font-size:1rem!important}.xxxl\:text-5{font-size:1.25rem!important}.xxxl\:text-6{font-size:1.5rem!important}.xxxl\:text-7{font-size:1.75rem!important}.xxxl\:text-8{font-size:2rem!important}.xxxl\:text-9{font-size:2.25rem!important}.xxxl\:text-10{font-size:2.5rem!important}.xxxl\:text-11{font-size:2.75rem!important}.xxxl\:text-12{font-size:3rem!important}.xxxl\:text-14{font-size:3.5rem!important}.xxxl\:text-16{font-size:4rem!important}.xxxl\:text-20{font-size:5rem!important}.xxxl\:text-22{font-size:5.5rem!important}.xxxl\:text-24{font-size:6rem!important}.xxxl\:text-28{font-size:7rem!important}.xxxl\:text-32{font-size:8rem!important}.xxxl\:text-36{font-size:9rem!important}.xxxl\:text-40{font-size:10rem!important}.xxxl\:text-44{font-size:11rem!important}.xxxl\:text-48{font-size:12rem!important}.xxxl\:text-52{font-size:13rem!important}.xxxl\:text-56{font-size:14rem!important}.xxxl\:text-60{font-size:15rem!important}.xxxl\:text-64{font-size:16rem!important}.xxxl\:text-72{font-size:18rem!important}.xxxl\:text-80{font-size:20rem!important}.xxxl\:text-96{font-size:24rem!important}.xxxl\:h-0{height:0!important}.xxxl\:min-h-0{min-height:0!important}.xxxl\:max-h-0{max-height:0!important}.xxxl\:h-1{height:.25rem!important}.xxxl\:min-h-1{min-height:.25rem!important}.xxxl\:max-h-1{max-height:.25rem!important}.xxxl\:h-2{height:.5rem!important}.xxxl\:min-h-2{min-height:.5rem!important}.xxxl\:max-h-2{max-height:.5rem!important}.xxxl\:h-3{height:.75rem!important}.xxxl\:min-h-3{min-height:.75rem!important}.xxxl\:max-h-3{max-height:.75rem!important}.xxxl\:h-4{height:1rem!important}.xxxl\:min-h-4{min-height:1rem!important}.xxxl\:max-h-4{max-height:1rem!important}.xxxl\:h-5{height:1.25rem!important}.xxxl\:min-h-5{min-height:1.25rem!important}.xxxl\:max-h-5{max-height:1.25rem!important}.xxxl\:h-6{height:1.5rem!important}.xxxl\:min-h-6{min-height:1.5rem!important}.xxxl\:max-h-6{max-height:1.5rem!important}.xxxl\:h-7{height:1.75rem!important}.xxxl\:min-h-7{min-height:1.75rem!important}.xxxl\:max-h-7{max-height:1.75rem!important}.xxxl\:h-8{height:2rem!important}.xxxl\:min-h-8{min-height:2rem!important}.xxxl\:max-h-8{max-height:2rem!important}.xxxl\:h-9{height:2.25rem!important}.xxxl\:min-h-9{min-height:2.25rem!important}.xxxl\:max-h-9{max-height:2.25rem!important}.xxxl\:h-10{height:2.5rem!important}.xxxl\:min-h-10{min-height:2.5rem!important}.xxxl\:max-h-10{max-height:2.5rem!important}.xxxl\:h-11{height:2.75rem!important}.xxxl\:min-h-11{min-height:2.75rem!important}.xxxl\:max-h-11{max-height:2.75rem!important}.xxxl\:h-12{height:3rem!important}.xxxl\:min-h-12{min-height:3rem!important}.xxxl\:max-h-12{max-height:3rem!important}.xxxl\:h-14{height:3.5rem!important}.xxxl\:min-h-14{min-height:3.5rem!important}.xxxl\:max-h-14{max-height:3.5rem!important}.xxxl\:h-16{height:4rem!important}.xxxl\:min-h-16{min-height:4rem!important}.xxxl\:max-h-16{max-height:4rem!important}.xxxl\:h-20{height:5rem!important}.xxxl\:min-h-20{min-height:5rem!important}.xxxl\:max-h-20{max-height:5rem!important}.xxxl\:h-22{height:5.5rem!important}.xxxl\:min-h-22{min-height:5.5rem!important}.xxxl\:max-h-22{max-height:5.5rem!important}.xxxl\:h-24{height:6rem!important}.xxxl\:min-h-24{min-height:6rem!important}.xxxl\:max-h-24{max-height:6rem!important}.xxxl\:h-28{height:7rem!important}.xxxl\:min-h-28{min-height:7rem!important}.xxxl\:max-h-28{max-height:7rem!important}.xxxl\:h-32{height:8rem!important}.xxxl\:min-h-32{min-height:8rem!important}.xxxl\:max-h-32{max-height:8rem!important}.xxxl\:h-36{height:9rem!important}.xxxl\:min-h-36{min-height:9rem!important}.xxxl\:max-h-36{max-height:9rem!important}.xxxl\:h-40{height:10rem!important}.xxxl\:min-h-40{min-height:10rem!important}.xxxl\:max-h-40{max-height:10rem!important}.xxxl\:h-44{height:11rem!important}.xxxl\:min-h-44{min-height:11rem!important}.xxxl\:max-h-44{max-height:11rem!important}.xxxl\:h-48{height:12rem!important}.xxxl\:min-h-48{min-height:12rem!important}.xxxl\:max-h-48{max-height:12rem!important}.xxxl\:h-52{height:13rem!important}.xxxl\:min-h-52{min-height:13rem!important}.xxxl\:max-h-52{max-height:13rem!important}.xxxl\:h-56{height:14rem!important}.xxxl\:min-h-56{min-height:14rem!important}.xxxl\:max-h-56{max-height:14rem!important}.xxxl\:h-60{height:15rem!important}.xxxl\:min-h-60{min-height:15rem!important}.xxxl\:max-h-60{max-height:15rem!important}.xxxl\:h-64{height:16rem!important}.xxxl\:min-h-64{min-height:16rem!important}.xxxl\:max-h-64{max-height:16rem!important}.xxxl\:h-72{height:18rem!important}.xxxl\:min-h-72{min-height:18rem!important}.xxxl\:max-h-72{max-height:18rem!important}.xxxl\:h-80{height:20rem!important}.xxxl\:min-h-80{min-height:20rem!important}.xxxl\:max-h-80{max-height:20rem!important}.xxxl\:h-96{height:24rem!important}.xxxl\:min-h-96{min-height:24rem!important}.xxxl\:max-h-96{max-height:24rem!important}.xxxl\:h-auto{height:auto!important}.xxxl\:min-h-auto{min-height:auto!important}.xxxl\:max-h-auto{max-height:auto!important}.xxxl\:h-full{height:100%!important}.xxxl\:min-h-full{min-height:100%!important}.xxxl\:max-h-full{max-height:100%!important}.xxxl\:h-screen{height:100vh!important}.xxxl\:min-h-screen{min-height:100vh!important}.xxxl\:max-h-screen{max-height:100vh!important}.xxxl\:h-min{height:-moz-min-content!important;height:min-content!important}.xxxl\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.xxxl\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.xxxl\:h-max{height:-moz-max-content!important;height:max-content!important}.xxxl\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.xxxl\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.xxxl\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.xxxl\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.xxxl\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.xxxl\:h-2-12{height:16.666%!important}.xxxl\:min-h-2-12{min-height:16.666%!important}.xxxl\:max-h-2-12{max-height:16.666%!important}.xxxl\:h-4-12{height:33.333%!important}.xxxl\:min-h-4-12{min-height:33.333%!important}.xxxl\:max-h-4-12{max-height:33.333%!important}.xxxl\:h-6-12{height:50%!important}.xxxl\:min-h-6-12{min-height:50%!important}.xxxl\:max-h-6-12{max-height:50%!important}.xxxl\:h-8-12{height:66.666%!important}.xxxl\:min-h-8-12{min-height:66.666%!important}.xxxl\:max-h-8-12{max-height:66.666%!important}.xxxl\:w-0{width:0!important}.xxxl\:min-w-0{min-width:0!important}.xxxl\:max-w-0{max-width:0!important}.xxxl\:w-1{width:.25rem!important}.xxxl\:min-w-1{min-width:.25rem!important}.xxxl\:max-w-1{max-width:.25rem!important}.xxxl\:w-2{width:.5rem!important}.xxxl\:min-w-2{min-width:.5rem!important}.xxxl\:max-w-2{max-width:.5rem!important}.xxxl\:w-3{width:.75rem!important}.xxxl\:min-w-3{min-width:.75rem!important}.xxxl\:max-w-3{max-width:.75rem!important}.xxxl\:w-4{width:1rem!important}.xxxl\:min-w-4{min-width:1rem!important}.xxxl\:max-w-4{max-width:1rem!important}.xxxl\:w-5{width:1.25rem!important}.xxxl\:min-w-5{min-width:1.25rem!important}.xxxl\:max-w-5{max-width:1.25rem!important}.xxxl\:w-6{width:1.5rem!important}.xxxl\:min-w-6{min-width:1.5rem!important}.xxxl\:max-w-6{max-width:1.5rem!important}.xxxl\:w-7{width:1.75rem!important}.xxxl\:min-w-7{min-width:1.75rem!important}.xxxl\:max-w-7{max-width:1.75rem!important}.xxxl\:w-8{width:2rem!important}.xxxl\:min-w-8{min-width:2rem!important}.xxxl\:max-w-8{max-width:2rem!important}.xxxl\:w-9{width:2.25rem!important}.xxxl\:min-w-9{min-width:2.25rem!important}.xxxl\:max-w-9{max-width:2.25rem!important}.xxxl\:w-10{width:2.5rem!important}.xxxl\:min-w-10{min-width:2.5rem!important}.xxxl\:max-w-10{max-width:2.5rem!important}.xxxl\:w-11{width:2.75rem!important}.xxxl\:min-w-11{min-width:2.75rem!important}.xxxl\:max-w-11{max-width:2.75rem!important}.xxxl\:w-12{width:3rem!important}.xxxl\:min-w-12{min-width:3rem!important}.xxxl\:max-w-12{max-width:3rem!important}.xxxl\:w-14{width:3.5rem!important}.xxxl\:min-w-14{min-width:3.5rem!important}.xxxl\:max-w-14{max-width:3.5rem!important}.xxxl\:w-16{width:4rem!important}.xxxl\:min-w-16{min-width:4rem!important}.xxxl\:max-w-16{max-width:4rem!important}.xxxl\:w-20{width:5rem!important}.xxxl\:min-w-20{min-width:5rem!important}.xxxl\:max-w-20{max-width:5rem!important}.xxxl\:w-22{width:5.5rem!important}.xxxl\:min-w-22{min-width:5.5rem!important}.xxxl\:max-w-22{max-width:5.5rem!important}.xxxl\:w-24{width:6rem!important}.xxxl\:min-w-24{min-width:6rem!important}.xxxl\:max-w-24{max-width:6rem!important}.xxxl\:w-28{width:7rem!important}.xxxl\:min-w-28{min-width:7rem!important}.xxxl\:max-w-28{max-width:7rem!important}.xxxl\:w-32{width:8rem!important}.xxxl\:min-w-32{min-width:8rem!important}.xxxl\:max-w-32{max-width:8rem!important}.xxxl\:w-36{width:9rem!important}.xxxl\:min-w-36{min-width:9rem!important}.xxxl\:max-w-36{max-width:9rem!important}.xxxl\:w-40{width:10rem!important}.xxxl\:min-w-40{min-width:10rem!important}.xxxl\:max-w-40{max-width:10rem!important}.xxxl\:w-44{width:11rem!important}.xxxl\:min-w-44{min-width:11rem!important}.xxxl\:max-w-44{max-width:11rem!important}.xxxl\:w-48{width:12rem!important}.xxxl\:min-w-48{min-width:12rem!important}.xxxl\:max-w-48{max-width:12rem!important}.xxxl\:w-52{width:13rem!important}.xxxl\:min-w-52{min-width:13rem!important}.xxxl\:max-w-52{max-width:13rem!important}.xxxl\:w-56{width:14rem!important}.xxxl\:min-w-56{min-width:14rem!important}.xxxl\:max-w-56{max-width:14rem!important}.xxxl\:w-60{width:15rem!important}.xxxl\:min-w-60{min-width:15rem!important}.xxxl\:max-w-60{max-width:15rem!important}.xxxl\:w-64{width:16rem!important}.xxxl\:min-w-64{min-width:16rem!important}.xxxl\:max-w-64{max-width:16rem!important}.xxxl\:w-72{width:18rem!important}.xxxl\:min-w-72{min-width:18rem!important}.xxxl\:max-w-72{max-width:18rem!important}.xxxl\:w-80{width:20rem!important}.xxxl\:min-w-80{min-width:20rem!important}.xxxl\:max-w-80{max-width:20rem!important}.xxxl\:w-96{width:24rem!important}.xxxl\:min-w-96{min-width:24rem!important}.xxxl\:max-w-96{max-width:24rem!important}.xxxl\:w-auto{width:auto!important}.xxxl\:min-w-auto{min-width:auto!important}.xxxl\:max-w-auto{max-width:auto!important}.xxxl\:w-full{width:100%!important}.xxxl\:min-w-full{min-width:100%!important}.xxxl\:max-w-full{max-width:100%!important}.xxxl\:w-screen{width:100vw!important}.xxxl\:min-w-screen{min-width:100vw!important}.xxxl\:max-w-screen{max-width:100vw!important}.xxxl\:w-min{width:-moz-min-content!important;width:min-content!important}.xxxl\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.xxxl\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.xxxl\:w-max{width:-moz-max-content!important;width:max-content!important}.xxxl\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.xxxl\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.xxxl\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.xxxl\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.xxxl\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.xxxl\:w-2-12{width:16.666%!important}.xxxl\:min-w-2-12{min-width:16.666%!important}.xxxl\:max-w-2-12{max-width:16.666%!important}.xxxl\:w-4-12{width:33.333%!important}.xxxl\:min-w-4-12{min-width:33.333%!important}.xxxl\:max-w-4-12{max-width:33.333%!important}.xxxl\:w-6-12{width:50%!important}.xxxl\:min-w-6-12{min-width:50%!important}.xxxl\:max-w-6-12{max-width:50%!important}.xxxl\:w-8-12{width:66.666%!important}.xxxl\:min-w-8-12{min-width:66.666%!important}.xxxl\:max-w-8-12{max-width:66.666%!important}.xxxl\:font-thin{font-weight:100!important}.xxxl\:font-extralight{font-weight:200!important}.xxxl\:font-light{font-weight:300!important}.xxxl\:font-normal{font-weight:400!important}.xxxl\:font-medium{font-weight:500!important}.xxxl\:font-semibold{font-weight:600!important}.xxxl\:font-bold{font-weight:700!important}.xxxl\:font-extrabold{font-weight:800!important}.xxxl\:font-black{font-weight:900!important}.xxxl\:cursor-pointer{cursor:pointer!important}.xxxl\:cursor-not-allowed{cursor:not-allowed!important}.xxxl\:justify-center{justify-content:center!important}.xxxl\:justify-end{justify-content:end!important}.xxxl\:justify-start{justify-content:start!important}.xxxl\:justify-between{justify-content:space-between!important}.xxxl\:text-primary-sidebar{color:#21272a!important}.xxxl\:text-primary-color{color:#5b618f!important}.xxxl\:text-title-color{color:#323a73!important}.xxxl\:text-white{color:#fff!important}.xxxl\:text-white-100{color:#f1f5fd!important}.xxxl\:text-white-60{color:#f7f9fe!important}.xxxl\:text-navy-100{color:#323a73!important}.xxxl\:text-navy-60{color:#8489ab!important}.xxxl\:text-navy-40{color:#adb0c7!important}.xxxl\:text-navy-20{color:#d6d8e3!important}.xxxl\:text-charcoalblack-60{color:#121619!important}.xxxl\:text-grayblue-40{color:#adb0c7!important}.xxxl\:text-violet-120{color:#5c4dbb!important}.xxxl\:text-violet-100{color:#7165ff!important}.xxxl\:text-violet-80{color:#8e84ff!important}.xxxl\:text-violet-60{color:#b1a6ff!important}.xxxl\:text-violet-40{color:#c6c1ff!important}.xxxl\:text-violet-10{color:#e3e0ff!important}.xxxl\:text-darkslategray{color:#21272a!important}.xxxl\:text-red{color:red!important}.xxxl\:text-red-100{color:#f57359!important}.xxxl\:text-red-80{color:#fd7581!important}.xxxl\:text-green-100{color:#04d7a2!important}.xxxl\:text-green-80{color:#7eead5!important}.xxxl\:text-green-60{color:#9eefe0!important}.xxxl\:text-green-40{color:#bff5ea!important}.xxxl\:text-green-20{color:#dffaf5!important}.xxxl\:text-yellow-100{color:#ffbe50!important}.xxxl\:bg-primary-sidebar{background-color:#fff!important}.xxxl\:bg-primary-color{background-color:#5b618f!important}.xxxl\:bg-table-head-color{background-color:#e3e0ff!important}.xxxl\:bg-white{background-color:#fff!important}.xxxl\:bg-white-100{background-color:#f1f5fd!important}.xxxl\:bg-white-60{background-color:#f7f9fe!important}.xxxl\:bg-navy-100{background-color:#323a73!important}.xxxl\:bg-navy-60{background-color:#8489ab!important}.xxxl\:bg-navy-40{background-color:#adb0c7!important}.xxxl\:bg-navy-20{background-color:#d6d8e3!important}.xxxl\:bg-charcoalblack-60{background-color:#121619!important}.xxxl\:bg-grayblue-40{background-color:#adb0c7!important}.xxxl\:bg-violet-120{background-color:#5c4dbb!important}.xxxl\:bg-violet-100{background-color:#7165ff!important}.xxxl\:bg-violet-80{background-color:#8e84ff!important}.xxxl\:bg-violet-60{background-color:#b1a6ff!important}.xxxl\:bg-violet-40{background-color:#c6c1ff!important}.xxxl\:bg-violet-10{background-color:#e3e0ff!important}.xxxl\:bg-darkslategray{background-color:#21272a!important}.xxxl\:bg-red{background-color:red!important}.xxxl\:bg-red-100{background-color:#f57359!important}.xxxl\:bg-red-80{background-color:#fd7581!important}.xxxl\:bg-green-100{background-color:#04d7a2!important}.xxxl\:bg-green-80{background-color:#7eead5!important}.xxxl\:bg-green-60{background-color:#9eefe0!important}.xxxl\:bg-green-40{background-color:#bff5ea!important}.xxxl\:bg-green-20{background-color:#dffaf5!important}.xxxl\:bg-yellow-100{background-color:#ffbe50!important}.xxxl\:bg-transparent{background-color:transparent!important}.xxxl\:gap-0{gap:0!important}.xxxl\:gap-1{gap:.25rem!important}.xxxl\:gap-2{gap:.5rem!important}.xxxl\:gap-3{gap:.75rem!important}.xxxl\:gap-4{gap:1rem!important}.xxxl\:gap-5{gap:1.25rem!important}.xxxl\:gap-6{gap:1.5rem!important}.xxxl\:gap-7{gap:1.75rem!important}.xxxl\:gap-8{gap:2rem!important}.xxxl\:gap-9{gap:2.25rem!important}.xxxl\:gap-10{gap:2.5rem!important}.xxxl\:gap-11{gap:2.75rem!important}.xxxl\:gap-12{gap:3rem!important}.xxxl\:gap-14{gap:3.5rem!important}.xxxl\:gap-16{gap:4rem!important}.xxxl\:gap-20{gap:5rem!important}.xxxl\:gap-22{gap:5.5rem!important}.xxxl\:gap-24{gap:6rem!important}.xxxl\:gap-28{gap:7rem!important}.xxxl\:gap-32{gap:8rem!important}.xxxl\:gap-36{gap:9rem!important}.xxxl\:gap-40{gap:10rem!important}.xxxl\:gap-44{gap:11rem!important}.xxxl\:gap-48{gap:12rem!important}.xxxl\:gap-52{gap:13rem!important}.xxxl\:gap-56{gap:14rem!important}.xxxl\:gap-60{gap:15rem!important}.xxxl\:gap-64{gap:16rem!important}.xxxl\:gap-72{gap:18rem!important}.xxxl\:gap-80{gap:20rem!important}.xxxl\:gap-96{gap:24rem!important}.xxxl\:relative{position:relative!important}.xxxl\:absolute{position:absolute!important}.xxxl\:align-center{align-items:center!important}.xxxl\:align-end{align-items:end!important}.xxxl\:align-start{align-items:start!important}.xxxl\:text-center{text-align:center!important}.xxxl\:text-end{text-align:right!important}.xxxl\:text-start{text-align:left!important}.xxxl\:rounded-none,.xxxl\:rounded-t-none{border-radius:0!important}.xxxl\:rounded-sm{border-radius:.125rem!important}.xxxl\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.xxxl\:rounded-df{border-radius:.25rem!important}.xxxl\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.xxxl\:rounded-md{border-radius:.375rem!important}.xxxl\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.xxxl\:rounded-lg{border-radius:.5rem!important}.xxxl\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.xxxl\:rounded-xl{border-radius:.75rem!important}.xxxl\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.xxxl\:rounded-2xl{border-radius:1rem!important}.xxxl\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.xxxl\:rounded-25xl{border-radius:1.25rem!important}.xxxl\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.xxxl\:rounded-3xl{border-radius:1.5rem!important}.xxxl\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.xxxl\:rounded-full{border-radius:9999px!important}.xxxl\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.xxxl\:opacity-0{opacity:0!important}.xxxl\:opacity-5{opacity:.05!important}.xxxl\:opacity-10{opacity:.1!important}.xxxl\:opacity-20{opacity:.2!important}.xxxl\:opacity-25{opacity:.25!important}.xxxl\:opacity-30{opacity:.3!important}.xxxl\:opacity-40{opacity:.4!important}.xxxl\:opacity-50{opacity:.5!important}.xxxl\:opacity-60{opacity:.6!important}.xxxl\:opacity-70{opacity:.7!important}.xxxl\:opacity-75{opacity:.75!important}.xxxl\:opacity-80{opacity:.8!important}.xxxl\:opacity-90{opacity:.9!important}.xxxl\:opacity-95{opacity:.95!important}.xxxl\:opacity-100{opacity:1!important}}@media (max-width: 1600px){.xxl\:top-0{top:0!important}.xxl\:right-0{right:0!important}.xxl\:bottom-0{bottom:0!important}.xxl\:left-0{left:0!important}.xxl\:m-0{margin:0!important}.xxl\:mt-0{margin-top:0!important}.xxl\:mr-0{margin-right:0!important}.xxl\:mb-0{margin-bottom:0!important}.xxl\:ml-0{margin-left:0!important}.xxl\:p-0{padding:0!important}.xxl\:pt-0{padding-top:0!important}.xxl\:pr-0{padding-right:0!important}.xxl\:pb-0{padding-bottom:0!important}.xxl\:pl-0{padding-left:0!important}.xxl\:top-1{top:.25rem!important}.xxl\:right-1{right:.25rem!important}.xxl\:bottom-1{bottom:.25rem!important}.xxl\:left-1{left:.25rem!important}.xxl\:m-1{margin:.25rem!important}.xxl\:mt-1{margin-top:.25rem!important}.xxl\:mr-1{margin-right:.25rem!important}.xxl\:mb-1{margin-bottom:.25rem!important}.xxl\:ml-1{margin-left:.25rem!important}.xxl\:p-1{padding:.25rem!important}.xxl\:pt-1{padding-top:.25rem!important}.xxl\:pr-1{padding-right:.25rem!important}.xxl\:pb-1{padding-bottom:.25rem!important}.xxl\:pl-1{padding-left:.25rem!important}.xxl\:top-2{top:.5rem!important}.xxl\:right-2{right:.5rem!important}.xxl\:bottom-2{bottom:.5rem!important}.xxl\:left-2{left:.5rem!important}.xxl\:m-2{margin:.5rem!important}.xxl\:mt-2{margin-top:.5rem!important}.xxl\:mr-2{margin-right:.5rem!important}.xxl\:mb-2{margin-bottom:.5rem!important}.xxl\:ml-2{margin-left:.5rem!important}.xxl\:p-2{padding:.5rem!important}.xxl\:pt-2{padding-top:.5rem!important}.xxl\:pr-2{padding-right:.5rem!important}.xxl\:pb-2{padding-bottom:.5rem!important}.xxl\:pl-2{padding-left:.5rem!important}.xxl\:top-3{top:.75rem!important}.xxl\:right-3{right:.75rem!important}.xxl\:bottom-3{bottom:.75rem!important}.xxl\:left-3{left:.75rem!important}.xxl\:m-3{margin:.75rem!important}.xxl\:mt-3{margin-top:.75rem!important}.xxl\:mr-3{margin-right:.75rem!important}.xxl\:mb-3{margin-bottom:.75rem!important}.xxl\:ml-3{margin-left:.75rem!important}.xxl\:p-3{padding:.75rem!important}.xxl\:pt-3{padding-top:.75rem!important}.xxl\:pr-3{padding-right:.75rem!important}.xxl\:pb-3{padding-bottom:.75rem!important}.xxl\:pl-3{padding-left:.75rem!important}.xxl\:top-4{top:1rem!important}.xxl\:right-4{right:1rem!important}.xxl\:bottom-4{bottom:1rem!important}.xxl\:left-4{left:1rem!important}.xxl\:m-4{margin:1rem!important}.xxl\:mt-4{margin-top:1rem!important}.xxl\:mr-4{margin-right:1rem!important}.xxl\:mb-4{margin-bottom:1rem!important}.xxl\:ml-4{margin-left:1rem!important}.xxl\:p-4{padding:1rem!important}.xxl\:pt-4{padding-top:1rem!important}.xxl\:pr-4{padding-right:1rem!important}.xxl\:pb-4{padding-bottom:1rem!important}.xxl\:pl-4{padding-left:1rem!important}.xxl\:top-5{top:1.25rem!important}.xxl\:right-5{right:1.25rem!important}.xxl\:bottom-5{bottom:1.25rem!important}.xxl\:left-5{left:1.25rem!important}.xxl\:m-5{margin:1.25rem!important}.xxl\:mt-5{margin-top:1.25rem!important}.xxl\:mr-5{margin-right:1.25rem!important}.xxl\:mb-5{margin-bottom:1.25rem!important}.xxl\:ml-5{margin-left:1.25rem!important}.xxl\:p-5{padding:1.25rem!important}.xxl\:pt-5{padding-top:1.25rem!important}.xxl\:pr-5{padding-right:1.25rem!important}.xxl\:pb-5{padding-bottom:1.25rem!important}.xxl\:pl-5{padding-left:1.25rem!important}.xxl\:top-6{top:1.5rem!important}.xxl\:right-6{right:1.5rem!important}.xxl\:bottom-6{bottom:1.5rem!important}.xxl\:left-6{left:1.5rem!important}.xxl\:m-6{margin:1.5rem!important}.xxl\:mt-6{margin-top:1.5rem!important}.xxl\:mr-6{margin-right:1.5rem!important}.xxl\:mb-6{margin-bottom:1.5rem!important}.xxl\:ml-6{margin-left:1.5rem!important}.xxl\:p-6{padding:1.5rem!important}.xxl\:pt-6{padding-top:1.5rem!important}.xxl\:pr-6{padding-right:1.5rem!important}.xxl\:pb-6{padding-bottom:1.5rem!important}.xxl\:pl-6{padding-left:1.5rem!important}.xxl\:top-7{top:1.75rem!important}.xxl\:right-7{right:1.75rem!important}.xxl\:bottom-7{bottom:1.75rem!important}.xxl\:left-7{left:1.75rem!important}.xxl\:m-7{margin:1.75rem!important}.xxl\:mt-7{margin-top:1.75rem!important}.xxl\:mr-7{margin-right:1.75rem!important}.xxl\:mb-7{margin-bottom:1.75rem!important}.xxl\:ml-7{margin-left:1.75rem!important}.xxl\:p-7{padding:1.75rem!important}.xxl\:pt-7{padding-top:1.75rem!important}.xxl\:pr-7{padding-right:1.75rem!important}.xxl\:pb-7{padding-bottom:1.75rem!important}.xxl\:pl-7{padding-left:1.75rem!important}.xxl\:top-8{top:2rem!important}.xxl\:right-8{right:2rem!important}.xxl\:bottom-8{bottom:2rem!important}.xxl\:left-8{left:2rem!important}.xxl\:m-8{margin:2rem!important}.xxl\:mt-8{margin-top:2rem!important}.xxl\:mr-8{margin-right:2rem!important}.xxl\:mb-8{margin-bottom:2rem!important}.xxl\:ml-8{margin-left:2rem!important}.xxl\:p-8{padding:2rem!important}.xxl\:pt-8{padding-top:2rem!important}.xxl\:pr-8{padding-right:2rem!important}.xxl\:pb-8{padding-bottom:2rem!important}.xxl\:pl-8{padding-left:2rem!important}.xxl\:top-9{top:2.25rem!important}.xxl\:right-9{right:2.25rem!important}.xxl\:bottom-9{bottom:2.25rem!important}.xxl\:left-9{left:2.25rem!important}.xxl\:m-9{margin:2.25rem!important}.xxl\:mt-9{margin-top:2.25rem!important}.xxl\:mr-9{margin-right:2.25rem!important}.xxl\:mb-9{margin-bottom:2.25rem!important}.xxl\:ml-9{margin-left:2.25rem!important}.xxl\:p-9{padding:2.25rem!important}.xxl\:pt-9{padding-top:2.25rem!important}.xxl\:pr-9{padding-right:2.25rem!important}.xxl\:pb-9{padding-bottom:2.25rem!important}.xxl\:pl-9{padding-left:2.25rem!important}.xxl\:top-10{top:2.5rem!important}.xxl\:right-10{right:2.5rem!important}.xxl\:bottom-10{bottom:2.5rem!important}.xxl\:left-10{left:2.5rem!important}.xxl\:m-10{margin:2.5rem!important}.xxl\:mt-10{margin-top:2.5rem!important}.xxl\:mr-10{margin-right:2.5rem!important}.xxl\:mb-10{margin-bottom:2.5rem!important}.xxl\:ml-10{margin-left:2.5rem!important}.xxl\:p-10{padding:2.5rem!important}.xxl\:pt-10{padding-top:2.5rem!important}.xxl\:pr-10{padding-right:2.5rem!important}.xxl\:pb-10{padding-bottom:2.5rem!important}.xxl\:pl-10{padding-left:2.5rem!important}.xxl\:top-11{top:2.75rem!important}.xxl\:right-11{right:2.75rem!important}.xxl\:bottom-11{bottom:2.75rem!important}.xxl\:left-11{left:2.75rem!important}.xxl\:m-11{margin:2.75rem!important}.xxl\:mt-11{margin-top:2.75rem!important}.xxl\:mr-11{margin-right:2.75rem!important}.xxl\:mb-11{margin-bottom:2.75rem!important}.xxl\:ml-11{margin-left:2.75rem!important}.xxl\:p-11{padding:2.75rem!important}.xxl\:pt-11{padding-top:2.75rem!important}.xxl\:pr-11{padding-right:2.75rem!important}.xxl\:pb-11{padding-bottom:2.75rem!important}.xxl\:pl-11{padding-left:2.75rem!important}.xxl\:top-12{top:3rem!important}.xxl\:right-12{right:3rem!important}.xxl\:bottom-12{bottom:3rem!important}.xxl\:left-12{left:3rem!important}.xxl\:m-12{margin:3rem!important}.xxl\:mt-12{margin-top:3rem!important}.xxl\:mr-12{margin-right:3rem!important}.xxl\:mb-12{margin-bottom:3rem!important}.xxl\:ml-12{margin-left:3rem!important}.xxl\:p-12{padding:3rem!important}.xxl\:pt-12{padding-top:3rem!important}.xxl\:pr-12{padding-right:3rem!important}.xxl\:pb-12{padding-bottom:3rem!important}.xxl\:pl-12{padding-left:3rem!important}.xxl\:top-14{top:3.5rem!important}.xxl\:right-14{right:3.5rem!important}.xxl\:bottom-14{bottom:3.5rem!important}.xxl\:left-14{left:3.5rem!important}.xxl\:m-14{margin:3.5rem!important}.xxl\:mt-14{margin-top:3.5rem!important}.xxl\:mr-14{margin-right:3.5rem!important}.xxl\:mb-14{margin-bottom:3.5rem!important}.xxl\:ml-14{margin-left:3.5rem!important}.xxl\:p-14{padding:3.5rem!important}.xxl\:pt-14{padding-top:3.5rem!important}.xxl\:pr-14{padding-right:3.5rem!important}.xxl\:pb-14{padding-bottom:3.5rem!important}.xxl\:pl-14{padding-left:3.5rem!important}.xxl\:top-16{top:4rem!important}.xxl\:right-16{right:4rem!important}.xxl\:bottom-16{bottom:4rem!important}.xxl\:left-16{left:4rem!important}.xxl\:m-16{margin:4rem!important}.xxl\:mt-16{margin-top:4rem!important}.xxl\:mr-16{margin-right:4rem!important}.xxl\:mb-16{margin-bottom:4rem!important}.xxl\:ml-16{margin-left:4rem!important}.xxl\:p-16{padding:4rem!important}.xxl\:pt-16{padding-top:4rem!important}.xxl\:pr-16{padding-right:4rem!important}.xxl\:pb-16{padding-bottom:4rem!important}.xxl\:pl-16{padding-left:4rem!important}.xxl\:top-20{top:5rem!important}.xxl\:right-20{right:5rem!important}.xxl\:bottom-20{bottom:5rem!important}.xxl\:left-20{left:5rem!important}.xxl\:m-20{margin:5rem!important}.xxl\:mt-20{margin-top:5rem!important}.xxl\:mr-20{margin-right:5rem!important}.xxl\:mb-20{margin-bottom:5rem!important}.xxl\:ml-20{margin-left:5rem!important}.xxl\:p-20{padding:5rem!important}.xxl\:pt-20{padding-top:5rem!important}.xxl\:pr-20{padding-right:5rem!important}.xxl\:pb-20{padding-bottom:5rem!important}.xxl\:pl-20{padding-left:5rem!important}.xxl\:top-22{top:5.5rem!important}.xxl\:right-22{right:5.5rem!important}.xxl\:bottom-22{bottom:5.5rem!important}.xxl\:left-22{left:5.5rem!important}.xxl\:m-22{margin:5.5rem!important}.xxl\:mt-22{margin-top:5.5rem!important}.xxl\:mr-22{margin-right:5.5rem!important}.xxl\:mb-22{margin-bottom:5.5rem!important}.xxl\:ml-22{margin-left:5.5rem!important}.xxl\:p-22{padding:5.5rem!important}.xxl\:pt-22{padding-top:5.5rem!important}.xxl\:pr-22{padding-right:5.5rem!important}.xxl\:pb-22{padding-bottom:5.5rem!important}.xxl\:pl-22{padding-left:5.5rem!important}.xxl\:top-24{top:6rem!important}.xxl\:right-24{right:6rem!important}.xxl\:bottom-24{bottom:6rem!important}.xxl\:left-24{left:6rem!important}.xxl\:m-24{margin:6rem!important}.xxl\:mt-24{margin-top:6rem!important}.xxl\:mr-24{margin-right:6rem!important}.xxl\:mb-24{margin-bottom:6rem!important}.xxl\:ml-24{margin-left:6rem!important}.xxl\:p-24{padding:6rem!important}.xxl\:pt-24{padding-top:6rem!important}.xxl\:pr-24{padding-right:6rem!important}.xxl\:pb-24{padding-bottom:6rem!important}.xxl\:pl-24{padding-left:6rem!important}.xxl\:top-28{top:7rem!important}.xxl\:right-28{right:7rem!important}.xxl\:bottom-28{bottom:7rem!important}.xxl\:left-28{left:7rem!important}.xxl\:m-28{margin:7rem!important}.xxl\:mt-28{margin-top:7rem!important}.xxl\:mr-28{margin-right:7rem!important}.xxl\:mb-28{margin-bottom:7rem!important}.xxl\:ml-28{margin-left:7rem!important}.xxl\:p-28{padding:7rem!important}.xxl\:pt-28{padding-top:7rem!important}.xxl\:pr-28{padding-right:7rem!important}.xxl\:pb-28{padding-bottom:7rem!important}.xxl\:pl-28{padding-left:7rem!important}.xxl\:top-32{top:8rem!important}.xxl\:right-32{right:8rem!important}.xxl\:bottom-32{bottom:8rem!important}.xxl\:left-32{left:8rem!important}.xxl\:m-32{margin:8rem!important}.xxl\:mt-32{margin-top:8rem!important}.xxl\:mr-32{margin-right:8rem!important}.xxl\:mb-32{margin-bottom:8rem!important}.xxl\:ml-32{margin-left:8rem!important}.xxl\:p-32{padding:8rem!important}.xxl\:pt-32{padding-top:8rem!important}.xxl\:pr-32{padding-right:8rem!important}.xxl\:pb-32{padding-bottom:8rem!important}.xxl\:pl-32{padding-left:8rem!important}.xxl\:top-36{top:9rem!important}.xxl\:right-36{right:9rem!important}.xxl\:bottom-36{bottom:9rem!important}.xxl\:left-36{left:9rem!important}.xxl\:m-36{margin:9rem!important}.xxl\:mt-36{margin-top:9rem!important}.xxl\:mr-36{margin-right:9rem!important}.xxl\:mb-36{margin-bottom:9rem!important}.xxl\:ml-36{margin-left:9rem!important}.xxl\:p-36{padding:9rem!important}.xxl\:pt-36{padding-top:9rem!important}.xxl\:pr-36{padding-right:9rem!important}.xxl\:pb-36{padding-bottom:9rem!important}.xxl\:pl-36{padding-left:9rem!important}.xxl\:top-40{top:10rem!important}.xxl\:right-40{right:10rem!important}.xxl\:bottom-40{bottom:10rem!important}.xxl\:left-40{left:10rem!important}.xxl\:m-40{margin:10rem!important}.xxl\:mt-40{margin-top:10rem!important}.xxl\:mr-40{margin-right:10rem!important}.xxl\:mb-40{margin-bottom:10rem!important}.xxl\:ml-40{margin-left:10rem!important}.xxl\:p-40{padding:10rem!important}.xxl\:pt-40{padding-top:10rem!important}.xxl\:pr-40{padding-right:10rem!important}.xxl\:pb-40{padding-bottom:10rem!important}.xxl\:pl-40{padding-left:10rem!important}.xxl\:top-44{top:11rem!important}.xxl\:right-44{right:11rem!important}.xxl\:bottom-44{bottom:11rem!important}.xxl\:left-44{left:11rem!important}.xxl\:m-44{margin:11rem!important}.xxl\:mt-44{margin-top:11rem!important}.xxl\:mr-44{margin-right:11rem!important}.xxl\:mb-44{margin-bottom:11rem!important}.xxl\:ml-44{margin-left:11rem!important}.xxl\:p-44{padding:11rem!important}.xxl\:pt-44{padding-top:11rem!important}.xxl\:pr-44{padding-right:11rem!important}.xxl\:pb-44{padding-bottom:11rem!important}.xxl\:pl-44{padding-left:11rem!important}.xxl\:top-48{top:12rem!important}.xxl\:right-48{right:12rem!important}.xxl\:bottom-48{bottom:12rem!important}.xxl\:left-48{left:12rem!important}.xxl\:m-48{margin:12rem!important}.xxl\:mt-48{margin-top:12rem!important}.xxl\:mr-48{margin-right:12rem!important}.xxl\:mb-48{margin-bottom:12rem!important}.xxl\:ml-48{margin-left:12rem!important}.xxl\:p-48{padding:12rem!important}.xxl\:pt-48{padding-top:12rem!important}.xxl\:pr-48{padding-right:12rem!important}.xxl\:pb-48{padding-bottom:12rem!important}.xxl\:pl-48{padding-left:12rem!important}.xxl\:top-52{top:13rem!important}.xxl\:right-52{right:13rem!important}.xxl\:bottom-52{bottom:13rem!important}.xxl\:left-52{left:13rem!important}.xxl\:m-52{margin:13rem!important}.xxl\:mt-52{margin-top:13rem!important}.xxl\:mr-52{margin-right:13rem!important}.xxl\:mb-52{margin-bottom:13rem!important}.xxl\:ml-52{margin-left:13rem!important}.xxl\:p-52{padding:13rem!important}.xxl\:pt-52{padding-top:13rem!important}.xxl\:pr-52{padding-right:13rem!important}.xxl\:pb-52{padding-bottom:13rem!important}.xxl\:pl-52{padding-left:13rem!important}.xxl\:top-56{top:14rem!important}.xxl\:right-56{right:14rem!important}.xxl\:bottom-56{bottom:14rem!important}.xxl\:left-56{left:14rem!important}.xxl\:m-56{margin:14rem!important}.xxl\:mt-56{margin-top:14rem!important}.xxl\:mr-56{margin-right:14rem!important}.xxl\:mb-56{margin-bottom:14rem!important}.xxl\:ml-56{margin-left:14rem!important}.xxl\:p-56{padding:14rem!important}.xxl\:pt-56{padding-top:14rem!important}.xxl\:pr-56{padding-right:14rem!important}.xxl\:pb-56{padding-bottom:14rem!important}.xxl\:pl-56{padding-left:14rem!important}.xxl\:top-60{top:15rem!important}.xxl\:right-60{right:15rem!important}.xxl\:bottom-60{bottom:15rem!important}.xxl\:left-60{left:15rem!important}.xxl\:m-60{margin:15rem!important}.xxl\:mt-60{margin-top:15rem!important}.xxl\:mr-60{margin-right:15rem!important}.xxl\:mb-60{margin-bottom:15rem!important}.xxl\:ml-60{margin-left:15rem!important}.xxl\:p-60{padding:15rem!important}.xxl\:pt-60{padding-top:15rem!important}.xxl\:pr-60{padding-right:15rem!important}.xxl\:pb-60{padding-bottom:15rem!important}.xxl\:pl-60{padding-left:15rem!important}.xxl\:top-64{top:16rem!important}.xxl\:right-64{right:16rem!important}.xxl\:bottom-64{bottom:16rem!important}.xxl\:left-64{left:16rem!important}.xxl\:m-64{margin:16rem!important}.xxl\:mt-64{margin-top:16rem!important}.xxl\:mr-64{margin-right:16rem!important}.xxl\:mb-64{margin-bottom:16rem!important}.xxl\:ml-64{margin-left:16rem!important}.xxl\:p-64{padding:16rem!important}.xxl\:pt-64{padding-top:16rem!important}.xxl\:pr-64{padding-right:16rem!important}.xxl\:pb-64{padding-bottom:16rem!important}.xxl\:pl-64{padding-left:16rem!important}.xxl\:top-72{top:18rem!important}.xxl\:right-72{right:18rem!important}.xxl\:bottom-72{bottom:18rem!important}.xxl\:left-72{left:18rem!important}.xxl\:m-72{margin:18rem!important}.xxl\:mt-72{margin-top:18rem!important}.xxl\:mr-72{margin-right:18rem!important}.xxl\:mb-72{margin-bottom:18rem!important}.xxl\:ml-72{margin-left:18rem!important}.xxl\:p-72{padding:18rem!important}.xxl\:pt-72{padding-top:18rem!important}.xxl\:pr-72{padding-right:18rem!important}.xxl\:pb-72{padding-bottom:18rem!important}.xxl\:pl-72{padding-left:18rem!important}.xxl\:top-80{top:20rem!important}.xxl\:right-80{right:20rem!important}.xxl\:bottom-80{bottom:20rem!important}.xxl\:left-80{left:20rem!important}.xxl\:m-80{margin:20rem!important}.xxl\:mt-80{margin-top:20rem!important}.xxl\:mr-80{margin-right:20rem!important}.xxl\:mb-80{margin-bottom:20rem!important}.xxl\:ml-80{margin-left:20rem!important}.xxl\:p-80{padding:20rem!important}.xxl\:pt-80{padding-top:20rem!important}.xxl\:pr-80{padding-right:20rem!important}.xxl\:pb-80{padding-bottom:20rem!important}.xxl\:pl-80{padding-left:20rem!important}.xxl\:top-96{top:24rem!important}.xxl\:right-96{right:24rem!important}.xxl\:bottom-96{bottom:24rem!important}.xxl\:left-96{left:24rem!important}.xxl\:m-96{margin:24rem!important}.xxl\:mt-96{margin-top:24rem!important}.xxl\:mr-96{margin-right:24rem!important}.xxl\:mb-96{margin-bottom:24rem!important}.xxl\:ml-96{margin-left:24rem!important}.xxl\:p-96{padding:24rem!important}.xxl\:pt-96{padding-top:24rem!important}.xxl\:pr-96{padding-right:24rem!important}.xxl\:pb-96{padding-bottom:24rem!important}.xxl\:pl-96{padding-left:24rem!important}.xxl\:top-auto{top:auto!important}.xxl\:right-auto{right:auto!important}.xxl\:bottom-auto{bottom:auto!important}.xxl\:left-auto{left:auto!important}.xxl\:m-auto{margin:auto!important}.xxl\:mt-auto{margin-top:auto!important}.xxl\:mr-auto{margin-right:auto!important}.xxl\:mb-auto{margin-bottom:auto!important}.xxl\:ml-auto{margin-left:auto!important}.xxl\:p-auto{padding:auto!important}.xxl\:pt-auto{padding-top:auto!important}.xxl\:pr-auto{padding-right:auto!important}.xxl\:pb-auto{padding-bottom:auto!important}.xxl\:pl-auto{padding-left:auto!important}.xxl\:top-px{top:1px!important}.xxl\:right-px{right:1px!important}.xxl\:bottom-px{bottom:1px!important}.xxl\:left-px{left:1px!important}.xxl\:m-px{margin:1px!important}.xxl\:mt-px{margin-top:1px!important}.xxl\:mr-px{margin-right:1px!important}.xxl\:mb-px{margin-bottom:1px!important}.xxl\:ml-px{margin-left:1px!important}.xxl\:p-px{padding:1px!important}.xxl\:pt-px{padding-top:1px!important}.xxl\:pr-px{padding-right:1px!important}.xxl\:pb-px{padding-bottom:1px!important}.xxl\:pl-px{padding-left:1px!important}.xxl\:text-0{font-size:0!important}.xxl\:text-1{font-size:.25rem!important}.xxl\:text-2{font-size:.5rem!important}.xxl\:text-3{font-size:.75rem!important}.xxl\:text-4{font-size:1rem!important}.xxl\:text-5{font-size:1.25rem!important}.xxl\:text-6{font-size:1.5rem!important}.xxl\:text-7{font-size:1.75rem!important}.xxl\:text-8{font-size:2rem!important}.xxl\:text-9{font-size:2.25rem!important}.xxl\:text-10{font-size:2.5rem!important}.xxl\:text-11{font-size:2.75rem!important}.xxl\:text-12{font-size:3rem!important}.xxl\:text-14{font-size:3.5rem!important}.xxl\:text-16{font-size:4rem!important}.xxl\:text-20{font-size:5rem!important}.xxl\:text-22{font-size:5.5rem!important}.xxl\:text-24{font-size:6rem!important}.xxl\:text-28{font-size:7rem!important}.xxl\:text-32{font-size:8rem!important}.xxl\:text-36{font-size:9rem!important}.xxl\:text-40{font-size:10rem!important}.xxl\:text-44{font-size:11rem!important}.xxl\:text-48{font-size:12rem!important}.xxl\:text-52{font-size:13rem!important}.xxl\:text-56{font-size:14rem!important}.xxl\:text-60{font-size:15rem!important}.xxl\:text-64{font-size:16rem!important}.xxl\:text-72{font-size:18rem!important}.xxl\:text-80{font-size:20rem!important}.xxl\:text-96{font-size:24rem!important}.xxl\:h-0{height:0!important}.xxl\:min-h-0{min-height:0!important}.xxl\:max-h-0{max-height:0!important}.xxl\:h-1{height:.25rem!important}.xxl\:min-h-1{min-height:.25rem!important}.xxl\:max-h-1{max-height:.25rem!important}.xxl\:h-2{height:.5rem!important}.xxl\:min-h-2{min-height:.5rem!important}.xxl\:max-h-2{max-height:.5rem!important}.xxl\:h-3{height:.75rem!important}.xxl\:min-h-3{min-height:.75rem!important}.xxl\:max-h-3{max-height:.75rem!important}.xxl\:h-4{height:1rem!important}.xxl\:min-h-4{min-height:1rem!important}.xxl\:max-h-4{max-height:1rem!important}.xxl\:h-5{height:1.25rem!important}.xxl\:min-h-5{min-height:1.25rem!important}.xxl\:max-h-5{max-height:1.25rem!important}.xxl\:h-6{height:1.5rem!important}.xxl\:min-h-6{min-height:1.5rem!important}.xxl\:max-h-6{max-height:1.5rem!important}.xxl\:h-7{height:1.75rem!important}.xxl\:min-h-7{min-height:1.75rem!important}.xxl\:max-h-7{max-height:1.75rem!important}.xxl\:h-8{height:2rem!important}.xxl\:min-h-8{min-height:2rem!important}.xxl\:max-h-8{max-height:2rem!important}.xxl\:h-9{height:2.25rem!important}.xxl\:min-h-9{min-height:2.25rem!important}.xxl\:max-h-9{max-height:2.25rem!important}.xxl\:h-10{height:2.5rem!important}.xxl\:min-h-10{min-height:2.5rem!important}.xxl\:max-h-10{max-height:2.5rem!important}.xxl\:h-11{height:2.75rem!important}.xxl\:min-h-11{min-height:2.75rem!important}.xxl\:max-h-11{max-height:2.75rem!important}.xxl\:h-12{height:3rem!important}.xxl\:min-h-12{min-height:3rem!important}.xxl\:max-h-12{max-height:3rem!important}.xxl\:h-14{height:3.5rem!important}.xxl\:min-h-14{min-height:3.5rem!important}.xxl\:max-h-14{max-height:3.5rem!important}.xxl\:h-16{height:4rem!important}.xxl\:min-h-16{min-height:4rem!important}.xxl\:max-h-16{max-height:4rem!important}.xxl\:h-20{height:5rem!important}.xxl\:min-h-20{min-height:5rem!important}.xxl\:max-h-20{max-height:5rem!important}.xxl\:h-22{height:5.5rem!important}.xxl\:min-h-22{min-height:5.5rem!important}.xxl\:max-h-22{max-height:5.5rem!important}.xxl\:h-24{height:6rem!important}.xxl\:min-h-24{min-height:6rem!important}.xxl\:max-h-24{max-height:6rem!important}.xxl\:h-28{height:7rem!important}.xxl\:min-h-28{min-height:7rem!important}.xxl\:max-h-28{max-height:7rem!important}.xxl\:h-32{height:8rem!important}.xxl\:min-h-32{min-height:8rem!important}.xxl\:max-h-32{max-height:8rem!important}.xxl\:h-36{height:9rem!important}.xxl\:min-h-36{min-height:9rem!important}.xxl\:max-h-36{max-height:9rem!important}.xxl\:h-40{height:10rem!important}.xxl\:min-h-40{min-height:10rem!important}.xxl\:max-h-40{max-height:10rem!important}.xxl\:h-44{height:11rem!important}.xxl\:min-h-44{min-height:11rem!important}.xxl\:max-h-44{max-height:11rem!important}.xxl\:h-48{height:12rem!important}.xxl\:min-h-48{min-height:12rem!important}.xxl\:max-h-48{max-height:12rem!important}.xxl\:h-52{height:13rem!important}.xxl\:min-h-52{min-height:13rem!important}.xxl\:max-h-52{max-height:13rem!important}.xxl\:h-56{height:14rem!important}.xxl\:min-h-56{min-height:14rem!important}.xxl\:max-h-56{max-height:14rem!important}.xxl\:h-60{height:15rem!important}.xxl\:min-h-60{min-height:15rem!important}.xxl\:max-h-60{max-height:15rem!important}.xxl\:h-64{height:16rem!important}.xxl\:min-h-64{min-height:16rem!important}.xxl\:max-h-64{max-height:16rem!important}.xxl\:h-72{height:18rem!important}.xxl\:min-h-72{min-height:18rem!important}.xxl\:max-h-72{max-height:18rem!important}.xxl\:h-80{height:20rem!important}.xxl\:min-h-80{min-height:20rem!important}.xxl\:max-h-80{max-height:20rem!important}.xxl\:h-96{height:24rem!important}.xxl\:min-h-96{min-height:24rem!important}.xxl\:max-h-96{max-height:24rem!important}.xxl\:h-auto{height:auto!important}.xxl\:min-h-auto{min-height:auto!important}.xxl\:max-h-auto{max-height:auto!important}.xxl\:h-full{height:100%!important}.xxl\:min-h-full{min-height:100%!important}.xxl\:max-h-full{max-height:100%!important}.xxl\:h-screen{height:100vh!important}.xxl\:min-h-screen{min-height:100vh!important}.xxl\:max-h-screen{max-height:100vh!important}.xxl\:h-min{height:-moz-min-content!important;height:min-content!important}.xxl\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.xxl\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.xxl\:h-max{height:-moz-max-content!important;height:max-content!important}.xxl\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.xxl\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.xxl\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.xxl\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.xxl\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.xxl\:h-2-12{height:16.666%!important}.xxl\:min-h-2-12{min-height:16.666%!important}.xxl\:max-h-2-12{max-height:16.666%!important}.xxl\:h-4-12{height:33.333%!important}.xxl\:min-h-4-12{min-height:33.333%!important}.xxl\:max-h-4-12{max-height:33.333%!important}.xxl\:h-6-12{height:50%!important}.xxl\:min-h-6-12{min-height:50%!important}.xxl\:max-h-6-12{max-height:50%!important}.xxl\:h-8-12{height:66.666%!important}.xxl\:min-h-8-12{min-height:66.666%!important}.xxl\:max-h-8-12{max-height:66.666%!important}.xxl\:w-0{width:0!important}.xxl\:min-w-0{min-width:0!important}.xxl\:max-w-0{max-width:0!important}.xxl\:w-1{width:.25rem!important}.xxl\:min-w-1{min-width:.25rem!important}.xxl\:max-w-1{max-width:.25rem!important}.xxl\:w-2{width:.5rem!important}.xxl\:min-w-2{min-width:.5rem!important}.xxl\:max-w-2{max-width:.5rem!important}.xxl\:w-3{width:.75rem!important}.xxl\:min-w-3{min-width:.75rem!important}.xxl\:max-w-3{max-width:.75rem!important}.xxl\:w-4{width:1rem!important}.xxl\:min-w-4{min-width:1rem!important}.xxl\:max-w-4{max-width:1rem!important}.xxl\:w-5{width:1.25rem!important}.xxl\:min-w-5{min-width:1.25rem!important}.xxl\:max-w-5{max-width:1.25rem!important}.xxl\:w-6{width:1.5rem!important}.xxl\:min-w-6{min-width:1.5rem!important}.xxl\:max-w-6{max-width:1.5rem!important}.xxl\:w-7{width:1.75rem!important}.xxl\:min-w-7{min-width:1.75rem!important}.xxl\:max-w-7{max-width:1.75rem!important}.xxl\:w-8{width:2rem!important}.xxl\:min-w-8{min-width:2rem!important}.xxl\:max-w-8{max-width:2rem!important}.xxl\:w-9{width:2.25rem!important}.xxl\:min-w-9{min-width:2.25rem!important}.xxl\:max-w-9{max-width:2.25rem!important}.xxl\:w-10{width:2.5rem!important}.xxl\:min-w-10{min-width:2.5rem!important}.xxl\:max-w-10{max-width:2.5rem!important}.xxl\:w-11{width:2.75rem!important}.xxl\:min-w-11{min-width:2.75rem!important}.xxl\:max-w-11{max-width:2.75rem!important}.xxl\:w-12{width:3rem!important}.xxl\:min-w-12{min-width:3rem!important}.xxl\:max-w-12{max-width:3rem!important}.xxl\:w-14{width:3.5rem!important}.xxl\:min-w-14{min-width:3.5rem!important}.xxl\:max-w-14{max-width:3.5rem!important}.xxl\:w-16{width:4rem!important}.xxl\:min-w-16{min-width:4rem!important}.xxl\:max-w-16{max-width:4rem!important}.xxl\:w-20{width:5rem!important}.xxl\:min-w-20{min-width:5rem!important}.xxl\:max-w-20{max-width:5rem!important}.xxl\:w-22{width:5.5rem!important}.xxl\:min-w-22{min-width:5.5rem!important}.xxl\:max-w-22{max-width:5.5rem!important}.xxl\:w-24{width:6rem!important}.xxl\:min-w-24{min-width:6rem!important}.xxl\:max-w-24{max-width:6rem!important}.xxl\:w-28{width:7rem!important}.xxl\:min-w-28{min-width:7rem!important}.xxl\:max-w-28{max-width:7rem!important}.xxl\:w-32{width:8rem!important}.xxl\:min-w-32{min-width:8rem!important}.xxl\:max-w-32{max-width:8rem!important}.xxl\:w-36{width:9rem!important}.xxl\:min-w-36{min-width:9rem!important}.xxl\:max-w-36{max-width:9rem!important}.xxl\:w-40{width:10rem!important}.xxl\:min-w-40{min-width:10rem!important}.xxl\:max-w-40{max-width:10rem!important}.xxl\:w-44{width:11rem!important}.xxl\:min-w-44{min-width:11rem!important}.xxl\:max-w-44{max-width:11rem!important}.xxl\:w-48{width:12rem!important}.xxl\:min-w-48{min-width:12rem!important}.xxl\:max-w-48{max-width:12rem!important}.xxl\:w-52{width:13rem!important}.xxl\:min-w-52{min-width:13rem!important}.xxl\:max-w-52{max-width:13rem!important}.xxl\:w-56{width:14rem!important}.xxl\:min-w-56{min-width:14rem!important}.xxl\:max-w-56{max-width:14rem!important}.xxl\:w-60{width:15rem!important}.xxl\:min-w-60{min-width:15rem!important}.xxl\:max-w-60{max-width:15rem!important}.xxl\:w-64{width:16rem!important}.xxl\:min-w-64{min-width:16rem!important}.xxl\:max-w-64{max-width:16rem!important}.xxl\:w-72{width:18rem!important}.xxl\:min-w-72{min-width:18rem!important}.xxl\:max-w-72{max-width:18rem!important}.xxl\:w-80{width:20rem!important}.xxl\:min-w-80{min-width:20rem!important}.xxl\:max-w-80{max-width:20rem!important}.xxl\:w-96{width:24rem!important}.xxl\:min-w-96{min-width:24rem!important}.xxl\:max-w-96{max-width:24rem!important}.xxl\:w-auto{width:auto!important}.xxl\:min-w-auto{min-width:auto!important}.xxl\:max-w-auto{max-width:auto!important}.xxl\:w-full{width:100%!important}.xxl\:min-w-full{min-width:100%!important}.xxl\:max-w-full{max-width:100%!important}.xxl\:w-screen{width:100vw!important}.xxl\:min-w-screen{min-width:100vw!important}.xxl\:max-w-screen{max-width:100vw!important}.xxl\:w-min{width:-moz-min-content!important;width:min-content!important}.xxl\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.xxl\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.xxl\:w-max{width:-moz-max-content!important;width:max-content!important}.xxl\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.xxl\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.xxl\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.xxl\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.xxl\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.xxl\:w-2-12{width:16.666%!important}.xxl\:min-w-2-12{min-width:16.666%!important}.xxl\:max-w-2-12{max-width:16.666%!important}.xxl\:w-4-12{width:33.333%!important}.xxl\:min-w-4-12{min-width:33.333%!important}.xxl\:max-w-4-12{max-width:33.333%!important}.xxl\:w-6-12{width:50%!important}.xxl\:min-w-6-12{min-width:50%!important}.xxl\:max-w-6-12{max-width:50%!important}.xxl\:w-8-12{width:66.666%!important}.xxl\:min-w-8-12{min-width:66.666%!important}.xxl\:max-w-8-12{max-width:66.666%!important}.xxl\:font-thin{font-weight:100!important}.xxl\:font-extralight{font-weight:200!important}.xxl\:font-light{font-weight:300!important}.xxl\:font-normal{font-weight:400!important}.xxl\:font-medium{font-weight:500!important}.xxl\:font-semibold{font-weight:600!important}.xxl\:font-bold{font-weight:700!important}.xxl\:font-extrabold{font-weight:800!important}.xxl\:font-black{font-weight:900!important}.xxl\:cursor-pointer{cursor:pointer!important}.xxl\:cursor-not-allowed{cursor:not-allowed!important}.xxl\:justify-center{justify-content:center!important}.xxl\:justify-end{justify-content:end!important}.xxl\:justify-start{justify-content:start!important}.xxl\:justify-between{justify-content:space-between!important}.xxl\:text-primary-sidebar{color:#21272a!important}.xxl\:text-primary-color{color:#5b618f!important}.xxl\:text-title-color{color:#323a73!important}.xxl\:text-white{color:#fff!important}.xxl\:text-white-100{color:#f1f5fd!important}.xxl\:text-white-60{color:#f7f9fe!important}.xxl\:text-navy-100{color:#323a73!important}.xxl\:text-navy-60{color:#8489ab!important}.xxl\:text-navy-40{color:#adb0c7!important}.xxl\:text-navy-20{color:#d6d8e3!important}.xxl\:text-charcoalblack-60{color:#121619!important}.xxl\:text-grayblue-40{color:#adb0c7!important}.xxl\:text-violet-120{color:#5c4dbb!important}.xxl\:text-violet-100{color:#7165ff!important}.xxl\:text-violet-80{color:#8e84ff!important}.xxl\:text-violet-60{color:#b1a6ff!important}.xxl\:text-violet-40{color:#c6c1ff!important}.xxl\:text-violet-10{color:#e3e0ff!important}.xxl\:text-darkslategray{color:#21272a!important}.xxl\:text-red{color:red!important}.xxl\:text-red-100{color:#f57359!important}.xxl\:text-red-80{color:#fd7581!important}.xxl\:text-green-100{color:#04d7a2!important}.xxl\:text-green-80{color:#7eead5!important}.xxl\:text-green-60{color:#9eefe0!important}.xxl\:text-green-40{color:#bff5ea!important}.xxl\:text-green-20{color:#dffaf5!important}.xxl\:text-yellow-100{color:#ffbe50!important}.xxl\:bg-primary-sidebar{background-color:#fff!important}.xxl\:bg-primary-color{background-color:#5b618f!important}.xxl\:bg-table-head-color{background-color:#e3e0ff!important}.xxl\:bg-white{background-color:#fff!important}.xxl\:bg-white-100{background-color:#f1f5fd!important}.xxl\:bg-white-60{background-color:#f7f9fe!important}.xxl\:bg-navy-100{background-color:#323a73!important}.xxl\:bg-navy-60{background-color:#8489ab!important}.xxl\:bg-navy-40{background-color:#adb0c7!important}.xxl\:bg-navy-20{background-color:#d6d8e3!important}.xxl\:bg-charcoalblack-60{background-color:#121619!important}.xxl\:bg-grayblue-40{background-color:#adb0c7!important}.xxl\:bg-violet-120{background-color:#5c4dbb!important}.xxl\:bg-violet-100{background-color:#7165ff!important}.xxl\:bg-violet-80{background-color:#8e84ff!important}.xxl\:bg-violet-60{background-color:#b1a6ff!important}.xxl\:bg-violet-40{background-color:#c6c1ff!important}.xxl\:bg-violet-10{background-color:#e3e0ff!important}.xxl\:bg-darkslategray{background-color:#21272a!important}.xxl\:bg-red{background-color:red!important}.xxl\:bg-red-100{background-color:#f57359!important}.xxl\:bg-red-80{background-color:#fd7581!important}.xxl\:bg-green-100{background-color:#04d7a2!important}.xxl\:bg-green-80{background-color:#7eead5!important}.xxl\:bg-green-60{background-color:#9eefe0!important}.xxl\:bg-green-40{background-color:#bff5ea!important}.xxl\:bg-green-20{background-color:#dffaf5!important}.xxl\:bg-yellow-100{background-color:#ffbe50!important}.xxl\:bg-transparent{background-color:transparent!important}.xxl\:gap-0{gap:0!important}.xxl\:gap-1{gap:.25rem!important}.xxl\:gap-2{gap:.5rem!important}.xxl\:gap-3{gap:.75rem!important}.xxl\:gap-4{gap:1rem!important}.xxl\:gap-5{gap:1.25rem!important}.xxl\:gap-6{gap:1.5rem!important}.xxl\:gap-7{gap:1.75rem!important}.xxl\:gap-8{gap:2rem!important}.xxl\:gap-9{gap:2.25rem!important}.xxl\:gap-10{gap:2.5rem!important}.xxl\:gap-11{gap:2.75rem!important}.xxl\:gap-12{gap:3rem!important}.xxl\:gap-14{gap:3.5rem!important}.xxl\:gap-16{gap:4rem!important}.xxl\:gap-20{gap:5rem!important}.xxl\:gap-22{gap:5.5rem!important}.xxl\:gap-24{gap:6rem!important}.xxl\:gap-28{gap:7rem!important}.xxl\:gap-32{gap:8rem!important}.xxl\:gap-36{gap:9rem!important}.xxl\:gap-40{gap:10rem!important}.xxl\:gap-44{gap:11rem!important}.xxl\:gap-48{gap:12rem!important}.xxl\:gap-52{gap:13rem!important}.xxl\:gap-56{gap:14rem!important}.xxl\:gap-60{gap:15rem!important}.xxl\:gap-64{gap:16rem!important}.xxl\:gap-72{gap:18rem!important}.xxl\:gap-80{gap:20rem!important}.xxl\:gap-96{gap:24rem!important}.xxl\:relative{position:relative!important}.xxl\:absolute{position:absolute!important}.xxl\:align-center{align-items:center!important}.xxl\:align-end{align-items:end!important}.xxl\:align-start{align-items:start!important}.xxl\:text-center{text-align:center!important}.xxl\:text-end{text-align:right!important}.xxl\:text-start{text-align:left!important}.xxl\:rounded-none,.xxl\:rounded-t-none{border-radius:0!important}.xxl\:rounded-sm{border-radius:.125rem!important}.xxl\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.xxl\:rounded-df{border-radius:.25rem!important}.xxl\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.xxl\:rounded-md{border-radius:.375rem!important}.xxl\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.xxl\:rounded-lg{border-radius:.5rem!important}.xxl\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.xxl\:rounded-xl{border-radius:.75rem!important}.xxl\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.xxl\:rounded-2xl{border-radius:1rem!important}.xxl\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.xxl\:rounded-25xl{border-radius:1.25rem!important}.xxl\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.xxl\:rounded-3xl{border-radius:1.5rem!important}.xxl\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.xxl\:rounded-full{border-radius:9999px!important}.xxl\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.xxl\:opacity-0{opacity:0!important}.xxl\:opacity-5{opacity:.05!important}.xxl\:opacity-10{opacity:.1!important}.xxl\:opacity-20{opacity:.2!important}.xxl\:opacity-25{opacity:.25!important}.xxl\:opacity-30{opacity:.3!important}.xxl\:opacity-40{opacity:.4!important}.xxl\:opacity-50{opacity:.5!important}.xxl\:opacity-60{opacity:.6!important}.xxl\:opacity-70{opacity:.7!important}.xxl\:opacity-75{opacity:.75!important}.xxl\:opacity-80{opacity:.8!important}.xxl\:opacity-90{opacity:.9!important}.xxl\:opacity-95{opacity:.95!important}.xxl\:opacity-100{opacity:1!important}}@media (max-width: 1279px){.xl\:top-0{top:0!important}.xl\:right-0{right:0!important}.xl\:bottom-0{bottom:0!important}.xl\:left-0{left:0!important}.xl\:m-0{margin:0!important}.xl\:mt-0{margin-top:0!important}.xl\:mr-0{margin-right:0!important}.xl\:mb-0{margin-bottom:0!important}.xl\:ml-0{margin-left:0!important}.xl\:p-0{padding:0!important}.xl\:pt-0{padding-top:0!important}.xl\:pr-0{padding-right:0!important}.xl\:pb-0{padding-bottom:0!important}.xl\:pl-0{padding-left:0!important}.xl\:top-1{top:.25rem!important}.xl\:right-1{right:.25rem!important}.xl\:bottom-1{bottom:.25rem!important}.xl\:left-1{left:.25rem!important}.xl\:m-1{margin:.25rem!important}.xl\:mt-1{margin-top:.25rem!important}.xl\:mr-1{margin-right:.25rem!important}.xl\:mb-1{margin-bottom:.25rem!important}.xl\:ml-1{margin-left:.25rem!important}.xl\:p-1{padding:.25rem!important}.xl\:pt-1{padding-top:.25rem!important}.xl\:pr-1{padding-right:.25rem!important}.xl\:pb-1{padding-bottom:.25rem!important}.xl\:pl-1{padding-left:.25rem!important}.xl\:top-2{top:.5rem!important}.xl\:right-2{right:.5rem!important}.xl\:bottom-2{bottom:.5rem!important}.xl\:left-2{left:.5rem!important}.xl\:m-2{margin:.5rem!important}.xl\:mt-2{margin-top:.5rem!important}.xl\:mr-2{margin-right:.5rem!important}.xl\:mb-2{margin-bottom:.5rem!important}.xl\:ml-2{margin-left:.5rem!important}.xl\:p-2{padding:.5rem!important}.xl\:pt-2{padding-top:.5rem!important}.xl\:pr-2{padding-right:.5rem!important}.xl\:pb-2{padding-bottom:.5rem!important}.xl\:pl-2{padding-left:.5rem!important}.xl\:top-3{top:.75rem!important}.xl\:right-3{right:.75rem!important}.xl\:bottom-3{bottom:.75rem!important}.xl\:left-3{left:.75rem!important}.xl\:m-3{margin:.75rem!important}.xl\:mt-3{margin-top:.75rem!important}.xl\:mr-3{margin-right:.75rem!important}.xl\:mb-3{margin-bottom:.75rem!important}.xl\:ml-3{margin-left:.75rem!important}.xl\:p-3{padding:.75rem!important}.xl\:pt-3{padding-top:.75rem!important}.xl\:pr-3{padding-right:.75rem!important}.xl\:pb-3{padding-bottom:.75rem!important}.xl\:pl-3{padding-left:.75rem!important}.xl\:top-4{top:1rem!important}.xl\:right-4{right:1rem!important}.xl\:bottom-4{bottom:1rem!important}.xl\:left-4{left:1rem!important}.xl\:m-4{margin:1rem!important}.xl\:mt-4{margin-top:1rem!important}.xl\:mr-4{margin-right:1rem!important}.xl\:mb-4{margin-bottom:1rem!important}.xl\:ml-4{margin-left:1rem!important}.xl\:p-4{padding:1rem!important}.xl\:pt-4{padding-top:1rem!important}.xl\:pr-4{padding-right:1rem!important}.xl\:pb-4{padding-bottom:1rem!important}.xl\:pl-4{padding-left:1rem!important}.xl\:top-5{top:1.25rem!important}.xl\:right-5{right:1.25rem!important}.xl\:bottom-5{bottom:1.25rem!important}.xl\:left-5{left:1.25rem!important}.xl\:m-5{margin:1.25rem!important}.xl\:mt-5{margin-top:1.25rem!important}.xl\:mr-5{margin-right:1.25rem!important}.xl\:mb-5{margin-bottom:1.25rem!important}.xl\:ml-5{margin-left:1.25rem!important}.xl\:p-5{padding:1.25rem!important}.xl\:pt-5{padding-top:1.25rem!important}.xl\:pr-5{padding-right:1.25rem!important}.xl\:pb-5{padding-bottom:1.25rem!important}.xl\:pl-5{padding-left:1.25rem!important}.xl\:top-6{top:1.5rem!important}.xl\:right-6{right:1.5rem!important}.xl\:bottom-6{bottom:1.5rem!important}.xl\:left-6{left:1.5rem!important}.xl\:m-6{margin:1.5rem!important}.xl\:mt-6{margin-top:1.5rem!important}.xl\:mr-6{margin-right:1.5rem!important}.xl\:mb-6{margin-bottom:1.5rem!important}.xl\:ml-6{margin-left:1.5rem!important}.xl\:p-6{padding:1.5rem!important}.xl\:pt-6{padding-top:1.5rem!important}.xl\:pr-6{padding-right:1.5rem!important}.xl\:pb-6{padding-bottom:1.5rem!important}.xl\:pl-6{padding-left:1.5rem!important}.xl\:top-7{top:1.75rem!important}.xl\:right-7{right:1.75rem!important}.xl\:bottom-7{bottom:1.75rem!important}.xl\:left-7{left:1.75rem!important}.xl\:m-7{margin:1.75rem!important}.xl\:mt-7{margin-top:1.75rem!important}.xl\:mr-7{margin-right:1.75rem!important}.xl\:mb-7{margin-bottom:1.75rem!important}.xl\:ml-7{margin-left:1.75rem!important}.xl\:p-7{padding:1.75rem!important}.xl\:pt-7{padding-top:1.75rem!important}.xl\:pr-7{padding-right:1.75rem!important}.xl\:pb-7{padding-bottom:1.75rem!important}.xl\:pl-7{padding-left:1.75rem!important}.xl\:top-8{top:2rem!important}.xl\:right-8{right:2rem!important}.xl\:bottom-8{bottom:2rem!important}.xl\:left-8{left:2rem!important}.xl\:m-8{margin:2rem!important}.xl\:mt-8{margin-top:2rem!important}.xl\:mr-8{margin-right:2rem!important}.xl\:mb-8{margin-bottom:2rem!important}.xl\:ml-8{margin-left:2rem!important}.xl\:p-8{padding:2rem!important}.xl\:pt-8{padding-top:2rem!important}.xl\:pr-8{padding-right:2rem!important}.xl\:pb-8{padding-bottom:2rem!important}.xl\:pl-8{padding-left:2rem!important}.xl\:top-9{top:2.25rem!important}.xl\:right-9{right:2.25rem!important}.xl\:bottom-9{bottom:2.25rem!important}.xl\:left-9{left:2.25rem!important}.xl\:m-9{margin:2.25rem!important}.xl\:mt-9{margin-top:2.25rem!important}.xl\:mr-9{margin-right:2.25rem!important}.xl\:mb-9{margin-bottom:2.25rem!important}.xl\:ml-9{margin-left:2.25rem!important}.xl\:p-9{padding:2.25rem!important}.xl\:pt-9{padding-top:2.25rem!important}.xl\:pr-9{padding-right:2.25rem!important}.xl\:pb-9{padding-bottom:2.25rem!important}.xl\:pl-9{padding-left:2.25rem!important}.xl\:top-10{top:2.5rem!important}.xl\:right-10{right:2.5rem!important}.xl\:bottom-10{bottom:2.5rem!important}.xl\:left-10{left:2.5rem!important}.xl\:m-10{margin:2.5rem!important}.xl\:mt-10{margin-top:2.5rem!important}.xl\:mr-10{margin-right:2.5rem!important}.xl\:mb-10{margin-bottom:2.5rem!important}.xl\:ml-10{margin-left:2.5rem!important}.xl\:p-10{padding:2.5rem!important}.xl\:pt-10{padding-top:2.5rem!important}.xl\:pr-10{padding-right:2.5rem!important}.xl\:pb-10{padding-bottom:2.5rem!important}.xl\:pl-10{padding-left:2.5rem!important}.xl\:top-11{top:2.75rem!important}.xl\:right-11{right:2.75rem!important}.xl\:bottom-11{bottom:2.75rem!important}.xl\:left-11{left:2.75rem!important}.xl\:m-11{margin:2.75rem!important}.xl\:mt-11{margin-top:2.75rem!important}.xl\:mr-11{margin-right:2.75rem!important}.xl\:mb-11{margin-bottom:2.75rem!important}.xl\:ml-11{margin-left:2.75rem!important}.xl\:p-11{padding:2.75rem!important}.xl\:pt-11{padding-top:2.75rem!important}.xl\:pr-11{padding-right:2.75rem!important}.xl\:pb-11{padding-bottom:2.75rem!important}.xl\:pl-11{padding-left:2.75rem!important}.xl\:top-12{top:3rem!important}.xl\:right-12{right:3rem!important}.xl\:bottom-12{bottom:3rem!important}.xl\:left-12{left:3rem!important}.xl\:m-12{margin:3rem!important}.xl\:mt-12{margin-top:3rem!important}.xl\:mr-12{margin-right:3rem!important}.xl\:mb-12{margin-bottom:3rem!important}.xl\:ml-12{margin-left:3rem!important}.xl\:p-12{padding:3rem!important}.xl\:pt-12{padding-top:3rem!important}.xl\:pr-12{padding-right:3rem!important}.xl\:pb-12{padding-bottom:3rem!important}.xl\:pl-12{padding-left:3rem!important}.xl\:top-14{top:3.5rem!important}.xl\:right-14{right:3.5rem!important}.xl\:bottom-14{bottom:3.5rem!important}.xl\:left-14{left:3.5rem!important}.xl\:m-14{margin:3.5rem!important}.xl\:mt-14{margin-top:3.5rem!important}.xl\:mr-14{margin-right:3.5rem!important}.xl\:mb-14{margin-bottom:3.5rem!important}.xl\:ml-14{margin-left:3.5rem!important}.xl\:p-14{padding:3.5rem!important}.xl\:pt-14{padding-top:3.5rem!important}.xl\:pr-14{padding-right:3.5rem!important}.xl\:pb-14{padding-bottom:3.5rem!important}.xl\:pl-14{padding-left:3.5rem!important}.xl\:top-16{top:4rem!important}.xl\:right-16{right:4rem!important}.xl\:bottom-16{bottom:4rem!important}.xl\:left-16{left:4rem!important}.xl\:m-16{margin:4rem!important}.xl\:mt-16{margin-top:4rem!important}.xl\:mr-16{margin-right:4rem!important}.xl\:mb-16{margin-bottom:4rem!important}.xl\:ml-16{margin-left:4rem!important}.xl\:p-16{padding:4rem!important}.xl\:pt-16{padding-top:4rem!important}.xl\:pr-16{padding-right:4rem!important}.xl\:pb-16{padding-bottom:4rem!important}.xl\:pl-16{padding-left:4rem!important}.xl\:top-20{top:5rem!important}.xl\:right-20{right:5rem!important}.xl\:bottom-20{bottom:5rem!important}.xl\:left-20{left:5rem!important}.xl\:m-20{margin:5rem!important}.xl\:mt-20{margin-top:5rem!important}.xl\:mr-20{margin-right:5rem!important}.xl\:mb-20{margin-bottom:5rem!important}.xl\:ml-20{margin-left:5rem!important}.xl\:p-20{padding:5rem!important}.xl\:pt-20{padding-top:5rem!important}.xl\:pr-20{padding-right:5rem!important}.xl\:pb-20{padding-bottom:5rem!important}.xl\:pl-20{padding-left:5rem!important}.xl\:top-22{top:5.5rem!important}.xl\:right-22{right:5.5rem!important}.xl\:bottom-22{bottom:5.5rem!important}.xl\:left-22{left:5.5rem!important}.xl\:m-22{margin:5.5rem!important}.xl\:mt-22{margin-top:5.5rem!important}.xl\:mr-22{margin-right:5.5rem!important}.xl\:mb-22{margin-bottom:5.5rem!important}.xl\:ml-22{margin-left:5.5rem!important}.xl\:p-22{padding:5.5rem!important}.xl\:pt-22{padding-top:5.5rem!important}.xl\:pr-22{padding-right:5.5rem!important}.xl\:pb-22{padding-bottom:5.5rem!important}.xl\:pl-22{padding-left:5.5rem!important}.xl\:top-24{top:6rem!important}.xl\:right-24{right:6rem!important}.xl\:bottom-24{bottom:6rem!important}.xl\:left-24{left:6rem!important}.xl\:m-24{margin:6rem!important}.xl\:mt-24{margin-top:6rem!important}.xl\:mr-24{margin-right:6rem!important}.xl\:mb-24{margin-bottom:6rem!important}.xl\:ml-24{margin-left:6rem!important}.xl\:p-24{padding:6rem!important}.xl\:pt-24{padding-top:6rem!important}.xl\:pr-24{padding-right:6rem!important}.xl\:pb-24{padding-bottom:6rem!important}.xl\:pl-24{padding-left:6rem!important}.xl\:top-28{top:7rem!important}.xl\:right-28{right:7rem!important}.xl\:bottom-28{bottom:7rem!important}.xl\:left-28{left:7rem!important}.xl\:m-28{margin:7rem!important}.xl\:mt-28{margin-top:7rem!important}.xl\:mr-28{margin-right:7rem!important}.xl\:mb-28{margin-bottom:7rem!important}.xl\:ml-28{margin-left:7rem!important}.xl\:p-28{padding:7rem!important}.xl\:pt-28{padding-top:7rem!important}.xl\:pr-28{padding-right:7rem!important}.xl\:pb-28{padding-bottom:7rem!important}.xl\:pl-28{padding-left:7rem!important}.xl\:top-32{top:8rem!important}.xl\:right-32{right:8rem!important}.xl\:bottom-32{bottom:8rem!important}.xl\:left-32{left:8rem!important}.xl\:m-32{margin:8rem!important}.xl\:mt-32{margin-top:8rem!important}.xl\:mr-32{margin-right:8rem!important}.xl\:mb-32{margin-bottom:8rem!important}.xl\:ml-32{margin-left:8rem!important}.xl\:p-32{padding:8rem!important}.xl\:pt-32{padding-top:8rem!important}.xl\:pr-32{padding-right:8rem!important}.xl\:pb-32{padding-bottom:8rem!important}.xl\:pl-32{padding-left:8rem!important}.xl\:top-36{top:9rem!important}.xl\:right-36{right:9rem!important}.xl\:bottom-36{bottom:9rem!important}.xl\:left-36{left:9rem!important}.xl\:m-36{margin:9rem!important}.xl\:mt-36{margin-top:9rem!important}.xl\:mr-36{margin-right:9rem!important}.xl\:mb-36{margin-bottom:9rem!important}.xl\:ml-36{margin-left:9rem!important}.xl\:p-36{padding:9rem!important}.xl\:pt-36{padding-top:9rem!important}.xl\:pr-36{padding-right:9rem!important}.xl\:pb-36{padding-bottom:9rem!important}.xl\:pl-36{padding-left:9rem!important}.xl\:top-40{top:10rem!important}.xl\:right-40{right:10rem!important}.xl\:bottom-40{bottom:10rem!important}.xl\:left-40{left:10rem!important}.xl\:m-40{margin:10rem!important}.xl\:mt-40{margin-top:10rem!important}.xl\:mr-40{margin-right:10rem!important}.xl\:mb-40{margin-bottom:10rem!important}.xl\:ml-40{margin-left:10rem!important}.xl\:p-40{padding:10rem!important}.xl\:pt-40{padding-top:10rem!important}.xl\:pr-40{padding-right:10rem!important}.xl\:pb-40{padding-bottom:10rem!important}.xl\:pl-40{padding-left:10rem!important}.xl\:top-44{top:11rem!important}.xl\:right-44{right:11rem!important}.xl\:bottom-44{bottom:11rem!important}.xl\:left-44{left:11rem!important}.xl\:m-44{margin:11rem!important}.xl\:mt-44{margin-top:11rem!important}.xl\:mr-44{margin-right:11rem!important}.xl\:mb-44{margin-bottom:11rem!important}.xl\:ml-44{margin-left:11rem!important}.xl\:p-44{padding:11rem!important}.xl\:pt-44{padding-top:11rem!important}.xl\:pr-44{padding-right:11rem!important}.xl\:pb-44{padding-bottom:11rem!important}.xl\:pl-44{padding-left:11rem!important}.xl\:top-48{top:12rem!important}.xl\:right-48{right:12rem!important}.xl\:bottom-48{bottom:12rem!important}.xl\:left-48{left:12rem!important}.xl\:m-48{margin:12rem!important}.xl\:mt-48{margin-top:12rem!important}.xl\:mr-48{margin-right:12rem!important}.xl\:mb-48{margin-bottom:12rem!important}.xl\:ml-48{margin-left:12rem!important}.xl\:p-48{padding:12rem!important}.xl\:pt-48{padding-top:12rem!important}.xl\:pr-48{padding-right:12rem!important}.xl\:pb-48{padding-bottom:12rem!important}.xl\:pl-48{padding-left:12rem!important}.xl\:top-52{top:13rem!important}.xl\:right-52{right:13rem!important}.xl\:bottom-52{bottom:13rem!important}.xl\:left-52{left:13rem!important}.xl\:m-52{margin:13rem!important}.xl\:mt-52{margin-top:13rem!important}.xl\:mr-52{margin-right:13rem!important}.xl\:mb-52{margin-bottom:13rem!important}.xl\:ml-52{margin-left:13rem!important}.xl\:p-52{padding:13rem!important}.xl\:pt-52{padding-top:13rem!important}.xl\:pr-52{padding-right:13rem!important}.xl\:pb-52{padding-bottom:13rem!important}.xl\:pl-52{padding-left:13rem!important}.xl\:top-56{top:14rem!important}.xl\:right-56{right:14rem!important}.xl\:bottom-56{bottom:14rem!important}.xl\:left-56{left:14rem!important}.xl\:m-56{margin:14rem!important}.xl\:mt-56{margin-top:14rem!important}.xl\:mr-56{margin-right:14rem!important}.xl\:mb-56{margin-bottom:14rem!important}.xl\:ml-56{margin-left:14rem!important}.xl\:p-56{padding:14rem!important}.xl\:pt-56{padding-top:14rem!important}.xl\:pr-56{padding-right:14rem!important}.xl\:pb-56{padding-bottom:14rem!important}.xl\:pl-56{padding-left:14rem!important}.xl\:top-60{top:15rem!important}.xl\:right-60{right:15rem!important}.xl\:bottom-60{bottom:15rem!important}.xl\:left-60{left:15rem!important}.xl\:m-60{margin:15rem!important}.xl\:mt-60{margin-top:15rem!important}.xl\:mr-60{margin-right:15rem!important}.xl\:mb-60{margin-bottom:15rem!important}.xl\:ml-60{margin-left:15rem!important}.xl\:p-60{padding:15rem!important}.xl\:pt-60{padding-top:15rem!important}.xl\:pr-60{padding-right:15rem!important}.xl\:pb-60{padding-bottom:15rem!important}.xl\:pl-60{padding-left:15rem!important}.xl\:top-64{top:16rem!important}.xl\:right-64{right:16rem!important}.xl\:bottom-64{bottom:16rem!important}.xl\:left-64{left:16rem!important}.xl\:m-64{margin:16rem!important}.xl\:mt-64{margin-top:16rem!important}.xl\:mr-64{margin-right:16rem!important}.xl\:mb-64{margin-bottom:16rem!important}.xl\:ml-64{margin-left:16rem!important}.xl\:p-64{padding:16rem!important}.xl\:pt-64{padding-top:16rem!important}.xl\:pr-64{padding-right:16rem!important}.xl\:pb-64{padding-bottom:16rem!important}.xl\:pl-64{padding-left:16rem!important}.xl\:top-72{top:18rem!important}.xl\:right-72{right:18rem!important}.xl\:bottom-72{bottom:18rem!important}.xl\:left-72{left:18rem!important}.xl\:m-72{margin:18rem!important}.xl\:mt-72{margin-top:18rem!important}.xl\:mr-72{margin-right:18rem!important}.xl\:mb-72{margin-bottom:18rem!important}.xl\:ml-72{margin-left:18rem!important}.xl\:p-72{padding:18rem!important}.xl\:pt-72{padding-top:18rem!important}.xl\:pr-72{padding-right:18rem!important}.xl\:pb-72{padding-bottom:18rem!important}.xl\:pl-72{padding-left:18rem!important}.xl\:top-80{top:20rem!important}.xl\:right-80{right:20rem!important}.xl\:bottom-80{bottom:20rem!important}.xl\:left-80{left:20rem!important}.xl\:m-80{margin:20rem!important}.xl\:mt-80{margin-top:20rem!important}.xl\:mr-80{margin-right:20rem!important}.xl\:mb-80{margin-bottom:20rem!important}.xl\:ml-80{margin-left:20rem!important}.xl\:p-80{padding:20rem!important}.xl\:pt-80{padding-top:20rem!important}.xl\:pr-80{padding-right:20rem!important}.xl\:pb-80{padding-bottom:20rem!important}.xl\:pl-80{padding-left:20rem!important}.xl\:top-96{top:24rem!important}.xl\:right-96{right:24rem!important}.xl\:bottom-96{bottom:24rem!important}.xl\:left-96{left:24rem!important}.xl\:m-96{margin:24rem!important}.xl\:mt-96{margin-top:24rem!important}.xl\:mr-96{margin-right:24rem!important}.xl\:mb-96{margin-bottom:24rem!important}.xl\:ml-96{margin-left:24rem!important}.xl\:p-96{padding:24rem!important}.xl\:pt-96{padding-top:24rem!important}.xl\:pr-96{padding-right:24rem!important}.xl\:pb-96{padding-bottom:24rem!important}.xl\:pl-96{padding-left:24rem!important}.xl\:top-auto{top:auto!important}.xl\:right-auto{right:auto!important}.xl\:bottom-auto{bottom:auto!important}.xl\:left-auto{left:auto!important}.xl\:m-auto{margin:auto!important}.xl\:mt-auto{margin-top:auto!important}.xl\:mr-auto{margin-right:auto!important}.xl\:mb-auto{margin-bottom:auto!important}.xl\:ml-auto{margin-left:auto!important}.xl\:p-auto{padding:auto!important}.xl\:pt-auto{padding-top:auto!important}.xl\:pr-auto{padding-right:auto!important}.xl\:pb-auto{padding-bottom:auto!important}.xl\:pl-auto{padding-left:auto!important}.xl\:top-px{top:1px!important}.xl\:right-px{right:1px!important}.xl\:bottom-px{bottom:1px!important}.xl\:left-px{left:1px!important}.xl\:m-px{margin:1px!important}.xl\:mt-px{margin-top:1px!important}.xl\:mr-px{margin-right:1px!important}.xl\:mb-px{margin-bottom:1px!important}.xl\:ml-px{margin-left:1px!important}.xl\:p-px{padding:1px!important}.xl\:pt-px{padding-top:1px!important}.xl\:pr-px{padding-right:1px!important}.xl\:pb-px{padding-bottom:1px!important}.xl\:pl-px{padding-left:1px!important}.xl\:text-0{font-size:0!important}.xl\:text-1{font-size:.25rem!important}.xl\:text-2{font-size:.5rem!important}.xl\:text-3{font-size:.75rem!important}.xl\:text-4{font-size:1rem!important}.xl\:text-5{font-size:1.25rem!important}.xl\:text-6{font-size:1.5rem!important}.xl\:text-7{font-size:1.75rem!important}.xl\:text-8{font-size:2rem!important}.xl\:text-9{font-size:2.25rem!important}.xl\:text-10{font-size:2.5rem!important}.xl\:text-11{font-size:2.75rem!important}.xl\:text-12{font-size:3rem!important}.xl\:text-14{font-size:3.5rem!important}.xl\:text-16{font-size:4rem!important}.xl\:text-20{font-size:5rem!important}.xl\:text-22{font-size:5.5rem!important}.xl\:text-24{font-size:6rem!important}.xl\:text-28{font-size:7rem!important}.xl\:text-32{font-size:8rem!important}.xl\:text-36{font-size:9rem!important}.xl\:text-40{font-size:10rem!important}.xl\:text-44{font-size:11rem!important}.xl\:text-48{font-size:12rem!important}.xl\:text-52{font-size:13rem!important}.xl\:text-56{font-size:14rem!important}.xl\:text-60{font-size:15rem!important}.xl\:text-64{font-size:16rem!important}.xl\:text-72{font-size:18rem!important}.xl\:text-80{font-size:20rem!important}.xl\:text-96{font-size:24rem!important}.xl\:h-0{height:0!important}.xl\:min-h-0{min-height:0!important}.xl\:max-h-0{max-height:0!important}.xl\:h-1{height:.25rem!important}.xl\:min-h-1{min-height:.25rem!important}.xl\:max-h-1{max-height:.25rem!important}.xl\:h-2{height:.5rem!important}.xl\:min-h-2{min-height:.5rem!important}.xl\:max-h-2{max-height:.5rem!important}.xl\:h-3{height:.75rem!important}.xl\:min-h-3{min-height:.75rem!important}.xl\:max-h-3{max-height:.75rem!important}.xl\:h-4{height:1rem!important}.xl\:min-h-4{min-height:1rem!important}.xl\:max-h-4{max-height:1rem!important}.xl\:h-5{height:1.25rem!important}.xl\:min-h-5{min-height:1.25rem!important}.xl\:max-h-5{max-height:1.25rem!important}.xl\:h-6{height:1.5rem!important}.xl\:min-h-6{min-height:1.5rem!important}.xl\:max-h-6{max-height:1.5rem!important}.xl\:h-7{height:1.75rem!important}.xl\:min-h-7{min-height:1.75rem!important}.xl\:max-h-7{max-height:1.75rem!important}.xl\:h-8{height:2rem!important}.xl\:min-h-8{min-height:2rem!important}.xl\:max-h-8{max-height:2rem!important}.xl\:h-9{height:2.25rem!important}.xl\:min-h-9{min-height:2.25rem!important}.xl\:max-h-9{max-height:2.25rem!important}.xl\:h-10{height:2.5rem!important}.xl\:min-h-10{min-height:2.5rem!important}.xl\:max-h-10{max-height:2.5rem!important}.xl\:h-11{height:2.75rem!important}.xl\:min-h-11{min-height:2.75rem!important}.xl\:max-h-11{max-height:2.75rem!important}.xl\:h-12{height:3rem!important}.xl\:min-h-12{min-height:3rem!important}.xl\:max-h-12{max-height:3rem!important}.xl\:h-14{height:3.5rem!important}.xl\:min-h-14{min-height:3.5rem!important}.xl\:max-h-14{max-height:3.5rem!important}.xl\:h-16{height:4rem!important}.xl\:min-h-16{min-height:4rem!important}.xl\:max-h-16{max-height:4rem!important}.xl\:h-20{height:5rem!important}.xl\:min-h-20{min-height:5rem!important}.xl\:max-h-20{max-height:5rem!important}.xl\:h-22{height:5.5rem!important}.xl\:min-h-22{min-height:5.5rem!important}.xl\:max-h-22{max-height:5.5rem!important}.xl\:h-24{height:6rem!important}.xl\:min-h-24{min-height:6rem!important}.xl\:max-h-24{max-height:6rem!important}.xl\:h-28{height:7rem!important}.xl\:min-h-28{min-height:7rem!important}.xl\:max-h-28{max-height:7rem!important}.xl\:h-32{height:8rem!important}.xl\:min-h-32{min-height:8rem!important}.xl\:max-h-32{max-height:8rem!important}.xl\:h-36{height:9rem!important}.xl\:min-h-36{min-height:9rem!important}.xl\:max-h-36{max-height:9rem!important}.xl\:h-40{height:10rem!important}.xl\:min-h-40{min-height:10rem!important}.xl\:max-h-40{max-height:10rem!important}.xl\:h-44{height:11rem!important}.xl\:min-h-44{min-height:11rem!important}.xl\:max-h-44{max-height:11rem!important}.xl\:h-48{height:12rem!important}.xl\:min-h-48{min-height:12rem!important}.xl\:max-h-48{max-height:12rem!important}.xl\:h-52{height:13rem!important}.xl\:min-h-52{min-height:13rem!important}.xl\:max-h-52{max-height:13rem!important}.xl\:h-56{height:14rem!important}.xl\:min-h-56{min-height:14rem!important}.xl\:max-h-56{max-height:14rem!important}.xl\:h-60{height:15rem!important}.xl\:min-h-60{min-height:15rem!important}.xl\:max-h-60{max-height:15rem!important}.xl\:h-64{height:16rem!important}.xl\:min-h-64{min-height:16rem!important}.xl\:max-h-64{max-height:16rem!important}.xl\:h-72{height:18rem!important}.xl\:min-h-72{min-height:18rem!important}.xl\:max-h-72{max-height:18rem!important}.xl\:h-80{height:20rem!important}.xl\:min-h-80{min-height:20rem!important}.xl\:max-h-80{max-height:20rem!important}.xl\:h-96{height:24rem!important}.xl\:min-h-96{min-height:24rem!important}.xl\:max-h-96{max-height:24rem!important}.xl\:h-auto{height:auto!important}.xl\:min-h-auto{min-height:auto!important}.xl\:max-h-auto{max-height:auto!important}.xl\:h-full{height:100%!important}.xl\:min-h-full{min-height:100%!important}.xl\:max-h-full{max-height:100%!important}.xl\:h-screen{height:100vh!important}.xl\:min-h-screen{min-height:100vh!important}.xl\:max-h-screen{max-height:100vh!important}.xl\:h-min{height:-moz-min-content!important;height:min-content!important}.xl\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.xl\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.xl\:h-max{height:-moz-max-content!important;height:max-content!important}.xl\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.xl\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.xl\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.xl\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.xl\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.xl\:h-2-12{height:16.666%!important}.xl\:min-h-2-12{min-height:16.666%!important}.xl\:max-h-2-12{max-height:16.666%!important}.xl\:h-4-12{height:33.333%!important}.xl\:min-h-4-12{min-height:33.333%!important}.xl\:max-h-4-12{max-height:33.333%!important}.xl\:h-6-12{height:50%!important}.xl\:min-h-6-12{min-height:50%!important}.xl\:max-h-6-12{max-height:50%!important}.xl\:h-8-12{height:66.666%!important}.xl\:min-h-8-12{min-height:66.666%!important}.xl\:max-h-8-12{max-height:66.666%!important}.xl\:w-0{width:0!important}.xl\:min-w-0{min-width:0!important}.xl\:max-w-0{max-width:0!important}.xl\:w-1{width:.25rem!important}.xl\:min-w-1{min-width:.25rem!important}.xl\:max-w-1{max-width:.25rem!important}.xl\:w-2{width:.5rem!important}.xl\:min-w-2{min-width:.5rem!important}.xl\:max-w-2{max-width:.5rem!important}.xl\:w-3{width:.75rem!important}.xl\:min-w-3{min-width:.75rem!important}.xl\:max-w-3{max-width:.75rem!important}.xl\:w-4{width:1rem!important}.xl\:min-w-4{min-width:1rem!important}.xl\:max-w-4{max-width:1rem!important}.xl\:w-5{width:1.25rem!important}.xl\:min-w-5{min-width:1.25rem!important}.xl\:max-w-5{max-width:1.25rem!important}.xl\:w-6{width:1.5rem!important}.xl\:min-w-6{min-width:1.5rem!important}.xl\:max-w-6{max-width:1.5rem!important}.xl\:w-7{width:1.75rem!important}.xl\:min-w-7{min-width:1.75rem!important}.xl\:max-w-7{max-width:1.75rem!important}.xl\:w-8{width:2rem!important}.xl\:min-w-8{min-width:2rem!important}.xl\:max-w-8{max-width:2rem!important}.xl\:w-9{width:2.25rem!important}.xl\:min-w-9{min-width:2.25rem!important}.xl\:max-w-9{max-width:2.25rem!important}.xl\:w-10{width:2.5rem!important}.xl\:min-w-10{min-width:2.5rem!important}.xl\:max-w-10{max-width:2.5rem!important}.xl\:w-11{width:2.75rem!important}.xl\:min-w-11{min-width:2.75rem!important}.xl\:max-w-11{max-width:2.75rem!important}.xl\:w-12{width:3rem!important}.xl\:min-w-12{min-width:3rem!important}.xl\:max-w-12{max-width:3rem!important}.xl\:w-14{width:3.5rem!important}.xl\:min-w-14{min-width:3.5rem!important}.xl\:max-w-14{max-width:3.5rem!important}.xl\:w-16{width:4rem!important}.xl\:min-w-16{min-width:4rem!important}.xl\:max-w-16{max-width:4rem!important}.xl\:w-20{width:5rem!important}.xl\:min-w-20{min-width:5rem!important}.xl\:max-w-20{max-width:5rem!important}.xl\:w-22{width:5.5rem!important}.xl\:min-w-22{min-width:5.5rem!important}.xl\:max-w-22{max-width:5.5rem!important}.xl\:w-24{width:6rem!important}.xl\:min-w-24{min-width:6rem!important}.xl\:max-w-24{max-width:6rem!important}.xl\:w-28{width:7rem!important}.xl\:min-w-28{min-width:7rem!important}.xl\:max-w-28{max-width:7rem!important}.xl\:w-32{width:8rem!important}.xl\:min-w-32{min-width:8rem!important}.xl\:max-w-32{max-width:8rem!important}.xl\:w-36{width:9rem!important}.xl\:min-w-36{min-width:9rem!important}.xl\:max-w-36{max-width:9rem!important}.xl\:w-40{width:10rem!important}.xl\:min-w-40{min-width:10rem!important}.xl\:max-w-40{max-width:10rem!important}.xl\:w-44{width:11rem!important}.xl\:min-w-44{min-width:11rem!important}.xl\:max-w-44{max-width:11rem!important}.xl\:w-48{width:12rem!important}.xl\:min-w-48{min-width:12rem!important}.xl\:max-w-48{max-width:12rem!important}.xl\:w-52{width:13rem!important}.xl\:min-w-52{min-width:13rem!important}.xl\:max-w-52{max-width:13rem!important}.xl\:w-56{width:14rem!important}.xl\:min-w-56{min-width:14rem!important}.xl\:max-w-56{max-width:14rem!important}.xl\:w-60{width:15rem!important}.xl\:min-w-60{min-width:15rem!important}.xl\:max-w-60{max-width:15rem!important}.xl\:w-64{width:16rem!important}.xl\:min-w-64{min-width:16rem!important}.xl\:max-w-64{max-width:16rem!important}.xl\:w-72{width:18rem!important}.xl\:min-w-72{min-width:18rem!important}.xl\:max-w-72{max-width:18rem!important}.xl\:w-80{width:20rem!important}.xl\:min-w-80{min-width:20rem!important}.xl\:max-w-80{max-width:20rem!important}.xl\:w-96{width:24rem!important}.xl\:min-w-96{min-width:24rem!important}.xl\:max-w-96{max-width:24rem!important}.xl\:w-auto{width:auto!important}.xl\:min-w-auto{min-width:auto!important}.xl\:max-w-auto{max-width:auto!important}.xl\:w-full{width:100%!important}.xl\:min-w-full{min-width:100%!important}.xl\:max-w-full{max-width:100%!important}.xl\:w-screen{width:100vw!important}.xl\:min-w-screen{min-width:100vw!important}.xl\:max-w-screen{max-width:100vw!important}.xl\:w-min{width:-moz-min-content!important;width:min-content!important}.xl\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.xl\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.xl\:w-max{width:-moz-max-content!important;width:max-content!important}.xl\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.xl\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.xl\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.xl\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.xl\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.xl\:w-2-12{width:16.666%!important}.xl\:min-w-2-12{min-width:16.666%!important}.xl\:max-w-2-12{max-width:16.666%!important}.xl\:w-4-12{width:33.333%!important}.xl\:min-w-4-12{min-width:33.333%!important}.xl\:max-w-4-12{max-width:33.333%!important}.xl\:w-6-12{width:50%!important}.xl\:min-w-6-12{min-width:50%!important}.xl\:max-w-6-12{max-width:50%!important}.xl\:w-8-12{width:66.666%!important}.xl\:min-w-8-12{min-width:66.666%!important}.xl\:max-w-8-12{max-width:66.666%!important}.xl\:font-thin{font-weight:100!important}.xl\:font-extralight{font-weight:200!important}.xl\:font-light{font-weight:300!important}.xl\:font-normal{font-weight:400!important}.xl\:font-medium{font-weight:500!important}.xl\:font-semibold{font-weight:600!important}.xl\:font-bold{font-weight:700!important}.xl\:font-extrabold{font-weight:800!important}.xl\:font-black{font-weight:900!important}.xl\:cursor-pointer{cursor:pointer!important}.xl\:cursor-not-allowed{cursor:not-allowed!important}.xl\:justify-center{justify-content:center!important}.xl\:justify-end{justify-content:end!important}.xl\:justify-start{justify-content:start!important}.xl\:justify-between{justify-content:space-between!important}.xl\:text-primary-sidebar{color:#21272a!important}.xl\:text-primary-color{color:#5b618f!important}.xl\:text-title-color{color:#323a73!important}.xl\:text-white{color:#fff!important}.xl\:text-white-100{color:#f1f5fd!important}.xl\:text-white-60{color:#f7f9fe!important}.xl\:text-navy-100{color:#323a73!important}.xl\:text-navy-60{color:#8489ab!important}.xl\:text-navy-40{color:#adb0c7!important}.xl\:text-navy-20{color:#d6d8e3!important}.xl\:text-charcoalblack-60{color:#121619!important}.xl\:text-grayblue-40{color:#adb0c7!important}.xl\:text-violet-120{color:#5c4dbb!important}.xl\:text-violet-100{color:#7165ff!important}.xl\:text-violet-80{color:#8e84ff!important}.xl\:text-violet-60{color:#b1a6ff!important}.xl\:text-violet-40{color:#c6c1ff!important}.xl\:text-violet-10{color:#e3e0ff!important}.xl\:text-darkslategray{color:#21272a!important}.xl\:text-red{color:red!important}.xl\:text-red-100{color:#f57359!important}.xl\:text-red-80{color:#fd7581!important}.xl\:text-green-100{color:#04d7a2!important}.xl\:text-green-80{color:#7eead5!important}.xl\:text-green-60{color:#9eefe0!important}.xl\:text-green-40{color:#bff5ea!important}.xl\:text-green-20{color:#dffaf5!important}.xl\:text-yellow-100{color:#ffbe50!important}.xl\:bg-primary-sidebar{background-color:#fff!important}.xl\:bg-primary-color{background-color:#5b618f!important}.xl\:bg-table-head-color{background-color:#e3e0ff!important}.xl\:bg-white{background-color:#fff!important}.xl\:bg-white-100{background-color:#f1f5fd!important}.xl\:bg-white-60{background-color:#f7f9fe!important}.xl\:bg-navy-100{background-color:#323a73!important}.xl\:bg-navy-60{background-color:#8489ab!important}.xl\:bg-navy-40{background-color:#adb0c7!important}.xl\:bg-navy-20{background-color:#d6d8e3!important}.xl\:bg-charcoalblack-60{background-color:#121619!important}.xl\:bg-grayblue-40{background-color:#adb0c7!important}.xl\:bg-violet-120{background-color:#5c4dbb!important}.xl\:bg-violet-100{background-color:#7165ff!important}.xl\:bg-violet-80{background-color:#8e84ff!important}.xl\:bg-violet-60{background-color:#b1a6ff!important}.xl\:bg-violet-40{background-color:#c6c1ff!important}.xl\:bg-violet-10{background-color:#e3e0ff!important}.xl\:bg-darkslategray{background-color:#21272a!important}.xl\:bg-red{background-color:red!important}.xl\:bg-red-100{background-color:#f57359!important}.xl\:bg-red-80{background-color:#fd7581!important}.xl\:bg-green-100{background-color:#04d7a2!important}.xl\:bg-green-80{background-color:#7eead5!important}.xl\:bg-green-60{background-color:#9eefe0!important}.xl\:bg-green-40{background-color:#bff5ea!important}.xl\:bg-green-20{background-color:#dffaf5!important}.xl\:bg-yellow-100{background-color:#ffbe50!important}.xl\:bg-transparent{background-color:transparent!important}.xl\:gap-0{gap:0!important}.xl\:gap-1{gap:.25rem!important}.xl\:gap-2{gap:.5rem!important}.xl\:gap-3{gap:.75rem!important}.xl\:gap-4{gap:1rem!important}.xl\:gap-5{gap:1.25rem!important}.xl\:gap-6{gap:1.5rem!important}.xl\:gap-7{gap:1.75rem!important}.xl\:gap-8{gap:2rem!important}.xl\:gap-9{gap:2.25rem!important}.xl\:gap-10{gap:2.5rem!important}.xl\:gap-11{gap:2.75rem!important}.xl\:gap-12{gap:3rem!important}.xl\:gap-14{gap:3.5rem!important}.xl\:gap-16{gap:4rem!important}.xl\:gap-20{gap:5rem!important}.xl\:gap-22{gap:5.5rem!important}.xl\:gap-24{gap:6rem!important}.xl\:gap-28{gap:7rem!important}.xl\:gap-32{gap:8rem!important}.xl\:gap-36{gap:9rem!important}.xl\:gap-40{gap:10rem!important}.xl\:gap-44{gap:11rem!important}.xl\:gap-48{gap:12rem!important}.xl\:gap-52{gap:13rem!important}.xl\:gap-56{gap:14rem!important}.xl\:gap-60{gap:15rem!important}.xl\:gap-64{gap:16rem!important}.xl\:gap-72{gap:18rem!important}.xl\:gap-80{gap:20rem!important}.xl\:gap-96{gap:24rem!important}.xl\:relative{position:relative!important}.xl\:absolute{position:absolute!important}.xl\:align-center{align-items:center!important}.xl\:align-end{align-items:end!important}.xl\:align-start{align-items:start!important}.xl\:text-center{text-align:center!important}.xl\:text-end{text-align:right!important}.xl\:text-start{text-align:left!important}.xl\:rounded-none,.xl\:rounded-t-none{border-radius:0!important}.xl\:rounded-sm{border-radius:.125rem!important}.xl\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.xl\:rounded-df{border-radius:.25rem!important}.xl\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.xl\:rounded-md{border-radius:.375rem!important}.xl\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.xl\:rounded-lg{border-radius:.5rem!important}.xl\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.xl\:rounded-xl{border-radius:.75rem!important}.xl\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.xl\:rounded-2xl{border-radius:1rem!important}.xl\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.xl\:rounded-25xl{border-radius:1.25rem!important}.xl\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.xl\:rounded-3xl{border-radius:1.5rem!important}.xl\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.xl\:rounded-full{border-radius:9999px!important}.xl\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.xl\:opacity-0{opacity:0!important}.xl\:opacity-5{opacity:.05!important}.xl\:opacity-10{opacity:.1!important}.xl\:opacity-20{opacity:.2!important}.xl\:opacity-25{opacity:.25!important}.xl\:opacity-30{opacity:.3!important}.xl\:opacity-40{opacity:.4!important}.xl\:opacity-50{opacity:.5!important}.xl\:opacity-60{opacity:.6!important}.xl\:opacity-70{opacity:.7!important}.xl\:opacity-75{opacity:.75!important}.xl\:opacity-80{opacity:.8!important}.xl\:opacity-90{opacity:.9!important}.xl\:opacity-95{opacity:.95!important}.xl\:opacity-100{opacity:1!important}}@media (max-width: 1023px){.lg\:top-0{top:0!important}.lg\:right-0{right:0!important}.lg\:bottom-0{bottom:0!important}.lg\:left-0{left:0!important}.lg\:m-0{margin:0!important}.lg\:mt-0{margin-top:0!important}.lg\:mr-0{margin-right:0!important}.lg\:mb-0{margin-bottom:0!important}.lg\:ml-0{margin-left:0!important}.lg\:p-0{padding:0!important}.lg\:pt-0{padding-top:0!important}.lg\:pr-0{padding-right:0!important}.lg\:pb-0{padding-bottom:0!important}.lg\:pl-0{padding-left:0!important}.lg\:top-1{top:.25rem!important}.lg\:right-1{right:.25rem!important}.lg\:bottom-1{bottom:.25rem!important}.lg\:left-1{left:.25rem!important}.lg\:m-1{margin:.25rem!important}.lg\:mt-1{margin-top:.25rem!important}.lg\:mr-1{margin-right:.25rem!important}.lg\:mb-1{margin-bottom:.25rem!important}.lg\:ml-1{margin-left:.25rem!important}.lg\:p-1{padding:.25rem!important}.lg\:pt-1{padding-top:.25rem!important}.lg\:pr-1{padding-right:.25rem!important}.lg\:pb-1{padding-bottom:.25rem!important}.lg\:pl-1{padding-left:.25rem!important}.lg\:top-2{top:.5rem!important}.lg\:right-2{right:.5rem!important}.lg\:bottom-2{bottom:.5rem!important}.lg\:left-2{left:.5rem!important}.lg\:m-2{margin:.5rem!important}.lg\:mt-2{margin-top:.5rem!important}.lg\:mr-2{margin-right:.5rem!important}.lg\:mb-2{margin-bottom:.5rem!important}.lg\:ml-2{margin-left:.5rem!important}.lg\:p-2{padding:.5rem!important}.lg\:pt-2{padding-top:.5rem!important}.lg\:pr-2{padding-right:.5rem!important}.lg\:pb-2{padding-bottom:.5rem!important}.lg\:pl-2{padding-left:.5rem!important}.lg\:top-3{top:.75rem!important}.lg\:right-3{right:.75rem!important}.lg\:bottom-3{bottom:.75rem!important}.lg\:left-3{left:.75rem!important}.lg\:m-3{margin:.75rem!important}.lg\:mt-3{margin-top:.75rem!important}.lg\:mr-3{margin-right:.75rem!important}.lg\:mb-3{margin-bottom:.75rem!important}.lg\:ml-3{margin-left:.75rem!important}.lg\:p-3{padding:.75rem!important}.lg\:pt-3{padding-top:.75rem!important}.lg\:pr-3{padding-right:.75rem!important}.lg\:pb-3{padding-bottom:.75rem!important}.lg\:pl-3{padding-left:.75rem!important}.lg\:top-4{top:1rem!important}.lg\:right-4{right:1rem!important}.lg\:bottom-4{bottom:1rem!important}.lg\:left-4{left:1rem!important}.lg\:m-4{margin:1rem!important}.lg\:mt-4{margin-top:1rem!important}.lg\:mr-4{margin-right:1rem!important}.lg\:mb-4{margin-bottom:1rem!important}.lg\:ml-4{margin-left:1rem!important}.lg\:p-4{padding:1rem!important}.lg\:pt-4{padding-top:1rem!important}.lg\:pr-4{padding-right:1rem!important}.lg\:pb-4{padding-bottom:1rem!important}.lg\:pl-4{padding-left:1rem!important}.lg\:top-5{top:1.25rem!important}.lg\:right-5{right:1.25rem!important}.lg\:bottom-5{bottom:1.25rem!important}.lg\:left-5{left:1.25rem!important}.lg\:m-5{margin:1.25rem!important}.lg\:mt-5{margin-top:1.25rem!important}.lg\:mr-5{margin-right:1.25rem!important}.lg\:mb-5{margin-bottom:1.25rem!important}.lg\:ml-5{margin-left:1.25rem!important}.lg\:p-5{padding:1.25rem!important}.lg\:pt-5{padding-top:1.25rem!important}.lg\:pr-5{padding-right:1.25rem!important}.lg\:pb-5{padding-bottom:1.25rem!important}.lg\:pl-5{padding-left:1.25rem!important}.lg\:top-6{top:1.5rem!important}.lg\:right-6{right:1.5rem!important}.lg\:bottom-6{bottom:1.5rem!important}.lg\:left-6{left:1.5rem!important}.lg\:m-6{margin:1.5rem!important}.lg\:mt-6{margin-top:1.5rem!important}.lg\:mr-6{margin-right:1.5rem!important}.lg\:mb-6{margin-bottom:1.5rem!important}.lg\:ml-6{margin-left:1.5rem!important}.lg\:p-6{padding:1.5rem!important}.lg\:pt-6{padding-top:1.5rem!important}.lg\:pr-6{padding-right:1.5rem!important}.lg\:pb-6{padding-bottom:1.5rem!important}.lg\:pl-6{padding-left:1.5rem!important}.lg\:top-7{top:1.75rem!important}.lg\:right-7{right:1.75rem!important}.lg\:bottom-7{bottom:1.75rem!important}.lg\:left-7{left:1.75rem!important}.lg\:m-7{margin:1.75rem!important}.lg\:mt-7{margin-top:1.75rem!important}.lg\:mr-7{margin-right:1.75rem!important}.lg\:mb-7{margin-bottom:1.75rem!important}.lg\:ml-7{margin-left:1.75rem!important}.lg\:p-7{padding:1.75rem!important}.lg\:pt-7{padding-top:1.75rem!important}.lg\:pr-7{padding-right:1.75rem!important}.lg\:pb-7{padding-bottom:1.75rem!important}.lg\:pl-7{padding-left:1.75rem!important}.lg\:top-8{top:2rem!important}.lg\:right-8{right:2rem!important}.lg\:bottom-8{bottom:2rem!important}.lg\:left-8{left:2rem!important}.lg\:m-8{margin:2rem!important}.lg\:mt-8{margin-top:2rem!important}.lg\:mr-8{margin-right:2rem!important}.lg\:mb-8{margin-bottom:2rem!important}.lg\:ml-8{margin-left:2rem!important}.lg\:p-8{padding:2rem!important}.lg\:pt-8{padding-top:2rem!important}.lg\:pr-8{padding-right:2rem!important}.lg\:pb-8{padding-bottom:2rem!important}.lg\:pl-8{padding-left:2rem!important}.lg\:top-9{top:2.25rem!important}.lg\:right-9{right:2.25rem!important}.lg\:bottom-9{bottom:2.25rem!important}.lg\:left-9{left:2.25rem!important}.lg\:m-9{margin:2.25rem!important}.lg\:mt-9{margin-top:2.25rem!important}.lg\:mr-9{margin-right:2.25rem!important}.lg\:mb-9{margin-bottom:2.25rem!important}.lg\:ml-9{margin-left:2.25rem!important}.lg\:p-9{padding:2.25rem!important}.lg\:pt-9{padding-top:2.25rem!important}.lg\:pr-9{padding-right:2.25rem!important}.lg\:pb-9{padding-bottom:2.25rem!important}.lg\:pl-9{padding-left:2.25rem!important}.lg\:top-10{top:2.5rem!important}.lg\:right-10{right:2.5rem!important}.lg\:bottom-10{bottom:2.5rem!important}.lg\:left-10{left:2.5rem!important}.lg\:m-10{margin:2.5rem!important}.lg\:mt-10{margin-top:2.5rem!important}.lg\:mr-10{margin-right:2.5rem!important}.lg\:mb-10{margin-bottom:2.5rem!important}.lg\:ml-10{margin-left:2.5rem!important}.lg\:p-10{padding:2.5rem!important}.lg\:pt-10{padding-top:2.5rem!important}.lg\:pr-10{padding-right:2.5rem!important}.lg\:pb-10{padding-bottom:2.5rem!important}.lg\:pl-10{padding-left:2.5rem!important}.lg\:top-11{top:2.75rem!important}.lg\:right-11{right:2.75rem!important}.lg\:bottom-11{bottom:2.75rem!important}.lg\:left-11{left:2.75rem!important}.lg\:m-11{margin:2.75rem!important}.lg\:mt-11{margin-top:2.75rem!important}.lg\:mr-11{margin-right:2.75rem!important}.lg\:mb-11{margin-bottom:2.75rem!important}.lg\:ml-11{margin-left:2.75rem!important}.lg\:p-11{padding:2.75rem!important}.lg\:pt-11{padding-top:2.75rem!important}.lg\:pr-11{padding-right:2.75rem!important}.lg\:pb-11{padding-bottom:2.75rem!important}.lg\:pl-11{padding-left:2.75rem!important}.lg\:top-12{top:3rem!important}.lg\:right-12{right:3rem!important}.lg\:bottom-12{bottom:3rem!important}.lg\:left-12{left:3rem!important}.lg\:m-12{margin:3rem!important}.lg\:mt-12{margin-top:3rem!important}.lg\:mr-12{margin-right:3rem!important}.lg\:mb-12{margin-bottom:3rem!important}.lg\:ml-12{margin-left:3rem!important}.lg\:p-12{padding:3rem!important}.lg\:pt-12{padding-top:3rem!important}.lg\:pr-12{padding-right:3rem!important}.lg\:pb-12{padding-bottom:3rem!important}.lg\:pl-12{padding-left:3rem!important}.lg\:top-14{top:3.5rem!important}.lg\:right-14{right:3.5rem!important}.lg\:bottom-14{bottom:3.5rem!important}.lg\:left-14{left:3.5rem!important}.lg\:m-14{margin:3.5rem!important}.lg\:mt-14{margin-top:3.5rem!important}.lg\:mr-14{margin-right:3.5rem!important}.lg\:mb-14{margin-bottom:3.5rem!important}.lg\:ml-14{margin-left:3.5rem!important}.lg\:p-14{padding:3.5rem!important}.lg\:pt-14{padding-top:3.5rem!important}.lg\:pr-14{padding-right:3.5rem!important}.lg\:pb-14{padding-bottom:3.5rem!important}.lg\:pl-14{padding-left:3.5rem!important}.lg\:top-16{top:4rem!important}.lg\:right-16{right:4rem!important}.lg\:bottom-16{bottom:4rem!important}.lg\:left-16{left:4rem!important}.lg\:m-16{margin:4rem!important}.lg\:mt-16{margin-top:4rem!important}.lg\:mr-16{margin-right:4rem!important}.lg\:mb-16{margin-bottom:4rem!important}.lg\:ml-16{margin-left:4rem!important}.lg\:p-16{padding:4rem!important}.lg\:pt-16{padding-top:4rem!important}.lg\:pr-16{padding-right:4rem!important}.lg\:pb-16{padding-bottom:4rem!important}.lg\:pl-16{padding-left:4rem!important}.lg\:top-20{top:5rem!important}.lg\:right-20{right:5rem!important}.lg\:bottom-20{bottom:5rem!important}.lg\:left-20{left:5rem!important}.lg\:m-20{margin:5rem!important}.lg\:mt-20{margin-top:5rem!important}.lg\:mr-20{margin-right:5rem!important}.lg\:mb-20{margin-bottom:5rem!important}.lg\:ml-20{margin-left:5rem!important}.lg\:p-20{padding:5rem!important}.lg\:pt-20{padding-top:5rem!important}.lg\:pr-20{padding-right:5rem!important}.lg\:pb-20{padding-bottom:5rem!important}.lg\:pl-20{padding-left:5rem!important}.lg\:top-22{top:5.5rem!important}.lg\:right-22{right:5.5rem!important}.lg\:bottom-22{bottom:5.5rem!important}.lg\:left-22{left:5.5rem!important}.lg\:m-22{margin:5.5rem!important}.lg\:mt-22{margin-top:5.5rem!important}.lg\:mr-22{margin-right:5.5rem!important}.lg\:mb-22{margin-bottom:5.5rem!important}.lg\:ml-22{margin-left:5.5rem!important}.lg\:p-22{padding:5.5rem!important}.lg\:pt-22{padding-top:5.5rem!important}.lg\:pr-22{padding-right:5.5rem!important}.lg\:pb-22{padding-bottom:5.5rem!important}.lg\:pl-22{padding-left:5.5rem!important}.lg\:top-24{top:6rem!important}.lg\:right-24{right:6rem!important}.lg\:bottom-24{bottom:6rem!important}.lg\:left-24{left:6rem!important}.lg\:m-24{margin:6rem!important}.lg\:mt-24{margin-top:6rem!important}.lg\:mr-24{margin-right:6rem!important}.lg\:mb-24{margin-bottom:6rem!important}.lg\:ml-24{margin-left:6rem!important}.lg\:p-24{padding:6rem!important}.lg\:pt-24{padding-top:6rem!important}.lg\:pr-24{padding-right:6rem!important}.lg\:pb-24{padding-bottom:6rem!important}.lg\:pl-24{padding-left:6rem!important}.lg\:top-28{top:7rem!important}.lg\:right-28{right:7rem!important}.lg\:bottom-28{bottom:7rem!important}.lg\:left-28{left:7rem!important}.lg\:m-28{margin:7rem!important}.lg\:mt-28{margin-top:7rem!important}.lg\:mr-28{margin-right:7rem!important}.lg\:mb-28{margin-bottom:7rem!important}.lg\:ml-28{margin-left:7rem!important}.lg\:p-28{padding:7rem!important}.lg\:pt-28{padding-top:7rem!important}.lg\:pr-28{padding-right:7rem!important}.lg\:pb-28{padding-bottom:7rem!important}.lg\:pl-28{padding-left:7rem!important}.lg\:top-32{top:8rem!important}.lg\:right-32{right:8rem!important}.lg\:bottom-32{bottom:8rem!important}.lg\:left-32{left:8rem!important}.lg\:m-32{margin:8rem!important}.lg\:mt-32{margin-top:8rem!important}.lg\:mr-32{margin-right:8rem!important}.lg\:mb-32{margin-bottom:8rem!important}.lg\:ml-32{margin-left:8rem!important}.lg\:p-32{padding:8rem!important}.lg\:pt-32{padding-top:8rem!important}.lg\:pr-32{padding-right:8rem!important}.lg\:pb-32{padding-bottom:8rem!important}.lg\:pl-32{padding-left:8rem!important}.lg\:top-36{top:9rem!important}.lg\:right-36{right:9rem!important}.lg\:bottom-36{bottom:9rem!important}.lg\:left-36{left:9rem!important}.lg\:m-36{margin:9rem!important}.lg\:mt-36{margin-top:9rem!important}.lg\:mr-36{margin-right:9rem!important}.lg\:mb-36{margin-bottom:9rem!important}.lg\:ml-36{margin-left:9rem!important}.lg\:p-36{padding:9rem!important}.lg\:pt-36{padding-top:9rem!important}.lg\:pr-36{padding-right:9rem!important}.lg\:pb-36{padding-bottom:9rem!important}.lg\:pl-36{padding-left:9rem!important}.lg\:top-40{top:10rem!important}.lg\:right-40{right:10rem!important}.lg\:bottom-40{bottom:10rem!important}.lg\:left-40{left:10rem!important}.lg\:m-40{margin:10rem!important}.lg\:mt-40{margin-top:10rem!important}.lg\:mr-40{margin-right:10rem!important}.lg\:mb-40{margin-bottom:10rem!important}.lg\:ml-40{margin-left:10rem!important}.lg\:p-40{padding:10rem!important}.lg\:pt-40{padding-top:10rem!important}.lg\:pr-40{padding-right:10rem!important}.lg\:pb-40{padding-bottom:10rem!important}.lg\:pl-40{padding-left:10rem!important}.lg\:top-44{top:11rem!important}.lg\:right-44{right:11rem!important}.lg\:bottom-44{bottom:11rem!important}.lg\:left-44{left:11rem!important}.lg\:m-44{margin:11rem!important}.lg\:mt-44{margin-top:11rem!important}.lg\:mr-44{margin-right:11rem!important}.lg\:mb-44{margin-bottom:11rem!important}.lg\:ml-44{margin-left:11rem!important}.lg\:p-44{padding:11rem!important}.lg\:pt-44{padding-top:11rem!important}.lg\:pr-44{padding-right:11rem!important}.lg\:pb-44{padding-bottom:11rem!important}.lg\:pl-44{padding-left:11rem!important}.lg\:top-48{top:12rem!important}.lg\:right-48{right:12rem!important}.lg\:bottom-48{bottom:12rem!important}.lg\:left-48{left:12rem!important}.lg\:m-48{margin:12rem!important}.lg\:mt-48{margin-top:12rem!important}.lg\:mr-48{margin-right:12rem!important}.lg\:mb-48{margin-bottom:12rem!important}.lg\:ml-48{margin-left:12rem!important}.lg\:p-48{padding:12rem!important}.lg\:pt-48{padding-top:12rem!important}.lg\:pr-48{padding-right:12rem!important}.lg\:pb-48{padding-bottom:12rem!important}.lg\:pl-48{padding-left:12rem!important}.lg\:top-52{top:13rem!important}.lg\:right-52{right:13rem!important}.lg\:bottom-52{bottom:13rem!important}.lg\:left-52{left:13rem!important}.lg\:m-52{margin:13rem!important}.lg\:mt-52{margin-top:13rem!important}.lg\:mr-52{margin-right:13rem!important}.lg\:mb-52{margin-bottom:13rem!important}.lg\:ml-52{margin-left:13rem!important}.lg\:p-52{padding:13rem!important}.lg\:pt-52{padding-top:13rem!important}.lg\:pr-52{padding-right:13rem!important}.lg\:pb-52{padding-bottom:13rem!important}.lg\:pl-52{padding-left:13rem!important}.lg\:top-56{top:14rem!important}.lg\:right-56{right:14rem!important}.lg\:bottom-56{bottom:14rem!important}.lg\:left-56{left:14rem!important}.lg\:m-56{margin:14rem!important}.lg\:mt-56{margin-top:14rem!important}.lg\:mr-56{margin-right:14rem!important}.lg\:mb-56{margin-bottom:14rem!important}.lg\:ml-56{margin-left:14rem!important}.lg\:p-56{padding:14rem!important}.lg\:pt-56{padding-top:14rem!important}.lg\:pr-56{padding-right:14rem!important}.lg\:pb-56{padding-bottom:14rem!important}.lg\:pl-56{padding-left:14rem!important}.lg\:top-60{top:15rem!important}.lg\:right-60{right:15rem!important}.lg\:bottom-60{bottom:15rem!important}.lg\:left-60{left:15rem!important}.lg\:m-60{margin:15rem!important}.lg\:mt-60{margin-top:15rem!important}.lg\:mr-60{margin-right:15rem!important}.lg\:mb-60{margin-bottom:15rem!important}.lg\:ml-60{margin-left:15rem!important}.lg\:p-60{padding:15rem!important}.lg\:pt-60{padding-top:15rem!important}.lg\:pr-60{padding-right:15rem!important}.lg\:pb-60{padding-bottom:15rem!important}.lg\:pl-60{padding-left:15rem!important}.lg\:top-64{top:16rem!important}.lg\:right-64{right:16rem!important}.lg\:bottom-64{bottom:16rem!important}.lg\:left-64{left:16rem!important}.lg\:m-64{margin:16rem!important}.lg\:mt-64{margin-top:16rem!important}.lg\:mr-64{margin-right:16rem!important}.lg\:mb-64{margin-bottom:16rem!important}.lg\:ml-64{margin-left:16rem!important}.lg\:p-64{padding:16rem!important}.lg\:pt-64{padding-top:16rem!important}.lg\:pr-64{padding-right:16rem!important}.lg\:pb-64{padding-bottom:16rem!important}.lg\:pl-64{padding-left:16rem!important}.lg\:top-72{top:18rem!important}.lg\:right-72{right:18rem!important}.lg\:bottom-72{bottom:18rem!important}.lg\:left-72{left:18rem!important}.lg\:m-72{margin:18rem!important}.lg\:mt-72{margin-top:18rem!important}.lg\:mr-72{margin-right:18rem!important}.lg\:mb-72{margin-bottom:18rem!important}.lg\:ml-72{margin-left:18rem!important}.lg\:p-72{padding:18rem!important}.lg\:pt-72{padding-top:18rem!important}.lg\:pr-72{padding-right:18rem!important}.lg\:pb-72{padding-bottom:18rem!important}.lg\:pl-72{padding-left:18rem!important}.lg\:top-80{top:20rem!important}.lg\:right-80{right:20rem!important}.lg\:bottom-80{bottom:20rem!important}.lg\:left-80{left:20rem!important}.lg\:m-80{margin:20rem!important}.lg\:mt-80{margin-top:20rem!important}.lg\:mr-80{margin-right:20rem!important}.lg\:mb-80{margin-bottom:20rem!important}.lg\:ml-80{margin-left:20rem!important}.lg\:p-80{padding:20rem!important}.lg\:pt-80{padding-top:20rem!important}.lg\:pr-80{padding-right:20rem!important}.lg\:pb-80{padding-bottom:20rem!important}.lg\:pl-80{padding-left:20rem!important}.lg\:top-96{top:24rem!important}.lg\:right-96{right:24rem!important}.lg\:bottom-96{bottom:24rem!important}.lg\:left-96{left:24rem!important}.lg\:m-96{margin:24rem!important}.lg\:mt-96{margin-top:24rem!important}.lg\:mr-96{margin-right:24rem!important}.lg\:mb-96{margin-bottom:24rem!important}.lg\:ml-96{margin-left:24rem!important}.lg\:p-96{padding:24rem!important}.lg\:pt-96{padding-top:24rem!important}.lg\:pr-96{padding-right:24rem!important}.lg\:pb-96{padding-bottom:24rem!important}.lg\:pl-96{padding-left:24rem!important}.lg\:top-auto{top:auto!important}.lg\:right-auto{right:auto!important}.lg\:bottom-auto{bottom:auto!important}.lg\:left-auto{left:auto!important}.lg\:m-auto{margin:auto!important}.lg\:mt-auto{margin-top:auto!important}.lg\:mr-auto{margin-right:auto!important}.lg\:mb-auto{margin-bottom:auto!important}.lg\:ml-auto{margin-left:auto!important}.lg\:p-auto{padding:auto!important}.lg\:pt-auto{padding-top:auto!important}.lg\:pr-auto{padding-right:auto!important}.lg\:pb-auto{padding-bottom:auto!important}.lg\:pl-auto{padding-left:auto!important}.lg\:top-px{top:1px!important}.lg\:right-px{right:1px!important}.lg\:bottom-px{bottom:1px!important}.lg\:left-px{left:1px!important}.lg\:m-px{margin:1px!important}.lg\:mt-px{margin-top:1px!important}.lg\:mr-px{margin-right:1px!important}.lg\:mb-px{margin-bottom:1px!important}.lg\:ml-px{margin-left:1px!important}.lg\:p-px{padding:1px!important}.lg\:pt-px{padding-top:1px!important}.lg\:pr-px{padding-right:1px!important}.lg\:pb-px{padding-bottom:1px!important}.lg\:pl-px{padding-left:1px!important}.lg\:text-0{font-size:0!important}.lg\:text-1{font-size:.25rem!important}.lg\:text-2{font-size:.5rem!important}.lg\:text-3{font-size:.75rem!important}.lg\:text-4{font-size:1rem!important}.lg\:text-5{font-size:1.25rem!important}.lg\:text-6{font-size:1.5rem!important}.lg\:text-7{font-size:1.75rem!important}.lg\:text-8{font-size:2rem!important}.lg\:text-9{font-size:2.25rem!important}.lg\:text-10{font-size:2.5rem!important}.lg\:text-11{font-size:2.75rem!important}.lg\:text-12{font-size:3rem!important}.lg\:text-14{font-size:3.5rem!important}.lg\:text-16{font-size:4rem!important}.lg\:text-20{font-size:5rem!important}.lg\:text-22{font-size:5.5rem!important}.lg\:text-24{font-size:6rem!important}.lg\:text-28{font-size:7rem!important}.lg\:text-32{font-size:8rem!important}.lg\:text-36{font-size:9rem!important}.lg\:text-40{font-size:10rem!important}.lg\:text-44{font-size:11rem!important}.lg\:text-48{font-size:12rem!important}.lg\:text-52{font-size:13rem!important}.lg\:text-56{font-size:14rem!important}.lg\:text-60{font-size:15rem!important}.lg\:text-64{font-size:16rem!important}.lg\:text-72{font-size:18rem!important}.lg\:text-80{font-size:20rem!important}.lg\:text-96{font-size:24rem!important}.lg\:h-0{height:0!important}.lg\:min-h-0{min-height:0!important}.lg\:max-h-0{max-height:0!important}.lg\:h-1{height:.25rem!important}.lg\:min-h-1{min-height:.25rem!important}.lg\:max-h-1{max-height:.25rem!important}.lg\:h-2{height:.5rem!important}.lg\:min-h-2{min-height:.5rem!important}.lg\:max-h-2{max-height:.5rem!important}.lg\:h-3{height:.75rem!important}.lg\:min-h-3{min-height:.75rem!important}.lg\:max-h-3{max-height:.75rem!important}.lg\:h-4{height:1rem!important}.lg\:min-h-4{min-height:1rem!important}.lg\:max-h-4{max-height:1rem!important}.lg\:h-5{height:1.25rem!important}.lg\:min-h-5{min-height:1.25rem!important}.lg\:max-h-5{max-height:1.25rem!important}.lg\:h-6{height:1.5rem!important}.lg\:min-h-6{min-height:1.5rem!important}.lg\:max-h-6{max-height:1.5rem!important}.lg\:h-7{height:1.75rem!important}.lg\:min-h-7{min-height:1.75rem!important}.lg\:max-h-7{max-height:1.75rem!important}.lg\:h-8{height:2rem!important}.lg\:min-h-8{min-height:2rem!important}.lg\:max-h-8{max-height:2rem!important}.lg\:h-9{height:2.25rem!important}.lg\:min-h-9{min-height:2.25rem!important}.lg\:max-h-9{max-height:2.25rem!important}.lg\:h-10{height:2.5rem!important}.lg\:min-h-10{min-height:2.5rem!important}.lg\:max-h-10{max-height:2.5rem!important}.lg\:h-11{height:2.75rem!important}.lg\:min-h-11{min-height:2.75rem!important}.lg\:max-h-11{max-height:2.75rem!important}.lg\:h-12{height:3rem!important}.lg\:min-h-12{min-height:3rem!important}.lg\:max-h-12{max-height:3rem!important}.lg\:h-14{height:3.5rem!important}.lg\:min-h-14{min-height:3.5rem!important}.lg\:max-h-14{max-height:3.5rem!important}.lg\:h-16{height:4rem!important}.lg\:min-h-16{min-height:4rem!important}.lg\:max-h-16{max-height:4rem!important}.lg\:h-20{height:5rem!important}.lg\:min-h-20{min-height:5rem!important}.lg\:max-h-20{max-height:5rem!important}.lg\:h-22{height:5.5rem!important}.lg\:min-h-22{min-height:5.5rem!important}.lg\:max-h-22{max-height:5.5rem!important}.lg\:h-24{height:6rem!important}.lg\:min-h-24{min-height:6rem!important}.lg\:max-h-24{max-height:6rem!important}.lg\:h-28{height:7rem!important}.lg\:min-h-28{min-height:7rem!important}.lg\:max-h-28{max-height:7rem!important}.lg\:h-32{height:8rem!important}.lg\:min-h-32{min-height:8rem!important}.lg\:max-h-32{max-height:8rem!important}.lg\:h-36{height:9rem!important}.lg\:min-h-36{min-height:9rem!important}.lg\:max-h-36{max-height:9rem!important}.lg\:h-40{height:10rem!important}.lg\:min-h-40{min-height:10rem!important}.lg\:max-h-40{max-height:10rem!important}.lg\:h-44{height:11rem!important}.lg\:min-h-44{min-height:11rem!important}.lg\:max-h-44{max-height:11rem!important}.lg\:h-48{height:12rem!important}.lg\:min-h-48{min-height:12rem!important}.lg\:max-h-48{max-height:12rem!important}.lg\:h-52{height:13rem!important}.lg\:min-h-52{min-height:13rem!important}.lg\:max-h-52{max-height:13rem!important}.lg\:h-56{height:14rem!important}.lg\:min-h-56{min-height:14rem!important}.lg\:max-h-56{max-height:14rem!important}.lg\:h-60{height:15rem!important}.lg\:min-h-60{min-height:15rem!important}.lg\:max-h-60{max-height:15rem!important}.lg\:h-64{height:16rem!important}.lg\:min-h-64{min-height:16rem!important}.lg\:max-h-64{max-height:16rem!important}.lg\:h-72{height:18rem!important}.lg\:min-h-72{min-height:18rem!important}.lg\:max-h-72{max-height:18rem!important}.lg\:h-80{height:20rem!important}.lg\:min-h-80{min-height:20rem!important}.lg\:max-h-80{max-height:20rem!important}.lg\:h-96{height:24rem!important}.lg\:min-h-96{min-height:24rem!important}.lg\:max-h-96{max-height:24rem!important}.lg\:h-auto{height:auto!important}.lg\:min-h-auto{min-height:auto!important}.lg\:max-h-auto{max-height:auto!important}.lg\:h-full{height:100%!important}.lg\:min-h-full{min-height:100%!important}.lg\:max-h-full{max-height:100%!important}.lg\:h-screen{height:100vh!important}.lg\:min-h-screen{min-height:100vh!important}.lg\:max-h-screen{max-height:100vh!important}.lg\:h-min{height:-moz-min-content!important;height:min-content!important}.lg\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.lg\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.lg\:h-max{height:-moz-max-content!important;height:max-content!important}.lg\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.lg\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.lg\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.lg\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.lg\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.lg\:h-2-12{height:16.666%!important}.lg\:min-h-2-12{min-height:16.666%!important}.lg\:max-h-2-12{max-height:16.666%!important}.lg\:h-4-12{height:33.333%!important}.lg\:min-h-4-12{min-height:33.333%!important}.lg\:max-h-4-12{max-height:33.333%!important}.lg\:h-6-12{height:50%!important}.lg\:min-h-6-12{min-height:50%!important}.lg\:max-h-6-12{max-height:50%!important}.lg\:h-8-12{height:66.666%!important}.lg\:min-h-8-12{min-height:66.666%!important}.lg\:max-h-8-12{max-height:66.666%!important}.lg\:w-0{width:0!important}.lg\:min-w-0{min-width:0!important}.lg\:max-w-0{max-width:0!important}.lg\:w-1{width:.25rem!important}.lg\:min-w-1{min-width:.25rem!important}.lg\:max-w-1{max-width:.25rem!important}.lg\:w-2{width:.5rem!important}.lg\:min-w-2{min-width:.5rem!important}.lg\:max-w-2{max-width:.5rem!important}.lg\:w-3{width:.75rem!important}.lg\:min-w-3{min-width:.75rem!important}.lg\:max-w-3{max-width:.75rem!important}.lg\:w-4{width:1rem!important}.lg\:min-w-4{min-width:1rem!important}.lg\:max-w-4{max-width:1rem!important}.lg\:w-5{width:1.25rem!important}.lg\:min-w-5{min-width:1.25rem!important}.lg\:max-w-5{max-width:1.25rem!important}.lg\:w-6{width:1.5rem!important}.lg\:min-w-6{min-width:1.5rem!important}.lg\:max-w-6{max-width:1.5rem!important}.lg\:w-7{width:1.75rem!important}.lg\:min-w-7{min-width:1.75rem!important}.lg\:max-w-7{max-width:1.75rem!important}.lg\:w-8{width:2rem!important}.lg\:min-w-8{min-width:2rem!important}.lg\:max-w-8{max-width:2rem!important}.lg\:w-9{width:2.25rem!important}.lg\:min-w-9{min-width:2.25rem!important}.lg\:max-w-9{max-width:2.25rem!important}.lg\:w-10{width:2.5rem!important}.lg\:min-w-10{min-width:2.5rem!important}.lg\:max-w-10{max-width:2.5rem!important}.lg\:w-11{width:2.75rem!important}.lg\:min-w-11{min-width:2.75rem!important}.lg\:max-w-11{max-width:2.75rem!important}.lg\:w-12{width:3rem!important}.lg\:min-w-12{min-width:3rem!important}.lg\:max-w-12{max-width:3rem!important}.lg\:w-14{width:3.5rem!important}.lg\:min-w-14{min-width:3.5rem!important}.lg\:max-w-14{max-width:3.5rem!important}.lg\:w-16{width:4rem!important}.lg\:min-w-16{min-width:4rem!important}.lg\:max-w-16{max-width:4rem!important}.lg\:w-20{width:5rem!important}.lg\:min-w-20{min-width:5rem!important}.lg\:max-w-20{max-width:5rem!important}.lg\:w-22{width:5.5rem!important}.lg\:min-w-22{min-width:5.5rem!important}.lg\:max-w-22{max-width:5.5rem!important}.lg\:w-24{width:6rem!important}.lg\:min-w-24{min-width:6rem!important}.lg\:max-w-24{max-width:6rem!important}.lg\:w-28{width:7rem!important}.lg\:min-w-28{min-width:7rem!important}.lg\:max-w-28{max-width:7rem!important}.lg\:w-32{width:8rem!important}.lg\:min-w-32{min-width:8rem!important}.lg\:max-w-32{max-width:8rem!important}.lg\:w-36{width:9rem!important}.lg\:min-w-36{min-width:9rem!important}.lg\:max-w-36{max-width:9rem!important}.lg\:w-40{width:10rem!important}.lg\:min-w-40{min-width:10rem!important}.lg\:max-w-40{max-width:10rem!important}.lg\:w-44{width:11rem!important}.lg\:min-w-44{min-width:11rem!important}.lg\:max-w-44{max-width:11rem!important}.lg\:w-48{width:12rem!important}.lg\:min-w-48{min-width:12rem!important}.lg\:max-w-48{max-width:12rem!important}.lg\:w-52{width:13rem!important}.lg\:min-w-52{min-width:13rem!important}.lg\:max-w-52{max-width:13rem!important}.lg\:w-56{width:14rem!important}.lg\:min-w-56{min-width:14rem!important}.lg\:max-w-56{max-width:14rem!important}.lg\:w-60{width:15rem!important}.lg\:min-w-60{min-width:15rem!important}.lg\:max-w-60{max-width:15rem!important}.lg\:w-64{width:16rem!important}.lg\:min-w-64{min-width:16rem!important}.lg\:max-w-64{max-width:16rem!important}.lg\:w-72{width:18rem!important}.lg\:min-w-72{min-width:18rem!important}.lg\:max-w-72{max-width:18rem!important}.lg\:w-80{width:20rem!important}.lg\:min-w-80{min-width:20rem!important}.lg\:max-w-80{max-width:20rem!important}.lg\:w-96{width:24rem!important}.lg\:min-w-96{min-width:24rem!important}.lg\:max-w-96{max-width:24rem!important}.lg\:w-auto{width:auto!important}.lg\:min-w-auto{min-width:auto!important}.lg\:max-w-auto{max-width:auto!important}.lg\:w-full{width:100%!important}.lg\:min-w-full{min-width:100%!important}.lg\:max-w-full{max-width:100%!important}.lg\:w-screen{width:100vw!important}.lg\:min-w-screen{min-width:100vw!important}.lg\:max-w-screen{max-width:100vw!important}.lg\:w-min{width:-moz-min-content!important;width:min-content!important}.lg\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.lg\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.lg\:w-max{width:-moz-max-content!important;width:max-content!important}.lg\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.lg\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.lg\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.lg\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.lg\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.lg\:w-2-12{width:16.666%!important}.lg\:min-w-2-12{min-width:16.666%!important}.lg\:max-w-2-12{max-width:16.666%!important}.lg\:w-4-12{width:33.333%!important}.lg\:min-w-4-12{min-width:33.333%!important}.lg\:max-w-4-12{max-width:33.333%!important}.lg\:w-6-12{width:50%!important}.lg\:min-w-6-12{min-width:50%!important}.lg\:max-w-6-12{max-width:50%!important}.lg\:w-8-12{width:66.666%!important}.lg\:min-w-8-12{min-width:66.666%!important}.lg\:max-w-8-12{max-width:66.666%!important}.lg\:font-thin{font-weight:100!important}.lg\:font-extralight{font-weight:200!important}.lg\:font-light{font-weight:300!important}.lg\:font-normal{font-weight:400!important}.lg\:font-medium{font-weight:500!important}.lg\:font-semibold{font-weight:600!important}.lg\:font-bold{font-weight:700!important}.lg\:font-extrabold{font-weight:800!important}.lg\:font-black{font-weight:900!important}.lg\:cursor-pointer{cursor:pointer!important}.lg\:cursor-not-allowed{cursor:not-allowed!important}.lg\:justify-center{justify-content:center!important}.lg\:justify-end{justify-content:end!important}.lg\:justify-start{justify-content:start!important}.lg\:justify-between{justify-content:space-between!important}.lg\:text-primary-sidebar{color:#21272a!important}.lg\:text-primary-color{color:#5b618f!important}.lg\:text-title-color{color:#323a73!important}.lg\:text-white{color:#fff!important}.lg\:text-white-100{color:#f1f5fd!important}.lg\:text-white-60{color:#f7f9fe!important}.lg\:text-navy-100{color:#323a73!important}.lg\:text-navy-60{color:#8489ab!important}.lg\:text-navy-40{color:#adb0c7!important}.lg\:text-navy-20{color:#d6d8e3!important}.lg\:text-charcoalblack-60{color:#121619!important}.lg\:text-grayblue-40{color:#adb0c7!important}.lg\:text-violet-120{color:#5c4dbb!important}.lg\:text-violet-100{color:#7165ff!important}.lg\:text-violet-80{color:#8e84ff!important}.lg\:text-violet-60{color:#b1a6ff!important}.lg\:text-violet-40{color:#c6c1ff!important}.lg\:text-violet-10{color:#e3e0ff!important}.lg\:text-darkslategray{color:#21272a!important}.lg\:text-red{color:red!important}.lg\:text-red-100{color:#f57359!important}.lg\:text-red-80{color:#fd7581!important}.lg\:text-green-100{color:#04d7a2!important}.lg\:text-green-80{color:#7eead5!important}.lg\:text-green-60{color:#9eefe0!important}.lg\:text-green-40{color:#bff5ea!important}.lg\:text-green-20{color:#dffaf5!important}.lg\:text-yellow-100{color:#ffbe50!important}.lg\:bg-primary-sidebar{background-color:#fff!important}.lg\:bg-primary-color{background-color:#5b618f!important}.lg\:bg-table-head-color{background-color:#e3e0ff!important}.lg\:bg-white{background-color:#fff!important}.lg\:bg-white-100{background-color:#f1f5fd!important}.lg\:bg-white-60{background-color:#f7f9fe!important}.lg\:bg-navy-100{background-color:#323a73!important}.lg\:bg-navy-60{background-color:#8489ab!important}.lg\:bg-navy-40{background-color:#adb0c7!important}.lg\:bg-navy-20{background-color:#d6d8e3!important}.lg\:bg-charcoalblack-60{background-color:#121619!important}.lg\:bg-grayblue-40{background-color:#adb0c7!important}.lg\:bg-violet-120{background-color:#5c4dbb!important}.lg\:bg-violet-100{background-color:#7165ff!important}.lg\:bg-violet-80{background-color:#8e84ff!important}.lg\:bg-violet-60{background-color:#b1a6ff!important}.lg\:bg-violet-40{background-color:#c6c1ff!important}.lg\:bg-violet-10{background-color:#e3e0ff!important}.lg\:bg-darkslategray{background-color:#21272a!important}.lg\:bg-red{background-color:red!important}.lg\:bg-red-100{background-color:#f57359!important}.lg\:bg-red-80{background-color:#fd7581!important}.lg\:bg-green-100{background-color:#04d7a2!important}.lg\:bg-green-80{background-color:#7eead5!important}.lg\:bg-green-60{background-color:#9eefe0!important}.lg\:bg-green-40{background-color:#bff5ea!important}.lg\:bg-green-20{background-color:#dffaf5!important}.lg\:bg-yellow-100{background-color:#ffbe50!important}.lg\:bg-transparent{background-color:transparent!important}.lg\:gap-0{gap:0!important}.lg\:gap-1{gap:.25rem!important}.lg\:gap-2{gap:.5rem!important}.lg\:gap-3{gap:.75rem!important}.lg\:gap-4{gap:1rem!important}.lg\:gap-5{gap:1.25rem!important}.lg\:gap-6{gap:1.5rem!important}.lg\:gap-7{gap:1.75rem!important}.lg\:gap-8{gap:2rem!important}.lg\:gap-9{gap:2.25rem!important}.lg\:gap-10{gap:2.5rem!important}.lg\:gap-11{gap:2.75rem!important}.lg\:gap-12{gap:3rem!important}.lg\:gap-14{gap:3.5rem!important}.lg\:gap-16{gap:4rem!important}.lg\:gap-20{gap:5rem!important}.lg\:gap-22{gap:5.5rem!important}.lg\:gap-24{gap:6rem!important}.lg\:gap-28{gap:7rem!important}.lg\:gap-32{gap:8rem!important}.lg\:gap-36{gap:9rem!important}.lg\:gap-40{gap:10rem!important}.lg\:gap-44{gap:11rem!important}.lg\:gap-48{gap:12rem!important}.lg\:gap-52{gap:13rem!important}.lg\:gap-56{gap:14rem!important}.lg\:gap-60{gap:15rem!important}.lg\:gap-64{gap:16rem!important}.lg\:gap-72{gap:18rem!important}.lg\:gap-80{gap:20rem!important}.lg\:gap-96{gap:24rem!important}.lg\:relative{position:relative!important}.lg\:absolute{position:absolute!important}.lg\:align-center{align-items:center!important}.lg\:align-end{align-items:end!important}.lg\:align-start{align-items:start!important}.lg\:text-center{text-align:center!important}.lg\:text-end{text-align:right!important}.lg\:text-start{text-align:left!important}.lg\:rounded-none,.lg\:rounded-t-none{border-radius:0!important}.lg\:rounded-sm{border-radius:.125rem!important}.lg\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.lg\:rounded-df{border-radius:.25rem!important}.lg\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.lg\:rounded-md{border-radius:.375rem!important}.lg\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.lg\:rounded-lg{border-radius:.5rem!important}.lg\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.lg\:rounded-xl{border-radius:.75rem!important}.lg\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.lg\:rounded-2xl{border-radius:1rem!important}.lg\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.lg\:rounded-25xl{border-radius:1.25rem!important}.lg\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.lg\:rounded-3xl{border-radius:1.5rem!important}.lg\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.lg\:rounded-full{border-radius:9999px!important}.lg\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.lg\:opacity-0{opacity:0!important}.lg\:opacity-5{opacity:.05!important}.lg\:opacity-10{opacity:.1!important}.lg\:opacity-20{opacity:.2!important}.lg\:opacity-25{opacity:.25!important}.lg\:opacity-30{opacity:.3!important}.lg\:opacity-40{opacity:.4!important}.lg\:opacity-50{opacity:.5!important}.lg\:opacity-60{opacity:.6!important}.lg\:opacity-70{opacity:.7!important}.lg\:opacity-75{opacity:.75!important}.lg\:opacity-80{opacity:.8!important}.lg\:opacity-90{opacity:.9!important}.lg\:opacity-95{opacity:.95!important}.lg\:opacity-100{opacity:1!important}}@media (max-width: 767px){.md\:top-0{top:0!important}.md\:right-0{right:0!important}.md\:bottom-0{bottom:0!important}.md\:left-0{left:0!important}.md\:m-0{margin:0!important}.md\:mt-0{margin-top:0!important}.md\:mr-0{margin-right:0!important}.md\:mb-0{margin-bottom:0!important}.md\:ml-0{margin-left:0!important}.md\:p-0{padding:0!important}.md\:pt-0{padding-top:0!important}.md\:pr-0{padding-right:0!important}.md\:pb-0{padding-bottom:0!important}.md\:pl-0{padding-left:0!important}.md\:top-1{top:.25rem!important}.md\:right-1{right:.25rem!important}.md\:bottom-1{bottom:.25rem!important}.md\:left-1{left:.25rem!important}.md\:m-1{margin:.25rem!important}.md\:mt-1{margin-top:.25rem!important}.md\:mr-1{margin-right:.25rem!important}.md\:mb-1{margin-bottom:.25rem!important}.md\:ml-1{margin-left:.25rem!important}.md\:p-1{padding:.25rem!important}.md\:pt-1{padding-top:.25rem!important}.md\:pr-1{padding-right:.25rem!important}.md\:pb-1{padding-bottom:.25rem!important}.md\:pl-1{padding-left:.25rem!important}.md\:top-2{top:.5rem!important}.md\:right-2{right:.5rem!important}.md\:bottom-2{bottom:.5rem!important}.md\:left-2{left:.5rem!important}.md\:m-2{margin:.5rem!important}.md\:mt-2{margin-top:.5rem!important}.md\:mr-2{margin-right:.5rem!important}.md\:mb-2{margin-bottom:.5rem!important}.md\:ml-2{margin-left:.5rem!important}.md\:p-2{padding:.5rem!important}.md\:pt-2{padding-top:.5rem!important}.md\:pr-2{padding-right:.5rem!important}.md\:pb-2{padding-bottom:.5rem!important}.md\:pl-2{padding-left:.5rem!important}.md\:top-3{top:.75rem!important}.md\:right-3{right:.75rem!important}.md\:bottom-3{bottom:.75rem!important}.md\:left-3{left:.75rem!important}.md\:m-3{margin:.75rem!important}.md\:mt-3{margin-top:.75rem!important}.md\:mr-3{margin-right:.75rem!important}.md\:mb-3{margin-bottom:.75rem!important}.md\:ml-3{margin-left:.75rem!important}.md\:p-3{padding:.75rem!important}.md\:pt-3{padding-top:.75rem!important}.md\:pr-3{padding-right:.75rem!important}.md\:pb-3{padding-bottom:.75rem!important}.md\:pl-3{padding-left:.75rem!important}.md\:top-4{top:1rem!important}.md\:right-4{right:1rem!important}.md\:bottom-4{bottom:1rem!important}.md\:left-4{left:1rem!important}.md\:m-4{margin:1rem!important}.md\:mt-4{margin-top:1rem!important}.md\:mr-4{margin-right:1rem!important}.md\:mb-4{margin-bottom:1rem!important}.md\:ml-4{margin-left:1rem!important}.md\:p-4{padding:1rem!important}.md\:pt-4{padding-top:1rem!important}.md\:pr-4{padding-right:1rem!important}.md\:pb-4{padding-bottom:1rem!important}.md\:pl-4{padding-left:1rem!important}.md\:top-5{top:1.25rem!important}.md\:right-5{right:1.25rem!important}.md\:bottom-5{bottom:1.25rem!important}.md\:left-5{left:1.25rem!important}.md\:m-5{margin:1.25rem!important}.md\:mt-5{margin-top:1.25rem!important}.md\:mr-5{margin-right:1.25rem!important}.md\:mb-5{margin-bottom:1.25rem!important}.md\:ml-5{margin-left:1.25rem!important}.md\:p-5{padding:1.25rem!important}.md\:pt-5{padding-top:1.25rem!important}.md\:pr-5{padding-right:1.25rem!important}.md\:pb-5{padding-bottom:1.25rem!important}.md\:pl-5{padding-left:1.25rem!important}.md\:top-6{top:1.5rem!important}.md\:right-6{right:1.5rem!important}.md\:bottom-6{bottom:1.5rem!important}.md\:left-6{left:1.5rem!important}.md\:m-6{margin:1.5rem!important}.md\:mt-6{margin-top:1.5rem!important}.md\:mr-6{margin-right:1.5rem!important}.md\:mb-6{margin-bottom:1.5rem!important}.md\:ml-6{margin-left:1.5rem!important}.md\:p-6{padding:1.5rem!important}.md\:pt-6{padding-top:1.5rem!important}.md\:pr-6{padding-right:1.5rem!important}.md\:pb-6{padding-bottom:1.5rem!important}.md\:pl-6{padding-left:1.5rem!important}.md\:top-7{top:1.75rem!important}.md\:right-7{right:1.75rem!important}.md\:bottom-7{bottom:1.75rem!important}.md\:left-7{left:1.75rem!important}.md\:m-7{margin:1.75rem!important}.md\:mt-7{margin-top:1.75rem!important}.md\:mr-7{margin-right:1.75rem!important}.md\:mb-7{margin-bottom:1.75rem!important}.md\:ml-7{margin-left:1.75rem!important}.md\:p-7{padding:1.75rem!important}.md\:pt-7{padding-top:1.75rem!important}.md\:pr-7{padding-right:1.75rem!important}.md\:pb-7{padding-bottom:1.75rem!important}.md\:pl-7{padding-left:1.75rem!important}.md\:top-8{top:2rem!important}.md\:right-8{right:2rem!important}.md\:bottom-8{bottom:2rem!important}.md\:left-8{left:2rem!important}.md\:m-8{margin:2rem!important}.md\:mt-8{margin-top:2rem!important}.md\:mr-8{margin-right:2rem!important}.md\:mb-8{margin-bottom:2rem!important}.md\:ml-8{margin-left:2rem!important}.md\:p-8{padding:2rem!important}.md\:pt-8{padding-top:2rem!important}.md\:pr-8{padding-right:2rem!important}.md\:pb-8{padding-bottom:2rem!important}.md\:pl-8{padding-left:2rem!important}.md\:top-9{top:2.25rem!important}.md\:right-9{right:2.25rem!important}.md\:bottom-9{bottom:2.25rem!important}.md\:left-9{left:2.25rem!important}.md\:m-9{margin:2.25rem!important}.md\:mt-9{margin-top:2.25rem!important}.md\:mr-9{margin-right:2.25rem!important}.md\:mb-9{margin-bottom:2.25rem!important}.md\:ml-9{margin-left:2.25rem!important}.md\:p-9{padding:2.25rem!important}.md\:pt-9{padding-top:2.25rem!important}.md\:pr-9{padding-right:2.25rem!important}.md\:pb-9{padding-bottom:2.25rem!important}.md\:pl-9{padding-left:2.25rem!important}.md\:top-10{top:2.5rem!important}.md\:right-10{right:2.5rem!important}.md\:bottom-10{bottom:2.5rem!important}.md\:left-10{left:2.5rem!important}.md\:m-10{margin:2.5rem!important}.md\:mt-10{margin-top:2.5rem!important}.md\:mr-10{margin-right:2.5rem!important}.md\:mb-10{margin-bottom:2.5rem!important}.md\:ml-10{margin-left:2.5rem!important}.md\:p-10{padding:2.5rem!important}.md\:pt-10{padding-top:2.5rem!important}.md\:pr-10{padding-right:2.5rem!important}.md\:pb-10{padding-bottom:2.5rem!important}.md\:pl-10{padding-left:2.5rem!important}.md\:top-11{top:2.75rem!important}.md\:right-11{right:2.75rem!important}.md\:bottom-11{bottom:2.75rem!important}.md\:left-11{left:2.75rem!important}.md\:m-11{margin:2.75rem!important}.md\:mt-11{margin-top:2.75rem!important}.md\:mr-11{margin-right:2.75rem!important}.md\:mb-11{margin-bottom:2.75rem!important}.md\:ml-11{margin-left:2.75rem!important}.md\:p-11{padding:2.75rem!important}.md\:pt-11{padding-top:2.75rem!important}.md\:pr-11{padding-right:2.75rem!important}.md\:pb-11{padding-bottom:2.75rem!important}.md\:pl-11{padding-left:2.75rem!important}.md\:top-12{top:3rem!important}.md\:right-12{right:3rem!important}.md\:bottom-12{bottom:3rem!important}.md\:left-12{left:3rem!important}.md\:m-12{margin:3rem!important}.md\:mt-12{margin-top:3rem!important}.md\:mr-12{margin-right:3rem!important}.md\:mb-12{margin-bottom:3rem!important}.md\:ml-12{margin-left:3rem!important}.md\:p-12{padding:3rem!important}.md\:pt-12{padding-top:3rem!important}.md\:pr-12{padding-right:3rem!important}.md\:pb-12{padding-bottom:3rem!important}.md\:pl-12{padding-left:3rem!important}.md\:top-14{top:3.5rem!important}.md\:right-14{right:3.5rem!important}.md\:bottom-14{bottom:3.5rem!important}.md\:left-14{left:3.5rem!important}.md\:m-14{margin:3.5rem!important}.md\:mt-14{margin-top:3.5rem!important}.md\:mr-14{margin-right:3.5rem!important}.md\:mb-14{margin-bottom:3.5rem!important}.md\:ml-14{margin-left:3.5rem!important}.md\:p-14{padding:3.5rem!important}.md\:pt-14{padding-top:3.5rem!important}.md\:pr-14{padding-right:3.5rem!important}.md\:pb-14{padding-bottom:3.5rem!important}.md\:pl-14{padding-left:3.5rem!important}.md\:top-16{top:4rem!important}.md\:right-16{right:4rem!important}.md\:bottom-16{bottom:4rem!important}.md\:left-16{left:4rem!important}.md\:m-16{margin:4rem!important}.md\:mt-16{margin-top:4rem!important}.md\:mr-16{margin-right:4rem!important}.md\:mb-16{margin-bottom:4rem!important}.md\:ml-16{margin-left:4rem!important}.md\:p-16{padding:4rem!important}.md\:pt-16{padding-top:4rem!important}.md\:pr-16{padding-right:4rem!important}.md\:pb-16{padding-bottom:4rem!important}.md\:pl-16{padding-left:4rem!important}.md\:top-20{top:5rem!important}.md\:right-20{right:5rem!important}.md\:bottom-20{bottom:5rem!important}.md\:left-20{left:5rem!important}.md\:m-20{margin:5rem!important}.md\:mt-20{margin-top:5rem!important}.md\:mr-20{margin-right:5rem!important}.md\:mb-20{margin-bottom:5rem!important}.md\:ml-20{margin-left:5rem!important}.md\:p-20{padding:5rem!important}.md\:pt-20{padding-top:5rem!important}.md\:pr-20{padding-right:5rem!important}.md\:pb-20{padding-bottom:5rem!important}.md\:pl-20{padding-left:5rem!important}.md\:top-22{top:5.5rem!important}.md\:right-22{right:5.5rem!important}.md\:bottom-22{bottom:5.5rem!important}.md\:left-22{left:5.5rem!important}.md\:m-22{margin:5.5rem!important}.md\:mt-22{margin-top:5.5rem!important}.md\:mr-22{margin-right:5.5rem!important}.md\:mb-22{margin-bottom:5.5rem!important}.md\:ml-22{margin-left:5.5rem!important}.md\:p-22{padding:5.5rem!important}.md\:pt-22{padding-top:5.5rem!important}.md\:pr-22{padding-right:5.5rem!important}.md\:pb-22{padding-bottom:5.5rem!important}.md\:pl-22{padding-left:5.5rem!important}.md\:top-24{top:6rem!important}.md\:right-24{right:6rem!important}.md\:bottom-24{bottom:6rem!important}.md\:left-24{left:6rem!important}.md\:m-24{margin:6rem!important}.md\:mt-24{margin-top:6rem!important}.md\:mr-24{margin-right:6rem!important}.md\:mb-24{margin-bottom:6rem!important}.md\:ml-24{margin-left:6rem!important}.md\:p-24{padding:6rem!important}.md\:pt-24{padding-top:6rem!important}.md\:pr-24{padding-right:6rem!important}.md\:pb-24{padding-bottom:6rem!important}.md\:pl-24{padding-left:6rem!important}.md\:top-28{top:7rem!important}.md\:right-28{right:7rem!important}.md\:bottom-28{bottom:7rem!important}.md\:left-28{left:7rem!important}.md\:m-28{margin:7rem!important}.md\:mt-28{margin-top:7rem!important}.md\:mr-28{margin-right:7rem!important}.md\:mb-28{margin-bottom:7rem!important}.md\:ml-28{margin-left:7rem!important}.md\:p-28{padding:7rem!important}.md\:pt-28{padding-top:7rem!important}.md\:pr-28{padding-right:7rem!important}.md\:pb-28{padding-bottom:7rem!important}.md\:pl-28{padding-left:7rem!important}.md\:top-32{top:8rem!important}.md\:right-32{right:8rem!important}.md\:bottom-32{bottom:8rem!important}.md\:left-32{left:8rem!important}.md\:m-32{margin:8rem!important}.md\:mt-32{margin-top:8rem!important}.md\:mr-32{margin-right:8rem!important}.md\:mb-32{margin-bottom:8rem!important}.md\:ml-32{margin-left:8rem!important}.md\:p-32{padding:8rem!important}.md\:pt-32{padding-top:8rem!important}.md\:pr-32{padding-right:8rem!important}.md\:pb-32{padding-bottom:8rem!important}.md\:pl-32{padding-left:8rem!important}.md\:top-36{top:9rem!important}.md\:right-36{right:9rem!important}.md\:bottom-36{bottom:9rem!important}.md\:left-36{left:9rem!important}.md\:m-36{margin:9rem!important}.md\:mt-36{margin-top:9rem!important}.md\:mr-36{margin-right:9rem!important}.md\:mb-36{margin-bottom:9rem!important}.md\:ml-36{margin-left:9rem!important}.md\:p-36{padding:9rem!important}.md\:pt-36{padding-top:9rem!important}.md\:pr-36{padding-right:9rem!important}.md\:pb-36{padding-bottom:9rem!important}.md\:pl-36{padding-left:9rem!important}.md\:top-40{top:10rem!important}.md\:right-40{right:10rem!important}.md\:bottom-40{bottom:10rem!important}.md\:left-40{left:10rem!important}.md\:m-40{margin:10rem!important}.md\:mt-40{margin-top:10rem!important}.md\:mr-40{margin-right:10rem!important}.md\:mb-40{margin-bottom:10rem!important}.md\:ml-40{margin-left:10rem!important}.md\:p-40{padding:10rem!important}.md\:pt-40{padding-top:10rem!important}.md\:pr-40{padding-right:10rem!important}.md\:pb-40{padding-bottom:10rem!important}.md\:pl-40{padding-left:10rem!important}.md\:top-44{top:11rem!important}.md\:right-44{right:11rem!important}.md\:bottom-44{bottom:11rem!important}.md\:left-44{left:11rem!important}.md\:m-44{margin:11rem!important}.md\:mt-44{margin-top:11rem!important}.md\:mr-44{margin-right:11rem!important}.md\:mb-44{margin-bottom:11rem!important}.md\:ml-44{margin-left:11rem!important}.md\:p-44{padding:11rem!important}.md\:pt-44{padding-top:11rem!important}.md\:pr-44{padding-right:11rem!important}.md\:pb-44{padding-bottom:11rem!important}.md\:pl-44{padding-left:11rem!important}.md\:top-48{top:12rem!important}.md\:right-48{right:12rem!important}.md\:bottom-48{bottom:12rem!important}.md\:left-48{left:12rem!important}.md\:m-48{margin:12rem!important}.md\:mt-48{margin-top:12rem!important}.md\:mr-48{margin-right:12rem!important}.md\:mb-48{margin-bottom:12rem!important}.md\:ml-48{margin-left:12rem!important}.md\:p-48{padding:12rem!important}.md\:pt-48{padding-top:12rem!important}.md\:pr-48{padding-right:12rem!important}.md\:pb-48{padding-bottom:12rem!important}.md\:pl-48{padding-left:12rem!important}.md\:top-52{top:13rem!important}.md\:right-52{right:13rem!important}.md\:bottom-52{bottom:13rem!important}.md\:left-52{left:13rem!important}.md\:m-52{margin:13rem!important}.md\:mt-52{margin-top:13rem!important}.md\:mr-52{margin-right:13rem!important}.md\:mb-52{margin-bottom:13rem!important}.md\:ml-52{margin-left:13rem!important}.md\:p-52{padding:13rem!important}.md\:pt-52{padding-top:13rem!important}.md\:pr-52{padding-right:13rem!important}.md\:pb-52{padding-bottom:13rem!important}.md\:pl-52{padding-left:13rem!important}.md\:top-56{top:14rem!important}.md\:right-56{right:14rem!important}.md\:bottom-56{bottom:14rem!important}.md\:left-56{left:14rem!important}.md\:m-56{margin:14rem!important}.md\:mt-56{margin-top:14rem!important}.md\:mr-56{margin-right:14rem!important}.md\:mb-56{margin-bottom:14rem!important}.md\:ml-56{margin-left:14rem!important}.md\:p-56{padding:14rem!important}.md\:pt-56{padding-top:14rem!important}.md\:pr-56{padding-right:14rem!important}.md\:pb-56{padding-bottom:14rem!important}.md\:pl-56{padding-left:14rem!important}.md\:top-60{top:15rem!important}.md\:right-60{right:15rem!important}.md\:bottom-60{bottom:15rem!important}.md\:left-60{left:15rem!important}.md\:m-60{margin:15rem!important}.md\:mt-60{margin-top:15rem!important}.md\:mr-60{margin-right:15rem!important}.md\:mb-60{margin-bottom:15rem!important}.md\:ml-60{margin-left:15rem!important}.md\:p-60{padding:15rem!important}.md\:pt-60{padding-top:15rem!important}.md\:pr-60{padding-right:15rem!important}.md\:pb-60{padding-bottom:15rem!important}.md\:pl-60{padding-left:15rem!important}.md\:top-64{top:16rem!important}.md\:right-64{right:16rem!important}.md\:bottom-64{bottom:16rem!important}.md\:left-64{left:16rem!important}.md\:m-64{margin:16rem!important}.md\:mt-64{margin-top:16rem!important}.md\:mr-64{margin-right:16rem!important}.md\:mb-64{margin-bottom:16rem!important}.md\:ml-64{margin-left:16rem!important}.md\:p-64{padding:16rem!important}.md\:pt-64{padding-top:16rem!important}.md\:pr-64{padding-right:16rem!important}.md\:pb-64{padding-bottom:16rem!important}.md\:pl-64{padding-left:16rem!important}.md\:top-72{top:18rem!important}.md\:right-72{right:18rem!important}.md\:bottom-72{bottom:18rem!important}.md\:left-72{left:18rem!important}.md\:m-72{margin:18rem!important}.md\:mt-72{margin-top:18rem!important}.md\:mr-72{margin-right:18rem!important}.md\:mb-72{margin-bottom:18rem!important}.md\:ml-72{margin-left:18rem!important}.md\:p-72{padding:18rem!important}.md\:pt-72{padding-top:18rem!important}.md\:pr-72{padding-right:18rem!important}.md\:pb-72{padding-bottom:18rem!important}.md\:pl-72{padding-left:18rem!important}.md\:top-80{top:20rem!important}.md\:right-80{right:20rem!important}.md\:bottom-80{bottom:20rem!important}.md\:left-80{left:20rem!important}.md\:m-80{margin:20rem!important}.md\:mt-80{margin-top:20rem!important}.md\:mr-80{margin-right:20rem!important}.md\:mb-80{margin-bottom:20rem!important}.md\:ml-80{margin-left:20rem!important}.md\:p-80{padding:20rem!important}.md\:pt-80{padding-top:20rem!important}.md\:pr-80{padding-right:20rem!important}.md\:pb-80{padding-bottom:20rem!important}.md\:pl-80{padding-left:20rem!important}.md\:top-96{top:24rem!important}.md\:right-96{right:24rem!important}.md\:bottom-96{bottom:24rem!important}.md\:left-96{left:24rem!important}.md\:m-96{margin:24rem!important}.md\:mt-96{margin-top:24rem!important}.md\:mr-96{margin-right:24rem!important}.md\:mb-96{margin-bottom:24rem!important}.md\:ml-96{margin-left:24rem!important}.md\:p-96{padding:24rem!important}.md\:pt-96{padding-top:24rem!important}.md\:pr-96{padding-right:24rem!important}.md\:pb-96{padding-bottom:24rem!important}.md\:pl-96{padding-left:24rem!important}.md\:top-auto{top:auto!important}.md\:right-auto{right:auto!important}.md\:bottom-auto{bottom:auto!important}.md\:left-auto{left:auto!important}.md\:m-auto{margin:auto!important}.md\:mt-auto{margin-top:auto!important}.md\:mr-auto{margin-right:auto!important}.md\:mb-auto{margin-bottom:auto!important}.md\:ml-auto{margin-left:auto!important}.md\:p-auto{padding:auto!important}.md\:pt-auto{padding-top:auto!important}.md\:pr-auto{padding-right:auto!important}.md\:pb-auto{padding-bottom:auto!important}.md\:pl-auto{padding-left:auto!important}.md\:top-px{top:1px!important}.md\:right-px{right:1px!important}.md\:bottom-px{bottom:1px!important}.md\:left-px{left:1px!important}.md\:m-px{margin:1px!important}.md\:mt-px{margin-top:1px!important}.md\:mr-px{margin-right:1px!important}.md\:mb-px{margin-bottom:1px!important}.md\:ml-px{margin-left:1px!important}.md\:p-px{padding:1px!important}.md\:pt-px{padding-top:1px!important}.md\:pr-px{padding-right:1px!important}.md\:pb-px{padding-bottom:1px!important}.md\:pl-px{padding-left:1px!important}.md\:text-0{font-size:0!important}.md\:text-1{font-size:.25rem!important}.md\:text-2{font-size:.5rem!important}.md\:text-3{font-size:.75rem!important}.md\:text-4{font-size:1rem!important}.md\:text-5{font-size:1.25rem!important}.md\:text-6{font-size:1.5rem!important}.md\:text-7{font-size:1.75rem!important}.md\:text-8{font-size:2rem!important}.md\:text-9{font-size:2.25rem!important}.md\:text-10{font-size:2.5rem!important}.md\:text-11{font-size:2.75rem!important}.md\:text-12{font-size:3rem!important}.md\:text-14{font-size:3.5rem!important}.md\:text-16{font-size:4rem!important}.md\:text-20{font-size:5rem!important}.md\:text-22{font-size:5.5rem!important}.md\:text-24{font-size:6rem!important}.md\:text-28{font-size:7rem!important}.md\:text-32{font-size:8rem!important}.md\:text-36{font-size:9rem!important}.md\:text-40{font-size:10rem!important}.md\:text-44{font-size:11rem!important}.md\:text-48{font-size:12rem!important}.md\:text-52{font-size:13rem!important}.md\:text-56{font-size:14rem!important}.md\:text-60{font-size:15rem!important}.md\:text-64{font-size:16rem!important}.md\:text-72{font-size:18rem!important}.md\:text-80{font-size:20rem!important}.md\:text-96{font-size:24rem!important}.md\:h-0{height:0!important}.md\:min-h-0{min-height:0!important}.md\:max-h-0{max-height:0!important}.md\:h-1{height:.25rem!important}.md\:min-h-1{min-height:.25rem!important}.md\:max-h-1{max-height:.25rem!important}.md\:h-2{height:.5rem!important}.md\:min-h-2{min-height:.5rem!important}.md\:max-h-2{max-height:.5rem!important}.md\:h-3{height:.75rem!important}.md\:min-h-3{min-height:.75rem!important}.md\:max-h-3{max-height:.75rem!important}.md\:h-4{height:1rem!important}.md\:min-h-4{min-height:1rem!important}.md\:max-h-4{max-height:1rem!important}.md\:h-5{height:1.25rem!important}.md\:min-h-5{min-height:1.25rem!important}.md\:max-h-5{max-height:1.25rem!important}.md\:h-6{height:1.5rem!important}.md\:min-h-6{min-height:1.5rem!important}.md\:max-h-6{max-height:1.5rem!important}.md\:h-7{height:1.75rem!important}.md\:min-h-7{min-height:1.75rem!important}.md\:max-h-7{max-height:1.75rem!important}.md\:h-8{height:2rem!important}.md\:min-h-8{min-height:2rem!important}.md\:max-h-8{max-height:2rem!important}.md\:h-9{height:2.25rem!important}.md\:min-h-9{min-height:2.25rem!important}.md\:max-h-9{max-height:2.25rem!important}.md\:h-10{height:2.5rem!important}.md\:min-h-10{min-height:2.5rem!important}.md\:max-h-10{max-height:2.5rem!important}.md\:h-11{height:2.75rem!important}.md\:min-h-11{min-height:2.75rem!important}.md\:max-h-11{max-height:2.75rem!important}.md\:h-12{height:3rem!important}.md\:min-h-12{min-height:3rem!important}.md\:max-h-12{max-height:3rem!important}.md\:h-14{height:3.5rem!important}.md\:min-h-14{min-height:3.5rem!important}.md\:max-h-14{max-height:3.5rem!important}.md\:h-16{height:4rem!important}.md\:min-h-16{min-height:4rem!important}.md\:max-h-16{max-height:4rem!important}.md\:h-20{height:5rem!important}.md\:min-h-20{min-height:5rem!important}.md\:max-h-20{max-height:5rem!important}.md\:h-22{height:5.5rem!important}.md\:min-h-22{min-height:5.5rem!important}.md\:max-h-22{max-height:5.5rem!important}.md\:h-24{height:6rem!important}.md\:min-h-24{min-height:6rem!important}.md\:max-h-24{max-height:6rem!important}.md\:h-28{height:7rem!important}.md\:min-h-28{min-height:7rem!important}.md\:max-h-28{max-height:7rem!important}.md\:h-32{height:8rem!important}.md\:min-h-32{min-height:8rem!important}.md\:max-h-32{max-height:8rem!important}.md\:h-36{height:9rem!important}.md\:min-h-36{min-height:9rem!important}.md\:max-h-36{max-height:9rem!important}.md\:h-40{height:10rem!important}.md\:min-h-40{min-height:10rem!important}.md\:max-h-40{max-height:10rem!important}.md\:h-44{height:11rem!important}.md\:min-h-44{min-height:11rem!important}.md\:max-h-44{max-height:11rem!important}.md\:h-48{height:12rem!important}.md\:min-h-48{min-height:12rem!important}.md\:max-h-48{max-height:12rem!important}.md\:h-52{height:13rem!important}.md\:min-h-52{min-height:13rem!important}.md\:max-h-52{max-height:13rem!important}.md\:h-56{height:14rem!important}.md\:min-h-56{min-height:14rem!important}.md\:max-h-56{max-height:14rem!important}.md\:h-60{height:15rem!important}.md\:min-h-60{min-height:15rem!important}.md\:max-h-60{max-height:15rem!important}.md\:h-64{height:16rem!important}.md\:min-h-64{min-height:16rem!important}.md\:max-h-64{max-height:16rem!important}.md\:h-72{height:18rem!important}.md\:min-h-72{min-height:18rem!important}.md\:max-h-72{max-height:18rem!important}.md\:h-80{height:20rem!important}.md\:min-h-80{min-height:20rem!important}.md\:max-h-80{max-height:20rem!important}.md\:h-96{height:24rem!important}.md\:min-h-96{min-height:24rem!important}.md\:max-h-96{max-height:24rem!important}.md\:h-auto{height:auto!important}.md\:min-h-auto{min-height:auto!important}.md\:max-h-auto{max-height:auto!important}.md\:h-full{height:100%!important}.md\:min-h-full{min-height:100%!important}.md\:max-h-full{max-height:100%!important}.md\:h-screen{height:100vh!important}.md\:min-h-screen{min-height:100vh!important}.md\:max-h-screen{max-height:100vh!important}.md\:h-min{height:-moz-min-content!important;height:min-content!important}.md\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.md\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.md\:h-max{height:-moz-max-content!important;height:max-content!important}.md\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.md\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.md\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.md\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.md\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.md\:h-2-12{height:16.666%!important}.md\:min-h-2-12{min-height:16.666%!important}.md\:max-h-2-12{max-height:16.666%!important}.md\:h-4-12{height:33.333%!important}.md\:min-h-4-12{min-height:33.333%!important}.md\:max-h-4-12{max-height:33.333%!important}.md\:h-6-12{height:50%!important}.md\:min-h-6-12{min-height:50%!important}.md\:max-h-6-12{max-height:50%!important}.md\:h-8-12{height:66.666%!important}.md\:min-h-8-12{min-height:66.666%!important}.md\:max-h-8-12{max-height:66.666%!important}.md\:w-0{width:0!important}.md\:min-w-0{min-width:0!important}.md\:max-w-0{max-width:0!important}.md\:w-1{width:.25rem!important}.md\:min-w-1{min-width:.25rem!important}.md\:max-w-1{max-width:.25rem!important}.md\:w-2{width:.5rem!important}.md\:min-w-2{min-width:.5rem!important}.md\:max-w-2{max-width:.5rem!important}.md\:w-3{width:.75rem!important}.md\:min-w-3{min-width:.75rem!important}.md\:max-w-3{max-width:.75rem!important}.md\:w-4{width:1rem!important}.md\:min-w-4{min-width:1rem!important}.md\:max-w-4{max-width:1rem!important}.md\:w-5{width:1.25rem!important}.md\:min-w-5{min-width:1.25rem!important}.md\:max-w-5{max-width:1.25rem!important}.md\:w-6{width:1.5rem!important}.md\:min-w-6{min-width:1.5rem!important}.md\:max-w-6{max-width:1.5rem!important}.md\:w-7{width:1.75rem!important}.md\:min-w-7{min-width:1.75rem!important}.md\:max-w-7{max-width:1.75rem!important}.md\:w-8{width:2rem!important}.md\:min-w-8{min-width:2rem!important}.md\:max-w-8{max-width:2rem!important}.md\:w-9{width:2.25rem!important}.md\:min-w-9{min-width:2.25rem!important}.md\:max-w-9{max-width:2.25rem!important}.md\:w-10{width:2.5rem!important}.md\:min-w-10{min-width:2.5rem!important}.md\:max-w-10{max-width:2.5rem!important}.md\:w-11{width:2.75rem!important}.md\:min-w-11{min-width:2.75rem!important}.md\:max-w-11{max-width:2.75rem!important}.md\:w-12{width:3rem!important}.md\:min-w-12{min-width:3rem!important}.md\:max-w-12{max-width:3rem!important}.md\:w-14{width:3.5rem!important}.md\:min-w-14{min-width:3.5rem!important}.md\:max-w-14{max-width:3.5rem!important}.md\:w-16{width:4rem!important}.md\:min-w-16{min-width:4rem!important}.md\:max-w-16{max-width:4rem!important}.md\:w-20{width:5rem!important}.md\:min-w-20{min-width:5rem!important}.md\:max-w-20{max-width:5rem!important}.md\:w-22{width:5.5rem!important}.md\:min-w-22{min-width:5.5rem!important}.md\:max-w-22{max-width:5.5rem!important}.md\:w-24{width:6rem!important}.md\:min-w-24{min-width:6rem!important}.md\:max-w-24{max-width:6rem!important}.md\:w-28{width:7rem!important}.md\:min-w-28{min-width:7rem!important}.md\:max-w-28{max-width:7rem!important}.md\:w-32{width:8rem!important}.md\:min-w-32{min-width:8rem!important}.md\:max-w-32{max-width:8rem!important}.md\:w-36{width:9rem!important}.md\:min-w-36{min-width:9rem!important}.md\:max-w-36{max-width:9rem!important}.md\:w-40{width:10rem!important}.md\:min-w-40{min-width:10rem!important}.md\:max-w-40{max-width:10rem!important}.md\:w-44{width:11rem!important}.md\:min-w-44{min-width:11rem!important}.md\:max-w-44{max-width:11rem!important}.md\:w-48{width:12rem!important}.md\:min-w-48{min-width:12rem!important}.md\:max-w-48{max-width:12rem!important}.md\:w-52{width:13rem!important}.md\:min-w-52{min-width:13rem!important}.md\:max-w-52{max-width:13rem!important}.md\:w-56{width:14rem!important}.md\:min-w-56{min-width:14rem!important}.md\:max-w-56{max-width:14rem!important}.md\:w-60{width:15rem!important}.md\:min-w-60{min-width:15rem!important}.md\:max-w-60{max-width:15rem!important}.md\:w-64{width:16rem!important}.md\:min-w-64{min-width:16rem!important}.md\:max-w-64{max-width:16rem!important}.md\:w-72{width:18rem!important}.md\:min-w-72{min-width:18rem!important}.md\:max-w-72{max-width:18rem!important}.md\:w-80{width:20rem!important}.md\:min-w-80{min-width:20rem!important}.md\:max-w-80{max-width:20rem!important}.md\:w-96{width:24rem!important}.md\:min-w-96{min-width:24rem!important}.md\:max-w-96{max-width:24rem!important}.md\:w-auto{width:auto!important}.md\:min-w-auto{min-width:auto!important}.md\:max-w-auto{max-width:auto!important}.md\:w-full{width:100%!important}.md\:min-w-full{min-width:100%!important}.md\:max-w-full{max-width:100%!important}.md\:w-screen{width:100vw!important}.md\:min-w-screen{min-width:100vw!important}.md\:max-w-screen{max-width:100vw!important}.md\:w-min{width:-moz-min-content!important;width:min-content!important}.md\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.md\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.md\:w-max{width:-moz-max-content!important;width:max-content!important}.md\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.md\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.md\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.md\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.md\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.md\:w-2-12{width:16.666%!important}.md\:min-w-2-12{min-width:16.666%!important}.md\:max-w-2-12{max-width:16.666%!important}.md\:w-4-12{width:33.333%!important}.md\:min-w-4-12{min-width:33.333%!important}.md\:max-w-4-12{max-width:33.333%!important}.md\:w-6-12{width:50%!important}.md\:min-w-6-12{min-width:50%!important}.md\:max-w-6-12{max-width:50%!important}.md\:w-8-12{width:66.666%!important}.md\:min-w-8-12{min-width:66.666%!important}.md\:max-w-8-12{max-width:66.666%!important}.md\:font-thin{font-weight:100!important}.md\:font-extralight{font-weight:200!important}.md\:font-light{font-weight:300!important}.md\:font-normal{font-weight:400!important}.md\:font-medium{font-weight:500!important}.md\:font-semibold{font-weight:600!important}.md\:font-bold{font-weight:700!important}.md\:font-extrabold{font-weight:800!important}.md\:font-black{font-weight:900!important}.md\:cursor-pointer{cursor:pointer!important}.md\:cursor-not-allowed{cursor:not-allowed!important}.md\:justify-center{justify-content:center!important}.md\:justify-end{justify-content:end!important}.md\:justify-start{justify-content:start!important}.md\:justify-between{justify-content:space-between!important}.md\:text-primary-sidebar{color:#21272a!important}.md\:text-primary-color{color:#5b618f!important}.md\:text-title-color{color:#323a73!important}.md\:text-white{color:#fff!important}.md\:text-white-100{color:#f1f5fd!important}.md\:text-white-60{color:#f7f9fe!important}.md\:text-navy-100{color:#323a73!important}.md\:text-navy-60{color:#8489ab!important}.md\:text-navy-40{color:#adb0c7!important}.md\:text-navy-20{color:#d6d8e3!important}.md\:text-charcoalblack-60{color:#121619!important}.md\:text-grayblue-40{color:#adb0c7!important}.md\:text-violet-120{color:#5c4dbb!important}.md\:text-violet-100{color:#7165ff!important}.md\:text-violet-80{color:#8e84ff!important}.md\:text-violet-60{color:#b1a6ff!important}.md\:text-violet-40{color:#c6c1ff!important}.md\:text-violet-10{color:#e3e0ff!important}.md\:text-darkslategray{color:#21272a!important}.md\:text-red{color:red!important}.md\:text-red-100{color:#f57359!important}.md\:text-red-80{color:#fd7581!important}.md\:text-green-100{color:#04d7a2!important}.md\:text-green-80{color:#7eead5!important}.md\:text-green-60{color:#9eefe0!important}.md\:text-green-40{color:#bff5ea!important}.md\:text-green-20{color:#dffaf5!important}.md\:text-yellow-100{color:#ffbe50!important}.md\:bg-primary-sidebar{background-color:#fff!important}.md\:bg-primary-color{background-color:#5b618f!important}.md\:bg-table-head-color{background-color:#e3e0ff!important}.md\:bg-white{background-color:#fff!important}.md\:bg-white-100{background-color:#f1f5fd!important}.md\:bg-white-60{background-color:#f7f9fe!important}.md\:bg-navy-100{background-color:#323a73!important}.md\:bg-navy-60{background-color:#8489ab!important}.md\:bg-navy-40{background-color:#adb0c7!important}.md\:bg-navy-20{background-color:#d6d8e3!important}.md\:bg-charcoalblack-60{background-color:#121619!important}.md\:bg-grayblue-40{background-color:#adb0c7!important}.md\:bg-violet-120{background-color:#5c4dbb!important}.md\:bg-violet-100{background-color:#7165ff!important}.md\:bg-violet-80{background-color:#8e84ff!important}.md\:bg-violet-60{background-color:#b1a6ff!important}.md\:bg-violet-40{background-color:#c6c1ff!important}.md\:bg-violet-10{background-color:#e3e0ff!important}.md\:bg-darkslategray{background-color:#21272a!important}.md\:bg-red{background-color:red!important}.md\:bg-red-100{background-color:#f57359!important}.md\:bg-red-80{background-color:#fd7581!important}.md\:bg-green-100{background-color:#04d7a2!important}.md\:bg-green-80{background-color:#7eead5!important}.md\:bg-green-60{background-color:#9eefe0!important}.md\:bg-green-40{background-color:#bff5ea!important}.md\:bg-green-20{background-color:#dffaf5!important}.md\:bg-yellow-100{background-color:#ffbe50!important}.md\:bg-transparent{background-color:transparent!important}.md\:gap-0{gap:0!important}.md\:gap-1{gap:.25rem!important}.md\:gap-2{gap:.5rem!important}.md\:gap-3{gap:.75rem!important}.md\:gap-4{gap:1rem!important}.md\:gap-5{gap:1.25rem!important}.md\:gap-6{gap:1.5rem!important}.md\:gap-7{gap:1.75rem!important}.md\:gap-8{gap:2rem!important}.md\:gap-9{gap:2.25rem!important}.md\:gap-10{gap:2.5rem!important}.md\:gap-11{gap:2.75rem!important}.md\:gap-12{gap:3rem!important}.md\:gap-14{gap:3.5rem!important}.md\:gap-16{gap:4rem!important}.md\:gap-20{gap:5rem!important}.md\:gap-22{gap:5.5rem!important}.md\:gap-24{gap:6rem!important}.md\:gap-28{gap:7rem!important}.md\:gap-32{gap:8rem!important}.md\:gap-36{gap:9rem!important}.md\:gap-40{gap:10rem!important}.md\:gap-44{gap:11rem!important}.md\:gap-48{gap:12rem!important}.md\:gap-52{gap:13rem!important}.md\:gap-56{gap:14rem!important}.md\:gap-60{gap:15rem!important}.md\:gap-64{gap:16rem!important}.md\:gap-72{gap:18rem!important}.md\:gap-80{gap:20rem!important}.md\:gap-96{gap:24rem!important}.md\:relative{position:relative!important}.md\:absolute{position:absolute!important}.md\:align-center{align-items:center!important}.md\:align-end{align-items:end!important}.md\:align-start{align-items:start!important}.md\:text-center{text-align:center!important}.md\:text-end{text-align:right!important}.md\:text-start{text-align:left!important}.md\:rounded-none,.md\:rounded-t-none{border-radius:0!important}.md\:rounded-sm{border-radius:.125rem!important}.md\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.md\:rounded-df{border-radius:.25rem!important}.md\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.md\:rounded-md{border-radius:.375rem!important}.md\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.md\:rounded-lg{border-radius:.5rem!important}.md\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.md\:rounded-xl{border-radius:.75rem!important}.md\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.md\:rounded-2xl{border-radius:1rem!important}.md\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.md\:rounded-25xl{border-radius:1.25rem!important}.md\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.md\:rounded-3xl{border-radius:1.5rem!important}.md\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.md\:rounded-full{border-radius:9999px!important}.md\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.md\:opacity-0{opacity:0!important}.md\:opacity-5{opacity:.05!important}.md\:opacity-10{opacity:.1!important}.md\:opacity-20{opacity:.2!important}.md\:opacity-25{opacity:.25!important}.md\:opacity-30{opacity:.3!important}.md\:opacity-40{opacity:.4!important}.md\:opacity-50{opacity:.5!important}.md\:opacity-60{opacity:.6!important}.md\:opacity-70{opacity:.7!important}.md\:opacity-75{opacity:.75!important}.md\:opacity-80{opacity:.8!important}.md\:opacity-90{opacity:.9!important}.md\:opacity-95{opacity:.95!important}.md\:opacity-100{opacity:1!important}}@media (max-width: 639px){.xsm\:top-0{top:0!important}.xsm\:right-0{right:0!important}.xsm\:bottom-0{bottom:0!important}.xsm\:left-0{left:0!important}.xsm\:m-0{margin:0!important}.xsm\:mt-0{margin-top:0!important}.xsm\:mr-0{margin-right:0!important}.xsm\:mb-0{margin-bottom:0!important}.xsm\:ml-0{margin-left:0!important}.xsm\:p-0{padding:0!important}.xsm\:pt-0{padding-top:0!important}.xsm\:pr-0{padding-right:0!important}.xsm\:pb-0{padding-bottom:0!important}.xsm\:pl-0{padding-left:0!important}.xsm\:top-1{top:.25rem!important}.xsm\:right-1{right:.25rem!important}.xsm\:bottom-1{bottom:.25rem!important}.xsm\:left-1{left:.25rem!important}.xsm\:m-1{margin:.25rem!important}.xsm\:mt-1{margin-top:.25rem!important}.xsm\:mr-1{margin-right:.25rem!important}.xsm\:mb-1{margin-bottom:.25rem!important}.xsm\:ml-1{margin-left:.25rem!important}.xsm\:p-1{padding:.25rem!important}.xsm\:pt-1{padding-top:.25rem!important}.xsm\:pr-1{padding-right:.25rem!important}.xsm\:pb-1{padding-bottom:.25rem!important}.xsm\:pl-1{padding-left:.25rem!important}.xsm\:top-2{top:.5rem!important}.xsm\:right-2{right:.5rem!important}.xsm\:bottom-2{bottom:.5rem!important}.xsm\:left-2{left:.5rem!important}.xsm\:m-2{margin:.5rem!important}.xsm\:mt-2{margin-top:.5rem!important}.xsm\:mr-2{margin-right:.5rem!important}.xsm\:mb-2{margin-bottom:.5rem!important}.xsm\:ml-2{margin-left:.5rem!important}.xsm\:p-2{padding:.5rem!important}.xsm\:pt-2{padding-top:.5rem!important}.xsm\:pr-2{padding-right:.5rem!important}.xsm\:pb-2{padding-bottom:.5rem!important}.xsm\:pl-2{padding-left:.5rem!important}.xsm\:top-3{top:.75rem!important}.xsm\:right-3{right:.75rem!important}.xsm\:bottom-3{bottom:.75rem!important}.xsm\:left-3{left:.75rem!important}.xsm\:m-3{margin:.75rem!important}.xsm\:mt-3{margin-top:.75rem!important}.xsm\:mr-3{margin-right:.75rem!important}.xsm\:mb-3{margin-bottom:.75rem!important}.xsm\:ml-3{margin-left:.75rem!important}.xsm\:p-3{padding:.75rem!important}.xsm\:pt-3{padding-top:.75rem!important}.xsm\:pr-3{padding-right:.75rem!important}.xsm\:pb-3{padding-bottom:.75rem!important}.xsm\:pl-3{padding-left:.75rem!important}.xsm\:top-4{top:1rem!important}.xsm\:right-4{right:1rem!important}.xsm\:bottom-4{bottom:1rem!important}.xsm\:left-4{left:1rem!important}.xsm\:m-4{margin:1rem!important}.xsm\:mt-4{margin-top:1rem!important}.xsm\:mr-4{margin-right:1rem!important}.xsm\:mb-4{margin-bottom:1rem!important}.xsm\:ml-4{margin-left:1rem!important}.xsm\:p-4{padding:1rem!important}.xsm\:pt-4{padding-top:1rem!important}.xsm\:pr-4{padding-right:1rem!important}.xsm\:pb-4{padding-bottom:1rem!important}.xsm\:pl-4{padding-left:1rem!important}.xsm\:top-5{top:1.25rem!important}.xsm\:right-5{right:1.25rem!important}.xsm\:bottom-5{bottom:1.25rem!important}.xsm\:left-5{left:1.25rem!important}.xsm\:m-5{margin:1.25rem!important}.xsm\:mt-5{margin-top:1.25rem!important}.xsm\:mr-5{margin-right:1.25rem!important}.xsm\:mb-5{margin-bottom:1.25rem!important}.xsm\:ml-5{margin-left:1.25rem!important}.xsm\:p-5{padding:1.25rem!important}.xsm\:pt-5{padding-top:1.25rem!important}.xsm\:pr-5{padding-right:1.25rem!important}.xsm\:pb-5{padding-bottom:1.25rem!important}.xsm\:pl-5{padding-left:1.25rem!important}.xsm\:top-6{top:1.5rem!important}.xsm\:right-6{right:1.5rem!important}.xsm\:bottom-6{bottom:1.5rem!important}.xsm\:left-6{left:1.5rem!important}.xsm\:m-6{margin:1.5rem!important}.xsm\:mt-6{margin-top:1.5rem!important}.xsm\:mr-6{margin-right:1.5rem!important}.xsm\:mb-6{margin-bottom:1.5rem!important}.xsm\:ml-6{margin-left:1.5rem!important}.xsm\:p-6{padding:1.5rem!important}.xsm\:pt-6{padding-top:1.5rem!important}.xsm\:pr-6{padding-right:1.5rem!important}.xsm\:pb-6{padding-bottom:1.5rem!important}.xsm\:pl-6{padding-left:1.5rem!important}.xsm\:top-7{top:1.75rem!important}.xsm\:right-7{right:1.75rem!important}.xsm\:bottom-7{bottom:1.75rem!important}.xsm\:left-7{left:1.75rem!important}.xsm\:m-7{margin:1.75rem!important}.xsm\:mt-7{margin-top:1.75rem!important}.xsm\:mr-7{margin-right:1.75rem!important}.xsm\:mb-7{margin-bottom:1.75rem!important}.xsm\:ml-7{margin-left:1.75rem!important}.xsm\:p-7{padding:1.75rem!important}.xsm\:pt-7{padding-top:1.75rem!important}.xsm\:pr-7{padding-right:1.75rem!important}.xsm\:pb-7{padding-bottom:1.75rem!important}.xsm\:pl-7{padding-left:1.75rem!important}.xsm\:top-8{top:2rem!important}.xsm\:right-8{right:2rem!important}.xsm\:bottom-8{bottom:2rem!important}.xsm\:left-8{left:2rem!important}.xsm\:m-8{margin:2rem!important}.xsm\:mt-8{margin-top:2rem!important}.xsm\:mr-8{margin-right:2rem!important}.xsm\:mb-8{margin-bottom:2rem!important}.xsm\:ml-8{margin-left:2rem!important}.xsm\:p-8{padding:2rem!important}.xsm\:pt-8{padding-top:2rem!important}.xsm\:pr-8{padding-right:2rem!important}.xsm\:pb-8{padding-bottom:2rem!important}.xsm\:pl-8{padding-left:2rem!important}.xsm\:top-9{top:2.25rem!important}.xsm\:right-9{right:2.25rem!important}.xsm\:bottom-9{bottom:2.25rem!important}.xsm\:left-9{left:2.25rem!important}.xsm\:m-9{margin:2.25rem!important}.xsm\:mt-9{margin-top:2.25rem!important}.xsm\:mr-9{margin-right:2.25rem!important}.xsm\:mb-9{margin-bottom:2.25rem!important}.xsm\:ml-9{margin-left:2.25rem!important}.xsm\:p-9{padding:2.25rem!important}.xsm\:pt-9{padding-top:2.25rem!important}.xsm\:pr-9{padding-right:2.25rem!important}.xsm\:pb-9{padding-bottom:2.25rem!important}.xsm\:pl-9{padding-left:2.25rem!important}.xsm\:top-10{top:2.5rem!important}.xsm\:right-10{right:2.5rem!important}.xsm\:bottom-10{bottom:2.5rem!important}.xsm\:left-10{left:2.5rem!important}.xsm\:m-10{margin:2.5rem!important}.xsm\:mt-10{margin-top:2.5rem!important}.xsm\:mr-10{margin-right:2.5rem!important}.xsm\:mb-10{margin-bottom:2.5rem!important}.xsm\:ml-10{margin-left:2.5rem!important}.xsm\:p-10{padding:2.5rem!important}.xsm\:pt-10{padding-top:2.5rem!important}.xsm\:pr-10{padding-right:2.5rem!important}.xsm\:pb-10{padding-bottom:2.5rem!important}.xsm\:pl-10{padding-left:2.5rem!important}.xsm\:top-11{top:2.75rem!important}.xsm\:right-11{right:2.75rem!important}.xsm\:bottom-11{bottom:2.75rem!important}.xsm\:left-11{left:2.75rem!important}.xsm\:m-11{margin:2.75rem!important}.xsm\:mt-11{margin-top:2.75rem!important}.xsm\:mr-11{margin-right:2.75rem!important}.xsm\:mb-11{margin-bottom:2.75rem!important}.xsm\:ml-11{margin-left:2.75rem!important}.xsm\:p-11{padding:2.75rem!important}.xsm\:pt-11{padding-top:2.75rem!important}.xsm\:pr-11{padding-right:2.75rem!important}.xsm\:pb-11{padding-bottom:2.75rem!important}.xsm\:pl-11{padding-left:2.75rem!important}.xsm\:top-12{top:3rem!important}.xsm\:right-12{right:3rem!important}.xsm\:bottom-12{bottom:3rem!important}.xsm\:left-12{left:3rem!important}.xsm\:m-12{margin:3rem!important}.xsm\:mt-12{margin-top:3rem!important}.xsm\:mr-12{margin-right:3rem!important}.xsm\:mb-12{margin-bottom:3rem!important}.xsm\:ml-12{margin-left:3rem!important}.xsm\:p-12{padding:3rem!important}.xsm\:pt-12{padding-top:3rem!important}.xsm\:pr-12{padding-right:3rem!important}.xsm\:pb-12{padding-bottom:3rem!important}.xsm\:pl-12{padding-left:3rem!important}.xsm\:top-14{top:3.5rem!important}.xsm\:right-14{right:3.5rem!important}.xsm\:bottom-14{bottom:3.5rem!important}.xsm\:left-14{left:3.5rem!important}.xsm\:m-14{margin:3.5rem!important}.xsm\:mt-14{margin-top:3.5rem!important}.xsm\:mr-14{margin-right:3.5rem!important}.xsm\:mb-14{margin-bottom:3.5rem!important}.xsm\:ml-14{margin-left:3.5rem!important}.xsm\:p-14{padding:3.5rem!important}.xsm\:pt-14{padding-top:3.5rem!important}.xsm\:pr-14{padding-right:3.5rem!important}.xsm\:pb-14{padding-bottom:3.5rem!important}.xsm\:pl-14{padding-left:3.5rem!important}.xsm\:top-16{top:4rem!important}.xsm\:right-16{right:4rem!important}.xsm\:bottom-16{bottom:4rem!important}.xsm\:left-16{left:4rem!important}.xsm\:m-16{margin:4rem!important}.xsm\:mt-16{margin-top:4rem!important}.xsm\:mr-16{margin-right:4rem!important}.xsm\:mb-16{margin-bottom:4rem!important}.xsm\:ml-16{margin-left:4rem!important}.xsm\:p-16{padding:4rem!important}.xsm\:pt-16{padding-top:4rem!important}.xsm\:pr-16{padding-right:4rem!important}.xsm\:pb-16{padding-bottom:4rem!important}.xsm\:pl-16{padding-left:4rem!important}.xsm\:top-20{top:5rem!important}.xsm\:right-20{right:5rem!important}.xsm\:bottom-20{bottom:5rem!important}.xsm\:left-20{left:5rem!important}.xsm\:m-20{margin:5rem!important}.xsm\:mt-20{margin-top:5rem!important}.xsm\:mr-20{margin-right:5rem!important}.xsm\:mb-20{margin-bottom:5rem!important}.xsm\:ml-20{margin-left:5rem!important}.xsm\:p-20{padding:5rem!important}.xsm\:pt-20{padding-top:5rem!important}.xsm\:pr-20{padding-right:5rem!important}.xsm\:pb-20{padding-bottom:5rem!important}.xsm\:pl-20{padding-left:5rem!important}.xsm\:top-22{top:5.5rem!important}.xsm\:right-22{right:5.5rem!important}.xsm\:bottom-22{bottom:5.5rem!important}.xsm\:left-22{left:5.5rem!important}.xsm\:m-22{margin:5.5rem!important}.xsm\:mt-22{margin-top:5.5rem!important}.xsm\:mr-22{margin-right:5.5rem!important}.xsm\:mb-22{margin-bottom:5.5rem!important}.xsm\:ml-22{margin-left:5.5rem!important}.xsm\:p-22{padding:5.5rem!important}.xsm\:pt-22{padding-top:5.5rem!important}.xsm\:pr-22{padding-right:5.5rem!important}.xsm\:pb-22{padding-bottom:5.5rem!important}.xsm\:pl-22{padding-left:5.5rem!important}.xsm\:top-24{top:6rem!important}.xsm\:right-24{right:6rem!important}.xsm\:bottom-24{bottom:6rem!important}.xsm\:left-24{left:6rem!important}.xsm\:m-24{margin:6rem!important}.xsm\:mt-24{margin-top:6rem!important}.xsm\:mr-24{margin-right:6rem!important}.xsm\:mb-24{margin-bottom:6rem!important}.xsm\:ml-24{margin-left:6rem!important}.xsm\:p-24{padding:6rem!important}.xsm\:pt-24{padding-top:6rem!important}.xsm\:pr-24{padding-right:6rem!important}.xsm\:pb-24{padding-bottom:6rem!important}.xsm\:pl-24{padding-left:6rem!important}.xsm\:top-28{top:7rem!important}.xsm\:right-28{right:7rem!important}.xsm\:bottom-28{bottom:7rem!important}.xsm\:left-28{left:7rem!important}.xsm\:m-28{margin:7rem!important}.xsm\:mt-28{margin-top:7rem!important}.xsm\:mr-28{margin-right:7rem!important}.xsm\:mb-28{margin-bottom:7rem!important}.xsm\:ml-28{margin-left:7rem!important}.xsm\:p-28{padding:7rem!important}.xsm\:pt-28{padding-top:7rem!important}.xsm\:pr-28{padding-right:7rem!important}.xsm\:pb-28{padding-bottom:7rem!important}.xsm\:pl-28{padding-left:7rem!important}.xsm\:top-32{top:8rem!important}.xsm\:right-32{right:8rem!important}.xsm\:bottom-32{bottom:8rem!important}.xsm\:left-32{left:8rem!important}.xsm\:m-32{margin:8rem!important}.xsm\:mt-32{margin-top:8rem!important}.xsm\:mr-32{margin-right:8rem!important}.xsm\:mb-32{margin-bottom:8rem!important}.xsm\:ml-32{margin-left:8rem!important}.xsm\:p-32{padding:8rem!important}.xsm\:pt-32{padding-top:8rem!important}.xsm\:pr-32{padding-right:8rem!important}.xsm\:pb-32{padding-bottom:8rem!important}.xsm\:pl-32{padding-left:8rem!important}.xsm\:top-36{top:9rem!important}.xsm\:right-36{right:9rem!important}.xsm\:bottom-36{bottom:9rem!important}.xsm\:left-36{left:9rem!important}.xsm\:m-36{margin:9rem!important}.xsm\:mt-36{margin-top:9rem!important}.xsm\:mr-36{margin-right:9rem!important}.xsm\:mb-36{margin-bottom:9rem!important}.xsm\:ml-36{margin-left:9rem!important}.xsm\:p-36{padding:9rem!important}.xsm\:pt-36{padding-top:9rem!important}.xsm\:pr-36{padding-right:9rem!important}.xsm\:pb-36{padding-bottom:9rem!important}.xsm\:pl-36{padding-left:9rem!important}.xsm\:top-40{top:10rem!important}.xsm\:right-40{right:10rem!important}.xsm\:bottom-40{bottom:10rem!important}.xsm\:left-40{left:10rem!important}.xsm\:m-40{margin:10rem!important}.xsm\:mt-40{margin-top:10rem!important}.xsm\:mr-40{margin-right:10rem!important}.xsm\:mb-40{margin-bottom:10rem!important}.xsm\:ml-40{margin-left:10rem!important}.xsm\:p-40{padding:10rem!important}.xsm\:pt-40{padding-top:10rem!important}.xsm\:pr-40{padding-right:10rem!important}.xsm\:pb-40{padding-bottom:10rem!important}.xsm\:pl-40{padding-left:10rem!important}.xsm\:top-44{top:11rem!important}.xsm\:right-44{right:11rem!important}.xsm\:bottom-44{bottom:11rem!important}.xsm\:left-44{left:11rem!important}.xsm\:m-44{margin:11rem!important}.xsm\:mt-44{margin-top:11rem!important}.xsm\:mr-44{margin-right:11rem!important}.xsm\:mb-44{margin-bottom:11rem!important}.xsm\:ml-44{margin-left:11rem!important}.xsm\:p-44{padding:11rem!important}.xsm\:pt-44{padding-top:11rem!important}.xsm\:pr-44{padding-right:11rem!important}.xsm\:pb-44{padding-bottom:11rem!important}.xsm\:pl-44{padding-left:11rem!important}.xsm\:top-48{top:12rem!important}.xsm\:right-48{right:12rem!important}.xsm\:bottom-48{bottom:12rem!important}.xsm\:left-48{left:12rem!important}.xsm\:m-48{margin:12rem!important}.xsm\:mt-48{margin-top:12rem!important}.xsm\:mr-48{margin-right:12rem!important}.xsm\:mb-48{margin-bottom:12rem!important}.xsm\:ml-48{margin-left:12rem!important}.xsm\:p-48{padding:12rem!important}.xsm\:pt-48{padding-top:12rem!important}.xsm\:pr-48{padding-right:12rem!important}.xsm\:pb-48{padding-bottom:12rem!important}.xsm\:pl-48{padding-left:12rem!important}.xsm\:top-52{top:13rem!important}.xsm\:right-52{right:13rem!important}.xsm\:bottom-52{bottom:13rem!important}.xsm\:left-52{left:13rem!important}.xsm\:m-52{margin:13rem!important}.xsm\:mt-52{margin-top:13rem!important}.xsm\:mr-52{margin-right:13rem!important}.xsm\:mb-52{margin-bottom:13rem!important}.xsm\:ml-52{margin-left:13rem!important}.xsm\:p-52{padding:13rem!important}.xsm\:pt-52{padding-top:13rem!important}.xsm\:pr-52{padding-right:13rem!important}.xsm\:pb-52{padding-bottom:13rem!important}.xsm\:pl-52{padding-left:13rem!important}.xsm\:top-56{top:14rem!important}.xsm\:right-56{right:14rem!important}.xsm\:bottom-56{bottom:14rem!important}.xsm\:left-56{left:14rem!important}.xsm\:m-56{margin:14rem!important}.xsm\:mt-56{margin-top:14rem!important}.xsm\:mr-56{margin-right:14rem!important}.xsm\:mb-56{margin-bottom:14rem!important}.xsm\:ml-56{margin-left:14rem!important}.xsm\:p-56{padding:14rem!important}.xsm\:pt-56{padding-top:14rem!important}.xsm\:pr-56{padding-right:14rem!important}.xsm\:pb-56{padding-bottom:14rem!important}.xsm\:pl-56{padding-left:14rem!important}.xsm\:top-60{top:15rem!important}.xsm\:right-60{right:15rem!important}.xsm\:bottom-60{bottom:15rem!important}.xsm\:left-60{left:15rem!important}.xsm\:m-60{margin:15rem!important}.xsm\:mt-60{margin-top:15rem!important}.xsm\:mr-60{margin-right:15rem!important}.xsm\:mb-60{margin-bottom:15rem!important}.xsm\:ml-60{margin-left:15rem!important}.xsm\:p-60{padding:15rem!important}.xsm\:pt-60{padding-top:15rem!important}.xsm\:pr-60{padding-right:15rem!important}.xsm\:pb-60{padding-bottom:15rem!important}.xsm\:pl-60{padding-left:15rem!important}.xsm\:top-64{top:16rem!important}.xsm\:right-64{right:16rem!important}.xsm\:bottom-64{bottom:16rem!important}.xsm\:left-64{left:16rem!important}.xsm\:m-64{margin:16rem!important}.xsm\:mt-64{margin-top:16rem!important}.xsm\:mr-64{margin-right:16rem!important}.xsm\:mb-64{margin-bottom:16rem!important}.xsm\:ml-64{margin-left:16rem!important}.xsm\:p-64{padding:16rem!important}.xsm\:pt-64{padding-top:16rem!important}.xsm\:pr-64{padding-right:16rem!important}.xsm\:pb-64{padding-bottom:16rem!important}.xsm\:pl-64{padding-left:16rem!important}.xsm\:top-72{top:18rem!important}.xsm\:right-72{right:18rem!important}.xsm\:bottom-72{bottom:18rem!important}.xsm\:left-72{left:18rem!important}.xsm\:m-72{margin:18rem!important}.xsm\:mt-72{margin-top:18rem!important}.xsm\:mr-72{margin-right:18rem!important}.xsm\:mb-72{margin-bottom:18rem!important}.xsm\:ml-72{margin-left:18rem!important}.xsm\:p-72{padding:18rem!important}.xsm\:pt-72{padding-top:18rem!important}.xsm\:pr-72{padding-right:18rem!important}.xsm\:pb-72{padding-bottom:18rem!important}.xsm\:pl-72{padding-left:18rem!important}.xsm\:top-80{top:20rem!important}.xsm\:right-80{right:20rem!important}.xsm\:bottom-80{bottom:20rem!important}.xsm\:left-80{left:20rem!important}.xsm\:m-80{margin:20rem!important}.xsm\:mt-80{margin-top:20rem!important}.xsm\:mr-80{margin-right:20rem!important}.xsm\:mb-80{margin-bottom:20rem!important}.xsm\:ml-80{margin-left:20rem!important}.xsm\:p-80{padding:20rem!important}.xsm\:pt-80{padding-top:20rem!important}.xsm\:pr-80{padding-right:20rem!important}.xsm\:pb-80{padding-bottom:20rem!important}.xsm\:pl-80{padding-left:20rem!important}.xsm\:top-96{top:24rem!important}.xsm\:right-96{right:24rem!important}.xsm\:bottom-96{bottom:24rem!important}.xsm\:left-96{left:24rem!important}.xsm\:m-96{margin:24rem!important}.xsm\:mt-96{margin-top:24rem!important}.xsm\:mr-96{margin-right:24rem!important}.xsm\:mb-96{margin-bottom:24rem!important}.xsm\:ml-96{margin-left:24rem!important}.xsm\:p-96{padding:24rem!important}.xsm\:pt-96{padding-top:24rem!important}.xsm\:pr-96{padding-right:24rem!important}.xsm\:pb-96{padding-bottom:24rem!important}.xsm\:pl-96{padding-left:24rem!important}.xsm\:top-auto{top:auto!important}.xsm\:right-auto{right:auto!important}.xsm\:bottom-auto{bottom:auto!important}.xsm\:left-auto{left:auto!important}.xsm\:m-auto{margin:auto!important}.xsm\:mt-auto{margin-top:auto!important}.xsm\:mr-auto{margin-right:auto!important}.xsm\:mb-auto{margin-bottom:auto!important}.xsm\:ml-auto{margin-left:auto!important}.xsm\:p-auto{padding:auto!important}.xsm\:pt-auto{padding-top:auto!important}.xsm\:pr-auto{padding-right:auto!important}.xsm\:pb-auto{padding-bottom:auto!important}.xsm\:pl-auto{padding-left:auto!important}.xsm\:top-px{top:1px!important}.xsm\:right-px{right:1px!important}.xsm\:bottom-px{bottom:1px!important}.xsm\:left-px{left:1px!important}.xsm\:m-px{margin:1px!important}.xsm\:mt-px{margin-top:1px!important}.xsm\:mr-px{margin-right:1px!important}.xsm\:mb-px{margin-bottom:1px!important}.xsm\:ml-px{margin-left:1px!important}.xsm\:p-px{padding:1px!important}.xsm\:pt-px{padding-top:1px!important}.xsm\:pr-px{padding-right:1px!important}.xsm\:pb-px{padding-bottom:1px!important}.xsm\:pl-px{padding-left:1px!important}.xsm\:text-0{font-size:0!important}.xsm\:text-1{font-size:.25rem!important}.xsm\:text-2{font-size:.5rem!important}.xsm\:text-3{font-size:.75rem!important}.xsm\:text-4{font-size:1rem!important}.xsm\:text-5{font-size:1.25rem!important}.xsm\:text-6{font-size:1.5rem!important}.xsm\:text-7{font-size:1.75rem!important}.xsm\:text-8{font-size:2rem!important}.xsm\:text-9{font-size:2.25rem!important}.xsm\:text-10{font-size:2.5rem!important}.xsm\:text-11{font-size:2.75rem!important}.xsm\:text-12{font-size:3rem!important}.xsm\:text-14{font-size:3.5rem!important}.xsm\:text-16{font-size:4rem!important}.xsm\:text-20{font-size:5rem!important}.xsm\:text-22{font-size:5.5rem!important}.xsm\:text-24{font-size:6rem!important}.xsm\:text-28{font-size:7rem!important}.xsm\:text-32{font-size:8rem!important}.xsm\:text-36{font-size:9rem!important}.xsm\:text-40{font-size:10rem!important}.xsm\:text-44{font-size:11rem!important}.xsm\:text-48{font-size:12rem!important}.xsm\:text-52{font-size:13rem!important}.xsm\:text-56{font-size:14rem!important}.xsm\:text-60{font-size:15rem!important}.xsm\:text-64{font-size:16rem!important}.xsm\:text-72{font-size:18rem!important}.xsm\:text-80{font-size:20rem!important}.xsm\:text-96{font-size:24rem!important}.xsm\:h-0{height:0!important}.xsm\:min-h-0{min-height:0!important}.xsm\:max-h-0{max-height:0!important}.xsm\:h-1{height:.25rem!important}.xsm\:min-h-1{min-height:.25rem!important}.xsm\:max-h-1{max-height:.25rem!important}.xsm\:h-2{height:.5rem!important}.xsm\:min-h-2{min-height:.5rem!important}.xsm\:max-h-2{max-height:.5rem!important}.xsm\:h-3{height:.75rem!important}.xsm\:min-h-3{min-height:.75rem!important}.xsm\:max-h-3{max-height:.75rem!important}.xsm\:h-4{height:1rem!important}.xsm\:min-h-4{min-height:1rem!important}.xsm\:max-h-4{max-height:1rem!important}.xsm\:h-5{height:1.25rem!important}.xsm\:min-h-5{min-height:1.25rem!important}.xsm\:max-h-5{max-height:1.25rem!important}.xsm\:h-6{height:1.5rem!important}.xsm\:min-h-6{min-height:1.5rem!important}.xsm\:max-h-6{max-height:1.5rem!important}.xsm\:h-7{height:1.75rem!important}.xsm\:min-h-7{min-height:1.75rem!important}.xsm\:max-h-7{max-height:1.75rem!important}.xsm\:h-8{height:2rem!important}.xsm\:min-h-8{min-height:2rem!important}.xsm\:max-h-8{max-height:2rem!important}.xsm\:h-9{height:2.25rem!important}.xsm\:min-h-9{min-height:2.25rem!important}.xsm\:max-h-9{max-height:2.25rem!important}.xsm\:h-10{height:2.5rem!important}.xsm\:min-h-10{min-height:2.5rem!important}.xsm\:max-h-10{max-height:2.5rem!important}.xsm\:h-11{height:2.75rem!important}.xsm\:min-h-11{min-height:2.75rem!important}.xsm\:max-h-11{max-height:2.75rem!important}.xsm\:h-12{height:3rem!important}.xsm\:min-h-12{min-height:3rem!important}.xsm\:max-h-12{max-height:3rem!important}.xsm\:h-14{height:3.5rem!important}.xsm\:min-h-14{min-height:3.5rem!important}.xsm\:max-h-14{max-height:3.5rem!important}.xsm\:h-16{height:4rem!important}.xsm\:min-h-16{min-height:4rem!important}.xsm\:max-h-16{max-height:4rem!important}.xsm\:h-20{height:5rem!important}.xsm\:min-h-20{min-height:5rem!important}.xsm\:max-h-20{max-height:5rem!important}.xsm\:h-22{height:5.5rem!important}.xsm\:min-h-22{min-height:5.5rem!important}.xsm\:max-h-22{max-height:5.5rem!important}.xsm\:h-24{height:6rem!important}.xsm\:min-h-24{min-height:6rem!important}.xsm\:max-h-24{max-height:6rem!important}.xsm\:h-28{height:7rem!important}.xsm\:min-h-28{min-height:7rem!important}.xsm\:max-h-28{max-height:7rem!important}.xsm\:h-32{height:8rem!important}.xsm\:min-h-32{min-height:8rem!important}.xsm\:max-h-32{max-height:8rem!important}.xsm\:h-36{height:9rem!important}.xsm\:min-h-36{min-height:9rem!important}.xsm\:max-h-36{max-height:9rem!important}.xsm\:h-40{height:10rem!important}.xsm\:min-h-40{min-height:10rem!important}.xsm\:max-h-40{max-height:10rem!important}.xsm\:h-44{height:11rem!important}.xsm\:min-h-44{min-height:11rem!important}.xsm\:max-h-44{max-height:11rem!important}.xsm\:h-48{height:12rem!important}.xsm\:min-h-48{min-height:12rem!important}.xsm\:max-h-48{max-height:12rem!important}.xsm\:h-52{height:13rem!important}.xsm\:min-h-52{min-height:13rem!important}.xsm\:max-h-52{max-height:13rem!important}.xsm\:h-56{height:14rem!important}.xsm\:min-h-56{min-height:14rem!important}.xsm\:max-h-56{max-height:14rem!important}.xsm\:h-60{height:15rem!important}.xsm\:min-h-60{min-height:15rem!important}.xsm\:max-h-60{max-height:15rem!important}.xsm\:h-64{height:16rem!important}.xsm\:min-h-64{min-height:16rem!important}.xsm\:max-h-64{max-height:16rem!important}.xsm\:h-72{height:18rem!important}.xsm\:min-h-72{min-height:18rem!important}.xsm\:max-h-72{max-height:18rem!important}.xsm\:h-80{height:20rem!important}.xsm\:min-h-80{min-height:20rem!important}.xsm\:max-h-80{max-height:20rem!important}.xsm\:h-96{height:24rem!important}.xsm\:min-h-96{min-height:24rem!important}.xsm\:max-h-96{max-height:24rem!important}.xsm\:h-auto{height:auto!important}.xsm\:min-h-auto{min-height:auto!important}.xsm\:max-h-auto{max-height:auto!important}.xsm\:h-full{height:100%!important}.xsm\:min-h-full{min-height:100%!important}.xsm\:max-h-full{max-height:100%!important}.xsm\:h-screen{height:100vh!important}.xsm\:min-h-screen{min-height:100vh!important}.xsm\:max-h-screen{max-height:100vh!important}.xsm\:h-min{height:-moz-min-content!important;height:min-content!important}.xsm\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.xsm\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.xsm\:h-max{height:-moz-max-content!important;height:max-content!important}.xsm\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.xsm\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.xsm\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.xsm\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.xsm\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.xsm\:h-2-12{height:16.666%!important}.xsm\:min-h-2-12{min-height:16.666%!important}.xsm\:max-h-2-12{max-height:16.666%!important}.xsm\:h-4-12{height:33.333%!important}.xsm\:min-h-4-12{min-height:33.333%!important}.xsm\:max-h-4-12{max-height:33.333%!important}.xsm\:h-6-12{height:50%!important}.xsm\:min-h-6-12{min-height:50%!important}.xsm\:max-h-6-12{max-height:50%!important}.xsm\:h-8-12{height:66.666%!important}.xsm\:min-h-8-12{min-height:66.666%!important}.xsm\:max-h-8-12{max-height:66.666%!important}.xsm\:w-0{width:0!important}.xsm\:min-w-0{min-width:0!important}.xsm\:max-w-0{max-width:0!important}.xsm\:w-1{width:.25rem!important}.xsm\:min-w-1{min-width:.25rem!important}.xsm\:max-w-1{max-width:.25rem!important}.xsm\:w-2{width:.5rem!important}.xsm\:min-w-2{min-width:.5rem!important}.xsm\:max-w-2{max-width:.5rem!important}.xsm\:w-3{width:.75rem!important}.xsm\:min-w-3{min-width:.75rem!important}.xsm\:max-w-3{max-width:.75rem!important}.xsm\:w-4{width:1rem!important}.xsm\:min-w-4{min-width:1rem!important}.xsm\:max-w-4{max-width:1rem!important}.xsm\:w-5{width:1.25rem!important}.xsm\:min-w-5{min-width:1.25rem!important}.xsm\:max-w-5{max-width:1.25rem!important}.xsm\:w-6{width:1.5rem!important}.xsm\:min-w-6{min-width:1.5rem!important}.xsm\:max-w-6{max-width:1.5rem!important}.xsm\:w-7{width:1.75rem!important}.xsm\:min-w-7{min-width:1.75rem!important}.xsm\:max-w-7{max-width:1.75rem!important}.xsm\:w-8{width:2rem!important}.xsm\:min-w-8{min-width:2rem!important}.xsm\:max-w-8{max-width:2rem!important}.xsm\:w-9{width:2.25rem!important}.xsm\:min-w-9{min-width:2.25rem!important}.xsm\:max-w-9{max-width:2.25rem!important}.xsm\:w-10{width:2.5rem!important}.xsm\:min-w-10{min-width:2.5rem!important}.xsm\:max-w-10{max-width:2.5rem!important}.xsm\:w-11{width:2.75rem!important}.xsm\:min-w-11{min-width:2.75rem!important}.xsm\:max-w-11{max-width:2.75rem!important}.xsm\:w-12{width:3rem!important}.xsm\:min-w-12{min-width:3rem!important}.xsm\:max-w-12{max-width:3rem!important}.xsm\:w-14{width:3.5rem!important}.xsm\:min-w-14{min-width:3.5rem!important}.xsm\:max-w-14{max-width:3.5rem!important}.xsm\:w-16{width:4rem!important}.xsm\:min-w-16{min-width:4rem!important}.xsm\:max-w-16{max-width:4rem!important}.xsm\:w-20{width:5rem!important}.xsm\:min-w-20{min-width:5rem!important}.xsm\:max-w-20{max-width:5rem!important}.xsm\:w-22{width:5.5rem!important}.xsm\:min-w-22{min-width:5.5rem!important}.xsm\:max-w-22{max-width:5.5rem!important}.xsm\:w-24{width:6rem!important}.xsm\:min-w-24{min-width:6rem!important}.xsm\:max-w-24{max-width:6rem!important}.xsm\:w-28{width:7rem!important}.xsm\:min-w-28{min-width:7rem!important}.xsm\:max-w-28{max-width:7rem!important}.xsm\:w-32{width:8rem!important}.xsm\:min-w-32{min-width:8rem!important}.xsm\:max-w-32{max-width:8rem!important}.xsm\:w-36{width:9rem!important}.xsm\:min-w-36{min-width:9rem!important}.xsm\:max-w-36{max-width:9rem!important}.xsm\:w-40{width:10rem!important}.xsm\:min-w-40{min-width:10rem!important}.xsm\:max-w-40{max-width:10rem!important}.xsm\:w-44{width:11rem!important}.xsm\:min-w-44{min-width:11rem!important}.xsm\:max-w-44{max-width:11rem!important}.xsm\:w-48{width:12rem!important}.xsm\:min-w-48{min-width:12rem!important}.xsm\:max-w-48{max-width:12rem!important}.xsm\:w-52{width:13rem!important}.xsm\:min-w-52{min-width:13rem!important}.xsm\:max-w-52{max-width:13rem!important}.xsm\:w-56{width:14rem!important}.xsm\:min-w-56{min-width:14rem!important}.xsm\:max-w-56{max-width:14rem!important}.xsm\:w-60{width:15rem!important}.xsm\:min-w-60{min-width:15rem!important}.xsm\:max-w-60{max-width:15rem!important}.xsm\:w-64{width:16rem!important}.xsm\:min-w-64{min-width:16rem!important}.xsm\:max-w-64{max-width:16rem!important}.xsm\:w-72{width:18rem!important}.xsm\:min-w-72{min-width:18rem!important}.xsm\:max-w-72{max-width:18rem!important}.xsm\:w-80{width:20rem!important}.xsm\:min-w-80{min-width:20rem!important}.xsm\:max-w-80{max-width:20rem!important}.xsm\:w-96{width:24rem!important}.xsm\:min-w-96{min-width:24rem!important}.xsm\:max-w-96{max-width:24rem!important}.xsm\:w-auto{width:auto!important}.xsm\:min-w-auto{min-width:auto!important}.xsm\:max-w-auto{max-width:auto!important}.xsm\:w-full{width:100%!important}.xsm\:min-w-full{min-width:100%!important}.xsm\:max-w-full{max-width:100%!important}.xsm\:w-screen{width:100vw!important}.xsm\:min-w-screen{min-width:100vw!important}.xsm\:max-w-screen{max-width:100vw!important}.xsm\:w-min{width:-moz-min-content!important;width:min-content!important}.xsm\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.xsm\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.xsm\:w-max{width:-moz-max-content!important;width:max-content!important}.xsm\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.xsm\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.xsm\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.xsm\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.xsm\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.xsm\:w-2-12{width:16.666%!important}.xsm\:min-w-2-12{min-width:16.666%!important}.xsm\:max-w-2-12{max-width:16.666%!important}.xsm\:w-4-12{width:33.333%!important}.xsm\:min-w-4-12{min-width:33.333%!important}.xsm\:max-w-4-12{max-width:33.333%!important}.xsm\:w-6-12{width:50%!important}.xsm\:min-w-6-12{min-width:50%!important}.xsm\:max-w-6-12{max-width:50%!important}.xsm\:w-8-12{width:66.666%!important}.xsm\:min-w-8-12{min-width:66.666%!important}.xsm\:max-w-8-12{max-width:66.666%!important}.xsm\:font-thin{font-weight:100!important}.xsm\:font-extralight{font-weight:200!important}.xsm\:font-light{font-weight:300!important}.xsm\:font-normal{font-weight:400!important}.xsm\:font-medium{font-weight:500!important}.xsm\:font-semibold{font-weight:600!important}.xsm\:font-bold{font-weight:700!important}.xsm\:font-extrabold{font-weight:800!important}.xsm\:font-black{font-weight:900!important}.xsm\:cursor-pointer{cursor:pointer!important}.xsm\:cursor-not-allowed{cursor:not-allowed!important}.xsm\:justify-center{justify-content:center!important}.xsm\:justify-end{justify-content:end!important}.xsm\:justify-start{justify-content:start!important}.xsm\:justify-between{justify-content:space-between!important}.xsm\:text-primary-sidebar{color:#21272a!important}.xsm\:text-primary-color{color:#5b618f!important}.xsm\:text-title-color{color:#323a73!important}.xsm\:text-white{color:#fff!important}.xsm\:text-white-100{color:#f1f5fd!important}.xsm\:text-white-60{color:#f7f9fe!important}.xsm\:text-navy-100{color:#323a73!important}.xsm\:text-navy-60{color:#8489ab!important}.xsm\:text-navy-40{color:#adb0c7!important}.xsm\:text-navy-20{color:#d6d8e3!important}.xsm\:text-charcoalblack-60{color:#121619!important}.xsm\:text-grayblue-40{color:#adb0c7!important}.xsm\:text-violet-120{color:#5c4dbb!important}.xsm\:text-violet-100{color:#7165ff!important}.xsm\:text-violet-80{color:#8e84ff!important}.xsm\:text-violet-60{color:#b1a6ff!important}.xsm\:text-violet-40{color:#c6c1ff!important}.xsm\:text-violet-10{color:#e3e0ff!important}.xsm\:text-darkslategray{color:#21272a!important}.xsm\:text-red{color:red!important}.xsm\:text-red-100{color:#f57359!important}.xsm\:text-red-80{color:#fd7581!important}.xsm\:text-green-100{color:#04d7a2!important}.xsm\:text-green-80{color:#7eead5!important}.xsm\:text-green-60{color:#9eefe0!important}.xsm\:text-green-40{color:#bff5ea!important}.xsm\:text-green-20{color:#dffaf5!important}.xsm\:text-yellow-100{color:#ffbe50!important}.xsm\:bg-primary-sidebar{background-color:#fff!important}.xsm\:bg-primary-color{background-color:#5b618f!important}.xsm\:bg-table-head-color{background-color:#e3e0ff!important}.xsm\:bg-white{background-color:#fff!important}.xsm\:bg-white-100{background-color:#f1f5fd!important}.xsm\:bg-white-60{background-color:#f7f9fe!important}.xsm\:bg-navy-100{background-color:#323a73!important}.xsm\:bg-navy-60{background-color:#8489ab!important}.xsm\:bg-navy-40{background-color:#adb0c7!important}.xsm\:bg-navy-20{background-color:#d6d8e3!important}.xsm\:bg-charcoalblack-60{background-color:#121619!important}.xsm\:bg-grayblue-40{background-color:#adb0c7!important}.xsm\:bg-violet-120{background-color:#5c4dbb!important}.xsm\:bg-violet-100{background-color:#7165ff!important}.xsm\:bg-violet-80{background-color:#8e84ff!important}.xsm\:bg-violet-60{background-color:#b1a6ff!important}.xsm\:bg-violet-40{background-color:#c6c1ff!important}.xsm\:bg-violet-10{background-color:#e3e0ff!important}.xsm\:bg-darkslategray{background-color:#21272a!important}.xsm\:bg-red{background-color:red!important}.xsm\:bg-red-100{background-color:#f57359!important}.xsm\:bg-red-80{background-color:#fd7581!important}.xsm\:bg-green-100{background-color:#04d7a2!important}.xsm\:bg-green-80{background-color:#7eead5!important}.xsm\:bg-green-60{background-color:#9eefe0!important}.xsm\:bg-green-40{background-color:#bff5ea!important}.xsm\:bg-green-20{background-color:#dffaf5!important}.xsm\:bg-yellow-100{background-color:#ffbe50!important}.xsm\:bg-transparent{background-color:transparent!important}.xsm\:gap-0{gap:0!important}.xsm\:gap-1{gap:.25rem!important}.xsm\:gap-2{gap:.5rem!important}.xsm\:gap-3{gap:.75rem!important}.xsm\:gap-4{gap:1rem!important}.xsm\:gap-5{gap:1.25rem!important}.xsm\:gap-6{gap:1.5rem!important}.xsm\:gap-7{gap:1.75rem!important}.xsm\:gap-8{gap:2rem!important}.xsm\:gap-9{gap:2.25rem!important}.xsm\:gap-10{gap:2.5rem!important}.xsm\:gap-11{gap:2.75rem!important}.xsm\:gap-12{gap:3rem!important}.xsm\:gap-14{gap:3.5rem!important}.xsm\:gap-16{gap:4rem!important}.xsm\:gap-20{gap:5rem!important}.xsm\:gap-22{gap:5.5rem!important}.xsm\:gap-24{gap:6rem!important}.xsm\:gap-28{gap:7rem!important}.xsm\:gap-32{gap:8rem!important}.xsm\:gap-36{gap:9rem!important}.xsm\:gap-40{gap:10rem!important}.xsm\:gap-44{gap:11rem!important}.xsm\:gap-48{gap:12rem!important}.xsm\:gap-52{gap:13rem!important}.xsm\:gap-56{gap:14rem!important}.xsm\:gap-60{gap:15rem!important}.xsm\:gap-64{gap:16rem!important}.xsm\:gap-72{gap:18rem!important}.xsm\:gap-80{gap:20rem!important}.xsm\:gap-96{gap:24rem!important}.xsm\:relative{position:relative!important}.xsm\:absolute{position:absolute!important}.xsm\:align-center{align-items:center!important}.xsm\:align-end{align-items:end!important}.xsm\:align-start{align-items:start!important}.xsm\:text-center{text-align:center!important}.xsm\:text-end{text-align:right!important}.xsm\:text-start{text-align:left!important}.xsm\:rounded-none,.xsm\:rounded-t-none{border-radius:0!important}.xsm\:rounded-sm{border-radius:.125rem!important}.xsm\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.xsm\:rounded-df{border-radius:.25rem!important}.xsm\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.xsm\:rounded-md{border-radius:.375rem!important}.xsm\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.xsm\:rounded-lg{border-radius:.5rem!important}.xsm\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.xsm\:rounded-xl{border-radius:.75rem!important}.xsm\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.xsm\:rounded-2xl{border-radius:1rem!important}.xsm\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.xsm\:rounded-25xl{border-radius:1.25rem!important}.xsm\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.xsm\:rounded-3xl{border-radius:1.5rem!important}.xsm\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.xsm\:rounded-full{border-radius:9999px!important}.xsm\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.xsm\:opacity-0{opacity:0!important}.xsm\:opacity-5{opacity:.05!important}.xsm\:opacity-10{opacity:.1!important}.xsm\:opacity-20{opacity:.2!important}.xsm\:opacity-25{opacity:.25!important}.xsm\:opacity-30{opacity:.3!important}.xsm\:opacity-40{opacity:.4!important}.xsm\:opacity-50{opacity:.5!important}.xsm\:opacity-60{opacity:.6!important}.xsm\:opacity-70{opacity:.7!important}.xsm\:opacity-75{opacity:.75!important}.xsm\:opacity-80{opacity:.8!important}.xsm\:opacity-90{opacity:.9!important}.xsm\:opacity-95{opacity:.95!important}.xsm\:opacity-100{opacity:1!important}}@media (max-width: 360px){.sm\:top-0{top:0!important}.sm\:right-0{right:0!important}.sm\:bottom-0{bottom:0!important}.sm\:left-0{left:0!important}.sm\:m-0{margin:0!important}.sm\:mt-0{margin-top:0!important}.sm\:mr-0{margin-right:0!important}.sm\:mb-0{margin-bottom:0!important}.sm\:ml-0{margin-left:0!important}.sm\:p-0{padding:0!important}.sm\:pt-0{padding-top:0!important}.sm\:pr-0{padding-right:0!important}.sm\:pb-0{padding-bottom:0!important}.sm\:pl-0{padding-left:0!important}.sm\:top-1{top:.25rem!important}.sm\:right-1{right:.25rem!important}.sm\:bottom-1{bottom:.25rem!important}.sm\:left-1{left:.25rem!important}.sm\:m-1{margin:.25rem!important}.sm\:mt-1{margin-top:.25rem!important}.sm\:mr-1{margin-right:.25rem!important}.sm\:mb-1{margin-bottom:.25rem!important}.sm\:ml-1{margin-left:.25rem!important}.sm\:p-1{padding:.25rem!important}.sm\:pt-1{padding-top:.25rem!important}.sm\:pr-1{padding-right:.25rem!important}.sm\:pb-1{padding-bottom:.25rem!important}.sm\:pl-1{padding-left:.25rem!important}.sm\:top-2{top:.5rem!important}.sm\:right-2{right:.5rem!important}.sm\:bottom-2{bottom:.5rem!important}.sm\:left-2{left:.5rem!important}.sm\:m-2{margin:.5rem!important}.sm\:mt-2{margin-top:.5rem!important}.sm\:mr-2{margin-right:.5rem!important}.sm\:mb-2{margin-bottom:.5rem!important}.sm\:ml-2{margin-left:.5rem!important}.sm\:p-2{padding:.5rem!important}.sm\:pt-2{padding-top:.5rem!important}.sm\:pr-2{padding-right:.5rem!important}.sm\:pb-2{padding-bottom:.5rem!important}.sm\:pl-2{padding-left:.5rem!important}.sm\:top-3{top:.75rem!important}.sm\:right-3{right:.75rem!important}.sm\:bottom-3{bottom:.75rem!important}.sm\:left-3{left:.75rem!important}.sm\:m-3{margin:.75rem!important}.sm\:mt-3{margin-top:.75rem!important}.sm\:mr-3{margin-right:.75rem!important}.sm\:mb-3{margin-bottom:.75rem!important}.sm\:ml-3{margin-left:.75rem!important}.sm\:p-3{padding:.75rem!important}.sm\:pt-3{padding-top:.75rem!important}.sm\:pr-3{padding-right:.75rem!important}.sm\:pb-3{padding-bottom:.75rem!important}.sm\:pl-3{padding-left:.75rem!important}.sm\:top-4{top:1rem!important}.sm\:right-4{right:1rem!important}.sm\:bottom-4{bottom:1rem!important}.sm\:left-4{left:1rem!important}.sm\:m-4{margin:1rem!important}.sm\:mt-4{margin-top:1rem!important}.sm\:mr-4{margin-right:1rem!important}.sm\:mb-4{margin-bottom:1rem!important}.sm\:ml-4{margin-left:1rem!important}.sm\:p-4{padding:1rem!important}.sm\:pt-4{padding-top:1rem!important}.sm\:pr-4{padding-right:1rem!important}.sm\:pb-4{padding-bottom:1rem!important}.sm\:pl-4{padding-left:1rem!important}.sm\:top-5{top:1.25rem!important}.sm\:right-5{right:1.25rem!important}.sm\:bottom-5{bottom:1.25rem!important}.sm\:left-5{left:1.25rem!important}.sm\:m-5{margin:1.25rem!important}.sm\:mt-5{margin-top:1.25rem!important}.sm\:mr-5{margin-right:1.25rem!important}.sm\:mb-5{margin-bottom:1.25rem!important}.sm\:ml-5{margin-left:1.25rem!important}.sm\:p-5{padding:1.25rem!important}.sm\:pt-5{padding-top:1.25rem!important}.sm\:pr-5{padding-right:1.25rem!important}.sm\:pb-5{padding-bottom:1.25rem!important}.sm\:pl-5{padding-left:1.25rem!important}.sm\:top-6{top:1.5rem!important}.sm\:right-6{right:1.5rem!important}.sm\:bottom-6{bottom:1.5rem!important}.sm\:left-6{left:1.5rem!important}.sm\:m-6{margin:1.5rem!important}.sm\:mt-6{margin-top:1.5rem!important}.sm\:mr-6{margin-right:1.5rem!important}.sm\:mb-6{margin-bottom:1.5rem!important}.sm\:ml-6{margin-left:1.5rem!important}.sm\:p-6{padding:1.5rem!important}.sm\:pt-6{padding-top:1.5rem!important}.sm\:pr-6{padding-right:1.5rem!important}.sm\:pb-6{padding-bottom:1.5rem!important}.sm\:pl-6{padding-left:1.5rem!important}.sm\:top-7{top:1.75rem!important}.sm\:right-7{right:1.75rem!important}.sm\:bottom-7{bottom:1.75rem!important}.sm\:left-7{left:1.75rem!important}.sm\:m-7{margin:1.75rem!important}.sm\:mt-7{margin-top:1.75rem!important}.sm\:mr-7{margin-right:1.75rem!important}.sm\:mb-7{margin-bottom:1.75rem!important}.sm\:ml-7{margin-left:1.75rem!important}.sm\:p-7{padding:1.75rem!important}.sm\:pt-7{padding-top:1.75rem!important}.sm\:pr-7{padding-right:1.75rem!important}.sm\:pb-7{padding-bottom:1.75rem!important}.sm\:pl-7{padding-left:1.75rem!important}.sm\:top-8{top:2rem!important}.sm\:right-8{right:2rem!important}.sm\:bottom-8{bottom:2rem!important}.sm\:left-8{left:2rem!important}.sm\:m-8{margin:2rem!important}.sm\:mt-8{margin-top:2rem!important}.sm\:mr-8{margin-right:2rem!important}.sm\:mb-8{margin-bottom:2rem!important}.sm\:ml-8{margin-left:2rem!important}.sm\:p-8{padding:2rem!important}.sm\:pt-8{padding-top:2rem!important}.sm\:pr-8{padding-right:2rem!important}.sm\:pb-8{padding-bottom:2rem!important}.sm\:pl-8{padding-left:2rem!important}.sm\:top-9{top:2.25rem!important}.sm\:right-9{right:2.25rem!important}.sm\:bottom-9{bottom:2.25rem!important}.sm\:left-9{left:2.25rem!important}.sm\:m-9{margin:2.25rem!important}.sm\:mt-9{margin-top:2.25rem!important}.sm\:mr-9{margin-right:2.25rem!important}.sm\:mb-9{margin-bottom:2.25rem!important}.sm\:ml-9{margin-left:2.25rem!important}.sm\:p-9{padding:2.25rem!important}.sm\:pt-9{padding-top:2.25rem!important}.sm\:pr-9{padding-right:2.25rem!important}.sm\:pb-9{padding-bottom:2.25rem!important}.sm\:pl-9{padding-left:2.25rem!important}.sm\:top-10{top:2.5rem!important}.sm\:right-10{right:2.5rem!important}.sm\:bottom-10{bottom:2.5rem!important}.sm\:left-10{left:2.5rem!important}.sm\:m-10{margin:2.5rem!important}.sm\:mt-10{margin-top:2.5rem!important}.sm\:mr-10{margin-right:2.5rem!important}.sm\:mb-10{margin-bottom:2.5rem!important}.sm\:ml-10{margin-left:2.5rem!important}.sm\:p-10{padding:2.5rem!important}.sm\:pt-10{padding-top:2.5rem!important}.sm\:pr-10{padding-right:2.5rem!important}.sm\:pb-10{padding-bottom:2.5rem!important}.sm\:pl-10{padding-left:2.5rem!important}.sm\:top-11{top:2.75rem!important}.sm\:right-11{right:2.75rem!important}.sm\:bottom-11{bottom:2.75rem!important}.sm\:left-11{left:2.75rem!important}.sm\:m-11{margin:2.75rem!important}.sm\:mt-11{margin-top:2.75rem!important}.sm\:mr-11{margin-right:2.75rem!important}.sm\:mb-11{margin-bottom:2.75rem!important}.sm\:ml-11{margin-left:2.75rem!important}.sm\:p-11{padding:2.75rem!important}.sm\:pt-11{padding-top:2.75rem!important}.sm\:pr-11{padding-right:2.75rem!important}.sm\:pb-11{padding-bottom:2.75rem!important}.sm\:pl-11{padding-left:2.75rem!important}.sm\:top-12{top:3rem!important}.sm\:right-12{right:3rem!important}.sm\:bottom-12{bottom:3rem!important}.sm\:left-12{left:3rem!important}.sm\:m-12{margin:3rem!important}.sm\:mt-12{margin-top:3rem!important}.sm\:mr-12{margin-right:3rem!important}.sm\:mb-12{margin-bottom:3rem!important}.sm\:ml-12{margin-left:3rem!important}.sm\:p-12{padding:3rem!important}.sm\:pt-12{padding-top:3rem!important}.sm\:pr-12{padding-right:3rem!important}.sm\:pb-12{padding-bottom:3rem!important}.sm\:pl-12{padding-left:3rem!important}.sm\:top-14{top:3.5rem!important}.sm\:right-14{right:3.5rem!important}.sm\:bottom-14{bottom:3.5rem!important}.sm\:left-14{left:3.5rem!important}.sm\:m-14{margin:3.5rem!important}.sm\:mt-14{margin-top:3.5rem!important}.sm\:mr-14{margin-right:3.5rem!important}.sm\:mb-14{margin-bottom:3.5rem!important}.sm\:ml-14{margin-left:3.5rem!important}.sm\:p-14{padding:3.5rem!important}.sm\:pt-14{padding-top:3.5rem!important}.sm\:pr-14{padding-right:3.5rem!important}.sm\:pb-14{padding-bottom:3.5rem!important}.sm\:pl-14{padding-left:3.5rem!important}.sm\:top-16{top:4rem!important}.sm\:right-16{right:4rem!important}.sm\:bottom-16{bottom:4rem!important}.sm\:left-16{left:4rem!important}.sm\:m-16{margin:4rem!important}.sm\:mt-16{margin-top:4rem!important}.sm\:mr-16{margin-right:4rem!important}.sm\:mb-16{margin-bottom:4rem!important}.sm\:ml-16{margin-left:4rem!important}.sm\:p-16{padding:4rem!important}.sm\:pt-16{padding-top:4rem!important}.sm\:pr-16{padding-right:4rem!important}.sm\:pb-16{padding-bottom:4rem!important}.sm\:pl-16{padding-left:4rem!important}.sm\:top-20{top:5rem!important}.sm\:right-20{right:5rem!important}.sm\:bottom-20{bottom:5rem!important}.sm\:left-20{left:5rem!important}.sm\:m-20{margin:5rem!important}.sm\:mt-20{margin-top:5rem!important}.sm\:mr-20{margin-right:5rem!important}.sm\:mb-20{margin-bottom:5rem!important}.sm\:ml-20{margin-left:5rem!important}.sm\:p-20{padding:5rem!important}.sm\:pt-20{padding-top:5rem!important}.sm\:pr-20{padding-right:5rem!important}.sm\:pb-20{padding-bottom:5rem!important}.sm\:pl-20{padding-left:5rem!important}.sm\:top-22{top:5.5rem!important}.sm\:right-22{right:5.5rem!important}.sm\:bottom-22{bottom:5.5rem!important}.sm\:left-22{left:5.5rem!important}.sm\:m-22{margin:5.5rem!important}.sm\:mt-22{margin-top:5.5rem!important}.sm\:mr-22{margin-right:5.5rem!important}.sm\:mb-22{margin-bottom:5.5rem!important}.sm\:ml-22{margin-left:5.5rem!important}.sm\:p-22{padding:5.5rem!important}.sm\:pt-22{padding-top:5.5rem!important}.sm\:pr-22{padding-right:5.5rem!important}.sm\:pb-22{padding-bottom:5.5rem!important}.sm\:pl-22{padding-left:5.5rem!important}.sm\:top-24{top:6rem!important}.sm\:right-24{right:6rem!important}.sm\:bottom-24{bottom:6rem!important}.sm\:left-24{left:6rem!important}.sm\:m-24{margin:6rem!important}.sm\:mt-24{margin-top:6rem!important}.sm\:mr-24{margin-right:6rem!important}.sm\:mb-24{margin-bottom:6rem!important}.sm\:ml-24{margin-left:6rem!important}.sm\:p-24{padding:6rem!important}.sm\:pt-24{padding-top:6rem!important}.sm\:pr-24{padding-right:6rem!important}.sm\:pb-24{padding-bottom:6rem!important}.sm\:pl-24{padding-left:6rem!important}.sm\:top-28{top:7rem!important}.sm\:right-28{right:7rem!important}.sm\:bottom-28{bottom:7rem!important}.sm\:left-28{left:7rem!important}.sm\:m-28{margin:7rem!important}.sm\:mt-28{margin-top:7rem!important}.sm\:mr-28{margin-right:7rem!important}.sm\:mb-28{margin-bottom:7rem!important}.sm\:ml-28{margin-left:7rem!important}.sm\:p-28{padding:7rem!important}.sm\:pt-28{padding-top:7rem!important}.sm\:pr-28{padding-right:7rem!important}.sm\:pb-28{padding-bottom:7rem!important}.sm\:pl-28{padding-left:7rem!important}.sm\:top-32{top:8rem!important}.sm\:right-32{right:8rem!important}.sm\:bottom-32{bottom:8rem!important}.sm\:left-32{left:8rem!important}.sm\:m-32{margin:8rem!important}.sm\:mt-32{margin-top:8rem!important}.sm\:mr-32{margin-right:8rem!important}.sm\:mb-32{margin-bottom:8rem!important}.sm\:ml-32{margin-left:8rem!important}.sm\:p-32{padding:8rem!important}.sm\:pt-32{padding-top:8rem!important}.sm\:pr-32{padding-right:8rem!important}.sm\:pb-32{padding-bottom:8rem!important}.sm\:pl-32{padding-left:8rem!important}.sm\:top-36{top:9rem!important}.sm\:right-36{right:9rem!important}.sm\:bottom-36{bottom:9rem!important}.sm\:left-36{left:9rem!important}.sm\:m-36{margin:9rem!important}.sm\:mt-36{margin-top:9rem!important}.sm\:mr-36{margin-right:9rem!important}.sm\:mb-36{margin-bottom:9rem!important}.sm\:ml-36{margin-left:9rem!important}.sm\:p-36{padding:9rem!important}.sm\:pt-36{padding-top:9rem!important}.sm\:pr-36{padding-right:9rem!important}.sm\:pb-36{padding-bottom:9rem!important}.sm\:pl-36{padding-left:9rem!important}.sm\:top-40{top:10rem!important}.sm\:right-40{right:10rem!important}.sm\:bottom-40{bottom:10rem!important}.sm\:left-40{left:10rem!important}.sm\:m-40{margin:10rem!important}.sm\:mt-40{margin-top:10rem!important}.sm\:mr-40{margin-right:10rem!important}.sm\:mb-40{margin-bottom:10rem!important}.sm\:ml-40{margin-left:10rem!important}.sm\:p-40{padding:10rem!important}.sm\:pt-40{padding-top:10rem!important}.sm\:pr-40{padding-right:10rem!important}.sm\:pb-40{padding-bottom:10rem!important}.sm\:pl-40{padding-left:10rem!important}.sm\:top-44{top:11rem!important}.sm\:right-44{right:11rem!important}.sm\:bottom-44{bottom:11rem!important}.sm\:left-44{left:11rem!important}.sm\:m-44{margin:11rem!important}.sm\:mt-44{margin-top:11rem!important}.sm\:mr-44{margin-right:11rem!important}.sm\:mb-44{margin-bottom:11rem!important}.sm\:ml-44{margin-left:11rem!important}.sm\:p-44{padding:11rem!important}.sm\:pt-44{padding-top:11rem!important}.sm\:pr-44{padding-right:11rem!important}.sm\:pb-44{padding-bottom:11rem!important}.sm\:pl-44{padding-left:11rem!important}.sm\:top-48{top:12rem!important}.sm\:right-48{right:12rem!important}.sm\:bottom-48{bottom:12rem!important}.sm\:left-48{left:12rem!important}.sm\:m-48{margin:12rem!important}.sm\:mt-48{margin-top:12rem!important}.sm\:mr-48{margin-right:12rem!important}.sm\:mb-48{margin-bottom:12rem!important}.sm\:ml-48{margin-left:12rem!important}.sm\:p-48{padding:12rem!important}.sm\:pt-48{padding-top:12rem!important}.sm\:pr-48{padding-right:12rem!important}.sm\:pb-48{padding-bottom:12rem!important}.sm\:pl-48{padding-left:12rem!important}.sm\:top-52{top:13rem!important}.sm\:right-52{right:13rem!important}.sm\:bottom-52{bottom:13rem!important}.sm\:left-52{left:13rem!important}.sm\:m-52{margin:13rem!important}.sm\:mt-52{margin-top:13rem!important}.sm\:mr-52{margin-right:13rem!important}.sm\:mb-52{margin-bottom:13rem!important}.sm\:ml-52{margin-left:13rem!important}.sm\:p-52{padding:13rem!important}.sm\:pt-52{padding-top:13rem!important}.sm\:pr-52{padding-right:13rem!important}.sm\:pb-52{padding-bottom:13rem!important}.sm\:pl-52{padding-left:13rem!important}.sm\:top-56{top:14rem!important}.sm\:right-56{right:14rem!important}.sm\:bottom-56{bottom:14rem!important}.sm\:left-56{left:14rem!important}.sm\:m-56{margin:14rem!important}.sm\:mt-56{margin-top:14rem!important}.sm\:mr-56{margin-right:14rem!important}.sm\:mb-56{margin-bottom:14rem!important}.sm\:ml-56{margin-left:14rem!important}.sm\:p-56{padding:14rem!important}.sm\:pt-56{padding-top:14rem!important}.sm\:pr-56{padding-right:14rem!important}.sm\:pb-56{padding-bottom:14rem!important}.sm\:pl-56{padding-left:14rem!important}.sm\:top-60{top:15rem!important}.sm\:right-60{right:15rem!important}.sm\:bottom-60{bottom:15rem!important}.sm\:left-60{left:15rem!important}.sm\:m-60{margin:15rem!important}.sm\:mt-60{margin-top:15rem!important}.sm\:mr-60{margin-right:15rem!important}.sm\:mb-60{margin-bottom:15rem!important}.sm\:ml-60{margin-left:15rem!important}.sm\:p-60{padding:15rem!important}.sm\:pt-60{padding-top:15rem!important}.sm\:pr-60{padding-right:15rem!important}.sm\:pb-60{padding-bottom:15rem!important}.sm\:pl-60{padding-left:15rem!important}.sm\:top-64{top:16rem!important}.sm\:right-64{right:16rem!important}.sm\:bottom-64{bottom:16rem!important}.sm\:left-64{left:16rem!important}.sm\:m-64{margin:16rem!important}.sm\:mt-64{margin-top:16rem!important}.sm\:mr-64{margin-right:16rem!important}.sm\:mb-64{margin-bottom:16rem!important}.sm\:ml-64{margin-left:16rem!important}.sm\:p-64{padding:16rem!important}.sm\:pt-64{padding-top:16rem!important}.sm\:pr-64{padding-right:16rem!important}.sm\:pb-64{padding-bottom:16rem!important}.sm\:pl-64{padding-left:16rem!important}.sm\:top-72{top:18rem!important}.sm\:right-72{right:18rem!important}.sm\:bottom-72{bottom:18rem!important}.sm\:left-72{left:18rem!important}.sm\:m-72{margin:18rem!important}.sm\:mt-72{margin-top:18rem!important}.sm\:mr-72{margin-right:18rem!important}.sm\:mb-72{margin-bottom:18rem!important}.sm\:ml-72{margin-left:18rem!important}.sm\:p-72{padding:18rem!important}.sm\:pt-72{padding-top:18rem!important}.sm\:pr-72{padding-right:18rem!important}.sm\:pb-72{padding-bottom:18rem!important}.sm\:pl-72{padding-left:18rem!important}.sm\:top-80{top:20rem!important}.sm\:right-80{right:20rem!important}.sm\:bottom-80{bottom:20rem!important}.sm\:left-80{left:20rem!important}.sm\:m-80{margin:20rem!important}.sm\:mt-80{margin-top:20rem!important}.sm\:mr-80{margin-right:20rem!important}.sm\:mb-80{margin-bottom:20rem!important}.sm\:ml-80{margin-left:20rem!important}.sm\:p-80{padding:20rem!important}.sm\:pt-80{padding-top:20rem!important}.sm\:pr-80{padding-right:20rem!important}.sm\:pb-80{padding-bottom:20rem!important}.sm\:pl-80{padding-left:20rem!important}.sm\:top-96{top:24rem!important}.sm\:right-96{right:24rem!important}.sm\:bottom-96{bottom:24rem!important}.sm\:left-96{left:24rem!important}.sm\:m-96{margin:24rem!important}.sm\:mt-96{margin-top:24rem!important}.sm\:mr-96{margin-right:24rem!important}.sm\:mb-96{margin-bottom:24rem!important}.sm\:ml-96{margin-left:24rem!important}.sm\:p-96{padding:24rem!important}.sm\:pt-96{padding-top:24rem!important}.sm\:pr-96{padding-right:24rem!important}.sm\:pb-96{padding-bottom:24rem!important}.sm\:pl-96{padding-left:24rem!important}.sm\:top-auto{top:auto!important}.sm\:right-auto{right:auto!important}.sm\:bottom-auto{bottom:auto!important}.sm\:left-auto{left:auto!important}.sm\:m-auto{margin:auto!important}.sm\:mt-auto{margin-top:auto!important}.sm\:mr-auto{margin-right:auto!important}.sm\:mb-auto{margin-bottom:auto!important}.sm\:ml-auto{margin-left:auto!important}.sm\:p-auto{padding:auto!important}.sm\:pt-auto{padding-top:auto!important}.sm\:pr-auto{padding-right:auto!important}.sm\:pb-auto{padding-bottom:auto!important}.sm\:pl-auto{padding-left:auto!important}.sm\:top-px{top:1px!important}.sm\:right-px{right:1px!important}.sm\:bottom-px{bottom:1px!important}.sm\:left-px{left:1px!important}.sm\:m-px{margin:1px!important}.sm\:mt-px{margin-top:1px!important}.sm\:mr-px{margin-right:1px!important}.sm\:mb-px{margin-bottom:1px!important}.sm\:ml-px{margin-left:1px!important}.sm\:p-px{padding:1px!important}.sm\:pt-px{padding-top:1px!important}.sm\:pr-px{padding-right:1px!important}.sm\:pb-px{padding-bottom:1px!important}.sm\:pl-px{padding-left:1px!important}.sm\:text-0{font-size:0!important}.sm\:text-1{font-size:.25rem!important}.sm\:text-2{font-size:.5rem!important}.sm\:text-3{font-size:.75rem!important}.sm\:text-4{font-size:1rem!important}.sm\:text-5{font-size:1.25rem!important}.sm\:text-6{font-size:1.5rem!important}.sm\:text-7{font-size:1.75rem!important}.sm\:text-8{font-size:2rem!important}.sm\:text-9{font-size:2.25rem!important}.sm\:text-10{font-size:2.5rem!important}.sm\:text-11{font-size:2.75rem!important}.sm\:text-12{font-size:3rem!important}.sm\:text-14{font-size:3.5rem!important}.sm\:text-16{font-size:4rem!important}.sm\:text-20{font-size:5rem!important}.sm\:text-22{font-size:5.5rem!important}.sm\:text-24{font-size:6rem!important}.sm\:text-28{font-size:7rem!important}.sm\:text-32{font-size:8rem!important}.sm\:text-36{font-size:9rem!important}.sm\:text-40{font-size:10rem!important}.sm\:text-44{font-size:11rem!important}.sm\:text-48{font-size:12rem!important}.sm\:text-52{font-size:13rem!important}.sm\:text-56{font-size:14rem!important}.sm\:text-60{font-size:15rem!important}.sm\:text-64{font-size:16rem!important}.sm\:text-72{font-size:18rem!important}.sm\:text-80{font-size:20rem!important}.sm\:text-96{font-size:24rem!important}.sm\:h-0{height:0!important}.sm\:min-h-0{min-height:0!important}.sm\:max-h-0{max-height:0!important}.sm\:h-1{height:.25rem!important}.sm\:min-h-1{min-height:.25rem!important}.sm\:max-h-1{max-height:.25rem!important}.sm\:h-2{height:.5rem!important}.sm\:min-h-2{min-height:.5rem!important}.sm\:max-h-2{max-height:.5rem!important}.sm\:h-3{height:.75rem!important}.sm\:min-h-3{min-height:.75rem!important}.sm\:max-h-3{max-height:.75rem!important}.sm\:h-4{height:1rem!important}.sm\:min-h-4{min-height:1rem!important}.sm\:max-h-4{max-height:1rem!important}.sm\:h-5{height:1.25rem!important}.sm\:min-h-5{min-height:1.25rem!important}.sm\:max-h-5{max-height:1.25rem!important}.sm\:h-6{height:1.5rem!important}.sm\:min-h-6{min-height:1.5rem!important}.sm\:max-h-6{max-height:1.5rem!important}.sm\:h-7{height:1.75rem!important}.sm\:min-h-7{min-height:1.75rem!important}.sm\:max-h-7{max-height:1.75rem!important}.sm\:h-8{height:2rem!important}.sm\:min-h-8{min-height:2rem!important}.sm\:max-h-8{max-height:2rem!important}.sm\:h-9{height:2.25rem!important}.sm\:min-h-9{min-height:2.25rem!important}.sm\:max-h-9{max-height:2.25rem!important}.sm\:h-10{height:2.5rem!important}.sm\:min-h-10{min-height:2.5rem!important}.sm\:max-h-10{max-height:2.5rem!important}.sm\:h-11{height:2.75rem!important}.sm\:min-h-11{min-height:2.75rem!important}.sm\:max-h-11{max-height:2.75rem!important}.sm\:h-12{height:3rem!important}.sm\:min-h-12{min-height:3rem!important}.sm\:max-h-12{max-height:3rem!important}.sm\:h-14{height:3.5rem!important}.sm\:min-h-14{min-height:3.5rem!important}.sm\:max-h-14{max-height:3.5rem!important}.sm\:h-16{height:4rem!important}.sm\:min-h-16{min-height:4rem!important}.sm\:max-h-16{max-height:4rem!important}.sm\:h-20{height:5rem!important}.sm\:min-h-20{min-height:5rem!important}.sm\:max-h-20{max-height:5rem!important}.sm\:h-22{height:5.5rem!important}.sm\:min-h-22{min-height:5.5rem!important}.sm\:max-h-22{max-height:5.5rem!important}.sm\:h-24{height:6rem!important}.sm\:min-h-24{min-height:6rem!important}.sm\:max-h-24{max-height:6rem!important}.sm\:h-28{height:7rem!important}.sm\:min-h-28{min-height:7rem!important}.sm\:max-h-28{max-height:7rem!important}.sm\:h-32{height:8rem!important}.sm\:min-h-32{min-height:8rem!important}.sm\:max-h-32{max-height:8rem!important}.sm\:h-36{height:9rem!important}.sm\:min-h-36{min-height:9rem!important}.sm\:max-h-36{max-height:9rem!important}.sm\:h-40{height:10rem!important}.sm\:min-h-40{min-height:10rem!important}.sm\:max-h-40{max-height:10rem!important}.sm\:h-44{height:11rem!important}.sm\:min-h-44{min-height:11rem!important}.sm\:max-h-44{max-height:11rem!important}.sm\:h-48{height:12rem!important}.sm\:min-h-48{min-height:12rem!important}.sm\:max-h-48{max-height:12rem!important}.sm\:h-52{height:13rem!important}.sm\:min-h-52{min-height:13rem!important}.sm\:max-h-52{max-height:13rem!important}.sm\:h-56{height:14rem!important}.sm\:min-h-56{min-height:14rem!important}.sm\:max-h-56{max-height:14rem!important}.sm\:h-60{height:15rem!important}.sm\:min-h-60{min-height:15rem!important}.sm\:max-h-60{max-height:15rem!important}.sm\:h-64{height:16rem!important}.sm\:min-h-64{min-height:16rem!important}.sm\:max-h-64{max-height:16rem!important}.sm\:h-72{height:18rem!important}.sm\:min-h-72{min-height:18rem!important}.sm\:max-h-72{max-height:18rem!important}.sm\:h-80{height:20rem!important}.sm\:min-h-80{min-height:20rem!important}.sm\:max-h-80{max-height:20rem!important}.sm\:h-96{height:24rem!important}.sm\:min-h-96{min-height:24rem!important}.sm\:max-h-96{max-height:24rem!important}.sm\:h-auto{height:auto!important}.sm\:min-h-auto{min-height:auto!important}.sm\:max-h-auto{max-height:auto!important}.sm\:h-full{height:100%!important}.sm\:min-h-full{min-height:100%!important}.sm\:max-h-full{max-height:100%!important}.sm\:h-screen{height:100vh!important}.sm\:min-h-screen{min-height:100vh!important}.sm\:max-h-screen{max-height:100vh!important}.sm\:h-min{height:-moz-min-content!important;height:min-content!important}.sm\:min-h-min{min-height:-moz-min-content!important;min-height:min-content!important}.sm\:max-h-min{max-height:-moz-min-content!important;max-height:min-content!important}.sm\:h-max{height:-moz-max-content!important;height:max-content!important}.sm\:min-h-max{min-height:-moz-max-content!important;min-height:max-content!important}.sm\:max-h-max{max-height:-moz-max-content!important;max-height:max-content!important}.sm\:h-fit{height:-moz-fit-content!important;height:fit-content!important}.sm\:min-h-fit{min-height:-moz-fit-content!important;min-height:fit-content!important}.sm\:max-h-fit{max-height:-moz-fit-content!important;max-height:fit-content!important}.sm\:h-2-12{height:16.666%!important}.sm\:min-h-2-12{min-height:16.666%!important}.sm\:max-h-2-12{max-height:16.666%!important}.sm\:h-4-12{height:33.333%!important}.sm\:min-h-4-12{min-height:33.333%!important}.sm\:max-h-4-12{max-height:33.333%!important}.sm\:h-6-12{height:50%!important}.sm\:min-h-6-12{min-height:50%!important}.sm\:max-h-6-12{max-height:50%!important}.sm\:h-8-12{height:66.666%!important}.sm\:min-h-8-12{min-height:66.666%!important}.sm\:max-h-8-12{max-height:66.666%!important}.sm\:w-0{width:0!important}.sm\:min-w-0{min-width:0!important}.sm\:max-w-0{max-width:0!important}.sm\:w-1{width:.25rem!important}.sm\:min-w-1{min-width:.25rem!important}.sm\:max-w-1{max-width:.25rem!important}.sm\:w-2{width:.5rem!important}.sm\:min-w-2{min-width:.5rem!important}.sm\:max-w-2{max-width:.5rem!important}.sm\:w-3{width:.75rem!important}.sm\:min-w-3{min-width:.75rem!important}.sm\:max-w-3{max-width:.75rem!important}.sm\:w-4{width:1rem!important}.sm\:min-w-4{min-width:1rem!important}.sm\:max-w-4{max-width:1rem!important}.sm\:w-5{width:1.25rem!important}.sm\:min-w-5{min-width:1.25rem!important}.sm\:max-w-5{max-width:1.25rem!important}.sm\:w-6{width:1.5rem!important}.sm\:min-w-6{min-width:1.5rem!important}.sm\:max-w-6{max-width:1.5rem!important}.sm\:w-7{width:1.75rem!important}.sm\:min-w-7{min-width:1.75rem!important}.sm\:max-w-7{max-width:1.75rem!important}.sm\:w-8{width:2rem!important}.sm\:min-w-8{min-width:2rem!important}.sm\:max-w-8{max-width:2rem!important}.sm\:w-9{width:2.25rem!important}.sm\:min-w-9{min-width:2.25rem!important}.sm\:max-w-9{max-width:2.25rem!important}.sm\:w-10{width:2.5rem!important}.sm\:min-w-10{min-width:2.5rem!important}.sm\:max-w-10{max-width:2.5rem!important}.sm\:w-11{width:2.75rem!important}.sm\:min-w-11{min-width:2.75rem!important}.sm\:max-w-11{max-width:2.75rem!important}.sm\:w-12{width:3rem!important}.sm\:min-w-12{min-width:3rem!important}.sm\:max-w-12{max-width:3rem!important}.sm\:w-14{width:3.5rem!important}.sm\:min-w-14{min-width:3.5rem!important}.sm\:max-w-14{max-width:3.5rem!important}.sm\:w-16{width:4rem!important}.sm\:min-w-16{min-width:4rem!important}.sm\:max-w-16{max-width:4rem!important}.sm\:w-20{width:5rem!important}.sm\:min-w-20{min-width:5rem!important}.sm\:max-w-20{max-width:5rem!important}.sm\:w-22{width:5.5rem!important}.sm\:min-w-22{min-width:5.5rem!important}.sm\:max-w-22{max-width:5.5rem!important}.sm\:w-24{width:6rem!important}.sm\:min-w-24{min-width:6rem!important}.sm\:max-w-24{max-width:6rem!important}.sm\:w-28{width:7rem!important}.sm\:min-w-28{min-width:7rem!important}.sm\:max-w-28{max-width:7rem!important}.sm\:w-32{width:8rem!important}.sm\:min-w-32{min-width:8rem!important}.sm\:max-w-32{max-width:8rem!important}.sm\:w-36{width:9rem!important}.sm\:min-w-36{min-width:9rem!important}.sm\:max-w-36{max-width:9rem!important}.sm\:w-40{width:10rem!important}.sm\:min-w-40{min-width:10rem!important}.sm\:max-w-40{max-width:10rem!important}.sm\:w-44{width:11rem!important}.sm\:min-w-44{min-width:11rem!important}.sm\:max-w-44{max-width:11rem!important}.sm\:w-48{width:12rem!important}.sm\:min-w-48{min-width:12rem!important}.sm\:max-w-48{max-width:12rem!important}.sm\:w-52{width:13rem!important}.sm\:min-w-52{min-width:13rem!important}.sm\:max-w-52{max-width:13rem!important}.sm\:w-56{width:14rem!important}.sm\:min-w-56{min-width:14rem!important}.sm\:max-w-56{max-width:14rem!important}.sm\:w-60{width:15rem!important}.sm\:min-w-60{min-width:15rem!important}.sm\:max-w-60{max-width:15rem!important}.sm\:w-64{width:16rem!important}.sm\:min-w-64{min-width:16rem!important}.sm\:max-w-64{max-width:16rem!important}.sm\:w-72{width:18rem!important}.sm\:min-w-72{min-width:18rem!important}.sm\:max-w-72{max-width:18rem!important}.sm\:w-80{width:20rem!important}.sm\:min-w-80{min-width:20rem!important}.sm\:max-w-80{max-width:20rem!important}.sm\:w-96{width:24rem!important}.sm\:min-w-96{min-width:24rem!important}.sm\:max-w-96{max-width:24rem!important}.sm\:w-auto{width:auto!important}.sm\:min-w-auto{min-width:auto!important}.sm\:max-w-auto{max-width:auto!important}.sm\:w-full{width:100%!important}.sm\:min-w-full{min-width:100%!important}.sm\:max-w-full{max-width:100%!important}.sm\:w-screen{width:100vw!important}.sm\:min-w-screen{min-width:100vw!important}.sm\:max-w-screen{max-width:100vw!important}.sm\:w-min{width:-moz-min-content!important;width:min-content!important}.sm\:min-w-min{min-width:-moz-min-content!important;min-width:min-content!important}.sm\:max-w-min{max-width:-moz-min-content!important;max-width:min-content!important}.sm\:w-max{width:-moz-max-content!important;width:max-content!important}.sm\:min-w-max{min-width:-moz-max-content!important;min-width:max-content!important}.sm\:max-w-max{max-width:-moz-max-content!important;max-width:max-content!important}.sm\:w-fit{width:-moz-fit-content!important;width:fit-content!important}.sm\:min-w-fit{min-width:-moz-fit-content!important;min-width:fit-content!important}.sm\:max-w-fit{max-width:-moz-fit-content!important;max-width:fit-content!important}.sm\:w-2-12{width:16.666%!important}.sm\:min-w-2-12{min-width:16.666%!important}.sm\:max-w-2-12{max-width:16.666%!important}.sm\:w-4-12{width:33.333%!important}.sm\:min-w-4-12{min-width:33.333%!important}.sm\:max-w-4-12{max-width:33.333%!important}.sm\:w-6-12{width:50%!important}.sm\:min-w-6-12{min-width:50%!important}.sm\:max-w-6-12{max-width:50%!important}.sm\:w-8-12{width:66.666%!important}.sm\:min-w-8-12{min-width:66.666%!important}.sm\:max-w-8-12{max-width:66.666%!important}.sm\:font-thin{font-weight:100!important}.sm\:font-extralight{font-weight:200!important}.sm\:font-light{font-weight:300!important}.sm\:font-normal{font-weight:400!important}.sm\:font-medium{font-weight:500!important}.sm\:font-semibold{font-weight:600!important}.sm\:font-bold{font-weight:700!important}.sm\:font-extrabold{font-weight:800!important}.sm\:font-black{font-weight:900!important}.sm\:cursor-pointer{cursor:pointer!important}.sm\:cursor-not-allowed{cursor:not-allowed!important}.sm\:justify-center{justify-content:center!important}.sm\:justify-end{justify-content:end!important}.sm\:justify-start{justify-content:start!important}.sm\:justify-between{justify-content:space-between!important}.sm\:text-primary-sidebar{color:#21272a!important}.sm\:text-primary-color{color:#5b618f!important}.sm\:text-title-color{color:#323a73!important}.sm\:text-white{color:#fff!important}.sm\:text-white-100{color:#f1f5fd!important}.sm\:text-white-60{color:#f7f9fe!important}.sm\:text-navy-100{color:#323a73!important}.sm\:text-navy-60{color:#8489ab!important}.sm\:text-navy-40{color:#adb0c7!important}.sm\:text-navy-20{color:#d6d8e3!important}.sm\:text-charcoalblack-60{color:#121619!important}.sm\:text-grayblue-40{color:#adb0c7!important}.sm\:text-violet-120{color:#5c4dbb!important}.sm\:text-violet-100{color:#7165ff!important}.sm\:text-violet-80{color:#8e84ff!important}.sm\:text-violet-60{color:#b1a6ff!important}.sm\:text-violet-40{color:#c6c1ff!important}.sm\:text-violet-10{color:#e3e0ff!important}.sm\:text-darkslategray{color:#21272a!important}.sm\:text-red{color:red!important}.sm\:text-red-100{color:#f57359!important}.sm\:text-red-80{color:#fd7581!important}.sm\:text-green-100{color:#04d7a2!important}.sm\:text-green-80{color:#7eead5!important}.sm\:text-green-60{color:#9eefe0!important}.sm\:text-green-40{color:#bff5ea!important}.sm\:text-green-20{color:#dffaf5!important}.sm\:text-yellow-100{color:#ffbe50!important}.sm\:bg-primary-sidebar{background-color:#fff!important}.sm\:bg-primary-color{background-color:#5b618f!important}.sm\:bg-table-head-color{background-color:#e3e0ff!important}.sm\:bg-white{background-color:#fff!important}.sm\:bg-white-100{background-color:#f1f5fd!important}.sm\:bg-white-60{background-color:#f7f9fe!important}.sm\:bg-navy-100{background-color:#323a73!important}.sm\:bg-navy-60{background-color:#8489ab!important}.sm\:bg-navy-40{background-color:#adb0c7!important}.sm\:bg-navy-20{background-color:#d6d8e3!important}.sm\:bg-charcoalblack-60{background-color:#121619!important}.sm\:bg-grayblue-40{background-color:#adb0c7!important}.sm\:bg-violet-120{background-color:#5c4dbb!important}.sm\:bg-violet-100{background-color:#7165ff!important}.sm\:bg-violet-80{background-color:#8e84ff!important}.sm\:bg-violet-60{background-color:#b1a6ff!important}.sm\:bg-violet-40{background-color:#c6c1ff!important}.sm\:bg-violet-10{background-color:#e3e0ff!important}.sm\:bg-darkslategray{background-color:#21272a!important}.sm\:bg-red{background-color:red!important}.sm\:bg-red-100{background-color:#f57359!important}.sm\:bg-red-80{background-color:#fd7581!important}.sm\:bg-green-100{background-color:#04d7a2!important}.sm\:bg-green-80{background-color:#7eead5!important}.sm\:bg-green-60{background-color:#9eefe0!important}.sm\:bg-green-40{background-color:#bff5ea!important}.sm\:bg-green-20{background-color:#dffaf5!important}.sm\:bg-yellow-100{background-color:#ffbe50!important}.sm\:bg-transparent{background-color:transparent!important}.sm\:gap-0{gap:0!important}.sm\:gap-1{gap:.25rem!important}.sm\:gap-2{gap:.5rem!important}.sm\:gap-3{gap:.75rem!important}.sm\:gap-4{gap:1rem!important}.sm\:gap-5{gap:1.25rem!important}.sm\:gap-6{gap:1.5rem!important}.sm\:gap-7{gap:1.75rem!important}.sm\:gap-8{gap:2rem!important}.sm\:gap-9{gap:2.25rem!important}.sm\:gap-10{gap:2.5rem!important}.sm\:gap-11{gap:2.75rem!important}.sm\:gap-12{gap:3rem!important}.sm\:gap-14{gap:3.5rem!important}.sm\:gap-16{gap:4rem!important}.sm\:gap-20{gap:5rem!important}.sm\:gap-22{gap:5.5rem!important}.sm\:gap-24{gap:6rem!important}.sm\:gap-28{gap:7rem!important}.sm\:gap-32{gap:8rem!important}.sm\:gap-36{gap:9rem!important}.sm\:gap-40{gap:10rem!important}.sm\:gap-44{gap:11rem!important}.sm\:gap-48{gap:12rem!important}.sm\:gap-52{gap:13rem!important}.sm\:gap-56{gap:14rem!important}.sm\:gap-60{gap:15rem!important}.sm\:gap-64{gap:16rem!important}.sm\:gap-72{gap:18rem!important}.sm\:gap-80{gap:20rem!important}.sm\:gap-96{gap:24rem!important}.sm\:relative{position:relative!important}.sm\:absolute{position:absolute!important}.sm\:align-center{align-items:center!important}.sm\:align-end{align-items:end!important}.sm\:align-start{align-items:start!important}.sm\:text-center{text-align:center!important}.sm\:text-end{text-align:right!important}.sm\:text-start{text-align:left!important}.sm\:rounded-none,.sm\:rounded-t-none{border-radius:0!important}.sm\:rounded-sm{border-radius:.125rem!important}.sm\:rounded-t-sm{border-radius:.125rem .125rem 0 0!important}.sm\:rounded-df{border-radius:.25rem!important}.sm\:rounded-t-df{border-radius:.25rem .25rem 0 0!important}.sm\:rounded-md{border-radius:.375rem!important}.sm\:rounded-t-md{border-radius:.375rem .375rem 0 0!important}.sm\:rounded-lg{border-radius:.5rem!important}.sm\:rounded-t-lg{border-radius:.5rem .5rem 0 0!important}.sm\:rounded-xl{border-radius:.75rem!important}.sm\:rounded-t-xl{border-radius:.75rem .75rem 0 0!important}.sm\:rounded-2xl{border-radius:1rem!important}.sm\:rounded-t-2xl{border-radius:1rem 1rem 0 0!important}.sm\:rounded-25xl{border-radius:1.25rem!important}.sm\:rounded-t-25xl{border-radius:1.25rem 1.25rem 0 0!important}.sm\:rounded-3xl{border-radius:1.5rem!important}.sm\:rounded-t-3xl{border-radius:1.5rem 1.5rem 0 0!important}.sm\:rounded-full{border-radius:9999px!important}.sm\:rounded-t-full{border-radius:9999px 9999px 0 0!important}.sm\:opacity-0{opacity:0!important}.sm\:opacity-5{opacity:.05!important}.sm\:opacity-10{opacity:.1!important}.sm\:opacity-20{opacity:.2!important}.sm\:opacity-25{opacity:.25!important}.sm\:opacity-30{opacity:.3!important}.sm\:opacity-40{opacity:.4!important}.sm\:opacity-50{opacity:.5!important}.sm\:opacity-60{opacity:.6!important}.sm\:opacity-70{opacity:.7!important}.sm\:opacity-75{opacity:.75!important}.sm\:opacity-80{opacity:.8!important}.sm\:opacity-90{opacity:.9!important}.sm\:opacity-95{opacity:.95!important}.sm\:opacity-100{opacity:1!important}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;align-items:center;justify-items:center;place-items:center;min-width:320px;min-height:100vh}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}
