:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MuiOutlinedInput-notchedOutline{text-align:left;position:absolute;bottom:0;right:0;top:-5px;left:0;margin:0;padding:0 8px;pointer-events:none;overflow:hidden;min-width:0;border:1px solid #767676!important;border-radius:3px!important}.MuiInputBase-root-MuiOutlinedInput-root{font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:400;font-size:.8rem!important}.MuiInputBase-input-MuiOutlinedInput-input{font-size:.8rem!important;color:#000!important}.MuiAutocomplete-root .MuiOutlinedInput-root{padding:0!important;margin-top:5px;min-height:42px}button:hover{opacity:.75}button{opacity:1}ion-icon{margin-right:.375rem;font-size:1.25rem;line-height:1.75rem;color:var(--color-textdark);opacity:.9}::-webkit-scrollbar{width:10px}.ilta ::-webkit-scrollbar-thumb,.legaltech ::-webkit-scrollbar-thumb{background-color:rgb(1 29 88/var(--tw-bg-opacity));--tw-bg-opacity:0.5;border-radius:5px}.yr{width:210px;color:#011d58;font-family:Poppins;font-size:20px;letter-spacing:0;line-height:30px}.rectangle{border:1px solid #767676;border-radius:3px}.rectangle,.rectangle-err{box-sizing:border-box;height:42px;background-color:hsla(0,0%,100%,.9);margin-top:5px}.rectangle-err{border:1px solid #e11d48;border-radius:3px}.rectangle-textarea{box-sizing:border-box;height:100px;border:1px solid #767676;border-radius:3px;background-color:hsla(0,0%,100%,.9);margin-top:5px}.rmsc .gray{color:#000!important}.resource-type-text{height:18px;color:#333;font-family:Karla;font-size:15px;font-weight:700;letter-spacing:.58px;line-height:18px}.resource-desc{color:#333}.resource-desc,.resource-normal-link{font-family:Karla;font-size:13px;letter-spacing:0;line-height:15px}.resource-normal-link{color:#011d58}.request-header-desc{color:#333;font-family:Karla;font-size:18px;letter-spacing:0;line-height:22px}.request-contact-container{box-sizing:border-box;border:1px solid #ddd;border-radius:5px;background-color:#fff}.request-contact-header-container{height:76.96px;background-color:#69f3b6;border-top-left-radius:5px;border-top-right-radius:5px}.request-contact-header{height:77px;color:#333;font-family:Poppins;font-size:17px;font-weight:700;letter-spacing:0;line-height:26px;text-align:center;display:flex;align-items:center;justify-content:center}.request-field-title{font-size:14px}.request-field-sub-title,.request-field-title{color:#333;font-family:Poppins;font-weight:500;letter-spacing:0;line-height:21px}.request-field-sub-title{height:20px;font-size:12px}.request-contact-line{box-sizing:border-box;height:1px;border:1px solid #29ef97}.request-contact-divide-text{text-align:center}.request-contact-divide-text,.request-contact-section-text{height:48px;color:#333;font-family:Karla;font-size:15px;font-weight:700;letter-spacing:.5px;line-height:18px}.request-contact-section-text{text-align:left}.react-player{position:absolute;top:0;left:0;border-radius:10px;overflow:hidden;width:238px;height:156px}.policy-container h2{font-size:24px;padding-bottom:16px}.policy-container h2,.policy-container h4{font-family:Poppins;font-weight:700;letter-spacing:0;line-height:19px;padding-top:16px}.policy-container h4{font-size:18px;padding-bottom:20px}.terms-container h2{font-size:24px;padding-bottom:16px}.terms-container h2,.terms-container h4{font-family:Poppins;font-weight:700;letter-spacing:0;line-height:19px;padding-top:16px}.terms-container h4{font-size:18px;padding-bottom:20px}.showmore-text{height:60px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#333;font-family:Karla;font-size:13px}.rmsc .dropdown-container{position:relative;outline:0;background-color:hsla(0,0%,100%,.9)!important;border:1px solid #767676!important;border-radius:3px!important;height:42px!important;margin-top:5px!important}.dropzone{flex:1;flex-direction:column;padding:20px;border-radius:2px;border:2px dashed #eee;background-color:#fafafa;color:#bdbdbd;outline:none;transition:border .24s ease-in-out}.avatar-container,.dropzone{display:flex;align-items:center}.avatar-container{position:relative;width:100%;height:100px;flex-direction:row;justify-content:center}.avatar-container input[type=file]{color:transparent}.blog-content{color:#333!important;font-family:Poppins}.blog-content a,.blog-content a>span{color:#011d58!important;text-decoration:underline!important}.search-text::-moz-placeholder{color:#011d58}.search-text::placeholder{color:#011d58}.ReactModal__Overlay{opacity:0;transition:opacity .5s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}.ReactModal__Overlay--before-close{opacity:0}.i-have-read-and-acce{height:27px;color:#011d58;letter-spacing:0;line-height:18px;padding-top:3px}.MuiAutocomplete-listbox,.MuiInputBase-input.MuiAutocomplete-input,.i-have-read-and-acce{font-family:Karla;font-size:15px}.ReactModal__Overlay{background-color:rgba(34,37,43,.75)!important}.toastProgress{background:#333f48!important}.body-height{height:calc(100% - 51px)}button[disabled],button[disabled]:hover{opacity:.4}.text-password{-webkit-text-security:disc}.html-show ul{list-style-type:disc}.html-show li{margin-left:2rem}.html-show p{margin-top:0;margin-bottom:.5rem}.html-show a{font-size:1rem;line-height:1.5rem;--tw-text-opacity:1;color:rgb(1 29 88/var(--tw-text-opacity))}.html-show img{margin:0 auto}.css-iljtu2-MuiRating-root,.css-ryrseu-MuiRating-root{color:#011d58!important;font-size:22px!important}.css-1algrk9-MuiRating-root,.css-1lauo1g-MuiRating-root{font-size:14px!important;color:#011d58!important}.rbd-m6ukimpwaps-h{background:#e3e3e3;height:5px;width:0;border-radius:5px}.Toastify__toast{margin-bottom:10px!important;min-height:50px!important}.Toastify__toast-container{width:auto!important}@media screen and (max-width:480px){.Toastify__toast-container{width:100vw!important}}.Toastify__toast-theme--colored.Toastify__toast--success{background:#54f2ac!important}.Toastify__close-button{color:#011d58!important}.toast-confirm-title{font-weight:500}.toast-confirm-title,.toast-confirm-view-all{color:#011d58;font-family:Poppins;font-size:14px;letter-spacing:0;line-height:20px}.toast-confirm-view-all{font-weight:600;text-align:right;text-decoration:underline!important}.body-des-html>p{color:#333;font-family:var(--font-tertiary);font-size:15px;letter-spacing:0;line-height:18px}.header-des-html>p{color:#333;font-family:Karla;font-size:18px;letter-spacing:0;line-height:22px}.box{border:1px solid #000}.min-h-full{min-height:-webkit-fill-available}.terms-content>h2,.terms-content>p,.terms-content>p>span,.terms-content>span,.terms-content>ul{font-family:karla!important;text-color:#333!important}.terms-content>h2{font-size:1.375rem!important;line-height:30px;margin-top:10px}#longDesc>p,#longDesc>p>p,#longDesc>p>span,#longDesc>span{color:transparent!important}.text-line-2{display:block;text-overflow:ellipsis;word-wrap:break-word;overflow:hidden;max-height:3em;line-height:1.4em}.expert{-o-object-fit:cover!important;object-fit:cover!important;width:120px;height:120px;border-radius:60px}.slick-slider{height:100%}.react-datepicker-wrapper input[type=text]{width:100%;outline:none;font-size:15px;font-family:karla;font-weight:500;color:rgb(51 51 51/var(--tw-text-opacity));--tw-text-opacity:1}.drawer{height:210px!important;background:transparent!important;align-items:center;display:flex;justify-content:center}.drawer__backdrop{height:0!important}.drawer__handle,.drawer__handle-wrapper{width:0!important}.drawer__handle{background:transparent!important}.drawer__content{width:800px!important;height:210px!important;padding:0!important}input{outline:none}.tox .tox-editor-header{z-index:0!important}.css-1p3m7a8-multiValue{background-color:#d4d4fc}.arrow{top:-26px;left:97%}.arrow,.arrow-head{position:relative;cursor:pointer}.arrow-head{top:-31px;left:94%}.adjust{position:relative;top:-24px}.mb{margin-bottom:6px}.custom-bullet ul{list-style-type:none;padding-left:1.25rem}.custom-bullet li{position:relative;padding-left:1.5rem}.custom-bullet li:before{content:"•";position:absolute;left:0;top:50%;--tw-translate-y:-30%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));font-size:1.5rem!important;line-height:2rem!important;--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity));font-size:1.2em;line-height:1}.text-darkgray .HtmlContentViewer_ckContent__8S_dO>p{text-align:justify}.homeGuidBoxHeading{color:#333!important;font-family:Poppins,sans-serif!important;font-size:24px!important;font-weight:700!important;letter-spacing:0!important;line-height:26px!important}.homeGuidBoxDescription{font-size:16px!important;letter-spacing:0!important;line-height:19px!important;letter:normal!important;color:#767676!important}.font-karla{font-family:Karla,sans-serif!important;letter-spacing:0!important;line-height:16.37px!important;font-weight:400!important;color:#011d58!important}.threeBox a span.flex.flex-row{width:340px;height:180px;padding-right:16px!important}.threeBox div.bg-white,.threeBox>a,span.threeBoxSpan{width:340px!important}.cookieConsentPoup,.topHeaderMenu{display:#000}@media print{.mainContainerPrint{overflow:visible!important}.mainContainerPrint .page-break{page-break-before:always}.mainContainerPrint .flex,.mainContainerPrint .flex-col,.mainContainerPrint .flex-row{display:block!important}.mainContainerPrint h2{page-break-before:always}.mainContainerPrint .text-[\31\.5rem]{font-size:1rem!important}.mainContainerPrint .md\:text-[\32 4px]{font-size:1.2rem!important}.mainContainerPrint .w-full{width:100%!important}.mainContainerPrint .cookieConsentPoup,.mainContainerPrint .topHeaderMenu{display:none!important;visibility:hidden!important}.mainContainerPrint .tdBody{margin-bottom:100px;border:2px solid transparent}.mainContainerPrint .searchLegaltechJobs,.mainContainerPrint .socialIcon{display:flex!important}.mainContainerPrint .searchLegaltechJobs{margin-top:20px!important;padding-top:50px}.mainContainerPrint .print-flex{display:flex!important}.mainContainerPrint .about-auther img{height:100%;width:100%;-o-object-fit:content;object-fit:content}.mainContainerPrint .about-auther-text{width:80%;flex:0 0 80%}.mainContainerPrint .header-des-html{margin-top:0!important}.mainContainerPrint .blog-content{margin-bottom:0!important}.mainContainerPrint .about-auther-text p{line-height:1!important;font-size:18px!important}.mainContainerPrint .materialSectionPrint{min-height:unset!important}}.solutions-col-1 .col-width{flex:0 0 100%;min-width:100%}.solutions-col-2 .col-width{flex:0 0 50%;min-width:50%}.solutions-col-3 .col-width{flex:0 0 33.33%;min-width:33.33%}.solutions-col-4 .col-width{flex:0 0 25%;min-width:25%}.solutions-col-5 .col-width{flex:0 0 20%;min-width:20%}.announcement-rectangle{border-radius:3px!important;background-color:rgba(41,239,151,.3)!important;padding:15px!important}.announcement-rectangle .bellShape{height:auto!important}.announcement-rectangle .announcement-versio,.announcement-rectangle p{color:#333!important;font-family:Karla,sans-serif!important;font-size:16px!important;letter-spacing:0!important;line-height:22px!important;font-weight:400}.announcement-rectangle .published{color:#333;font-family:Karla,sans-serif;font-size:13px;letter-spacing:0;line-height:22px}.announcement-rectangle svg{width:24px!important;height:27px!important}.progress{animation:progress 1s linear infinite}.left-right{transform-origin:0 50%}@keyframes progress{0%{transform:translateX(0) scaleX(0)}40%{transform:translateX(0) scaleX(.4)}to{transform:translateX(100%) scaleX(.5)}}.value-proposition .w-\[232px\],.value-proposition div{width:100%!important;text-align:left;line-height:1.5}.blue-badge{display:inline-block;padding:.25em .5em;font-size:.85rem;font-weight:400;color:#fff;background-color:#007bff;border-radius:.25rem}.center{margin:0 auto}.right{margin-left:auto}.shim-red{position:relative;overflow:hidden;background-color:#fff}.shim-red:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translateX(-100%);background-image:linear-gradient(90deg,#e9e9e9,hsla(0,0%,91%,.9) 50%,hsla(0,0%,91%,.8));animation:shimmer 3s ease-out infinite;content:""}@keyframes shimmer{to{transform:translateX(0);opacity:0}}@media (max-width:765px){.mobile_filter_scroll{height:100vh;overflow:auto}}.bg-banner-registration{background-image:url(/banner-bg-min.png);background-size:cover;background-position:50%;width:100%}.officeIcon svg{height:100%}.compare-container .tracking-wider{padding-top:0;min-height:1.75rem}.parent>div.divide-x:first-child>div{padding-top:20px}.compare-container a{text-decoration:underline}.compare-practice-areas{text-decoration:none!important}.compare-practice-areas:hover{text-decoration:underline!important}.popup-rectangle{position:relative;width:100%;height:290px;top:-175px;gap:0;opacity:.3px;background:linear-gradient(179.59deg,hsla(0,0%,100%,0) -28.27%,#fff 67.09%);.pop-container{position:relative;width:450px;height:36px;top:120px;left:266px;gap:0;.popup-heading{font-family:Poppins;font-size:24px;font-weight:700;line-height:36px;text-align:center;text-underline-position:"from-font";-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#011d58}.popup-body{position:relative;width:650px;height:27px;top:15px;left:-90px;gap:0;.popup-title{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:center;text-underline-position:"from-font";-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#011d58}.popup-button{width:100%;gap:50px;position:relative;text-align:center;top:15px}}}}@media screen and (max-width:481px){.popup-rectangle{.pop-container{width:90%;left:5%;.popup-body{width:120%;left:-4%;.popup-title{width:88%}}}}}@media screen and (min-width:482px) and (max-width:600px){.popup-rectangle{.pop-container{width:450px;left:-2px;.popup-body{width:452px;left:18px;.popup-title{width:80%}.popup-button{display:grid;left:16%;gap:10px;width:0}}}}}@media screen and (min-width:601px) and (max-width:768px){.popup-rectangle{.pop-container{left:72px;.popup-body{.popup-title{width:95%;left:18%;.popup-button{left:48px}}}}}}@media screen and (max-width:699px){.popup-rectangle{& .pop-container{& .popup-body{.popup-button{display:grid;left:12%;gap:10px;width:0}}}}}@media screen and (min-width:769px) and (max-width:1024px){.popup-rectangle{.pop-container{left:222px;.popup-body{left:-132px;.popup-button{left:78px}}}}}@media screen and (min-width:820px) and (max-width:912px){.popup-rectangle{.pop-container{left:18%}}}.box-border-shadow{border-radius:8px;box-shadow:-16px 17px 37px 0 rgba(0,0,0,.1)}.box-border-shadow-closing{margin-bottom:100px!important}@media screen and (max-width:700px){.box-border-shadow-closing{box-shadow:none}}.tdBody-bottom-closing{margin-bottom:-70px}.insight-cards{background-color:#fff!important;border-radius:8px;box-shadow:0 0 37px 0 #0000001a}.insight-cards .avtar-div{background-color:#29ef97!important;border-radius:10px;height:176px}.insight-cards .avtar-div img{height:100%}.insight-cards .title{font-size:18px!important;font-weight:700!important;line-height:27px!important}.insight-cards .title,.insight-cards .writer-name{color:#333!important;font-family:Poppins,sans-serif!important;letter-spacing:0!important}.insight-cards .writer-name{font-size:14px!important;font-weight:600!important;line-height:21px!important}.insight-cards .published{font-weight:600!important}.insight-cards .description,.insight-cards .published{color:#767676!important;font-family:Karla,sans-serif!important;font-size:16px!important;line-height:22px!important;letter-spacing:0!important}.insight-cards .description{font-weight:400!important;height:67px!important}.insight-cards .description>div,.insight-cards .description>div>p,.insight-cards .description>p{color:#767676!important;font-family:Karla,sans-serif!important;font-weight:400!important;font-size:16px!important;line-height:22px!important;letter-spacing:0!important;height:67px!important}.insight-cards .badges_wrapper span{margin-bottom:0!important;display:inline-block}.insight-cards .description div,.insight-cards .description p{margin-bottom:0!important}.insight-cards .badges{background-color:#ccc9fb!important;padding:2px 5px;margin-right:4px;border-radius:5px;height:22px;font-family:Poppins,sans-serif!important;font-size:12px!important;line-height:18px!important;letter-spacing:.5px!important;color:#333}.badges_wrapper span{margin-bottom:4px!important;display:inline-block}.view-all{color:#011d58;text-decoration:underline;font-family:Poppins,sans-serif!important;font-weight:700!important;font-size:18px!important;line-height:27px!important}.more_btn{display:inline-block}.custom_tooltip{position:absolute;bottom:30px;transform:translateX(-50%);left:50%;margin-bottom:6px}.custom_tooltip ul{padding:10px}.tooltip_inner_wrap{box-shadow:2px 9px 16px #d7d7d7;background:#fff;border-radius:6px}.custom_tooltip ul:after{content:"";position:absolute;bottom:-20px;left:43%;border:10px solid transparent;border-top-color:#fff}.tooltip_inner_wrap span{white-space:nowrap;margin:0 0 5px!important}.insights_btn>button{padding:15px;width:251px;height:100%;border-radius:50px}.premiumContentCard>a{flex:0 0 290px}.home_subscribe_insights button,.home_subscribe_insights button:focus{border:none!important;box-shadow:none!important}.slick-next:before,.slick-prev:before{color:#fff!important}.expertsCarouselNew .slick-next:before,.expertsCarouselNew .slick-prev:before{color:#f1f3f5!important}.premium-search-result-scroll{overflow-x:scroll;max-width:921px;scrollbar-color:#767676 #fff;scrollbar-width:thin}.min-w-250{min-width:250px}.min-w-288{min-width:288px}.popup-search-rectangle{position:absolute;height:525px;left:0;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.99),hsla(0,0%,100%,.98),hsla(0,0%,100%,.95),hsla(0,0%,100%,.9),hsla(0,0%,100%,.8),hsla(0,0%,100%,.7),hsla(0,0%,100%,.6),hsla(0,0%,100%,.55),hsla(0,0%,100%,.5),hsla(0,0%,100%,.45),hsla(0,0%,100%,.4));bottom:-128px;width:100%;align-items:center;display:flex;justify-content:center;.pop-container-outer{position:relative;width:100%;.pop-container{position:absolute;width:100%;transform:translateY(-50%);.popup-search-heading{font-family:Poppins;font-size:24px;font-weight:700;line-height:36px;text-align:center;text-underline-position:"from-font";-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#011d58}.popup-search-body{.popup-search-title{font-family:Poppins;font-size:18px;font-weight:700;line-height:27px;text-align:center;text-underline-position:"from-font";-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#011d58;margin-bottom:16px}}}}}.show-popup-search-rectangle .popup-search-rectangle{top:-125px;position:relative;height:225px;bottom:0;align-items:end}.show-popup-search-rectangle-compare .popup-search-rectangle{top:0;position:relative;height:225px;bottom:0;align-items:end;margin-bottom:300px;.popup-search-rectangle{background:linear-gradient(0deg,#fff,hsla(0,0%,100%,.99),hsla(0,0%,100%,.98),hsla(0,0%,100%,.95),hsla(0,0%,100%,.9),hsla(0,0%,100%,.8),hsla(0,0%,100%,.7),hsla(0,0%,100%,.6),hsla(0,0%,100%,.55),hsla(0,0%,100%,.45),hsla(0,0%,100%,.35),hsla(0,0%,100%,.25),hsla(0,0%,100%,.15),hsla(0,0%,100%,.05),hsla(0,0%,100%,.001))}}.popup-search-rectangle-custom-height{height:590px!important}.popup-search-rectangle-companypage-height{position:relative;margin-top:-315px}.popup-search-rectangle-companypage-height-nosolution{height:200px;position:relative;bottom:0}.popup-search-rectangle-collectionpage-height{height:590px!important}.popup-search-rectangle-followpage-height{height:630px!important;bottom:0}@media screen and (max-width:481px){.popup-search-rectangle{.pop-container{width:90%;left:5%;.popup-search-body{width:120%;left:-4%;.popup-search-title{width:88%}}}}}@media screen and (min-width:482px) and (max-width:600px){.popup-search-rectangle{.pop-container{width:450px;left:-2px;.popup-search-body{width:452px;left:18px;.popup-search-title{width:80%}.popup-search-button{display:grid;left:16%;gap:10px;width:0}}}}}@media screen and (min-width:601px) and (max-width:768px){.popup-search-rectangle{.pop-container{left:72px;.popup-search-body{.popup-search-title{width:95%;left:18%;.popup-search-button{left:48px}}}}}}@media screen and (max-width:699px){.popup-search-rectangle{& .pop-container{& .popup-search-body{.popup-search-button{display:grid;left:12%;gap:10px;width:0}}}}}@media screen and (min-width:769px) and (max-width:1024px){.popup-search-rectangle{.pop-container{left:222px;.popup-search-body{left:-132px;.popup-search-button{left:78px}}}}}@media screen and (min-width:820px) and (max-width:912px){.popup-search-rectangle{.pop-container{left:18%}}}.last-article-rectangle{top:-150px!important;background:none!important;height:160px!important}.last-article-container{width:475px!important}.conatiner{max-width:1440px;width:100%;padding:0 20px;margin:0 auto}@media (min-width:1440px){.conatiner{padding:0 93px}}.categoriesBox>a{flex:0 0 290px}.categoriesBox .badges{background-color:#d2ccd6!important;border-radius:5px;font-family:Poppins,sans-serif!important;font-size:12px!important;color:#333;font-weight:600;width:44px;height:23px;line-height:23px!important;letter-spacing:.5px!important;text-align:center;display:inline-block;vertical-align:middle}.overflow,.overflow #mainContainer{overflow:hidden!important}.expertsCarouselNew .slick-next,.expertsCarouselNew .slick-prev{top:37%!important}.homePageBadgeLine{width:3rem;height:.5rem}.arrowSpan{width:24px!important;height:24px!important}.arrowSpan svg{height:16px;width:16px}.trendingTopicCard p{margin-top:0!important;margin-bottom:0!important}.threeboxarrow svg{display:block!important;vertical-align:middle!important;width:16px!important;height:16px!important}.hide-filter-free-popup{max-height:515px;padding-bottom:100px;overflow-y:hidden}.article-conatiner{width:100%;margin:0 auto;height:410px}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,-7px)!important}.article-conatiner .swiper-slide{padding-top:0}.article-conatiner .swiper-wrapper{width:1500px;gap:32px;margin-left:-33px}.article-conatiner .swiper{overflow:unset!important;gap:24px}.article-conatiner .custom_tooltip.insight-cards{left:unset;right:-50px;transform:unset}.article-conatiner .custom_tooltip.insight-cards ul:after{left:unset;right:61px}.article-conatiner .swiper-slide{width:1007px!important}@media (min-width:1441px){.article-conatiner{height:410px}}.swiper-slide>.badges_wrapper{width:100%;height:100%}.swiper-slide .badges{padding:2px 5px!important;background-color:#ccc9fb!important;font-size:12px!important;color:#333!important;text-transform:uppercase!important;font-weight:600!important;letter-spacing:.5px!important;line-height:18px!important;border-radius:5px!important;margin-right:8px;height:22px!important}.swiper-slide{padding-block:45px}.swiper-slide .badges_wrapper span{margin-bottom:0!important}.swiper-slide .tooltip_inner_wrap span.badges{height:22px!important;letter-spacing:.5px!important;line-height:auto!important;padding:2px 5px!important}.swiper-pagination-bullet{background:#928df2!important;opacity:1!important}span.swiper-pagination-bullet.swiper-pagination-bullet-active{background:#011d58!important}.carousel-card,.carousel-images{border-radius:10px!important;box-shadow:-16px 17px 37px rgba(0,0,0,.1)}.swiper-slide .card-heading{text-shadow:0 4px 4px rgba(0,0,0,.25);text-decoration:underline;text-decoration-thickness:1.5px;-webkit-text-decoration-line:underline;-webkit-text-decoration-thickness:1.5px;position:relative}.relatedContentWrap li:last-child{margin-bottom:8px!important}.relatedContentWrap span{width:18px;height:18px;display:inline-block;flex:0 0 14px}.swiper-pagination-bullet{width:12px!important;height:12px!important;display:inline-block}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px!important}.subTopicListItem .listLogo{display:flex;width:80px;height:80px;background:#eeeef1;flex:0 0 80px;align-items:center;justify-content:center;border-radius:10px;margin-top:4px}.subTopicListItemContentWrap{gap:30px}.listSubHeader{margin-bottom:0}.listSubHeader span{font-family:Poppins;font-weight:500;color:#011d58}.listSubHeader span.text-darkgray{color:#333!important}.followButton{margin:0;padding:10px 14.3px;border-radius:30px;background:#fff;font-size:14px;align-items:center;border:1px solid #ddd}button.followButton.following span{color:#011d58!important}.followSubtopicIcone{width:34px!important;height:34px!important;color:#011d58}.subTopicListItem:after{display:block;border-bottom:1px solid #ddd!important}.vendorNew-list li:last-child{border-bottom:1px solid #d4d4d8!important}.topic-header .subtopic-button button div span:first-child,.topic-header .subtopic-button button svg{width:16px!important;height:16px!important}.compare-container{.value-proposition div,.value-proposition h1,.value-proposition h2,.value-proposition h3,.value-proposition h4,.value-proposition h5,.value-proposition h6,.value-proposition p{color:#333!important;font-family:Karla!important;font-size:15px!important;font-weight:400!important;letter-spacing:0!important;line-height:18px!important}}.custom-Height{min-height:100vh!important}#my-hubspot-form,#my-hubspot-form iframe{min-height:500px!important;height:710px!important;width:100%!important}.askai-popup-heading{font-size:24px;line-height:36px}.askai-popup-heading,.askai-popup-title{font-family:Poppins;font-weight:700;text-align:center;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;color:#011d58;justify-content:center}.askai-popup-title{font-size:18px;line-height:27px}

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

/*
! tailwindcss v3.4.3 | MIT License | https://tailwindcss.com
*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }.container{width:100%}@media (min-width:411px){.container{max-width:411px}}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1084px){.container{max-width:1084px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1440px){.container{max-width:1440px}}@media (min-width:1536px){.container{max-width:1536px}}.legaltech{--color-navy:#011d58;--color-hero:#011d58;--color-navy-menu:#fff;--color-navybright:#3329ef;--color-darkgray:#333;--color-clouds:#f1f3f5;--color-mist:#ddd;--color-shade:#767676;--color-desert-storm:#faf7f9;--color-porcelain:#f2f2f2;--color-rock-blue:#9cb6d3;--color-fog:#d4d4fc;--color-soft-peach:#eeeef1;--color-light-royal-blue:#332aef;--color-burly-wood:#e1b886;--color-light-greenish-blue:#69f3b6;--color-sand:#e9c46a;--color-blue-chalk:#ebeafe;--color-resolution-blue:#022d88;--color-light-grey:#d6dadf;--color-arty-click-ocean-green:#00ff8e;--color-bright-turquoise:#29e5ef;--color-warm-blue:#5951f0;--color-brandy:#f0c48f;--color-textlight:#011d58;--color-textdark:#011d58;--font-primary:"Karla";--font-secondary:"Poppins";--font-tertiary:"Open Sans"}.ilta{--color-navy:#fff;--color-hero:#202a32;--color-navy-menu:#747678;--color-navybright:#a30034;--color-darkgray:#333;--color-darkgray2:#3d4246;--color-clouds:#f1f1f1;--color-mist:#ddd;--color-shade:#767676;--color-desert-storm:#faf7f9;--color-porcelain:#f2f2f2;--color-rock-blue:#9cb6d3;--color-fog:#d4d4fc;--color-soft-peach:#eeeef1;--color-light-royal-blue:#181f25;--color-burly-wood:#e1b886;--color-light-greenish-blue:#69f3b6;--color-sand:#e9c46a;--color-blue-chalk:#ebeafe;--color-resolution-blue:#022d88;--color-light-grey:#d6dadf;--color-arty-click-ocean-green:#00ff8e;--color-bright-turquoise:#29e5ef;--color-warm-blue:#5951f0;--color-brandy:#f0c48f;--color-textlight:#a30134;--color-textdark:#202a32;--font-primary:"Montserrat";--font-secondary:"Source Sans Pro";--font-tertiary:"Open Sans"}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-y-0{top:0;bottom:0}.\!top-\[50px\]{top:50px!important}.bottom-0{bottom:0}.bottom-14{bottom:3.5rem}.bottom-\[-2px\]{bottom:-2px}.bottom-\[12px\]{bottom:12px}.left-0{left:0}.left-1\/2{left:50%}.left-\[-256px\]{left:-256px}.left-\[100px\]{left:100px}.left-\[296px\]{left:296px}.right-0{right:0}.right-7{right:1.75rem}.right-\[-10px\]{right:-10px}.right-\[-2px\]{right:-2px}.right-\[100px\]{right:100px}.right-\[12px\]{right:12px}.right-\[3px\]{right:3px}.right-\[5px\]{right:5px}.top-0{top:0}.top-1\/2{top:50%}.top-10{top:2.5rem}.top-16{top:4rem}.top-\[-15px\]{top:-15px}.top-\[100px\]{top:100px}.top-\[12px\]{top:12px}.top-\[45px\]{top:45px}.top-\[50px\]{top:50px}.top-\[5px\]{top:5px}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-50{z-index:50}.z-\[999\]{z-index:999}.col-span-1{grid-column:span 1/span 1}.float-right{float:right}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-\[1rem\]{margin:1rem}.m-auto{margin:auto}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-10{margin-left:2.5rem;margin-right:2.5rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:.75rem;margin-right:.75rem}.mx-32{margin-left:8rem;margin-right:8rem}.mx-5{margin-left:1.25rem;margin-right:1.25rem}.mx-6{margin-left:1.5rem;margin-right:1.5rem}.mx-\[10px\]{margin-left:10px;margin-right:10px}.mx-\[20px\]{margin-left:20px;margin-right:20px}.mx-auto{margin-left:auto;margin-right:auto}.my-10{margin-top:2.5rem;margin-bottom:2.5rem}.my-16{margin-top:4rem;margin-bottom:4rem}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-5{margin-top:1.25rem;margin-bottom:1.25rem}.my-6{margin-top:1.5rem;margin-bottom:1.5rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[1\.4rem\]{margin-top:1.4rem;margin-bottom:1.4rem}.my-\[10px\]{margin-top:10px;margin-bottom:10px}.my-\[15px\]{margin-top:15px;margin-bottom:15px}.my-\[1px\]{margin-top:1px;margin-bottom:1px}.my-\[1rem\]{margin-top:1rem;margin-bottom:1rem}.my-\[2\.0rem\]{margin-top:2rem;margin-bottom:2rem}.my-\[20px\]{margin-top:20px;margin-bottom:20px}.my-\[25px\]{margin-top:25px;margin-bottom:25px}.my-\[28px\]{margin-top:28px;margin-bottom:28px}.my-\[2rem\]{margin-top:2rem;margin-bottom:2rem}.my-\[30px\]{margin-top:30px;margin-bottom:30px}.my-\[40px\]{margin-top:40px;margin-bottom:40px}.my-\[65px\]{margin-top:65px;margin-bottom:65px}.-ml-3{margin-left:-.75rem}.-mt-1{margin-top:-.25rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-3{margin-bottom:.75rem}.mb-32{margin-bottom:8rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-\[\.1rem\]{margin-bottom:.1rem}.mb-\[0\.125rem\]{margin-bottom:.125rem}.mb-\[0\.1rem\]{margin-bottom:.1rem}.mb-\[0\.3rem\]{margin-bottom:.3rem}.mb-\[0\.5rem\]{margin-bottom:.5rem}.mb-\[0\.875rem\]{margin-bottom:.875rem}.mb-\[1\.0rem\]{margin-bottom:1rem}.mb-\[1\.25rem\]{margin-bottom:1.25rem}.mb-\[1\.3rem\]{margin-bottom:1.3rem}.mb-\[1\.6rem\]{margin-bottom:1.6rem}.mb-\[100px\]{margin-bottom:100px}.mb-\[104px\]{margin-bottom:104px}.mb-\[10px\]{margin-bottom:10px}.mb-\[12px\]{margin-bottom:12px}.mb-\[13px\]{margin-bottom:13px}.mb-\[14px\]{margin-bottom:14px}.mb-\[150px\]{margin-bottom:150px}.mb-\[15px\]{margin-bottom:15px}.mb-\[16px\]{margin-bottom:16px}.mb-\[17px\]{margin-bottom:17px}.mb-\[19px\]{margin-bottom:19px}.mb-\[1rem\]{margin-bottom:1rem}.mb-\[2\.0rem\]{margin-bottom:2rem}.mb-\[2\.125rem\]{margin-bottom:2.125rem}.mb-\[2\.2rem\]{margin-bottom:2.2rem}.mb-\[2\.9375rem\]{margin-bottom:2.9375rem}.mb-\[20px\]{margin-bottom:20px}.mb-\[21px\]{margin-bottom:21px}.mb-\[22px\]{margin-bottom:22px}.mb-\[23px\]{margin-bottom:23px}.mb-\[25px\]{margin-bottom:25px}.mb-\[28px\]{margin-bottom:28px}.mb-\[2px\]{margin-bottom:2px}.mb-\[2rem\]{margin-bottom:2rem}.mb-\[3\.0rem\]{margin-bottom:3rem}.mb-\[30px\]{margin-bottom:30px}.mb-\[31px\]{margin-bottom:31px}.mb-\[34px\]{margin-bottom:34px}.mb-\[35px\]{margin-bottom:35px}.mb-\[3px\]{margin-bottom:3px}.mb-\[3rem\]{margin-bottom:3rem}.mb-\[40px\]{margin-bottom:40px}.mb-\[41px\]{margin-bottom:41px}.mb-\[4px\]{margin-bottom:4px}.mb-\[4rem\]{margin-bottom:4rem}.mb-\[5\.125rem\]{margin-bottom:5.125rem}.mb-\[50px\]{margin-bottom:50px}.mb-\[5px\]{margin-bottom:5px}.mb-\[60px\]{margin-bottom:60px}.mb-\[67px\]{margin-bottom:67px}.mb-\[6px\]{margin-bottom:6px}.mb-\[72px\]{margin-bottom:72px}.mb-\[73px\]{margin-bottom:73px}.mb-\[79px\]{margin-bottom:79px}.mb-\[88px\]{margin-bottom:88px}.mb-\[8px\]{margin-bottom:8px}.mb-\[9px\]{margin-bottom:9px}.mb-auto{margin-bottom:auto}.me-\[10px\]{margin-inline-end:10px}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-\[-10px\]{margin-left:-10px}.ml-\[0\.25rem\]{margin-left:.25rem}.ml-\[0\.5rem\]{margin-left:.5rem}.ml-\[1\.25rem\]{margin-left:1.25rem}.ml-\[10px\]{margin-left:10px}.ml-\[12px\]{margin-left:12px}.ml-\[13px\]{margin-left:13px}.ml-\[14px\]{margin-left:14px}.ml-\[15px\]{margin-left:15px}.ml-\[16px\]{margin-left:16px}.ml-\[19px\]{margin-left:19px}.ml-\[1rem\]{margin-left:1rem}.ml-\[20px\]{margin-left:20px}.ml-\[24px\]{margin-left:24px}.ml-\[29px\]{margin-left:29px}.ml-\[30px\]{margin-left:30px}.ml-\[40px\]{margin-left:40px}.ml-\[4px\]{margin-left:4px}.ml-\[50px\]{margin-left:50px}.ml-\[5px\]{margin-left:5px}.ml-\[6px\]{margin-left:6px}.ml-auto{margin-left:auto}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-10{margin-right:2.5rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mr-\[0\.125rem\]{margin-right:.125rem}.mr-\[0\.25rem\]{margin-right:.25rem}.mr-\[0\.2rem\]{margin-right:.2rem}.mr-\[0\.425rem\]{margin-right:.425rem}.mr-\[0\.5rem\]{margin-right:.5rem}.mr-\[0\.625rem\]{margin-right:.625rem}.mr-\[0\.875rem\]{margin-right:.875rem}.mr-\[1\.05rem\]{margin-right:1.05rem}.mr-\[1\.25rem\]{margin-right:1.25rem}.mr-\[1\.3125rem\]{margin-right:1.3125rem}.mr-\[1\.5rem\]{margin-right:1.5rem}.mr-\[1\.6875rem\]{margin-right:1.6875rem}.mr-\[1\.75rem\]{margin-right:1.75rem}.mr-\[10px\]{margin-right:10px}.mr-\[12px\]{margin-right:12px}.mr-\[14px\]{margin-right:14px}.mr-\[15px\]{margin-right:15px}.mr-\[180px\]{margin-right:180px}.mr-\[1rem\]{margin-right:1rem}.mr-\[2\.3125rem\]{margin-right:2.3125rem}.mr-\[20px\]{margin-right:20px}.mr-\[22px\]{margin-right:22px}.mr-\[25px\]{margin-right:25px}.mr-\[28px\]{margin-right:28px}.mr-\[30px\]{margin-right:30px}.mr-\[40px\]{margin-right:40px}.mr-\[5px\]{margin-right:5px}.mr-\[6px\]{margin-right:6px}.mr-\[9px\]{margin-right:9px}.mr-auto{margin-right:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-1\.5{margin-top:.375rem}.mt-10{margin-top:2.5rem}.mt-11{margin-top:2.75rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-7{margin-top:1.75rem}.mt-8{margin-top:2rem}.mt-\[-0\.625rem\]{margin-top:-.625rem}.mt-\[-1\.875rem\]{margin-top:-1.875rem}.mt-\[-16\.2rem\]{margin-top:-16.2rem}.mt-\[-20px\]{margin-top:-20px}.mt-\[-25px\]{margin-top:-25px}.mt-\[-4px\]{margin-top:-4px}.mt-\[-8\.75rem\]{margin-top:-8.75rem}.mt-\[\.4rem\]{margin-top:.4rem}.mt-\[\.5rem\]{margin-top:.5rem}.mt-\[\.6125rem\]{margin-top:.6125rem}.mt-\[\.7rem\]{margin-top:.7rem}.mt-\[0\.125rem\]{margin-top:.125rem}.mt-\[0\.625rem\]{margin-top:.625rem}.mt-\[0\.87652rem\]{margin-top:.87652rem}.mt-\[0\.9375rem\]{margin-top:.9375rem}.mt-\[1\.0625rem\]{margin-top:1.0625rem}.mt-\[1\.0rem\]{margin-top:1rem}.mt-\[1\.25rem\]{margin-top:1.25rem}.mt-\[1\.2875rem\]{margin-top:1.2875rem}.mt-\[1\.2rem\]{margin-top:1.2rem}.mt-\[1\.3125rem\]{margin-top:1.3125rem}.mt-\[1\.375rem\]{margin-top:1.375rem}.mt-\[1\.5rem\]{margin-top:1.5rem}.mt-\[1\.875rem\]{margin-top:1.875rem}.mt-\[1\.87652rem\]{margin-top:1.87652rem}.mt-\[1\.9375rem\]{margin-top:1.9375rem}.mt-\[10px\]{margin-top:10px}.mt-\[11px\]{margin-top:11px}.mt-\[12px\]{margin-top:12px}.mt-\[13px\]{margin-top:13px}.mt-\[14px\]{margin-top:14px}.mt-\[15px\]{margin-top:15px}.mt-\[16px\]{margin-top:16px}.mt-\[17px\]{margin-top:17px}.mt-\[18px\]{margin-top:18px}.mt-\[1rem\]{margin-top:1rem}.mt-\[2\.075rem\]{margin-top:2.075rem}.mt-\[2\.0rem\]{margin-top:2rem}.mt-\[2\.5rem\]{margin-top:2.5rem}.mt-\[2\.625rem\]{margin-top:2.625rem}.mt-\[20px\]{margin-top:20px}.mt-\[21px\]{margin-top:21px}.mt-\[22px\]{margin-top:22px}.mt-\[23px\]{margin-top:23px}.mt-\[24px\]{margin-top:24px}.mt-\[25px\]{margin-top:25px}.mt-\[26px\]{margin-top:26px}.mt-\[27PX\]{margin-top:27PX}.mt-\[27px\]{margin-top:27px}.mt-\[2rem\]{margin-top:2rem}.mt-\[3\.0rem\]{margin-top:3rem}.mt-\[3\.75rem\]{margin-top:3.75rem}.mt-\[30px\]{margin-top:30px}.mt-\[31\.7px\]{margin-top:31.7px}.mt-\[31px\]{margin-top:31px}.mt-\[32px\]{margin-top:32px}.mt-\[33px\]{margin-top:33px}.mt-\[34px\]{margin-top:34px}.mt-\[35px\]{margin-top:35px}.mt-\[3px\]{margin-top:3px}.mt-\[3rem\]{margin-top:3rem}.mt-\[40px\]{margin-top:40px}.mt-\[42px\]{margin-top:42px}.mt-\[44px\]{margin-top:44px}.mt-\[48px\]{margin-top:48px}.mt-\[49px\]{margin-top:49px}.mt-\[4px\]{margin-top:4px}.mt-\[5\.125rem\]{margin-top:5.125rem}.mt-\[500px\]{margin-top:500px}.mt-\[50px\]{margin-top:50px}.mt-\[52px\]{margin-top:52px}.mt-\[56px\]{margin-top:56px}.mt-\[58px\]{margin-top:58px}.mt-\[5px\]{margin-top:5px}.mt-\[5rem\]{margin-top:5rem}.mt-\[60px\]{margin-top:60px}.mt-\[65px\]{margin-top:65px}.mt-\[6px\]{margin-top:6px}.mt-\[75px\]{margin-top:75px}.mt-\[79px\]{margin-top:79px}.mt-\[7px\]{margin-top:7px}.mt-\[86px\]{margin-top:86px}.mt-\[8px\]{margin-top:8px}.mt-\[9px\]{margin-top:9px}.mt-auto{margin-top:auto}.box-border{box-sizing:border-box}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-1,.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-3,.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical}.line-clamp-4{-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.\!inline-flex{display:inline-flex!important}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.aspect-\[214\/190\]{aspect-ratio:214/190}.\!h-\[1\.2rem\]{height:1.2rem!important}.\!h-\[20px\]{height:20px!important}.\!h-\[24px\]{height:24px!important}.\!h-\[25px\]{height:25px!important}.\!h-\[30px\]{height:30px!important}.\!h-\[40px\]{height:40px!important}.\!h-\[50px\]{height:50px!important}.h-0{height:0}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-2{height:.5rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-8{height:2rem}.h-\[0\.4rem\]{height:.4rem}.h-\[0\.9225rem\]{height:.9225rem}.h-\[1\.25rem\]{height:1.25rem}.h-\[1\.2rem\]{height:1.2rem}.h-\[1\.5rem\]{height:1.5rem}.h-\[1\.6875rem\]{height:1.6875rem}.h-\[1\.875rem\]{height:1.875rem}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[107px\]{height:107px}.h-\[10rem\]{height:10rem}.h-\[120px\]{height:120px}.h-\[130px\]{height:130px}.h-\[14\.5rem\]{height:14.5rem}.h-\[140px\]{height:140px}.h-\[146px\]{height:146px}.h-\[150px\]{height:150px}.h-\[154px\]{height:154px}.h-\[156px\]{height:156px}.h-\[15rem\]{height:15rem}.h-\[16px\]{height:16px}.h-\[16rem\]{height:16rem}.h-\[17\.1rem\]{height:17.1rem}.h-\[17\.5rem\]{height:17.5rem}.h-\[172px\]{height:172px}.h-\[180px\]{height:180px}.h-\[18px\]{height:18px}.h-\[192px\]{height:192px}.h-\[19px\]{height:19px}.h-\[1px\]{height:1px}.h-\[2\.5rem\]{height:2.5rem}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[22px\]{height:22px}.h-\[232px\]{height:232px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[25\.5px\]{height:25.5px}.h-\[25px\]{height:25px}.h-\[26px\]{height:26px}.h-\[27px\]{height:27px}.h-\[28px\]{height:28px}.h-\[290px\]{height:290px}.h-\[3\.125rem\]{height:3.125rem}.h-\[3\.1875rem\]{height:3.1875rem}.h-\[3\.1rem\]{height:3.1rem}.h-\[3\.5625rem\]{height:3.5625rem}.h-\[3\.6rem\]{height:3.6rem}.h-\[300px\]{height:300px}.h-\[30px\]{height:30px}.h-\[30rem\]{height:30rem}.h-\[347px\]{height:347px}.h-\[35px\]{height:35px}.h-\[37px\]{height:37px}.h-\[4\.6rem\]{height:4.6rem}.h-\[4\.8rem\]{height:4.8rem}.h-\[40\.8px\]{height:40.8px}.h-\[40px\]{height:40px}.h-\[41px\]{height:41px}.h-\[423px\]{height:423px}.h-\[42px\]{height:42px}.h-\[45px\]{height:45px}.h-\[46px\]{height:46px}.h-\[48px\]{height:48px}.h-\[500px\]{height:500px}.h-\[50px\]{height:50px}.h-\[51px\]{height:51px}.h-\[54px\]{height:54px}.h-\[55px\]{height:55px}.h-\[5px\]{height:5px}.h-\[5rem\]{height:5rem}.h-\[60px\]{height:60px}.h-\[65px\]{height:65px}.h-\[70px\]{height:70px}.h-\[74px\]{height:74px}.h-\[75px\]{height:75px}.h-\[80px\]{height:80px}.h-\[81px\]{height:81px}.h-\[86px\]{height:86px}.h-\[8rem\]{height:8rem}.h-\[9\.5rem\]{height:9.5rem}.h-\[9\.75rem\]{height:9.75rem}.h-\[90px\]{height:90px}.h-\[unset\]{height:unset}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.max-h-0{max-height:0}.max-h-\[100px\]{max-height:100px}.max-h-\[20rem\]{max-height:20rem}.max-h-\[250px\]{max-height:250px}.max-h-\[300px\]{max-height:300px}.max-h-\[35rem\]{max-height:35rem}.max-h-\[400px\]{max-height:400px}.max-h-\[500px\]{max-height:500px}.max-h-\[64px\]{max-height:64px}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.\!min-h-\[50px\]{min-height:50px!important}.min-h-\[1\.75rem\]{min-height:1.75rem}.min-h-\[100px\]{min-height:100px}.min-h-\[120px\]{min-height:120px}.min-h-\[15rem\]{min-height:15rem}.min-h-\[18px\]{min-height:18px}.min-h-\[20\.75rem\]{min-height:20.75rem}.min-h-\[200px\]{min-height:200px}.min-h-\[201px\]{min-height:201px}.min-h-\[20px\]{min-height:20px}.min-h-\[25px\]{min-height:25px}.min-h-\[25rem\]{min-height:25rem}.min-h-\[28\.75rem\]{min-height:28.75rem}.min-h-\[28px\]{min-height:28px}.min-h-\[300px\]{min-height:300px}.min-h-\[30px\]{min-height:30px}.min-h-\[38\.375rem\]{min-height:38.375rem}.min-h-\[400px\]{min-height:400px}.min-h-\[40px\]{min-height:40px}.min-h-\[42px\]{min-height:42px}.min-h-\[496px\]{min-height:496px}.min-h-\[500px\]{min-height:500px}.min-h-\[50px\]{min-height:50px}.min-h-\[600px\]{min-height:600px}.min-h-\[80px\]{min-height:80px}.min-h-\[calc\(100vh-590px\)\]{min-height:calc(100vh - 590px)}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.\!w-1\/6{width:16.666667%!important}.\!w-3\/6{width:50%!important}.\!w-\[1\.2rem\]{width:1.2rem!important}.\!w-\[20px\]{width:20px!important}.\!w-\[24px\]{width:24px!important}.\!w-\[25px\]{width:25px!important}.\!w-\[30px\]{width:30px!important}.\!w-\[40px\]{width:40px!important}.\!w-\[48px\]{width:48px!important}.\!w-\[50px\]{width:50px!important}.w-0{width:0}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-1\/4{width:25%}.w-2\/3{width:66.666667%}.w-2\/6{width:33.333333%}.w-24{width:6rem}.w-3\/4{width:75%}.w-4{width:1rem}.w-40{width:10rem}.w-5{width:1.25rem}.w-8{width:2rem}.w-\[0\.9225rem\]{width:.9225rem}.w-\[10\.5rem\]{width:10.5rem}.w-\[10\.625rem\]{width:10.625rem}.w-\[100\%\]{width:100%}.w-\[1007px\]{width:1007px}.w-\[100px\]{width:100px}.w-\[100vw\]{width:100vw}.w-\[101px\]{width:101px}.w-\[107px\]{width:107px}.w-\[1080px\]{width:1080px}.w-\[108px\]{width:108px}.w-\[10px\]{width:10px}.w-\[11\.2rem\]{width:11.2rem}.w-\[11\.625rem\]{width:11.625rem}.w-\[112px\]{width:112px}.w-\[117px\]{width:117px}.w-\[12\.5rem\]{width:12.5rem}.w-\[12\.625rem\]{width:12.625rem}.w-\[120px\]{width:120px}.w-\[130px\]{width:130px}.w-\[136px\]{width:136px}.w-\[137px\]{width:137px}.w-\[13px\]{width:13px}.w-\[140px\]{width:140px}.w-\[147px\]{width:147px}.w-\[150px\]{width:150px}.w-\[152px\]{width:152px}.w-\[15px\]{width:15px}.w-\[160px\]{width:160px}.w-\[163px\]{width:163px}.w-\[170px\]{width:170px}.w-\[172px\]{width:172px}.w-\[179px\]{width:179px}.w-\[18\.5rem\]{width:18.5rem}.w-\[180px\]{width:180px}.w-\[182px\]{width:182px}.w-\[184px\]{width:184px}.w-\[185px\]{width:185px}.w-\[18px\]{width:18px}.w-\[18rem\]{width:18rem}.w-\[19rem\]{width:19rem}.w-\[2\.5rem\]{width:2.5rem}.w-\[200px\]{width:200px}.w-\[205px\]{width:205px}.w-\[206px\]{width:206px}.w-\[20px\]{width:20px}.w-\[210px\]{width:210px}.w-\[211px\]{width:211px}.w-\[216px\]{width:216px}.w-\[220px\]{width:220px}.w-\[229px\]{width:229px}.w-\[230px\]{width:230px}.w-\[232px\]{width:232px}.w-\[235px\]{width:235px}.w-\[238px\]{width:238px}.w-\[239\.8px\]{width:239.8px}.w-\[239px\]{width:239px}.w-\[240px\]{width:240px}.w-\[247px\]{width:247px}.w-\[250px\]{width:250px}.w-\[258px\]{width:258px}.w-\[25px\]{width:25px}.w-\[26px\]{width:26px}.w-\[285px\]{width:285px}.w-\[288px\]{width:288px}.w-\[28px\]{width:28px}.w-\[295px\]{width:295px}.w-\[29px\]{width:29px}.w-\[30\%\]{width:30%}.w-\[300px\]{width:300px}.w-\[30px\]{width:30px}.w-\[35px\]{width:35px}.w-\[37\.5rem\]{width:37.5rem}.w-\[385px\]{width:385px}.w-\[400px\]{width:400px}.w-\[409px\]{width:409px}.w-\[40px\]{width:40px}.w-\[41px\]{width:41px}.w-\[42px\]{width:42px}.w-\[433px\]{width:433px}.w-\[46px\]{width:46px}.w-\[48rem\]{width:48rem}.w-\[50\%\]{width:50%}.w-\[50px\]{width:50px}.w-\[510px\]{width:510px}.w-\[557px\]{width:557px}.w-\[5px\]{width:5px}.w-\[60px\]{width:60px}.w-\[645px\]{width:645px}.w-\[66px\]{width:66px}.w-\[70\%\]{width:70%}.w-\[700px\]{width:700px}.w-\[753px\]{width:753px}.w-\[77px\]{width:77px}.w-\[798px\]{width:798px}.w-\[799px\]{width:799px}.w-\[80px\]{width:80px}.w-\[82px\]{width:82px}.w-\[9\.625rem\]{width:9.625rem}.w-\[904px\]{width:904px}.w-\[91px\]{width:91px}.w-\[9rem\]{width:9rem}.w-\[auto\]{width:auto}.w-\[unset\]{width:unset}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-\[100px\]{min-width:100px}.min-w-\[112px\]{min-width:112px}.min-w-\[17rem\]{min-width:17rem}.min-w-\[18px\]{min-width:18px}.min-w-\[240px\]{min-width:240px}.min-w-\[25px\]{min-width:25px}.min-w-\[35px\]{min-width:35px}.min-w-\[40px\]{min-width:40px}.min-w-\[465px\]{min-width:465px}.min-w-\[50px\]{min-width:50px}.min-w-\[80px\]{min-width:80px}.min-w-full{min-width:100%}.\!max-w-\[1075px\]{max-width:1075px!important}.\!max-w-\[1080px\]{max-width:1080px!important}.\!max-w-\[1100px\]{max-width:1100px!important}.\!max-w-\[800px\]{max-width:800px!important}.max-w-\[100px\]{max-width:100px}.max-w-\[1100px\]{max-width:1100px}.max-w-\[114px\]{max-width:114px}.max-w-\[160px\]{max-width:160px}.max-w-\[280px\]{max-width:280px}.max-w-\[47rem\]{max-width:47rem}.max-w-\[500px\]{max-width:500px}.max-w-\[55rem\]{max-width:55rem}.max-w-\[800px\]{max-width:800px}.max-w-\[900px\]{max-width:900px}.max-w-screen-2xl{max-width:1536px}.max-w-screen-md{max-width:768px}.max-w-screen-xl{max-width:1280px}.max-w-xs{max-width:20rem}.\!flex-initial{flex:0 1 auto!important}.flex-1{flex:1 1 0%}.flex-auto{flex:1 1 auto}.flex-none{flex:none}.flex-shrink-0{flex-shrink:0}.flex-grow,.grow{flex-grow:1}.table-auto{table-layout:auto}.table-fixed{table-layout:fixed}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-y-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-y-1\/2{--tw-translate-y:-50%}.scale-0{--tw-scale-x:0;--tw-scale-y:0}.scale-0,.scale-100{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.scale-100{--tw-scale-x:1;--tw-scale-y:1}.scale-95{--tw-scale-x:.95;--tw-scale-y:.95}.scale-95,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.resize-none{resize:none}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.list-none{list-style-type:none}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.\!grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.place-content-center{place-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.\!items-center{align-items:center!important}.items-center{align-items:center}.justify-start{justify-content:flex-start}.\!justify-end{justify-content:flex-end!important}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-evenly{justify-content:space-evenly}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-12{gap:3rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-8{gap:2rem}.gap-\[11px\]{gap:11px}.gap-\[12px\]{gap:12px}.gap-\[27px\]{gap:27px}.gap-\[30px\]{gap:30px}.gap-\[40px\]{gap:40px}.gap-\[50px\]{gap:50px}.gap-\[56px\]{gap:56px}.gap-\[5rem\]{gap:5rem}.gap-\[60px\]{gap:60px}.gap-\[8px\]{gap:8px}.gap-x-\[24px\]{-moz-column-gap:24px;column-gap:24px}.gap-y-\[46px\]{row-gap:46px}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-9>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(2.25rem * var(--tw-space-x-reverse));margin-left:calc(2.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-\[10px\]>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(10px * var(--tw-space-x-reverse));margin-left:calc(10px * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-5>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.25rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.divide-x>:not([hidden])~:not([hidden]){--tw-divide-x-reverse:0;border-right-width:calc(1px * var(--tw-divide-x-reverse));border-left-width:calc(1px * calc(1 - var(--tw-divide-x-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-zinc-300>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(212 212 216/var(--tw-divide-opacity))}.self-start{align-self:flex-start}.self-end{align-self:flex-end}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.overflow-y-hidden{overflow-y:hidden}.overflow-y-scroll{overflow-y:scroll}.overscroll-contain{overscroll-behavior:contain}.truncate{overflow:hidden;text-overflow:ellipsis}.truncate,.whitespace-nowrap{white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.text-nowrap{text-wrap:nowrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.\!rounded-full{border-radius:9999px!important}.rounded{border-radius:.25rem}.rounded-\[\.1875rem\]{border-radius:.1875rem}.rounded-\[\.3rem\]{border-radius:.3rem}.rounded-\[\.5rem\]{border-radius:.5rem}.rounded-\[1\.25rem\]{border-radius:1.25rem}.rounded-\[1\.875rem\]{border-radius:1.875rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[120px\]{border-radius:120px}.rounded-\[13px\]{border-radius:13px}.rounded-\[15px\]{border-radius:15px}.rounded-\[1rem\]{border-radius:1rem}.rounded-\[20px\]{border-radius:20px}.rounded-\[22\.5px\]{border-radius:22.5px}.rounded-\[22px\]{border-radius:22px}.rounded-\[25px\]{border-radius:25px}.rounded-\[30px\]{border-radius:30px}.rounded-\[3px\]{border-radius:3px}.rounded-\[4px\]{border-radius:4px}.rounded-\[50px\]{border-radius:50px}.rounded-\[5px\]{border-radius:5px}.rounded-\[60px\]{border-radius:60px}.rounded-\[6px\]{border-radius:6px}.rounded-\[70px\]{border-radius:70px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.rounded-l-\[1rem\]{border-top-left-radius:1rem;border-bottom-left-radius:1rem}.rounded-t-\[5px\]{border-top-left-radius:5px;border-top-right-radius:5px}.border{border-width:1px}.border-0{border-width:0}.border-2{border-width:2px}.border-\[1px\]{border-width:1px}.border-\[2px\]{border-width:2px}.border-x{border-left-width:1px;border-right-width:1px}.border-y{border-top-width:1px}.border-b,.border-y{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-b-\[1px\]{border-bottom-width:1px}.border-b-\[3px\]{border-bottom-width:3px}.border-l,.border-l-\[1px\]{border-left-width:1px}.border-l-\[7px\]{border-left-width:7px}.border-r-\[1px\]{border-right-width:1px}.border-t{border-top-width:1px}.border-t-8{border-top-width:8px}.border-solid{border-style:solid}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-\[\#5C6E81\]{--tw-border-opacity:1;border-color:rgb(92 110 129/var(--tw-border-opacity))}.border-\[\#9CB6D3\]\/20{border-color:rgba(156,182,211,.2)}.border-\[\#D5D3FB\]{--tw-border-opacity:1;border-color:rgb(213 211 251/var(--tw-border-opacity))}.border-\[\#DDDDDD\],.border-\[\#ddd\],.border-\[\#dddddd\]{--tw-border-opacity:1;border-color:rgb(221 221 221/var(--tw-border-opacity))}.border-\[\#e0e0e0\]{--tw-border-opacity:1;border-color:rgb(224 224 224/var(--tw-border-opacity))}.border-\[\#e8e8e8\]{--tw-border-opacity:1;border-color:rgb(232 232 232/var(--tw-border-opacity))}.border-\[\#eee\]{--tw-border-opacity:1;border-color:rgb(238 238 238/var(--tw-border-opacity))}.border-\[brightTurquoise\]{border-color:brightTurquoise}.border-\[green\]{--tw-border-opacity:1;border-color:rgb(0 128 0/var(--tw-border-opacity))}.border-base{--tw-border-opacity:1;border-color:rgb(1 29 88/var(--tw-border-opacity))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity))}.border-clouds{border-color:var(--color-clouds)}.border-inherit{border-color:inherit}.border-mist{border-color:var(--color-mist)}.border-navy{border-color:var(--color-navy)}.border-navybright{border-color:var(--color-navybright)}.border-red-700{--tw-border-opacity:1;border-color:rgb(185 28 28/var(--tw-border-opacity))}.border-turquoise{--tw-border-opacity:1;border-color:rgb(41 239 151/var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgb(255 255 255/var(--tw-border-opacity))}.border-zinc-300{--tw-border-opacity:1;border-color:rgb(212 212 216/var(--tw-border-opacity))}.border-b-navy{border-bottom-color:var(--color-navy)}.border-b-transparent{border-bottom-color:transparent}.\!bg-\[\#29EF97\]{--tw-bg-opacity:1!important;background-color:rgb(41 239 151/var(--tw-bg-opacity))!important}.\!bg-base{--tw-bg-opacity:1!important;background-color:rgb(1 29 88/var(--tw-bg-opacity))!important}.bg-\[\#011d58\]{--tw-bg-opacity:1;background-color:rgb(1 29 88/var(--tw-bg-opacity))}.bg-\[\#29EF97\],.bg-\[\#29ef97\]{--tw-bg-opacity:1;background-color:rgb(41 239 151/var(--tw-bg-opacity))}.bg-\[\#3329EF\]{--tw-bg-opacity:1;background-color:rgb(51 41 239/var(--tw-bg-opacity))}.bg-\[\#9329EF\]{--tw-bg-opacity:1;background-color:rgb(147 41 239/var(--tw-bg-opacity))}.bg-\[\#BEFADF\]{--tw-bg-opacity:1;background-color:rgb(190 250 223/var(--tw-bg-opacity))}.bg-\[\#CCE3FF\]{--tw-bg-opacity:1;background-color:rgb(204 227 255/var(--tw-bg-opacity))}.bg-\[\#D4FCEA\]{--tw-bg-opacity:1;background-color:rgb(212 252 234/var(--tw-bg-opacity))}.bg-\[\#D5D3FB\]{--tw-bg-opacity:1;background-color:rgb(213 211 251/var(--tw-bg-opacity))}.bg-\[\#DDDDDD\]{--tw-bg-opacity:1;background-color:rgb(221 221 221/var(--tw-bg-opacity))}.bg-\[\#EFA329\]{--tw-bg-opacity:1;background-color:rgb(239 163 41/var(--tw-bg-opacity))}.bg-\[\#F1F3F5\]{--tw-bg-opacity:1;background-color:rgb(241 243 245/var(--tw-bg-opacity))}.bg-\[\#FFD29D\]{--tw-bg-opacity:1;background-color:rgb(255 210 157/var(--tw-bg-opacity))}.bg-\[\#e9fdf4\]{--tw-bg-opacity:1;background-color:rgb(233 253 244/var(--tw-bg-opacity))}.bg-\[brightTurquoise\]{background-color:brightTurquoise}.bg-\[green\]{--tw-bg-opacity:1;background-color:rgb(0 128 0/var(--tw-bg-opacity))}.bg-base{--tw-bg-opacity:1;background-color:rgb(1 29 88/var(--tw-bg-opacity))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity))}.bg-blue-700{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity))}.bg-blue-800{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.bg-blueChalk{background-color:var(--color-blue-chalk)}.bg-burlyWood{background-color:var(--color-burly-wood)}.bg-clouds{background-color:var(--color-clouds)}.bg-darkgray{background-color:var(--color-darkgray)}.bg-desertStorm{background-color:var(--color-desert-storm)}.bg-fog{background-color:var(--color-fog)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity))}.bg-hero{background-color:var(--color-hero)}.bg-lightGreenishBlue{background-color:var(--color-light-greenish-blue)}.bg-lightRoyalBlue{background-color:var(--color-light-royal-blue)}.bg-mist{background-color:var(--color-mist)}.bg-navy{background-color:var(--color-navy)}.bg-navybright{background-color:var(--color-navybright)}.bg-porcelain{background-color:var(--color-porcelain)}.bg-rockBlue{background-color:var(--color-rock-blue)}.bg-sand{background-color:var(--color-sand)}.bg-sky-500\/50{background-color:rgba(14,165,233,.5)}.bg-slate-400{--tw-bg-opacity:1;background-color:rgb(148 163 184/var(--tw-bg-opacity))}.bg-softPeach{background-color:var(--color-soft-peach)}.bg-transparent{background-color:transparent}.bg-turquoise{--tw-bg-opacity:1;background-color:rgb(41 239 151/var(--tw-bg-opacity))}.bg-warmBlue{background-color:var(--color-warm-blue)}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity))}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-opacity-5{--tw-bg-opacity:0.05}.bg-cover{background-size:cover}.bg-center{background-position:50%}.object-contain{-o-object-fit:contain;object-fit:contain}.object-cover{-o-object-fit:cover;object-fit:cover}.object-fill{-o-object-fit:fill;object-fit:fill}.\!p-0{padding:0!important}.p-1{padding:.25rem}.p-10{padding:2.5rem}.p-12{padding:3rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-\[0\.5rem\]{padding:.5rem}.p-\[1\.0rem\]{padding:1rem}.p-\[1\.5625rem\]{padding:1.5625rem}.p-\[10px\]{padding:10px}.p-\[16px\]{padding:16px}.p-\[17px\]{padding:17px}.p-\[2\.0rem\]{padding:2rem}.p-\[20px\]{padding:20px}.p-\[24px\]{padding:24px}.p-\[2px\]{padding:2px}.p-\[3px\]{padding:3px}.\!px-10{padding-left:2.5rem!important;padding-right:2.5rem!important}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-11{padding-left:2.75rem;padding-right:2.75rem}.px-12{padding-left:3rem;padding-right:3rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-7{padding-left:1.75rem;padding-right:1.75rem}.px-8{padding-left:2rem;padding-right:2rem}.px-\[\.4rem\]{padding-left:.4rem;padding-right:.4rem}.px-\[1\.25rem\]{padding-left:1.25rem;padding-right:1.25rem}.px-\[1\.875rem\]{padding-left:1.875rem;padding-right:1.875rem}.px-\[12px\]{padding-left:12px;padding-right:12px}.px-\[14px\]{padding-left:14px;padding-right:14px}.px-\[16px\]{padding-left:16px;padding-right:16px}.px-\[2\.0rem\]{padding-left:2rem;padding-right:2rem}.px-\[2\.4rem\]{padding-left:2.4rem;padding-right:2.4rem}.px-\[20px\]{padding-left:20px;padding-right:20px}.px-\[24px\]{padding-left:24px;padding-right:24px}.px-\[25px\]{padding-left:25px;padding-right:25px}.px-\[27px\]{padding-left:27px;padding-right:27px}.px-\[28px\]{padding-left:28px;padding-right:28px}.px-\[2px\]{padding-left:2px;padding-right:2px}.px-\[30px\]{padding-left:30px;padding-right:30px}.px-\[40px\]{padding-left:40px;padding-right:40px}.px-\[5px\]{padding-left:5px;padding-right:5px}.px-\[6px\]{padding-left:6px;padding-right:6px}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-3\.5{padding-top:.875rem;padding-bottom:.875rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-\[\.2rem\]{padding-top:.2rem;padding-bottom:.2rem}.py-\[1\.1875rem\]{padding-top:1.1875rem;padding-bottom:1.1875rem}.py-\[10px\]{padding-top:10px;padding-bottom:10px}.py-\[12px\]{padding-top:12px;padding-bottom:12px}.py-\[1rem\]{padding-top:1rem;padding-bottom:1rem}.py-\[2\.5px\]{padding-top:2.5px;padding-bottom:2.5px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.py-\[24px\]{padding-top:24px;padding-bottom:24px}.py-\[2px\]{padding-top:2px;padding-bottom:2px}.py-\[30px\]{padding-top:30px;padding-bottom:30px}.py-\[33px\]{padding-top:33px;padding-bottom:33px}.py-\[40px\]{padding-top:40px;padding-bottom:40px}.py-\[60px\]{padding-top:60px;padding-bottom:60px}.py-\[6px\]{padding-top:6px;padding-bottom:6px}.py-\[8px\]{padding-top:8px;padding-bottom:8px}.\!pt-3{padding-top:.75rem!important}.pb-10{padding-bottom:2.5rem}.pb-12{padding-bottom:3rem}.pb-16{padding-bottom:4rem}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-\[0\.125rem\]{padding-bottom:.125rem}.pb-\[0\.1rem\]{padding-bottom:.1rem}.pb-\[0\.625rem\]{padding-bottom:.625rem}.pb-\[1\.4rem\]{padding-bottom:1.4rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[14px\]{padding-bottom:14px}.pb-\[16px\]{padding-bottom:16px}.pb-\[23px\]{padding-bottom:23px}.pb-\[28px\]{padding-bottom:28px}.pb-\[30px\]{padding-bottom:30px}.pb-\[3px\]{padding-bottom:3px}.pb-\[4px\]{padding-bottom:4px}.pb-\[50px\]{padding-bottom:50px}.pb-\[56px\]{padding-bottom:56px}.pb-\[5px\]{padding-bottom:5px}.pb-\[60px\]{padding-bottom:60px}.pb-\[8\.14px\]{padding-bottom:8.14px}.pb-\[8px\]{padding-bottom:8px}.pe-5{padding-inline-end:1.25rem}.pl-0{padding-left:0}.pl-10{padding-left:2.5rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-5{padding-left:1.25rem}.pl-7{padding-left:1.75rem}.pl-8{padding-left:2rem}.pl-\[0\.25rem\]{padding-left:.25rem}.pl-\[0\.5rem\]{padding-left:.5rem}.pl-\[1\.125rem\]{padding-left:1.125rem}.pl-\[1\.25rem\]{padding-left:1.25rem}.pl-\[1\.275rem\]{padding-left:1.275rem}.pl-\[1\.3125rem\]{padding-left:1.3125rem}.pl-\[10px\]{padding-left:10px}.pl-\[12px\]{padding-left:12px}.pl-\[14px\]{padding-left:14px}.pl-\[15px\]{padding-left:15px}.pl-\[2\.0rem\]{padding-left:2rem}.pl-\[20px\]{padding-left:20px}.pl-\[24px\]{padding-left:24px}.pl-\[3\.125rem\]{padding-left:3.125rem}.pl-\[30px\]{padding-left:30px}.pl-\[50px\]{padding-left:50px}.pl-\[5px\]{padding-left:5px}.pl-\[60px\]{padding-left:60px}.pr-1{padding-right:.25rem}.pr-10{padding-right:2.5rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-8{padding-right:2rem}.pr-\[0\.75rem\]{padding-right:.75rem}.pr-\[1\.25rem\]{padding-right:1.25rem}.pr-\[1\.275rem\]{padding-right:1.275rem}.pr-\[10px\]{padding-right:10px}.pr-\[12px\]{padding-right:12px}.pr-\[14px\]{padding-right:14px}.pr-\[150px\]{padding-right:150px}.pr-\[15px\]{padding-right:15px}.pr-\[20px\]{padding-right:20px}.pr-\[24px\]{padding-right:24px}.pr-\[2rem\]{padding-right:2rem}.pr-\[30px\]{padding-right:30px}.pr-\[5px\]{padding-right:5px}.pr-\[60px\]{padding-right:60px}.ps-5{padding-inline-start:1.25rem}.ps-\[20px\]{padding-inline-start:20px}.pt-1{padding-top:.25rem}.pt-10{padding-top:2.5rem}.pt-2{padding-top:.5rem}.pt-5{padding-top:1.25rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-\[0\.1rem\]{padding-top:.1rem}.pt-\[0\.5rem\]{padding-top:.5rem}.pt-\[0\.875rem\]{padding-top:.875rem}.pt-\[1\.875rem\]{padding-top:1.875rem}.pt-\[10px\]{padding-top:10px}.pt-\[12px\]{padding-top:12px}.pt-\[14px\]{padding-top:14px}.pt-\[15px\]{padding-top:15px}.pt-\[16px\]{padding-top:16px}.pt-\[18px\]{padding-top:18px}.pt-\[19px\]{padding-top:19px}.pt-\[20px\]{padding-top:20px}.pt-\[24px\]{padding-top:24px}.pt-\[28px\]{padding-top:28px}.pt-\[2px\]{padding-top:2px}.pt-\[3\.175rem\]{padding-top:3.175rem}.pt-\[30px\]{padding-top:30px}.pt-\[36\.6px\]{padding-top:36.6px}.pt-\[3px\]{padding-top:3px}.pt-\[3rem\]{padding-top:3rem}.pt-\[4\.2rem\]{padding-top:4.2rem}.pt-\[4\.875rem\]{padding-top:4.875rem}.pt-\[40px\]{padding-top:40px}.pt-\[56\.25\%\]{padding-top:56.25%}.pt-\[56px\]{padding-top:56px}.pt-\[5px\]{padding-top:5px}.pt-\[60px\]{padding-top:60px}.pt-\[8\.86px\]{padding-top:8.86px}.text-left{text-align:left}.text-center{text-align:center}.\!text-right{text-align:right!important}.text-right{text-align:right}.align-middle{vertical-align:middle}.\!font-primary{font-family:var(--font-primary),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important}.\!font-tertiary{font-family:var(--font-tertiary),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"!important}.font-primary{font-family:var(--font-primary),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.font-secondary{font-family:var(--font-secondary),ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"}.\!text-\[12px\]{font-size:12px!important}.\!text-\[13px\]{font-size:13px!important}.\!text-\[14px\]{font-size:14px!important}.\!text-\[20px\]{font-size:20px!important}.\!text-base{font-size:1rem!important;line-height:1.5rem!important}.\!text-topicDescription{font-size:16px!important}.text-2xl{font-size:1.5rem;line-height:2rem}.text-\[\.8125rem\]{font-size:.8125rem}.text-\[\.85rem\]{font-size:.85rem}.text-\[\.875rem\]{font-size:.875rem}.text-\[\.8rem\]{font-size:.8rem}.text-\[\.95rem\]{font-size:.95rem}.text-\[\.9rem\]{font-size:.9rem}.text-\[0\.75rem\]{font-size:.75rem}.text-\[0\.8125rem\]{font-size:.8125rem}.text-\[0\.815rem\]{font-size:.815rem}.text-\[0\.875rem\]{font-size:.875rem}.text-\[0\.8rem\]{font-size:.8rem}.text-\[0\.9375rem\]{font-size:.9375rem}.text-\[0\.94rem\]{font-size:.94rem}.text-\[1\.0rem\]{font-size:1rem}.text-\[1\.125rem\]{font-size:1.125rem}.text-\[1\.1rem\]{font-size:1.1rem}.text-\[1\.2rem\]{font-size:1.2rem}.text-\[1\.3rem\]{font-size:1.3rem}.text-\[1\.4rem\]{font-size:1.4rem}.text-\[1\.5rem\]{font-size:1.5rem}.text-\[1\.6rem\]{font-size:1.6rem}.text-\[1\.85rem\]{font-size:1.85rem}.text-\[1\.875rem\]{font-size:1.875rem}.text-\[1\.8rem\]{font-size:1.8rem}.text-\[1\.9rem\]{font-size:1.9rem}.text-\[10px\]{font-size:10px}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[16px\]{font-size:16px}.text-\[17px\]{font-size:17px}.text-\[18px\]{font-size:18px}.text-\[19px\]{font-size:19px}.text-\[1rem\]{font-size:1rem}.text-\[2\.4rem\]{font-size:2.4rem}.text-\[20px\]{font-size:20px}.text-\[22px\]{font-size:22px}.text-\[24px\]{font-size:24px}.text-\[25px\]{font-size:25px}.text-\[26px\]{font-size:26px}.text-\[28px\]{font-size:28px}.text-\[2rem\]{font-size:2rem}.text-\[30px\]{font-size:30px}.text-\[35px\]{font-size:35px}.text-\[40px\]{font-size:40px}.text-\[70px\]{font-size:70px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.\!font-medium{font-weight:500!important}.font-\[400\]{font-weight:400}.font-\[500\]{font-weight:500}.font-\[600\]{font-weight:600}.font-\[700\]{font-weight:700}.font-black{font-weight:900}.font-bold{font-weight:700}.font-light{font-weight:300}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-7{line-height:1.75rem}.leading-8{line-height:2rem}.leading-9{line-height:2.25rem}.leading-\[1\.125rem\]{line-height:1.125rem}.leading-\[1\.375rem\]{line-height:1.375rem}.leading-\[1\.3\]{line-height:1.3}.leading-\[1\.3rem\]{line-height:1.3rem}.leading-\[15px\]{line-height:15px}.leading-\[16\.37px\]{line-height:16.37px}.leading-\[16px\]{line-height:16px}.leading-\[17px\]{line-height:17px}.leading-\[180x\]{line-height:180x}.leading-\[18px\]{line-height:18px}.leading-\[19px\]{line-height:19px}.leading-\[2\.3rem\]{line-height:2.3rem}.leading-\[20px\]{line-height:20px}.leading-\[21\.04px\]{line-height:21.04px}.leading-\[21px\]{line-height:21px}.leading-\[22px\]{line-height:22px}.leading-\[24px\]{line-height:24px}.leading-\[25px\]{line-height:25px}.leading-\[26px\]{line-height:26px}.leading-\[27px\]{line-height:27px}.leading-\[28px\]{line-height:28px}.leading-\[30px\]{line-height:30px}.leading-\[32px\]{line-height:32px}.leading-\[34px\]{line-height:34px}.leading-\[35px\]{line-height:35px}.leading-\[36px\]{line-height:36px}.leading-\[3rem\]{line-height:3rem}.leading-\[40px\]{line-height:40px}.leading-\[42px\]{line-height:42px}.leading-\[45px\]{line-height:45px}.leading-\[46px\]{line-height:46px}.leading-\[48px\]{line-height:48px}.tracking-\[0\.5px\]{letter-spacing:.5px}.tracking-\[0px\]{letter-spacing:0}.tracking-\[1\.5px\]{letter-spacing:1.5px}.tracking-normal{letter-spacing:0}.tracking-tighter{letter-spacing:-.05em}.tracking-wider{letter-spacing:.05em}.tracking-widest{letter-spacing:.1em}.\!text-\[\#3D4246\]{--tw-text-opacity:1!important;color:rgb(61 66 70/var(--tw-text-opacity))!important}.\!text-base{--tw-text-opacity:1!important;color:rgb(1 29 88/var(--tw-text-opacity))!important}.\!text-textdark{color:var(--color-textdark)!important}.\!text-topicDescription{--tw-text-opacity:1!important;color:rgb(51 51 51/var(--tw-text-opacity))!important}.\!text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity))!important}.text-\[\#000\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[\#0077b5\]{--tw-text-opacity:1;color:rgb(0 119 181/var(--tw-text-opacity))}.text-\[\#011753\]{--tw-text-opacity:1;color:rgb(1 23 83/var(--tw-text-opacity))}.text-\[\#011D58\]{--tw-text-opacity:1;color:rgb(1 29 88/var(--tw-text-opacity))}.text-\[\#104268\]{--tw-text-opacity:1;color:rgb(16 66 104/var(--tw-text-opacity))}.text-\[\#140b0d\]{--tw-text-opacity:1;color:rgb(20 11 13/var(--tw-text-opacity))}.text-\[\#162e64\]{--tw-text-opacity:1;color:rgb(22 46 100/var(--tw-text-opacity))}.text-\[\#202A35\],.text-\[\#202a35\]{--tw-text-opacity:1;color:rgb(32 42 53/var(--tw-text-opacity))}.text-\[\#222222\]{--tw-text-opacity:1;color:rgb(34 34 34/var(--tw-text-opacity))}.text-\[\#3329EF\]{--tw-text-opacity:1;color:rgb(51 41 239/var(--tw-text-opacity))}.text-\[\#332aef\]{--tw-text-opacity:1;color:rgb(51 42 239/var(--tw-text-opacity))}.text-\[\#333333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#33333\]{color:#33333}.text-\[\#333\]{--tw-text-opacity:1;color:rgb(51 51 51/var(--tw-text-opacity))}.text-\[\#4B5966\]{--tw-text-opacity:1;color:rgb(75 89 102/var(--tw-text-opacity))}.text-\[\#505050\]{--tw-text-opacity:1;color:rgb(80 80 80/var(--tw-text-opacity))}.text-\[\#51648c\]{--tw-text-opacity:1;color:rgb(81 100 140/var(--tw-text-opacity))}.text-\[\#535353\]{--tw-text-opacity:1;color:rgb(83 83 83/var(--tw-text-opacity))}.text-\[\#559187\]{--tw-text-opacity:1;color:rgb(85 145 135/var(--tw-text-opacity))}.text-\[\#5C6E81\]{--tw-text-opacity:1;color:rgb(92 110 129/var(--tw-text-opacity))}.text-\[\#707070\]{--tw-text-opacity:1;color:rgb(112 112 112/var(--tw-text-opacity))}.text-\[\#767676\]{--tw-text-opacity:1;color:rgb(118 118 118/var(--tw-text-opacity))}.text-\[\#858585\]{--tw-text-opacity:1;color:rgb(133 133 133/var(--tw-text-opacity))}.text-\[\#888888\]{--tw-text-opacity:1;color:rgb(136 136 136/var(--tw-text-opacity))}.text-\[\#9D2235\]{--tw-text-opacity:1;color:rgb(157 34 53/var(--tw-text-opacity))}.text-\[\#A73942\]{--tw-text-opacity:1;color:rgb(167 57 66/var(--tw-text-opacity))}.text-\[\#FFFFFF\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-\[\#aaaaaa\]{--tw-text-opacity:1;color:rgb(170 170 170/var(--tw-text-opacity))}.text-\[\#bebfc2\]{--tw-text-opacity:1;color:rgb(190 191 194/var(--tw-text-opacity))}.text-\[\#e11d48\]{--tw-text-opacity:1;color:rgb(225 29 72/var(--tw-text-opacity))}.text-\[\.rem\]{color:.rem}.text-\[black\]{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-\[gray\]\/60{color:hsla(0,0%,50%,.6)}.text-\[white\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-amber-600{--tw-text-opacity:1;color:rgb(217 119 6/var(--tw-text-opacity))}.text-base{--tw-text-opacity:1;color:rgb(1 29 88/var(--tw-text-opacity))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity))}.text-clouds{color:var(--color-clouds)}.text-darkgray{color:var(--color-darkgray)}.text-darkgray2{color:var(--color-darkgray2)}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity))}.text-hero{color:var(--color-hero)}.text-lightRoyalBlue{color:var(--color-light-royal-blue)}.text-lthblue{--tw-text-opacity:1;color:rgb(1 29 88/var(--tw-text-opacity))}.text-navy{color:var(--color-navy)}.text-navybright{color:var(--color-navybright)}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity))}.text-shade{color:var(--color-shade)}.text-slate-900{--tw-text-opacity:1;color:rgb(15 23 42/var(--tw-text-opacity))}.text-textdark{color:var(--color-textdark)}.text-textlight{color:var(--color-textlight)}.text-turquoise{--tw-text-opacity:1;color:rgb(41 239 151/var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-zinc-400{--tw-text-opacity:1;color:rgb(161 161 170/var(--tw-text-opacity))}.underline{text-decoration-line:underline}.decoration-turquoise{text-decoration-color:#29ef97}.decoration-white{text-decoration-color:#fff}.decoration-solid{text-decoration-style:solid}.decoration-\[\.1rem\]{text-decoration-thickness:.1rem}.decoration-\[\.3125rem\]{text-decoration-thickness:.3125rem}.underline-offset-1{text-underline-offset:1px}.underline-offset-4{text-underline-offset:4px}.underline-offset-\[0\.15rem\]{text-underline-offset:.15rem}.underline-offset-\[0\.1rem\]{text-underline-offset:.1rem}.underline-offset-\[0\.4rem\]{text-underline-offset:.4rem}.underline-offset-\[0\.75rem\]{text-underline-offset:.75rem}.underline-offset-\[2px\]{text-underline-offset:2px}.underline-offset-\[4px\]{text-underline-offset:4px}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.placeholder-darkgray2::-moz-placeholder{color:var(--color-darkgray2)}.placeholder-darkgray2::placeholder{color:var(--color-darkgray2)}.placeholder-textdark::-moz-placeholder{color:var(--color-textdark)}.placeholder-textdark::placeholder{color:var(--color-textdark)}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-20{opacity:.2}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-70{opacity:.7}.opacity-80{opacity:.8}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px -1px rgba(0,0,0,.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-\[1px_1px_1px_\#cccccc\]{--tw-shadow:1px 1px 1px #ccc;--tw-shadow-colored:1px 1px 1px var(--tw-shadow-color)}.shadow-\[1px_1px_1px_\#cccccc\],.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color)}.shadow-md,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.outline{outline-style:solid}.outline-\[2px\]{outline-width:2px}.outline-blue-500{outline-color:#3b82f6}.blur-sm{--tw-blur:blur(4px)}.blur-sm,.drop-shadow-md{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.drop-shadow-md{--tw-drop-shadow:drop-shadow(0 4px 3px rgba(0,0,0,.07)) drop-shadow(0 2px 2px rgba(0,0,0,.06))}.\!filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.backdrop-blur{--tw-backdrop-blur:blur(8px);-webkit-backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-100{transition-duration:.1s}.duration-300{transition-duration:.3s}.duration-500{transition-duration:.5s}.duration-75{transition-duration:75ms}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.placeholder\:font-normal::-moz-placeholder{font-weight:400}.placeholder\:font-normal::placeholder{font-weight:400}.placeholder\:text-\[\#777980\]::-moz-placeholder{--tw-text-opacity:1;color:rgb(119 121 128/var(--tw-text-opacity))}.placeholder\:text-\[\#777980\]::placeholder{--tw-text-opacity:1;color:rgb(119 121 128/var(--tw-text-opacity))}.last\:pb-0:last-child{padding-bottom:0}.hover\:bg-\[\#332aef\]\/\[0\.1\]:hover{background-color:rgba(51,42,239,.1)}.hover\:bg-\[\#5C6E81\]:hover{--tw-bg-opacity:1;background-color:rgb(92 110 129/var(--tw-bg-opacity))}.hover\:bg-blue-200:hover{--tw-bg-opacity:1;background-color:rgb(191 219 254/var(--tw-bg-opacity))}.hover\:bg-blue-800:hover{--tw-bg-opacity:1;background-color:rgb(30 64 175/var(--tw-bg-opacity))}.hover\:bg-fog:hover{background-color:var(--color-fog)}.hover\:bg-gray-400:hover{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity))}.hover\:bg-navy:hover{background-color:var(--color-navy)}.hover\:bg-turquoise:hover{--tw-bg-opacity:1;background-color:rgb(41 239 151/var(--tw-bg-opacity))}.hover\:bg-opacity-10:hover{--tw-bg-opacity:0.1}.hover\:\!text-\[20px\]:hover{font-size:20px!important}.hover\:text-base:hover{font-size:1rem;line-height:1.5rem}.hover\:font-bold:hover{font-weight:700}.hover\:\!text-navy:hover{color:var(--color-navy)!important}.hover\:text-\[\#5C6E81\]:hover{--tw-text-opacity:1;color:rgb(92 110 129/var(--tw-text-opacity))}.hover\:text-\[\#ff0000\]:hover,.hover\:text-\[red\]:hover{--tw-text-opacity:1;color:rgb(255 0 0/var(--tw-text-opacity))}.hover\:text-base:hover{--tw-text-opacity:1;color:rgb(1 29 88/var(--tw-text-opacity))}.hover\:text-navy:hover{color:var(--color-navy)}.hover\:text-textlight:hover{color:var(--color-textlight)}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:decoration-turquoise:hover{text-decoration-color:#29ef97}.hover\:decoration-solid:hover{text-decoration-style:solid}.hover\:decoration-\[\.3125rem\]:hover{text-decoration-thickness:.3125rem}.hover\:opacity-100:hover{opacity:1}.hover\:opacity-75:hover{opacity:.75}.hover\:outline:hover{outline-style:solid}.hover\:outline-\[2px\]:hover{outline-width:2px}.hover\:outline-blue-500:hover{outline-color:#3b82f6}.focus\:border-\[\#5C6E81\]:focus{--tw-border-opacity:1;border-color:rgb(92 110 129/var(--tw-border-opacity))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.active\:bg-\[\#5C6E81\]:active{--tw-bg-opacity:1;background-color:rgb(92 110 129/var(--tw-bg-opacity))}.active\:text-white:active{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:hover\:opacity-100:hover:disabled,.disabled\:opacity-100:disabled{opacity:1}.group:hover .group-hover\:scale-100{--tw-scale-x:1;--tw-scale-y:1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.group:hover .group-hover\:opacity-100{opacity:1}@media (min-width:640px){.sm\:col-span-2{grid-column:span 2/span 2}.sm\:col-span-4{grid-column:span 4/span 4}.sm\:mb-1{margin-bottom:.25rem}.sm\:mb-\[3rem\]{margin-bottom:3rem}.sm\:mt-\[1\.2rem\]{margin-top:1.2rem}.sm\:flex{display:flex}.sm\:w-3\/4{width:75%}.sm\:w-\[25rem\]{width:25rem}.sm\:w-\[409px\]{width:409px}.sm\:w-\[45rem\]{width:45rem}.sm\:w-\[600px\]{width:600px}.sm\:w-full{width:100%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.sm\:justify-between{justify-content:space-between}.sm\:px-0{padding-left:0;padding-right:0}}@media (min-width:768px){.md\:float-right{float:right}.md\:float-left{float:left}.md\:mx-auto{margin-left:auto;margin-right:auto}.md\:my-0{margin-top:0;margin-bottom:0}.md\:my-\[1rem\]{margin-top:1rem;margin-bottom:1rem}.md\:my-\[4rem\]{margin-top:4rem;margin-bottom:4rem}.md\:my-\[5\.125rem\]{margin-top:5.125rem;margin-bottom:5.125rem}.md\:mb-0{margin-bottom:0}.md\:mb-2{margin-bottom:.5rem}.md\:mb-32{margin-bottom:8rem}.md\:mb-4{margin-bottom:1rem}.md\:mb-\[0rem\]{margin-bottom:0}.md\:mb-\[1\.0rem\],.md\:mb-\[1rem\]{margin-bottom:1rem}.md\:mb-\[2\.5625rem\]{margin-bottom:2.5625rem}.md\:mb-\[20px\]{margin-bottom:20px}.md\:mb-\[4\.25rem\]{margin-bottom:4.25rem}.md\:mb-\[5rem\]{margin-bottom:5rem}.md\:ml-0{margin-left:0}.md\:ml-1{margin-left:.25rem}.md\:ml-\[0px\]{margin-left:0}.md\:ml-\[1\.75rem\]{margin-left:1.75rem}.md\:ml-\[10px\]{margin-left:10px}.md\:ml-\[154px\]{margin-left:154px}.md\:ml-\[20px\]{margin-left:20px}.md\:ml-\[24px\]{margin-left:24px}.md\:ml-\[33px\]{margin-left:33px}.md\:ml-\[37px\]{margin-left:37px}.md\:ml-\[3rem\]{margin-left:3rem}.md\:ml-\[40px\]{margin-left:40px}.md\:ml-\[81px\]{margin-left:81px}.md\:ml-auto{margin-left:auto}.md\:mr-10{margin-right:2.5rem}.md\:mr-3{margin-right:.75rem}.md\:mr-\[0px\]{margin-right:0}.md\:mr-\[1\.05rem\]{margin-right:1.05rem}.md\:mr-\[1\.25rem\]{margin-right:1.25rem}.md\:mr-\[1\.3125rem\]{margin-right:1.3125rem}.md\:mr-\[1\.6875rem\]{margin-right:1.6875rem}.md\:mr-\[10px\]{margin-right:10px}.md\:mr-\[2\.3125rem\]{margin-right:2.3125rem}.md\:mr-\[30px\]{margin-right:30px}.md\:mr-\[40px\]{margin-right:40px}.md\:mr-\[80px\]{margin-right:80px}.md\:mr-\[unset\]{margin-right:unset}.md\:mt-0{margin-top:0}.md\:mt-1{margin-top:.25rem}.md\:mt-2{margin-top:.5rem}.md\:mt-\[-21px\]{margin-top:-21px}.md\:mt-\[-75px\]{margin-top:-75px}.md\:mt-\[0\.9375rem\]{margin-top:.9375rem}.md\:mt-\[0px\],.md\:mt-\[0rem\]{margin-top:0}.md\:mt-\[1\.3125rem\]{margin-top:1.3125rem}.md\:mt-\[1\.5rem\]{margin-top:1.5rem}.md\:mt-\[1\.85rem\]{margin-top:1.85rem}.md\:mt-\[12px\]{margin-top:12px}.md\:mt-\[15px\]{margin-top:15px}.md\:mt-\[1rem\]{margin-top:1rem}.md\:mt-\[2\.5rem\]{margin-top:2.5rem}.md\:mt-\[2\.75rem\]{margin-top:2.75rem}.md\:mt-\[20px\]{margin-top:20px}.md\:mt-\[23px\]{margin-top:23px}.md\:mt-\[27px\]{margin-top:27px}.md\:mt-\[2rem\]{margin-top:2rem}.md\:mt-\[3\.75rem\]{margin-top:3.75rem}.md\:mt-\[3px\]{margin-top:3px}.md\:mt-\[4\.25rem\]{margin-top:4.25rem}.md\:mt-\[5\.5rem\]{margin-top:5.5rem}.md\:mt-\[7px\]{margin-top:7px}.md\:inline-block{display:inline-block}.md\:flex{display:flex}.md\:h-16{height:4rem}.md\:h-28{height:7rem}.md\:h-\[100px\]{height:100px}.md\:h-\[107px\]{height:107px}.md\:h-\[120px\]{height:120px}.md\:h-\[20px\]{height:20px}.md\:h-\[3\.125rem\]{height:3.125rem}.md\:h-\[40px\]{height:40px}.md\:h-\[60px\]{height:60px}.md\:h-\[650px\]{height:650px}.md\:h-\[723px\]{height:723px}.md\:h-\[79px\]{height:79px}.md\:h-\[800px\]{height:800px}.md\:h-\[88px\]{height:88px}.md\:h-\[92px\]{height:92px}.md\:min-h-\[300px\]{min-height:300px}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-2\/3{width:66.666667%}.md\:w-3\/4{width:75%}.md\:w-\[1000px\]{width:1000px}.md\:w-\[105px\]{width:105px}.md\:w-\[107px\]{width:107px}.md\:w-\[115px\]{width:115px}.md\:w-\[120px\]{width:120px}.md\:w-\[125px\]{width:125px}.md\:w-\[14\.875rem\]{width:14.875rem}.md\:w-\[152px\]{width:152px}.md\:w-\[15rem\]{width:15rem}.md\:w-\[179px\]{width:179px}.md\:w-\[184px\]{width:184px}.md\:w-\[185px\]{width:185px}.md\:w-\[195px\]{width:195px}.md\:w-\[223px\]{width:223px}.md\:w-\[231px\]{width:231px}.md\:w-\[240px\]{width:240px}.md\:w-\[300px\]{width:300px}.md\:w-\[30vw\]{width:30vw}.md\:w-\[352px\]{width:352px}.md\:w-\[355px\]{width:355px}.md\:w-\[44\.4375rem\]{width:44.4375rem}.md\:w-\[50rem\]{width:50rem}.md\:w-\[510px\]{width:510px}.md\:w-\[521px\]{width:521px}.md\:w-\[600px\]{width:600px}.md\:w-\[60px\]{width:60px}.md\:w-\[610px\]{width:610px}.md\:w-\[650px\]{width:650px}.md\:w-\[680px\]{width:680px}.md\:w-\[700px\]{width:700px}.md\:w-\[800px\]{width:800px}.md\:w-\[860px\]{width:860px}.md\:w-\[92px\]{width:92px}.md\:w-\[unset\]{width:unset}.md\:w-full{width:100%}.md\:min-w-\[120px\]{min-width:120px}.md\:\!max-w-\[1100px\]{max-width:1100px!important}.md\:max-w-\[15rem\]{max-width:15rem}.md\:max-w-\[650px\]{max-width:650px}.md\:max-w-\[710px\]{max-width:710px}.md\:flex-1{flex:1 1 0%}.md\:flex-grow{flex-grow:1}.md\:grid-flow-row{grid-auto-flow:row}.md\:grid-flow-col{grid-auto-flow:column}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:justify-between{justify-content:space-between}.md\:gap-2{gap:.5rem}.md\:overflow-hidden{overflow:hidden}.md\:bg-left{background-position:0}.md\:p-12{padding:3rem}.md\:px-0{padding-left:0;padding-right:0}.md\:px-5{padding-left:1.25rem;padding-right:1.25rem}.md\:px-\[10px\]{padding-left:10px;padding-right:10px}.md\:px-\[20px\]{padding-left:20px;padding-right:20px}.md\:px-\[30px\]{padding-left:30px;padding-right:30px}.md\:px-\[60px\]{padding-left:60px;padding-right:60px}.md\:py-10{padding-top:2.5rem;padding-bottom:2.5rem}.md\:py-\[3\.125rem\]{padding-top:3.125rem;padding-bottom:3.125rem}.md\:pb-0{padding-bottom:0}.md\:pb-\[30px\]{padding-bottom:30px}.md\:pl-0{padding-left:0}.md\:pl-2{padding-left:.5rem}.md\:pl-\[0px\],.md\:pl-\[0rem\]{padding-left:0}.md\:pl-\[1\.8125rem\]{padding-left:1.8125rem}.md\:pl-\[10px\]{padding-left:10px}.md\:pl-\[4\.0625rem\]{padding-left:4.0625rem}.md\:pl-\[40px\]{padding-left:40px}.md\:pl-\[45px\]{padding-left:45px}.md\:pl-\[60px\]{padding-left:60px}.md\:pl-\[70px\]{padding-left:70px}.md\:pr-0,.md\:pr-\[0px\],.md\:pr-\[0rem\]{padding-right:0}.md\:pr-\[1\.25rem\]{padding-right:1.25rem}.md\:pr-\[1\.8125rem\]{padding-right:1.8125rem}.md\:pr-\[14\.5rem\]{padding-right:14.5rem}.md\:pr-\[18\.75rem\]{padding-right:18.75rem}.md\:pr-\[2rem\]{padding-right:2rem}.md\:pr-\[4\.0625rem\]{padding-right:4.0625rem}.md\:pr-\[40px\]{padding-right:40px}.md\:pr-\[50px\]{padding-right:50px}.md\:pr-\[60px\]{padding-right:60px}.md\:pr-\[7\.5rem\]{padding-right:7.5rem}.md\:pt-0{padding-top:0}.md\:pt-10{padding-top:2.5rem}.md\:pt-2{padding-top:.5rem}.md\:pt-\[0rem\]{padding-top:0}.md\:pt-\[1\.875rem\]{padding-top:1.875rem}.md\:pt-\[10px\]{padding-top:10px}.md\:pt-\[50px\]{padding-top:50px}.md\:text-left{text-align:left}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-\[1\.125rem\]{font-size:1.125rem}.md\:text-\[1\.1rem\]{font-size:1.1rem}.md\:text-\[1\.4rem\]{font-size:1.4rem}.md\:text-\[1\.5rem\]{font-size:1.5rem}.md\:text-\[1\.875rem\]{font-size:1.875rem}.md\:text-\[14px\]{font-size:14px}.md\:text-\[16px\]{font-size:16px}.md\:text-\[18px\]{font-size:18px}.md\:text-\[24px\]{font-size:24px}.md\:text-\[30px\]{font-size:30px}.md\:text-\[40px\]{font-size:40px}.md\:text-\[50px\]{font-size:50px}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:leading-\[3rem\]{line-height:3rem}.md\:underline-offset-\[0\.75rem\]{text-underline-offset:.75rem}}@media (min-width:1024px){.lg\:col-span-1{grid-column:span 1/span 1}.lg\:min-h-\[357px\]{min-height:357px}.lg\:w-\[120px\]{width:120px}.lg\:w-\[13\.375rem\]{width:13.375rem}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width:1084px){.large-lg\:px-0{padding-left:0;padding-right:0}.large-lg\:px-\[106px\]{padding-left:106px;padding-right:106px}.large-lg\:pt-\[30px\]{padding-top:30px}}@media (min-width:1280px){.xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.\[\&\:\:-webkit-calendar-picker-indicator\]\:hidden::-webkit-calendar-picker-indicator{display:none}.\[\&\:\:-webkit-inner-spin-button\]\:\!appearance-none::-webkit-inner-spin-button,.\[\&\:\:-webkit-outer-spin-button\]\:\!appearance-none::-webkit-outer-spin-button{-webkit-appearance:none!important;appearance:none!important}.\[\&\>\*\]\:flex-1>*{flex:1 1 0%}.\[\&\>li\]\:w-2\/6>li{width:33.333333%}.\[\&\>li\]\:items-center>li{align-items:center}.\[\&\>li\]\:justify-start>li{justify-content:flex-start}.\[\&\>td\]\:px-10>td{padding-left:2.5rem;padding-right:2.5rem}.\[\&\>td\]\:py-8>td{padding-top:2rem;padding-bottom:2rem}.\[\&\>td\]\:text-left>td{text-align:left}
/*# sourceMappingURL=cf7ac8219ca82820.css.map*/