diff --git a/LICENSE.md b/LICENSE.md new file mode 100644 index 0000000..fc15eae --- /dev/null +++ b/LICENSE.md @@ -0,0 +1,21 @@ +MIT License + +Copyright (c) 2021 PixelRocket + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in all +copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE. \ No newline at end of file diff --git a/README.md b/README.md index 7dc36df..3cc1091 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # Alpine - Bootstrap 5 HTML Responsive Ecommerce Template ## Overview -Alpine is a modern & flexible responsive HTML Bootstrap 5 template with customizable card listings on the category page and an excellent product display on the individual product page. It's the perfect starting point for any fashion retail website, and the template's clean and minimal design means it's easy to modify and painless to integrate with your custom Ecommerce application. And above all, it's free! +For the fashion focused online store, Alpine is a responsive Bootstrap 5 Ecommerce template with a "Ken Burns" effect on the homepage slideshow, angled banners, and a custom image hotspot banner with popout product cards. Large product images on category pages give you ample room for showcasing products while simultaneously providing easy navigation throughout the website. It's the perfect starting point for any fashion retail website, and the template's clean and minimal design means it's easy to modify and painless to integrate with your custom Ecommerce application. And above all, it's free. View Demo | Download ZIP -![Bootstrap 5 Responsive HTML Fashion Store Template](https://pixelrocket-public-assets.s3.eu-west-2.amazonaws.com/github-assets/alpine-html/homepage-medium.png "Alpine | Responsive Bootstrap 5 Ecommerce Template") +![Bootstrap 5 Responsive HTML Fashion Store Template](https://pixelrocket-public-assets.s3.eu-west-2.amazonaws.com/github-assets/alpine-html/homepage-medium.jpg "Alpine | Responsive Bootstrap 5 Ecommerce Template") ## Table of contents @@ -40,11 +40,13 @@ Most developers will be editing the source code and will also be running Webpack ## Template Pages -The template consists of 3 pages: +The template consists of 5 pages: * Homepage * Category page * Product page +* Cart page +* Checkout page To keep code repetition to a minimum, we've used Handlebars.js as the templating engine and partials to quickly add the same code to different pages. We also use a Handlebars plugin for JSON data - this allows us to use loops and output a single HTML code block instead of repeating the same HTML. diff --git a/dist/assets/css/theme.bundle.css b/dist/assets/css/theme.bundle.css index f846ec0..7f7cbf2 100644 --- a/dist/assets/css/theme.bundle.css +++ b/dist/assets/css/theme.bundle.css @@ -1 +1 @@ -.animation-float{-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite}.animation-float-1{-webkit-animation:float 1s ease-in-out infinite;animation:float 1s ease-in-out infinite}.animation-float-2{-webkit-animation:float 2s ease-in-out infinite;animation:float 2s ease-in-out infinite}.animation-float-3{-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite}.animation-float-4{-webkit-animation:float 4s ease-in-out infinite;animation:float 4s ease-in-out infinite}.animation-float-5{-webkit-animation:float 5s ease-in-out infinite;animation:float 5s ease-in-out infinite}.animation-float-6{-webkit-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite}.animation-float-7{-webkit-animation:float 7s ease-in-out infinite;animation:float 7s ease-in-out infinite}.animation-float-8{-webkit-animation:float 8s ease-in-out infinite;animation:float 8s ease-in-out infinite}.animation-float-9{-webkit-animation:float 9s ease-in-out infinite;animation:float 9s ease-in-out infinite}.animation-float-10{-webkit-animation:float 10s ease-in-out infinite;animation:float 10s ease-in-out infinite}.animation-marquee-10{-webkit-animation:marquee 10s linear infinite;animation:marquee 10s linear infinite}.animation-marquee-20{-webkit-animation:marquee 20s linear infinite;animation:marquee 20s linear infinite}.animation-marquee-30{-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite}.animation-marquee-40{-webkit-animation:marquee 40s linear infinite;animation:marquee 40s linear infinite}.animation-marquee-50{-webkit-animation:marquee 50s linear infinite;animation:marquee 50s linear infinite}.animation-marquee-60{-webkit-animation:marquee 60s linear infinite;animation:marquee 60s linear infinite}.animation-marquee-70{-webkit-animation:marquee 70s linear infinite;animation:marquee 70s linear infinite}.animation-marquee-80{-webkit-animation:marquee 80s linear infinite;animation:marquee 80s linear infinite}.animation-marquee-90{-webkit-animation:marquee 90s linear infinite;animation:marquee 90s linear infinite}.animation-marquee-100{-webkit-animation:marquee 100s linear infinite;animation:marquee 100s linear infinite}@-webkit-keyframes float{0%{transform:translateZ(0)}50%{transform:translate3d(0,7px,0)}to{transform:translateZ(0)}}@keyframes float{0%{transform:translateZ(0)}50%{transform:translate3d(0,7px,0)}to{transform:translateZ(0)}}.animation-move{-webkit-animation:move 80s ease;animation:move 80s ease;position:absolute;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animation-move-slow{-webkit-animation:move 120s ease;animation:move 120s ease;position:absolute;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes move{0%{transform-origin:bottom left;transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes move{0%{transform-origin:bottom left;transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.animation-rotate{-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.animation-pulsate{-webkit-animation:pulsate 2s linear infinite;animation:pulsate 2s linear infinite}@-webkit-keyframes pulsate{0%{transform:scale(1);opacity:.8}45%{transform:scale(1.75);opacity:0}}@keyframes pulsate{0%{transform:scale(1);opacity:.8}45%{transform:scale(1.75);opacity:0}}@-webkit-keyframes fadeIn{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@keyframes fadeIn{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@-webkit-keyframes fadeInLeft{0%{display:none;opacity:0;transform:translateX(-100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{display:none;opacity:0;transform:translateX(-100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{display:none;opacity:0;transform:translateX(100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{display:none;opacity:0;transform:translateX(100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeOutRight{0%{display:block;opacity:1;transform:translateX(0)}to{display:none;opacity:0;transform:translateX(100%)}}@keyframes fadeOutRight{0%{display:block;opacity:1;transform:translateX(0)}to{display:none;opacity:0;transform:translateX(100%)}}@-webkit-keyframes fadeInUp{0%{display:none;opacity:0;transform:translateY(10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{display:none;opacity:0;transform:translateY(10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInUpMenu{0%{display:none;opacity:0;transform:translate(-50%,10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translate(-50%)}}@keyframes fadeInUpMenu{0%{display:none;opacity:0;transform:translate(-50%,10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translate(-50%)}}@-webkit-keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}[class*=hover-]{will-change:transform,opacity,box-shadow}.hover-lift{transition:all .15s ease-in}.hover-lift:hover{transform:translate3d(0,-5px,0)}.hover-lift-sm{transition:all .15s ease-in}.hover-lift-sm:hover{transform:translate3d(0,-2px,0)}.hover-opacity-75{transition:all .15s ease-in}.hover-opacity-75:hover{opacity:.75}.hover-boxshadow{transition:all .15s ease-in}.hover-boxshadow:hover{box-shadow:0 .5rem 1rem rgba(29,48,61,.06)}.hover-target-show{opacity:0;transition:all .1s ease-in}.hover-target-hide{opacity:1;transition:all .1s ease-in}.hover-show{opacity:0}.hover-trigger:hover{z-index:20}.hover-trigger:hover .hover-target-show{opacity:1;transition:all .3s ease-in}.hover-trigger:hover .hover-target-hide{opacity:0}.hover-trigger:hover .hover-show{opacity:1}.hover-pseudo-bg{position:relative}.hover-pseudo-bg:before{content:"";display:block;background:#fff;box-shadow:0 1rem 2.5rem rgba(29,48,61,.125);border-radius:.25rem;width:100%;min-height:100%;height:var(--theme-listing-page-card-pseudo-hover-height);transform:scale3d(1.1,1.1,1.1);position:absolute;z-index:-1;transition:all .3s ease-in;opacity:0}.hover-pseudo-bg:hover:before{opacity:1}.bg-img-cover{background-repeat:no-repeat;background-size:cover}.bg-img-contain{background-repeat:no-repeat;background-size:contain}.bg-pos-center-center{background-position:50%}.bg-pos-center-top{background-position:top}.bg-pos-left-top{background-position:0 0}.bg-pos-left-center{background-position:0}.bg-pos-right-center{background-position:100%}.bg-pos-right-top{background-position:100% 0}.bg-pos-center-bottom{background-position:bottom}.bg-pos-left-bottom{background-position:0 100%}.bg-pos-right-bottom{background-position:100% 100%}.bg-white-hover:hover{background:#fff!important}.bg-primary-faded{background-color:rgba(111,70,255,.2)!important}.bg-secondary-faded{background-color:rgba(160,160,162,.2)!important}.bg-success-faded{background-color:rgba(25,184,162,.2)!important}.bg-info-faded{background-color:rgba(13,202,240,.2)!important}.bg-warning-faded{background-color:rgba(255,237,3,.2)!important}.bg-danger-faded{background-color:rgba(219,26,42,.2)!important}.bg-light-faded{background-color:hsla(0,0%,96.5%,.2)!important}.bg-dark-faded{background-color:rgba(28,33,44,.2)!important}.bg-facebook-faded{background-color:rgba(59,89,152,.2)!important}.bg-twitter-faded{background-color:rgba(0,172,238,.2)!important}.bg-white-faded{background-color:hsla(0,0%,100%,.2)!important}.bg-pink-faded{background-color:rgba(255,166,158,.2)!important}.bg-teal-faded{background-color:rgba(8,197,213,.2)!important}.bg-orange-faded{background-color:rgba(252,98,41,.2)!important}.bg-teal-300{background:#e2f7f9}.bg-black-opacity{background:rgba(0,0,0,.2)}.bg-gray-800{background:#343a40!important}.border-top-white-opacity{border-top:1px solid hsla(0,0%,100%,.15)}.border-bottom-white-opacity{border-bottom:1px solid hsla(0,0%,100%,.15)}.border-white-opacity{border:1px solid hsla(0,0%,100%,.15)}.rounded-lg{border-radius:.3rem!important}.rounded-xl{border-radius:20px!important}.rounded-0-top-start{border-top-left-radius:0!important}.rounded-0-bottom-start{border-bottom-left-radius:0!important}.rounded-0-top-end{border-top-right-radius:0!important}.rounded-0-bottom-end{border-bottom-right-radius:0!important}@media(min-width:992px){.border-lg-bottom{border-bottom:1px solid #e9eaea}}.bg-overlay-gradient-dark:after{background:linear-gradient(0deg,rgba(0,0,0,.56),transparent 99%)}.bg-overlay-dark:after,.bg-overlay-gradient-dark:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;border-radius:.25rem;transition:opacity .3s ease-in-out}.bg-overlay-dark:after{background:rgba(0,0,0,.4)}.bg-overlay-gradient-light:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg,hsla(0,0%,100%,.56),hsla(0,0%,100%,0) 99%);z-index:1;border-radius:.25rem;transition:opacity .3s ease-in-out}.bg-overlay-sides-white-to-transparent{position:relative}.bg-overlay-sides-white-to-transparent:before{content:"";display:block;position:absolute;width:20%;height:100%;left:0;top:0;bottom:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,.93) 50%,hsla(0,0%,100%,0));z-index:10}.bg-overlay-sides-white-to-transparent:after{content:"";display:block;position:absolute;width:20%;height:100%;right:0;top:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.93) 50%,#fff);z-index:10}.bg-overlay-h-25:after{height:25%;top:auto}.bg-overlay-h-50:after{height:50%;top:auto}.bg-overlay-h-75:after{height:75%;top:auto}.shadow-primary{box-shadow:-1px 1px 13px -6px rgba(111,70,255,.85)}.shadow-secondary{box-shadow:-1px 1px 13px -6px rgba(160,160,162,.85)}.shadow-success{box-shadow:-1px 1px 13px -6px rgba(25,184,162,.85)}.shadow-info{box-shadow:-1px 1px 13px -6px rgba(13,202,240,.85)}.shadow-warning{box-shadow:-1px 1px 13px -6px rgba(255,237,3,.85)}.shadow-danger{box-shadow:-1px 1px 13px -6px rgba(219,26,42,.85)}.shadow-light{box-shadow:-1px 1px 13px -6px hsla(0,0%,96.5%,.85)}.shadow-dark{box-shadow:-1px 1px 13px -6px rgba(28,33,44,.85)}.shadow-facebook{box-shadow:-1px 1px 13px -6px rgba(59,89,152,.85)}.shadow-twitter{box-shadow:-1px 1px 13px -6px rgba(0,172,238,.85)}.shadow-white{box-shadow:-1px 1px 13px -6px hsla(0,0%,100%,.85)}.shadow-pink{box-shadow:-1px 1px 13px -6px rgba(255,166,158,.85)}.shadow-teal{box-shadow:-1px 1px 13px -6px rgba(8,197,213,.85)}.shadow-orange{box-shadow:-1px 1px 13px -6px rgba(252,98,41,.85)}.even-child-mt-5:nth-of-type(2n),.odd-child-mt-5:nth-of-type(odd){margin-top:5rem}@media(max-width:767.98px){.display-md-1{font-size:calc(1.5rem + 3vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-1{font-size:3.75rem}}@media(max-width:767.98px){.display-md-2{font-size:calc(1.45rem + 2.4vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-2{font-size:3.25rem}}@media(max-width:767.98px){.display-md-3{font-size:calc(1.4rem + 1.8vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-3{font-size:2.75rem}}@media(max-width:767.98px){.display-md-4{font-size:calc(1.35rem + 1.2vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-4{font-size:2.25rem}}@media(max-width:767.98px){.display-md-5{font-size:calc(1.3rem + .6vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-5{font-size:1.75rem}}@media(max-width:767.98px){.display-md-6{font-size:calc(1.275rem + .3vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-6{font-size:1.5rem}}.fs-xs{font-size:11px!important}.link-cover:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;pointer-events:auto;content:""}.text-link-border{text-decoration:none;border-bottom:1px solid #1c212c;border-radius:0;transition:all .2s linear}.text-link-border:active,.text-link-border:focus,.text-link-border:hover{border-color:transparent}.title-small{letter-spacing:.2em;text-transform:uppercase;font-size:.85rem;font-weight:500;display:block}.translate{transform:translate(var(--theme-translate-X),var(--theme-translate-Y))}.translate-x-n0{--theme-translate-X:-0}.translate-x-0{--theme-translate-X:0}.translate-y-n0{--theme-translate-Y:-0}.translate-y-0{--theme-translate-Y:0}.translate-x-n1{--theme-translate-X:-1%}.translate-x-1{--theme-translate-X:1%}.translate-y-n1{--theme-translate-Y:-1%}.translate-y-1{--theme-translate-Y:1%}.translate-x-n2{--theme-translate-X:-2%}.translate-x-2{--theme-translate-X:2%}.translate-y-n2{--theme-translate-Y:-2%}.translate-y-2{--theme-translate-Y:2%}.translate-x-n3{--theme-translate-X:-3%}.translate-x-3{--theme-translate-X:3%}.translate-y-n3{--theme-translate-Y:-3%}.translate-y-3{--theme-translate-Y:3%}.translate-x-n4{--theme-translate-X:-4%}.translate-x-4{--theme-translate-X:4%}.translate-y-n4{--theme-translate-Y:-4%}.translate-y-4{--theme-translate-Y:4%}.translate-x-n5{--theme-translate-X:-5%}.translate-x-5{--theme-translate-X:5%}.translate-y-n5{--theme-translate-Y:-5%}.translate-y-5{--theme-translate-Y:5%}.translate-x-n7{--theme-translate-X:-7%}.translate-x-7{--theme-translate-X:7%}.translate-y-n7{--theme-translate-Y:-7%}.translate-y-7{--theme-translate-Y:7%}.translate-x-n10{--theme-translate-X:-10%}.translate-x-10{--theme-translate-X:10%}.translate-y-n10{--theme-translate-Y:-10%}.translate-y-10{--theme-translate-Y:10%}.translate-x-n20{--theme-translate-X:-20%}.translate-x-20{--theme-translate-X:20%}.translate-y-n20{--theme-translate-Y:-20%}.translate-y-20{--theme-translate-Y:20%}.translate-x-n25{--theme-translate-X:-25%}.translate-x-25{--theme-translate-X:25%}.translate-y-n25{--theme-translate-Y:-25%}.translate-y-25{--theme-translate-Y:25%}.translate-x-n30{--theme-translate-X:-30%}.translate-x-30{--theme-translate-X:30%}.translate-y-n30{--theme-translate-Y:-30%}.translate-y-30{--theme-translate-Y:30%}.translate-x-n35{--theme-translate-X:-35%}.translate-x-35{--theme-translate-X:35%}.translate-y-n35{--theme-translate-Y:-35%}.translate-y-35{--theme-translate-Y:35%}.translate-x-n40{--theme-translate-X:-40%}.translate-x-40{--theme-translate-X:40%}.translate-y-n40{--theme-translate-Y:-40%}.translate-y-40{--theme-translate-Y:40%}.translate-x-n45{--theme-translate-X:-45%}.translate-x-45{--theme-translate-X:45%}.translate-y-n45{--theme-translate-Y:-45%}.translate-y-45{--theme-translate-Y:45%}.translate-x-n50{--theme-translate-X:-50%}.translate-x-50{--theme-translate-X:50%}.translate-y-n50{--theme-translate-Y:-50%}.translate-y-50{--theme-translate-Y:50%}.translate-x-n75{--theme-translate-X:-75%}.translate-x-75{--theme-translate-X:75%}.translate-y-n75{--theme-translate-Y:-75%}.translate-y-75{--theme-translate-Y:75%}.translate-x-n100{--theme-translate-X:-100%}.translate-x-100{--theme-translate-X:100%}.translate-y-n100{--theme-translate-Y:-100%}.translate-y-100{--theme-translate-Y:100%}.skew-5{transform:skewY(5deg)}.skew-n5{transform:skewY(-5deg)}.skew-10{transform:skewY(10deg)}.skew-n10{transform:skewY(-10deg)}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f46ff;--bs-red:#db1a2a;--bs-yellow:#ffed03;--bs-green:#19b8a2;--bs-cyan:#0dcaf0;--bs-gray:#a0a0a2;--bs-gray-dark:#343a40;--bs-primary:#6f46ff;--bs-secondary:#a0a0a2;--bs-success:#19b8a2;--bs-info:#0dcaf0;--bs-warning:#ffed03;--bs-danger:#db1a2a;--bs-light:#f6f6f6;--bs-dark:#1c212c;--bs-facebook:#3b5998;--bs-twitter:#00acee;--bs-white:#fff;--bs-pink:#ffa69e;--bs-teal:#08c5d5;--bs-orange:#fc6229;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0))}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:500}.small,small{font-size:.85em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1c212c;text-decoration:underline}a:hover{color:#161a23}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.85em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.85em;color:#ffa69e;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.85em;color:#fff;background-color:#1c212c;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#a0a0a2;text-align:left}th{font-weight:500;text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.35rem + 1.2vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.25rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.85em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.85em;color:#a0a0a2}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.85em;color:#a0a0a2}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,1.5rem);padding-left:var(--bs-gutter-x,1.5rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:100%}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:100%}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:100%}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)/-2);margin-left:calc(var(--bs-gutter-x)/-2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/2);padding-left:calc(var(--bs-gutter-x)/2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:3.5rem}.g-6,.gy-6{--bs-gutter-y:3.5rem}.g-7,.gx-7{--bs-gutter-x:4rem}.g-7,.gy-7{--bs-gutter-y:4rem}.g-8,.gx-8{--bs-gutter-x:5rem}.g-8,.gy-8{--bs-gutter-y:5rem}.g-9,.gx-9{--bs-gutter-x:6rem}.g-9,.gy-9{--bs-gutter-y:6rem}.g-10,.gx-10{--bs-gutter-x:7rem}.g-10,.gy-10{--bs-gutter-y:7rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:3.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:3.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:4rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:4rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:5rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:5rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:6rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:6rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:7rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:7rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:3.5rem}.g-md-6,.gy-md-6{--bs-gutter-y:3.5rem}.g-md-7,.gx-md-7{--bs-gutter-x:4rem}.g-md-7,.gy-md-7{--bs-gutter-y:4rem}.g-md-8,.gx-md-8{--bs-gutter-x:5rem}.g-md-8,.gy-md-8{--bs-gutter-y:5rem}.g-md-9,.gx-md-9{--bs-gutter-x:6rem}.g-md-9,.gy-md-9{--bs-gutter-y:6rem}.g-md-10,.gx-md-10{--bs-gutter-x:7rem}.g-md-10,.gy-md-10{--bs-gutter-y:7rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:3.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:3.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:4rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:4rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:5rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:5rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:6rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:6rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:7rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:7rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:3.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:3.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:4rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:4rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:5rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:5rem}.g-xl-9,.gx-xl-9{--bs-gutter-x:6rem}.g-xl-9,.gy-xl-9{--bs-gutter-y:6rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:7rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:7rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:3.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:3.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:4rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:4rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:5rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:5rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:6rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:6rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:7rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:7rem}}.table{--bs-table-bg:transparent;--bs-table-striped-color:#1c212c;--bs-table-striped-bg:rgba(0,0,0,0.05);--bs-table-active-color:#1c212c;--bs-table-active-bg:rgba(0,0,0,0.1);--bs-table-hover-color:#1c212c;--bs-table-hover-bg:rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:#1c212c;vertical-align:top;border-color:#e9eaea}.table>:not(caption)>*>*{padding:.5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#e2daff;--bs-table-striped-bg:#d7cff2;--bs-table-striped-color:#000;--bs-table-active-bg:#cbc4e6;--bs-table-active-color:#000;--bs-table-hover-bg:#d1caec;--bs-table-hover-color:#000;color:#000;border-color:#cbc4e6}.table-secondary{--bs-table-bg:#ececec;--bs-table-striped-bg:#e0e0e0;--bs-table-striped-color:#000;--bs-table-active-bg:#d4d4d4;--bs-table-active-color:#000;--bs-table-hover-bg:#dadada;--bs-table-hover-color:#000;color:#000;border-color:#d4d4d4}.table-success{--bs-table-bg:#d1f1ec;--bs-table-striped-bg:#c7e5e0;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd9d4;--bs-table-active-color:#000;--bs-table-hover-bg:#c1dfda;--bs-table-hover-color:#000;color:#000;border-color:#bcd9d4}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fffbcd;--bs-table-striped-bg:#f2eec3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6e2b9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece8be;--bs-table-hover-color:#000;color:#000;border-color:#e6e2b9}.table-danger{--bs-table-bg:#f8d1d4;--bs-table-striped-bg:#ecc7c9;--bs-table-striped-color:#000;--bs-table-active-bg:#dfbcbf;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c1c4;--bs-table-hover-color:#000;color:#000;border-color:#dfbcbf}.table-light{--bs-table-bg:#f6f6f6;--bs-table-striped-bg:#eaeaea;--bs-table-striped-color:#000;--bs-table-active-bg:#ddd;--bs-table-active-color:#000;--bs-table-hover-bg:#e4e4e4;--bs-table-hover-color:#000;color:#000;border-color:#ddd}.table-dark{--bs-table-bg:#1c212c;--bs-table-striped-bg:#272c37;--bs-table-striped-color:#fff;--bs-table-active-bg:#333741;--bs-table-active-color:#fff;--bs-table-hover-bg:#2d323c;--bs-table-hover-color:#fff;color:#fff;border-color:#333741}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem;font-size:1rem;font-weight:500}.col-form-label{padding-top:calc(.65rem + 1px);padding-bottom:calc(.65rem + 1px);margin-bottom:0;font-size:inherit;font-weight:500;line-height:1.5}.col-form-label-lg{padding-top:calc(1.5rem + 1px);padding-bottom:calc(1.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.85em;color:#a0a0a2}.form-control{display:block;width:100%;padding:.65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#1c212c;background-color:#fff;border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::-ms-input-placeholder{color:#a0a0a2;opacity:1}.form-control::placeholder{color:#a0a0a2;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9e8ee;opacity:1}.form-control::file-selector-button{padding:.65rem .75rem;margin:-.65rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#1c212c;background-color:#e9e8ee;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dddce2}.form-control::-webkit-file-upload-button{padding:.65rem .75rem;margin:-.65rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#1c212c;background-color:#e9e8ee;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dddce2}.form-control-plaintext{display:block;width:100%;padding:.65rem 0;margin-bottom:0;line-height:1.5;color:#1c212c;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 3rem + 2px);padding:1.5rem 2rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:1.5rem 2rem;margin:-1.5rem -2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}.form-control-lg::-webkit-file-upload-button{padding:1.5rem 2rem;margin:-1.5rem -2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}textarea.form-control{min-height:calc(1.5em + 1.3rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 3rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.65rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:0}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:0}.form-select{display:block;width:100%;padding:.65rem 1rem .65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{color:#a0a0a2;background-color:#e9e8ee}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #1c212c}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:2rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-check-input:checked{background-color:#1c212c;border-color:#1c212c}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#1c212c;border-color:#1c212c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238e9096'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(28,33,44,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(28,33,44,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#1c212c;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bbbcc0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#1c212c;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bbbcc0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control::-ms-input-placeholder{color:transparent}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;text-align:center;white-space:nowrap;background-color:#e9e8ee;border:1px solid #ced4da;border-radius:0}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:1.5rem 2rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.85em;color:#19b8a2}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem 1rem;margin-top:.1rem;font-size:.875rem;color:#000;background-color:rgba(25,184,162,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#19b8a2;padding-right:calc(1.5em + 1.3rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2319b8a2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .325rem) center;background-size:calc(.75em + .65rem) calc(.75em + .65rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#19b8a2;box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.3rem);background-position:top calc(.375em + .325rem) right calc(.375em + .325rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#19b8a2;padding-right:calc(.75em + 2.725rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2319b8a2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .65rem) calc(.75em + .65rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#19b8a2;box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#19b8a2}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#19b8a2}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#19b8a2}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.85em;color:#db1a2a}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem 1rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(219,26,42,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#db1a2a;padding-right:calc(1.5em + 1.3rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db1a2a'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23db1a2a' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .325rem) center;background-size:calc(.75em + .65rem) calc(.75em + .65rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#db1a2a;box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.3rem);background-position:top calc(.375em + .325rem) right calc(.375em + .325rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#db1a2a;padding-right:calc(.75em + 2.725rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db1a2a'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23db1a2a' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .65rem) calc(.75em + .65rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#db1a2a;box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#db1a2a}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#db1a2a}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#db1a2a}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}.btn{display:inline-block;font-weight:500;line-height:1;color:#1c212c;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:1.25rem 1.5rem;font-size:1rem;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#1c212c}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#5e3cd9;border-color:#5938cc}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(133,98,255,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#5938cc;border-color:#5335bf}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(133,98,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-secondary{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#000;background-color:#aeaeb0;border-color:#aaaaab}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem rgba(136,136,138,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#000;background-color:#b3b3b5;border-color:#aaaaab}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(136,136,138,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-success{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#000;background-color:#3cc3b0;border-color:#30bfab}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(21,156,138,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#47c6b5;border-color:#30bfab}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(21,156,138,.5)}.btn-success.disabled,.btn-success:disabled{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#fff029;border-color:#ffef1c}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,201,3,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#fff135;border-color:#ffef1c}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,201,3,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-danger{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#ba1624;border-color:#af1522}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(224,60,74,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#af1522;border-color:#a41420}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(224,60,74,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-light{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f7f7f7;border-color:#f7f7f7}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f8f8f8;border-color:#f7f7f7}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-dark{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#181c25;border-color:#161a23}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(62,66,76,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#161a23;border-color:#151921}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(62,66,76,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-facebook{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:focus+.btn-facebook,.btn-facebook:focus,.btn-facebook:hover{color:#fff;background-color:#324c81;border-color:#2f477a}.btn-check:focus+.btn-facebook,.btn-facebook:focus{box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-check:active+.btn-facebook,.btn-check:checked+.btn-facebook,.btn-facebook.active,.btn-facebook:active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2f477a;border-color:#2c4372}.btn-check:active+.btn-facebook:focus,.btn-check:checked+.btn-facebook:focus,.btn-facebook.active:focus,.btn-facebook:active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-twitter{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-twitter,.btn-twitter:focus,.btn-twitter:hover{color:#000;background-color:#26b8f1;border-color:#1ab4f0}.btn-check:focus+.btn-twitter,.btn-twitter:focus{box-shadow:0 0 0 .25rem rgba(0,146,202,.5)}.btn-check:active+.btn-twitter,.btn-check:checked+.btn-twitter,.btn-twitter.active,.btn-twitter:active,.show>.btn-twitter.dropdown-toggle{color:#000;background-color:#33bdf1;border-color:#1ab4f0}.btn-check:active+.btn-twitter:focus,.btn-check:checked+.btn-twitter:focus,.btn-twitter.active:focus,.btn-twitter:active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(0,146,202,.5)}.btn-twitter.disabled,.btn-twitter:disabled{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-white.disabled,.btn-white:disabled{color:#000;background-color:#fff;border-color:#fff}.btn-pink{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:focus+.btn-pink,.btn-pink:focus,.btn-pink:hover{color:#000;background-color:#ffb3ad;border-color:#ffafa8}.btn-check:focus+.btn-pink,.btn-pink:focus{box-shadow:0 0 0 .25rem rgba(217,141,134,.5)}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{color:#000;background-color:#ffb8b1;border-color:#ffafa8}.btn-check:active+.btn-pink:focus,.btn-check:checked+.btn-pink:focus,.btn-pink.active:focus,.btn-pink:active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,141,134,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-teal{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:focus+.btn-teal,.btn-teal:focus,.btn-teal:hover{color:#000;background-color:#2dcedb;border-color:#21cbd9}.btn-check:focus+.btn-teal,.btn-teal:focus{box-shadow:0 0 0 .25rem rgba(7,167,181,.5)}.btn-check:active+.btn-teal,.btn-check:checked+.btn-teal,.btn-teal.active,.btn-teal:active,.show>.btn-teal.dropdown-toggle{color:#000;background-color:#39d1dd;border-color:#21cbd9}.btn-check:active+.btn-teal:focus,.btn-check:checked+.btn-teal:focus,.btn-teal.active:focus,.btn-teal:active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(7,167,181,.5)}.btn-teal.disabled,.btn-teal:disabled{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-orange{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:focus+.btn-orange,.btn-orange:focus,.btn-orange:hover{color:#000;background-color:#fc7a49;border-color:#fc723e}.btn-check:focus+.btn-orange,.btn-orange:focus{box-shadow:0 0 0 .25rem rgba(214,83,35,.5)}.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle{color:#000;background-color:#fd8154;border-color:#fc723e}.btn-check:active+.btn-orange:focus,.btn-check:checked+.btn-orange:focus,.btn-orange.active:focus,.btn-orange:active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(214,83,35,.5)}.btn-orange.disabled,.btn-orange:disabled{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-outline-primary{color:#6f46ff;border-color:#6f46ff}.btn-outline-primary:hover{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(111,70,255,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(111,70,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#6f46ff;background-color:transparent}.btn-outline-secondary{color:#a0a0a2;border-color:#a0a0a2}.btn-outline-secondary:hover{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(160,160,162,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(160,160,162,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#a0a0a2;background-color:transparent}.btn-outline-success{color:#19b8a2;border-color:#19b8a2}.btn-outline-success:hover{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#19b8a2;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffed03;border-color:#ffed03}.btn-outline-warning:hover{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,237,3,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,237,3,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffed03;background-color:transparent}.btn-outline-danger{color:#db1a2a;border-color:#db1a2a}.btn-outline-danger:hover{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#db1a2a;background-color:transparent}.btn-outline-light{color:#f6f6f6;border-color:#f6f6f6}.btn-outline-light:hover{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96.5%,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96.5%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f6f6f6;background-color:transparent}.btn-outline-dark{color:#1c212c;border-color:#1c212c}.btn-outline-dark:hover{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(28,33,44,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(28,33,44,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1c212c;background-color:transparent}.btn-outline-facebook{color:#3b5998;border-color:#3b5998}.btn-outline-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:focus+.btn-outline-facebook,.btn-outline-facebook:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-check:active+.btn-outline-facebook,.btn-check:checked+.btn-outline-facebook,.btn-outline-facebook.active,.btn-outline-facebook.dropdown-toggle.show,.btn-outline-facebook:active{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:active+.btn-outline-facebook:focus,.btn-check:checked+.btn-outline-facebook:focus,.btn-outline-facebook.active:focus,.btn-outline-facebook.dropdown-toggle.show:focus,.btn-outline-facebook:active:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-outline-facebook.disabled,.btn-outline-facebook:disabled{color:#3b5998;background-color:transparent}.btn-outline-twitter{color:#00acee;border-color:#00acee}.btn-outline-twitter:hover{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-outline-twitter,.btn-outline-twitter:focus{box-shadow:0 0 0 .25rem rgba(0,172,238,.5)}.btn-check:active+.btn-outline-twitter,.btn-check:checked+.btn-outline-twitter,.btn-outline-twitter.active,.btn-outline-twitter.dropdown-toggle.show,.btn-outline-twitter:active{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:active+.btn-outline-twitter:focus,.btn-check:checked+.btn-outline-twitter:focus,.btn-outline-twitter.active:focus,.btn-outline-twitter.dropdown-toggle.show:focus,.btn-outline-twitter:active:focus{box-shadow:0 0 0 .25rem rgba(0,172,238,.5)}.btn-outline-twitter.disabled,.btn-outline-twitter:disabled{color:#00acee;background-color:transparent}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-pink{color:#ffa69e;border-color:#ffa69e}.btn-outline-pink:hover{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .25rem rgba(255,166,158,.5)}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 0 0 .25rem rgba(255,166,158,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#ffa69e;background-color:transparent}.btn-outline-teal{color:#08c5d5;border-color:#08c5d5}.btn-outline-teal:hover{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:focus+.btn-outline-teal,.btn-outline-teal:focus{box-shadow:0 0 0 .25rem rgba(8,197,213,.5)}.btn-check:active+.btn-outline-teal,.btn-check:checked+.btn-outline-teal,.btn-outline-teal.active,.btn-outline-teal.dropdown-toggle.show,.btn-outline-teal:active{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:active+.btn-outline-teal:focus,.btn-check:checked+.btn-outline-teal:focus,.btn-outline-teal.active:focus,.btn-outline-teal.dropdown-toggle.show:focus,.btn-outline-teal:active:focus{box-shadow:0 0 0 .25rem rgba(8,197,213,.5)}.btn-outline-teal.disabled,.btn-outline-teal:disabled{color:#08c5d5;background-color:transparent}.btn-outline-orange{color:#fc6229;border-color:#fc6229}.btn-outline-orange:hover{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{box-shadow:0 0 0 .25rem rgba(252,98,41,.5)}.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus{box-shadow:0 0 0 .25rem rgba(252,98,41,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#fc6229;background-color:transparent}.btn-link{font-weight:400;color:#1c212c;text-decoration:underline}.btn-link:hover{color:#161a23}.btn-link.disabled,.btn-link:disabled{color:#a0a0a2}.btn-group-lg>.btn,.btn-lg{padding:1.5rem 2rem;font-size:1.25rem;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:0}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:.9375rem;color:#1c212c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:0}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid transparent}.dropdown-item{display:block;width:100%;padding:0 1rem;clear:both;font-weight:400;color:#1c212c;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#a0a0a2;background-color:transparent}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#1c212c}.dropdown-item.disabled,.dropdown-item:disabled{color:#a0a0a2;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#a0a0a2;white-space:nowrap}.dropdown-item-text{display:block;padding:0 1rem;color:#1c212c}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:transparent}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#1c212c}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:transparent}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#a0a0a2}.nav-link.disabled{color:#a0a0a2;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9e8ee #e9e8ee #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#a0a0a2;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#1c212c}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#1c212c}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#a0a0a2}.navbar-light .navbar-nav .nav-link{color:#1c212c}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#a0a0a2}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:#a0a0a2}.navbar-light .navbar-toggler{color:#1c212c;border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%231c212c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#1c212c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#a0a0a2}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text,.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:0 solid rgba(0,0,0,.125);border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:0 0 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:0 solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 0 0}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group>.card{margin-bottom:.75rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#1c212c;text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor:none;transition:border-radius .15s ease}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#643fe6;background-color:#e8e9ea;box-shadow:inset 0 0 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23643fe6'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");transform:rotate(180deg)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c212c'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.accordion-header{margin-bottom:0}.accordion-item{margin-bottom:0;background-color:transparent;border:0 solid rgba(0,0,0,.125)}.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:last-of-type{margin-bottom:0}.accordion-item:last-of-type,.accordion-item:last-of-type .accordion-button.collapsed,.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;font-size:.75rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#a0a0a2;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#a0a0a2}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#a0a0a2;text-decoration:none;background-color:#fff;border:0 solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;border-color:#dee2e6}.page-link:focus,.page-link:hover{color:#161a23;background-color:#e9e8ee}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#1c212c;border-color:#1c212c}.page-item.disabled .page-link{color:#a0a0a2;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem 1rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#432a99;background-color:#e2daff;border-color:#d4c8ff}.alert-primary .alert-link{color:#36227a}.alert-secondary{color:#606061;background-color:#ececec;border-color:#e3e3e3}.alert-secondary .alert-link{color:#4d4d4e}.alert-success{color:#0f6e61;background-color:#d1f1ec;border-color:#baeae3}.alert-success .alert-link{color:#0c584e}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#665f01;background-color:#fffbcd;border-color:#fffab3}.alert-warning .alert-link{color:#524c01}.alert-danger{color:#831019;background-color:#f8d1d4;border-color:#f4babf}.alert-danger .alert-link{color:#690d14}.alert-light{color:#626262;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light .alert-link{color:#4e4e4e}.alert-dark{color:#11141a;background-color:#d2d3d5;border-color:#bbbcc0}.alert-dark .alert-link{color:#0e1015}.alert-facebook{color:#23355b;background-color:#d8deea;border-color:#c4cde0}.alert-facebook .alert-link{color:#1c2a49}.alert-twitter{color:#00678f;background-color:#cceefc;border-color:#b3e6fa}.alert-twitter .alert-link{color:#005272}.alert-white{color:#666;background-color:#fff;border-color:#fff}.alert-white .alert-link{color:#525252}.alert-pink{color:#66423f;background-color:#ffedec;border-color:#ffe4e2}.alert-pink .alert-link{color:#523532}.alert-teal{color:#057680;background-color:#cef3f7;border-color:#b5eef2}.alert-teal .alert-link{color:#045e66}.alert-orange{color:#973b19;background-color:#fee0d4;border-color:#fed0bf}.alert-orange .alert-link{color:#792f14}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{height:1rem;font-size:.75rem;background-color:#e9e8ee;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#6f46ff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#e9eaea}.list-group-item-action:active{color:#1c212c;background-color:#e9e8ee}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#1c212c;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#a0a0a2;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#1c212c;border-color:#1c212c}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#432a99;background-color:#e2daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#432a99;background-color:#cbc4e6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#432a99;border-color:#432a99}.list-group-item-secondary{color:#606061;background-color:#ececec}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#606061;background-color:#d4d4d4}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#606061;border-color:#606061}.list-group-item-success{color:#0f6e61;background-color:#d1f1ec}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f6e61;background-color:#bcd9d4}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f6e61;border-color:#0f6e61}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#665f01;background-color:#fffbcd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#665f01;background-color:#e6e2b9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#665f01;border-color:#665f01}.list-group-item-danger{color:#831019;background-color:#f8d1d4}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#831019;background-color:#dfbcbf}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#831019;border-color:#831019}.list-group-item-light{color:#626262;background-color:#fdfdfd}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#626262;background-color:#e4e4e4}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#626262;border-color:#626262}.list-group-item-dark{color:#11141a;background-color:#d2d3d5}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#11141a;background-color:#bdbec0}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#11141a;border-color:#11141a}.list-group-item-facebook{color:#23355b;background-color:#d8deea}.list-group-item-facebook.list-group-item-action:focus,.list-group-item-facebook.list-group-item-action:hover{color:#23355b;background-color:#c2c8d3}.list-group-item-facebook.list-group-item-action.active{color:#fff;background-color:#23355b;border-color:#23355b}.list-group-item-twitter{color:#00678f;background-color:#cceefc}.list-group-item-twitter.list-group-item-action:focus,.list-group-item-twitter.list-group-item-action:hover{color:#00678f;background-color:#b8d6e3}.list-group-item-twitter.list-group-item-action.active{color:#fff;background-color:#00678f;border-color:#00678f}.list-group-item-white{color:#666;background-color:#fff}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{color:#666;background-color:#e6e6e6}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-pink{color:#66423f;background-color:#ffedec}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{color:#66423f;background-color:#e6d5d4}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:#66423f;border-color:#66423f}.list-group-item-teal{color:#057680;background-color:#cef3f7}.list-group-item-teal.list-group-item-action:focus,.list-group-item-teal.list-group-item-action:hover{color:#057680;background-color:#b9dbde}.list-group-item-teal.list-group-item-action.active{color:#fff;background-color:#057680;border-color:#057680}.list-group-item-orange{color:#973b19;background-color:#fee0d4}.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover{color:#973b19;background-color:#e5cabf}.list-group-item-orange.list-group-item-action.active{color:#fff;background-color:#973b19;border-color:#973b19}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(29,48,61,.06);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:1.5rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#a0a0a2;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:0;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:0 solid #e9eaea;border-top-left-radius:0;border-top-right-radius:0}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:0 solid #e9eaea;border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.5rem 1rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#1c212c}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1040;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:0 solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:0 solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:0 solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.offcanvas-backdrop:before{position:fixed;top:0;left:0;z-index:1039;width:100vw;height:100vh;content:"";background-color:rgba(0,0,0,.5)}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#6f46ff}.link-primary:focus,.link-primary:hover{color:#5938cc}.link-secondary{color:#a0a0a2}.link-secondary:focus,.link-secondary:hover{color:#b3b3b5}.link-success{color:#19b8a2}.link-success:focus,.link-success:hover{color:#47c6b5}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffed03}.link-warning:focus,.link-warning:hover{color:#fff135}.link-danger{color:#db1a2a}.link-danger:focus,.link-danger:hover{color:#af1522}.link-light{color:#f6f6f6}.link-light:focus,.link-light:hover{color:#f8f8f8}.link-dark{color:#1c212c}.link-dark:focus,.link-dark:hover{color:#161a23}.link-facebook{color:#3b5998}.link-facebook:focus,.link-facebook:hover{color:#2f477a}.link-twitter{color:#00acee}.link-twitter:focus,.link-twitter:hover{color:#33bdf1}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-pink{color:#ffa69e}.link-pink:focus,.link-pink:hover{color:#ffb8b1}.link-teal{color:#08c5d5}.link-teal:focus,.link-teal:hover{color:#39d1dd}.link-orange{color:#fc6229}.link-orange:focus,.link-orange:hover{color:#fd8154}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.align-sub{vertical-align:sub!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow,.shadow-active:active,.shadow-focus:focus,.shadow-hover:hover{box-shadow:0 .5rem 1rem rgba(29,48,61,.06)!important}.shadow-sm,.shadow-sm-active:active,.shadow-sm-focus:focus,.shadow-sm-hover:hover{box-shadow:0 4px .5rem rgba(29,48,61,.03)!important}.shadow-lg,.shadow-lg-active:active,.shadow-lg-focus:focus,.shadow-lg-hover:hover{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)!important}.shadow-none,.shadow-none-active:active,.shadow-none-focus:focus,.shadow-none-hover:hover{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-1{top:1%!important}.top-2{top:2%!important}.top-3{top:3%!important}.top-4{top:4%!important}.top-5{top:5%!important}.top-7{top:7%!important}.top-10{top:10%!important}.top-20{top:20%!important}.top-25{top:25%!important}.top-30{top:30%!important}.top-35{top:35%!important}.top-40{top:40%!important}.top-45{top:45%!important}.top-50{top:50%!important}.top-75{top:75%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-1{bottom:1%!important}.bottom-2{bottom:2%!important}.bottom-3{bottom:3%!important}.bottom-4{bottom:4%!important}.bottom-5{bottom:5%!important}.bottom-7{bottom:7%!important}.bottom-10{bottom:10%!important}.bottom-20{bottom:20%!important}.bottom-25{bottom:25%!important}.bottom-30{bottom:30%!important}.bottom-35{bottom:35%!important}.bottom-40{bottom:40%!important}.bottom-45{bottom:45%!important}.bottom-50{bottom:50%!important}.bottom-75{bottom:75%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-1{left:1%!important}.start-2{left:2%!important}.start-3{left:3%!important}.start-4{left:4%!important}.start-5{left:5%!important}.start-7{left:7%!important}.start-10{left:10%!important}.start-20{left:20%!important}.start-25{left:25%!important}.start-30{left:30%!important}.start-35{left:35%!important}.start-40{left:40%!important}.start-45{left:45%!important}.start-50{left:50%!important}.start-75{left:75%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-1{right:1%!important}.end-2{right:2%!important}.end-3{right:3%!important}.end-4{right:4%!important}.end-5{right:5%!important}.end-7{right:7%!important}.end-10{right:10%!important}.end-20{right:20%!important}.end-25{right:25%!important}.end-30{right:30%!important}.end-35{right:35%!important}.end-40{right:40%!important}.end-45{right:45%!important}.end-50{right:50%!important}.end-75{right:75%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border,.border-active:active,.border-focus:focus,.border-hover:hover{border:1px solid #e9eaea!important}.border-0,.border-0-active:active,.border-0-focus:focus,.border-0-hover:hover{border:0!important}.border-transparent,.border-transparent-active:active,.border-transparent-focus:focus,.border-transparent-hover:hover{border:1px solid transparent!important}.border-top{border-top:1px solid #e9eaea!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #e9eaea!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #e9eaea!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #e9eaea!important}.border-start-0{border-left:0!important}.border-primary,.border-primary-active:active,.border-primary-focus:focus,.border-primary-hover:hover{border-color:#6f46ff!important}.border-secondary,.border-secondary-active:active,.border-secondary-focus:focus,.border-secondary-hover:hover{border-color:#a0a0a2!important}.border-success,.border-success-active:active,.border-success-focus:focus,.border-success-hover:hover{border-color:#19b8a2!important}.border-info,.border-info-active:active,.border-info-focus:focus,.border-info-hover:hover{border-color:#0dcaf0!important}.border-warning,.border-warning-active:active,.border-warning-focus:focus,.border-warning-hover:hover{border-color:#ffed03!important}.border-danger,.border-danger-active:active,.border-danger-focus:focus,.border-danger-hover:hover{border-color:#db1a2a!important}.border-light,.border-light-active:active,.border-light-focus:focus,.border-light-hover:hover{border-color:#f6f6f6!important}.border-dark,.border-dark-active:active,.border-dark-focus:focus,.border-dark-hover:hover{border-color:#1c212c!important}.border-facebook,.border-facebook-active:active,.border-facebook-focus:focus,.border-facebook-hover:hover{border-color:#3b5998!important}.border-twitter,.border-twitter-active:active,.border-twitter-focus:focus,.border-twitter-hover:hover{border-color:#00acee!important}.border-white,.border-white-active:active,.border-white-focus:focus,.border-white-hover:hover{border-color:#fff!important}.border-pink,.border-pink-active:active,.border-pink-focus:focus,.border-pink-hover:hover{border-color:#ffa69e!important}.border-teal,.border-teal-active:active,.border-teal-focus:focus,.border-teal-hover:hover{border-color:#08c5d5!important}.border-orange,.border-orange-active:active,.border-orange-focus:focus,.border-orange-hover:hover{border-color:#fc6229!important}.border-transparent,.border-transparent-active:active,.border-transparent-focus:focus,.border-transparent-hover:hover{border-color:transparent!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-10{width:10%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-80{width:80%!important}.w-110{width:110%!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.vw-10{width:10vw!important}.vw-25{width:25vw!important}.vw-50{width:50vw!important}.vw-75{width:75vw!important}.min-vw-100{min-width:100vw!important}.min-vw-10{min-width:10vw!important}.min-vw-25{min-width:25vw!important}.min-vw-50{min-width:50vw!important}.min-vw-75{min-width:75vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.m-h-1{max-height:.25rem!important}.m-h-2{max-height:.5rem!important}.m-h-3{max-height:.75rem!important}.m-h-4{max-height:1rem!important}.m-h-5{max-height:1.25rem!important}.m-h-6{max-height:1.5rem!important}.m-h-7{max-height:1.75rem!important}.m-h-8{max-height:2rem!important}.m-h-9{max-height:2.25rem!important}.m-h-10{max-height:2.5rem!important}.m-h-12{max-height:3rem!important}.m-h-14{max-height:3.5rem!important}.m-h-16{max-height:4rem!important}.m-h-20{max-height:5rem!important}.m-h-24{max-height:6rem!important}.m-h-28{max-height:7rem!important}.m-h-30{max-height:7.25rem!important}.m-h-32{max-height:8rem!important}.m-h-36{max-height:9rem!important}.m-h-40{max-height:10rem!important}.m-h-44{max-height:11rem!important}.m-h-48{max-height:12rem!important}.m-h-52{max-height:15rem!important}.m-h-56{max-height:18rem!important}.m-h-60{max-height:21rem!important}.m-h-64{max-height:24rem!important}.m-h-68{max-height:27rem!important}.m-h-72{max-height:30rem!important}.m-h-76{max-height:33rem!important}.m-h-80{max-height:36rem!important}.m-h-84{max-height:40rem!important}.m-h-88{max-height:44rem!important}.m-h-92{max-height:50rem!important}.m-h-96{max-height:56rem!important}.m-h-100{max-height:60rem!important}.m-h-0{max-height:0!important}.vh-100{height:100vh!important}.vh-10{height:10vh!important}.vh-25{height:25vh!important}.vh-50{height:50vh!important}.vh-75{height:75vh!important}.min-vh-100{min-height:100vh!important}.min-vh-10{min-height:10vh!important}.min-vh-25{min-height:25vh!important}.min-vh-40{min-height:40vh!important}.min-vh-50{min-height:50vh!important}.min-vh-60{min-height:60vh!important}.min-vh-75{min-height:75vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:3.5rem!important}.gap-7{gap:4rem!important}.gap-8{gap:5rem!important}.gap-9{gap:6rem!important}.gap-10{gap:7rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:3.5rem!important}.m-7{margin:4rem!important}.m-8{margin:5rem!important}.m-9{margin:6rem!important}.m-10{margin:7rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-7{margin-right:4rem!important;margin-left:4rem!important}.mx-8{margin-right:5rem!important;margin-left:5rem!important}.mx-9{margin-right:6rem!important;margin-left:6rem!important}.mx-10{margin-right:7rem!important;margin-left:7rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:3.5rem!important}.mt-7{margin-top:4rem!important}.mt-8{margin-top:5rem!important}.mt-9{margin-top:6rem!important}.mt-10{margin-top:7rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:3.5rem!important}.me-7{margin-right:4rem!important}.me-8{margin-right:5rem!important}.me-9{margin-right:6rem!important}.me-10{margin-right:7rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:3.5rem!important}.mb-7{margin-bottom:4rem!important}.mb-8{margin-bottom:5rem!important}.mb-9{margin-bottom:6rem!important}.mb-10{margin-bottom:7rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:3.5rem!important}.ms-7{margin-left:4rem!important}.ms-8{margin-left:5rem!important}.ms-9{margin-left:6rem!important}.ms-10{margin-left:7rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-3.5rem!important}.m-n7{margin:-4rem!important}.m-n8{margin:-5rem!important}.m-n9{margin:-6rem!important}.m-n10{margin:-7rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-3.5rem!important}.mt-n7{margin-top:-4rem!important}.mt-n8{margin-top:-5rem!important}.mt-n9{margin-top:-6rem!important}.mt-n10{margin-top:-7rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-3.5rem!important}.me-n7{margin-right:-4rem!important}.me-n8{margin-right:-5rem!important}.me-n9{margin-right:-6rem!important}.me-n10{margin-right:-7rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-3.5rem!important}.mb-n7{margin-bottom:-4rem!important}.mb-n8{margin-bottom:-5rem!important}.mb-n9{margin-bottom:-6rem!important}.mb-n10{margin-bottom:-7rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-3.5rem!important}.ms-n7{margin-left:-4rem!important}.ms-n8{margin-left:-5rem!important}.ms-n9{margin-left:-6rem!important}.ms-n10{margin-left:-7rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:3.5rem!important}.p-7{padding:4rem!important}.p-8{padding:5rem!important}.p-9{padding:6rem!important}.p-10{padding:7rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.px-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-7{padding-right:4rem!important;padding-left:4rem!important}.px-8{padding-right:5rem!important;padding-left:5rem!important}.px-9{padding-right:6rem!important;padding-left:6rem!important}.px-10{padding-right:7rem!important;padding-left:7rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:3.5rem!important}.pt-7{padding-top:4rem!important}.pt-8{padding-top:5rem!important}.pt-9{padding-top:6rem!important}.pt-10{padding-top:7rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:3.5rem!important}.pe-7{padding-right:4rem!important}.pe-8{padding-right:5rem!important}.pe-9{padding-right:6rem!important}.pe-10{padding-right:7rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:3.5rem!important}.pb-7{padding-bottom:4rem!important}.pb-8{padding-bottom:5rem!important}.pb-9{padding-bottom:6rem!important}.pb-10{padding-bottom:7rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:3.5rem!important}.ps-7{padding-left:4rem!important}.ps-8{padding-left:5rem!important}.ps-9{padding-left:6rem!important}.ps-10{padding-left:7rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-7{font-size:90%!important}.fs-8{font-size:80%!important}.fs-9{font-size:.75rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:500!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary,.text-primary-active:active,.text-primary-focus:focus,.text-primary-hover:hover{color:#6f46ff!important}.text-secondary,.text-secondary-active:active,.text-secondary-focus:focus,.text-secondary-hover:hover{color:#a0a0a2!important}.text-success,.text-success-active:active,.text-success-focus:focus,.text-success-hover:hover{color:#19b8a2!important}.text-info,.text-info-active:active,.text-info-focus:focus,.text-info-hover:hover{color:#0dcaf0!important}.text-warning,.text-warning-active:active,.text-warning-focus:focus,.text-warning-hover:hover{color:#ffed03!important}.text-danger,.text-danger-active:active,.text-danger-focus:focus,.text-danger-hover:hover{color:#db1a2a!important}.text-light,.text-light-active:active,.text-light-focus:focus,.text-light-hover:hover{color:#f6f6f6!important}.text-dark,.text-dark-active:active,.text-dark-focus:focus,.text-dark-hover:hover{color:#1c212c!important}.text-facebook,.text-facebook-active:active,.text-facebook-focus:focus,.text-facebook-hover:hover{color:#3b5998!important}.text-twitter,.text-twitter-active:active,.text-twitter-focus:focus,.text-twitter-hover:hover{color:#00acee!important}.text-white,.text-white-active:active,.text-white-focus:focus,.text-white-hover:hover{color:#fff!important}.text-pink,.text-pink-active:active,.text-pink-focus:focus,.text-pink-hover:hover{color:#ffa69e!important}.text-teal,.text-teal-active:active,.text-teal-focus:focus,.text-teal-hover:hover{color:#08c5d5!important}.text-orange,.text-orange-active:active,.text-orange-focus:focus,.text-orange-hover:hover{color:#fc6229!important}.text-body,.text-body-active:active,.text-body-focus:focus,.text-body-hover:hover{color:#1c212c!important}.text-muted,.text-muted-active:active,.text-muted-focus:focus,.text-muted-hover:hover{color:#a0a0a2!important}.text-black-50,.text-black-50-active:active,.text-black-50-focus:focus,.text-black-50-hover:hover{color:rgba(0,0,0,.5)!important}.text-white-50,.text-white-50-active:active,.text-white-50-focus:focus,.text-white-50-hover:hover{color:hsla(0,0%,100%,.5)!important}.text-reset,.text-reset-active:active,.text-reset-focus:focus,.text-reset-hover:hover{color:inherit!important}.bg-primary,.bg-primary-hover:hover{background-color:#6f46ff!important}.bg-secondary,.bg-secondary-hover:hover{background-color:#a0a0a2!important}.bg-success,.bg-success-hover:hover{background-color:#19b8a2!important}.bg-info,.bg-info-hover:hover{background-color:#0dcaf0!important}.bg-warning,.bg-warning-hover:hover{background-color:#ffed03!important}.bg-danger,.bg-danger-hover:hover{background-color:#db1a2a!important}.bg-light,.bg-light-hover:hover{background-color:#f6f6f6!important}.bg-dark,.bg-dark-hover:hover{background-color:#1c212c!important}.bg-facebook,.bg-facebook-hover:hover{background-color:#3b5998!important}.bg-twitter,.bg-twitter-hover:hover{background-color:#00acee!important}.bg-white,.bg-white-hover:hover{background-color:#fff!important}.bg-pink,.bg-pink-hover:hover{background-color:#ffa69e!important}.bg-teal,.bg-teal-hover:hover{background-color:#08c5d5!important}.bg-orange,.bg-orange-hover:hover{background-color:#fc6229!important}.bg-body,.bg-body-hover:hover{background-color:#fff!important}.bg-transparent,.bg-transparent-hover:hover{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;-ms-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;-ms-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;-ms-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.f-w-1{width:.25rem!important}.f-w-2{width:.5rem!important}.f-w-3{width:.75rem!important}.f-w-4{width:1rem!important}.f-w-5{width:1.25rem!important}.f-w-6{width:1.5rem!important}.f-w-7{width:1.75rem!important}.f-w-8{width:2rem!important}.f-w-9{width:2.25rem!important}.f-w-10{width:2.5rem!important}.f-w-12{width:3rem!important}.f-w-14{width:3.5rem!important}.f-w-16{width:4rem!important}.f-w-20{width:5rem!important}.f-w-24{width:6rem!important}.f-w-28{width:7rem!important}.f-w-30{width:7.25rem!important}.f-w-32{width:8rem!important}.f-w-36{width:9rem!important}.f-w-40{width:10rem!important}.f-w-44{width:11rem!important}.f-w-48{width:12rem!important}.f-w-52{width:15rem!important}.f-w-56{width:18rem!important}.f-w-60{width:21rem!important}.f-w-64{width:24rem!important}.f-w-68{width:27rem!important}.f-w-72{width:30rem!important}.f-w-76{width:33rem!important}.f-w-80{width:36rem!important}.f-w-84{width:40rem!important}.f-w-88{width:44rem!important}.f-w-92{width:50rem!important}.f-w-96{width:56rem!important}.f-w-100{width:60rem!important}.f-w-0{width:0!important}.f-h-1{height:.25rem!important}.f-h-2{height:.5rem!important}.f-h-3{height:.75rem!important}.f-h-4{height:1rem!important}.f-h-5{height:1.25rem!important}.f-h-6{height:1.5rem!important}.f-h-7{height:1.75rem!important}.f-h-8{height:2rem!important}.f-h-9{height:2.25rem!important}.f-h-10{height:2.5rem!important}.f-h-12{height:3rem!important}.f-h-14{height:3.5rem!important}.f-h-16{height:4rem!important}.f-h-20{height:5rem!important}.f-h-24{height:6rem!important}.f-h-28{height:7rem!important}.f-h-30{height:7.25rem!important}.f-h-32{height:8rem!important}.f-h-36{height:9rem!important}.f-h-40{height:10rem!important}.f-h-44{height:11rem!important}.f-h-48{height:12rem!important}.f-h-52{height:15rem!important}.f-h-56{height:18rem!important}.f-h-60{height:21rem!important}.f-h-64{height:24rem!important}.f-h-68{height:27rem!important}.f-h-72{height:30rem!important}.f-h-76{height:33rem!important}.f-h-80{height:36rem!important}.f-h-84{height:40rem!important}.f-h-88{height:44rem!important}.f-h-92{height:50rem!important}.f-h-96{height:56rem!important}.f-h-100{height:60rem!important}.f-h-0{height:0!important}.transform-y-0{transform:translateY(0)!important}.transform-y-25{transform:translateY(25%)!important}.transform-y-50{transform:translateY(50%)!important}.transform-y-75{transform:translateY(75%)!important}.transform-y-100{transform:translateY(100%)!important}.transform-y--25{transform:translateY(-25%)!important}.transform-y--50{transform:translateY(-50%)!important}.transform-y--75{transform:translateY(-75%)!important}.transform-y--100{transform:translateY(-100%)!important}.tracking-tighter{letter-spacing:-.05em!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-wide{letter-spacing:.065em!important}.tracking-wider{letter-spacing:.25em!important}.tracking-widest{letter-spacing:.4em!important}.opacity-0,.opacity-0-hover:hover{opacity:0!important}.opacity-5,.opacity-5-hover:hover,.opacity-10,.opacity-10-hover:hover{opacity:1%!important}.opacity-25,.opacity-25-hover:hover{opacity:.25!important}.opacity-50,.opacity-50-hover:hover{opacity:.5!important}.opacity-75,.opacity-75-hover:hover{opacity:.75!important}.opacity-90,.opacity-90-hover:hover{opacity:.9!important}.opacity-100,.opacity-100-hover:hover{opacity:1!important}.transition-all{transition:all .3s linear!important}.z-index-n1{z-index:-1!important}.z-index-0{z-index:0!important}.z-index-1{z-index:1!important}.z-index-10{z-index:10!important}.z-index-20{z-index:20!important}.z-index-30{z-index:30!important}.z-index-40{z-index:40!important}.z-index-50{z-index:50!important}.max-vh-10{max-height:10vh!important}.max-vh-25{max-height:25vh!important}.max-vh-50{max-height:50vh!important}.max-vh-60{max-height:60vh!important}.max-vh-75{max-height:75vh!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:-webkit-sticky!important;position:sticky!important}.border-sm,.border-sm-active:active,.border-sm-focus:focus,.border-sm-hover:hover{border:1px solid #e9eaea!important}.border-sm-0,.border-sm-0-active:active,.border-sm-0-focus:focus,.border-sm-0-hover:hover{border:0!important}.border-sm-transparent,.border-sm-transparent-active:active,.border-sm-transparent-focus:focus,.border-sm-transparent-hover:hover{border:1px solid transparent!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-10{width:10%!important}.w-sm-60{width:60%!important}.w-sm-65{width:65%!important}.w-sm-80{width:80%!important}.w-sm-110{width:110%!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.m-h-sm-1{max-height:.25rem!important}.m-h-sm-2{max-height:.5rem!important}.m-h-sm-3{max-height:.75rem!important}.m-h-sm-4{max-height:1rem!important}.m-h-sm-5{max-height:1.25rem!important}.m-h-sm-6{max-height:1.5rem!important}.m-h-sm-7{max-height:1.75rem!important}.m-h-sm-8{max-height:2rem!important}.m-h-sm-9{max-height:2.25rem!important}.m-h-sm-10{max-height:2.5rem!important}.m-h-sm-12{max-height:3rem!important}.m-h-sm-14{max-height:3.5rem!important}.m-h-sm-16{max-height:4rem!important}.m-h-sm-20{max-height:5rem!important}.m-h-sm-24{max-height:6rem!important}.m-h-sm-28{max-height:7rem!important}.m-h-sm-30{max-height:7.25rem!important}.m-h-sm-32{max-height:8rem!important}.m-h-sm-36{max-height:9rem!important}.m-h-sm-40{max-height:10rem!important}.m-h-sm-44{max-height:11rem!important}.m-h-sm-48{max-height:12rem!important}.m-h-sm-52{max-height:15rem!important}.m-h-sm-56{max-height:18rem!important}.m-h-sm-60{max-height:21rem!important}.m-h-sm-64{max-height:24rem!important}.m-h-sm-68{max-height:27rem!important}.m-h-sm-72{max-height:30rem!important}.m-h-sm-76{max-height:33rem!important}.m-h-sm-80{max-height:36rem!important}.m-h-sm-84{max-height:40rem!important}.m-h-sm-88{max-height:44rem!important}.m-h-sm-92{max-height:50rem!important}.m-h-sm-96{max-height:56rem!important}.m-h-sm-100{max-height:60rem!important}.m-h-sm-0{max-height:0!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:3.5rem!important}.gap-sm-7{gap:4rem!important}.gap-sm-8{gap:5rem!important}.gap-sm-9{gap:6rem!important}.gap-sm-10{gap:7rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:3.5rem!important}.m-sm-7{margin:4rem!important}.m-sm-8{margin:5rem!important}.m-sm-9{margin:6rem!important}.m-sm-10{margin:7rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-7{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-8{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-9{margin-right:6rem!important;margin-left:6rem!important}.mx-sm-10{margin-right:7rem!important;margin-left:7rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-sm-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:3.5rem!important}.mt-sm-7{margin-top:4rem!important}.mt-sm-8{margin-top:5rem!important}.mt-sm-9{margin-top:6rem!important}.mt-sm-10{margin-top:7rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:3.5rem!important}.me-sm-7{margin-right:4rem!important}.me-sm-8{margin-right:5rem!important}.me-sm-9{margin-right:6rem!important}.me-sm-10{margin-right:7rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:3.5rem!important}.mb-sm-7{margin-bottom:4rem!important}.mb-sm-8{margin-bottom:5rem!important}.mb-sm-9{margin-bottom:6rem!important}.mb-sm-10{margin-bottom:7rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:3.5rem!important}.ms-sm-7{margin-left:4rem!important}.ms-sm-8{margin-left:5rem!important}.ms-sm-9{margin-left:6rem!important}.ms-sm-10{margin-left:7rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-3.5rem!important}.m-sm-n7{margin:-4rem!important}.m-sm-n8{margin:-5rem!important}.m-sm-n9{margin:-6rem!important}.m-sm-n10{margin:-7rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-sm-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-sm-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-sm-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-sm-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-sm-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-sm-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-sm-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-3.5rem!important}.mt-sm-n7{margin-top:-4rem!important}.mt-sm-n8{margin-top:-5rem!important}.mt-sm-n9{margin-top:-6rem!important}.mt-sm-n10{margin-top:-7rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-3.5rem!important}.me-sm-n7{margin-right:-4rem!important}.me-sm-n8{margin-right:-5rem!important}.me-sm-n9{margin-right:-6rem!important}.me-sm-n10{margin-right:-7rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-3.5rem!important}.mb-sm-n7{margin-bottom:-4rem!important}.mb-sm-n8{margin-bottom:-5rem!important}.mb-sm-n9{margin-bottom:-6rem!important}.mb-sm-n10{margin-bottom:-7rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-3.5rem!important}.ms-sm-n7{margin-left:-4rem!important}.ms-sm-n8{margin-left:-5rem!important}.ms-sm-n9{margin-left:-6rem!important}.ms-sm-n10{margin-left:-7rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:3.5rem!important}.p-sm-7{padding:4rem!important}.p-sm-8{padding:5rem!important}.p-sm-9{padding:6rem!important}.p-sm-10{padding:7rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.px-sm-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-7{padding-right:4rem!important;padding-left:4rem!important}.px-sm-8{padding-right:5rem!important;padding-left:5rem!important}.px-sm-9{padding-right:6rem!important;padding-left:6rem!important}.px-sm-10{padding-right:7rem!important;padding-left:7rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-sm-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:3.5rem!important}.pt-sm-7{padding-top:4rem!important}.pt-sm-8{padding-top:5rem!important}.pt-sm-9{padding-top:6rem!important}.pt-sm-10{padding-top:7rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:3.5rem!important}.pe-sm-7{padding-right:4rem!important}.pe-sm-8{padding-right:5rem!important}.pe-sm-9{padding-right:6rem!important}.pe-sm-10{padding-right:7rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:3.5rem!important}.pb-sm-7{padding-bottom:4rem!important}.pb-sm-8{padding-bottom:5rem!important}.pb-sm-9{padding-bottom:6rem!important}.pb-sm-10{padding-bottom:7rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:3.5rem!important}.ps-sm-7{padding-left:4rem!important}.ps-sm-8{padding-left:5rem!important}.ps-sm-9{padding-left:6rem!important}.ps-sm-10{padding-left:7rem!important}.fs-sm-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-sm-2{font-size:calc(1.325rem + .9vw)!important}.fs-sm-3{font-size:calc(1.3rem + .6vw)!important}.fs-sm-4{font-size:calc(1.275rem + .3vw)!important}.fs-sm-5{font-size:1.25rem!important}.fs-sm-6{font-size:1rem!important}.fs-sm-7{font-size:90%!important}.fs-sm-8{font-size:80%!important}.fs-sm-9{font-size:.75rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.bg-sm-primary,.bg-sm-primary-hover:hover{background-color:#6f46ff!important}.bg-sm-secondary,.bg-sm-secondary-hover:hover{background-color:#a0a0a2!important}.bg-sm-success,.bg-sm-success-hover:hover{background-color:#19b8a2!important}.bg-sm-info,.bg-sm-info-hover:hover{background-color:#0dcaf0!important}.bg-sm-warning,.bg-sm-warning-hover:hover{background-color:#ffed03!important}.bg-sm-danger,.bg-sm-danger-hover:hover{background-color:#db1a2a!important}.bg-sm-light,.bg-sm-light-hover:hover{background-color:#f6f6f6!important}.bg-sm-dark,.bg-sm-dark-hover:hover{background-color:#1c212c!important}.bg-sm-facebook,.bg-sm-facebook-hover:hover{background-color:#3b5998!important}.bg-sm-twitter,.bg-sm-twitter-hover:hover{background-color:#00acee!important}.bg-sm-white,.bg-sm-white-hover:hover{background-color:#fff!important}.bg-sm-pink,.bg-sm-pink-hover:hover{background-color:#ffa69e!important}.bg-sm-teal,.bg-sm-teal-hover:hover{background-color:#08c5d5!important}.bg-sm-orange,.bg-sm-orange-hover:hover{background-color:#fc6229!important}.bg-sm-body,.bg-sm-body-hover:hover{background-color:#fff!important}.bg-sm-transparent,.bg-sm-transparent-hover:hover{background-color:transparent!important}.f-w-sm-1{width:.25rem!important}.f-w-sm-2{width:.5rem!important}.f-w-sm-3{width:.75rem!important}.f-w-sm-4{width:1rem!important}.f-w-sm-5{width:1.25rem!important}.f-w-sm-6{width:1.5rem!important}.f-w-sm-7{width:1.75rem!important}.f-w-sm-8{width:2rem!important}.f-w-sm-9{width:2.25rem!important}.f-w-sm-10{width:2.5rem!important}.f-w-sm-12{width:3rem!important}.f-w-sm-14{width:3.5rem!important}.f-w-sm-16{width:4rem!important}.f-w-sm-20{width:5rem!important}.f-w-sm-24{width:6rem!important}.f-w-sm-28{width:7rem!important}.f-w-sm-30{width:7.25rem!important}.f-w-sm-32{width:8rem!important}.f-w-sm-36{width:9rem!important}.f-w-sm-40{width:10rem!important}.f-w-sm-44{width:11rem!important}.f-w-sm-48{width:12rem!important}.f-w-sm-52{width:15rem!important}.f-w-sm-56{width:18rem!important}.f-w-sm-60{width:21rem!important}.f-w-sm-64{width:24rem!important}.f-w-sm-68{width:27rem!important}.f-w-sm-72{width:30rem!important}.f-w-sm-76{width:33rem!important}.f-w-sm-80{width:36rem!important}.f-w-sm-84{width:40rem!important}.f-w-sm-88{width:44rem!important}.f-w-sm-92{width:50rem!important}.f-w-sm-96{width:56rem!important}.f-w-sm-100{width:60rem!important}.f-w-sm-0{width:0!important}.f-h-sm-1{height:.25rem!important}.f-h-sm-2{height:.5rem!important}.f-h-sm-3{height:.75rem!important}.f-h-sm-4{height:1rem!important}.f-h-sm-5{height:1.25rem!important}.f-h-sm-6{height:1.5rem!important}.f-h-sm-7{height:1.75rem!important}.f-h-sm-8{height:2rem!important}.f-h-sm-9{height:2.25rem!important}.f-h-sm-10{height:2.5rem!important}.f-h-sm-12{height:3rem!important}.f-h-sm-14{height:3.5rem!important}.f-h-sm-16{height:4rem!important}.f-h-sm-20{height:5rem!important}.f-h-sm-24{height:6rem!important}.f-h-sm-28{height:7rem!important}.f-h-sm-30{height:7.25rem!important}.f-h-sm-32{height:8rem!important}.f-h-sm-36{height:9rem!important}.f-h-sm-40{height:10rem!important}.f-h-sm-44{height:11rem!important}.f-h-sm-48{height:12rem!important}.f-h-sm-52{height:15rem!important}.f-h-sm-56{height:18rem!important}.f-h-sm-60{height:21rem!important}.f-h-sm-64{height:24rem!important}.f-h-sm-68{height:27rem!important}.f-h-sm-72{height:30rem!important}.f-h-sm-76{height:33rem!important}.f-h-sm-80{height:36rem!important}.f-h-sm-84{height:40rem!important}.f-h-sm-88{height:44rem!important}.f-h-sm-92{height:50rem!important}.f-h-sm-96{height:56rem!important}.f-h-sm-100{height:60rem!important}.f-h-sm-0{height:0!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:-webkit-sticky!important;position:sticky!important}.border-md,.border-md-active:active,.border-md-focus:focus,.border-md-hover:hover{border:1px solid #e9eaea!important}.border-md-0,.border-md-0-active:active,.border-md-0-focus:focus,.border-md-0-hover:hover{border:0!important}.border-md-transparent,.border-md-transparent-active:active,.border-md-transparent-focus:focus,.border-md-transparent-hover:hover{border:1px solid transparent!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-10{width:10%!important}.w-md-60{width:60%!important}.w-md-65{width:65%!important}.w-md-80{width:80%!important}.w-md-110{width:110%!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.m-h-md-1{max-height:.25rem!important}.m-h-md-2{max-height:.5rem!important}.m-h-md-3{max-height:.75rem!important}.m-h-md-4{max-height:1rem!important}.m-h-md-5{max-height:1.25rem!important}.m-h-md-6{max-height:1.5rem!important}.m-h-md-7{max-height:1.75rem!important}.m-h-md-8{max-height:2rem!important}.m-h-md-9{max-height:2.25rem!important}.m-h-md-10{max-height:2.5rem!important}.m-h-md-12{max-height:3rem!important}.m-h-md-14{max-height:3.5rem!important}.m-h-md-16{max-height:4rem!important}.m-h-md-20{max-height:5rem!important}.m-h-md-24{max-height:6rem!important}.m-h-md-28{max-height:7rem!important}.m-h-md-30{max-height:7.25rem!important}.m-h-md-32{max-height:8rem!important}.m-h-md-36{max-height:9rem!important}.m-h-md-40{max-height:10rem!important}.m-h-md-44{max-height:11rem!important}.m-h-md-48{max-height:12rem!important}.m-h-md-52{max-height:15rem!important}.m-h-md-56{max-height:18rem!important}.m-h-md-60{max-height:21rem!important}.m-h-md-64{max-height:24rem!important}.m-h-md-68{max-height:27rem!important}.m-h-md-72{max-height:30rem!important}.m-h-md-76{max-height:33rem!important}.m-h-md-80{max-height:36rem!important}.m-h-md-84{max-height:40rem!important}.m-h-md-88{max-height:44rem!important}.m-h-md-92{max-height:50rem!important}.m-h-md-96{max-height:56rem!important}.m-h-md-100{max-height:60rem!important}.m-h-md-0{max-height:0!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:3.5rem!important}.gap-md-7{gap:4rem!important}.gap-md-8{gap:5rem!important}.gap-md-9{gap:6rem!important}.gap-md-10{gap:7rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:3.5rem!important}.m-md-7{margin:4rem!important}.m-md-8{margin:5rem!important}.m-md-9{margin:6rem!important}.m-md-10{margin:7rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-7{margin-right:4rem!important;margin-left:4rem!important}.mx-md-8{margin-right:5rem!important;margin-left:5rem!important}.mx-md-9{margin-right:6rem!important;margin-left:6rem!important}.mx-md-10{margin-right:7rem!important;margin-left:7rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-md-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:3.5rem!important}.mt-md-7{margin-top:4rem!important}.mt-md-8{margin-top:5rem!important}.mt-md-9{margin-top:6rem!important}.mt-md-10{margin-top:7rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:3.5rem!important}.me-md-7{margin-right:4rem!important}.me-md-8{margin-right:5rem!important}.me-md-9{margin-right:6rem!important}.me-md-10{margin-right:7rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:3.5rem!important}.mb-md-7{margin-bottom:4rem!important}.mb-md-8{margin-bottom:5rem!important}.mb-md-9{margin-bottom:6rem!important}.mb-md-10{margin-bottom:7rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:3.5rem!important}.ms-md-7{margin-left:4rem!important}.ms-md-8{margin-left:5rem!important}.ms-md-9{margin-left:6rem!important}.ms-md-10{margin-left:7rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-3.5rem!important}.m-md-n7{margin:-4rem!important}.m-md-n8{margin:-5rem!important}.m-md-n9{margin:-6rem!important}.m-md-n10{margin:-7rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-md-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-md-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-md-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-md-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-md-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-md-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-md-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-3.5rem!important}.mt-md-n7{margin-top:-4rem!important}.mt-md-n8{margin-top:-5rem!important}.mt-md-n9{margin-top:-6rem!important}.mt-md-n10{margin-top:-7rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-3.5rem!important}.me-md-n7{margin-right:-4rem!important}.me-md-n8{margin-right:-5rem!important}.me-md-n9{margin-right:-6rem!important}.me-md-n10{margin-right:-7rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-3.5rem!important}.mb-md-n7{margin-bottom:-4rem!important}.mb-md-n8{margin-bottom:-5rem!important}.mb-md-n9{margin-bottom:-6rem!important}.mb-md-n10{margin-bottom:-7rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-3.5rem!important}.ms-md-n7{margin-left:-4rem!important}.ms-md-n8{margin-left:-5rem!important}.ms-md-n9{margin-left:-6rem!important}.ms-md-n10{margin-left:-7rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:3.5rem!important}.p-md-7{padding:4rem!important}.p-md-8{padding:5rem!important}.p-md-9{padding:6rem!important}.p-md-10{padding:7rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.px-md-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-7{padding-right:4rem!important;padding-left:4rem!important}.px-md-8{padding-right:5rem!important;padding-left:5rem!important}.px-md-9{padding-right:6rem!important;padding-left:6rem!important}.px-md-10{padding-right:7rem!important;padding-left:7rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-md-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:3.5rem!important}.pt-md-7{padding-top:4rem!important}.pt-md-8{padding-top:5rem!important}.pt-md-9{padding-top:6rem!important}.pt-md-10{padding-top:7rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:3.5rem!important}.pe-md-7{padding-right:4rem!important}.pe-md-8{padding-right:5rem!important}.pe-md-9{padding-right:6rem!important}.pe-md-10{padding-right:7rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:3.5rem!important}.pb-md-7{padding-bottom:4rem!important}.pb-md-8{padding-bottom:5rem!important}.pb-md-9{padding-bottom:6rem!important}.pb-md-10{padding-bottom:7rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:3.5rem!important}.ps-md-7{padding-left:4rem!important}.ps-md-8{padding-left:5rem!important}.ps-md-9{padding-left:6rem!important}.ps-md-10{padding-left:7rem!important}.fs-md-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-md-2{font-size:calc(1.325rem + .9vw)!important}.fs-md-3{font-size:calc(1.3rem + .6vw)!important}.fs-md-4{font-size:calc(1.275rem + .3vw)!important}.fs-md-5{font-size:1.25rem!important}.fs-md-6{font-size:1rem!important}.fs-md-7{font-size:90%!important}.fs-md-8{font-size:80%!important}.fs-md-9{font-size:.75rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.bg-md-primary,.bg-md-primary-hover:hover{background-color:#6f46ff!important}.bg-md-secondary,.bg-md-secondary-hover:hover{background-color:#a0a0a2!important}.bg-md-success,.bg-md-success-hover:hover{background-color:#19b8a2!important}.bg-md-info,.bg-md-info-hover:hover{background-color:#0dcaf0!important}.bg-md-warning,.bg-md-warning-hover:hover{background-color:#ffed03!important}.bg-md-danger,.bg-md-danger-hover:hover{background-color:#db1a2a!important}.bg-md-light,.bg-md-light-hover:hover{background-color:#f6f6f6!important}.bg-md-dark,.bg-md-dark-hover:hover{background-color:#1c212c!important}.bg-md-facebook,.bg-md-facebook-hover:hover{background-color:#3b5998!important}.bg-md-twitter,.bg-md-twitter-hover:hover{background-color:#00acee!important}.bg-md-white,.bg-md-white-hover:hover{background-color:#fff!important}.bg-md-pink,.bg-md-pink-hover:hover{background-color:#ffa69e!important}.bg-md-teal,.bg-md-teal-hover:hover{background-color:#08c5d5!important}.bg-md-orange,.bg-md-orange-hover:hover{background-color:#fc6229!important}.bg-md-body,.bg-md-body-hover:hover{background-color:#fff!important}.bg-md-transparent,.bg-md-transparent-hover:hover{background-color:transparent!important}.f-w-md-1{width:.25rem!important}.f-w-md-2{width:.5rem!important}.f-w-md-3{width:.75rem!important}.f-w-md-4{width:1rem!important}.f-w-md-5{width:1.25rem!important}.f-w-md-6{width:1.5rem!important}.f-w-md-7{width:1.75rem!important}.f-w-md-8{width:2rem!important}.f-w-md-9{width:2.25rem!important}.f-w-md-10{width:2.5rem!important}.f-w-md-12{width:3rem!important}.f-w-md-14{width:3.5rem!important}.f-w-md-16{width:4rem!important}.f-w-md-20{width:5rem!important}.f-w-md-24{width:6rem!important}.f-w-md-28{width:7rem!important}.f-w-md-30{width:7.25rem!important}.f-w-md-32{width:8rem!important}.f-w-md-36{width:9rem!important}.f-w-md-40{width:10rem!important}.f-w-md-44{width:11rem!important}.f-w-md-48{width:12rem!important}.f-w-md-52{width:15rem!important}.f-w-md-56{width:18rem!important}.f-w-md-60{width:21rem!important}.f-w-md-64{width:24rem!important}.f-w-md-68{width:27rem!important}.f-w-md-72{width:30rem!important}.f-w-md-76{width:33rem!important}.f-w-md-80{width:36rem!important}.f-w-md-84{width:40rem!important}.f-w-md-88{width:44rem!important}.f-w-md-92{width:50rem!important}.f-w-md-96{width:56rem!important}.f-w-md-100{width:60rem!important}.f-w-md-0{width:0!important}.f-h-md-1{height:.25rem!important}.f-h-md-2{height:.5rem!important}.f-h-md-3{height:.75rem!important}.f-h-md-4{height:1rem!important}.f-h-md-5{height:1.25rem!important}.f-h-md-6{height:1.5rem!important}.f-h-md-7{height:1.75rem!important}.f-h-md-8{height:2rem!important}.f-h-md-9{height:2.25rem!important}.f-h-md-10{height:2.5rem!important}.f-h-md-12{height:3rem!important}.f-h-md-14{height:3.5rem!important}.f-h-md-16{height:4rem!important}.f-h-md-20{height:5rem!important}.f-h-md-24{height:6rem!important}.f-h-md-28{height:7rem!important}.f-h-md-30{height:7.25rem!important}.f-h-md-32{height:8rem!important}.f-h-md-36{height:9rem!important}.f-h-md-40{height:10rem!important}.f-h-md-44{height:11rem!important}.f-h-md-48{height:12rem!important}.f-h-md-52{height:15rem!important}.f-h-md-56{height:18rem!important}.f-h-md-60{height:21rem!important}.f-h-md-64{height:24rem!important}.f-h-md-68{height:27rem!important}.f-h-md-72{height:30rem!important}.f-h-md-76{height:33rem!important}.f-h-md-80{height:36rem!important}.f-h-md-84{height:40rem!important}.f-h-md-88{height:44rem!important}.f-h-md-92{height:50rem!important}.f-h-md-96{height:56rem!important}.f-h-md-100{height:60rem!important}.f-h-md-0{height:0!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:-webkit-sticky!important;position:sticky!important}.border-lg,.border-lg-active:active,.border-lg-focus:focus,.border-lg-hover:hover{border:1px solid #e9eaea!important}.border-lg-0,.border-lg-0-active:active,.border-lg-0-focus:focus,.border-lg-0-hover:hover{border:0!important}.border-lg-transparent,.border-lg-transparent-active:active,.border-lg-transparent-focus:focus,.border-lg-transparent-hover:hover{border:1px solid transparent!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-10{width:10%!important}.w-lg-60{width:60%!important}.w-lg-65{width:65%!important}.w-lg-80{width:80%!important}.w-lg-110{width:110%!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.m-h-lg-1{max-height:.25rem!important}.m-h-lg-2{max-height:.5rem!important}.m-h-lg-3{max-height:.75rem!important}.m-h-lg-4{max-height:1rem!important}.m-h-lg-5{max-height:1.25rem!important}.m-h-lg-6{max-height:1.5rem!important}.m-h-lg-7{max-height:1.75rem!important}.m-h-lg-8{max-height:2rem!important}.m-h-lg-9{max-height:2.25rem!important}.m-h-lg-10{max-height:2.5rem!important}.m-h-lg-12{max-height:3rem!important}.m-h-lg-14{max-height:3.5rem!important}.m-h-lg-16{max-height:4rem!important}.m-h-lg-20{max-height:5rem!important}.m-h-lg-24{max-height:6rem!important}.m-h-lg-28{max-height:7rem!important}.m-h-lg-30{max-height:7.25rem!important}.m-h-lg-32{max-height:8rem!important}.m-h-lg-36{max-height:9rem!important}.m-h-lg-40{max-height:10rem!important}.m-h-lg-44{max-height:11rem!important}.m-h-lg-48{max-height:12rem!important}.m-h-lg-52{max-height:15rem!important}.m-h-lg-56{max-height:18rem!important}.m-h-lg-60{max-height:21rem!important}.m-h-lg-64{max-height:24rem!important}.m-h-lg-68{max-height:27rem!important}.m-h-lg-72{max-height:30rem!important}.m-h-lg-76{max-height:33rem!important}.m-h-lg-80{max-height:36rem!important}.m-h-lg-84{max-height:40rem!important}.m-h-lg-88{max-height:44rem!important}.m-h-lg-92{max-height:50rem!important}.m-h-lg-96{max-height:56rem!important}.m-h-lg-100{max-height:60rem!important}.m-h-lg-0{max-height:0!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:3.5rem!important}.gap-lg-7{gap:4rem!important}.gap-lg-8{gap:5rem!important}.gap-lg-9{gap:6rem!important}.gap-lg-10{gap:7rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:3.5rem!important}.m-lg-7{margin:4rem!important}.m-lg-8{margin:5rem!important}.m-lg-9{margin:6rem!important}.m-lg-10{margin:7rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-7{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-8{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-9{margin-right:6rem!important;margin-left:6rem!important}.mx-lg-10{margin-right:7rem!important;margin-left:7rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-lg-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:3.5rem!important}.mt-lg-7{margin-top:4rem!important}.mt-lg-8{margin-top:5rem!important}.mt-lg-9{margin-top:6rem!important}.mt-lg-10{margin-top:7rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:3.5rem!important}.me-lg-7{margin-right:4rem!important}.me-lg-8{margin-right:5rem!important}.me-lg-9{margin-right:6rem!important}.me-lg-10{margin-right:7rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:3.5rem!important}.mb-lg-7{margin-bottom:4rem!important}.mb-lg-8{margin-bottom:5rem!important}.mb-lg-9{margin-bottom:6rem!important}.mb-lg-10{margin-bottom:7rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:3.5rem!important}.ms-lg-7{margin-left:4rem!important}.ms-lg-8{margin-left:5rem!important}.ms-lg-9{margin-left:6rem!important}.ms-lg-10{margin-left:7rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-3.5rem!important}.m-lg-n7{margin:-4rem!important}.m-lg-n8{margin:-5rem!important}.m-lg-n9{margin:-6rem!important}.m-lg-n10{margin:-7rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-lg-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-lg-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-lg-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-lg-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-lg-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-lg-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-lg-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-3.5rem!important}.mt-lg-n7{margin-top:-4rem!important}.mt-lg-n8{margin-top:-5rem!important}.mt-lg-n9{margin-top:-6rem!important}.mt-lg-n10{margin-top:-7rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-3.5rem!important}.me-lg-n7{margin-right:-4rem!important}.me-lg-n8{margin-right:-5rem!important}.me-lg-n9{margin-right:-6rem!important}.me-lg-n10{margin-right:-7rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-3.5rem!important}.mb-lg-n7{margin-bottom:-4rem!important}.mb-lg-n8{margin-bottom:-5rem!important}.mb-lg-n9{margin-bottom:-6rem!important}.mb-lg-n10{margin-bottom:-7rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-3.5rem!important}.ms-lg-n7{margin-left:-4rem!important}.ms-lg-n8{margin-left:-5rem!important}.ms-lg-n9{margin-left:-6rem!important}.ms-lg-n10{margin-left:-7rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:3.5rem!important}.p-lg-7{padding:4rem!important}.p-lg-8{padding:5rem!important}.p-lg-9{padding:6rem!important}.p-lg-10{padding:7rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.px-lg-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-7{padding-right:4rem!important;padding-left:4rem!important}.px-lg-8{padding-right:5rem!important;padding-left:5rem!important}.px-lg-9{padding-right:6rem!important;padding-left:6rem!important}.px-lg-10{padding-right:7rem!important;padding-left:7rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-lg-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:3.5rem!important}.pt-lg-7{padding-top:4rem!important}.pt-lg-8{padding-top:5rem!important}.pt-lg-9{padding-top:6rem!important}.pt-lg-10{padding-top:7rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:3.5rem!important}.pe-lg-7{padding-right:4rem!important}.pe-lg-8{padding-right:5rem!important}.pe-lg-9{padding-right:6rem!important}.pe-lg-10{padding-right:7rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:3.5rem!important}.pb-lg-7{padding-bottom:4rem!important}.pb-lg-8{padding-bottom:5rem!important}.pb-lg-9{padding-bottom:6rem!important}.pb-lg-10{padding-bottom:7rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:3.5rem!important}.ps-lg-7{padding-left:4rem!important}.ps-lg-8{padding-left:5rem!important}.ps-lg-9{padding-left:6rem!important}.ps-lg-10{padding-left:7rem!important}.fs-lg-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-lg-2{font-size:calc(1.325rem + .9vw)!important}.fs-lg-3{font-size:calc(1.3rem + .6vw)!important}.fs-lg-4{font-size:calc(1.275rem + .3vw)!important}.fs-lg-5{font-size:1.25rem!important}.fs-lg-6{font-size:1rem!important}.fs-lg-7{font-size:90%!important}.fs-lg-8{font-size:80%!important}.fs-lg-9{font-size:.75rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.bg-lg-primary,.bg-lg-primary-hover:hover{background-color:#6f46ff!important}.bg-lg-secondary,.bg-lg-secondary-hover:hover{background-color:#a0a0a2!important}.bg-lg-success,.bg-lg-success-hover:hover{background-color:#19b8a2!important}.bg-lg-info,.bg-lg-info-hover:hover{background-color:#0dcaf0!important}.bg-lg-warning,.bg-lg-warning-hover:hover{background-color:#ffed03!important}.bg-lg-danger,.bg-lg-danger-hover:hover{background-color:#db1a2a!important}.bg-lg-light,.bg-lg-light-hover:hover{background-color:#f6f6f6!important}.bg-lg-dark,.bg-lg-dark-hover:hover{background-color:#1c212c!important}.bg-lg-facebook,.bg-lg-facebook-hover:hover{background-color:#3b5998!important}.bg-lg-twitter,.bg-lg-twitter-hover:hover{background-color:#00acee!important}.bg-lg-white,.bg-lg-white-hover:hover{background-color:#fff!important}.bg-lg-pink,.bg-lg-pink-hover:hover{background-color:#ffa69e!important}.bg-lg-teal,.bg-lg-teal-hover:hover{background-color:#08c5d5!important}.bg-lg-orange,.bg-lg-orange-hover:hover{background-color:#fc6229!important}.bg-lg-body,.bg-lg-body-hover:hover{background-color:#fff!important}.bg-lg-transparent,.bg-lg-transparent-hover:hover{background-color:transparent!important}.f-w-lg-1{width:.25rem!important}.f-w-lg-2{width:.5rem!important}.f-w-lg-3{width:.75rem!important}.f-w-lg-4{width:1rem!important}.f-w-lg-5{width:1.25rem!important}.f-w-lg-6{width:1.5rem!important}.f-w-lg-7{width:1.75rem!important}.f-w-lg-8{width:2rem!important}.f-w-lg-9{width:2.25rem!important}.f-w-lg-10{width:2.5rem!important}.f-w-lg-12{width:3rem!important}.f-w-lg-14{width:3.5rem!important}.f-w-lg-16{width:4rem!important}.f-w-lg-20{width:5rem!important}.f-w-lg-24{width:6rem!important}.f-w-lg-28{width:7rem!important}.f-w-lg-30{width:7.25rem!important}.f-w-lg-32{width:8rem!important}.f-w-lg-36{width:9rem!important}.f-w-lg-40{width:10rem!important}.f-w-lg-44{width:11rem!important}.f-w-lg-48{width:12rem!important}.f-w-lg-52{width:15rem!important}.f-w-lg-56{width:18rem!important}.f-w-lg-60{width:21rem!important}.f-w-lg-64{width:24rem!important}.f-w-lg-68{width:27rem!important}.f-w-lg-72{width:30rem!important}.f-w-lg-76{width:33rem!important}.f-w-lg-80{width:36rem!important}.f-w-lg-84{width:40rem!important}.f-w-lg-88{width:44rem!important}.f-w-lg-92{width:50rem!important}.f-w-lg-96{width:56rem!important}.f-w-lg-100{width:60rem!important}.f-w-lg-0{width:0!important}.f-h-lg-1{height:.25rem!important}.f-h-lg-2{height:.5rem!important}.f-h-lg-3{height:.75rem!important}.f-h-lg-4{height:1rem!important}.f-h-lg-5{height:1.25rem!important}.f-h-lg-6{height:1.5rem!important}.f-h-lg-7{height:1.75rem!important}.f-h-lg-8{height:2rem!important}.f-h-lg-9{height:2.25rem!important}.f-h-lg-10{height:2.5rem!important}.f-h-lg-12{height:3rem!important}.f-h-lg-14{height:3.5rem!important}.f-h-lg-16{height:4rem!important}.f-h-lg-20{height:5rem!important}.f-h-lg-24{height:6rem!important}.f-h-lg-28{height:7rem!important}.f-h-lg-30{height:7.25rem!important}.f-h-lg-32{height:8rem!important}.f-h-lg-36{height:9rem!important}.f-h-lg-40{height:10rem!important}.f-h-lg-44{height:11rem!important}.f-h-lg-48{height:12rem!important}.f-h-lg-52{height:15rem!important}.f-h-lg-56{height:18rem!important}.f-h-lg-60{height:21rem!important}.f-h-lg-64{height:24rem!important}.f-h-lg-68{height:27rem!important}.f-h-lg-72{height:30rem!important}.f-h-lg-76{height:33rem!important}.f-h-lg-80{height:36rem!important}.f-h-lg-84{height:40rem!important}.f-h-lg-88{height:44rem!important}.f-h-lg-92{height:50rem!important}.f-h-lg-96{height:56rem!important}.f-h-lg-100{height:60rem!important}.f-h-lg-0{height:0!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:-webkit-sticky!important;position:sticky!important}.border-xl,.border-xl-active:active,.border-xl-focus:focus,.border-xl-hover:hover{border:1px solid #e9eaea!important}.border-xl-0,.border-xl-0-active:active,.border-xl-0-focus:focus,.border-xl-0-hover:hover{border:0!important}.border-xl-transparent,.border-xl-transparent-active:active,.border-xl-transparent-focus:focus,.border-xl-transparent-hover:hover{border:1px solid transparent!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-10{width:10%!important}.w-xl-60{width:60%!important}.w-xl-65{width:65%!important}.w-xl-80{width:80%!important}.w-xl-110{width:110%!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.m-h-xl-1{max-height:.25rem!important}.m-h-xl-2{max-height:.5rem!important}.m-h-xl-3{max-height:.75rem!important}.m-h-xl-4{max-height:1rem!important}.m-h-xl-5{max-height:1.25rem!important}.m-h-xl-6{max-height:1.5rem!important}.m-h-xl-7{max-height:1.75rem!important}.m-h-xl-8{max-height:2rem!important}.m-h-xl-9{max-height:2.25rem!important}.m-h-xl-10{max-height:2.5rem!important}.m-h-xl-12{max-height:3rem!important}.m-h-xl-14{max-height:3.5rem!important}.m-h-xl-16{max-height:4rem!important}.m-h-xl-20{max-height:5rem!important}.m-h-xl-24{max-height:6rem!important}.m-h-xl-28{max-height:7rem!important}.m-h-xl-30{max-height:7.25rem!important}.m-h-xl-32{max-height:8rem!important}.m-h-xl-36{max-height:9rem!important}.m-h-xl-40{max-height:10rem!important}.m-h-xl-44{max-height:11rem!important}.m-h-xl-48{max-height:12rem!important}.m-h-xl-52{max-height:15rem!important}.m-h-xl-56{max-height:18rem!important}.m-h-xl-60{max-height:21rem!important}.m-h-xl-64{max-height:24rem!important}.m-h-xl-68{max-height:27rem!important}.m-h-xl-72{max-height:30rem!important}.m-h-xl-76{max-height:33rem!important}.m-h-xl-80{max-height:36rem!important}.m-h-xl-84{max-height:40rem!important}.m-h-xl-88{max-height:44rem!important}.m-h-xl-92{max-height:50rem!important}.m-h-xl-96{max-height:56rem!important}.m-h-xl-100{max-height:60rem!important}.m-h-xl-0{max-height:0!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:3.5rem!important}.gap-xl-7{gap:4rem!important}.gap-xl-8{gap:5rem!important}.gap-xl-9{gap:6rem!important}.gap-xl-10{gap:7rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:3.5rem!important}.m-xl-7{margin:4rem!important}.m-xl-8{margin:5rem!important}.m-xl-9{margin:6rem!important}.m-xl-10{margin:7rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-7{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-8{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-9{margin-right:6rem!important;margin-left:6rem!important}.mx-xl-10{margin-right:7rem!important;margin-left:7rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-xl-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:3.5rem!important}.mt-xl-7{margin-top:4rem!important}.mt-xl-8{margin-top:5rem!important}.mt-xl-9{margin-top:6rem!important}.mt-xl-10{margin-top:7rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:3.5rem!important}.me-xl-7{margin-right:4rem!important}.me-xl-8{margin-right:5rem!important}.me-xl-9{margin-right:6rem!important}.me-xl-10{margin-right:7rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:3.5rem!important}.mb-xl-7{margin-bottom:4rem!important}.mb-xl-8{margin-bottom:5rem!important}.mb-xl-9{margin-bottom:6rem!important}.mb-xl-10{margin-bottom:7rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:3.5rem!important}.ms-xl-7{margin-left:4rem!important}.ms-xl-8{margin-left:5rem!important}.ms-xl-9{margin-left:6rem!important}.ms-xl-10{margin-left:7rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n6{margin:-3.5rem!important}.m-xl-n7{margin:-4rem!important}.m-xl-n8{margin:-5rem!important}.m-xl-n9{margin:-6rem!important}.m-xl-n10{margin:-7rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xl-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xl-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xl-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xl-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xl-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xl-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xl-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n6{margin-top:-3.5rem!important}.mt-xl-n7{margin-top:-4rem!important}.mt-xl-n8{margin-top:-5rem!important}.mt-xl-n9{margin-top:-6rem!important}.mt-xl-n10{margin-top:-7rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n6{margin-right:-3.5rem!important}.me-xl-n7{margin-right:-4rem!important}.me-xl-n8{margin-right:-5rem!important}.me-xl-n9{margin-right:-6rem!important}.me-xl-n10{margin-right:-7rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n6{margin-bottom:-3.5rem!important}.mb-xl-n7{margin-bottom:-4rem!important}.mb-xl-n8{margin-bottom:-5rem!important}.mb-xl-n9{margin-bottom:-6rem!important}.mb-xl-n10{margin-bottom:-7rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n6{margin-left:-3.5rem!important}.ms-xl-n7{margin-left:-4rem!important}.ms-xl-n8{margin-left:-5rem!important}.ms-xl-n9{margin-left:-6rem!important}.ms-xl-n10{margin-left:-7rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:3.5rem!important}.p-xl-7{padding:4rem!important}.p-xl-8{padding:5rem!important}.p-xl-9{padding:6rem!important}.p-xl-10{padding:7rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xl-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-7{padding-right:4rem!important;padding-left:4rem!important}.px-xl-8{padding-right:5rem!important;padding-left:5rem!important}.px-xl-9{padding-right:6rem!important;padding-left:6rem!important}.px-xl-10{padding-right:7rem!important;padding-left:7rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-xl-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:3.5rem!important}.pt-xl-7{padding-top:4rem!important}.pt-xl-8{padding-top:5rem!important}.pt-xl-9{padding-top:6rem!important}.pt-xl-10{padding-top:7rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:3.5rem!important}.pe-xl-7{padding-right:4rem!important}.pe-xl-8{padding-right:5rem!important}.pe-xl-9{padding-right:6rem!important}.pe-xl-10{padding-right:7rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:3.5rem!important}.pb-xl-7{padding-bottom:4rem!important}.pb-xl-8{padding-bottom:5rem!important}.pb-xl-9{padding-bottom:6rem!important}.pb-xl-10{padding-bottom:7rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:3.5rem!important}.ps-xl-7{padding-left:4rem!important}.ps-xl-8{padding-left:5rem!important}.ps-xl-9{padding-left:6rem!important}.ps-xl-10{padding-left:7rem!important}.fs-xl-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-xl-2{font-size:calc(1.325rem + .9vw)!important}.fs-xl-3{font-size:calc(1.3rem + .6vw)!important}.fs-xl-4{font-size:calc(1.275rem + .3vw)!important}.fs-xl-5{font-size:1.25rem!important}.fs-xl-6{font-size:1rem!important}.fs-xl-7{font-size:90%!important}.fs-xl-8{font-size:80%!important}.fs-xl-9{font-size:.75rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.bg-xl-primary,.bg-xl-primary-hover:hover{background-color:#6f46ff!important}.bg-xl-secondary,.bg-xl-secondary-hover:hover{background-color:#a0a0a2!important}.bg-xl-success,.bg-xl-success-hover:hover{background-color:#19b8a2!important}.bg-xl-info,.bg-xl-info-hover:hover{background-color:#0dcaf0!important}.bg-xl-warning,.bg-xl-warning-hover:hover{background-color:#ffed03!important}.bg-xl-danger,.bg-xl-danger-hover:hover{background-color:#db1a2a!important}.bg-xl-light,.bg-xl-light-hover:hover{background-color:#f6f6f6!important}.bg-xl-dark,.bg-xl-dark-hover:hover{background-color:#1c212c!important}.bg-xl-facebook,.bg-xl-facebook-hover:hover{background-color:#3b5998!important}.bg-xl-twitter,.bg-xl-twitter-hover:hover{background-color:#00acee!important}.bg-xl-white,.bg-xl-white-hover:hover{background-color:#fff!important}.bg-xl-pink,.bg-xl-pink-hover:hover{background-color:#ffa69e!important}.bg-xl-teal,.bg-xl-teal-hover:hover{background-color:#08c5d5!important}.bg-xl-orange,.bg-xl-orange-hover:hover{background-color:#fc6229!important}.bg-xl-body,.bg-xl-body-hover:hover{background-color:#fff!important}.bg-xl-transparent,.bg-xl-transparent-hover:hover{background-color:transparent!important}.f-w-xl-1{width:.25rem!important}.f-w-xl-2{width:.5rem!important}.f-w-xl-3{width:.75rem!important}.f-w-xl-4{width:1rem!important}.f-w-xl-5{width:1.25rem!important}.f-w-xl-6{width:1.5rem!important}.f-w-xl-7{width:1.75rem!important}.f-w-xl-8{width:2rem!important}.f-w-xl-9{width:2.25rem!important}.f-w-xl-10{width:2.5rem!important}.f-w-xl-12{width:3rem!important}.f-w-xl-14{width:3.5rem!important}.f-w-xl-16{width:4rem!important}.f-w-xl-20{width:5rem!important}.f-w-xl-24{width:6rem!important}.f-w-xl-28{width:7rem!important}.f-w-xl-30{width:7.25rem!important}.f-w-xl-32{width:8rem!important}.f-w-xl-36{width:9rem!important}.f-w-xl-40{width:10rem!important}.f-w-xl-44{width:11rem!important}.f-w-xl-48{width:12rem!important}.f-w-xl-52{width:15rem!important}.f-w-xl-56{width:18rem!important}.f-w-xl-60{width:21rem!important}.f-w-xl-64{width:24rem!important}.f-w-xl-68{width:27rem!important}.f-w-xl-72{width:30rem!important}.f-w-xl-76{width:33rem!important}.f-w-xl-80{width:36rem!important}.f-w-xl-84{width:40rem!important}.f-w-xl-88{width:44rem!important}.f-w-xl-92{width:50rem!important}.f-w-xl-96{width:56rem!important}.f-w-xl-100{width:60rem!important}.f-w-xl-0{width:0!important}.f-h-xl-1{height:.25rem!important}.f-h-xl-2{height:.5rem!important}.f-h-xl-3{height:.75rem!important}.f-h-xl-4{height:1rem!important}.f-h-xl-5{height:1.25rem!important}.f-h-xl-6{height:1.5rem!important}.f-h-xl-7{height:1.75rem!important}.f-h-xl-8{height:2rem!important}.f-h-xl-9{height:2.25rem!important}.f-h-xl-10{height:2.5rem!important}.f-h-xl-12{height:3rem!important}.f-h-xl-14{height:3.5rem!important}.f-h-xl-16{height:4rem!important}.f-h-xl-20{height:5rem!important}.f-h-xl-24{height:6rem!important}.f-h-xl-28{height:7rem!important}.f-h-xl-30{height:7.25rem!important}.f-h-xl-32{height:8rem!important}.f-h-xl-36{height:9rem!important}.f-h-xl-40{height:10rem!important}.f-h-xl-44{height:11rem!important}.f-h-xl-48{height:12rem!important}.f-h-xl-52{height:15rem!important}.f-h-xl-56{height:18rem!important}.f-h-xl-60{height:21rem!important}.f-h-xl-64{height:24rem!important}.f-h-xl-68{height:27rem!important}.f-h-xl-72{height:30rem!important}.f-h-xl-76{height:33rem!important}.f-h-xl-80{height:36rem!important}.f-h-xl-84{height:40rem!important}.f-h-xl-88{height:44rem!important}.f-h-xl-92{height:50rem!important}.f-h-xl-96{height:56rem!important}.f-h-xl-100{height:60rem!important}.f-h-xl-0{height:0!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:-webkit-sticky!important;position:sticky!important}.border-xxl,.border-xxl-active:active,.border-xxl-focus:focus,.border-xxl-hover:hover{border:1px solid #e9eaea!important}.border-xxl-0,.border-xxl-0-active:active,.border-xxl-0-focus:focus,.border-xxl-0-hover:hover{border:0!important}.border-xxl-transparent,.border-xxl-transparent-active:active,.border-xxl-transparent-focus:focus,.border-xxl-transparent-hover:hover{border:1px solid transparent!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-10{width:10%!important}.w-xxl-60{width:60%!important}.w-xxl-65{width:65%!important}.w-xxl-80{width:80%!important}.w-xxl-110{width:110%!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.m-h-xxl-1{max-height:.25rem!important}.m-h-xxl-2{max-height:.5rem!important}.m-h-xxl-3{max-height:.75rem!important}.m-h-xxl-4{max-height:1rem!important}.m-h-xxl-5{max-height:1.25rem!important}.m-h-xxl-6{max-height:1.5rem!important}.m-h-xxl-7{max-height:1.75rem!important}.m-h-xxl-8{max-height:2rem!important}.m-h-xxl-9{max-height:2.25rem!important}.m-h-xxl-10{max-height:2.5rem!important}.m-h-xxl-12{max-height:3rem!important}.m-h-xxl-14{max-height:3.5rem!important}.m-h-xxl-16{max-height:4rem!important}.m-h-xxl-20{max-height:5rem!important}.m-h-xxl-24{max-height:6rem!important}.m-h-xxl-28{max-height:7rem!important}.m-h-xxl-30{max-height:7.25rem!important}.m-h-xxl-32{max-height:8rem!important}.m-h-xxl-36{max-height:9rem!important}.m-h-xxl-40{max-height:10rem!important}.m-h-xxl-44{max-height:11rem!important}.m-h-xxl-48{max-height:12rem!important}.m-h-xxl-52{max-height:15rem!important}.m-h-xxl-56{max-height:18rem!important}.m-h-xxl-60{max-height:21rem!important}.m-h-xxl-64{max-height:24rem!important}.m-h-xxl-68{max-height:27rem!important}.m-h-xxl-72{max-height:30rem!important}.m-h-xxl-76{max-height:33rem!important}.m-h-xxl-80{max-height:36rem!important}.m-h-xxl-84{max-height:40rem!important}.m-h-xxl-88{max-height:44rem!important}.m-h-xxl-92{max-height:50rem!important}.m-h-xxl-96{max-height:56rem!important}.m-h-xxl-100{max-height:60rem!important}.m-h-xxl-0{max-height:0!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:3.5rem!important}.gap-xxl-7{gap:4rem!important}.gap-xxl-8{gap:5rem!important}.gap-xxl-9{gap:6rem!important}.gap-xxl-10{gap:7rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:3.5rem!important}.m-xxl-7{margin:4rem!important}.m-xxl-8{margin:5rem!important}.m-xxl-9{margin:6rem!important}.m-xxl-10{margin:7rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-7{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-8{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-9{margin-right:6rem!important;margin-left:6rem!important}.mx-xxl-10{margin-right:7rem!important;margin-left:7rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxl-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:3.5rem!important}.mt-xxl-7{margin-top:4rem!important}.mt-xxl-8{margin-top:5rem!important}.mt-xxl-9{margin-top:6rem!important}.mt-xxl-10{margin-top:7rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:3.5rem!important}.me-xxl-7{margin-right:4rem!important}.me-xxl-8{margin-right:5rem!important}.me-xxl-9{margin-right:6rem!important}.me-xxl-10{margin-right:7rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:3.5rem!important}.mb-xxl-7{margin-bottom:4rem!important}.mb-xxl-8{margin-bottom:5rem!important}.mb-xxl-9{margin-bottom:6rem!important}.mb-xxl-10{margin-bottom:7rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:3.5rem!important}.ms-xxl-7{margin-left:4rem!important}.ms-xxl-8{margin-left:5rem!important}.ms-xxl-9{margin-left:6rem!important}.ms-xxl-10{margin-left:7rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n6{margin:-3.5rem!important}.m-xxl-n7{margin:-4rem!important}.m-xxl-n8{margin:-5rem!important}.m-xxl-n9{margin:-6rem!important}.m-xxl-n10{margin:-7rem!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xxl-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xxl-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xxl-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xxl-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xxl-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xxl-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xxl-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n6{margin-top:-3.5rem!important}.mt-xxl-n7{margin-top:-4rem!important}.mt-xxl-n8{margin-top:-5rem!important}.mt-xxl-n9{margin-top:-6rem!important}.mt-xxl-n10{margin-top:-7rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n6{margin-right:-3.5rem!important}.me-xxl-n7{margin-right:-4rem!important}.me-xxl-n8{margin-right:-5rem!important}.me-xxl-n9{margin-right:-6rem!important}.me-xxl-n10{margin-right:-7rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n6{margin-bottom:-3.5rem!important}.mb-xxl-n7{margin-bottom:-4rem!important}.mb-xxl-n8{margin-bottom:-5rem!important}.mb-xxl-n9{margin-bottom:-6rem!important}.mb-xxl-n10{margin-bottom:-7rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n6{margin-left:-3.5rem!important}.ms-xxl-n7{margin-left:-4rem!important}.ms-xxl-n8{margin-left:-5rem!important}.ms-xxl-n9{margin-left:-6rem!important}.ms-xxl-n10{margin-left:-7rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:3.5rem!important}.p-xxl-7{padding:4rem!important}.p-xxl-8{padding:5rem!important}.p-xxl-9{padding:6rem!important}.p-xxl-10{padding:7rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-7{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-8{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-9{padding-right:6rem!important;padding-left:6rem!important}.px-xxl-10{padding-right:7rem!important;padding-left:7rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxl-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:3.5rem!important}.pt-xxl-7{padding-top:4rem!important}.pt-xxl-8{padding-top:5rem!important}.pt-xxl-9{padding-top:6rem!important}.pt-xxl-10{padding-top:7rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:3.5rem!important}.pe-xxl-7{padding-right:4rem!important}.pe-xxl-8{padding-right:5rem!important}.pe-xxl-9{padding-right:6rem!important}.pe-xxl-10{padding-right:7rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:3.5rem!important}.pb-xxl-7{padding-bottom:4rem!important}.pb-xxl-8{padding-bottom:5rem!important}.pb-xxl-9{padding-bottom:6rem!important}.pb-xxl-10{padding-bottom:7rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:3.5rem!important}.ps-xxl-7{padding-left:4rem!important}.ps-xxl-8{padding-left:5rem!important}.ps-xxl-9{padding-left:6rem!important}.ps-xxl-10{padding-left:7rem!important}.fs-xxl-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-xxl-2{font-size:calc(1.325rem + .9vw)!important}.fs-xxl-3{font-size:calc(1.3rem + .6vw)!important}.fs-xxl-4{font-size:calc(1.275rem + .3vw)!important}.fs-xxl-5{font-size:1.25rem!important}.fs-xxl-6{font-size:1rem!important}.fs-xxl-7{font-size:90%!important}.fs-xxl-8{font-size:80%!important}.fs-xxl-9{font-size:.75rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.bg-xxl-primary,.bg-xxl-primary-hover:hover{background-color:#6f46ff!important}.bg-xxl-secondary,.bg-xxl-secondary-hover:hover{background-color:#a0a0a2!important}.bg-xxl-success,.bg-xxl-success-hover:hover{background-color:#19b8a2!important}.bg-xxl-info,.bg-xxl-info-hover:hover{background-color:#0dcaf0!important}.bg-xxl-warning,.bg-xxl-warning-hover:hover{background-color:#ffed03!important}.bg-xxl-danger,.bg-xxl-danger-hover:hover{background-color:#db1a2a!important}.bg-xxl-light,.bg-xxl-light-hover:hover{background-color:#f6f6f6!important}.bg-xxl-dark,.bg-xxl-dark-hover:hover{background-color:#1c212c!important}.bg-xxl-facebook,.bg-xxl-facebook-hover:hover{background-color:#3b5998!important}.bg-xxl-twitter,.bg-xxl-twitter-hover:hover{background-color:#00acee!important}.bg-xxl-white,.bg-xxl-white-hover:hover{background-color:#fff!important}.bg-xxl-pink,.bg-xxl-pink-hover:hover{background-color:#ffa69e!important}.bg-xxl-teal,.bg-xxl-teal-hover:hover{background-color:#08c5d5!important}.bg-xxl-orange,.bg-xxl-orange-hover:hover{background-color:#fc6229!important}.bg-xxl-body,.bg-xxl-body-hover:hover{background-color:#fff!important}.bg-xxl-transparent,.bg-xxl-transparent-hover:hover{background-color:transparent!important}.f-w-xxl-1{width:.25rem!important}.f-w-xxl-2{width:.5rem!important}.f-w-xxl-3{width:.75rem!important}.f-w-xxl-4{width:1rem!important}.f-w-xxl-5{width:1.25rem!important}.f-w-xxl-6{width:1.5rem!important}.f-w-xxl-7{width:1.75rem!important}.f-w-xxl-8{width:2rem!important}.f-w-xxl-9{width:2.25rem!important}.f-w-xxl-10{width:2.5rem!important}.f-w-xxl-12{width:3rem!important}.f-w-xxl-14{width:3.5rem!important}.f-w-xxl-16{width:4rem!important}.f-w-xxl-20{width:5rem!important}.f-w-xxl-24{width:6rem!important}.f-w-xxl-28{width:7rem!important}.f-w-xxl-30{width:7.25rem!important}.f-w-xxl-32{width:8rem!important}.f-w-xxl-36{width:9rem!important}.f-w-xxl-40{width:10rem!important}.f-w-xxl-44{width:11rem!important}.f-w-xxl-48{width:12rem!important}.f-w-xxl-52{width:15rem!important}.f-w-xxl-56{width:18rem!important}.f-w-xxl-60{width:21rem!important}.f-w-xxl-64{width:24rem!important}.f-w-xxl-68{width:27rem!important}.f-w-xxl-72{width:30rem!important}.f-w-xxl-76{width:33rem!important}.f-w-xxl-80{width:36rem!important}.f-w-xxl-84{width:40rem!important}.f-w-xxl-88{width:44rem!important}.f-w-xxl-92{width:50rem!important}.f-w-xxl-96{width:56rem!important}.f-w-xxl-100{width:60rem!important}.f-w-xxl-0{width:0!important}.f-h-xxl-1{height:.25rem!important}.f-h-xxl-2{height:.5rem!important}.f-h-xxl-3{height:.75rem!important}.f-h-xxl-4{height:1rem!important}.f-h-xxl-5{height:1.25rem!important}.f-h-xxl-6{height:1.5rem!important}.f-h-xxl-7{height:1.75rem!important}.f-h-xxl-8{height:2rem!important}.f-h-xxl-9{height:2.25rem!important}.f-h-xxl-10{height:2.5rem!important}.f-h-xxl-12{height:3rem!important}.f-h-xxl-14{height:3.5rem!important}.f-h-xxl-16{height:4rem!important}.f-h-xxl-20{height:5rem!important}.f-h-xxl-24{height:6rem!important}.f-h-xxl-28{height:7rem!important}.f-h-xxl-30{height:7.25rem!important}.f-h-xxl-32{height:8rem!important}.f-h-xxl-36{height:9rem!important}.f-h-xxl-40{height:10rem!important}.f-h-xxl-44{height:11rem!important}.f-h-xxl-48{height:12rem!important}.f-h-xxl-52{height:15rem!important}.f-h-xxl-56{height:18rem!important}.f-h-xxl-60{height:21rem!important}.f-h-xxl-64{height:24rem!important}.f-h-xxl-68{height:27rem!important}.f-h-xxl-72{height:30rem!important}.f-h-xxl-76{height:33rem!important}.f-h-xxl-80{height:36rem!important}.f-h-xxl-84{height:40rem!important}.f-h-xxl-88{height:44rem!important}.f-h-xxl-92{height:50rem!important}.f-h-xxl-96{height:56rem!important}.f-h-xxl-100{height:60rem!important}.f-h-xxl-0{height:0!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}.fs-sm-1{font-size:2.5rem!important}.fs-sm-2{font-size:2rem!important}.fs-sm-3{font-size:1.75rem!important}.fs-sm-4{font-size:1.5rem!important}.fs-md-1{font-size:2.5rem!important}.fs-md-2{font-size:2rem!important}.fs-md-3{font-size:1.75rem!important}.fs-md-4{font-size:1.5rem!important}.fs-lg-1{font-size:2.5rem!important}.fs-lg-2{font-size:2rem!important}.fs-lg-3{font-size:1.75rem!important}.fs-lg-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--bs-font-sans-serif:"Barlow",sans-serif;--bs-spacer:1rem;--bs-gutter-width:1.5rem;--theme-font-headings:"Barlow",sans-serif;--theme-font-icon:"remixicon";--theme-font-icon-style:"normal";--theme-form-checkbox-before-size:20px;--theme-form-checkbox-bg-before-size:28px;--theme-form-checkbox-after-width:6px;--theme-form-checkbox-after-height:12px;--theme-form-checkbox-border-radius:2px;--theme-form-checkbox-after-position-left:7px;--theme-form-checkbox-after-position-top:4px;--theme-form-checkbox-bg-after-position-left:11px;--theme-form-checkbox-bg-after-position-top:7px;--theme-form-checkbox-after-border-width:2px;--theme-form-checkbox-active-color:#1c212c;--theme-form-radio-button-after-size:10px;--theme-form-radio-button-after-position-left:5px;--theme-form-radio-button-after-position-top:6px;--theme-form-radio-button-border-radius:100%;--theme-breakpoint-xs:0;--theme-breakpoint-sm:576px;--theme-breakpoint-md:768px;--theme-breakpoint-lg:992px;--theme-breakpoint-xl:1200px;--theme-breakpoint-xxl:1400px;--theme-maxwidth-breakpoint-sm:100%;--theme-maxwidth-breakpoint-md:100%;--theme-maxwidth-breakpoint-lg:100%;--theme-maxwidth-breakpoint-xl:1140px;--theme-maxwidth-breakpoint-xxl:1320px;--theme-listing-page-sidebar-hide-filter-margin:-16.66667%;--theme-listing-page-card-pseudo-hover-height:100%;--swiper-pagination-color:#1c212c;--swiper-timeline-fixed-height:700px;--swiper-slide-spacing:25px;--theme-translate-X:0;--theme-translate-Y:0}body{overflow-x:hidden}.fs-p,p{font-size:1.08rem}:active,:focus{outline:none!important;box-shadow:none!important}.disable-child-pointer *{pointer-events:none}.alert-primary-faded{background-color:rgba(111,70,255,.1);color:#6f46ff}.alert-secondary-faded{background-color:rgba(160,160,162,.1);color:#a0a0a2}.alert-success-faded{background-color:rgba(25,184,162,.1);color:#19b8a2}.alert-info-faded{background-color:rgba(13,202,240,.1);color:#0dcaf0}.alert-warning-faded{background-color:rgba(255,237,3,.1);color:#ffed03}.alert-danger-faded{background-color:rgba(219,26,42,.1);color:#db1a2a}.alert-light-faded{background-color:hsla(0,0%,96.5%,.1);color:#f6f6f6}.alert-dark-faded{background-color:rgba(28,33,44,.1);color:#1c212c}.alert-facebook-faded{background-color:rgba(59,89,152,.1);color:#3b5998}.alert-twitter-faded{background-color:rgba(0,172,238,.1);color:#00acee}.alert-white-faded{background-color:hsla(0,0%,100%,.1);color:#fff}.alert-pink-faded{background-color:rgba(255,166,158,.1);color:#ffa69e}.alert-teal-faded{background-color:rgba(8,197,213,.1);color:#08c5d5}.alert-orange-faded{background-color:rgba(252,98,41,.1);color:#fc6229}.accordion-button:not(.accordion-button-stripped){background:#f6f6f6;color:#1c212c;border-radius:.25rem}.accordion-button:after{border:0;font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:"";margin:0;font-size:1.25rem;background:transparent!important;display:block;position:absolute;color:#1c212c;right:.75rem;top:25%}.accordion-button:not(.collapsed):after{content:"";color:#fff;transform:none!important}.accordion-button:not(.collapsed):not(.accordion-button-stripped){background:#1c212c;color:#fff}.accordion-item{margin-bottom:1px}.accordion-button-stripped:after{right:0}.accordion-button-stripped:not(.collapsed):after{color:#1c212c;content:"";transform:none!important}.accordion-button-stripped,.accordion-button-stripped:not(.collapsed){background:transparent;border-radius:0!important;padding-left:0;font-weight:500}.accordion-stripped{border-bottom:1px solid #e9eaea}.accordion-button-stripped:not(.collapsed){color:#1c212c}.accordion-stripped:first-of-type{border-top:1px solid #e9eaea}.accordion-body-stripped{padding-left:0;padding-right:0}.accordion-icon-plus:after{content:""}.accordion-icon-plus:not(.collapsed):after{content:""}.accordion-icon-left.accordion-button{padding-left:2.5rem}.accordion-icon-left.accordion-button:after{right:auto;left:.5rem}.accordion-icon-left.accordion-button.accordion-button-stripped:after{left:0}.accordion-icon-left.accordion-body{padding-left:2.5rem}.badge-sale{background:#db1a2a;text-transform:uppercase;font-size:74%;position:absolute;top:0;left:0;z-index:10;padding:.5rem}.btn-group-sm>.btn,.btn-sm{padding:.5rem .75rem!important}.btn-link{text-decoration:none}.btn-orange,.btn-orange:hover,.btn-success,.btn-success:hover{color:#fff}[class*=btn-outline-]{border-width:2px}.btn{transition:none}.page-loaded .btn{transition:all .15s ease-in}.btn-brand-letter{text-decoration:none;font-weight:700;font-size:2.5rem;padding:.25rem 0;margin-right:1.5rem;transition:all .2s linear;text-transform:uppercase}.btn-brand-letter:hover{opacity:.5}.btn-primary-chunky{box-shadow:0 4px 0 0 #3d06ff;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-primary-chunky{transition:none}}.btn-primary-chunky:hover{background:#5b2dff;border-color:transparent;box-shadow:0 4px 0 0 #3d06ff}.btn-primary-chunky:active,.btn-primary-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #2c00c6!important}.btn-group-lg>.btn-primary-chunky.btn,.btn-primary-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-primary-chunky.btn,.btn-primary-chunky.btn-sm{padding-bottom:0}.btn-secondary-chunky{box-shadow:0 4px 0 0 #808082;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-secondary-chunky{transition:none}}.btn-secondary-chunky:hover{background:#939395;border-color:transparent;box-shadow:0 4px 0 0 #808082}.btn-secondary-chunky:active,.btn-secondary-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #606062!important}.btn-group-lg>.btn-secondary-chunky.btn,.btn-secondary-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-secondary-chunky.btn,.btn-secondary-chunky.btn-sm{padding-bottom:0}.btn-success-chunky{box-shadow:0 4px 0 0 #118071;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-success-chunky{transition:none}}.btn-success-chunky:hover{background:#16a28e;border-color:transparent;box-shadow:0 4px 0 0 #118071}.btn-success-chunky:active,.btn-success-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #0a483f!important}.btn-group-lg>.btn-success-chunky.btn,.btn-success-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-success-chunky.btn,.btn-success-chunky.btn-sm{padding-bottom:0}.btn-info-chunky{box-shadow:0 4px 0 0 #0a97b4;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-info-chunky{transition:none}}.btn-info-chunky:hover{background:#0cb6d8;border-color:transparent;box-shadow:0 4px 0 0 #0a97b4}.btn-info-chunky:active,.btn-info-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #066477!important}.btn-group-lg>.btn-info-chunky.btn,.btn-info-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-info-chunky.btn,.btn-info-chunky.btn-sm{padding-bottom:0}.btn-warning-chunky{box-shadow:0 4px 0 0 #c2b400;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-warning-chunky{transition:none}}.btn-warning-chunky:hover{background:#e9d800;border-color:transparent;box-shadow:0 4px 0 0 #c2b400}.btn-warning-chunky:active,.btn-warning-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #837900!important}.btn-group-lg>.btn-warning-chunky.btn,.btn-warning-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-warning-chunky.btn,.btn-warning-chunky.btn-sm{padding-bottom:0}.btn-danger-chunky{box-shadow:0 4px 0 0 #a2131f;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-danger-chunky{transition:none}}.btn-danger-chunky:hover{background:#c41726;border-color:transparent;box-shadow:0 4px 0 0 #a2131f}.btn-danger-chunky:active,.btn-danger-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #690c14!important}.btn-danger-chunky.btn-lg,.btn-group-lg>.btn-danger-chunky.btn{padding-bottom:1.25rem}.btn-danger-chunky.btn-sm,.btn-group-sm>.btn-danger-chunky.btn{padding-bottom:0}.btn-light-chunky{box-shadow:0 4px 0 0 #d6d6d6;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-light-chunky{transition:none}}.btn-light-chunky:hover{background:#e9e9e9;border-color:transparent;box-shadow:0 4px 0 0 #d6d6d6}.btn-light-chunky:active,.btn-light-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #b6b6b6!important}.btn-group-lg>.btn-light-chunky.btn,.btn-light-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-light-chunky.btn,.btn-light-chunky.btn-sm{padding-bottom:0}.btn-dark-chunky{box-shadow:0 4px 0 0 #030405;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-dark-chunky{transition:none}}.btn-dark-chunky:hover{background:#12151c;border-color:transparent;box-shadow:0 4px 0 0 #030405}.btn-dark-chunky:active,.btn-dark-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #000!important}.btn-dark-chunky.btn-lg,.btn-group-lg>.btn-dark-chunky.btn{padding-bottom:1.25rem}.btn-dark-chunky.btn-sm,.btn-group-sm>.btn-dark-chunky.btn{padding-bottom:0}.btn-facebook-chunky{box-shadow:0 4px 0 0 #293e6a;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-facebook-chunky{transition:none}}.btn-facebook-chunky:hover{background:#344e86;border-color:transparent;box-shadow:0 4px 0 0 #293e6a}.btn-facebook-chunky:active,.btn-facebook-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #17233c!important}.btn-facebook-chunky.btn-lg,.btn-group-lg>.btn-facebook-chunky.btn{padding-bottom:1.25rem}.btn-facebook-chunky.btn-sm,.btn-group-sm>.btn-facebook-chunky.btn{padding-bottom:0}.btn-twitter-chunky{box-shadow:0 4px 0 0 #007eae;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-twitter-chunky{transition:none}}.btn-twitter-chunky:hover{background:#009ad5;border-color:transparent;box-shadow:0 4px 0 0 #007eae}.btn-twitter-chunky:active,.btn-twitter-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #00506f!important}.btn-group-lg>.btn-twitter-chunky.btn,.btn-twitter-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-twitter-chunky.btn,.btn-twitter-chunky.btn-sm{padding-bottom:0}.btn-white-chunky{box-shadow:0 4px 0 0 #dfdfdf;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-white-chunky{transition:none}}.btn-white-chunky:hover{background:#f2f2f2;border-color:transparent;box-shadow:0 4px 0 0 #dfdfdf}.btn-white-chunky:active,.btn-white-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #bfbfbf!important}.btn-group-lg>.btn-white-chunky.btn,.btn-white-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-white-chunky.btn,.btn-white-chunky.btn-sm{padding-bottom:0}.btn-pink-chunky{box-shadow:0 4px 0 0 #ff6c5e;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-pink-chunky{transition:none}}.btn-pink-chunky:hover{background:#ff8f85;border-color:transparent;box-shadow:0 4px 0 0 #ff6c5e}.btn-pink-chunky:active,.btn-pink-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #ff311f!important}.btn-group-lg>.btn-pink-chunky.btn,.btn-pink-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-pink-chunky.btn,.btn-pink-chunky.btn-sm{padding-bottom:0}.btn-teal-chunky{box-shadow:0 4px 0 0 #068c98;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-teal-chunky{transition:none}}.btn-teal-chunky:hover{background:#07aebc;border-color:transparent;box-shadow:0 4px 0 0 #068c98}.btn-teal-chunky:active,.btn-teal-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #03535a!important}.btn-group-lg>.btn-teal-chunky.btn,.btn-teal-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-teal-chunky.btn,.btn-teal-chunky.btn-sm{padding-bottom:0}.btn-orange-chunky{box-shadow:0 4px 0 0 #e23f03;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-orange-chunky{transition:none}}.btn-orange-chunky:hover{background:#fc5010;border-color:transparent;box-shadow:0 4px 0 0 #e23f03}.btn-orange-chunky:active,.btn-orange-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #a32e02!important}.btn-group-lg>.btn-orange-chunky.btn,.btn-orange-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-orange-chunky.btn,.btn-orange-chunky.btn-sm{padding-bottom:0}.btn-primary-faded{background-color:rgba(111,70,255,.2);color:#6f46ff}.btn-primary-faded.active,.btn-primary-faded:focus,.btn-primary-faded:hover{background-color:rgba(111,70,255,.25);color:#6f46ff}.btn-secondary-faded{background-color:rgba(160,160,162,.2);color:#a0a0a2}.btn-secondary-faded.active,.btn-secondary-faded:focus,.btn-secondary-faded:hover{background-color:rgba(160,160,162,.25);color:#a0a0a2}.btn-success-faded{background-color:rgba(25,184,162,.2);color:#19b8a2}.btn-success-faded.active,.btn-success-faded:focus,.btn-success-faded:hover{background-color:rgba(25,184,162,.25);color:#19b8a2}.btn-info-faded{background-color:rgba(13,202,240,.2);color:#0dcaf0}.btn-info-faded.active,.btn-info-faded:focus,.btn-info-faded:hover{background-color:rgba(13,202,240,.25);color:#0dcaf0}.btn-warning-faded{background-color:rgba(255,237,3,.2);color:#ffed03}.btn-warning-faded.active,.btn-warning-faded:focus,.btn-warning-faded:hover{background-color:rgba(255,237,3,.25);color:#ffed03}.btn-danger-faded{background-color:rgba(219,26,42,.2);color:#db1a2a}.btn-danger-faded.active,.btn-danger-faded:focus,.btn-danger-faded:hover{background-color:rgba(219,26,42,.25);color:#db1a2a}.btn-light-faded{background-color:hsla(0,0%,96.5%,.2);color:#f6f6f6}.btn-light-faded.active,.btn-light-faded:focus,.btn-light-faded:hover{background-color:hsla(0,0%,96.5%,.25);color:#f6f6f6}.btn-dark-faded{background-color:rgba(28,33,44,.2);color:#1c212c}.btn-dark-faded.active,.btn-dark-faded:focus,.btn-dark-faded:hover{background-color:rgba(28,33,44,.25);color:#1c212c}.btn-facebook-faded{background-color:rgba(59,89,152,.2);color:#3b5998}.btn-facebook-faded.active,.btn-facebook-faded:focus,.btn-facebook-faded:hover{background-color:rgba(59,89,152,.25);color:#3b5998}.btn-twitter-faded{background-color:rgba(0,172,238,.2);color:#00acee}.btn-twitter-faded.active,.btn-twitter-faded:focus,.btn-twitter-faded:hover{background-color:rgba(0,172,238,.25);color:#00acee}.btn-white-faded{background-color:hsla(0,0%,100%,.2);color:#fff}.btn-white-faded.active,.btn-white-faded:focus,.btn-white-faded:hover{background-color:hsla(0,0%,100%,.25);color:#fff}.btn-pink-faded{background-color:rgba(255,166,158,.2);color:#ffa69e}.btn-pink-faded.active,.btn-pink-faded:focus,.btn-pink-faded:hover{background-color:rgba(255,166,158,.25);color:#ffa69e}.btn-teal-faded{background-color:rgba(8,197,213,.2);color:#08c5d5}.btn-teal-faded.active,.btn-teal-faded:focus,.btn-teal-faded:hover{background-color:rgba(8,197,213,.25);color:#08c5d5}.btn-orange-faded{background-color:rgba(252,98,41,.2);color:#fc6229}.btn-orange-faded.active,.btn-orange-faded:focus,.btn-orange-faded:hover{background-color:rgba(252,98,41,.25);color:#fc6229}.btn-icon{width:50px;height:50px;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:100%}.btn-group-lg>.btn-icon.btn,.btn-icon.btn-lg{width:80px;height:80px}.btn-group-sm>.btn-icon.btn,.btn-icon.btn-sm{width:36px;height:36px}.btn-rounded-tl-br{border-top-left-radius:20px;border-bottom-right-radius:20px}.btn-rounded-tr-bl{border-top-right-radius:20px;border-bottom-left-radius:20px}@media(min-width:768px){.btn-skew-left{transform:skew(10deg)}.btn-skew-left span{display:block}.btn-skew-left span,.btn-skew-right{transform:skew(-10deg)}.btn-skew-right span{display:block;transform:skew(10deg)}}.breadcrumb-item{text-transform:uppercase;font-weight:500}.breadcrumb-item,.breadcrumb-item a{text-decoration:none;color:#a0a0a2}.breadcrumb-light,.breadcrumb-light+.breadcrumb-item:before,.breadcrumb-light.active,.breadcrumb-light a{color:#fff}.aside-checkout{position:relative}.aside-checkout:after{background:#f6f6f6;width:300%;content:"";position:absolute;top:0;left:0;height:100%;bottom:0;z-index:-1}@media(max-width:767.98px){.aside-checkout:after{display:none}}.nav-link-checkout{text-decoration:none;color:#a0a0a2;transition:all .3s linear;opacity:.75;position:relative;padding:0}.nav-link-checkout:after{font-family:var(--theme-font-icon);content:"";position:absolute;right:-1.25rem;top:0}.nav-link-checkout:before{content:"";display:block;position:absolute;width:100%;height:2px;background:#1c212c;bottom:-5px;left:0;right:0;opacity:0;transition:all .3s linear}.nav-link-checkout.nav-link-last:after{display:none}.nav-link-checkout.active,.nav-link-checkout:active,.nav-link-checkout:focus,.nav-link-checkout:hover{color:#1c212c;opacity:1}.nav-link-checkout.active:before,.nav-link-checkout:active:before,.nav-link-checkout:focus:before,.nav-link-checkout:hover:before{opacity:1}.checkout-item-qty{position:absolute;border-radius:100%;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:500;top:-8px;right:-8px;background:#1c212c;color:#fff;font-size:74%}.variant-active{border:1px solid #1c212c;opacity:.25}.card-title{font-weight:700}.card-badge{position:absolute;top:5px;left:5px;z-index:20;padding:.5rem .5rem .6rem;font-weight:500}.card-title-overlay-skewed{position:absolute;bottom:25px;left:0;z-index:10;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:skewY(-5deg)}.card-skewed-overlap{margin-top:-5px;font-weight:700;font-size:74%;text-transform:uppercase;background:#08c5d5;color:#1c212c;padding:.25rem .45rem}.card-skewed-title{font-size:1rem;text-transform:uppercase;font-weight:500;background:#1c212c;color:#fff;padding:.5rem .75rem}.card-reveal-text{opacity:0;transition:transform .5s cubic-bezier(.5,0,.1,1) .65s,opacity .5s cubic-bezier(.5,0,.1,1) .65s;transform:translateY(10%)}.card-reveal-body{position:relative;z-index:20}.card-reveal-body:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff;transition:transform 1s cubic-bezier(.5,0,.1,1),opacity 1s cubic-bezier(.5,0,.1,1) .75s}.card-reveal-img{position:relative;overflow:hidden;z-index:30}.card-reveal-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff;transition:transform 1s cubic-bezier(.5,0,.1,1),opacity 1s cubic-bezier(.5,0,.1,1) .75s}.card-reveal-img img{transition:transform .75s cubic-bezier(.5,0,.1,1);transform:translateX(-20%)}.card-reveal-left .card-reveal-img img{transform:translateX(20%)}.card-expand{padding-left:var(--bs-gutter-width);padding-right:var(--bs-gutter-width)}@media(min-width:768px){.card-expand{width:auto}}@media(min-width:1200px){.card-expand{width:calc(50vw + var(--theme-maxwidth-breakpoint-xl)/2 - var(--bs-spacer)*2);margin-left:auto;margin-right:0;padding-right:var(--swiper-slide-spacing);padding-left:0}}@media(min-width:1400px){.card-expand{width:calc(50vw + var(--theme-maxwidth-breakpoint-xxl)/2 - var(--bs-spacer)*2)}}.card-listing .card-actions{position:absolute;z-index:20;bottom:0;left:0;right:0;padding:.75rem;background:hsla(0,0%,100%,.8);transform:translateY(100%)}.page-loaded .card-actions{transition:transform .15s ease-in}.card-listing .card-header{border:2px dashed transparent;transition:border .2s ease-in;position:relative;padding:0;overflow:hidden}.card-listing:hover .card-header{border:2px dashed #1c212c}.card-listing:hover .card-actions{opacity:1;transform:translateY(0)}@media(min-width:1200px){.img-clip-shape-one{-webkit-clip-path:url(#svg-slanted-one);clip-path:url(#svg-slanted-one)}}.card-title-rotate{transition:all .3s ease-in;transform:rotate(-90deg);transform-origin:left top}.card-rotate{overflow:hidden}.card-img-zoom{transition:all .5s ease-in}.card-rotate .link-cover:after{background:rgba(0,0,0,.2);z-index:10}.card:hover .card-img-zoom{transform:scale(1.02)}.card:hover .card-link-show-hover,.card:hover .card-title-show-hover{opacity:1;transform:translateY(0)}.card:hover .card-title-wrapper{bottom:-100%}.card-rotate .card-title-wrapper{transition:all .3s ease-in .2s;position:absolute;bottom:0;left:1rem;z-index:20}.card-link-show-hover{position:absolute;bottom:1rem;right:1rem;transition:all .2s ease-in .2s;transform:translateY(20%);opacity:0;z-index:20}.card-title-show-hover{transition:all .3s ease-in;transform:translateY(-20%);opacity:0;z-index:20;position:relative}.card-brands{border-top:1px solid #e9eaea;padding:2rem 0}.card-title-brand{font-weight:700;font-size:2.5rem;text-transform:uppercase;color:#e9eaea}.card-hover-hide-one{transition:all .3s ease-in}.card-hover-hide-two{transition:all .3s ease-in .1s}.card-hover-hide-three{transition:all .3s ease-in .2s}.card-hover-show-one{transition:all .2s ease-in!important;transform:translate(-50%,-35%);position:absolute;top:50%;left:50%;opacity:0}.card:hover .card-hover-hide-one,.card:hover .card-hover-hide-three,.card:hover .card-hover-hide-two{transform:translateX(-200%)}.card:hover .card-hover-show-one{transition:all .2s ease-in .5s!important;transform:translate(-50%,-50%);opacity:1}.collapse-icon-chevron{position:relative}.collapse-icon-chevron:before{font-family:var(--theme-font-icon);content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.collapse-icon-chevron[aria-expanded=true]:before{content:""}.collapse-icon-plus{position:relative}.collapse-icon-plus:before{font-family:var(--theme-font-icon);content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.collapse-icon-plus[aria-expanded=true]:before{content:""}.collapse-icon-left{padding-left:1.5rem!important}.collapse-icon-left:before{right:auto;left:0}.collapse-icon-bg-dark:before{background:#1c212c;width:24px;height:24px;border-radius:100%;text-align:center;color:#fff;line-height:24px}.collapse-icon-bg-dark.collapse-icon-left{padding-left:2.25rem!important}.dropend .dropdown-menu{left:98%}.dropdown-toggle{position:relative}.dropdown-toggle:after{border:0;font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:"";margin:0!important;font-size:1.15rem;display:block;position:absolute;top:50%;transform:translateY(-50%);right:0}.dropdown-toggle.show:after{content:""}.dropdown-toggle:not(.dropdown-toggle-no-icon):not(.dropdown-toggle-xs){padding-right:1.25rem!important}.dropdown-toggle-no-icon:after{display:none!important}.dropdown-toggle-xs{padding-right:.925rem!important}.dropdown-toggle-xs:after{font-size:.9rem;transform:translateY(-50%)}.dropend .dropdown-toggle:after{content:"";font-size:.85rem;border:0!important}.dropdown-item{transition:all .2s linear}.dropdown-menu{box-shadow:0 1.5rem 4rem rgba(22,28,45,.12);padding:1rem 1.5rem;min-width:12rem}.dropdown-menu-sm{min-width:auto}.dropdown-menu-xs{min-width:auto;padding:1rem}@media(min-width:992px){.dropdown-megamenu{width:100%;left:0;right:0;border-radius:0!important;padding:0!important;background:#fff;margin:0!important;border:0!important;border-top:1px solid #e9eaea!important;box-shadow:0 1.5rem 31px -17px rgba(22,28,45,.08)}.dropdown-menu-lg{min-width:46rem;width:auto;left:50%;transform:translate(-50%);padding:2.5rem 3rem}.navbar-nav .dropdown-menu.show:not(.dropdown-menu-xs){-webkit-animation:fadeInUp .3s;animation:fadeInUp .3s}.navbar-nav .dropdown-menu-lg.show:not(.dropdown-menu-xs){-webkit-animation:fadeInUpMenu .3s;animation:fadeInUpMenu .3s}}@media(max-width:991.98px){.dropdown-menu{padding:1rem}.nav-item .dropdown-menu{box-shadow:none}.dropdown-menu .container{padding:0}}.dropdown-megamenu.border-0{border:0!important}.dropdown-heading{text-transform:uppercase;letter-spacing:.25em;font-size:74%;margin-bottom:1rem;color:#a0a0a2;font-weight:600}.dropdown-list-item{margin-bottom:0}.dropdown-item{transition:all .3s linear;text-decoration:none;display:flex;padding:.25rem 0}.dropdown-item:hover{color:#a0a0a2;text-decoration:none}.dropdown-menu-xs .dropdown-item{padding:.25rem .5rem;font-size:74%;font-weight:500}.dropdown-link-all{font-weight:600;text-transform:uppercase;letter-spacing:.25em;font-size:74%;margin-top:1rem}.form-group{margin-bottom:1.2rem}label{margin-bottom:.35rem}.form-check-label{font-weight:400}.form-select-sm{font-size:.85em;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500;cursor:pointer}.form-check-custom{position:relative;padding:0}.form-check-custom input{position:absolute;opacity:0;margin:0}.form-check-custom input:checked+label:before{border-color:var(--theme-form-checkbox-active-color)}.form-check-custom input:checked+label:after{opacity:1}.form-check-custom input:disabled+label{cursor:default}.form-check-custom label{margin:0;cursor:pointer}.form-check-custom label:before{width:var(--theme-form-checkbox-before-size);height:var(--theme-form-checkbox-before-size);border-radius:var(--theme-form-checkbox-border-radius);display:inline-block;content:"";border:1px solid #e9eaea;vertical-align:text-bottom;margin-right:.5rem;transition:all .2s linear}.form-check-custom label:after{content:"";position:absolute;display:block;height:var(--theme-form-checkbox-after-height);width:var(--theme-form-checkbox-after-width);border-bottom:var(--theme-form-checkbox-after-border-width) solid var(--theme-form-checkbox-active-color);border-right:var(--theme-form-checkbox-after-border-width) solid var(--theme-form-checkbox-active-color);transform:rotate(45deg);left:var(--theme-form-checkbox-after-position-left);top:var(--theme-form-checkbox-after-position-top);transition:all .2s linear;opacity:0}.form-check-bg input{position:absolute;opacity:0;margin:0}.form-check-bg input:checked+label{background:var(--theme-form-checkbox-active-color);border-color:var(--theme-form-checkbox-active-color);color:#fff}.form-check-bg label{border:1px solid #e9eaea;border-radius:4px;padding:.25rem .5rem;cursor:pointer;transition:all .2s linear}.form-check-bg label:after,.form-check-bg label:before{display:none!important}.form-check-solid-bg-checkmark label:before{background:var(--theme-form-checkbox-active-color);border:0;width:var(--theme-form-checkbox-bg-before-size);height:var(--theme-form-checkbox-bg-before-size)}.form-check-solid-bg-checkmark label:after{border-bottom:var(--theme-form-checkbox-after-border-width) solid #fff;border-right:var(--theme-form-checkbox-after-border-width) solid #fff;left:var(--theme-form-checkbox-bg-after-position-left);top:var(--theme-form-checkbox-bg-after-position-top)}.form-check-custom.form-check-primary{--theme-form-checkbox-active-color:#6f46ff}.form-check-custom.form-check-secondary{--theme-form-checkbox-active-color:#a0a0a2}.form-check-custom.form-check-success{--theme-form-checkbox-active-color:#19b8a2}.form-check-custom.form-check-info{--theme-form-checkbox-active-color:#0dcaf0}.form-check-custom.form-check-warning{--theme-form-checkbox-active-color:#ffed03}.form-check-custom.form-check-danger{--theme-form-checkbox-active-color:#db1a2a}.form-check-custom.form-check-light{--theme-form-checkbox-active-color:#f6f6f6}.form-check-custom.form-check-dark{--theme-form-checkbox-active-color:#1c212c}.form-check-custom.form-check-facebook{--theme-form-checkbox-active-color:#3b5998}.form-check-custom.form-check-twitter{--theme-form-checkbox-active-color:#00acee}.form-check-custom.form-check-white{--theme-form-checkbox-active-color:#fff}.form-check-custom.form-check-pink{--theme-form-checkbox-active-color:#ffa69e}.form-check-custom.form-check-teal{--theme-form-checkbox-active-color:#08c5d5}.form-check-custom.form-check-orange{--theme-form-checkbox-active-color:#fc6229}.form-radio-custom label{display:block;padding-left:1.95rem}.form-radio-custom label:before{border-radius:var(--theme-form-radio-button-border-radius);border:2px solid #e9eaea;position:absolute;left:0;top:4px}.form-radio-custom label:after{height:var(--theme-form-radio-button-after-size);width:var(--theme-form-radio-button-after-size);border-radius:var(--theme-form-radio-button-border-radius);left:5px;top:9px;background:var(--theme-form-checkbox-active-color)}.form-radio-highlight input:checked+label{border-color:var(--theme-form-checkbox-active-color);color:var(--theme-form-checkbox-active-color)}.form-radio-highlight label{display:block;border:1px solid #e9eaea;padding:1rem;border-radius:.25rem;cursor:pointer;transition:all .2s linear}.form-radio-highlight label *{color:inherit!important}.form-radio-highlight label:after,.form-radio-highlight label:before{display:none!important}.form-check-option{position:relative;padding:0}.form-check-option input{position:absolute;opacity:0;margin:0}.form-check-option input:checked+label{background:#1c212c;border-color:#1c212c;color:#fff}.form-check-option input:disabled+label{cursor:default;opacity:.5;background:#f6f6f6;text-decoration:line-through}.form-check-option label{border:1px solid #e9eaea;padding:.6rem .75rem;min-width:4rem;cursor:pointer;margin-right:.5rem;margin-bottom:.5rem;text-align:center;line-height:1;font-size:.975rem}.form-check-rounded label{border-radius:.25rem}.hotspot-container{position:relative}.hotspot-container .hotspot{position:absolute;z-index:20;width:36px;height:36px;border-radius:100%;background:rgba(0,0,0,.4);border:2px solid hsla(0,0%,100%,.7);box-shadow:0 1rem 2.5rem rgba(29,48,61,.125);transition:all .2s ease-in-out;opacity:0;cursor:pointer}.hotspot-container .hotspot:after{width:12px;height:12px;background:#fff;border-radius:100%;content:"";display:block;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-6px;box-shadow:0 .5rem 1rem rgba(29,48,61,.06);transition:all .3s linear}.hotspot-container .hotspot:before{width:46px;height:46px;border-radius:100%;content:"";display:block;position:absolute;left:-7px;top:-7px;border:2px solid hsla(0,0%,100%,.9);opacity:0;-webkit-animation:pulsate 3s ease-out 3;animation:pulsate 3s ease-out 3}.hotspot-container .hotspot.always-show{opacity:1}.hotspot-container .hotspot.always-animate:before{-webkit-animation:pulsate 3s ease-out infinite;animation:pulsate 3s ease-out infinite}.hotspot-container .hotspot:active,.hotspot-container .hotspot:focus,.hotspot-container .hotspot:hover{border:2px solid transparent}.hotspot-container .hotspot:active:after,.hotspot-container .hotspot:focus:after,.hotspot-container .hotspot:hover:after{transform:scale(.8)}.hotspot-container:hover .hotspot{opacity:1}.hotspot-content{z-index:30;transition:all .3s ease-in-out;opacity:0;background:#fff}.hotspot-content.show{opacity:1}.tippy-content{padding:.5rem!important}.modal-drawer{padding:0!important}.modal-drawer .modal-header{border-radius:0!important}.modal-drawer.fade .modal-dialog{transform:none!important}.modal-drawer.fade .modal-content{transition:opacity .2s linear,transform .3s ease-in!important;opacity:0;transform:translateX(100%)!important}.modal-drawer.fade .modal-content.modal-drawer-left{transform:translateX(-100%)!important}.modal-drawer.fade.show .modal-content{opacity:1;transform:translateX(0)!important}.modal-title{font-weight:600}.modal-header{border-bottom:0;padding-bottom:0}.nav-link-sm{font-size:.75rem;padding-top:0;padding-bottom:0;text-transform:uppercase}.nav-link-stripped{background:transparent;border:0;border-bottom:1px solid transparent;color:#a0a0a2;font-weight:500;margin-bottom:-1px}.nav-link-stripped.active{border-bottom:1px solid #1c212c;color:#1c212c}.navbar-nav a:active,.navbar-nav a:focus{background:transparent}.navbar-dark .btn-link{color:#fff}.navbar-dark.bg-white-hover:hover .btn-link,.navbar-dark.bg-white-hover:hover .navbar-brand,.navbar-dark.bg-white-hover:hover .navbar-collapse:not(.show) .btn-link,.navbar-dark.bg-white-hover:hover .navbar-collapse:not(.show) .nav-link{color:#1c212c}.navbar-light.bg-dark-hover:hover .btn-link,.navbar-light.bg-dark-hover:hover .navbar-brand,.navbar-light.bg-dark-hover:hover .navbar-collapse:not(.show) .btn-link,.navbar-light.bg-dark-hover:hover .navbar-collapse:not(.show) .nav-link{color:#fff}.nav-link{align-items:center;display:flex;font-weight:500}.navbar-nav .dropdown .dropdown-menu:before{content:"";position:absolute;bottom:100%;height:calc(1rem + 1px);width:100%}@media(min-width:992px){.navbar-collapse:not(.show){display:flex!important}}@media(max-width:991.98px){.navbar-active{overflow:hidden}.navbar-collapse:not(.navbar-collapse-expand){position:fixed;top:0;left:0;right:0;bottom:0;height:100vh!important;width:100vw!important;z-index:9999;background:#1c212c;margin:0!important;opacity:0;padding:5rem 1.25rem 4rem;overflow-y:scroll;transition:all .3s ease-in}.navbar-collapse-light{background:#fff!important}.navbar-collapse-light .nav-link{color:#1c212c!important}.navbar-collapse.show{opacity:1}.navbar-collapse.show:not(.navbar-collapse-expand){-webkit-animation:fadeInUp .3s;animation:fadeInUp .3s}.navbar-collapse .container-fluid,.navbar-collapse .container-lg,.navbar-collapse .container-md,.navbar-collapse .container-sm,.navbar-collapse .container-xl,.navbar-collapse .container-xxl{padding:0}.navbar-nav .nav-link{font-size:1.75rem;padding-top:1rem;padding-bottom:1rem}.navbar-nav .nav-link:after{font-size:inherit}.navbar-nav .dropdown-menu .dropdown-menu{display:block;box-shadow:none!important;margin:0!important;min-width:auto!important;padding:0 .5rem .5rem}.navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle{font-weight:500}.navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle:after{display:none}}.nav-link,.navbar-brand{transition:none}.page-loaded .nav-link,.page-loaded .navbar-brand{transition:all .15s ease-in}.page-link{border-radius:.25rem;transition:all .3s linear}.pi{display:inline-block;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;width:40px;min-height:30px;background-origin:padding-box}.pi.pi-paypal{background:url(../svgs/paypal.svg) 50% no-repeat}.pi.pi-apple-pay{background:url(../svgs/apple-pay.svg) 50% no-repeat}.pi.pi-google-pay{background:url(../svgs/google-pay.svg) 50% no-repeat}.pi.pi-alipay{background:url(../svgs/alipay.svg) 50% no-repeat}.pi.pi-mastercard{background:url(../svgs/mastercard.svg) 50% no-repeat}.pi.pi-visa{background:url(../svgs/visa.svg) 50% no-repeat}.pi.pi-american-express{background:url(../svgs/american-express.svg) 50% no-repeat}.pi.pi-diners-club{background:url(../svgs/diners-club.svg) 50% no-repeat}.pi.pi-maestro{background:url(../svgs/maestro.svg) 50% no-repeat}.pi.pi-vpay{background:url(../svgs/vpay.svg) 50% no-repeat}.pi.pi-girocard{background:url(../svgs/girocard.svg) 50% no-repeat}.pi.pi-klarna{background:url(../svgs/klarna.svg) 50% no-repeat}.pi.pi-giropay{background:url(../svgs/giropay.svg) 50% no-repeat}.pi.pi-ideal{background:url(../svgs/ideal.svg) 50% no-repeat}.pi.pi-przelewy24{background:url(../svgs/przelewy24.svg) 50% no-repeat}.pi.pi-bitcoin{background:url(../svgs/bitcoin.svg) 50% no-repeat}.pi.pi-ethereum{background:url(../svgs/ethereum.svg) 50% no-repeat}.pi.pi-ripple{background:url(../svgs/ripple.svg) 50% no-repeat}.pi.pi-lg{width:80px}.pi.pi-sm{width:25px;min-height:15px}.popover{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)}.popover-gray .popover-arrow{margin-bottom:1px}.popover-gray .popover-arrow:after,.popover-gray .popover-arrow:before{border-top-color:#a0a0a2}.popover-gray .popover-body{background:#a0a0a2}.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-gray.bs-popover-end .popover-arrow{margin-bottom:0}.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.popover-gray.bs-popover-end .popover-arrow:after,.popover-gray.bs-popover-end .popover-arrow:before{border-top-color:transparent;border-right-color:#a0a0a2}.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-gray.bs-popover-start .popover-arrow{margin-bottom:0}.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.popover-gray.bs-popover-start .popover-arrow:after,.popover-gray.bs-popover-start .popover-arrow:before{border-top-color:transparent;border-left-color:#a0a0a2}.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.popover-gray.bs-popover-bottom .popover-arrow{margin-bottom:0;margin-top:1px}.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-gray.bs-popover-bottom .popover-arrow:after,.popover-gray.bs-popover-bottom .popover-arrow:before{border-top-color:transparent;border-bottom-color:#a0a0a2}.popover-dark .popover-arrow{margin-bottom:1px}.popover-dark .popover-arrow:after,.popover-dark .popover-arrow:before{border-top-color:#1c212c}.popover-dark .popover-body{background:#1c212c;color:#fff}.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-dark.bs-popover-end .popover-arrow{margin-bottom:0}.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.popover-dark.bs-popover-end .popover-arrow:after,.popover-dark.bs-popover-end .popover-arrow:before{border-top-color:transparent;border-right-color:#1c212c}.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-dark.bs-popover-start .popover-arrow{margin-bottom:0}.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.popover-dark.bs-popover-start .popover-arrow:after,.popover-dark.bs-popover-start .popover-arrow:before{border-top-color:transparent;border-left-color:#1c212c}.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.popover-dark.bs-popover-bottom .popover-arrow{margin-bottom:0;margin-top:1px}.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-dark.bs-popover-bottom .popover-arrow:after,.popover-dark.bs-popover-bottom .popover-arrow:before{border-top-color:transparent;border-bottom-color:#1c212c}.rating .stars{position:relative;z-index:1;overflow:hidden;display:flex}.rating .stars.position-absolute{position:absolute;z-index:2;flex-wrap:nowrap}.rating .stars i{display:inline-block}[data-pixr-scrollto]{cursor:pointer}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;min-height:100vh;overflow-y:auto;background:#fff;display:none;opacity:0;z-index:-1}.search-active{overflow:hidden}.search-active .search-overlay{display:block;-webkit-animation:fadeIn .5s;animation:fadeIn .5s;opacity:1;z-index:999}.nav-tabs,.nav-tabs .nav-link{border:0}.tab-pane{padding-top:1rem}.nav-tabs-border .nav-link{position:relative;padding-left:0;padding-right:0;margin-right:2rem}.nav-tabs-border .nav-link:after{content:"";display:block;height:2px;background:#1c212c;position:absolute;bottom:0;left:0;right:0;opacity:0}.nav-tabs-border .nav-link.active:after{opacity:1}.tooltip-gray .tooltip-inner{background:#a0a0a2;color:#1c212c}.tooltip-gray .tooltip-arrow:before{border-top-color:#a0a0a2}.tooltip-gray.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-end .tooltip-arrow:before{border-top-color:transparent;border-right-color:#a0a0a2}.tooltip-gray.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-start .tooltip-arrow:before{border-top-color:transparent;border-left-color:#a0a0a2}.tooltip-gray.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-bottom .tooltip-arrow:before{border-top-color:transparent;border-bottom-color:#a0a0a2}.tooltip-white{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)}.tooltip-white .tooltip-inner{background:#fff;color:#1c212c}.tooltip-white .tooltip-arrow:before{border-top-color:#fff}.tooltip-white.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-white.bs-tooltip-end .tooltip-arrow:before{border-top-color:transparent;border-right-color:#fff}.tooltip-white.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-white.bs-tooltip-start .tooltip-arrow:before{border-top-color:transparent;border-left-color:#fff}.tooltip-white.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-white.bs-tooltip-bottom .tooltip-arrow:before{border-top-color:transparent;border-bottom-color:#fff}[data-aos=reveal-left].aos-animate .card-reveal-body:after,[data-aos=reveal-left].aos-animate .card-reveal-img:after,[data-aos=reveal-right].aos-animate .card-reveal-body:after,[data-aos=reveal-right].aos-animate .card-reveal-img:after{opacity:0}[data-aos=reveal-left].aos-animate .card-reveal-text,[data-aos=reveal-right].aos-animate .card-reveal-text{opacity:1;transform:translateY(0)}[data-aos=reveal-left].aos-animate .card-reveal-img img,[data-aos=reveal-right].aos-animate .card-reveal-img img{transform:translateX(0)}[data-aos=reveal-right].aos-animate .card-reveal-body:after,[data-aos=reveal-right].aos-animate .card-reveal-img:after{transform:translateX(100%)}[data-aos=reveal-left].aos-animate .card-reveal-body:after,[data-aos=reveal-left].aos-animate .card-reveal-img:after{transform:translateX(-100%)}.choices__list.form-control{cursor:pointer;position:relative}.choices__list.form-control:after{font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:"";font-size:1.5rem;display:block;position:absolute;top:50%;transform:translateY(-50%);right:0}.choices__list.dropdown-menu{width:100%;padding:.5rem 0}.choices__item.dropdown-item{background:transparent!important;color:#1c212c;padding:.5rem 1rem;cursor:pointer}.choices__item.dropdown-item:hover{background:#f6f6f6!important}@font-face{font-family:remixicon;src:url(../fonts/remixicon.woff) format("woff");font-display:auto}[class*=" ri-"],[class^=ri-]{font-family:remixicon!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:""}.ri-24-hours-line:before{content:""}.ri-4k-fill:before{content:""}.ri-4k-line:before{content:""}.ri-a-b:before{content:""}.ri-account-box-fill:before{content:""}.ri-account-box-line:before{content:""}.ri-account-circle-fill:before{content:""}.ri-account-circle-line:before{content:""}.ri-account-pin-box-fill:before{content:""}.ri-account-pin-box-line:before{content:""}.ri-account-pin-circle-fill:before{content:""}.ri-account-pin-circle-line:before{content:""}.ri-add-box-fill:before{content:""}.ri-add-box-line:before{content:""}.ri-add-circle-fill:before{content:""}.ri-add-circle-line:before{content:""}.ri-add-fill:before{content:""}.ri-add-line:before{content:""}.ri-admin-fill:before{content:""}.ri-admin-line:before{content:""}.ri-advertisement-fill:before{content:""}.ri-advertisement-line:before{content:""}.ri-airplay-fill:before{content:""}.ri-airplay-line:before{content:""}.ri-alarm-fill:before{content:""}.ri-alarm-line:before{content:""}.ri-alarm-warning-fill:before{content:""}.ri-alarm-warning-line:before{content:""}.ri-album-fill:before{content:""}.ri-album-line:before{content:""}.ri-alert-fill:before{content:""}.ri-alert-line:before{content:""}.ri-aliens-fill:before{content:""}.ri-aliens-line:before{content:""}.ri-align-bottom:before{content:""}.ri-align-center:before{content:""}.ri-align-justify:before{content:""}.ri-align-left:before{content:""}.ri-align-right:before{content:""}.ri-align-top:before{content:""}.ri-align-vertically:before{content:""}.ri-alipay-fill:before{content:""}.ri-alipay-line:before{content:""}.ri-amazon-fill:before{content:""}.ri-amazon-line:before{content:""}.ri-anchor-fill:before{content:""}.ri-anchor-line:before{content:""}.ri-ancient-gate-fill:before{content:""}.ri-ancient-gate-line:before{content:""}.ri-ancient-pavilion-fill:before{content:""}.ri-ancient-pavilion-line:before{content:""}.ri-android-fill:before{content:""}.ri-android-line:before{content:""}.ri-angularjs-fill:before{content:""}.ri-angularjs-line:before{content:""}.ri-anticlockwise-2-fill:before{content:""}.ri-anticlockwise-2-line:before{content:""}.ri-anticlockwise-fill:before{content:""}.ri-anticlockwise-line:before{content:""}.ri-app-store-fill:before{content:""}.ri-app-store-line:before{content:""}.ri-apple-fill:before{content:""}.ri-apple-line:before{content:""}.ri-apps-2-fill:before{content:""}.ri-apps-2-line:before{content:""}.ri-apps-fill:before{content:""}.ri-apps-line:before{content:""}.ri-archive-drawer-fill:before{content:""}.ri-archive-drawer-line:before{content:""}.ri-archive-fill:before{content:""}.ri-archive-line:before{content:""}.ri-arrow-down-circle-fill:before{content:""}.ri-arrow-down-circle-line:before{content:""}.ri-arrow-down-fill:before{content:""}.ri-arrow-down-line:before{content:""}.ri-arrow-down-s-fill:before{content:""}.ri-arrow-down-s-line:before{content:""}.ri-arrow-drop-down-fill:before{content:""}.ri-arrow-drop-down-line:before{content:""}.ri-arrow-drop-left-fill:before{content:""}.ri-arrow-drop-left-line:before{content:""}.ri-arrow-drop-right-fill:before{content:""}.ri-arrow-drop-right-line:before{content:""}.ri-arrow-drop-up-fill:before{content:""}.ri-arrow-drop-up-line:before{content:""}.ri-arrow-go-back-fill:before{content:""}.ri-arrow-go-back-line:before{content:""}.ri-arrow-go-forward-fill:before{content:""}.ri-arrow-go-forward-line:before{content:""}.ri-arrow-left-circle-fill:before{content:""}.ri-arrow-left-circle-line:before{content:""}.ri-arrow-left-down-fill:before{content:""}.ri-arrow-left-down-line:before{content:""}.ri-arrow-left-fill:before{content:""}.ri-arrow-left-line:before{content:""}.ri-arrow-left-right-fill:before{content:""}.ri-arrow-left-right-line:before{content:""}.ri-arrow-left-s-fill:before{content:""}.ri-arrow-left-s-line:before{content:""}.ri-arrow-left-up-fill:before{content:""}.ri-arrow-left-up-line:before{content:""}.ri-arrow-right-circle-fill:before{content:""}.ri-arrow-right-circle-line:before{content:""}.ri-arrow-right-down-fill:before{content:""}.ri-arrow-right-down-line:before{content:""}.ri-arrow-right-fill:before{content:""}.ri-arrow-right-line:before{content:""}.ri-arrow-right-s-fill:before{content:""}.ri-arrow-right-s-line:before{content:""}.ri-arrow-right-up-fill:before{content:""}.ri-arrow-right-up-line:before{content:""}.ri-arrow-up-circle-fill:before{content:""}.ri-arrow-up-circle-line:before{content:""}.ri-arrow-up-down-fill:before{content:""}.ri-arrow-up-down-line:before{content:""}.ri-arrow-up-fill:before{content:""}.ri-arrow-up-line:before{content:""}.ri-arrow-up-s-fill:before{content:""}.ri-arrow-up-s-line:before{content:""}.ri-artboard-2-fill:before{content:""}.ri-artboard-2-line:before{content:""}.ri-artboard-fill:before{content:""}.ri-artboard-line:before{content:""}.ri-article-fill:before{content:""}.ri-article-line:before{content:""}.ri-aspect-ratio-fill:before{content:""}.ri-aspect-ratio-line:before{content:""}.ri-asterisk:before{content:""}.ri-at-fill:before{content:""}.ri-at-line:before{content:""}.ri-attachment-2:before{content:""}.ri-attachment-fill:before{content:""}.ri-attachment-line:before{content:""}.ri-auction-fill:before{content:""}.ri-auction-line:before{content:""}.ri-award-fill:before{content:""}.ri-award-line:before{content:""}.ri-baidu-fill:before{content:""}.ri-baidu-line:before{content:""}.ri-ball-pen-fill:before{content:""}.ri-ball-pen-line:before{content:""}.ri-bank-card-2-fill:before{content:""}.ri-bank-card-2-line:before{content:""}.ri-bank-card-fill:before{content:""}.ri-bank-card-line:before{content:""}.ri-bank-fill:before{content:""}.ri-bank-line:before{content:""}.ri-bar-chart-2-fill:before{content:""}.ri-bar-chart-2-line:before{content:""}.ri-bar-chart-box-fill:before{content:""}.ri-bar-chart-box-line:before{content:""}.ri-bar-chart-fill:before{content:""}.ri-bar-chart-grouped-fill:before{content:""}.ri-bar-chart-grouped-line:before{content:""}.ri-bar-chart-horizontal-fill:before{content:""}.ri-bar-chart-horizontal-line:before{content:""}.ri-bar-chart-line:before{content:""}.ri-barcode-box-fill:before{content:""}.ri-barcode-box-line:before{content:""}.ri-barcode-fill:before{content:""}.ri-barcode-line:before{content:""}.ri-barricade-fill:before{content:""}.ri-barricade-line:before{content:""}.ri-base-station-fill:before{content:""}.ri-base-station-line:before{content:""}.ri-basketball-fill:before{content:""}.ri-basketball-line:before{content:""}.ri-battery-2-charge-fill:before{content:""}.ri-battery-2-charge-line:before{content:""}.ri-battery-2-fill:before{content:""}.ri-battery-2-line:before{content:""}.ri-battery-charge-fill:before{content:""}.ri-battery-charge-line:before{content:""}.ri-battery-fill:before{content:""}.ri-battery-line:before{content:""}.ri-battery-low-fill:before{content:""}.ri-battery-low-line:before{content:""}.ri-battery-saver-fill:before{content:""}.ri-battery-saver-line:before{content:""}.ri-battery-share-fill:before{content:""}.ri-battery-share-line:before{content:""}.ri-bear-smile-fill:before{content:""}.ri-bear-smile-line:before{content:""}.ri-behance-fill:before{content:""}.ri-behance-line:before{content:""}.ri-bell-fill:before{content:""}.ri-bell-line:before{content:""}.ri-bike-fill:before{content:""}.ri-bike-line:before{content:""}.ri-bilibili-fill:before{content:""}.ri-bilibili-line:before{content:""}.ri-bill-fill:before{content:""}.ri-bill-line:before{content:""}.ri-billiards-fill:before{content:""}.ri-billiards-line:before{content:""}.ri-bit-coin-fill:before{content:""}.ri-bit-coin-line:before{content:""}.ri-blaze-fill:before{content:""}.ri-blaze-line:before{content:""}.ri-bluetooth-connect-fill:before{content:""}.ri-bluetooth-connect-line:before{content:""}.ri-bluetooth-fill:before{content:""}.ri-bluetooth-line:before{content:""}.ri-blur-off-fill:before{content:""}.ri-blur-off-line:before{content:""}.ri-body-scan-fill:before{content:""}.ri-body-scan-line:before{content:""}.ri-bold:before{content:""}.ri-book-2-fill:before{content:""}.ri-book-2-line:before{content:""}.ri-book-3-fill:before{content:""}.ri-book-3-line:before{content:""}.ri-book-fill:before{content:""}.ri-book-line:before{content:""}.ri-book-mark-fill:before{content:""}.ri-book-mark-line:before{content:""}.ri-book-open-fill:before{content:""}.ri-book-open-line:before{content:""}.ri-book-read-fill:before{content:""}.ri-book-read-line:before{content:""}.ri-booklet-fill:before{content:""}.ri-booklet-line:before{content:""}.ri-bookmark-2-fill:before{content:""}.ri-bookmark-2-line:before{content:""}.ri-bookmark-3-fill:before{content:""}.ri-bookmark-3-line:before{content:""}.ri-bookmark-fill:before{content:""}.ri-bookmark-line:before{content:""}.ri-boxing-fill:before{content:""}.ri-boxing-line:before{content:""}.ri-braces-fill:before{content:""}.ri-braces-line:before{content:""}.ri-brackets-fill:before{content:""}.ri-brackets-line:before{content:""}.ri-briefcase-2-fill:before{content:""}.ri-briefcase-2-line:before{content:""}.ri-briefcase-3-fill:before{content:""}.ri-briefcase-3-line:before{content:""}.ri-briefcase-4-fill:before{content:""}.ri-briefcase-4-line:before{content:""}.ri-briefcase-5-fill:before{content:""}.ri-briefcase-5-line:before{content:""}.ri-briefcase-fill:before{content:""}.ri-briefcase-line:before{content:""}.ri-bring-forward:before{content:""}.ri-bring-to-front:before{content:""}.ri-broadcast-fill:before{content:""}.ri-broadcast-line:before{content:""}.ri-brush-2-fill:before{content:""}.ri-brush-2-line:before{content:""}.ri-brush-3-fill:before{content:""}.ri-brush-3-line:before{content:""}.ri-brush-4-fill:before{content:""}.ri-brush-4-line:before{content:""}.ri-brush-fill:before{content:""}.ri-brush-line:before{content:""}.ri-bubble-chart-fill:before{content:""}.ri-bubble-chart-line:before{content:""}.ri-bug-2-fill:before{content:""}.ri-bug-2-line:before{content:""}.ri-bug-fill:before{content:""}.ri-bug-line:before{content:""}.ri-building-2-fill:before{content:""}.ri-building-2-line:before{content:""}.ri-building-3-fill:before{content:""}.ri-building-3-line:before{content:""}.ri-building-4-fill:before{content:""}.ri-building-4-line:before{content:""}.ri-building-fill:before{content:""}.ri-building-line:before{content:""}.ri-bus-2-fill:before{content:""}.ri-bus-2-line:before{content:""}.ri-bus-fill:before{content:""}.ri-bus-line:before{content:""}.ri-bus-wifi-fill:before{content:""}.ri-bus-wifi-line:before{content:""}.ri-cactus-fill:before{content:""}.ri-cactus-line:before{content:""}.ri-cake-2-fill:before{content:""}.ri-cake-2-line:before{content:""}.ri-cake-3-fill:before{content:""}.ri-cake-3-line:before{content:""}.ri-cake-fill:before{content:""}.ri-cake-line:before{content:""}.ri-calculator-fill:before{content:""}.ri-calculator-line:before{content:""}.ri-calendar-2-fill:before{content:""}.ri-calendar-2-line:before{content:""}.ri-calendar-check-fill:before{content:""}.ri-calendar-check-line:before{content:""}.ri-calendar-event-fill:before{content:""}.ri-calendar-event-line:before{content:""}.ri-calendar-fill:before{content:""}.ri-calendar-line:before{content:""}.ri-calendar-todo-fill:before{content:""}.ri-calendar-todo-line:before{content:""}.ri-camera-2-fill:before{content:""}.ri-camera-2-line:before{content:""}.ri-camera-3-fill:before{content:""}.ri-camera-3-line:before{content:""}.ri-camera-fill:before{content:""}.ri-camera-lens-fill:before{content:""}.ri-camera-lens-line:before{content:""}.ri-camera-line:before{content:""}.ri-camera-off-fill:before{content:""}.ri-camera-off-line:before{content:""}.ri-camera-switch-fill:before{content:""}.ri-camera-switch-line:before{content:""}.ri-capsule-fill:before{content:""}.ri-capsule-line:before{content:""}.ri-car-fill:before{content:""}.ri-car-line:before{content:""}.ri-car-washing-fill:before{content:""}.ri-car-washing-line:before{content:""}.ri-caravan-fill:before{content:""}.ri-caravan-line:before{content:""}.ri-cast-fill:before{content:""}.ri-cast-line:before{content:""}.ri-cellphone-fill:before{content:""}.ri-cellphone-line:before{content:""}.ri-celsius-fill:before{content:""}.ri-celsius-line:before{content:""}.ri-centos-fill:before{content:""}.ri-centos-line:before{content:""}.ri-character-recognition-fill:before{content:""}.ri-character-recognition-line:before{content:""}.ri-charging-pile-2-fill:before{content:""}.ri-charging-pile-2-line:before{content:""}.ri-charging-pile-fill:before{content:""}.ri-charging-pile-line:before{content:""}.ri-chat-1-fill:before{content:""}.ri-chat-1-line:before{content:""}.ri-chat-2-fill:before{content:""}.ri-chat-2-line:before{content:""}.ri-chat-3-fill:before{content:""}.ri-chat-3-line:before{content:""}.ri-chat-4-fill:before{content:""}.ri-chat-4-line:before{content:""}.ri-chat-check-fill:before{content:""}.ri-chat-check-line:before{content:""}.ri-chat-delete-fill:before{content:""}.ri-chat-delete-line:before{content:""}.ri-chat-download-fill:before{content:""}.ri-chat-download-line:before{content:""}.ri-chat-follow-up-fill:before{content:""}.ri-chat-follow-up-line:before{content:""}.ri-chat-forward-fill:before{content:""}.ri-chat-forward-line:before{content:""}.ri-chat-heart-fill:before{content:""}.ri-chat-heart-line:before{content:""}.ri-chat-history-fill:before{content:""}.ri-chat-history-line:before{content:""}.ri-chat-new-fill:before{content:""}.ri-chat-new-line:before{content:""}.ri-chat-off-fill:before{content:""}.ri-chat-off-line:before{content:""}.ri-chat-poll-fill:before{content:""}.ri-chat-poll-line:before{content:""}.ri-chat-private-fill:before{content:""}.ri-chat-private-line:before{content:""}.ri-chat-quote-fill:before{content:""}.ri-chat-quote-line:before{content:""}.ri-chat-settings-fill:before{content:""}.ri-chat-settings-line:before{content:""}.ri-chat-smile-2-fill:before{content:""}.ri-chat-smile-2-line:before{content:""}.ri-chat-smile-3-fill:before{content:""}.ri-chat-smile-3-line:before{content:""}.ri-chat-smile-fill:before{content:""}.ri-chat-smile-line:before{content:""}.ri-chat-upload-fill:before{content:""}.ri-chat-upload-line:before{content:""}.ri-chat-voice-fill:before{content:""}.ri-chat-voice-line:before{content:""}.ri-check-double-fill:before{content:""}.ri-check-double-line:before{content:""}.ri-check-fill:before{content:""}.ri-check-line:before{content:""}.ri-checkbox-blank-circle-fill:before{content:""}.ri-checkbox-blank-circle-line:before{content:""}.ri-checkbox-blank-fill:before{content:""}.ri-checkbox-blank-line:before{content:""}.ri-checkbox-circle-fill:before{content:""}.ri-checkbox-circle-line:before{content:""}.ri-checkbox-fill:before{content:""}.ri-checkbox-indeterminate-fill:before{content:""}.ri-checkbox-indeterminate-line:before{content:""}.ri-checkbox-line:before{content:""}.ri-checkbox-multiple-blank-fill:before{content:""}.ri-checkbox-multiple-blank-line:before{content:""}.ri-checkbox-multiple-fill:before{content:""}.ri-checkbox-multiple-line:before{content:""}.ri-china-railway-fill:before{content:""}.ri-china-railway-line:before{content:""}.ri-chrome-fill:before{content:""}.ri-chrome-line:before{content:""}.ri-clapperboard-fill:before{content:""}.ri-clapperboard-line:before{content:""}.ri-clipboard-fill:before{content:""}.ri-clipboard-line:before{content:""}.ri-clockwise-2-fill:before{content:""}.ri-clockwise-2-line:before{content:""}.ri-clockwise-fill:before{content:""}.ri-clockwise-line:before{content:""}.ri-close-circle-fill:before{content:""}.ri-close-circle-line:before{content:""}.ri-close-fill:before{content:""}.ri-close-line:before{content:""}.ri-closed-captioning-fill:before{content:""}.ri-closed-captioning-line:before{content:""}.ri-cloud-fill:before{content:""}.ri-cloud-line:before{content:""}.ri-cloud-off-fill:before{content:""}.ri-cloud-off-line:before{content:""}.ri-cloud-windy-fill:before{content:""}.ri-cloud-windy-line:before{content:""}.ri-cloudy-2-fill:before{content:""}.ri-cloudy-2-line:before{content:""}.ri-cloudy-fill:before{content:""}.ri-cloudy-line:before{content:""}.ri-code-box-fill:before{content:""}.ri-code-box-line:before{content:""}.ri-code-fill:before{content:""}.ri-code-line:before{content:""}.ri-code-s-fill:before{content:""}.ri-code-s-line:before{content:""}.ri-code-s-slash-fill:before{content:""}.ri-code-s-slash-line:before{content:""}.ri-code-view:before{content:""}.ri-codepen-fill:before{content:""}.ri-codepen-line:before{content:""}.ri-coin-fill:before{content:""}.ri-coin-line:before{content:""}.ri-coins-fill:before{content:""}.ri-coins-line:before{content:""}.ri-collage-fill:before{content:""}.ri-collage-line:before{content:""}.ri-command-fill:before{content:""}.ri-command-line:before{content:""}.ri-community-fill:before{content:""}.ri-community-line:before{content:""}.ri-compass-2-fill:before{content:""}.ri-compass-2-line:before{content:""}.ri-compass-3-fill:before{content:""}.ri-compass-3-line:before{content:""}.ri-compass-4-fill:before{content:""}.ri-compass-4-line:before{content:""}.ri-compass-discover-fill:before{content:""}.ri-compass-discover-line:before{content:""}.ri-compass-fill:before{content:""}.ri-compass-line:before{content:""}.ri-compasses-2-fill:before{content:""}.ri-compasses-2-line:before{content:""}.ri-compasses-fill:before{content:""}.ri-compasses-line:before{content:""}.ri-computer-fill:before{content:""}.ri-computer-line:before{content:""}.ri-contacts-book-2-fill:before{content:""}.ri-contacts-book-2-line:before{content:""}.ri-contacts-book-fill:before{content:""}.ri-contacts-book-line:before{content:""}.ri-contacts-book-upload-fill:before{content:""}.ri-contacts-book-upload-line:before{content:""}.ri-contacts-fill:before{content:""}.ri-contacts-line:before{content:""}.ri-contrast-2-fill:before{content:""}.ri-contrast-2-line:before{content:""}.ri-contrast-drop-2-fill:before{content:""}.ri-contrast-drop-2-line:before{content:""}.ri-contrast-drop-fill:before{content:""}.ri-contrast-drop-line:before{content:""}.ri-contrast-fill:before{content:""}.ri-contrast-line:before{content:""}.ri-copper-coin-fill:before{content:""}.ri-copper-coin-line:before{content:""}.ri-copper-diamond-fill:before{content:""}.ri-copper-diamond-line:before{content:""}.ri-copyleft-fill:before{content:""}.ri-copyleft-line:before{content:""}.ri-copyright-fill:before{content:""}.ri-copyright-line:before{content:""}.ri-coreos-fill:before{content:""}.ri-coreos-line:before{content:""}.ri-coupon-2-fill:before{content:""}.ri-coupon-2-line:before{content:""}.ri-coupon-3-fill:before{content:""}.ri-coupon-3-line:before{content:""}.ri-coupon-4-fill:before{content:""}.ri-coupon-4-line:before{content:""}.ri-coupon-5-fill:before{content:""}.ri-coupon-5-line:before{content:""}.ri-coupon-fill:before{content:""}.ri-coupon-line:before{content:""}.ri-cpu-fill:before{content:""}.ri-cpu-line:before{content:""}.ri-creative-commons-by-fill:before{content:""}.ri-creative-commons-by-line:before{content:""}.ri-creative-commons-fill:before{content:""}.ri-creative-commons-line:before{content:""}.ri-creative-commons-nc-fill:before{content:""}.ri-creative-commons-nc-line:before{content:""}.ri-creative-commons-nd-fill:before{content:""}.ri-creative-commons-nd-line:before{content:""}.ri-creative-commons-sa-fill:before{content:""}.ri-creative-commons-sa-line:before{content:""}.ri-creative-commons-zero-fill:before{content:""}.ri-creative-commons-zero-line:before{content:""}.ri-criminal-fill:before{content:""}.ri-criminal-line:before{content:""}.ri-crop-2-fill:before{content:""}.ri-crop-2-line:before{content:""}.ri-crop-fill:before{content:""}.ri-crop-line:before{content:""}.ri-css3-fill:before{content:""}.ri-css3-line:before{content:""}.ri-cup-fill:before{content:""}.ri-cup-line:before{content:""}.ri-currency-fill:before{content:""}.ri-currency-line:before{content:""}.ri-cursor-fill:before{content:""}.ri-cursor-line:before{content:""}.ri-customer-service-2-fill:before{content:""}.ri-customer-service-2-line:before{content:""}.ri-customer-service-fill:before{content:""}.ri-customer-service-line:before{content:""}.ri-dashboard-2-fill:before{content:""}.ri-dashboard-2-line:before{content:""}.ri-dashboard-3-fill:before{content:""}.ri-dashboard-3-line:before{content:""}.ri-dashboard-fill:before{content:""}.ri-dashboard-line:before{content:""}.ri-database-2-fill:before{content:""}.ri-database-2-line:before{content:""}.ri-database-fill:before{content:""}.ri-database-line:before{content:""}.ri-delete-back-2-fill:before{content:""}.ri-delete-back-2-line:before{content:""}.ri-delete-back-fill:before{content:""}.ri-delete-back-line:before{content:""}.ri-delete-bin-2-fill:before{content:""}.ri-delete-bin-2-line:before{content:""}.ri-delete-bin-3-fill:before{content:""}.ri-delete-bin-3-line:before{content:""}.ri-delete-bin-4-fill:before{content:""}.ri-delete-bin-4-line:before{content:""}.ri-delete-bin-5-fill:before{content:""}.ri-delete-bin-5-line:before{content:""}.ri-delete-bin-6-fill:before{content:""}.ri-delete-bin-6-line:before{content:""}.ri-delete-bin-7-fill:before{content:""}.ri-delete-bin-7-line:before{content:""}.ri-delete-bin-fill:before{content:""}.ri-delete-bin-line:before{content:""}.ri-delete-column:before{content:""}.ri-delete-row:before{content:""}.ri-device-fill:before{content:""}.ri-device-line:before{content:""}.ri-device-recover-fill:before{content:""}.ri-device-recover-line:before{content:""}.ri-dingding-fill:before{content:""}.ri-dingding-line:before{content:""}.ri-direction-fill:before{content:""}.ri-direction-line:before{content:""}.ri-disc-fill:before{content:""}.ri-disc-line:before{content:""}.ri-discord-fill:before{content:""}.ri-discord-line:before{content:""}.ri-discuss-fill:before{content:""}.ri-discuss-line:before{content:""}.ri-dislike-fill:before{content:""}.ri-dislike-line:before{content:""}.ri-disqus-fill:before{content:""}.ri-disqus-line:before{content:""}.ri-divide-fill:before{content:""}.ri-divide-line:before{content:""}.ri-donut-chart-fill:before{content:""}.ri-donut-chart-line:before{content:""}.ri-door-closed-fill:before{content:""}.ri-door-closed-line:before{content:""}.ri-door-fill:before{content:""}.ri-door-line:before{content:""}.ri-door-lock-box-fill:before{content:""}.ri-door-lock-box-line:before{content:""}.ri-door-lock-fill:before{content:""}.ri-door-lock-line:before{content:""}.ri-door-open-fill:before{content:""}.ri-door-open-line:before{content:""}.ri-dossier-fill:before{content:""}.ri-dossier-line:before{content:""}.ri-douban-fill:before{content:""}.ri-douban-line:before{content:""}.ri-double-quotes-l:before{content:""}.ri-double-quotes-r:before{content:""}.ri-download-2-fill:before{content:""}.ri-download-2-line:before{content:""}.ri-download-cloud-2-fill:before{content:""}.ri-download-cloud-2-line:before{content:""}.ri-download-cloud-fill:before{content:""}.ri-download-cloud-line:before{content:""}.ri-download-fill:before{content:""}.ri-download-line:before{content:""}.ri-draft-fill:before{content:""}.ri-draft-line:before{content:""}.ri-drag-drop-fill:before{content:""}.ri-drag-drop-line:before{content:""}.ri-drag-move-2-fill:before{content:""}.ri-drag-move-2-line:before{content:""}.ri-drag-move-fill:before{content:""}.ri-drag-move-line:before{content:""}.ri-dribbble-fill:before{content:""}.ri-dribbble-line:before{content:""}.ri-drive-fill:before{content:""}.ri-drive-line:before{content:""}.ri-drizzle-fill:before{content:""}.ri-drizzle-line:before{content:""}.ri-drop-fill:before{content:""}.ri-drop-line:before{content:""}.ri-dropbox-fill:before{content:""}.ri-dropbox-line:before{content:""}.ri-dual-sim-1-fill:before{content:""}.ri-dual-sim-1-line:before{content:""}.ri-dual-sim-2-fill:before{content:""}.ri-dual-sim-2-line:before{content:""}.ri-dv-fill:before{content:""}.ri-dv-line:before{content:""}.ri-dvd-fill:before{content:""}.ri-dvd-line:before{content:""}.ri-e-bike-2-fill:before{content:""}.ri-e-bike-2-line:before{content:""}.ri-e-bike-fill:before{content:""}.ri-e-bike-line:before{content:""}.ri-earth-fill:before{content:""}.ri-earth-line:before{content:""}.ri-earthquake-fill:before{content:""}.ri-earthquake-line:before{content:""}.ri-edge-fill:before{content:""}.ri-edge-line:before{content:""}.ri-edit-2-fill:before{content:""}.ri-edit-2-line:before{content:""}.ri-edit-box-fill:before{content:""}.ri-edit-box-line:before{content:""}.ri-edit-circle-fill:before{content:""}.ri-edit-circle-line:before{content:""}.ri-edit-fill:before{content:""}.ri-edit-line:before{content:""}.ri-eject-fill:before{content:""}.ri-eject-line:before{content:""}.ri-emotion-2-fill:before{content:""}.ri-emotion-2-line:before{content:""}.ri-emotion-fill:before{content:""}.ri-emotion-happy-fill:before{content:""}.ri-emotion-happy-line:before{content:""}.ri-emotion-laugh-fill:before{content:""}.ri-emotion-laugh-line:before{content:""}.ri-emotion-line:before{content:""}.ri-emotion-normal-fill:before{content:""}.ri-emotion-normal-line:before{content:""}.ri-emotion-sad-fill:before{content:""}.ri-emotion-sad-line:before{content:""}.ri-emotion-unhappy-fill:before{content:""}.ri-emotion-unhappy-line:before{content:""}.ri-empathize-fill:before{content:""}.ri-empathize-line:before{content:""}.ri-emphasis-cn:before{content:""}.ri-emphasis:before{content:""}.ri-english-input:before{content:""}.ri-equalizer-fill:before{content:""}.ri-equalizer-line:before{content:""}.ri-eraser-fill:before{content:""}.ri-eraser-line:before{content:""}.ri-error-warning-fill:before{content:""}.ri-error-warning-line:before{content:""}.ri-evernote-fill:before{content:""}.ri-evernote-line:before{content:""}.ri-exchange-box-fill:before{content:""}.ri-exchange-box-line:before{content:""}.ri-exchange-cny-fill:before{content:""}.ri-exchange-cny-line:before{content:""}.ri-exchange-dollar-fill:before{content:""}.ri-exchange-dollar-line:before{content:""}.ri-exchange-fill:before{content:""}.ri-exchange-funds-fill:before{content:""}.ri-exchange-funds-line:before{content:""}.ri-exchange-line:before{content:""}.ri-external-link-fill:before{content:""}.ri-external-link-line:before{content:""}.ri-eye-2-fill:before{content:""}.ri-eye-2-line:before{content:""}.ri-eye-close-fill:before{content:""}.ri-eye-close-line:before{content:""}.ri-eye-fill:before{content:""}.ri-eye-line:before{content:""}.ri-eye-off-fill:before{content:""}.ri-eye-off-line:before{content:""}.ri-facebook-box-fill:before{content:""}.ri-facebook-box-line:before{content:""}.ri-facebook-circle-fill:before{content:""}.ri-facebook-circle-line:before{content:""}.ri-facebook-fill:before{content:""}.ri-facebook-line:before{content:""}.ri-fahrenheit-fill:before{content:""}.ri-fahrenheit-line:before{content:""}.ri-feedback-fill:before{content:""}.ri-feedback-line:before{content:""}.ri-file-2-fill:before{content:""}.ri-file-2-line:before{content:""}.ri-file-3-fill:before{content:""}.ri-file-3-line:before{content:""}.ri-file-4-fill:before{content:""}.ri-file-4-line:before{content:""}.ri-file-add-fill:before{content:""}.ri-file-add-line:before{content:""}.ri-file-chart-2-fill:before{content:""}.ri-file-chart-2-line:before{content:""}.ri-file-chart-fill:before{content:""}.ri-file-chart-line:before{content:""}.ri-file-cloud-fill:before{content:""}.ri-file-cloud-line:before{content:""}.ri-file-code-fill:before{content:""}.ri-file-code-line:before{content:""}.ri-file-copy-2-fill:before{content:""}.ri-file-copy-2-line:before{content:""}.ri-file-copy-fill:before{content:""}.ri-file-copy-line:before{content:""}.ri-file-damage-fill:before{content:""}.ri-file-damage-line:before{content:""}.ri-file-download-fill:before{content:""}.ri-file-download-line:before{content:""}.ri-file-edit-fill:before{content:""}.ri-file-edit-line:before{content:""}.ri-file-excel-2-fill:before{content:""}.ri-file-excel-2-line:before{content:""}.ri-file-excel-fill:before{content:""}.ri-file-excel-line:before{content:""}.ri-file-fill:before{content:""}.ri-file-forbid-fill:before{content:""}.ri-file-forbid-line:before{content:""}.ri-file-gif-fill:before{content:""}.ri-file-gif-line:before{content:""}.ri-file-history-fill:before{content:""}.ri-file-history-line:before{content:""}.ri-file-hwp-fill:before{content:""}.ri-file-hwp-line:before{content:""}.ri-file-info-fill:before{content:""}.ri-file-info-line:before{content:""}.ri-file-line:before{content:""}.ri-file-list-2-fill:before{content:""}.ri-file-list-2-line:before{content:""}.ri-file-list-3-fill:before{content:""}.ri-file-list-3-line:before{content:""}.ri-file-list-fill:before{content:""}.ri-file-list-line:before{content:""}.ri-file-lock-fill:before{content:""}.ri-file-lock-line:before{content:""}.ri-file-mark-fill:before{content:""}.ri-file-mark-line:before{content:""}.ri-file-music-fill:before{content:""}.ri-file-music-line:before{content:""}.ri-file-paper-2-fill:before{content:""}.ri-file-paper-2-line:before{content:""}.ri-file-paper-fill:before{content:""}.ri-file-paper-line:before{content:""}.ri-file-pdf-fill:before{content:""}.ri-file-pdf-line:before{content:""}.ri-file-ppt-2-fill:before{content:""}.ri-file-ppt-2-line:before{content:""}.ri-file-ppt-fill:before{content:""}.ri-file-ppt-line:before{content:""}.ri-file-reduce-fill:before{content:""}.ri-file-reduce-line:before{content:""}.ri-file-search-fill:before{content:""}.ri-file-search-line:before{content:""}.ri-file-settings-fill:before{content:""}.ri-file-settings-line:before{content:""}.ri-file-shield-2-fill:before{content:""}.ri-file-shield-2-line:before{content:""}.ri-file-shield-fill:before{content:""}.ri-file-shield-line:before{content:""}.ri-file-shred-fill:before{content:""}.ri-file-shred-line:before{content:""}.ri-file-text-fill:before{content:""}.ri-file-text-line:before{content:""}.ri-file-transfer-fill:before{content:""}.ri-file-transfer-line:before{content:""}.ri-file-unknow-fill:before{content:""}.ri-file-unknow-line:before{content:""}.ri-file-upload-fill:before{content:""}.ri-file-upload-line:before{content:""}.ri-file-user-fill:before{content:""}.ri-file-user-line:before{content:""}.ri-file-warning-fill:before{content:""}.ri-file-warning-line:before{content:""}.ri-file-word-2-fill:before{content:""}.ri-file-word-2-line:before{content:""}.ri-file-word-fill:before{content:""}.ri-file-word-line:before{content:""}.ri-file-zip-fill:before{content:""}.ri-file-zip-line:before{content:""}.ri-film-fill:before{content:""}.ri-film-line:before{content:""}.ri-filter-2-fill:before{content:""}.ri-filter-2-line:before{content:""}.ri-filter-3-fill:before{content:""}.ri-filter-3-line:before{content:""}.ri-filter-fill:before{content:""}.ri-filter-line:before{content:""}.ri-filter-off-fill:before{content:""}.ri-filter-off-line:before{content:""}.ri-find-replace-fill:before{content:""}.ri-find-replace-line:before{content:""}.ri-finder-fill:before{content:""}.ri-finder-line:before{content:""}.ri-fingerprint-2-fill:before{content:""}.ri-fingerprint-2-line:before{content:""}.ri-fingerprint-fill:before{content:""}.ri-fingerprint-line:before{content:""}.ri-fire-fill:before{content:""}.ri-fire-line:before{content:""}.ri-firefox-fill:before{content:""}.ri-firefox-line:before{content:""}.ri-first-aid-kit-fill:before{content:""}.ri-first-aid-kit-line:before{content:""}.ri-flag-2-fill:before{content:""}.ri-flag-2-line:before{content:""}.ri-flag-fill:before{content:""}.ri-flag-line:before{content:""}.ri-flashlight-fill:before{content:""}.ri-flashlight-line:before{content:""}.ri-flask-fill:before{content:""}.ri-flask-line:before{content:""}.ri-flight-land-fill:before{content:""}.ri-flight-land-line:before{content:""}.ri-flight-takeoff-fill:before{content:""}.ri-flight-takeoff-line:before{content:""}.ri-flood-fill:before{content:""}.ri-flood-line:before{content:""}.ri-flow-chart:before{content:""}.ri-flutter-fill:before{content:""}.ri-flutter-line:before{content:""}.ri-focus-2-fill:before{content:""}.ri-focus-2-line:before{content:""}.ri-focus-3-fill:before{content:""}.ri-focus-3-line:before{content:""}.ri-focus-fill:before{content:""}.ri-focus-line:before{content:""}.ri-foggy-fill:before{content:""}.ri-foggy-line:before{content:""}.ri-folder-2-fill:before{content:""}.ri-folder-2-line:before{content:""}.ri-folder-3-fill:before{content:""}.ri-folder-3-line:before{content:""}.ri-folder-4-fill:before{content:""}.ri-folder-4-line:before{content:""}.ri-folder-5-fill:before{content:""}.ri-folder-5-line:before{content:""}.ri-folder-add-fill:before{content:""}.ri-folder-add-line:before{content:""}.ri-folder-chart-2-fill:before{content:""}.ri-folder-chart-2-line:before{content:""}.ri-folder-chart-fill:before{content:""}.ri-folder-chart-line:before{content:""}.ri-folder-download-fill:before{content:""}.ri-folder-download-line:before{content:""}.ri-folder-fill:before{content:""}.ri-folder-forbid-fill:before{content:""}.ri-folder-forbid-line:before{content:""}.ri-folder-history-fill:before{content:""}.ri-folder-history-line:before{content:""}.ri-folder-info-fill:before{content:""}.ri-folder-info-line:before{content:""}.ri-folder-keyhole-fill:before{content:""}.ri-folder-keyhole-line:before{content:""}.ri-folder-line:before{content:""}.ri-folder-lock-fill:before{content:""}.ri-folder-lock-line:before{content:""}.ri-folder-music-fill:before{content:""}.ri-folder-music-line:before{content:""}.ri-folder-open-fill:before{content:""}.ri-folder-open-line:before{content:""}.ri-folder-received-fill:before{content:""}.ri-folder-received-line:before{content:""}.ri-folder-reduce-fill:before{content:""}.ri-folder-reduce-line:before{content:""}.ri-folder-settings-fill:before{content:""}.ri-folder-settings-line:before{content:""}.ri-folder-shared-fill:before{content:""}.ri-folder-shared-line:before{content:""}.ri-folder-shield-2-fill:before{content:""}.ri-folder-shield-2-line:before{content:""}.ri-folder-shield-fill:before{content:""}.ri-folder-shield-line:before{content:""}.ri-folder-transfer-fill:before{content:""}.ri-folder-transfer-line:before{content:""}.ri-folder-unknow-fill:before{content:""}.ri-folder-unknow-line:before{content:""}.ri-folder-upload-fill:before{content:""}.ri-folder-upload-line:before{content:""}.ri-folder-user-fill:before{content:""}.ri-folder-user-line:before{content:""}.ri-folder-warning-fill:before{content:""}.ri-folder-warning-line:before{content:""}.ri-folder-zip-fill:before{content:""}.ri-folder-zip-line:before{content:""}.ri-folders-fill:before{content:""}.ri-folders-line:before{content:""}.ri-font-color:before{content:""}.ri-font-size-2:before{content:""}.ri-font-size:before{content:""}.ri-football-fill:before{content:""}.ri-football-line:before{content:""}.ri-footprint-fill:before{content:""}.ri-footprint-line:before{content:""}.ri-forbid-2-fill:before{content:""}.ri-forbid-2-line:before{content:""}.ri-forbid-fill:before{content:""}.ri-forbid-line:before{content:""}.ri-format-clear:before{content:""}.ri-fridge-fill:before{content:""}.ri-fridge-line:before{content:""}.ri-fullscreen-exit-fill:before{content:""}.ri-fullscreen-exit-line:before{content:""}.ri-fullscreen-fill:before{content:""}.ri-fullscreen-line:before{content:""}.ri-function-fill:before{content:""}.ri-function-line:before{content:""}.ri-functions:before{content:""}.ri-funds-box-fill:before{content:""}.ri-funds-box-line:before{content:""}.ri-funds-fill:before{content:""}.ri-funds-line:before{content:""}.ri-gallery-fill:before{content:""}.ri-gallery-line:before{content:""}.ri-gallery-upload-fill:before{content:""}.ri-gallery-upload-line:before{content:""}.ri-game-fill:before{content:""}.ri-game-line:before{content:""}.ri-gamepad-fill:before{content:""}.ri-gamepad-line:before{content:""}.ri-gas-station-fill:before{content:""}.ri-gas-station-line:before{content:""}.ri-gatsby-fill:before{content:""}.ri-gatsby-line:before{content:""}.ri-genderless-fill:before{content:""}.ri-genderless-line:before{content:""}.ri-ghost-2-fill:before{content:""}.ri-ghost-2-line:before{content:""}.ri-ghost-fill:before{content:""}.ri-ghost-line:before{content:""}.ri-ghost-smile-fill:before{content:""}.ri-ghost-smile-line:before{content:""}.ri-gift-2-fill:before{content:""}.ri-gift-2-line:before{content:""}.ri-gift-fill:before{content:""}.ri-gift-line:before{content:""}.ri-git-branch-fill:before{content:""}.ri-git-branch-line:before{content:""}.ri-git-commit-fill:before{content:""}.ri-git-commit-line:before{content:""}.ri-git-merge-fill:before{content:""}.ri-git-merge-line:before{content:""}.ri-git-pull-request-fill:before{content:""}.ri-git-pull-request-line:before{content:""}.ri-git-repository-commits-fill:before{content:""}.ri-git-repository-commits-line:before{content:""}.ri-git-repository-fill:before{content:""}.ri-git-repository-line:before{content:""}.ri-git-repository-private-fill:before{content:""}.ri-git-repository-private-line:before{content:""}.ri-github-fill:before{content:""}.ri-github-line:before{content:""}.ri-gitlab-fill:before{content:""}.ri-gitlab-line:before{content:""}.ri-global-fill:before{content:""}.ri-global-line:before{content:""}.ri-globe-fill:before{content:""}.ri-globe-line:before{content:""}.ri-goblet-fill:before{content:""}.ri-goblet-line:before{content:""}.ri-google-fill:before{content:""}.ri-google-line:before{content:""}.ri-google-play-fill:before{content:""}.ri-google-play-line:before{content:""}.ri-government-fill:before{content:""}.ri-government-line:before{content:""}.ri-gps-fill:before{content:""}.ri-gps-line:before{content:""}.ri-gradienter-fill:before{content:""}.ri-gradienter-line:before{content:""}.ri-grid-fill:before{content:""}.ri-grid-line:before{content:""}.ri-group-2-fill:before{content:""}.ri-group-2-line:before{content:""}.ri-group-fill:before{content:""}.ri-group-line:before{content:""}.ri-guide-fill:before{content:""}.ri-guide-line:before{content:""}.ri-h-1:before{content:""}.ri-h-2:before{content:""}.ri-h-3:before{content:""}.ri-h-4:before{content:""}.ri-h-5:before{content:""}.ri-h-6:before{content:""}.ri-hail-fill:before{content:""}.ri-hail-line:before{content:""}.ri-hammer-fill:before{content:""}.ri-hammer-line:before{content:""}.ri-hand-coin-fill:before{content:""}.ri-hand-coin-line:before{content:""}.ri-hand-heart-fill:before{content:""}.ri-hand-heart-line:before{content:""}.ri-hand-sanitizer-fill:before{content:""}.ri-hand-sanitizer-line:before{content:""}.ri-handbag-fill:before{content:""}.ri-handbag-line:before{content:""}.ri-hard-drive-2-fill:before{content:""}.ri-hard-drive-2-line:before{content:""}.ri-hard-drive-fill:before{content:""}.ri-hard-drive-line:before{content:""}.ri-hashtag:before{content:""}.ri-haze-2-fill:before{content:""}.ri-haze-2-line:before{content:""}.ri-haze-fill:before{content:""}.ri-haze-line:before{content:""}.ri-hd-fill:before{content:""}.ri-hd-line:before{content:""}.ri-heading:before{content:""}.ri-headphone-fill:before{content:""}.ri-headphone-line:before{content:""}.ri-health-book-fill:before{content:""}.ri-health-book-line:before{content:""}.ri-heart-2-fill:before{content:""}.ri-heart-2-line:before{content:""}.ri-heart-3-fill:before{content:""}.ri-heart-3-line:before{content:""}.ri-heart-add-fill:before{content:""}.ri-heart-add-line:before{content:""}.ri-heart-fill:before{content:""}.ri-heart-line:before{content:""}.ri-heart-pulse-fill:before{content:""}.ri-heart-pulse-line:before{content:""}.ri-hearts-fill:before{content:""}.ri-hearts-line:before{content:""}.ri-heavy-showers-fill:before{content:""}.ri-heavy-showers-line:before{content:""}.ri-history-fill:before{content:""}.ri-history-line:before{content:""}.ri-home-2-fill:before{content:""}.ri-home-2-line:before{content:""}.ri-home-3-fill:before{content:""}.ri-home-3-line:before{content:""}.ri-home-4-fill:before{content:""}.ri-home-4-line:before{content:""}.ri-home-5-fill:before{content:""}.ri-home-5-line:before{content:""}.ri-home-6-fill:before{content:""}.ri-home-6-line:before{content:""}.ri-home-7-fill:before{content:""}.ri-home-7-line:before{content:""}.ri-home-8-fill:before{content:""}.ri-home-8-line:before{content:""}.ri-home-fill:before{content:""}.ri-home-gear-fill:before{content:""}.ri-home-gear-line:before{content:""}.ri-home-heart-fill:before{content:""}.ri-home-heart-line:before{content:""}.ri-home-line:before{content:""}.ri-home-smile-2-fill:before{content:""}.ri-home-smile-2-line:before{content:""}.ri-home-smile-fill:before{content:""}.ri-home-smile-line:before{content:""}.ri-home-wifi-fill:before{content:""}.ri-home-wifi-line:before{content:""}.ri-honor-of-kings-fill:before{content:""}.ri-honor-of-kings-line:before{content:""}.ri-honour-fill:before{content:""}.ri-honour-line:before{content:""}.ri-hospital-fill:before{content:""}.ri-hospital-line:before{content:""}.ri-hotel-bed-fill:before{content:""}.ri-hotel-bed-line:before{content:""}.ri-hotel-fill:before{content:""}.ri-hotel-line:before{content:""}.ri-hotspot-fill:before{content:""}.ri-hotspot-line:before{content:""}.ri-hq-fill:before{content:""}.ri-hq-line:before{content:""}.ri-html5-fill:before{content:""}.ri-html5-line:before{content:""}.ri-ie-fill:before{content:""}.ri-ie-line:before{content:""}.ri-image-2-fill:before{content:""}.ri-image-2-line:before{content:""}.ri-image-add-fill:before{content:""}.ri-image-add-line:before{content:""}.ri-image-edit-fill:before{content:""}.ri-image-edit-line:before{content:""}.ri-image-fill:before{content:""}.ri-image-line:before{content:""}.ri-inbox-archive-fill:before{content:""}.ri-inbox-archive-line:before{content:""}.ri-inbox-fill:before{content:""}.ri-inbox-line:before{content:""}.ri-inbox-unarchive-fill:before{content:""}.ri-inbox-unarchive-line:before{content:""}.ri-increase-decrease-fill:before{content:""}.ri-increase-decrease-line:before{content:""}.ri-indent-decrease:before{content:""}.ri-indent-increase:before{content:""}.ri-indeterminate-circle-fill:before{content:""}.ri-indeterminate-circle-line:before{content:""}.ri-information-fill:before{content:""}.ri-information-line:before{content:""}.ri-infrared-thermometer-fill:before{content:""}.ri-infrared-thermometer-line:before{content:""}.ri-ink-bottle-fill:before{content:""}.ri-ink-bottle-line:before{content:""}.ri-input-cursor-move:before{content:""}.ri-input-method-fill:before{content:""}.ri-input-method-line:before{content:""}.ri-insert-column-left:before{content:""}.ri-insert-column-right:before{content:""}.ri-insert-row-bottom:before{content:""}.ri-insert-row-top:before{content:""}.ri-instagram-fill:before{content:""}.ri-instagram-line:before{content:""}.ri-install-fill:before{content:""}.ri-install-line:before{content:""}.ri-invision-fill:before{content:""}.ri-invision-line:before{content:""}.ri-italic:before{content:""}.ri-kakao-talk-fill:before{content:""}.ri-kakao-talk-line:before{content:""}.ri-key-2-fill:before{content:""}.ri-key-2-line:before{content:""}.ri-key-fill:before{content:""}.ri-key-line:before{content:""}.ri-keyboard-box-fill:before{content:""}.ri-keyboard-box-line:before{content:""}.ri-keyboard-fill:before{content:""}.ri-keyboard-line:before{content:""}.ri-keynote-fill:before{content:""}.ri-keynote-line:before{content:""}.ri-knife-blood-fill:before{content:""}.ri-knife-blood-line:before{content:""}.ri-knife-fill:before{content:""}.ri-knife-line:before{content:""}.ri-landscape-fill:before{content:""}.ri-landscape-line:before{content:""}.ri-layout-2-fill:before{content:""}.ri-layout-2-line:before{content:""}.ri-layout-3-fill:before{content:""}.ri-layout-3-line:before{content:""}.ri-layout-4-fill:before{content:""}.ri-layout-4-line:before{content:""}.ri-layout-5-fill:before{content:""}.ri-layout-5-line:before{content:""}.ri-layout-6-fill:before{content:""}.ri-layout-6-line:before{content:""}.ri-layout-bottom-2-fill:before{content:""}.ri-layout-bottom-2-line:before{content:""}.ri-layout-bottom-fill:before{content:""}.ri-layout-bottom-line:before{content:""}.ri-layout-column-fill:before{content:""}.ri-layout-column-line:before{content:""}.ri-layout-fill:before{content:""}.ri-layout-grid-fill:before{content:""}.ri-layout-grid-line:before{content:""}.ri-layout-left-2-fill:before{content:""}.ri-layout-left-2-line:before{content:""}.ri-layout-left-fill:before{content:""}.ri-layout-left-line:before{content:""}.ri-layout-line:before{content:""}.ri-layout-masonry-fill:before{content:""}.ri-layout-masonry-line:before{content:""}.ri-layout-right-2-fill:before{content:""}.ri-layout-right-2-line:before{content:""}.ri-layout-right-fill:before{content:""}.ri-layout-right-line:before{content:""}.ri-layout-row-fill:before{content:""}.ri-layout-row-line:before{content:""}.ri-layout-top-2-fill:before{content:""}.ri-layout-top-2-line:before{content:""}.ri-layout-top-fill:before{content:""}.ri-layout-top-line:before{content:""}.ri-leaf-fill:before{content:""}.ri-leaf-line:before{content:""}.ri-lifebuoy-fill:before{content:""}.ri-lifebuoy-line:before{content:""}.ri-lightbulb-fill:before{content:""}.ri-lightbulb-flash-fill:before{content:""}.ri-lightbulb-flash-line:before{content:""}.ri-lightbulb-line:before{content:""}.ri-line-chart-fill:before{content:""}.ri-line-chart-line:before{content:""}.ri-line-fill:before{content:""}.ri-line-height:before{content:""}.ri-line-line:before{content:""}.ri-link-m:before{content:""}.ri-link-unlink-m:before{content:""}.ri-link-unlink:before{content:""}.ri-link:before{content:""}.ri-linkedin-box-fill:before{content:""}.ri-linkedin-box-line:before{content:""}.ri-linkedin-fill:before{content:""}.ri-linkedin-line:before{content:""}.ri-links-fill:before{content:""}.ri-links-line:before{content:""}.ri-list-check-2:before{content:""}.ri-list-check:before{content:""}.ri-list-ordered:before{content:""}.ri-list-settings-fill:before{content:""}.ri-list-settings-line:before{content:""}.ri-list-unordered:before{content:""}.ri-live-fill:before{content:""}.ri-live-line:before{content:""}.ri-loader-2-fill:before{content:""}.ri-loader-2-line:before{content:""}.ri-loader-3-fill:before{content:""}.ri-loader-3-line:before{content:""}.ri-loader-4-fill:before{content:""}.ri-loader-4-line:before{content:""}.ri-loader-5-fill:before{content:""}.ri-loader-5-line:before{content:""}.ri-loader-fill:before{content:""}.ri-loader-line:before{content:""}.ri-lock-2-fill:before{content:""}.ri-lock-2-line:before{content:""}.ri-lock-fill:before{content:""}.ri-lock-line:before{content:""}.ri-lock-password-fill:before{content:""}.ri-lock-password-line:before{content:""}.ri-lock-unlock-fill:before{content:""}.ri-lock-unlock-line:before{content:""}.ri-login-box-fill:before{content:""}.ri-login-box-line:before{content:""}.ri-login-circle-fill:before{content:""}.ri-login-circle-line:before{content:""}.ri-logout-box-fill:before{content:""}.ri-logout-box-line:before{content:""}.ri-logout-box-r-fill:before{content:""}.ri-logout-box-r-line:before{content:""}.ri-logout-circle-fill:before{content:""}.ri-logout-circle-line:before{content:""}.ri-logout-circle-r-fill:before{content:""}.ri-logout-circle-r-line:before{content:""}.ri-luggage-cart-fill:before{content:""}.ri-luggage-cart-line:before{content:""}.ri-luggage-deposit-fill:before{content:""}.ri-luggage-deposit-line:before{content:""}.ri-lungs-fill:before{content:""}.ri-lungs-line:before{content:""}.ri-mac-fill:before{content:""}.ri-mac-line:before{content:""}.ri-macbook-fill:before{content:""}.ri-macbook-line:before{content:""}.ri-magic-fill:before{content:""}.ri-magic-line:before{content:""}.ri-mail-add-fill:before{content:""}.ri-mail-add-line:before{content:""}.ri-mail-check-fill:before{content:""}.ri-mail-check-line:before{content:""}.ri-mail-close-fill:before{content:""}.ri-mail-close-line:before{content:""}.ri-mail-download-fill:before{content:""}.ri-mail-download-line:before{content:""}.ri-mail-fill:before{content:""}.ri-mail-forbid-fill:before{content:""}.ri-mail-forbid-line:before{content:""}.ri-mail-line:before{content:""}.ri-mail-lock-fill:before{content:""}.ri-mail-lock-line:before{content:""}.ri-mail-open-fill:before{content:""}.ri-mail-open-line:before{content:""}.ri-mail-send-fill:before{content:""}.ri-mail-send-line:before{content:""}.ri-mail-settings-fill:before{content:""}.ri-mail-settings-line:before{content:""}.ri-mail-star-fill:before{content:""}.ri-mail-star-line:before{content:""}.ri-mail-unread-fill:before{content:""}.ri-mail-unread-line:before{content:""}.ri-mail-volume-fill:before{content:""}.ri-mail-volume-line:before{content:""}.ri-map-2-fill:before{content:""}.ri-map-2-line:before{content:""}.ri-map-fill:before{content:""}.ri-map-line:before{content:""}.ri-map-pin-2-fill:before{content:""}.ri-map-pin-2-line:before{content:""}.ri-map-pin-3-fill:before{content:""}.ri-map-pin-3-line:before{content:""}.ri-map-pin-4-fill:before{content:""}.ri-map-pin-4-line:before{content:""}.ri-map-pin-5-fill:before{content:""}.ri-map-pin-5-line:before{content:""}.ri-map-pin-add-fill:before{content:""}.ri-map-pin-add-line:before{content:""}.ri-map-pin-fill:before{content:""}.ri-map-pin-line:before{content:""}.ri-map-pin-range-fill:before{content:""}.ri-map-pin-range-line:before{content:""}.ri-map-pin-time-fill:before{content:""}.ri-map-pin-time-line:before{content:""}.ri-map-pin-user-fill:before{content:""}.ri-map-pin-user-line:before{content:""}.ri-mark-pen-fill:before{content:""}.ri-mark-pen-line:before{content:""}.ri-markdown-fill:before{content:""}.ri-markdown-line:before{content:""}.ri-markup-fill:before{content:""}.ri-markup-line:before{content:""}.ri-mastercard-fill:before{content:""}.ri-mastercard-line:before{content:""}.ri-mastodon-fill:before{content:""}.ri-mastodon-line:before{content:""}.ri-medal-2-fill:before{content:""}.ri-medal-2-line:before{content:""}.ri-medal-fill:before{content:""}.ri-medal-line:before{content:""}.ri-medicine-bottle-fill:before{content:""}.ri-medicine-bottle-line:before{content:""}.ri-medium-fill:before{content:""}.ri-medium-line:before{content:""}.ri-men-fill:before{content:""}.ri-men-line:before{content:""}.ri-mental-health-fill:before{content:""}.ri-mental-health-line:before{content:""}.ri-menu-2-fill:before{content:""}.ri-menu-2-line:before{content:""}.ri-menu-3-fill:before{content:""}.ri-menu-3-line:before{content:""}.ri-menu-4-fill:before{content:""}.ri-menu-4-line:before{content:""}.ri-menu-5-fill:before{content:""}.ri-menu-5-line:before{content:""}.ri-menu-add-fill:before{content:""}.ri-menu-add-line:before{content:""}.ri-menu-fill:before{content:""}.ri-menu-fold-fill:before{content:""}.ri-menu-fold-line:before{content:""}.ri-menu-line:before{content:""}.ri-menu-unfold-fill:before{content:""}.ri-menu-unfold-line:before{content:""}.ri-merge-cells-horizontal:before{content:""}.ri-merge-cells-vertical:before{content:""}.ri-message-2-fill:before{content:""}.ri-message-2-line:before{content:""}.ri-message-3-fill:before{content:""}.ri-message-3-line:before{content:""}.ri-message-fill:before{content:""}.ri-message-line:before{content:""}.ri-messenger-fill:before{content:""}.ri-messenger-line:before{content:""}.ri-meteor-fill:before{content:""}.ri-meteor-line:before{content:""}.ri-mic-2-fill:before{content:""}.ri-mic-2-line:before{content:""}.ri-mic-fill:before{content:""}.ri-mic-line:before{content:""}.ri-mic-off-fill:before{content:""}.ri-mic-off-line:before{content:""}.ri-mickey-fill:before{content:""}.ri-mickey-line:before{content:""}.ri-microscope-fill:before{content:""}.ri-microscope-line:before{content:""}.ri-microsoft-fill:before{content:""}.ri-microsoft-line:before{content:""}.ri-mind-map:before{content:""}.ri-mini-program-fill:before{content:""}.ri-mini-program-line:before{content:""}.ri-mist-fill:before{content:""}.ri-mist-line:before{content:""}.ri-money-cny-box-fill:before{content:""}.ri-money-cny-box-line:before{content:""}.ri-money-cny-circle-fill:before{content:""}.ri-money-cny-circle-line:before{content:""}.ri-money-dollar-box-fill:before{content:""}.ri-money-dollar-box-line:before{content:""}.ri-money-dollar-circle-fill:before{content:""}.ri-money-dollar-circle-line:before{content:""}.ri-money-euro-box-fill:before{content:""}.ri-money-euro-box-line:before{content:""}.ri-money-euro-circle-fill:before{content:""}.ri-money-euro-circle-line:before{content:""}.ri-money-pound-box-fill:before{content:""}.ri-money-pound-box-line:before{content:""}.ri-money-pound-circle-fill:before{content:""}.ri-money-pound-circle-line:before{content:""}.ri-moon-clear-fill:before{content:""}.ri-moon-clear-line:before{content:""}.ri-moon-cloudy-fill:before{content:""}.ri-moon-cloudy-line:before{content:""}.ri-moon-fill:before{content:""}.ri-moon-foggy-fill:before{content:""}.ri-moon-foggy-line:before{content:""}.ri-moon-line:before{content:""}.ri-more-2-fill:before{content:""}.ri-more-2-line:before{content:""}.ri-more-fill:before{content:""}.ri-more-line:before{content:""}.ri-motorbike-fill:before{content:""}.ri-motorbike-line:before{content:""}.ri-mouse-fill:before{content:""}.ri-mouse-line:before{content:""}.ri-movie-2-fill:before{content:""}.ri-movie-2-line:before{content:""}.ri-movie-fill:before{content:""}.ri-movie-line:before{content:""}.ri-music-2-fill:before{content:""}.ri-music-2-line:before{content:""}.ri-music-fill:before{content:""}.ri-music-line:before{content:""}.ri-mv-fill:before{content:""}.ri-mv-line:before{content:""}.ri-navigation-fill:before{content:""}.ri-navigation-line:before{content:""}.ri-netease-cloud-music-fill:before{content:""}.ri-netease-cloud-music-line:before{content:""}.ri-netflix-fill:before{content:""}.ri-netflix-line:before{content:""}.ri-newspaper-fill:before{content:""}.ri-newspaper-line:before{content:""}.ri-node-tree:before{content:""}.ri-notification-2-fill:before{content:""}.ri-notification-2-line:before{content:""}.ri-notification-3-fill:before{content:""}.ri-notification-3-line:before{content:""}.ri-notification-4-fill:before{content:""}.ri-notification-4-line:before{content:""}.ri-notification-badge-fill:before{content:""}.ri-notification-badge-line:before{content:""}.ri-notification-fill:before{content:""}.ri-notification-line:before{content:""}.ri-notification-off-fill:before{content:""}.ri-notification-off-line:before{content:""}.ri-npmjs-fill:before{content:""}.ri-npmjs-line:before{content:""}.ri-number-0:before{content:""}.ri-number-1:before{content:""}.ri-number-2:before{content:""}.ri-number-3:before{content:""}.ri-number-4:before{content:""}.ri-number-5:before{content:""}.ri-number-6:before{content:""}.ri-number-7:before{content:""}.ri-number-8:before{content:""}.ri-number-9:before{content:""}.ri-numbers-fill:before{content:""}.ri-numbers-line:before{content:""}.ri-nurse-fill:before{content:""}.ri-nurse-line:before{content:""}.ri-oil-fill:before{content:""}.ri-oil-line:before{content:""}.ri-omega:before{content:""}.ri-open-arm-fill:before{content:""}.ri-open-arm-line:before{content:""}.ri-open-source-fill:before{content:""}.ri-open-source-line:before{content:""}.ri-opera-fill:before{content:""}.ri-opera-line:before{content:""}.ri-order-play-fill:before{content:""}.ri-order-play-line:before{content:""}.ri-organization-chart:before{content:""}.ri-outlet-2-fill:before{content:""}.ri-outlet-2-line:before{content:""}.ri-outlet-fill:before{content:""}.ri-outlet-line:before{content:""}.ri-page-separator:before{content:""}.ri-pages-fill:before{content:""}.ri-pages-line:before{content:""}.ri-paint-brush-fill:before{content:""}.ri-paint-brush-line:before{content:""}.ri-paint-fill:before{content:""}.ri-paint-line:before{content:""}.ri-palette-fill:before{content:""}.ri-palette-line:before{content:""}.ri-pantone-fill:before{content:""}.ri-pantone-line:before{content:""}.ri-paragraph:before{content:""}.ri-parent-fill:before{content:""}.ri-parent-line:before{content:""}.ri-parentheses-fill:before{content:""}.ri-parentheses-line:before{content:""}.ri-parking-box-fill:before{content:""}.ri-parking-box-line:before{content:""}.ri-parking-fill:before{content:""}.ri-parking-line:before{content:""}.ri-passport-fill:before{content:""}.ri-passport-line:before{content:""}.ri-patreon-fill:before{content:""}.ri-patreon-line:before{content:""}.ri-pause-circle-fill:before{content:""}.ri-pause-circle-line:before{content:""}.ri-pause-fill:before{content:""}.ri-pause-line:before{content:""}.ri-pause-mini-fill:before{content:""}.ri-pause-mini-line:before{content:""}.ri-paypal-fill:before{content:""}.ri-paypal-line:before{content:""}.ri-pen-nib-fill:before{content:""}.ri-pen-nib-line:before{content:""}.ri-pencil-fill:before{content:""}.ri-pencil-line:before{content:""}.ri-pencil-ruler-2-fill:before{content:""}.ri-pencil-ruler-2-line:before{content:""}.ri-pencil-ruler-fill:before{content:""}.ri-pencil-ruler-line:before{content:""}.ri-percent-fill:before{content:""}.ri-percent-line:before{content:""}.ri-phone-camera-fill:before{content:""}.ri-phone-camera-line:before{content:""}.ri-phone-fill:before{content:""}.ri-phone-find-fill:before{content:""}.ri-phone-find-line:before{content:""}.ri-phone-line:before{content:""}.ri-phone-lock-fill:before{content:""}.ri-phone-lock-line:before{content:""}.ri-picture-in-picture-2-fill:before{content:""}.ri-picture-in-picture-2-line:before{content:""}.ri-picture-in-picture-exit-fill:before{content:""}.ri-picture-in-picture-exit-line:before{content:""}.ri-picture-in-picture-fill:before{content:""}.ri-picture-in-picture-line:before{content:""}.ri-pie-chart-2-fill:before{content:""}.ri-pie-chart-2-line:before{content:""}.ri-pie-chart-box-fill:before{content:""}.ri-pie-chart-box-line:before{content:""}.ri-pie-chart-fill:before{content:""}.ri-pie-chart-line:before{content:""}.ri-pin-distance-fill:before{content:""}.ri-pin-distance-line:before{content:""}.ri-ping-pong-fill:before{content:""}.ri-ping-pong-line:before{content:""}.ri-pinterest-fill:before{content:""}.ri-pinterest-line:before{content:""}.ri-pinyin-input:before{content:""}.ri-pixelfed-fill:before{content:""}.ri-pixelfed-line:before{content:""}.ri-plane-fill:before{content:""}.ri-plane-line:before{content:""}.ri-plant-fill:before{content:""}.ri-plant-line:before{content:""}.ri-play-circle-fill:before{content:""}.ri-play-circle-line:before{content:""}.ri-play-fill:before{content:""}.ri-play-line:before{content:""}.ri-play-list-2-fill:before{content:""}.ri-play-list-2-line:before{content:""}.ri-play-list-add-fill:before{content:""}.ri-play-list-add-line:before{content:""}.ri-play-list-fill:before{content:""}.ri-play-list-line:before{content:""}.ri-play-mini-fill:before{content:""}.ri-play-mini-line:before{content:""}.ri-playstation-fill:before{content:""}.ri-playstation-line:before{content:""}.ri-plug-2-fill:before{content:""}.ri-plug-2-line:before{content:""}.ri-plug-fill:before{content:""}.ri-plug-line:before{content:""}.ri-polaroid-2-fill:before{content:""}.ri-polaroid-2-line:before{content:""}.ri-polaroid-fill:before{content:""}.ri-polaroid-line:before{content:""}.ri-police-car-fill:before{content:""}.ri-police-car-line:before{content:""}.ri-price-tag-2-fill:before{content:""}.ri-price-tag-2-line:before{content:""}.ri-price-tag-3-fill:before{content:""}.ri-price-tag-3-line:before{content:""}.ri-price-tag-fill:before{content:""}.ri-price-tag-line:before{content:""}.ri-printer-cloud-fill:before{content:""}.ri-printer-cloud-line:before{content:""}.ri-printer-fill:before{content:""}.ri-printer-line:before{content:""}.ri-product-hunt-fill:before{content:""}.ri-product-hunt-line:before{content:""}.ri-profile-fill:before{content:""}.ri-profile-line:before{content:""}.ri-projector-2-fill:before{content:""}.ri-projector-2-line:before{content:""}.ri-projector-fill:before{content:""}.ri-projector-line:before{content:""}.ri-psychotherapy-fill:before{content:""}.ri-psychotherapy-line:before{content:""}.ri-pulse-fill:before{content:""}.ri-pulse-line:before{content:""}.ri-pushpin-2-fill:before{content:""}.ri-pushpin-2-line:before{content:""}.ri-pushpin-fill:before{content:""}.ri-pushpin-line:before{content:""}.ri-qq-fill:before{content:""}.ri-qq-line:before{content:""}.ri-qr-code-fill:before{content:""}.ri-qr-code-line:before{content:""}.ri-qr-scan-2-fill:before{content:""}.ri-qr-scan-2-line:before{content:""}.ri-qr-scan-fill:before{content:""}.ri-qr-scan-line:before{content:""}.ri-question-answer-fill:before{content:""}.ri-question-answer-line:before{content:""}.ri-question-fill:before{content:""}.ri-question-line:before{content:""}.ri-question-mark:before{content:""}.ri-questionnaire-fill:before{content:""}.ri-questionnaire-line:before{content:""}.ri-quill-pen-fill:before{content:""}.ri-quill-pen-line:before{content:""}.ri-radar-fill:before{content:""}.ri-radar-line:before{content:""}.ri-radio-2-fill:before{content:""}.ri-radio-2-line:before{content:""}.ri-radio-button-fill:before{content:""}.ri-radio-button-line:before{content:""}.ri-radio-fill:before{content:""}.ri-radio-line:before{content:""}.ri-rainbow-fill:before{content:""}.ri-rainbow-line:before{content:""}.ri-rainy-fill:before{content:""}.ri-rainy-line:before{content:""}.ri-reactjs-fill:before{content:""}.ri-reactjs-line:before{content:""}.ri-record-circle-fill:before{content:""}.ri-record-circle-line:before{content:""}.ri-record-mail-fill:before{content:""}.ri-record-mail-line:before{content:""}.ri-recycle-fill:before{content:""}.ri-recycle-line:before{content:""}.ri-red-packet-fill:before{content:""}.ri-red-packet-line:before{content:""}.ri-reddit-fill:before{content:""}.ri-reddit-line:before{content:""}.ri-refresh-fill:before{content:""}.ri-refresh-line:before{content:""}.ri-refund-2-fill:before{content:""}.ri-refund-2-line:before{content:""}.ri-refund-fill:before{content:""}.ri-refund-line:before{content:""}.ri-registered-fill:before{content:""}.ri-registered-line:before{content:""}.ri-remixicon-fill:before{content:""}.ri-remixicon-line:before{content:""}.ri-remote-control-2-fill:before{content:""}.ri-remote-control-2-line:before{content:""}.ri-remote-control-fill:before{content:""}.ri-remote-control-line:before{content:""}.ri-repeat-2-fill:before{content:""}.ri-repeat-2-line:before{content:""}.ri-repeat-fill:before{content:""}.ri-repeat-line:before{content:""}.ri-repeat-one-fill:before{content:""}.ri-repeat-one-line:before{content:""}.ri-reply-all-fill:before{content:""}.ri-reply-all-line:before{content:""}.ri-reply-fill:before{content:""}.ri-reply-line:before{content:""}.ri-reserved-fill:before{content:""}.ri-reserved-line:before{content:""}.ri-rest-time-fill:before{content:""}.ri-rest-time-line:before{content:""}.ri-restart-fill:before{content:""}.ri-restart-line:before{content:""}.ri-restaurant-2-fill:before{content:""}.ri-restaurant-2-line:before{content:""}.ri-restaurant-fill:before{content:""}.ri-restaurant-line:before{content:""}.ri-rewind-fill:before{content:""}.ri-rewind-line:before{content:""}.ri-rewind-mini-fill:before{content:""}.ri-rewind-mini-line:before{content:""}.ri-rhythm-fill:before{content:""}.ri-rhythm-line:before{content:""}.ri-riding-fill:before{content:""}.ri-riding-line:before{content:""}.ri-road-map-fill:before{content:""}.ri-road-map-line:before{content:""}.ri-roadster-fill:before{content:""}.ri-roadster-line:before{content:""}.ri-robot-fill:before{content:""}.ri-robot-line:before{content:""}.ri-rocket-2-fill:before{content:""}.ri-rocket-2-line:before{content:""}.ri-rocket-fill:before{content:""}.ri-rocket-line:before{content:""}.ri-rotate-lock-fill:before{content:""}.ri-rotate-lock-line:before{content:""}.ri-rounded-corner:before{content:""}.ri-route-fill:before{content:""}.ri-route-line:before{content:""}.ri-router-fill:before{content:""}.ri-router-line:before{content:""}.ri-rss-fill:before{content:""}.ri-rss-line:before{content:""}.ri-ruler-2-fill:before{content:""}.ri-ruler-2-line:before{content:""}.ri-ruler-fill:before{content:""}.ri-ruler-line:before{content:""}.ri-run-fill:before{content:""}.ri-run-line:before{content:""}.ri-safari-fill:before{content:""}.ri-safari-line:before{content:""}.ri-safe-2-fill:before{content:""}.ri-safe-2-line:before{content:""}.ri-safe-fill:before{content:""}.ri-safe-line:before{content:""}.ri-sailboat-fill:before{content:""}.ri-sailboat-line:before{content:""}.ri-save-2-fill:before{content:""}.ri-save-2-line:before{content:""}.ri-save-3-fill:before{content:""}.ri-save-3-line:before{content:""}.ri-save-fill:before{content:""}.ri-save-line:before{content:""}.ri-scales-2-fill:before{content:""}.ri-scales-2-line:before{content:""}.ri-scales-3-fill:before{content:""}.ri-scales-3-line:before{content:""}.ri-scales-fill:before{content:""}.ri-scales-line:before{content:""}.ri-scan-2-fill:before{content:""}.ri-scan-2-line:before{content:""}.ri-scan-fill:before{content:""}.ri-scan-line:before{content:""}.ri-scissors-2-fill:before{content:""}.ri-scissors-2-line:before{content:""}.ri-scissors-cut-fill:before{content:""}.ri-scissors-cut-line:before{content:""}.ri-scissors-fill:before{content:""}.ri-scissors-line:before{content:""}.ri-screenshot-2-fill:before{content:""}.ri-screenshot-2-line:before{content:""}.ri-screenshot-fill:before{content:""}.ri-screenshot-line:before{content:""}.ri-sd-card-fill:before{content:""}.ri-sd-card-line:before{content:""}.ri-sd-card-mini-fill:before{content:""}.ri-sd-card-mini-line:before{content:""}.ri-search-2-fill:before{content:""}.ri-search-2-line:before{content:""}.ri-search-eye-fill:before{content:""}.ri-search-eye-line:before{content:""}.ri-search-fill:before{content:""}.ri-search-line:before{content:""}.ri-secure-payment-fill:before{content:""}.ri-secure-payment-line:before{content:""}.ri-seedling-fill:before{content:""}.ri-seedling-line:before{content:""}.ri-send-backward:before{content:""}.ri-send-plane-2-fill:before{content:""}.ri-send-plane-2-line:before{content:""}.ri-send-plane-fill:before{content:""}.ri-send-plane-line:before{content:""}.ri-send-to-back:before{content:""}.ri-sensor-fill:before{content:""}.ri-sensor-line:before{content:""}.ri-separator:before{content:""}.ri-server-fill:before{content:""}.ri-server-line:before{content:""}.ri-service-fill:before{content:""}.ri-service-line:before{content:""}.ri-settings-2-fill:before{content:""}.ri-settings-2-line:before{content:""}.ri-settings-3-fill:before{content:""}.ri-settings-3-line:before{content:""}.ri-settings-4-fill:before{content:""}.ri-settings-4-line:before{content:""}.ri-settings-5-fill:before{content:""}.ri-settings-5-line:before{content:""}.ri-settings-6-fill:before{content:""}.ri-settings-6-line:before{content:""}.ri-settings-fill:before{content:""}.ri-settings-line:before{content:""}.ri-shape-2-fill:before{content:""}.ri-shape-2-line:before{content:""}.ri-shape-fill:before{content:""}.ri-shape-line:before{content:""}.ri-share-box-fill:before{content:""}.ri-share-box-line:before{content:""}.ri-share-circle-fill:before{content:""}.ri-share-circle-line:before{content:""}.ri-share-fill:before{content:""}.ri-share-forward-2-fill:before{content:""}.ri-share-forward-2-line:before{content:""}.ri-share-forward-box-fill:before{content:""}.ri-share-forward-box-line:before{content:""}.ri-share-forward-fill:before{content:""}.ri-share-forward-line:before{content:""}.ri-share-line:before{content:""}.ri-shield-check-fill:before{content:""}.ri-shield-check-line:before{content:""}.ri-shield-cross-fill:before{content:""}.ri-shield-cross-line:before{content:""}.ri-shield-fill:before{content:""}.ri-shield-flash-fill:before{content:""}.ri-shield-flash-line:before{content:""}.ri-shield-keyhole-fill:before{content:""}.ri-shield-keyhole-line:before{content:""}.ri-shield-line:before{content:""}.ri-shield-star-fill:before{content:""}.ri-shield-star-line:before{content:""}.ri-shield-user-fill:before{content:""}.ri-shield-user-line:before{content:""}.ri-ship-2-fill:before{content:""}.ri-ship-2-line:before{content:""}.ri-ship-fill:before{content:""}.ri-ship-line:before{content:""}.ri-shirt-fill:before{content:""}.ri-shirt-line:before{content:""}.ri-shopping-bag-2-fill:before{content:""}.ri-shopping-bag-2-line:before{content:""}.ri-shopping-bag-3-fill:before{content:""}.ri-shopping-bag-3-line:before{content:""}.ri-shopping-bag-fill:before{content:""}.ri-shopping-bag-line:before{content:""}.ri-shopping-basket-2-fill:before{content:""}.ri-shopping-basket-2-line:before{content:""}.ri-shopping-basket-fill:before{content:""}.ri-shopping-basket-line:before{content:""}.ri-shopping-cart-2-fill:before{content:""}.ri-shopping-cart-2-line:before{content:""}.ri-shopping-cart-fill:before{content:""}.ri-shopping-cart-line:before{content:""}.ri-showers-fill:before{content:""}.ri-showers-line:before{content:""}.ri-shuffle-fill:before{content:""}.ri-shuffle-line:before{content:""}.ri-shut-down-fill:before{content:""}.ri-shut-down-line:before{content:""}.ri-side-bar-fill:before{content:""}.ri-side-bar-line:before{content:""}.ri-signal-tower-fill:before{content:""}.ri-signal-tower-line:before{content:""}.ri-signal-wifi-1-fill:before{content:""}.ri-signal-wifi-1-line:before{content:""}.ri-signal-wifi-2-fill:before{content:""}.ri-signal-wifi-2-line:before{content:""}.ri-signal-wifi-3-fill:before{content:""}.ri-signal-wifi-3-line:before{content:""}.ri-signal-wifi-error-fill:before{content:""}.ri-signal-wifi-error-line:before{content:""}.ri-signal-wifi-fill:before{content:""}.ri-signal-wifi-line:before{content:""}.ri-signal-wifi-off-fill:before{content:""}.ri-signal-wifi-off-line:before{content:""}.ri-sim-card-2-fill:before{content:""}.ri-sim-card-2-line:before{content:""}.ri-sim-card-fill:before{content:""}.ri-sim-card-line:before{content:""}.ri-single-quotes-l:before{content:""}.ri-single-quotes-r:before{content:""}.ri-sip-fill:before{content:""}.ri-sip-line:before{content:""}.ri-skip-back-fill:before{content:""}.ri-skip-back-line:before{content:""}.ri-skip-back-mini-fill:before{content:""}.ri-skip-back-mini-line:before{content:""}.ri-skip-forward-fill:before{content:""}.ri-skip-forward-line:before{content:""}.ri-skip-forward-mini-fill:before{content:""}.ri-skip-forward-mini-line:before{content:""}.ri-skull-2-fill:before{content:""}.ri-skull-2-line:before{content:""}.ri-skull-fill:before{content:""}.ri-skull-line:before{content:""}.ri-skype-fill:before{content:""}.ri-skype-line:before{content:""}.ri-slack-fill:before{content:""}.ri-slack-line:before{content:""}.ri-slice-fill:before{content:""}.ri-slice-line:before{content:""}.ri-slideshow-2-fill:before{content:""}.ri-slideshow-2-line:before{content:""}.ri-slideshow-3-fill:before{content:""}.ri-slideshow-3-line:before{content:""}.ri-slideshow-4-fill:before{content:""}.ri-slideshow-4-line:before{content:""}.ri-slideshow-fill:before{content:""}.ri-slideshow-line:before{content:""}.ri-smartphone-fill:before{content:""}.ri-smartphone-line:before{content:""}.ri-snapchat-fill:before{content:""}.ri-snapchat-line:before{content:""}.ri-snowy-fill:before{content:""}.ri-snowy-line:before{content:""}.ri-sort-asc:before{content:""}.ri-sort-desc:before{content:""}.ri-sound-module-fill:before{content:""}.ri-sound-module-line:before{content:""}.ri-soundcloud-fill:before{content:""}.ri-soundcloud-line:before{content:""}.ri-space-ship-fill:before{content:""}.ri-space-ship-line:before{content:""}.ri-space:before{content:""}.ri-spam-2-fill:before{content:""}.ri-spam-2-line:before{content:""}.ri-spam-3-fill:before{content:""}.ri-spam-3-line:before{content:""}.ri-spam-fill:before{content:""}.ri-spam-line:before{content:""}.ri-speaker-2-fill:before{content:""}.ri-speaker-2-line:before{content:""}.ri-speaker-3-fill:before{content:""}.ri-speaker-3-line:before{content:""}.ri-speaker-fill:before{content:""}.ri-speaker-line:before{content:""}.ri-spectrum-fill:before{content:""}.ri-spectrum-line:before{content:""}.ri-speed-fill:before{content:""}.ri-speed-line:before{content:""}.ri-speed-mini-fill:before{content:""}.ri-speed-mini-line:before{content:""}.ri-split-cells-horizontal:before{content:""}.ri-split-cells-vertical:before{content:""}.ri-spotify-fill:before{content:""}.ri-spotify-line:before{content:""}.ri-spy-fill:before{content:""}.ri-spy-line:before{content:""}.ri-stack-fill:before{content:""}.ri-stack-line:before{content:""}.ri-stack-overflow-fill:before{content:""}.ri-stack-overflow-line:before{content:""}.ri-stackshare-fill:before{content:""}.ri-stackshare-line:before{content:""}.ri-star-fill:before{content:""}.ri-star-half-fill:before{content:""}.ri-star-half-line:before{content:""}.ri-star-half-s-fill:before{content:""}.ri-star-half-s-line:before{content:""}.ri-star-line:before{content:""}.ri-star-s-fill:before{content:""}.ri-star-s-line:before{content:""}.ri-star-smile-fill:before{content:""}.ri-star-smile-line:before{content:""}.ri-steam-fill:before{content:""}.ri-steam-line:before{content:""}.ri-steering-2-fill:before{content:""}.ri-steering-2-line:before{content:""}.ri-steering-fill:before{content:""}.ri-steering-line:before{content:""}.ri-stethoscope-fill:before{content:""}.ri-stethoscope-line:before{content:""}.ri-sticky-note-2-fill:before{content:""}.ri-sticky-note-2-line:before{content:""}.ri-sticky-note-fill:before{content:""}.ri-sticky-note-line:before{content:""}.ri-stock-fill:before{content:""}.ri-stock-line:before{content:""}.ri-stop-circle-fill:before{content:""}.ri-stop-circle-line:before{content:""}.ri-stop-fill:before{content:""}.ri-stop-line:before{content:""}.ri-stop-mini-fill:before{content:""}.ri-stop-mini-line:before{content:""}.ri-store-2-fill:before{content:""}.ri-store-2-line:before{content:""}.ri-store-3-fill:before{content:""}.ri-store-3-line:before{content:""}.ri-store-fill:before{content:""}.ri-store-line:before{content:""}.ri-strikethrough-2:before{content:""}.ri-strikethrough:before{content:""}.ri-subscript-2:before{content:""}.ri-subscript:before{content:""}.ri-subtract-fill:before{content:""}.ri-subtract-line:before{content:""}.ri-subway-fill:before{content:""}.ri-subway-line:before{content:""}.ri-subway-wifi-fill:before{content:""}.ri-subway-wifi-line:before{content:""}.ri-suitcase-2-fill:before{content:""}.ri-suitcase-2-line:before{content:""}.ri-suitcase-3-fill:before{content:""}.ri-suitcase-3-line:before{content:""}.ri-suitcase-fill:before{content:""}.ri-suitcase-line:before{content:""}.ri-sun-cloudy-fill:before{content:""}.ri-sun-cloudy-line:before{content:""}.ri-sun-fill:before{content:""}.ri-sun-foggy-fill:before{content:""}.ri-sun-foggy-line:before{content:""}.ri-sun-line:before{content:""}.ri-superscript-2:before{content:""}.ri-superscript:before{content:""}.ri-surgical-mask-fill:before{content:""}.ri-surgical-mask-line:before{content:""}.ri-surround-sound-fill:before{content:""}.ri-surround-sound-line:before{content:""}.ri-survey-fill:before{content:""}.ri-survey-line:before{content:""}.ri-swap-box-fill:before{content:""}.ri-swap-box-line:before{content:""}.ri-swap-fill:before{content:""}.ri-swap-line:before{content:""}.ri-switch-fill:before{content:""}.ri-switch-line:before{content:""}.ri-sword-fill:before{content:""}.ri-sword-line:before{content:""}.ri-syringe-fill:before{content:""}.ri-syringe-line:before{content:""}.ri-t-box-fill:before{content:""}.ri-t-box-line:before{content:""}.ri-t-shirt-2-fill:before{content:""}.ri-t-shirt-2-line:before{content:""}.ri-t-shirt-air-fill:before{content:""}.ri-t-shirt-air-line:before{content:""}.ri-t-shirt-fill:before{content:""}.ri-t-shirt-line:before{content:""}.ri-table-2:before{content:""}.ri-table-alt-fill:before{content:""}.ri-table-alt-line:before{content:""}.ri-table-fill:before{content:""}.ri-table-line:before{content:""}.ri-tablet-fill:before{content:""}.ri-tablet-line:before{content:""}.ri-takeaway-fill:before{content:""}.ri-takeaway-line:before{content:""}.ri-taobao-fill:before{content:""}.ri-taobao-line:before{content:""}.ri-tape-fill:before{content:""}.ri-tape-line:before{content:""}.ri-task-fill:before{content:""}.ri-task-line:before{content:""}.ri-taxi-fill:before{content:""}.ri-taxi-line:before{content:""}.ri-taxi-wifi-fill:before{content:""}.ri-taxi-wifi-line:before{content:""}.ri-team-fill:before{content:""}.ri-team-line:before{content:""}.ri-telegram-fill:before{content:""}.ri-telegram-line:before{content:""}.ri-temp-cold-fill:before{content:""}.ri-temp-cold-line:before{content:""}.ri-temp-hot-fill:before{content:""}.ri-temp-hot-line:before{content:""}.ri-terminal-box-fill:before{content:""}.ri-terminal-box-line:before{content:""}.ri-terminal-fill:before{content:""}.ri-terminal-line:before{content:""}.ri-terminal-window-fill:before{content:""}.ri-terminal-window-line:before{content:""}.ri-test-tube-fill:before{content:""}.ri-test-tube-line:before{content:""}.ri-text-direction-l:before{content:""}.ri-text-direction-r:before{content:""}.ri-text-spacing:before{content:""}.ri-text-wrap:before{content:""}.ri-text:before{content:""}.ri-thermometer-fill:before{content:""}.ri-thermometer-line:before{content:""}.ri-thumb-down-fill:before{content:""}.ri-thumb-down-line:before{content:""}.ri-thumb-up-fill:before{content:""}.ri-thumb-up-line:before{content:""}.ri-thunderstorms-fill:before{content:""}.ri-thunderstorms-line:before{content:""}.ri-ticket-2-fill:before{content:""}.ri-ticket-2-line:before{content:""}.ri-ticket-fill:before{content:""}.ri-ticket-line:before{content:""}.ri-time-fill:before{content:""}.ri-time-line:before{content:""}.ri-timer-2-fill:before{content:""}.ri-timer-2-line:before{content:""}.ri-timer-fill:before{content:""}.ri-timer-flash-fill:before{content:""}.ri-timer-flash-line:before{content:""}.ri-timer-line:before{content:""}.ri-todo-fill:before{content:""}.ri-todo-line:before{content:""}.ri-toggle-fill:before{content:""}.ri-toggle-line:before{content:""}.ri-tools-fill:before{content:""}.ri-tools-line:before{content:""}.ri-tornado-fill:before{content:""}.ri-tornado-line:before{content:""}.ri-trademark-fill:before{content:""}.ri-trademark-line:before{content:""}.ri-traffic-light-fill:before{content:""}.ri-traffic-light-line:before{content:""}.ri-train-fill:before{content:""}.ri-train-line:before{content:""}.ri-train-wifi-fill:before{content:""}.ri-train-wifi-line:before{content:""}.ri-translate-2:before{content:""}.ri-translate:before{content:""}.ri-travesti-fill:before{content:""}.ri-travesti-line:before{content:""}.ri-treasure-map-fill:before{content:""}.ri-treasure-map-line:before{content:""}.ri-trello-fill:before{content:""}.ri-trello-line:before{content:""}.ri-trophy-fill:before{content:""}.ri-trophy-line:before{content:""}.ri-truck-fill:before{content:""}.ri-truck-line:before{content:""}.ri-tumblr-fill:before{content:""}.ri-tumblr-line:before{content:""}.ri-tv-2-fill:before{content:""}.ri-tv-2-line:before{content:""}.ri-tv-fill:before{content:""}.ri-tv-line:before{content:""}.ri-twitch-fill:before{content:""}.ri-twitch-line:before{content:""}.ri-twitter-fill:before{content:""}.ri-twitter-line:before{content:""}.ri-typhoon-fill:before{content:""}.ri-typhoon-line:before{content:""}.ri-u-disk-fill:before{content:""}.ri-u-disk-line:before{content:""}.ri-ubuntu-fill:before{content:""}.ri-ubuntu-line:before{content:""}.ri-umbrella-fill:before{content:""}.ri-umbrella-line:before{content:""}.ri-underline:before{content:""}.ri-uninstall-fill:before{content:""}.ri-uninstall-line:before{content:""}.ri-unsplash-fill:before{content:""}.ri-unsplash-line:before{content:""}.ri-upload-2-fill:before{content:""}.ri-upload-2-line:before{content:""}.ri-upload-cloud-2-fill:before{content:""}.ri-upload-cloud-2-line:before{content:""}.ri-upload-cloud-fill:before{content:""}.ri-upload-cloud-line:before{content:""}.ri-upload-fill:before{content:""}.ri-upload-line:before{content:""}.ri-usb-fill:before{content:""}.ri-usb-line:before{content:""}.ri-user-2-fill:before{content:""}.ri-user-2-line:before{content:""}.ri-user-3-fill:before{content:""}.ri-user-3-line:before{content:""}.ri-user-4-fill:before{content:""}.ri-user-4-line:before{content:""}.ri-user-5-fill:before{content:""}.ri-user-5-line:before{content:""}.ri-user-6-fill:before{content:""}.ri-user-6-line:before{content:""}.ri-user-add-fill:before{content:""}.ri-user-add-line:before{content:""}.ri-user-fill:before{content:""}.ri-user-follow-fill:before{content:""}.ri-user-follow-line:before{content:""}.ri-user-heart-fill:before{content:""}.ri-user-heart-line:before{content:""}.ri-user-line:before{content:""}.ri-user-location-fill:before{content:""}.ri-user-location-line:before{content:""}.ri-user-received-2-fill:before{content:""}.ri-user-received-2-line:before{content:""}.ri-user-received-fill:before{content:""}.ri-user-received-line:before{content:""}.ri-user-search-fill:before{content:""}.ri-user-search-line:before{content:""}.ri-user-settings-fill:before{content:""}.ri-user-settings-line:before{content:""}.ri-user-shared-2-fill:before{content:""}.ri-user-shared-2-line:before{content:""}.ri-user-shared-fill:before{content:""}.ri-user-shared-line:before{content:""}.ri-user-smile-fill:before{content:""}.ri-user-smile-line:before{content:""}.ri-user-star-fill:before{content:""}.ri-user-star-line:before{content:""}.ri-user-unfollow-fill:before{content:""}.ri-user-unfollow-line:before{content:""}.ri-user-voice-fill:before{content:""}.ri-user-voice-line:before{content:""}.ri-video-add-fill:before{content:""}.ri-video-add-line:before{content:""}.ri-video-chat-fill:before{content:""}.ri-video-chat-line:before{content:""}.ri-video-download-fill:before{content:""}.ri-video-download-line:before{content:""}.ri-video-fill:before{content:""}.ri-video-line:before{content:""}.ri-video-upload-fill:before{content:""}.ri-video-upload-line:before{content:""}.ri-vidicon-2-fill:before{content:""}.ri-vidicon-2-line:before{content:""}.ri-vidicon-fill:before{content:""}.ri-vidicon-line:before{content:""}.ri-vimeo-fill:before{content:""}.ri-vimeo-line:before{content:""}.ri-vip-crown-2-fill:before{content:""}.ri-vip-crown-2-line:before{content:""}.ri-vip-crown-fill:before{content:""}.ri-vip-crown-line:before{content:""}.ri-vip-diamond-fill:before{content:""}.ri-vip-diamond-line:before{content:""}.ri-vip-fill:before{content:""}.ri-vip-line:before{content:""}.ri-virus-fill:before{content:""}.ri-virus-line:before{content:""}.ri-visa-fill:before{content:""}.ri-visa-line:before{content:""}.ri-voice-recognition-fill:before{content:""}.ri-voice-recognition-line:before{content:""}.ri-voiceprint-fill:before{content:""}.ri-voiceprint-line:before{content:""}.ri-volume-down-fill:before{content:""}.ri-volume-down-line:before{content:""}.ri-volume-mute-fill:before{content:""}.ri-volume-mute-line:before{content:""}.ri-volume-off-vibrate-fill:before{content:""}.ri-volume-off-vibrate-line:before{content:""}.ri-volume-up-fill:before{content:""}.ri-volume-up-line:before{content:""}.ri-volume-vibrate-fill:before{content:""}.ri-volume-vibrate-line:before{content:""}.ri-vuejs-fill:before{content:""}.ri-vuejs-line:before{content:""}.ri-walk-fill:before{content:""}.ri-walk-line:before{content:""}.ri-wallet-2-fill:before{content:""}.ri-wallet-2-line:before{content:""}.ri-wallet-3-fill:before{content:""}.ri-wallet-3-line:before{content:""}.ri-wallet-fill:before{content:""}.ri-wallet-line:before{content:""}.ri-water-flash-fill:before{content:""}.ri-water-flash-line:before{content:""}.ri-webcam-fill:before{content:""}.ri-webcam-line:before{content:""}.ri-wechat-2-fill:before{content:""}.ri-wechat-2-line:before{content:""}.ri-wechat-fill:before{content:""}.ri-wechat-line:before{content:""}.ri-wechat-pay-fill:before{content:""}.ri-wechat-pay-line:before{content:""}.ri-weibo-fill:before{content:""}.ri-weibo-line:before{content:""}.ri-whatsapp-fill:before{content:""}.ri-whatsapp-line:before{content:""}.ri-wheelchair-fill:before{content:""}.ri-wheelchair-line:before{content:""}.ri-wifi-fill:before{content:""}.ri-wifi-line:before{content:""}.ri-wifi-off-fill:before{content:""}.ri-wifi-off-line:before{content:""}.ri-window-2-fill:before{content:""}.ri-window-2-line:before{content:""}.ri-window-fill:before{content:""}.ri-window-line:before{content:""}.ri-windows-fill:before{content:""}.ri-windows-line:before{content:""}.ri-windy-fill:before{content:""}.ri-windy-line:before{content:""}.ri-wireless-charging-fill:before{content:""}.ri-wireless-charging-line:before{content:""}.ri-women-fill:before{content:""}.ri-women-line:before{content:""}.ri-wubi-input:before{content:""}.ri-xbox-fill:before{content:""}.ri-xbox-line:before{content:""}.ri-xing-fill:before{content:""}.ri-xing-line:before{content:""}.ri-youtube-fill:before{content:""}.ri-youtube-line:before{content:""}.ri-zcool-fill:before{content:""}.ri-zcool-line:before{content:""}.ri-zhihu-fill:before{content:""}.ri-zhihu-line:before{content:""}.ri-zoom-in-fill:before{content:""}.ri-zoom-in-line:before{content:""}.ri-zoom-out-fill:before{content:""}.ri-zoom-out-line:before{content:""}.ri-zzz-fill:before{content:""}.ri-zzz-line:before{content:""}.noUi-tooltip{background:rgba(0,0,0,.9);color:#fff;font-size:12px;border:0;border-radius:4px;font-weight:500}.noUi-handle{width:22px!important;height:22px!important;border-radius:100%;border:0;background:#fff;box-shadow:0 .25rem .5rem rgba(29,48,61,.184);margin-top:-5px}.noUi-handle:after,.noUi-handle:before{display:none}.noUi-target{border:0;box-shadow:none;height:4px;background:#f7f8f9}.noUi-connect{background:#1c212c}.noUi-marker-large{background:#f7f8f9;margin-top:5px}.noUi-value{font-size:12px;font-weight:500;color:#a0a0a2;margin-top:10px}.medium-zoom-image--opened{z-index:999}.medium-zoom-overlay{z-index:99}.w-100.medium-zoom-image.medium-zoom-image--opened{width:auto!important}.simplebar-content{padding-right:1.25rem!important}.simplebar-track{background:#f7f8f9;border-radius:4px}.simplebar-track.simplebar-vertical{width:7px}.simplebar-scrollbar{opacity:.5}.simplebar-wrapper{height:150px}.swiper-overflow-visible{overflow:visible}.swiper-overflow-visible .swiper-scrollbar{bottom:-45px;left:0}.swiper-container-horizontal>.swiper-scrollbar{height:4px;width:100%;left:0}.card .swiper-button-disabled{opacity:0;display:none!important}.swiper-slide{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.swiper-pagination-bullet{width:8px;height:8px;font-size:12px;opacity:1;display:inline-block;margin-left:4px;margin-right:4px;cursor:pointer;transition:all .2s;overflow:hidden}.swiper-pagination-bullet-active{width:20px;border-radius:10px}.vertical-pagination .swiper-pagination-bullet-active{width:8px;height:20px}.swiper-pagination-bullet-light .swiper-pagination-bullet{background:hsla(0,0%,100%,.9)}.gallery-thumbs-vertical .swiper-slide{cursor:pointer;border-bottom:2px solid transparent;opacity:.5}.gallery-thumbs-vertical .swiper-slide.swiper-slide-thumb-active{border-color:#1c212c;opacity:1}.gallery-thumbs-horizontal .swiper-slide{border:2px solid #e9eaea;opacity:.5;cursor:pointer}.gallery-thumbs-horizontal .swiper-slide.swiper-slide-thumb-active{border-color:#1c212c;opacity:1}.swiper-btn{cursor:pointer;transition:all .2s ease-in}.swiper-btn:hover{opacity:.5}.swiper-btn-side{position:absolute;top:45%;left:0;z-index:30}.swiper-btn-side-right{left:auto;right:0}.swiper-btn-show-hover{transform:translateX(-20%);opacity:0}.swiper-btn-show-hover.swiper-btn-side-right{transform:translateX(10%)}.swiper-container:hover .swiper-btn-show-hover{transform:translateX(0);opacity:1}.swiper-button-disabled{opacity:.1}.swiper-disabled-hide.swiper-button-disabled{opacity:0!important}.lookbook-thumbs-horizontal .swiper-slide{opacity:.1;cursor:pointer;transition:all .2s linear}.lookbook-thumbs-horizontal .swiper-slide.swiper-slide-thumb-active,.lookbook-thumbs-horizontal .swiper-slide:hover{opacity:1}.swiper-pagination-blocks .swiper-pagination-custom{display:flex;justify-content:space-between}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet{display:flex;width:auto;flex-grow:1;border-radius:0;margin:0 1rem 0 0;background:#e9eaea;height:4px;cursor:default}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet:last-child{margin-right:0}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#1c212c}.svg-logo-white{color:#fc6229}.svg-logo-black{color:#1c212c}.navbar-transparent .svg-logo-black{color:#fff} \ No newline at end of file +.animation-float{-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite}.animation-float-1{-webkit-animation:float 1s ease-in-out infinite;animation:float 1s ease-in-out infinite}.animation-float-2{-webkit-animation:float 2s ease-in-out infinite;animation:float 2s ease-in-out infinite}.animation-float-3{-webkit-animation:float 3s ease-in-out infinite;animation:float 3s ease-in-out infinite}.animation-float-4{-webkit-animation:float 4s ease-in-out infinite;animation:float 4s ease-in-out infinite}.animation-float-5{-webkit-animation:float 5s ease-in-out infinite;animation:float 5s ease-in-out infinite}.animation-float-6{-webkit-animation:float 6s ease-in-out infinite;animation:float 6s ease-in-out infinite}.animation-float-7{-webkit-animation:float 7s ease-in-out infinite;animation:float 7s ease-in-out infinite}.animation-float-8{-webkit-animation:float 8s ease-in-out infinite;animation:float 8s ease-in-out infinite}.animation-float-9{-webkit-animation:float 9s ease-in-out infinite;animation:float 9s ease-in-out infinite}.animation-float-10{-webkit-animation:float 10s ease-in-out infinite;animation:float 10s ease-in-out infinite}.animation-marquee-10{-webkit-animation:marquee 10s linear infinite;animation:marquee 10s linear infinite}.animation-marquee-20{-webkit-animation:marquee 20s linear infinite;animation:marquee 20s linear infinite}.animation-marquee-30{-webkit-animation:marquee 30s linear infinite;animation:marquee 30s linear infinite}.animation-marquee-40{-webkit-animation:marquee 40s linear infinite;animation:marquee 40s linear infinite}.animation-marquee-50{-webkit-animation:marquee 50s linear infinite;animation:marquee 50s linear infinite}.animation-marquee-60{-webkit-animation:marquee 60s linear infinite;animation:marquee 60s linear infinite}.animation-marquee-70{-webkit-animation:marquee 70s linear infinite;animation:marquee 70s linear infinite}.animation-marquee-80{-webkit-animation:marquee 80s linear infinite;animation:marquee 80s linear infinite}.animation-marquee-90{-webkit-animation:marquee 90s linear infinite;animation:marquee 90s linear infinite}.animation-marquee-100{-webkit-animation:marquee 100s linear infinite;animation:marquee 100s linear infinite}@-webkit-keyframes float{0%{transform:translateZ(0)}50%{transform:translate3d(0,7px,0)}to{transform:translateZ(0)}}@keyframes float{0%{transform:translateZ(0)}50%{transform:translate3d(0,7px,0)}to{transform:translateZ(0)}}.animation-move{-webkit-animation:move 80s ease;animation:move 80s ease;position:absolute;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animation-move-slow{-webkit-animation:move 120s ease;animation:move 120s ease;position:absolute;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}@-webkit-keyframes move{0%{transform-origin:bottom left;transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}@keyframes move{0%{transform-origin:bottom left;transform:scale(1)}50%{transform:scale(1.2)}to{transform:scale(1)}}.animation-rotate{-webkit-animation:rotation 2s linear infinite;animation:rotation 2s linear infinite}@-webkit-keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes rotation{0%{transform:rotate(0deg)}to{transform:rotate(359deg)}}.animation-pulsate{-webkit-animation:pulsate 2s linear infinite;animation:pulsate 2s linear infinite}@-webkit-keyframes pulsate{0%{transform:scale(1);opacity:.8}45%{transform:scale(1.75);opacity:0}}@keyframes pulsate{0%{transform:scale(1);opacity:.8}45%{transform:scale(1.75);opacity:0}}@-webkit-keyframes fadeIn{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@keyframes fadeIn{0%{display:none;opacity:0}1%{display:block;opacity:0}to{display:block;opacity:1}}@-webkit-keyframes fadeInLeft{0%{display:none;opacity:0;transform:translateX(-100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeInLeft{0%{display:none;opacity:0;transform:translateX(-100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeInRight{0%{display:none;opacity:0;transform:translateX(100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{display:none;opacity:0;transform:translateX(100%)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateX(0)}}@-webkit-keyframes fadeOutRight{0%{display:block;opacity:1;transform:translateX(0)}to{display:none;opacity:0;transform:translateX(100%)}}@keyframes fadeOutRight{0%{display:block;opacity:1;transform:translateX(0)}to{display:none;opacity:0;transform:translateX(100%)}}@-webkit-keyframes fadeInUp{0%{display:none;opacity:0;transform:translateY(10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{display:none;opacity:0;transform:translateY(10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translateY(0)}}@-webkit-keyframes fadeInUpMenu{0%{display:none;opacity:0;transform:translate(-50%,10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translate(-50%)}}@keyframes fadeInUpMenu{0%{display:none;opacity:0;transform:translate(-50%,10px)}1%{display:block;opacity:0}to{display:block;opacity:1;transform:translate(-50%)}}@-webkit-keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}@keyframes marquee{0%{transform:translateZ(0)}to{transform:translate3d(-100%,0,0)}}[class*=hover-]{will-change:transform,opacity,box-shadow}.hover-lift{transition:all .15s ease-in}.hover-lift:hover{transform:translate3d(0,-5px,0)}.hover-lift-sm{transition:all .15s ease-in}.hover-lift-sm:hover{transform:translate3d(0,-2px,0)}.hover-opacity-75{transition:all .15s ease-in}.hover-opacity-75:hover{opacity:.75}.hover-boxshadow{transition:all .15s ease-in}.hover-boxshadow:hover{box-shadow:0 .5rem 1rem rgba(29,48,61,.06)}.hover-target-show{opacity:0;transition:all .1s ease-in}.hover-target-hide{opacity:1;transition:all .1s ease-in}.hover-show{opacity:0}.hover-trigger:hover{z-index:20}.hover-trigger:hover .hover-target-show{opacity:1;transition:all .3s ease-in}.hover-trigger:hover .hover-target-hide{opacity:0}.hover-trigger:hover .hover-show{opacity:1}.hover-pseudo-bg{position:relative}.hover-pseudo-bg:before{content:"";display:block;background:#fff;box-shadow:0 1rem 2.5rem rgba(29,48,61,.125);border-radius:.25rem;width:100%;min-height:100%;height:var(--theme-listing-page-card-pseudo-hover-height);transform:scale3d(1.1,1.1,1.1);position:absolute;z-index:-1;transition:all .3s ease-in;opacity:0}.hover-pseudo-bg:hover:before{opacity:1}.bg-img-cover{background-repeat:no-repeat;background-size:cover}.bg-img-contain{background-repeat:no-repeat;background-size:contain}.bg-pos-center-center{background-position:50%}.bg-pos-center-top{background-position:top}.bg-pos-left-top{background-position:0 0}.bg-pos-left-center{background-position:0}.bg-pos-right-center{background-position:100%}.bg-pos-right-top{background-position:100% 0}.bg-pos-center-bottom{background-position:bottom}.bg-pos-left-bottom{background-position:0 100%}.bg-pos-right-bottom{background-position:100% 100%}.bg-white-hover:hover{background:#fff!important}.bg-primary-faded{background-color:rgba(111,70,255,.2)!important}.bg-secondary-faded{background-color:rgba(160,160,162,.2)!important}.bg-success-faded{background-color:rgba(25,184,162,.2)!important}.bg-info-faded{background-color:rgba(13,202,240,.2)!important}.bg-warning-faded{background-color:rgba(255,237,3,.2)!important}.bg-danger-faded{background-color:rgba(219,26,42,.2)!important}.bg-light-faded{background-color:hsla(0,0%,96.5%,.2)!important}.bg-dark-faded{background-color:rgba(28,33,44,.2)!important}.bg-facebook-faded{background-color:rgba(59,89,152,.2)!important}.bg-twitter-faded{background-color:rgba(0,172,238,.2)!important}.bg-white-faded{background-color:hsla(0,0%,100%,.2)!important}.bg-pink-faded{background-color:rgba(255,166,158,.2)!important}.bg-teal-faded{background-color:rgba(8,197,213,.2)!important}.bg-orange-faded{background-color:rgba(252,98,41,.2)!important}.bg-teal-300{background:#e2f7f9}.bg-black-opacity{background:rgba(0,0,0,.2)}.bg-gray-800{background:#343a40!important}.border-top-white-opacity{border-top:1px solid hsla(0,0%,100%,.15)}.border-bottom-white-opacity{border-bottom:1px solid hsla(0,0%,100%,.15)}.border-white-opacity{border:1px solid hsla(0,0%,100%,.15)}.rounded-lg{border-radius:.3rem!important}.rounded-xl{border-radius:20px!important}.rounded-0-top-start{border-top-left-radius:0!important}.rounded-0-bottom-start{border-bottom-left-radius:0!important}.rounded-0-top-end{border-top-right-radius:0!important}.rounded-0-bottom-end{border-bottom-right-radius:0!important}@media(min-width:992px){.border-lg-bottom{border-bottom:1px solid #e9eaea}}.bg-overlay-gradient-dark:after{background:linear-gradient(0deg,rgba(0,0,0,.56),transparent 99%)}.bg-overlay-dark:after,.bg-overlay-gradient-dark:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:1;border-radius:.25rem;transition:opacity .3s ease-in-out}.bg-overlay-dark:after{background:rgba(0,0,0,.4)}.bg-overlay-gradient-light:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg,hsla(0,0%,100%,.56),hsla(0,0%,100%,0) 99%);z-index:1;border-radius:.25rem;transition:opacity .3s ease-in-out}.bg-overlay-sides-white-to-transparent{position:relative}.bg-overlay-sides-white-to-transparent:before{content:"";display:block;position:absolute;width:20%;height:100%;left:0;top:0;bottom:0;background:linear-gradient(90deg,#fff,hsla(0,0%,100%,.93) 50%,hsla(0,0%,100%,0));z-index:10}.bg-overlay-sides-white-to-transparent:after{content:"";display:block;position:absolute;width:20%;height:100%;right:0;top:0;bottom:0;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.93) 50%,#fff);z-index:10}.bg-overlay-h-25:after{height:25%;top:auto}.bg-overlay-h-50:after{height:50%;top:auto}.bg-overlay-h-75:after{height:75%;top:auto}.shadow-primary{box-shadow:-1px 1px 13px -6px rgba(111,70,255,.85)}.shadow-secondary{box-shadow:-1px 1px 13px -6px rgba(160,160,162,.85)}.shadow-success{box-shadow:-1px 1px 13px -6px rgba(25,184,162,.85)}.shadow-info{box-shadow:-1px 1px 13px -6px rgba(13,202,240,.85)}.shadow-warning{box-shadow:-1px 1px 13px -6px rgba(255,237,3,.85)}.shadow-danger{box-shadow:-1px 1px 13px -6px rgba(219,26,42,.85)}.shadow-light{box-shadow:-1px 1px 13px -6px hsla(0,0%,96.5%,.85)}.shadow-dark{box-shadow:-1px 1px 13px -6px rgba(28,33,44,.85)}.shadow-facebook{box-shadow:-1px 1px 13px -6px rgba(59,89,152,.85)}.shadow-twitter{box-shadow:-1px 1px 13px -6px rgba(0,172,238,.85)}.shadow-white{box-shadow:-1px 1px 13px -6px hsla(0,0%,100%,.85)}.shadow-pink{box-shadow:-1px 1px 13px -6px rgba(255,166,158,.85)}.shadow-teal{box-shadow:-1px 1px 13px -6px rgba(8,197,213,.85)}.shadow-orange{box-shadow:-1px 1px 13px -6px rgba(252,98,41,.85)}.even-child-mt-5:nth-of-type(2n),.odd-child-mt-5:nth-of-type(odd){margin-top:5rem}@media(max-width:767.98px){.display-md-1{font-size:calc(1.5rem + 3vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-1{font-size:3.75rem}}@media(max-width:767.98px){.display-md-2{font-size:calc(1.45rem + 2.4vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-2{font-size:3.25rem}}@media(max-width:767.98px){.display-md-3{font-size:calc(1.4rem + 1.8vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-3{font-size:2.75rem}}@media(max-width:767.98px){.display-md-4{font-size:calc(1.35rem + 1.2vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-4{font-size:2.25rem}}@media(max-width:767.98px){.display-md-5{font-size:calc(1.3rem + .6vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-5{font-size:1.75rem}}@media(max-width:767.98px){.display-md-6{font-size:calc(1.275rem + .3vw);font-weight:300;line-height:1.2}}@media(max-width:767.98px)and (min-width:1200px){.display-md-6{font-size:1.5rem}}.fs-xs{font-size:11px!important}.link-cover:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;pointer-events:auto;content:""}.text-link-border{text-decoration:none;border-bottom:1px solid #1c212c;border-radius:0;transition:all .2s linear}.text-link-border:active,.text-link-border:focus,.text-link-border:hover{border-color:transparent}.title-small{letter-spacing:.2em;text-transform:uppercase;font-size:.85rem;font-weight:500;display:block}.translate{transform:translate(var(--theme-translate-X),var(--theme-translate-Y))}.translate-x-n0{--theme-translate-X:-0}.translate-x-0{--theme-translate-X:0}.translate-y-n0{--theme-translate-Y:-0}.translate-y-0{--theme-translate-Y:0}.translate-x-n1{--theme-translate-X:-1%}.translate-x-1{--theme-translate-X:1%}.translate-y-n1{--theme-translate-Y:-1%}.translate-y-1{--theme-translate-Y:1%}.translate-x-n2{--theme-translate-X:-2%}.translate-x-2{--theme-translate-X:2%}.translate-y-n2{--theme-translate-Y:-2%}.translate-y-2{--theme-translate-Y:2%}.translate-x-n3{--theme-translate-X:-3%}.translate-x-3{--theme-translate-X:3%}.translate-y-n3{--theme-translate-Y:-3%}.translate-y-3{--theme-translate-Y:3%}.translate-x-n4{--theme-translate-X:-4%}.translate-x-4{--theme-translate-X:4%}.translate-y-n4{--theme-translate-Y:-4%}.translate-y-4{--theme-translate-Y:4%}.translate-x-n5{--theme-translate-X:-5%}.translate-x-5{--theme-translate-X:5%}.translate-y-n5{--theme-translate-Y:-5%}.translate-y-5{--theme-translate-Y:5%}.translate-x-n7{--theme-translate-X:-7%}.translate-x-7{--theme-translate-X:7%}.translate-y-n7{--theme-translate-Y:-7%}.translate-y-7{--theme-translate-Y:7%}.translate-x-n10{--theme-translate-X:-10%}.translate-x-10{--theme-translate-X:10%}.translate-y-n10{--theme-translate-Y:-10%}.translate-y-10{--theme-translate-Y:10%}.translate-x-n20{--theme-translate-X:-20%}.translate-x-20{--theme-translate-X:20%}.translate-y-n20{--theme-translate-Y:-20%}.translate-y-20{--theme-translate-Y:20%}.translate-x-n25{--theme-translate-X:-25%}.translate-x-25{--theme-translate-X:25%}.translate-y-n25{--theme-translate-Y:-25%}.translate-y-25{--theme-translate-Y:25%}.translate-x-n30{--theme-translate-X:-30%}.translate-x-30{--theme-translate-X:30%}.translate-y-n30{--theme-translate-Y:-30%}.translate-y-30{--theme-translate-Y:30%}.translate-x-n35{--theme-translate-X:-35%}.translate-x-35{--theme-translate-X:35%}.translate-y-n35{--theme-translate-Y:-35%}.translate-y-35{--theme-translate-Y:35%}.translate-x-n40{--theme-translate-X:-40%}.translate-x-40{--theme-translate-X:40%}.translate-y-n40{--theme-translate-Y:-40%}.translate-y-40{--theme-translate-Y:40%}.translate-x-n45{--theme-translate-X:-45%}.translate-x-45{--theme-translate-X:45%}.translate-y-n45{--theme-translate-Y:-45%}.translate-y-45{--theme-translate-Y:45%}.translate-x-n50{--theme-translate-X:-50%}.translate-x-50{--theme-translate-X:50%}.translate-y-n50{--theme-translate-Y:-50%}.translate-y-50{--theme-translate-Y:50%}.translate-x-n75{--theme-translate-X:-75%}.translate-x-75{--theme-translate-X:75%}.translate-y-n75{--theme-translate-Y:-75%}.translate-y-75{--theme-translate-Y:75%}.translate-x-n100{--theme-translate-X:-100%}.translate-x-100{--theme-translate-X:100%}.translate-y-n100{--theme-translate-Y:-100%}.translate-y-100{--theme-translate-Y:100%}.skew-5{transform:skewY(5deg)}.skew-n5{transform:skewY(-5deg)}.skew-10{transform:skewY(10deg)}.skew-n10{transform:skewY(-10deg)}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f46ff;--bs-red:#db1a2a;--bs-yellow:#ffed03;--bs-green:#19b8a2;--bs-cyan:#0dcaf0;--bs-gray:#a0a0a2;--bs-gray-dark:#343a40;--bs-primary:#6f46ff;--bs-secondary:#a0a0a2;--bs-success:#19b8a2;--bs-info:#0dcaf0;--bs-warning:#ffed03;--bs-danger:#db1a2a;--bs-light:#f6f6f6;--bs-dark:#1c212c;--bs-facebook:#3b5998;--bs-twitter:#00acee;--bs-white:#fff;--bs-pink:#ffa69e;--bs-teal:#08c5d5;--bs-orange:#fc6229;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0))}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[data-bs-original-title],abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:500}.small,small{font-size:.85em}.mark,mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#1c212c;text-decoration:underline}a:hover{color:#161a23}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.85em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:.85em;color:#ffa69e;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:.85em;color:#fff;background-color:#1c212c;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:1.5rem;padding-bottom:1.5rem;color:#a0a0a2;text-align:left}th{font-weight:500;text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + .3vw);line-height:inherit}@media(min-width:1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-text,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none!important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.35rem + 1.2vw);font-weight:300;line-height:1.2}@media(min-width:1200px){.display-6{font-size:2.25rem}}.list-inline,.list-unstyled{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:.85em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:.85em;color:#a0a0a2}.blockquote-footer:before{content:"— "}.img-fluid,.img-thumbnail{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:.85em;color:#a0a0a2}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x,1.5rem);padding-left:var(--bs-gutter-x,1.5rem);margin-right:auto;margin-left:auto}@media(min-width:576px){.container,.container-sm{max-width:100%}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:100%}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:100%}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media(min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y)*-1);margin-right:calc(var(--bs-gutter-x)/-2);margin-left:calc(var(--bs-gutter-x)/-2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)/2);padding-left:calc(var(--bs-gutter-x)/2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.g-6,.gx-6{--bs-gutter-x:3.5rem}.g-6,.gy-6{--bs-gutter-y:3.5rem}.g-7,.gx-7{--bs-gutter-x:4rem}.g-7,.gy-7{--bs-gutter-y:4rem}.g-8,.gx-8{--bs-gutter-x:5rem}.g-8,.gy-8{--bs-gutter-y:5rem}.g-9,.gx-9{--bs-gutter-x:6rem}.g-9,.gy-9{--bs-gutter-y:6rem}.g-10,.gx-10{--bs-gutter-x:7rem}.g-10,.gy-10{--bs-gutter-y:7rem}@media(min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x:3.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y:3.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x:4rem}.g-sm-7,.gy-sm-7{--bs-gutter-y:4rem}.g-sm-8,.gx-sm-8{--bs-gutter-x:5rem}.g-sm-8,.gy-sm-8{--bs-gutter-y:5rem}.g-sm-9,.gx-sm-9{--bs-gutter-x:6rem}.g-sm-9,.gy-sm-9{--bs-gutter-y:6rem}.g-sm-10,.gx-sm-10{--bs-gutter-x:7rem}.g-sm-10,.gy-sm-10{--bs-gutter-y:7rem}}@media(min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}.g-md-6,.gx-md-6{--bs-gutter-x:3.5rem}.g-md-6,.gy-md-6{--bs-gutter-y:3.5rem}.g-md-7,.gx-md-7{--bs-gutter-x:4rem}.g-md-7,.gy-md-7{--bs-gutter-y:4rem}.g-md-8,.gx-md-8{--bs-gutter-x:5rem}.g-md-8,.gy-md-8{--bs-gutter-y:5rem}.g-md-9,.gx-md-9{--bs-gutter-x:6rem}.g-md-9,.gy-md-9{--bs-gutter-y:6rem}.g-md-10,.gx-md-10{--bs-gutter-x:7rem}.g-md-10,.gy-md-10{--bs-gutter-y:7rem}}@media(min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x:3.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y:3.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x:4rem}.g-lg-7,.gy-lg-7{--bs-gutter-y:4rem}.g-lg-8,.gx-lg-8{--bs-gutter-x:5rem}.g-lg-8,.gy-lg-8{--bs-gutter-y:5rem}.g-lg-9,.gx-lg-9{--bs-gutter-x:6rem}.g-lg-9,.gy-lg-9{--bs-gutter-y:6rem}.g-lg-10,.gx-lg-10{--bs-gutter-x:7rem}.g-lg-10,.gy-lg-10{--bs-gutter-y:7rem}}@media(min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x:3.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y:3.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x:4rem}.g-xl-7,.gy-xl-7{--bs-gutter-y:4rem}.g-xl-8,.gx-xl-8{--bs-gutter-x:5rem}.g-xl-8,.gy-xl-8{--bs-gutter-y:5rem}.g-xl-9,.gx-xl-9{--bs-gutter-x:6rem}.g-xl-9,.gy-xl-9{--bs-gutter-y:6rem}.g-xl-10,.gx-xl-10{--bs-gutter-x:7rem}.g-xl-10,.gy-xl-10{--bs-gutter-y:7rem}}@media(min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:3.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:3.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:4rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:4rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:5rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:5rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:6rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:6rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:7rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:7rem}}.table{--bs-table-bg:transparent;--bs-table-striped-color:#1c212c;--bs-table-striped-bg:rgba(0,0,0,0.05);--bs-table-active-color:#1c212c;--bs-table-active-bg:rgba(0,0,0,0.1);--bs-table-hover-color:#1c212c;--bs-table-hover-bg:rgba(0,0,0,0.075);width:100%;margin-bottom:1rem;color:#1c212c;vertical-align:top;border-color:#e9eaea}.table>:not(caption)>*>*{padding:1.5rem 0;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg:var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg:var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg:var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg:#e2daff;--bs-table-striped-bg:#d7cff2;--bs-table-striped-color:#000;--bs-table-active-bg:#cbc4e6;--bs-table-active-color:#000;--bs-table-hover-bg:#d1caec;--bs-table-hover-color:#000;color:#000;border-color:#cbc4e6}.table-secondary{--bs-table-bg:#ececec;--bs-table-striped-bg:#e0e0e0;--bs-table-striped-color:#000;--bs-table-active-bg:#d4d4d4;--bs-table-active-color:#000;--bs-table-hover-bg:#dadada;--bs-table-hover-color:#000;color:#000;border-color:#d4d4d4}.table-success{--bs-table-bg:#d1f1ec;--bs-table-striped-bg:#c7e5e0;--bs-table-striped-color:#000;--bs-table-active-bg:#bcd9d4;--bs-table-active-color:#000;--bs-table-hover-bg:#c1dfda;--bs-table-hover-color:#000;color:#000;border-color:#bcd9d4}.table-info{--bs-table-bg:#cff4fc;--bs-table-striped-bg:#c5e8ef;--bs-table-striped-color:#000;--bs-table-active-bg:#badce3;--bs-table-active-color:#000;--bs-table-hover-bg:#bfe2e9;--bs-table-hover-color:#000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg:#fffbcd;--bs-table-striped-bg:#f2eec3;--bs-table-striped-color:#000;--bs-table-active-bg:#e6e2b9;--bs-table-active-color:#000;--bs-table-hover-bg:#ece8be;--bs-table-hover-color:#000;color:#000;border-color:#e6e2b9}.table-danger{--bs-table-bg:#f8d1d4;--bs-table-striped-bg:#ecc7c9;--bs-table-striped-color:#000;--bs-table-active-bg:#dfbcbf;--bs-table-active-color:#000;--bs-table-hover-bg:#e5c1c4;--bs-table-hover-color:#000;color:#000;border-color:#dfbcbf}.table-light{--bs-table-bg:#f6f6f6;--bs-table-striped-bg:#eaeaea;--bs-table-striped-color:#000;--bs-table-active-bg:#ddd;--bs-table-active-color:#000;--bs-table-hover-bg:#e4e4e4;--bs-table-hover-color:#000;color:#000;border-color:#ddd}.table-dark{--bs-table-bg:#1c212c;--bs-table-striped-bg:#272c37;--bs-table-striped-color:#fff;--bs-table-active-bg:#333741;--bs-table-active-color:#fff;--bs-table-hover-bg:#2d323c;--bs-table-hover-color:#fff;color:#fff;border-color:#333741}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width:575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width:1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem;font-size:1rem;font-weight:500}.col-form-label{padding-top:calc(.65rem + 1px);padding-bottom:calc(.65rem + 1px);margin-bottom:0;font-size:inherit;font-weight:500;line-height:1.5}.col-form-label-lg{padding-top:calc(1.5rem + 1px);padding-bottom:calc(1.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(.25rem + 1px);padding-bottom:calc(.25rem + 1px);font-size:.875rem}.form-text{margin-top:.25rem;font-size:.85em;color:#a0a0a2}.form-control{display:block;width:100%;padding:.65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#1c212c;background-color:#fff;border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#a0a0a2;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9e8ee;opacity:1}.form-control::file-selector-button{padding:.65rem .75rem;margin:-.65rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#1c212c;background-color:#e9e8ee;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dddce2}.form-control::-webkit-file-upload-button{padding:.65rem .75rem;margin:-.65rem -.75rem;-webkit-margin-end:.75rem;margin-inline-end:.75rem;color:#1c212c;background-color:#e9e8ee;pointer-events:none;border:0 solid;border-color:inherit;border-inline-end-width:1px;border-radius:0;-webkit-transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-control::-webkit-file-upload-button{-webkit-transition:none;transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dddce2}.form-control-plaintext{display:block;width:100%;padding:.65rem 0;margin-bottom:0;line-height:1.5;color:#1c212c;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-lg,.form-control-plaintext.form-control-sm{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-.25rem -.5rem;-webkit-margin-end:.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 3rem + 2px);padding:1.5rem 2rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:1.5rem 2rem;margin:-1.5rem -2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}.form-control-lg::-webkit-file-upload-button{padding:1.5rem 2rem;margin:-1.5rem -2rem;-webkit-margin-end:2rem;margin-inline-end:2rem}textarea.form-control{min-height:calc(1.5em + 1.3rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + .5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 3rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.65rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:0}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:0}.form-select{display:block;width:100%;padding:.65rem 1rem .65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-select:focus{border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{color:#a0a0a2;background-color:#e9e8ee}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #1c212c}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:.875rem}.form-select-lg{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:2rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:50%;background-size:contain;border:1px solid rgba(0,0,0,.25);-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-print-color-adjust:exact;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-check-input:checked{background-color:#1c212c;border-color:#1c212c}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-input[type=checkbox]:indeterminate{background-color:#1c212c;border-color:#1c212c;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3E%3C/svg%3E")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input:disabled~.form-check-label,.form-check-input[disabled]~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion:reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%238e9096'/%3E%3C/svg%3E")}.form-switch .form-check-input:checked{background-position:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0,0,0,0);pointer-events:none}.btn-check:disabled+.btn,.btn-check[disabled]+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;-webkit-appearance:none;-moz-appearance:none;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(28,33,44,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(28,33,44,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-.25rem;background-color:#1c212c;border:0;border-radius:1rem;-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bbbcc0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#1c212c;border:0;border-radius:1rem;-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-moz-appearance:none;appearance:none}@media(prefers-reduced-motion:reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#bbbcc0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion:reduce){.form-floating>label{transition:none}}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(.85) translateY(-.5rem) translateX(.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;text-align:center;white-space:nowrap;background-color:#e9e8ee;border:1px solid #ced4da;border-radius:0}.input-group-lg>.btn,.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text{padding:1.5rem 2rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.btn,.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.85em;color:#19b8a2}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem 1rem;margin-top:.1rem;font-size:.875rem;color:#000;background-color:rgba(25,184,162,.9);border-radius:.25rem}.is-valid~.valid-feedback,.is-valid~.valid-tooltip,.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip{display:block}.form-control.is-valid,.was-validated .form-control:valid{border-color:#19b8a2;padding-right:calc(1.5em + 1.3rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2319b8a2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .325rem) center;background-size:calc(.75em + .65rem) calc(.75em + .65rem)}.form-control.is-valid:focus,.was-validated .form-control:valid:focus{border-color:#19b8a2;box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.3rem);background-position:top calc(.375em + .325rem) right calc(.375em + .325rem)}.form-select.is-valid,.was-validated .form-select:valid{border-color:#19b8a2;padding-right:calc(.75em + 2.725rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%2319b8a2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3E%3C/svg%3E");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .65rem) calc(.75em + .65rem)}.form-select.is-valid:focus,.was-validated .form-select:valid:focus{border-color:#19b8a2;box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.form-check-input.is-valid,.was-validated .form-check-input:valid{border-color:#19b8a2}.form-check-input.is-valid:checked,.was-validated .form-check-input:valid:checked{background-color:#19b8a2}.form-check-input.is-valid:focus,.was-validated .form-check-input:valid:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.form-check-input.is-valid~.form-check-label,.was-validated .form-check-input:valid~.form-check-label{color:#19b8a2}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.input-group .form-control.is-valid,.input-group .form-select.is-valid,.was-validated .input-group .form-control:valid,.was-validated .input-group .form-select:valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:.85em;color:#db1a2a}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem 1rem;margin-top:.1rem;font-size:.875rem;color:#fff;background-color:rgba(219,26,42,.9);border-radius:.25rem}.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip,.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip{display:block}.form-control.is-invalid,.was-validated .form-control:invalid{border-color:#db1a2a;padding-right:calc(1.5em + 1.3rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db1a2a'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23db1a2a' stroke='none'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right calc(.375em + .325rem) center;background-size:calc(.75em + .65rem) calc(.75em + .65rem)}.form-control.is-invalid:focus,.was-validated .form-control:invalid:focus{border-color:#db1a2a;box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.3rem);background-position:top calc(.375em + .325rem) right calc(.375em + .325rem)}.form-select.is-invalid,.was-validated .form-select:invalid{border-color:#db1a2a;padding-right:calc(.75em + 2.725rem);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E"),url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23db1a2a'%3E%3Ccircle cx='6' cy='6' r='4.5'/%3E%3Cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3E%3Ccircle cx='6' cy='8.2' r='.6' fill='%23db1a2a' stroke='none'/%3E%3C/svg%3E");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(.75em + .65rem) calc(.75em + .65rem)}.form-select.is-invalid:focus,.was-validated .form-select:invalid:focus{border-color:#db1a2a;box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.form-check-input.is-invalid,.was-validated .form-check-input:invalid{border-color:#db1a2a}.form-check-input.is-invalid:checked,.was-validated .form-check-input:invalid:checked{background-color:#db1a2a}.form-check-input.is-invalid:focus,.was-validated .form-check-input:invalid:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.form-check-input.is-invalid~.form-check-label,.was-validated .form-check-input:invalid~.form-check-label{color:#db1a2a}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.input-group .form-control.is-invalid,.input-group .form-select.is-invalid,.was-validated .input-group .form-control:invalid,.was-validated .input-group .form-select:invalid{z-index:3}.btn{display:inline-block;font-weight:500;line-height:1;color:#1c212c;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:1.25rem 1.5rem;font-size:1rem;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn{transition:none}}.btn:hover{color:#1c212c}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.btn.disabled,.btn:disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{color:#fff;background-color:#5e3cd9;border-color:#5938cc}.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(133,98,255,.5)}.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#5938cc;border-color:#5335bf}.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(133,98,255,.5)}.btn-primary.disabled,.btn-primary:disabled{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-secondary{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:focus+.btn-secondary,.btn-secondary:focus,.btn-secondary:hover{color:#000;background-color:#aeaeb0;border-color:#aaaaab}.btn-check:focus+.btn-secondary,.btn-secondary:focus{box-shadow:0 0 0 .25rem rgba(136,136,138,.5)}.btn-check:active+.btn-secondary,.btn-check:checked+.btn-secondary,.btn-secondary.active,.btn-secondary:active,.show>.btn-secondary.dropdown-toggle{color:#000;background-color:#b3b3b5;border-color:#aaaaab}.btn-check:active+.btn-secondary:focus,.btn-check:checked+.btn-secondary:focus,.btn-secondary.active:focus,.btn-secondary:active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(136,136,138,.5)}.btn-secondary.disabled,.btn-secondary:disabled{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-success{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:focus+.btn-success,.btn-success:focus,.btn-success:hover{color:#000;background-color:#3cc3b0;border-color:#30bfab}.btn-check:focus+.btn-success,.btn-success:focus{box-shadow:0 0 0 .25rem rgba(21,156,138,.5)}.btn-check:active+.btn-success,.btn-check:checked+.btn-success,.btn-success.active,.btn-success:active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#47c6b5;border-color:#30bfab}.btn-check:active+.btn-success:focus,.btn-check:checked+.btn-success:focus,.btn-success.active:focus,.btn-success:active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(21,156,138,.5)}.btn-success.disabled,.btn-success:disabled{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-info,.btn-info:focus,.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:active+.btn-info,.btn-check:checked+.btn-info,.btn-info.active,.btn-info:active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:active+.btn-info:focus,.btn-check:checked+.btn-info:focus,.btn-info.active:focus,.btn-info:active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info.disabled,.btn-info:disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:focus+.btn-warning,.btn-warning:focus,.btn-warning:hover{color:#000;background-color:#fff029;border-color:#ffef1c}.btn-check:focus+.btn-warning,.btn-warning:focus{box-shadow:0 0 0 .25rem rgba(217,201,3,.5)}.btn-check:active+.btn-warning,.btn-check:checked+.btn-warning,.btn-warning.active,.btn-warning:active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#fff135;border-color:#ffef1c}.btn-check:active+.btn-warning:focus,.btn-check:checked+.btn-warning:focus,.btn-warning.active:focus,.btn-warning:active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,201,3,.5)}.btn-warning.disabled,.btn-warning:disabled{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-danger{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:focus+.btn-danger,.btn-danger:focus,.btn-danger:hover{color:#fff;background-color:#ba1624;border-color:#af1522}.btn-check:focus+.btn-danger,.btn-danger:focus{box-shadow:0 0 0 .25rem rgba(224,60,74,.5)}.btn-check:active+.btn-danger,.btn-check:checked+.btn-danger,.btn-danger.active,.btn-danger:active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#af1522;border-color:#a41420}.btn-check:active+.btn-danger:focus,.btn-check:checked+.btn-danger:focus,.btn-danger.active:focus,.btn-danger:active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(224,60,74,.5)}.btn-danger.disabled,.btn-danger:disabled{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-light{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:focus+.btn-light,.btn-light:focus,.btn-light:hover{color:#000;background-color:#f7f7f7;border-color:#f7f7f7}.btn-check:focus+.btn-light,.btn-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.5)}.btn-check:active+.btn-light,.btn-check:checked+.btn-light,.btn-light.active,.btn-light:active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f8f8f8;border-color:#f7f7f7}.btn-check:active+.btn-light:focus,.btn-check:checked+.btn-light:focus,.btn-light.active:focus,.btn-light:active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,82%,.5)}.btn-light.disabled,.btn-light:disabled{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-dark{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:focus+.btn-dark,.btn-dark:focus,.btn-dark:hover{color:#fff;background-color:#181c25;border-color:#161a23}.btn-check:focus+.btn-dark,.btn-dark:focus{box-shadow:0 0 0 .25rem rgba(62,66,76,.5)}.btn-check:active+.btn-dark,.btn-check:checked+.btn-dark,.btn-dark.active,.btn-dark:active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#161a23;border-color:#151921}.btn-check:active+.btn-dark:focus,.btn-check:checked+.btn-dark:focus,.btn-dark.active:focus,.btn-dark:active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(62,66,76,.5)}.btn-dark.disabled,.btn-dark:disabled{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-facebook{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:focus+.btn-facebook,.btn-facebook:focus,.btn-facebook:hover{color:#fff;background-color:#324c81;border-color:#2f477a}.btn-check:focus+.btn-facebook,.btn-facebook:focus{box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-check:active+.btn-facebook,.btn-check:checked+.btn-facebook,.btn-facebook.active,.btn-facebook:active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2f477a;border-color:#2c4372}.btn-check:active+.btn-facebook:focus,.btn-check:checked+.btn-facebook:focus,.btn-facebook.active:focus,.btn-facebook:active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-facebook.disabled,.btn-facebook:disabled{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-twitter{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-twitter,.btn-twitter:focus,.btn-twitter:hover{color:#000;background-color:#26b8f1;border-color:#1ab4f0}.btn-check:focus+.btn-twitter,.btn-twitter:focus{box-shadow:0 0 0 .25rem rgba(0,146,202,.5)}.btn-check:active+.btn-twitter,.btn-check:checked+.btn-twitter,.btn-twitter.active,.btn-twitter:active,.show>.btn-twitter.dropdown-toggle{color:#000;background-color:#33bdf1;border-color:#1ab4f0}.btn-check:active+.btn-twitter:focus,.btn-check:checked+.btn-twitter:focus,.btn-twitter.active:focus,.btn-twitter:active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(0,146,202,.5)}.btn-twitter.disabled,.btn-twitter:disabled{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-white,.btn-white,.btn-white:focus,.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-check:active+.btn-white,.btn-check:checked+.btn-white,.btn-white.active,.btn-white:active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-white:focus,.btn-check:checked+.btn-white:focus,.btn-white.active:focus,.btn-white:active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem hsla(0,0%,85.1%,.5)}.btn-white.disabled,.btn-white:disabled{color:#000;background-color:#fff;border-color:#fff}.btn-pink{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:focus+.btn-pink,.btn-pink:focus,.btn-pink:hover{color:#000;background-color:#ffb3ad;border-color:#ffafa8}.btn-check:focus+.btn-pink,.btn-pink:focus{box-shadow:0 0 0 .25rem rgba(217,141,134,.5)}.btn-check:active+.btn-pink,.btn-check:checked+.btn-pink,.btn-pink.active,.btn-pink:active,.show>.btn-pink.dropdown-toggle{color:#000;background-color:#ffb8b1;border-color:#ffafa8}.btn-check:active+.btn-pink:focus,.btn-check:checked+.btn-pink:focus,.btn-pink.active:focus,.btn-pink:active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,141,134,.5)}.btn-pink.disabled,.btn-pink:disabled{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-teal{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:focus+.btn-teal,.btn-teal:focus,.btn-teal:hover{color:#000;background-color:#2dcedb;border-color:#21cbd9}.btn-check:focus+.btn-teal,.btn-teal:focus{box-shadow:0 0 0 .25rem rgba(7,167,181,.5)}.btn-check:active+.btn-teal,.btn-check:checked+.btn-teal,.btn-teal.active,.btn-teal:active,.show>.btn-teal.dropdown-toggle{color:#000;background-color:#39d1dd;border-color:#21cbd9}.btn-check:active+.btn-teal:focus,.btn-check:checked+.btn-teal:focus,.btn-teal.active:focus,.btn-teal:active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(7,167,181,.5)}.btn-teal.disabled,.btn-teal:disabled{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-orange{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:focus+.btn-orange,.btn-orange:focus,.btn-orange:hover{color:#000;background-color:#fc7a49;border-color:#fc723e}.btn-check:focus+.btn-orange,.btn-orange:focus{box-shadow:0 0 0 .25rem rgba(214,83,35,.5)}.btn-check:active+.btn-orange,.btn-check:checked+.btn-orange,.btn-orange.active,.btn-orange:active,.show>.btn-orange.dropdown-toggle{color:#000;background-color:#fd8154;border-color:#fc723e}.btn-check:active+.btn-orange:focus,.btn-check:checked+.btn-orange:focus,.btn-orange.active:focus,.btn-orange:active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(214,83,35,.5)}.btn-orange.disabled,.btn-orange:disabled{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-outline-primary{color:#6f46ff;border-color:#6f46ff}.btn-outline-primary:hover{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(111,70,255,.5)}.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,.btn-outline-primary:active{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,.btn-outline-primary:active:focus{box-shadow:0 0 0 .25rem rgba(111,70,255,.5)}.btn-outline-primary.disabled,.btn-outline-primary:disabled{color:#6f46ff;background-color:transparent}.btn-outline-secondary{color:#a0a0a2;border-color:#a0a0a2}.btn-outline-secondary:hover{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(160,160,162,.5)}.btn-check:active+.btn-outline-secondary,.btn-check:checked+.btn-outline-secondary,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show,.btn-outline-secondary:active{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:active+.btn-outline-secondary:focus,.btn-check:checked+.btn-outline-secondary:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus,.btn-outline-secondary:active:focus{box-shadow:0 0 0 .25rem rgba(160,160,162,.5)}.btn-outline-secondary.disabled,.btn-outline-secondary:disabled{color:#a0a0a2;background-color:transparent}.btn-outline-success{color:#19b8a2;border-color:#19b8a2}.btn-outline-success:hover{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.5)}.btn-check:active+.btn-outline-success,.btn-check:checked+.btn-outline-success,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show,.btn-outline-success:active{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:active+.btn-outline-success:focus,.btn-check:checked+.btn-outline-success:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus,.btn-outline-success:active:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.5)}.btn-outline-success.disabled,.btn-outline-success:disabled{color:#19b8a2;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:active+.btn-outline-info,.btn-check:checked+.btn-outline-info,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show,.btn-outline-info:active{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:active+.btn-outline-info:focus,.btn-check:checked+.btn-outline-info:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus,.btn-outline-info:active:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info.disabled,.btn-outline-info:disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffed03;border-color:#ffed03}.btn-outline-warning:hover{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,237,3,.5)}.btn-check:active+.btn-outline-warning,.btn-check:checked+.btn-outline-warning,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show,.btn-outline-warning:active{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:active+.btn-outline-warning:focus,.btn-check:checked+.btn-outline-warning:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus,.btn-outline-warning:active:focus{box-shadow:0 0 0 .25rem rgba(255,237,3,.5)}.btn-outline-warning.disabled,.btn-outline-warning:disabled{color:#ffed03;background-color:transparent}.btn-outline-danger{color:#db1a2a;border-color:#db1a2a}.btn-outline-danger:hover{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.5)}.btn-check:active+.btn-outline-danger,.btn-check:checked+.btn-outline-danger,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show,.btn-outline-danger:active{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:active+.btn-outline-danger:focus,.btn-check:checked+.btn-outline-danger:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus,.btn-outline-danger:active:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.5)}.btn-outline-danger.disabled,.btn-outline-danger:disabled{color:#db1a2a;background-color:transparent}.btn-outline-light{color:#f6f6f6;border-color:#f6f6f6}.btn-outline-light:hover{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96.5%,.5)}.btn-check:active+.btn-outline-light,.btn-check:checked+.btn-outline-light,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show,.btn-outline-light:active{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:active+.btn-outline-light:focus,.btn-check:checked+.btn-outline-light:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus,.btn-outline-light:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,96.5%,.5)}.btn-outline-light.disabled,.btn-outline-light:disabled{color:#f6f6f6;background-color:transparent}.btn-outline-dark{color:#1c212c;border-color:#1c212c}.btn-outline-dark:hover{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(28,33,44,.5)}.btn-check:active+.btn-outline-dark,.btn-check:checked+.btn-outline-dark,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show,.btn-outline-dark:active{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:active+.btn-outline-dark:focus,.btn-check:checked+.btn-outline-dark:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus,.btn-outline-dark:active:focus{box-shadow:0 0 0 .25rem rgba(28,33,44,.5)}.btn-outline-dark.disabled,.btn-outline-dark:disabled{color:#1c212c;background-color:transparent}.btn-outline-facebook{color:#3b5998;border-color:#3b5998}.btn-outline-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:focus+.btn-outline-facebook,.btn-outline-facebook:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-check:active+.btn-outline-facebook,.btn-check:checked+.btn-outline-facebook,.btn-outline-facebook.active,.btn-outline-facebook.dropdown-toggle.show,.btn-outline-facebook:active{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:active+.btn-outline-facebook:focus,.btn-check:checked+.btn-outline-facebook:focus,.btn-outline-facebook.active:focus,.btn-outline-facebook.dropdown-toggle.show:focus,.btn-outline-facebook:active:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-outline-facebook.disabled,.btn-outline-facebook:disabled{color:#3b5998;background-color:transparent}.btn-outline-twitter{color:#00acee;border-color:#00acee}.btn-outline-twitter:hover{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-outline-twitter,.btn-outline-twitter:focus{box-shadow:0 0 0 .25rem rgba(0,172,238,.5)}.btn-check:active+.btn-outline-twitter,.btn-check:checked+.btn-outline-twitter,.btn-outline-twitter.active,.btn-outline-twitter.dropdown-toggle.show,.btn-outline-twitter:active{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:active+.btn-outline-twitter:focus,.btn-check:checked+.btn-outline-twitter:focus,.btn-outline-twitter.active:focus,.btn-outline-twitter.dropdown-toggle.show:focus,.btn-outline-twitter:active:focus{box-shadow:0 0 0 .25rem rgba(0,172,238,.5)}.btn-outline-twitter.disabled,.btn-outline-twitter:disabled{color:#00acee;background-color:transparent}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-check:active+.btn-outline-white,.btn-check:checked+.btn-outline-white,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show,.btn-outline-white:active{color:#000;background-color:#fff;border-color:#fff}.btn-check:active+.btn-outline-white:focus,.btn-check:checked+.btn-outline-white:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus,.btn-outline-white:active:focus{box-shadow:0 0 0 .25rem hsla(0,0%,100%,.5)}.btn-outline-white.disabled,.btn-outline-white:disabled{color:#fff;background-color:transparent}.btn-outline-pink{color:#ffa69e;border-color:#ffa69e}.btn-outline-pink:hover{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .25rem rgba(255,166,158,.5)}.btn-check:active+.btn-outline-pink,.btn-check:checked+.btn-outline-pink,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show,.btn-outline-pink:active{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:active+.btn-outline-pink:focus,.btn-check:checked+.btn-outline-pink:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus,.btn-outline-pink:active:focus{box-shadow:0 0 0 .25rem rgba(255,166,158,.5)}.btn-outline-pink.disabled,.btn-outline-pink:disabled{color:#ffa69e;background-color:transparent}.btn-outline-teal{color:#08c5d5;border-color:#08c5d5}.btn-outline-teal:hover{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:focus+.btn-outline-teal,.btn-outline-teal:focus{box-shadow:0 0 0 .25rem rgba(8,197,213,.5)}.btn-check:active+.btn-outline-teal,.btn-check:checked+.btn-outline-teal,.btn-outline-teal.active,.btn-outline-teal.dropdown-toggle.show,.btn-outline-teal:active{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:active+.btn-outline-teal:focus,.btn-check:checked+.btn-outline-teal:focus,.btn-outline-teal.active:focus,.btn-outline-teal.dropdown-toggle.show:focus,.btn-outline-teal:active:focus{box-shadow:0 0 0 .25rem rgba(8,197,213,.5)}.btn-outline-teal.disabled,.btn-outline-teal:disabled{color:#08c5d5;background-color:transparent}.btn-outline-orange{color:#fc6229;border-color:#fc6229}.btn-outline-orange:hover{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{box-shadow:0 0 0 .25rem rgba(252,98,41,.5)}.btn-check:active+.btn-outline-orange,.btn-check:checked+.btn-outline-orange,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show,.btn-outline-orange:active{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:active+.btn-outline-orange:focus,.btn-check:checked+.btn-outline-orange:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus,.btn-outline-orange:active:focus{box-shadow:0 0 0 .25rem rgba(252,98,41,.5)}.btn-outline-orange.disabled,.btn-outline-orange:disabled{color:#fc6229;background-color:transparent}.btn-link{font-weight:400;color:#1c212c;text-decoration:underline}.btn-link:hover{color:#161a23}.btn-link.disabled,.btn-link:disabled{color:#a0a0a2}.btn-group-lg>.btn,.btn-lg{padding:1.5rem 2rem;font-size:1.25rem;border-radius:0}.btn-group-sm>.btn,.btn-sm{padding:.25rem .5rem;font-size:.875rem;border-radius:0}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion:reduce){.collapsing{transition:none}}.dropdown,.dropend,.dropstart,.dropup{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty:after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:.9375rem;color:#1c212c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:0}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position:start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position:end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width:576px){.dropdown-menu-sm-start{--bs-position:start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position:end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width:768px){.dropdown-menu-md-start{--bs-position:start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position:end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width:992px){.dropdown-menu-lg-start{--bs-position:start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position:end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1200px){.dropdown-menu-xl-start{--bs-position:start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position:end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position:end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty:after{margin-left:0}.dropend .dropdown-toggle:after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle:after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";display:none}.dropstart .dropdown-toggle:before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty:after{margin-left:0}.dropstart .dropdown-toggle:before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid transparent}.dropdown-item{display:block;width:100%;padding:0 1rem;clear:both;font-weight:400;color:#1c212c;text-align:inherit;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:focus,.dropdown-item:hover{color:#a0a0a2;background-color:transparent}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#1c212c}.dropdown-item.disabled,.dropdown-item:disabled{color:#a0a0a2;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:.875rem;color:#a0a0a2;white-space:nowrap}.dropdown-item-text{display:block;padding:0 1rem;color:#1c212c}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:transparent}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:focus,.dropdown-menu-dark .dropdown-item:hover{color:#fff;background-color:hsla(0,0%,100%,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#1c212c}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:transparent}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group-vertical>.btn,.btn-group>.btn{position:relative;flex:1 1 auto}.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn.active,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:hover,.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn.active,.btn-group>.btn:active,.btn-group>.btn:focus,.btn-group>.btn:hover{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn-group:not(:first-child),.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn-group:not(:last-child)>.btn,.btn-group>.btn:not(:last-child):not(.dropdown-toggle){border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn-group:not(:first-child)>.btn,.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split:after,.dropend .dropdown-toggle-split:after,.dropup .dropdown-toggle-split:after{margin-left:0}.dropstart .dropdown-toggle-split:before{margin-right:0}.btn-group-sm>.btn+.dropdown-toggle-split,.btn-sm+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-group-lg>.btn+.dropdown-toggle-split,.btn-lg+.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn-group:not(:first-child),.btn-group-vertical>.btn:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn-group:not(:last-child)>.btn,.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle){border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn-group:not(:first-child)>.btn,.btn-group-vertical>.btn~.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion:reduce){.nav-link{transition:none}}.nav-link:focus,.nav-link:hover{color:#a0a0a2}.nav-link.disabled{color:#a0a0a2;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{border-color:#e9e8ee #e9e8ee #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#a0a0a2;background-color:transparent;border-color:transparent}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#1c212c}.nav-fill .nav-item,.nav-fill>.nav-link{flex:1 1 auto;text-align:center}.nav-justified .nav-item,.nav-justified>.nav-link{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:50%;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height,75vh);overflow-y:auto}@media(min-width:576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(min-width:768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(min-width:992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(min-width:1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(min-width:1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex!important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#1c212c}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:#a0a0a2}.navbar-light .navbar-nav .nav-link{color:#1c212c}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:#a0a0a2}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .show>.nav-link{color:#a0a0a2}.navbar-light .navbar-toggler{color:#1c212c;border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%231c212c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:#1c212c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:#a0a0a2}.navbar-dark .navbar-brand,.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:hsla(0,0%,100%,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:hsla(0,0%,100%,.25)}.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:hsla(0,0%,100%,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text,.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:0 solid rgba(0,0,0,.125);border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-.25rem}.card-subtitle,.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:0 0 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:0 solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 0 0}.card-header-tabs{margin-bottom:-.5rem;border-bottom:0}.card-header-pills,.card-header-tabs{margin-right:-.5rem;margin-left:-.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:0}.card-img,.card-img-bottom,.card-img-top{width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group>.card{margin-bottom:.75rem}@media(min-width:576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-header,.card-group>.card:not(:last-child) .card-img-top{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-footer,.card-group>.card:not(:last-child) .card-img-bottom{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-header,.card-group>.card:not(:first-child) .card-img-top{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-footer,.card-group>.card:not(:first-child) .card-img-bottom{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#1c212c;text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor:none;transition:border-radius .15s ease}@media(prefers-reduced-motion:reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#643fe6;background-color:#e8e9ea;box-shadow:inset 0 0 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23643fe6'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");transform:rotate(180deg)}.accordion-button:after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c212c'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 01.708 0L8 10.293l5.646-5.647a.5.5 0 01.708.708l-6 6a.5.5 0 01-.708 0l-6-6a.5.5 0 010-.708z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion:reduce){.accordion-button:after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.accordion-header{margin-bottom:0}.accordion-item{margin-bottom:0;background-color:transparent;border:0 solid rgba(0,0,0,.125)}.accordion-item:first-of-type,.accordion-item:first-of-type .accordion-button{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:last-of-type{margin-bottom:0}.accordion-item:last-of-type,.accordion-item:last-of-type .accordion-button.collapsed,.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0;margin-bottom:1rem;font-size:.75rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item:before{float:left;padding-right:.5rem;color:#a0a0a2;content:var(--bs-breadcrumb-divider,"/")}.breadcrumb-item.active{color:#a0a0a2}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#a0a0a2;text-decoration:none;background-color:#fff;border:0 solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.page-link{transition:none}}.page-link:hover{z-index:2;border-color:#dee2e6}.page-link:focus,.page-link:hover{color:#161a23;background-color:#e9e8ee}.page-link:focus{z-index:3;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#1c212c;border-color:#1c212c}.page-item.disabled .page-link{color:#a0a0a2;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem 1rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#432a99;background-color:#e2daff;border-color:#d4c8ff}.alert-primary .alert-link{color:#36227a}.alert-secondary{color:#606061;background-color:#ececec;border-color:#e3e3e3}.alert-secondary .alert-link{color:#4d4d4e}.alert-success{color:#0f6e61;background-color:#d1f1ec;border-color:#baeae3}.alert-success .alert-link{color:#0c584e}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#665f01;background-color:#fffbcd;border-color:#fffab3}.alert-warning .alert-link{color:#524c01}.alert-danger{color:#831019;background-color:#f8d1d4;border-color:#f4babf}.alert-danger .alert-link{color:#690d14}.alert-light{color:#626262;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light .alert-link{color:#4e4e4e}.alert-dark{color:#11141a;background-color:#d2d3d5;border-color:#bbbcc0}.alert-dark .alert-link{color:#0e1015}.alert-facebook{color:#23355b;background-color:#d8deea;border-color:#c4cde0}.alert-facebook .alert-link{color:#1c2a49}.alert-twitter{color:#00678f;background-color:#cceefc;border-color:#b3e6fa}.alert-twitter .alert-link{color:#005272}.alert-white{color:#666;background-color:#fff;border-color:#fff}.alert-white .alert-link{color:#525252}.alert-pink{color:#66423f;background-color:#ffedec;border-color:#ffe4e2}.alert-pink .alert-link{color:#523532}.alert-teal{color:#057680;background-color:#cef3f7;border-color:#b5eef2}.alert-teal .alert-link{color:#045e66}.alert-orange{color:#973b19;background-color:#fee0d4;border-color:#fed0bf}.alert-orange .alert-link{color:#792f14}@-webkit-keyframes progress-bar-stripes{0%{background-position-x:1rem}}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{height:1rem;font-size:.75rem;background-color:#e9e8ee;border-radius:.25rem}.progress,.progress-bar{display:flex;overflow:hidden}.progress-bar{flex-direction:column;justify-content:center;color:#fff;text-align:center;white-space:nowrap;background-color:#6f46ff;transition:width .6s ease}@media(prefers-reduced-motion:reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg,hsla(0,0%,100%,.15) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.15) 0,hsla(0,0%,100%,.15) 75%,transparent 0,transparent);background-size:1rem 1rem}.progress-bar-animated{-webkit-animation:progress-bar-stripes 1s linear infinite;animation:progress-bar-stripes 1s linear infinite}@media(prefers-reduced-motion:reduce){.progress-bar-animated{-webkit-animation:none;animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li:before{content:counters(section,".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:focus,.list-group-item-action:hover{z-index:1;color:#495057;text-decoration:none;background-color:#e9eaea}.list-group-item-action:active{color:#1c212c;background-color:#e9e8ee}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#1c212c;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#a0a0a2;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#1c212c;border-color:#1c212c}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width:576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width:1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#432a99;background-color:#e2daff}.list-group-item-primary.list-group-item-action:focus,.list-group-item-primary.list-group-item-action:hover{color:#432a99;background-color:#cbc4e6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#432a99;border-color:#432a99}.list-group-item-secondary{color:#606061;background-color:#ececec}.list-group-item-secondary.list-group-item-action:focus,.list-group-item-secondary.list-group-item-action:hover{color:#606061;background-color:#d4d4d4}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#606061;border-color:#606061}.list-group-item-success{color:#0f6e61;background-color:#d1f1ec}.list-group-item-success.list-group-item-action:focus,.list-group-item-success.list-group-item-action:hover{color:#0f6e61;background-color:#bcd9d4}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f6e61;border-color:#0f6e61}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:focus,.list-group-item-info.list-group-item-action:hover{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#665f01;background-color:#fffbcd}.list-group-item-warning.list-group-item-action:focus,.list-group-item-warning.list-group-item-action:hover{color:#665f01;background-color:#e6e2b9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#665f01;border-color:#665f01}.list-group-item-danger{color:#831019;background-color:#f8d1d4}.list-group-item-danger.list-group-item-action:focus,.list-group-item-danger.list-group-item-action:hover{color:#831019;background-color:#dfbcbf}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#831019;border-color:#831019}.list-group-item-light{color:#626262;background-color:#fdfdfd}.list-group-item-light.list-group-item-action:focus,.list-group-item-light.list-group-item-action:hover{color:#626262;background-color:#e4e4e4}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#626262;border-color:#626262}.list-group-item-dark{color:#11141a;background-color:#d2d3d5}.list-group-item-dark.list-group-item-action:focus,.list-group-item-dark.list-group-item-action:hover{color:#11141a;background-color:#bdbec0}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#11141a;border-color:#11141a}.list-group-item-facebook{color:#23355b;background-color:#d8deea}.list-group-item-facebook.list-group-item-action:focus,.list-group-item-facebook.list-group-item-action:hover{color:#23355b;background-color:#c2c8d3}.list-group-item-facebook.list-group-item-action.active{color:#fff;background-color:#23355b;border-color:#23355b}.list-group-item-twitter{color:#00678f;background-color:#cceefc}.list-group-item-twitter.list-group-item-action:focus,.list-group-item-twitter.list-group-item-action:hover{color:#00678f;background-color:#b8d6e3}.list-group-item-twitter.list-group-item-action.active{color:#fff;background-color:#00678f;border-color:#00678f}.list-group-item-white{color:#666;background-color:#fff}.list-group-item-white.list-group-item-action:focus,.list-group-item-white.list-group-item-action:hover{color:#666;background-color:#e6e6e6}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-pink{color:#66423f;background-color:#ffedec}.list-group-item-pink.list-group-item-action:focus,.list-group-item-pink.list-group-item-action:hover{color:#66423f;background-color:#e6d5d4}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:#66423f;border-color:#66423f}.list-group-item-teal{color:#057680;background-color:#cef3f7}.list-group-item-teal.list-group-item-action:focus,.list-group-item-teal.list-group-item-action:hover{color:#057680;background-color:#b9dbde}.list-group-item-teal.list-group-item-action.active{color:#fff;background-color:#057680;border-color:#057680}.list-group-item-orange{color:#973b19;background-color:#fee0d4}.list-group-item-orange.list-group-item-action:focus,.list-group-item-orange.list-group-item-action:hover{color:#973b19;background-color:#e5cabf}.list-group-item-orange.list-group-item-action.active{color:#fff;background-color:#973b19;border-color:#973b19}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em;color:#000;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25);opacity:1}.btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(29,48,61,.06);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:1.5rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#a0a0a2;background-color:hsla(0,0%,100%,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translateY(-50px)}@media(prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:0;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem;border-bottom:0 solid #e9eaea;border-top-left-radius:0;border-top-right-radius:0}.modal-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:0 solid #e9eaea;border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow:before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow:before,.bs-tooltip-top .tooltip-arrow:before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.bs-tooltip-end .tooltip-arrow:before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.bs-tooltip-bottom .tooltip-arrow:before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.bs-tooltip-start .tooltip-arrow:before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.5rem 1rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow:after,.popover .popover-arrow:before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:before,.bs-popover-top>.popover-arrow:before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow:after,.bs-popover-top>.popover-arrow:after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:before,.bs-popover-end>.popover-arrow:before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow:after,.bs-popover-end>.popover-arrow:after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:before,.bs-popover-bottom>.popover-arrow:before{top:0;border-width:0 .5rem .5rem;border-bottom-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow:after,.bs-popover-bottom>.popover-arrow:after{top:1px;border-width:0 .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header:before,.bs-popover-bottom .popover-header:before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:before,.bs-popover-start>.popover-arrow:before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.05)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow:after,.bs-popover-start>.popover-arrow:after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem;color:#1c212c}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner:after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M11.354 1.646a.5.5 0 010 .708L5.707 8l5.647 5.646a.5.5 0 01-.708.708l-6-6a.5.5 0 010-.708l6-6a.5.5 0 01.708 0z'/%3E%3C/svg%3E")}.carousel-control-next-icon{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M4.646 1.646a.5.5 0 01.708 0l6 6a.5.5 0 010 .708l-6 6a.5.5 0 01-.708-.708L10.293 8 4.646 2.354a.5.5 0 010-.708z'/%3E%3C/svg%3E")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(1turn)}}@keyframes spinner-border{to{transform:rotate(1turn)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid;border-right:.25em solid transparent;border-radius:50%;-webkit-animation:spinner-border .75s linear infinite;animation:spinner-border .75s linear infinite}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:spinner-grow .75s linear infinite;animation:spinner-grow .75s linear infinite}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1040;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;justify-content:space-between;padding:1rem}.offcanvas-header .btn-close{padding:.5rem;margin:-.5rem -.5rem -.5rem auto}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:0 solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:0 solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:0 solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.offcanvas-backdrop:before{position:fixed;top:0;left:0;z-index:1039;width:100vw;height:100vh;content:"";background-color:rgba(0,0,0,.5)}.clearfix:after{display:block;clear:both;content:""}.link-primary{color:#6f46ff}.link-primary:focus,.link-primary:hover{color:#5938cc}.link-secondary{color:#a0a0a2}.link-secondary:focus,.link-secondary:hover{color:#b3b3b5}.link-success{color:#19b8a2}.link-success:focus,.link-success:hover{color:#47c6b5}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffed03}.link-warning:focus,.link-warning:hover{color:#fff135}.link-danger{color:#db1a2a}.link-danger:focus,.link-danger:hover{color:#af1522}.link-light{color:#f6f6f6}.link-light:focus,.link-light:hover{color:#f8f8f8}.link-dark{color:#1c212c}.link-dark:focus,.link-dark:hover{color:#161a23}.link-facebook{color:#3b5998}.link-facebook:focus,.link-facebook:hover{color:#2f477a}.link-twitter{color:#00acee}.link-twitter:focus,.link-twitter:hover{color:#33bdf1}.link-white,.link-white:focus,.link-white:hover{color:#fff}.link-pink{color:#ffa69e}.link-pink:focus,.link-pink:hover{color:#ffb8b1}.link-teal{color:#08c5d5}.link-teal:focus,.link-teal:hover{color:#39d1dd}.link-orange{color:#fc6229}.link-orange:focus,.link-orange:hover{color:#fd8154}.ratio{position:relative;width:100%}.ratio:before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.85714%}.fixed-top{top:0}.fixed-bottom,.fixed-top{position:fixed;right:0;left:0;z-index:1030}.fixed-bottom{bottom:0}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width:576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width:768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width:992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width:1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width:1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.align-sub{vertical-align:sub!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow,.shadow-active:active,.shadow-focus:focus,.shadow-hover:hover{box-shadow:0 .5rem 1rem rgba(29,48,61,.06)!important}.shadow-sm,.shadow-sm-active:active,.shadow-sm-focus:focus,.shadow-sm-hover:hover{box-shadow:0 4px .5rem rgba(29,48,61,.03)!important}.shadow-lg,.shadow-lg-active:active,.shadow-lg-focus:focus,.shadow-lg-hover:hover{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)!important}.shadow-none,.shadow-none-active:active,.shadow-none-focus:focus,.shadow-none-hover:hover{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.top-0{top:0!important}.top-1{top:1%!important}.top-2{top:2%!important}.top-3{top:3%!important}.top-4{top:4%!important}.top-5{top:5%!important}.top-7{top:7%!important}.top-10{top:10%!important}.top-20{top:20%!important}.top-25{top:25%!important}.top-30{top:30%!important}.top-35{top:35%!important}.top-40{top:40%!important}.top-45{top:45%!important}.top-50{top:50%!important}.top-75{top:75%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-1{bottom:1%!important}.bottom-2{bottom:2%!important}.bottom-3{bottom:3%!important}.bottom-4{bottom:4%!important}.bottom-5{bottom:5%!important}.bottom-7{bottom:7%!important}.bottom-10{bottom:10%!important}.bottom-20{bottom:20%!important}.bottom-25{bottom:25%!important}.bottom-30{bottom:30%!important}.bottom-35{bottom:35%!important}.bottom-40{bottom:40%!important}.bottom-45{bottom:45%!important}.bottom-50{bottom:50%!important}.bottom-75{bottom:75%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-1{left:1%!important}.start-2{left:2%!important}.start-3{left:3%!important}.start-4{left:4%!important}.start-5{left:5%!important}.start-7{left:7%!important}.start-10{left:10%!important}.start-20{left:20%!important}.start-25{left:25%!important}.start-30{left:30%!important}.start-35{left:35%!important}.start-40{left:40%!important}.start-45{left:45%!important}.start-50{left:50%!important}.start-75{left:75%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-1{right:1%!important}.end-2{right:2%!important}.end-3{right:3%!important}.end-4{right:4%!important}.end-5{right:5%!important}.end-7{right:7%!important}.end-10{right:10%!important}.end-20{right:20%!important}.end-25{right:25%!important}.end-30{right:30%!important}.end-35{right:35%!important}.end-40{right:40%!important}.end-45{right:45%!important}.end-50{right:50%!important}.end-75{right:75%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border,.border-active:active,.border-focus:focus,.border-hover:hover{border:1px solid #e9eaea!important}.border-0,.border-0-active:active,.border-0-focus:focus,.border-0-hover:hover{border:0!important}.border-transparent,.border-transparent-active:active,.border-transparent-focus:focus,.border-transparent-hover:hover{border:1px solid transparent!important}.border-top{border-top:1px solid #e9eaea!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #e9eaea!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #e9eaea!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #e9eaea!important}.border-start-0{border-left:0!important}.border-primary,.border-primary-active:active,.border-primary-focus:focus,.border-primary-hover:hover{border-color:#6f46ff!important}.border-secondary,.border-secondary-active:active,.border-secondary-focus:focus,.border-secondary-hover:hover{border-color:#a0a0a2!important}.border-success,.border-success-active:active,.border-success-focus:focus,.border-success-hover:hover{border-color:#19b8a2!important}.border-info,.border-info-active:active,.border-info-focus:focus,.border-info-hover:hover{border-color:#0dcaf0!important}.border-warning,.border-warning-active:active,.border-warning-focus:focus,.border-warning-hover:hover{border-color:#ffed03!important}.border-danger,.border-danger-active:active,.border-danger-focus:focus,.border-danger-hover:hover{border-color:#db1a2a!important}.border-light,.border-light-active:active,.border-light-focus:focus,.border-light-hover:hover{border-color:#f6f6f6!important}.border-dark,.border-dark-active:active,.border-dark-focus:focus,.border-dark-hover:hover{border-color:#1c212c!important}.border-facebook,.border-facebook-active:active,.border-facebook-focus:focus,.border-facebook-hover:hover{border-color:#3b5998!important}.border-twitter,.border-twitter-active:active,.border-twitter-focus:focus,.border-twitter-hover:hover{border-color:#00acee!important}.border-white,.border-white-active:active,.border-white-focus:focus,.border-white-hover:hover{border-color:#fff!important}.border-pink,.border-pink-active:active,.border-pink-focus:focus,.border-pink-hover:hover{border-color:#ffa69e!important}.border-teal,.border-teal-active:active,.border-teal-focus:focus,.border-teal-hover:hover{border-color:#08c5d5!important}.border-orange,.border-orange-active:active,.border-orange-focus:focus,.border-orange-hover:hover{border-color:#fc6229!important}.border-transparent,.border-transparent-active:active,.border-transparent-focus:focus,.border-transparent-hover:hover{border-color:transparent!important}.border-0{border-width:0!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-10{width:10%!important}.w-60{width:60%!important}.w-65{width:65%!important}.w-80{width:80%!important}.w-110{width:110%!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.vw-10{width:10vw!important}.vw-25{width:25vw!important}.vw-50{width:50vw!important}.vw-75{width:75vw!important}.min-vw-100{min-width:100vw!important}.min-vw-10{min-width:10vw!important}.min-vw-25{min-width:25vw!important}.min-vw-50{min-width:50vw!important}.min-vw-75{min-width:75vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.m-h-1{max-height:.25rem!important}.m-h-2{max-height:.5rem!important}.m-h-3{max-height:.75rem!important}.m-h-4{max-height:1rem!important}.m-h-5{max-height:1.25rem!important}.m-h-6{max-height:1.5rem!important}.m-h-7{max-height:1.75rem!important}.m-h-8{max-height:2rem!important}.m-h-9{max-height:2.25rem!important}.m-h-10{max-height:2.5rem!important}.m-h-12{max-height:3rem!important}.m-h-14{max-height:3.5rem!important}.m-h-16{max-height:4rem!important}.m-h-20{max-height:5rem!important}.m-h-24{max-height:6rem!important}.m-h-28{max-height:7rem!important}.m-h-30{max-height:7.25rem!important}.m-h-32{max-height:8rem!important}.m-h-36{max-height:9rem!important}.m-h-40{max-height:10rem!important}.m-h-44{max-height:11rem!important}.m-h-48{max-height:12rem!important}.m-h-52{max-height:15rem!important}.m-h-56{max-height:18rem!important}.m-h-60{max-height:21rem!important}.m-h-64{max-height:24rem!important}.m-h-68{max-height:27rem!important}.m-h-72{max-height:30rem!important}.m-h-76{max-height:33rem!important}.m-h-80{max-height:36rem!important}.m-h-84{max-height:40rem!important}.m-h-88{max-height:44rem!important}.m-h-92{max-height:50rem!important}.m-h-96{max-height:56rem!important}.m-h-100{max-height:60rem!important}.m-h-0{max-height:0!important}.vh-100{height:100vh!important}.vh-10{height:10vh!important}.vh-25{height:25vh!important}.vh-50{height:50vh!important}.vh-75{height:75vh!important}.min-vh-100{min-height:100vh!important}.min-vh-10{min-height:10vh!important}.min-vh-25{min-height:25vh!important}.min-vh-40{min-height:40vh!important}.min-vh-50{min-height:50vh!important}.min-vh-60{min-height:60vh!important}.min-vh-75{min-height:75vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.gap-6{gap:3.5rem!important}.gap-7{gap:4rem!important}.gap-8{gap:5rem!important}.gap-9{gap:6rem!important}.gap-10{gap:7rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-6{margin:3.5rem!important}.m-7{margin:4rem!important}.m-8{margin:5rem!important}.m-9{margin:6rem!important}.m-10{margin:7rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-7{margin-right:4rem!important;margin-left:4rem!important}.mx-8{margin-right:5rem!important;margin-left:5rem!important}.mx-9{margin-right:6rem!important;margin-left:6rem!important}.mx-10{margin-right:7rem!important;margin-left:7rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-6{margin-top:3.5rem!important}.mt-7{margin-top:4rem!important}.mt-8{margin-top:5rem!important}.mt-9{margin-top:6rem!important}.mt-10{margin-top:7rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-6{margin-right:3.5rem!important}.me-7{margin-right:4rem!important}.me-8{margin-right:5rem!important}.me-9{margin-right:6rem!important}.me-10{margin-right:7rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-6{margin-bottom:3.5rem!important}.mb-7{margin-bottom:4rem!important}.mb-8{margin-bottom:5rem!important}.mb-9{margin-bottom:6rem!important}.mb-10{margin-bottom:7rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-6{margin-left:3.5rem!important}.ms-7{margin-left:4rem!important}.ms-8{margin-left:5rem!important}.ms-9{margin-left:6rem!important}.ms-10{margin-left:7rem!important}.ms-auto{margin-left:auto!important}.m-n1{margin:-.25rem!important}.m-n2{margin:-.5rem!important}.m-n3{margin:-1rem!important}.m-n4{margin:-1.5rem!important}.m-n5{margin:-3rem!important}.m-n6{margin:-3.5rem!important}.m-n7{margin:-4rem!important}.m-n8{margin:-5rem!important}.m-n9{margin:-6rem!important}.m-n10{margin:-7rem!important}.mx-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-n1{margin-top:-.25rem!important}.mt-n2{margin-top:-.5rem!important}.mt-n3{margin-top:-1rem!important}.mt-n4{margin-top:-1.5rem!important}.mt-n5{margin-top:-3rem!important}.mt-n6{margin-top:-3.5rem!important}.mt-n7{margin-top:-4rem!important}.mt-n8{margin-top:-5rem!important}.mt-n9{margin-top:-6rem!important}.mt-n10{margin-top:-7rem!important}.me-n1{margin-right:-.25rem!important}.me-n2{margin-right:-.5rem!important}.me-n3{margin-right:-1rem!important}.me-n4{margin-right:-1.5rem!important}.me-n5{margin-right:-3rem!important}.me-n6{margin-right:-3.5rem!important}.me-n7{margin-right:-4rem!important}.me-n8{margin-right:-5rem!important}.me-n9{margin-right:-6rem!important}.me-n10{margin-right:-7rem!important}.mb-n1{margin-bottom:-.25rem!important}.mb-n2{margin-bottom:-.5rem!important}.mb-n3{margin-bottom:-1rem!important}.mb-n4{margin-bottom:-1.5rem!important}.mb-n5{margin-bottom:-3rem!important}.mb-n6{margin-bottom:-3.5rem!important}.mb-n7{margin-bottom:-4rem!important}.mb-n8{margin-bottom:-5rem!important}.mb-n9{margin-bottom:-6rem!important}.mb-n10{margin-bottom:-7rem!important}.ms-n1{margin-left:-.25rem!important}.ms-n2{margin-left:-.5rem!important}.ms-n3{margin-left:-1rem!important}.ms-n4{margin-left:-1.5rem!important}.ms-n5{margin-left:-3rem!important}.ms-n6{margin-left:-3.5rem!important}.ms-n7{margin-left:-4rem!important}.ms-n8{margin-left:-5rem!important}.ms-n9{margin-left:-6rem!important}.ms-n10{margin-left:-7rem!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.p-6{padding:3.5rem!important}.p-7{padding:4rem!important}.p-8{padding:5rem!important}.p-9{padding:6rem!important}.p-10{padding:7rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.px-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-7{padding-right:4rem!important;padding-left:4rem!important}.px-8{padding-right:5rem!important;padding-left:5rem!important}.px-9{padding-right:6rem!important;padding-left:6rem!important}.px-10{padding-right:7rem!important;padding-left:7rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pt-6{padding-top:3.5rem!important}.pt-7{padding-top:4rem!important}.pt-8{padding-top:5rem!important}.pt-9{padding-top:6rem!important}.pt-10{padding-top:7rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pe-6{padding-right:3.5rem!important}.pe-7{padding-right:4rem!important}.pe-8{padding-right:5rem!important}.pe-9{padding-right:6rem!important}.pe-10{padding-right:7rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.pb-6{padding-bottom:3.5rem!important}.pb-7{padding-bottom:4rem!important}.pb-8{padding-bottom:5rem!important}.pb-9{padding-bottom:6rem!important}.pb-10{padding-bottom:7rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.ps-6{padding-left:3.5rem!important}.ps-7{padding-left:4rem!important}.ps-8{padding-left:5rem!important}.ps-9{padding-left:6rem!important}.ps-10{padding-left:7rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fs-7{font-size:90%!important}.fs-8{font-size:80%!important}.fs-9{font-size:.75rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:500!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary,.text-primary-active:active,.text-primary-focus:focus,.text-primary-hover:hover{color:#6f46ff!important}.text-secondary,.text-secondary-active:active,.text-secondary-focus:focus,.text-secondary-hover:hover{color:#a0a0a2!important}.text-success,.text-success-active:active,.text-success-focus:focus,.text-success-hover:hover{color:#19b8a2!important}.text-info,.text-info-active:active,.text-info-focus:focus,.text-info-hover:hover{color:#0dcaf0!important}.text-warning,.text-warning-active:active,.text-warning-focus:focus,.text-warning-hover:hover{color:#ffed03!important}.text-danger,.text-danger-active:active,.text-danger-focus:focus,.text-danger-hover:hover{color:#db1a2a!important}.text-light,.text-light-active:active,.text-light-focus:focus,.text-light-hover:hover{color:#f6f6f6!important}.text-dark,.text-dark-active:active,.text-dark-focus:focus,.text-dark-hover:hover{color:#1c212c!important}.text-facebook,.text-facebook-active:active,.text-facebook-focus:focus,.text-facebook-hover:hover{color:#3b5998!important}.text-twitter,.text-twitter-active:active,.text-twitter-focus:focus,.text-twitter-hover:hover{color:#00acee!important}.text-white,.text-white-active:active,.text-white-focus:focus,.text-white-hover:hover{color:#fff!important}.text-pink,.text-pink-active:active,.text-pink-focus:focus,.text-pink-hover:hover{color:#ffa69e!important}.text-teal,.text-teal-active:active,.text-teal-focus:focus,.text-teal-hover:hover{color:#08c5d5!important}.text-orange,.text-orange-active:active,.text-orange-focus:focus,.text-orange-hover:hover{color:#fc6229!important}.text-body,.text-body-active:active,.text-body-focus:focus,.text-body-hover:hover{color:#1c212c!important}.text-muted,.text-muted-active:active,.text-muted-focus:focus,.text-muted-hover:hover{color:#a0a0a2!important}.text-black-50,.text-black-50-active:active,.text-black-50-focus:focus,.text-black-50-hover:hover{color:rgba(0,0,0,.5)!important}.text-white-50,.text-white-50-active:active,.text-white-50-focus:focus,.text-white-50-hover:hover{color:hsla(0,0%,100%,.5)!important}.text-reset,.text-reset-active:active,.text-reset-focus:focus,.text-reset-hover:hover{color:inherit!important}.bg-primary,.bg-primary-hover:hover{background-color:#6f46ff!important}.bg-secondary,.bg-secondary-hover:hover{background-color:#a0a0a2!important}.bg-success,.bg-success-hover:hover{background-color:#19b8a2!important}.bg-info,.bg-info-hover:hover{background-color:#0dcaf0!important}.bg-warning,.bg-warning-hover:hover{background-color:#ffed03!important}.bg-danger,.bg-danger-hover:hover{background-color:#db1a2a!important}.bg-light,.bg-light-hover:hover{background-color:#f6f6f6!important}.bg-dark,.bg-dark-hover:hover{background-color:#1c212c!important}.bg-facebook,.bg-facebook-hover:hover{background-color:#3b5998!important}.bg-twitter,.bg-twitter-hover:hover{background-color:#00acee!important}.bg-white,.bg-white-hover:hover{background-color:#fff!important}.bg-pink,.bg-pink-hover:hover{background-color:#ffa69e!important}.bg-teal,.bg-teal-hover:hover{background-color:#08c5d5!important}.bg-orange,.bg-orange-hover:hover{background-color:#fc6229!important}.bg-body,.bg-body-hover:hover{background-color:#fff!important}.bg-transparent,.bg-transparent-hover:hover{background-color:transparent!important}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important}.rounded-end,.rounded-top{border-top-right-radius:.25rem!important}.rounded-bottom,.rounded-end{border-bottom-right-radius:.25rem!important}.rounded-bottom,.rounded-start{border-bottom-left-radius:.25rem!important}.rounded-start{border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.cursor-default{cursor:default!important}.cursor-pointer{cursor:pointer!important}.f-w-1{width:.25rem!important}.f-w-2{width:.5rem!important}.f-w-3{width:.75rem!important}.f-w-4{width:1rem!important}.f-w-5{width:1.25rem!important}.f-w-6{width:1.5rem!important}.f-w-7{width:1.75rem!important}.f-w-8{width:2rem!important}.f-w-9{width:2.25rem!important}.f-w-10{width:2.5rem!important}.f-w-12{width:3rem!important}.f-w-14{width:3.5rem!important}.f-w-16{width:4rem!important}.f-w-20{width:5rem!important}.f-w-24{width:6rem!important}.f-w-28{width:7rem!important}.f-w-30{width:7.25rem!important}.f-w-32{width:8rem!important}.f-w-36{width:9rem!important}.f-w-40{width:10rem!important}.f-w-44{width:11rem!important}.f-w-48{width:12rem!important}.f-w-52{width:15rem!important}.f-w-56{width:18rem!important}.f-w-60{width:21rem!important}.f-w-64{width:24rem!important}.f-w-68{width:27rem!important}.f-w-72{width:30rem!important}.f-w-76{width:33rem!important}.f-w-80{width:36rem!important}.f-w-84{width:40rem!important}.f-w-88{width:44rem!important}.f-w-92{width:50rem!important}.f-w-96{width:56rem!important}.f-w-100{width:60rem!important}.f-w-0{width:0!important}.f-h-1{height:.25rem!important}.f-h-2{height:.5rem!important}.f-h-3{height:.75rem!important}.f-h-4{height:1rem!important}.f-h-5{height:1.25rem!important}.f-h-6{height:1.5rem!important}.f-h-7{height:1.75rem!important}.f-h-8{height:2rem!important}.f-h-9{height:2.25rem!important}.f-h-10{height:2.5rem!important}.f-h-12{height:3rem!important}.f-h-14{height:3.5rem!important}.f-h-16{height:4rem!important}.f-h-20{height:5rem!important}.f-h-24{height:6rem!important}.f-h-28{height:7rem!important}.f-h-30{height:7.25rem!important}.f-h-32{height:8rem!important}.f-h-36{height:9rem!important}.f-h-40{height:10rem!important}.f-h-44{height:11rem!important}.f-h-48{height:12rem!important}.f-h-52{height:15rem!important}.f-h-56{height:18rem!important}.f-h-60{height:21rem!important}.f-h-64{height:24rem!important}.f-h-68{height:27rem!important}.f-h-72{height:30rem!important}.f-h-76{height:33rem!important}.f-h-80{height:36rem!important}.f-h-84{height:40rem!important}.f-h-88{height:44rem!important}.f-h-92{height:50rem!important}.f-h-96{height:56rem!important}.f-h-100{height:60rem!important}.f-h-0{height:0!important}.transform-y-0{transform:translateY(0)!important}.transform-y-25{transform:translateY(25%)!important}.transform-y-50{transform:translateY(50%)!important}.transform-y-75{transform:translateY(75%)!important}.transform-y-100{transform:translateY(100%)!important}.transform-y--25{transform:translateY(-25%)!important}.transform-y--50{transform:translateY(-50%)!important}.transform-y--75{transform:translateY(-75%)!important}.transform-y--100{transform:translateY(-100%)!important}.tracking-tighter{letter-spacing:-.05em!important}.tracking-tight{letter-spacing:-.025em!important}.tracking-wide{letter-spacing:.065em!important}.tracking-wider{letter-spacing:.25em!important}.tracking-widest{letter-spacing:.4em!important}.opacity-0,.opacity-0-hover:hover{opacity:0!important}.opacity-5,.opacity-5-hover:hover,.opacity-10,.opacity-10-hover:hover{opacity:1%!important}.opacity-25,.opacity-25-hover:hover{opacity:.25!important}.opacity-50,.opacity-50-hover:hover{opacity:.5!important}.opacity-75,.opacity-75-hover:hover{opacity:.75!important}.opacity-90,.opacity-90-hover:hover{opacity:.9!important}.opacity-100,.opacity-100-hover:hover{opacity:1!important}.transition-all{transition:all .3s linear!important}.z-index-n1{z-index:-1!important}.z-index-0{z-index:0!important}.z-index-1{z-index:1!important}.z-index-10{z-index:10!important}.z-index-20{z-index:20!important}.z-index-30{z-index:30!important}.z-index-40{z-index:40!important}.z-index-50{z-index:50!important}.max-vh-10{max-height:10vh!important}.max-vh-25{max-height:25vh!important}.max-vh-50{max-height:50vh!important}.max-vh-60{max-height:60vh!important}.max-vh-75{max-height:75vh!important}@media(min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.position-sm-static{position:static!important}.position-sm-relative{position:relative!important}.position-sm-absolute{position:absolute!important}.position-sm-fixed{position:fixed!important}.position-sm-sticky{position:sticky!important}.border-sm,.border-sm-active:active,.border-sm-focus:focus,.border-sm-hover:hover{border:1px solid #e9eaea!important}.border-sm-0,.border-sm-0-active:active,.border-sm-0-focus:focus,.border-sm-0-hover:hover{border:0!important}.border-sm-transparent,.border-sm-transparent-active:active,.border-sm-transparent-focus:focus,.border-sm-transparent-hover:hover{border:1px solid transparent!important}.w-sm-25{width:25%!important}.w-sm-50{width:50%!important}.w-sm-75{width:75%!important}.w-sm-100{width:100%!important}.w-sm-auto{width:auto!important}.w-sm-10{width:10%!important}.w-sm-60{width:60%!important}.w-sm-65{width:65%!important}.w-sm-80{width:80%!important}.w-sm-110{width:110%!important}.h-sm-25{height:25%!important}.h-sm-50{height:50%!important}.h-sm-75{height:75%!important}.h-sm-100{height:100%!important}.h-sm-auto{height:auto!important}.m-h-sm-1{max-height:.25rem!important}.m-h-sm-2{max-height:.5rem!important}.m-h-sm-3{max-height:.75rem!important}.m-h-sm-4{max-height:1rem!important}.m-h-sm-5{max-height:1.25rem!important}.m-h-sm-6{max-height:1.5rem!important}.m-h-sm-7{max-height:1.75rem!important}.m-h-sm-8{max-height:2rem!important}.m-h-sm-9{max-height:2.25rem!important}.m-h-sm-10{max-height:2.5rem!important}.m-h-sm-12{max-height:3rem!important}.m-h-sm-14{max-height:3.5rem!important}.m-h-sm-16{max-height:4rem!important}.m-h-sm-20{max-height:5rem!important}.m-h-sm-24{max-height:6rem!important}.m-h-sm-28{max-height:7rem!important}.m-h-sm-30{max-height:7.25rem!important}.m-h-sm-32{max-height:8rem!important}.m-h-sm-36{max-height:9rem!important}.m-h-sm-40{max-height:10rem!important}.m-h-sm-44{max-height:11rem!important}.m-h-sm-48{max-height:12rem!important}.m-h-sm-52{max-height:15rem!important}.m-h-sm-56{max-height:18rem!important}.m-h-sm-60{max-height:21rem!important}.m-h-sm-64{max-height:24rem!important}.m-h-sm-68{max-height:27rem!important}.m-h-sm-72{max-height:30rem!important}.m-h-sm-76{max-height:33rem!important}.m-h-sm-80{max-height:36rem!important}.m-h-sm-84{max-height:40rem!important}.m-h-sm-88{max-height:44rem!important}.m-h-sm-92{max-height:50rem!important}.m-h-sm-96{max-height:56rem!important}.m-h-sm-100{max-height:60rem!important}.m-h-sm-0{max-height:0!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.gap-sm-6{gap:3.5rem!important}.gap-sm-7{gap:4rem!important}.gap-sm-8{gap:5rem!important}.gap-sm-9{gap:6rem!important}.gap-sm-10{gap:7rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-6{margin:3.5rem!important}.m-sm-7{margin:4rem!important}.m-sm-8{margin:5rem!important}.m-sm-9{margin:6rem!important}.m-sm-10{margin:7rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-sm-7{margin-right:4rem!important;margin-left:4rem!important}.mx-sm-8{margin-right:5rem!important;margin-left:5rem!important}.mx-sm-9{margin-right:6rem!important;margin-left:6rem!important}.mx-sm-10{margin-right:7rem!important;margin-left:7rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-sm-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-sm-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-sm-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-sm-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-6{margin-top:3.5rem!important}.mt-sm-7{margin-top:4rem!important}.mt-sm-8{margin-top:5rem!important}.mt-sm-9{margin-top:6rem!important}.mt-sm-10{margin-top:7rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-6{margin-right:3.5rem!important}.me-sm-7{margin-right:4rem!important}.me-sm-8{margin-right:5rem!important}.me-sm-9{margin-right:6rem!important}.me-sm-10{margin-right:7rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-6{margin-bottom:3.5rem!important}.mb-sm-7{margin-bottom:4rem!important}.mb-sm-8{margin-bottom:5rem!important}.mb-sm-9{margin-bottom:6rem!important}.mb-sm-10{margin-bottom:7rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-6{margin-left:3.5rem!important}.ms-sm-7{margin-left:4rem!important}.ms-sm-8{margin-left:5rem!important}.ms-sm-9{margin-left:6rem!important}.ms-sm-10{margin-left:7rem!important}.ms-sm-auto{margin-left:auto!important}.m-sm-n1{margin:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.m-sm-n3{margin:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.m-sm-n6{margin:-3.5rem!important}.m-sm-n7{margin:-4rem!important}.m-sm-n8{margin:-5rem!important}.m-sm-n9{margin:-6rem!important}.m-sm-n10{margin:-7rem!important}.mx-sm-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-sm-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-sm-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-sm-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-sm-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-sm-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-sm-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-sm-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-sm-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-sm-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-sm-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-sm-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-sm-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-sm-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-sm-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-sm-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-sm-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-sm-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-sm-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-sm-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-sm-n1{margin-top:-.25rem!important}.mt-sm-n2{margin-top:-.5rem!important}.mt-sm-n3{margin-top:-1rem!important}.mt-sm-n4{margin-top:-1.5rem!important}.mt-sm-n5{margin-top:-3rem!important}.mt-sm-n6{margin-top:-3.5rem!important}.mt-sm-n7{margin-top:-4rem!important}.mt-sm-n8{margin-top:-5rem!important}.mt-sm-n9{margin-top:-6rem!important}.mt-sm-n10{margin-top:-7rem!important}.me-sm-n1{margin-right:-.25rem!important}.me-sm-n2{margin-right:-.5rem!important}.me-sm-n3{margin-right:-1rem!important}.me-sm-n4{margin-right:-1.5rem!important}.me-sm-n5{margin-right:-3rem!important}.me-sm-n6{margin-right:-3.5rem!important}.me-sm-n7{margin-right:-4rem!important}.me-sm-n8{margin-right:-5rem!important}.me-sm-n9{margin-right:-6rem!important}.me-sm-n10{margin-right:-7rem!important}.mb-sm-n1{margin-bottom:-.25rem!important}.mb-sm-n2{margin-bottom:-.5rem!important}.mb-sm-n3{margin-bottom:-1rem!important}.mb-sm-n4{margin-bottom:-1.5rem!important}.mb-sm-n5{margin-bottom:-3rem!important}.mb-sm-n6{margin-bottom:-3.5rem!important}.mb-sm-n7{margin-bottom:-4rem!important}.mb-sm-n8{margin-bottom:-5rem!important}.mb-sm-n9{margin-bottom:-6rem!important}.mb-sm-n10{margin-bottom:-7rem!important}.ms-sm-n1{margin-left:-.25rem!important}.ms-sm-n2{margin-left:-.5rem!important}.ms-sm-n3{margin-left:-1rem!important}.ms-sm-n4{margin-left:-1.5rem!important}.ms-sm-n5{margin-left:-3rem!important}.ms-sm-n6{margin-left:-3.5rem!important}.ms-sm-n7{margin-left:-4rem!important}.ms-sm-n8{margin-left:-5rem!important}.ms-sm-n9{margin-left:-6rem!important}.ms-sm-n10{margin-left:-7rem!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.p-sm-6{padding:3.5rem!important}.p-sm-7{padding:4rem!important}.p-sm-8{padding:5rem!important}.p-sm-9{padding:6rem!important}.p-sm-10{padding:7rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.px-sm-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-sm-7{padding-right:4rem!important;padding-left:4rem!important}.px-sm-8{padding-right:5rem!important;padding-left:5rem!important}.px-sm-9{padding-right:6rem!important;padding-left:6rem!important}.px-sm-10{padding-right:7rem!important;padding-left:7rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-sm-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-sm-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-sm-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-sm-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-sm-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pt-sm-6{padding-top:3.5rem!important}.pt-sm-7{padding-top:4rem!important}.pt-sm-8{padding-top:5rem!important}.pt-sm-9{padding-top:6rem!important}.pt-sm-10{padding-top:7rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pe-sm-6{padding-right:3.5rem!important}.pe-sm-7{padding-right:4rem!important}.pe-sm-8{padding-right:5rem!important}.pe-sm-9{padding-right:6rem!important}.pe-sm-10{padding-right:7rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.pb-sm-6{padding-bottom:3.5rem!important}.pb-sm-7{padding-bottom:4rem!important}.pb-sm-8{padding-bottom:5rem!important}.pb-sm-9{padding-bottom:6rem!important}.pb-sm-10{padding-bottom:7rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.ps-sm-6{padding-left:3.5rem!important}.ps-sm-7{padding-left:4rem!important}.ps-sm-8{padding-left:5rem!important}.ps-sm-9{padding-left:6rem!important}.ps-sm-10{padding-left:7rem!important}.fs-sm-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-sm-2{font-size:calc(1.325rem + .9vw)!important}.fs-sm-3{font-size:calc(1.3rem + .6vw)!important}.fs-sm-4{font-size:calc(1.275rem + .3vw)!important}.fs-sm-5{font-size:1.25rem!important}.fs-sm-6{font-size:1rem!important}.fs-sm-7{font-size:90%!important}.fs-sm-8{font-size:80%!important}.fs-sm-9{font-size:.75rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}.bg-sm-primary,.bg-sm-primary-hover:hover{background-color:#6f46ff!important}.bg-sm-secondary,.bg-sm-secondary-hover:hover{background-color:#a0a0a2!important}.bg-sm-success,.bg-sm-success-hover:hover{background-color:#19b8a2!important}.bg-sm-info,.bg-sm-info-hover:hover{background-color:#0dcaf0!important}.bg-sm-warning,.bg-sm-warning-hover:hover{background-color:#ffed03!important}.bg-sm-danger,.bg-sm-danger-hover:hover{background-color:#db1a2a!important}.bg-sm-light,.bg-sm-light-hover:hover{background-color:#f6f6f6!important}.bg-sm-dark,.bg-sm-dark-hover:hover{background-color:#1c212c!important}.bg-sm-facebook,.bg-sm-facebook-hover:hover{background-color:#3b5998!important}.bg-sm-twitter,.bg-sm-twitter-hover:hover{background-color:#00acee!important}.bg-sm-white,.bg-sm-white-hover:hover{background-color:#fff!important}.bg-sm-pink,.bg-sm-pink-hover:hover{background-color:#ffa69e!important}.bg-sm-teal,.bg-sm-teal-hover:hover{background-color:#08c5d5!important}.bg-sm-orange,.bg-sm-orange-hover:hover{background-color:#fc6229!important}.bg-sm-body,.bg-sm-body-hover:hover{background-color:#fff!important}.bg-sm-transparent,.bg-sm-transparent-hover:hover{background-color:transparent!important}.f-w-sm-1{width:.25rem!important}.f-w-sm-2{width:.5rem!important}.f-w-sm-3{width:.75rem!important}.f-w-sm-4{width:1rem!important}.f-w-sm-5{width:1.25rem!important}.f-w-sm-6{width:1.5rem!important}.f-w-sm-7{width:1.75rem!important}.f-w-sm-8{width:2rem!important}.f-w-sm-9{width:2.25rem!important}.f-w-sm-10{width:2.5rem!important}.f-w-sm-12{width:3rem!important}.f-w-sm-14{width:3.5rem!important}.f-w-sm-16{width:4rem!important}.f-w-sm-20{width:5rem!important}.f-w-sm-24{width:6rem!important}.f-w-sm-28{width:7rem!important}.f-w-sm-30{width:7.25rem!important}.f-w-sm-32{width:8rem!important}.f-w-sm-36{width:9rem!important}.f-w-sm-40{width:10rem!important}.f-w-sm-44{width:11rem!important}.f-w-sm-48{width:12rem!important}.f-w-sm-52{width:15rem!important}.f-w-sm-56{width:18rem!important}.f-w-sm-60{width:21rem!important}.f-w-sm-64{width:24rem!important}.f-w-sm-68{width:27rem!important}.f-w-sm-72{width:30rem!important}.f-w-sm-76{width:33rem!important}.f-w-sm-80{width:36rem!important}.f-w-sm-84{width:40rem!important}.f-w-sm-88{width:44rem!important}.f-w-sm-92{width:50rem!important}.f-w-sm-96{width:56rem!important}.f-w-sm-100{width:60rem!important}.f-w-sm-0{width:0!important}.f-h-sm-1{height:.25rem!important}.f-h-sm-2{height:.5rem!important}.f-h-sm-3{height:.75rem!important}.f-h-sm-4{height:1rem!important}.f-h-sm-5{height:1.25rem!important}.f-h-sm-6{height:1.5rem!important}.f-h-sm-7{height:1.75rem!important}.f-h-sm-8{height:2rem!important}.f-h-sm-9{height:2.25rem!important}.f-h-sm-10{height:2.5rem!important}.f-h-sm-12{height:3rem!important}.f-h-sm-14{height:3.5rem!important}.f-h-sm-16{height:4rem!important}.f-h-sm-20{height:5rem!important}.f-h-sm-24{height:6rem!important}.f-h-sm-28{height:7rem!important}.f-h-sm-30{height:7.25rem!important}.f-h-sm-32{height:8rem!important}.f-h-sm-36{height:9rem!important}.f-h-sm-40{height:10rem!important}.f-h-sm-44{height:11rem!important}.f-h-sm-48{height:12rem!important}.f-h-sm-52{height:15rem!important}.f-h-sm-56{height:18rem!important}.f-h-sm-60{height:21rem!important}.f-h-sm-64{height:24rem!important}.f-h-sm-68{height:27rem!important}.f-h-sm-72{height:30rem!important}.f-h-sm-76{height:33rem!important}.f-h-sm-80{height:36rem!important}.f-h-sm-84{height:40rem!important}.f-h-sm-88{height:44rem!important}.f-h-sm-92{height:50rem!important}.f-h-sm-96{height:56rem!important}.f-h-sm-100{height:60rem!important}.f-h-sm-0{height:0!important}}@media(min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.position-md-static{position:static!important}.position-md-relative{position:relative!important}.position-md-absolute{position:absolute!important}.position-md-fixed{position:fixed!important}.position-md-sticky{position:sticky!important}.border-md,.border-md-active:active,.border-md-focus:focus,.border-md-hover:hover{border:1px solid #e9eaea!important}.border-md-0,.border-md-0-active:active,.border-md-0-focus:focus,.border-md-0-hover:hover{border:0!important}.border-md-transparent,.border-md-transparent-active:active,.border-md-transparent-focus:focus,.border-md-transparent-hover:hover{border:1px solid transparent!important}.w-md-25{width:25%!important}.w-md-50{width:50%!important}.w-md-75{width:75%!important}.w-md-100{width:100%!important}.w-md-auto{width:auto!important}.w-md-10{width:10%!important}.w-md-60{width:60%!important}.w-md-65{width:65%!important}.w-md-80{width:80%!important}.w-md-110{width:110%!important}.h-md-25{height:25%!important}.h-md-50{height:50%!important}.h-md-75{height:75%!important}.h-md-100{height:100%!important}.h-md-auto{height:auto!important}.m-h-md-1{max-height:.25rem!important}.m-h-md-2{max-height:.5rem!important}.m-h-md-3{max-height:.75rem!important}.m-h-md-4{max-height:1rem!important}.m-h-md-5{max-height:1.25rem!important}.m-h-md-6{max-height:1.5rem!important}.m-h-md-7{max-height:1.75rem!important}.m-h-md-8{max-height:2rem!important}.m-h-md-9{max-height:2.25rem!important}.m-h-md-10{max-height:2.5rem!important}.m-h-md-12{max-height:3rem!important}.m-h-md-14{max-height:3.5rem!important}.m-h-md-16{max-height:4rem!important}.m-h-md-20{max-height:5rem!important}.m-h-md-24{max-height:6rem!important}.m-h-md-28{max-height:7rem!important}.m-h-md-30{max-height:7.25rem!important}.m-h-md-32{max-height:8rem!important}.m-h-md-36{max-height:9rem!important}.m-h-md-40{max-height:10rem!important}.m-h-md-44{max-height:11rem!important}.m-h-md-48{max-height:12rem!important}.m-h-md-52{max-height:15rem!important}.m-h-md-56{max-height:18rem!important}.m-h-md-60{max-height:21rem!important}.m-h-md-64{max-height:24rem!important}.m-h-md-68{max-height:27rem!important}.m-h-md-72{max-height:30rem!important}.m-h-md-76{max-height:33rem!important}.m-h-md-80{max-height:36rem!important}.m-h-md-84{max-height:40rem!important}.m-h-md-88{max-height:44rem!important}.m-h-md-92{max-height:50rem!important}.m-h-md-96{max-height:56rem!important}.m-h-md-100{max-height:60rem!important}.m-h-md-0{max-height:0!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.gap-md-6{gap:3.5rem!important}.gap-md-7{gap:4rem!important}.gap-md-8{gap:5rem!important}.gap-md-9{gap:6rem!important}.gap-md-10{gap:7rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-6{margin:3.5rem!important}.m-md-7{margin:4rem!important}.m-md-8{margin:5rem!important}.m-md-9{margin:6rem!important}.m-md-10{margin:7rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-md-7{margin-right:4rem!important;margin-left:4rem!important}.mx-md-8{margin-right:5rem!important;margin-left:5rem!important}.mx-md-9{margin-right:6rem!important;margin-left:6rem!important}.mx-md-10{margin-right:7rem!important;margin-left:7rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-md-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-md-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-md-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-md-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-6{margin-top:3.5rem!important}.mt-md-7{margin-top:4rem!important}.mt-md-8{margin-top:5rem!important}.mt-md-9{margin-top:6rem!important}.mt-md-10{margin-top:7rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-6{margin-right:3.5rem!important}.me-md-7{margin-right:4rem!important}.me-md-8{margin-right:5rem!important}.me-md-9{margin-right:6rem!important}.me-md-10{margin-right:7rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-6{margin-bottom:3.5rem!important}.mb-md-7{margin-bottom:4rem!important}.mb-md-8{margin-bottom:5rem!important}.mb-md-9{margin-bottom:6rem!important}.mb-md-10{margin-bottom:7rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-6{margin-left:3.5rem!important}.ms-md-7{margin-left:4rem!important}.ms-md-8{margin-left:5rem!important}.ms-md-9{margin-left:6rem!important}.ms-md-10{margin-left:7rem!important}.ms-md-auto{margin-left:auto!important}.m-md-n1{margin:-.25rem!important}.m-md-n2{margin:-.5rem!important}.m-md-n3{margin:-1rem!important}.m-md-n4{margin:-1.5rem!important}.m-md-n5{margin:-3rem!important}.m-md-n6{margin:-3.5rem!important}.m-md-n7{margin:-4rem!important}.m-md-n8{margin:-5rem!important}.m-md-n9{margin:-6rem!important}.m-md-n10{margin:-7rem!important}.mx-md-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-md-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-md-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-md-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-md-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-md-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-md-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-md-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-md-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-md-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-md-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-md-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-md-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-md-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-md-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-md-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-md-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-md-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-md-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-md-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-md-n1{margin-top:-.25rem!important}.mt-md-n2{margin-top:-.5rem!important}.mt-md-n3{margin-top:-1rem!important}.mt-md-n4{margin-top:-1.5rem!important}.mt-md-n5{margin-top:-3rem!important}.mt-md-n6{margin-top:-3.5rem!important}.mt-md-n7{margin-top:-4rem!important}.mt-md-n8{margin-top:-5rem!important}.mt-md-n9{margin-top:-6rem!important}.mt-md-n10{margin-top:-7rem!important}.me-md-n1{margin-right:-.25rem!important}.me-md-n2{margin-right:-.5rem!important}.me-md-n3{margin-right:-1rem!important}.me-md-n4{margin-right:-1.5rem!important}.me-md-n5{margin-right:-3rem!important}.me-md-n6{margin-right:-3.5rem!important}.me-md-n7{margin-right:-4rem!important}.me-md-n8{margin-right:-5rem!important}.me-md-n9{margin-right:-6rem!important}.me-md-n10{margin-right:-7rem!important}.mb-md-n1{margin-bottom:-.25rem!important}.mb-md-n2{margin-bottom:-.5rem!important}.mb-md-n3{margin-bottom:-1rem!important}.mb-md-n4{margin-bottom:-1.5rem!important}.mb-md-n5{margin-bottom:-3rem!important}.mb-md-n6{margin-bottom:-3.5rem!important}.mb-md-n7{margin-bottom:-4rem!important}.mb-md-n8{margin-bottom:-5rem!important}.mb-md-n9{margin-bottom:-6rem!important}.mb-md-n10{margin-bottom:-7rem!important}.ms-md-n1{margin-left:-.25rem!important}.ms-md-n2{margin-left:-.5rem!important}.ms-md-n3{margin-left:-1rem!important}.ms-md-n4{margin-left:-1.5rem!important}.ms-md-n5{margin-left:-3rem!important}.ms-md-n6{margin-left:-3.5rem!important}.ms-md-n7{margin-left:-4rem!important}.ms-md-n8{margin-left:-5rem!important}.ms-md-n9{margin-left:-6rem!important}.ms-md-n10{margin-left:-7rem!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.p-md-6{padding:3.5rem!important}.p-md-7{padding:4rem!important}.p-md-8{padding:5rem!important}.p-md-9{padding:6rem!important}.p-md-10{padding:7rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.px-md-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-md-7{padding-right:4rem!important;padding-left:4rem!important}.px-md-8{padding-right:5rem!important;padding-left:5rem!important}.px-md-9{padding-right:6rem!important;padding-left:6rem!important}.px-md-10{padding-right:7rem!important;padding-left:7rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-md-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-md-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-md-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-md-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-md-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pt-md-6{padding-top:3.5rem!important}.pt-md-7{padding-top:4rem!important}.pt-md-8{padding-top:5rem!important}.pt-md-9{padding-top:6rem!important}.pt-md-10{padding-top:7rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pe-md-6{padding-right:3.5rem!important}.pe-md-7{padding-right:4rem!important}.pe-md-8{padding-right:5rem!important}.pe-md-9{padding-right:6rem!important}.pe-md-10{padding-right:7rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.pb-md-6{padding-bottom:3.5rem!important}.pb-md-7{padding-bottom:4rem!important}.pb-md-8{padding-bottom:5rem!important}.pb-md-9{padding-bottom:6rem!important}.pb-md-10{padding-bottom:7rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.ps-md-6{padding-left:3.5rem!important}.ps-md-7{padding-left:4rem!important}.ps-md-8{padding-left:5rem!important}.ps-md-9{padding-left:6rem!important}.ps-md-10{padding-left:7rem!important}.fs-md-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-md-2{font-size:calc(1.325rem + .9vw)!important}.fs-md-3{font-size:calc(1.3rem + .6vw)!important}.fs-md-4{font-size:calc(1.275rem + .3vw)!important}.fs-md-5{font-size:1.25rem!important}.fs-md-6{font-size:1rem!important}.fs-md-7{font-size:90%!important}.fs-md-8{font-size:80%!important}.fs-md-9{font-size:.75rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}.bg-md-primary,.bg-md-primary-hover:hover{background-color:#6f46ff!important}.bg-md-secondary,.bg-md-secondary-hover:hover{background-color:#a0a0a2!important}.bg-md-success,.bg-md-success-hover:hover{background-color:#19b8a2!important}.bg-md-info,.bg-md-info-hover:hover{background-color:#0dcaf0!important}.bg-md-warning,.bg-md-warning-hover:hover{background-color:#ffed03!important}.bg-md-danger,.bg-md-danger-hover:hover{background-color:#db1a2a!important}.bg-md-light,.bg-md-light-hover:hover{background-color:#f6f6f6!important}.bg-md-dark,.bg-md-dark-hover:hover{background-color:#1c212c!important}.bg-md-facebook,.bg-md-facebook-hover:hover{background-color:#3b5998!important}.bg-md-twitter,.bg-md-twitter-hover:hover{background-color:#00acee!important}.bg-md-white,.bg-md-white-hover:hover{background-color:#fff!important}.bg-md-pink,.bg-md-pink-hover:hover{background-color:#ffa69e!important}.bg-md-teal,.bg-md-teal-hover:hover{background-color:#08c5d5!important}.bg-md-orange,.bg-md-orange-hover:hover{background-color:#fc6229!important}.bg-md-body,.bg-md-body-hover:hover{background-color:#fff!important}.bg-md-transparent,.bg-md-transparent-hover:hover{background-color:transparent!important}.f-w-md-1{width:.25rem!important}.f-w-md-2{width:.5rem!important}.f-w-md-3{width:.75rem!important}.f-w-md-4{width:1rem!important}.f-w-md-5{width:1.25rem!important}.f-w-md-6{width:1.5rem!important}.f-w-md-7{width:1.75rem!important}.f-w-md-8{width:2rem!important}.f-w-md-9{width:2.25rem!important}.f-w-md-10{width:2.5rem!important}.f-w-md-12{width:3rem!important}.f-w-md-14{width:3.5rem!important}.f-w-md-16{width:4rem!important}.f-w-md-20{width:5rem!important}.f-w-md-24{width:6rem!important}.f-w-md-28{width:7rem!important}.f-w-md-30{width:7.25rem!important}.f-w-md-32{width:8rem!important}.f-w-md-36{width:9rem!important}.f-w-md-40{width:10rem!important}.f-w-md-44{width:11rem!important}.f-w-md-48{width:12rem!important}.f-w-md-52{width:15rem!important}.f-w-md-56{width:18rem!important}.f-w-md-60{width:21rem!important}.f-w-md-64{width:24rem!important}.f-w-md-68{width:27rem!important}.f-w-md-72{width:30rem!important}.f-w-md-76{width:33rem!important}.f-w-md-80{width:36rem!important}.f-w-md-84{width:40rem!important}.f-w-md-88{width:44rem!important}.f-w-md-92{width:50rem!important}.f-w-md-96{width:56rem!important}.f-w-md-100{width:60rem!important}.f-w-md-0{width:0!important}.f-h-md-1{height:.25rem!important}.f-h-md-2{height:.5rem!important}.f-h-md-3{height:.75rem!important}.f-h-md-4{height:1rem!important}.f-h-md-5{height:1.25rem!important}.f-h-md-6{height:1.5rem!important}.f-h-md-7{height:1.75rem!important}.f-h-md-8{height:2rem!important}.f-h-md-9{height:2.25rem!important}.f-h-md-10{height:2.5rem!important}.f-h-md-12{height:3rem!important}.f-h-md-14{height:3.5rem!important}.f-h-md-16{height:4rem!important}.f-h-md-20{height:5rem!important}.f-h-md-24{height:6rem!important}.f-h-md-28{height:7rem!important}.f-h-md-30{height:7.25rem!important}.f-h-md-32{height:8rem!important}.f-h-md-36{height:9rem!important}.f-h-md-40{height:10rem!important}.f-h-md-44{height:11rem!important}.f-h-md-48{height:12rem!important}.f-h-md-52{height:15rem!important}.f-h-md-56{height:18rem!important}.f-h-md-60{height:21rem!important}.f-h-md-64{height:24rem!important}.f-h-md-68{height:27rem!important}.f-h-md-72{height:30rem!important}.f-h-md-76{height:33rem!important}.f-h-md-80{height:36rem!important}.f-h-md-84{height:40rem!important}.f-h-md-88{height:44rem!important}.f-h-md-92{height:50rem!important}.f-h-md-96{height:56rem!important}.f-h-md-100{height:60rem!important}.f-h-md-0{height:0!important}}@media(min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.position-lg-static{position:static!important}.position-lg-relative{position:relative!important}.position-lg-absolute{position:absolute!important}.position-lg-fixed{position:fixed!important}.position-lg-sticky{position:sticky!important}.border-lg,.border-lg-active:active,.border-lg-focus:focus,.border-lg-hover:hover{border:1px solid #e9eaea!important}.border-lg-0,.border-lg-0-active:active,.border-lg-0-focus:focus,.border-lg-0-hover:hover{border:0!important}.border-lg-transparent,.border-lg-transparent-active:active,.border-lg-transparent-focus:focus,.border-lg-transparent-hover:hover{border:1px solid transparent!important}.w-lg-25{width:25%!important}.w-lg-50{width:50%!important}.w-lg-75{width:75%!important}.w-lg-100{width:100%!important}.w-lg-auto{width:auto!important}.w-lg-10{width:10%!important}.w-lg-60{width:60%!important}.w-lg-65{width:65%!important}.w-lg-80{width:80%!important}.w-lg-110{width:110%!important}.h-lg-25{height:25%!important}.h-lg-50{height:50%!important}.h-lg-75{height:75%!important}.h-lg-100{height:100%!important}.h-lg-auto{height:auto!important}.m-h-lg-1{max-height:.25rem!important}.m-h-lg-2{max-height:.5rem!important}.m-h-lg-3{max-height:.75rem!important}.m-h-lg-4{max-height:1rem!important}.m-h-lg-5{max-height:1.25rem!important}.m-h-lg-6{max-height:1.5rem!important}.m-h-lg-7{max-height:1.75rem!important}.m-h-lg-8{max-height:2rem!important}.m-h-lg-9{max-height:2.25rem!important}.m-h-lg-10{max-height:2.5rem!important}.m-h-lg-12{max-height:3rem!important}.m-h-lg-14{max-height:3.5rem!important}.m-h-lg-16{max-height:4rem!important}.m-h-lg-20{max-height:5rem!important}.m-h-lg-24{max-height:6rem!important}.m-h-lg-28{max-height:7rem!important}.m-h-lg-30{max-height:7.25rem!important}.m-h-lg-32{max-height:8rem!important}.m-h-lg-36{max-height:9rem!important}.m-h-lg-40{max-height:10rem!important}.m-h-lg-44{max-height:11rem!important}.m-h-lg-48{max-height:12rem!important}.m-h-lg-52{max-height:15rem!important}.m-h-lg-56{max-height:18rem!important}.m-h-lg-60{max-height:21rem!important}.m-h-lg-64{max-height:24rem!important}.m-h-lg-68{max-height:27rem!important}.m-h-lg-72{max-height:30rem!important}.m-h-lg-76{max-height:33rem!important}.m-h-lg-80{max-height:36rem!important}.m-h-lg-84{max-height:40rem!important}.m-h-lg-88{max-height:44rem!important}.m-h-lg-92{max-height:50rem!important}.m-h-lg-96{max-height:56rem!important}.m-h-lg-100{max-height:60rem!important}.m-h-lg-0{max-height:0!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.gap-lg-6{gap:3.5rem!important}.gap-lg-7{gap:4rem!important}.gap-lg-8{gap:5rem!important}.gap-lg-9{gap:6rem!important}.gap-lg-10{gap:7rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-6{margin:3.5rem!important}.m-lg-7{margin:4rem!important}.m-lg-8{margin:5rem!important}.m-lg-9{margin:6rem!important}.m-lg-10{margin:7rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-lg-7{margin-right:4rem!important;margin-left:4rem!important}.mx-lg-8{margin-right:5rem!important;margin-left:5rem!important}.mx-lg-9{margin-right:6rem!important;margin-left:6rem!important}.mx-lg-10{margin-right:7rem!important;margin-left:7rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-lg-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-lg-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-lg-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-lg-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-6{margin-top:3.5rem!important}.mt-lg-7{margin-top:4rem!important}.mt-lg-8{margin-top:5rem!important}.mt-lg-9{margin-top:6rem!important}.mt-lg-10{margin-top:7rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-6{margin-right:3.5rem!important}.me-lg-7{margin-right:4rem!important}.me-lg-8{margin-right:5rem!important}.me-lg-9{margin-right:6rem!important}.me-lg-10{margin-right:7rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-6{margin-bottom:3.5rem!important}.mb-lg-7{margin-bottom:4rem!important}.mb-lg-8{margin-bottom:5rem!important}.mb-lg-9{margin-bottom:6rem!important}.mb-lg-10{margin-bottom:7rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-6{margin-left:3.5rem!important}.ms-lg-7{margin-left:4rem!important}.ms-lg-8{margin-left:5rem!important}.ms-lg-9{margin-left:6rem!important}.ms-lg-10{margin-left:7rem!important}.ms-lg-auto{margin-left:auto!important}.m-lg-n1{margin:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.m-lg-n3{margin:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.m-lg-n6{margin:-3.5rem!important}.m-lg-n7{margin:-4rem!important}.m-lg-n8{margin:-5rem!important}.m-lg-n9{margin:-6rem!important}.m-lg-n10{margin:-7rem!important}.mx-lg-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-lg-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-lg-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-lg-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-lg-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-lg-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-lg-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-lg-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-lg-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-lg-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-lg-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-lg-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-lg-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-lg-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-lg-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-lg-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-lg-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-lg-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-lg-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-lg-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-lg-n1{margin-top:-.25rem!important}.mt-lg-n2{margin-top:-.5rem!important}.mt-lg-n3{margin-top:-1rem!important}.mt-lg-n4{margin-top:-1.5rem!important}.mt-lg-n5{margin-top:-3rem!important}.mt-lg-n6{margin-top:-3.5rem!important}.mt-lg-n7{margin-top:-4rem!important}.mt-lg-n8{margin-top:-5rem!important}.mt-lg-n9{margin-top:-6rem!important}.mt-lg-n10{margin-top:-7rem!important}.me-lg-n1{margin-right:-.25rem!important}.me-lg-n2{margin-right:-.5rem!important}.me-lg-n3{margin-right:-1rem!important}.me-lg-n4{margin-right:-1.5rem!important}.me-lg-n5{margin-right:-3rem!important}.me-lg-n6{margin-right:-3.5rem!important}.me-lg-n7{margin-right:-4rem!important}.me-lg-n8{margin-right:-5rem!important}.me-lg-n9{margin-right:-6rem!important}.me-lg-n10{margin-right:-7rem!important}.mb-lg-n1{margin-bottom:-.25rem!important}.mb-lg-n2{margin-bottom:-.5rem!important}.mb-lg-n3{margin-bottom:-1rem!important}.mb-lg-n4{margin-bottom:-1.5rem!important}.mb-lg-n5{margin-bottom:-3rem!important}.mb-lg-n6{margin-bottom:-3.5rem!important}.mb-lg-n7{margin-bottom:-4rem!important}.mb-lg-n8{margin-bottom:-5rem!important}.mb-lg-n9{margin-bottom:-6rem!important}.mb-lg-n10{margin-bottom:-7rem!important}.ms-lg-n1{margin-left:-.25rem!important}.ms-lg-n2{margin-left:-.5rem!important}.ms-lg-n3{margin-left:-1rem!important}.ms-lg-n4{margin-left:-1.5rem!important}.ms-lg-n5{margin-left:-3rem!important}.ms-lg-n6{margin-left:-3.5rem!important}.ms-lg-n7{margin-left:-4rem!important}.ms-lg-n8{margin-left:-5rem!important}.ms-lg-n9{margin-left:-6rem!important}.ms-lg-n10{margin-left:-7rem!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.p-lg-6{padding:3.5rem!important}.p-lg-7{padding:4rem!important}.p-lg-8{padding:5rem!important}.p-lg-9{padding:6rem!important}.p-lg-10{padding:7rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.px-lg-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-lg-7{padding-right:4rem!important;padding-left:4rem!important}.px-lg-8{padding-right:5rem!important;padding-left:5rem!important}.px-lg-9{padding-right:6rem!important;padding-left:6rem!important}.px-lg-10{padding-right:7rem!important;padding-left:7rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-lg-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-lg-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-lg-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-lg-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-lg-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pt-lg-6{padding-top:3.5rem!important}.pt-lg-7{padding-top:4rem!important}.pt-lg-8{padding-top:5rem!important}.pt-lg-9{padding-top:6rem!important}.pt-lg-10{padding-top:7rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pe-lg-6{padding-right:3.5rem!important}.pe-lg-7{padding-right:4rem!important}.pe-lg-8{padding-right:5rem!important}.pe-lg-9{padding-right:6rem!important}.pe-lg-10{padding-right:7rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.pb-lg-6{padding-bottom:3.5rem!important}.pb-lg-7{padding-bottom:4rem!important}.pb-lg-8{padding-bottom:5rem!important}.pb-lg-9{padding-bottom:6rem!important}.pb-lg-10{padding-bottom:7rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.ps-lg-6{padding-left:3.5rem!important}.ps-lg-7{padding-left:4rem!important}.ps-lg-8{padding-left:5rem!important}.ps-lg-9{padding-left:6rem!important}.ps-lg-10{padding-left:7rem!important}.fs-lg-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-lg-2{font-size:calc(1.325rem + .9vw)!important}.fs-lg-3{font-size:calc(1.3rem + .6vw)!important}.fs-lg-4{font-size:calc(1.275rem + .3vw)!important}.fs-lg-5{font-size:1.25rem!important}.fs-lg-6{font-size:1rem!important}.fs-lg-7{font-size:90%!important}.fs-lg-8{font-size:80%!important}.fs-lg-9{font-size:.75rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}.bg-lg-primary,.bg-lg-primary-hover:hover{background-color:#6f46ff!important}.bg-lg-secondary,.bg-lg-secondary-hover:hover{background-color:#a0a0a2!important}.bg-lg-success,.bg-lg-success-hover:hover{background-color:#19b8a2!important}.bg-lg-info,.bg-lg-info-hover:hover{background-color:#0dcaf0!important}.bg-lg-warning,.bg-lg-warning-hover:hover{background-color:#ffed03!important}.bg-lg-danger,.bg-lg-danger-hover:hover{background-color:#db1a2a!important}.bg-lg-light,.bg-lg-light-hover:hover{background-color:#f6f6f6!important}.bg-lg-dark,.bg-lg-dark-hover:hover{background-color:#1c212c!important}.bg-lg-facebook,.bg-lg-facebook-hover:hover{background-color:#3b5998!important}.bg-lg-twitter,.bg-lg-twitter-hover:hover{background-color:#00acee!important}.bg-lg-white,.bg-lg-white-hover:hover{background-color:#fff!important}.bg-lg-pink,.bg-lg-pink-hover:hover{background-color:#ffa69e!important}.bg-lg-teal,.bg-lg-teal-hover:hover{background-color:#08c5d5!important}.bg-lg-orange,.bg-lg-orange-hover:hover{background-color:#fc6229!important}.bg-lg-body,.bg-lg-body-hover:hover{background-color:#fff!important}.bg-lg-transparent,.bg-lg-transparent-hover:hover{background-color:transparent!important}.f-w-lg-1{width:.25rem!important}.f-w-lg-2{width:.5rem!important}.f-w-lg-3{width:.75rem!important}.f-w-lg-4{width:1rem!important}.f-w-lg-5{width:1.25rem!important}.f-w-lg-6{width:1.5rem!important}.f-w-lg-7{width:1.75rem!important}.f-w-lg-8{width:2rem!important}.f-w-lg-9{width:2.25rem!important}.f-w-lg-10{width:2.5rem!important}.f-w-lg-12{width:3rem!important}.f-w-lg-14{width:3.5rem!important}.f-w-lg-16{width:4rem!important}.f-w-lg-20{width:5rem!important}.f-w-lg-24{width:6rem!important}.f-w-lg-28{width:7rem!important}.f-w-lg-30{width:7.25rem!important}.f-w-lg-32{width:8rem!important}.f-w-lg-36{width:9rem!important}.f-w-lg-40{width:10rem!important}.f-w-lg-44{width:11rem!important}.f-w-lg-48{width:12rem!important}.f-w-lg-52{width:15rem!important}.f-w-lg-56{width:18rem!important}.f-w-lg-60{width:21rem!important}.f-w-lg-64{width:24rem!important}.f-w-lg-68{width:27rem!important}.f-w-lg-72{width:30rem!important}.f-w-lg-76{width:33rem!important}.f-w-lg-80{width:36rem!important}.f-w-lg-84{width:40rem!important}.f-w-lg-88{width:44rem!important}.f-w-lg-92{width:50rem!important}.f-w-lg-96{width:56rem!important}.f-w-lg-100{width:60rem!important}.f-w-lg-0{width:0!important}.f-h-lg-1{height:.25rem!important}.f-h-lg-2{height:.5rem!important}.f-h-lg-3{height:.75rem!important}.f-h-lg-4{height:1rem!important}.f-h-lg-5{height:1.25rem!important}.f-h-lg-6{height:1.5rem!important}.f-h-lg-7{height:1.75rem!important}.f-h-lg-8{height:2rem!important}.f-h-lg-9{height:2.25rem!important}.f-h-lg-10{height:2.5rem!important}.f-h-lg-12{height:3rem!important}.f-h-lg-14{height:3.5rem!important}.f-h-lg-16{height:4rem!important}.f-h-lg-20{height:5rem!important}.f-h-lg-24{height:6rem!important}.f-h-lg-28{height:7rem!important}.f-h-lg-30{height:7.25rem!important}.f-h-lg-32{height:8rem!important}.f-h-lg-36{height:9rem!important}.f-h-lg-40{height:10rem!important}.f-h-lg-44{height:11rem!important}.f-h-lg-48{height:12rem!important}.f-h-lg-52{height:15rem!important}.f-h-lg-56{height:18rem!important}.f-h-lg-60{height:21rem!important}.f-h-lg-64{height:24rem!important}.f-h-lg-68{height:27rem!important}.f-h-lg-72{height:30rem!important}.f-h-lg-76{height:33rem!important}.f-h-lg-80{height:36rem!important}.f-h-lg-84{height:40rem!important}.f-h-lg-88{height:44rem!important}.f-h-lg-92{height:50rem!important}.f-h-lg-96{height:56rem!important}.f-h-lg-100{height:60rem!important}.f-h-lg-0{height:0!important}}@media(min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.position-xl-static{position:static!important}.position-xl-relative{position:relative!important}.position-xl-absolute{position:absolute!important}.position-xl-fixed{position:fixed!important}.position-xl-sticky{position:sticky!important}.border-xl,.border-xl-active:active,.border-xl-focus:focus,.border-xl-hover:hover{border:1px solid #e9eaea!important}.border-xl-0,.border-xl-0-active:active,.border-xl-0-focus:focus,.border-xl-0-hover:hover{border:0!important}.border-xl-transparent,.border-xl-transparent-active:active,.border-xl-transparent-focus:focus,.border-xl-transparent-hover:hover{border:1px solid transparent!important}.w-xl-25{width:25%!important}.w-xl-50{width:50%!important}.w-xl-75{width:75%!important}.w-xl-100{width:100%!important}.w-xl-auto{width:auto!important}.w-xl-10{width:10%!important}.w-xl-60{width:60%!important}.w-xl-65{width:65%!important}.w-xl-80{width:80%!important}.w-xl-110{width:110%!important}.h-xl-25{height:25%!important}.h-xl-50{height:50%!important}.h-xl-75{height:75%!important}.h-xl-100{height:100%!important}.h-xl-auto{height:auto!important}.m-h-xl-1{max-height:.25rem!important}.m-h-xl-2{max-height:.5rem!important}.m-h-xl-3{max-height:.75rem!important}.m-h-xl-4{max-height:1rem!important}.m-h-xl-5{max-height:1.25rem!important}.m-h-xl-6{max-height:1.5rem!important}.m-h-xl-7{max-height:1.75rem!important}.m-h-xl-8{max-height:2rem!important}.m-h-xl-9{max-height:2.25rem!important}.m-h-xl-10{max-height:2.5rem!important}.m-h-xl-12{max-height:3rem!important}.m-h-xl-14{max-height:3.5rem!important}.m-h-xl-16{max-height:4rem!important}.m-h-xl-20{max-height:5rem!important}.m-h-xl-24{max-height:6rem!important}.m-h-xl-28{max-height:7rem!important}.m-h-xl-30{max-height:7.25rem!important}.m-h-xl-32{max-height:8rem!important}.m-h-xl-36{max-height:9rem!important}.m-h-xl-40{max-height:10rem!important}.m-h-xl-44{max-height:11rem!important}.m-h-xl-48{max-height:12rem!important}.m-h-xl-52{max-height:15rem!important}.m-h-xl-56{max-height:18rem!important}.m-h-xl-60{max-height:21rem!important}.m-h-xl-64{max-height:24rem!important}.m-h-xl-68{max-height:27rem!important}.m-h-xl-72{max-height:30rem!important}.m-h-xl-76{max-height:33rem!important}.m-h-xl-80{max-height:36rem!important}.m-h-xl-84{max-height:40rem!important}.m-h-xl-88{max-height:44rem!important}.m-h-xl-92{max-height:50rem!important}.m-h-xl-96{max-height:56rem!important}.m-h-xl-100{max-height:60rem!important}.m-h-xl-0{max-height:0!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.gap-xl-6{gap:3.5rem!important}.gap-xl-7{gap:4rem!important}.gap-xl-8{gap:5rem!important}.gap-xl-9{gap:6rem!important}.gap-xl-10{gap:7rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-6{margin:3.5rem!important}.m-xl-7{margin:4rem!important}.m-xl-8{margin:5rem!important}.m-xl-9{margin:6rem!important}.m-xl-10{margin:7rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xl-7{margin-right:4rem!important;margin-left:4rem!important}.mx-xl-8{margin-right:5rem!important;margin-left:5rem!important}.mx-xl-9{margin-right:6rem!important;margin-left:6rem!important}.mx-xl-10{margin-right:7rem!important;margin-left:7rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xl-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-xl-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-xl-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-xl-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-6{margin-top:3.5rem!important}.mt-xl-7{margin-top:4rem!important}.mt-xl-8{margin-top:5rem!important}.mt-xl-9{margin-top:6rem!important}.mt-xl-10{margin-top:7rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-6{margin-right:3.5rem!important}.me-xl-7{margin-right:4rem!important}.me-xl-8{margin-right:5rem!important}.me-xl-9{margin-right:6rem!important}.me-xl-10{margin-right:7rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-6{margin-bottom:3.5rem!important}.mb-xl-7{margin-bottom:4rem!important}.mb-xl-8{margin-bottom:5rem!important}.mb-xl-9{margin-bottom:6rem!important}.mb-xl-10{margin-bottom:7rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-6{margin-left:3.5rem!important}.ms-xl-7{margin-left:4rem!important}.ms-xl-8{margin-left:5rem!important}.ms-xl-9{margin-left:6rem!important}.ms-xl-10{margin-left:7rem!important}.ms-xl-auto{margin-left:auto!important}.m-xl-n1{margin:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.m-xl-n3{margin:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.m-xl-n6{margin:-3.5rem!important}.m-xl-n7{margin:-4rem!important}.m-xl-n8{margin:-5rem!important}.m-xl-n9{margin:-6rem!important}.m-xl-n10{margin:-7rem!important}.mx-xl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xl-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xl-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xl-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xl-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xl-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-xl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xl-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xl-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xl-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xl-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xl-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-xl-n1{margin-top:-.25rem!important}.mt-xl-n2{margin-top:-.5rem!important}.mt-xl-n3{margin-top:-1rem!important}.mt-xl-n4{margin-top:-1.5rem!important}.mt-xl-n5{margin-top:-3rem!important}.mt-xl-n6{margin-top:-3.5rem!important}.mt-xl-n7{margin-top:-4rem!important}.mt-xl-n8{margin-top:-5rem!important}.mt-xl-n9{margin-top:-6rem!important}.mt-xl-n10{margin-top:-7rem!important}.me-xl-n1{margin-right:-.25rem!important}.me-xl-n2{margin-right:-.5rem!important}.me-xl-n3{margin-right:-1rem!important}.me-xl-n4{margin-right:-1.5rem!important}.me-xl-n5{margin-right:-3rem!important}.me-xl-n6{margin-right:-3.5rem!important}.me-xl-n7{margin-right:-4rem!important}.me-xl-n8{margin-right:-5rem!important}.me-xl-n9{margin-right:-6rem!important}.me-xl-n10{margin-right:-7rem!important}.mb-xl-n1{margin-bottom:-.25rem!important}.mb-xl-n2{margin-bottom:-.5rem!important}.mb-xl-n3{margin-bottom:-1rem!important}.mb-xl-n4{margin-bottom:-1.5rem!important}.mb-xl-n5{margin-bottom:-3rem!important}.mb-xl-n6{margin-bottom:-3.5rem!important}.mb-xl-n7{margin-bottom:-4rem!important}.mb-xl-n8{margin-bottom:-5rem!important}.mb-xl-n9{margin-bottom:-6rem!important}.mb-xl-n10{margin-bottom:-7rem!important}.ms-xl-n1{margin-left:-.25rem!important}.ms-xl-n2{margin-left:-.5rem!important}.ms-xl-n3{margin-left:-1rem!important}.ms-xl-n4{margin-left:-1.5rem!important}.ms-xl-n5{margin-left:-3rem!important}.ms-xl-n6{margin-left:-3.5rem!important}.ms-xl-n7{margin-left:-4rem!important}.ms-xl-n8{margin-left:-5rem!important}.ms-xl-n9{margin-left:-6rem!important}.ms-xl-n10{margin-left:-7rem!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.p-xl-6{padding:3.5rem!important}.p-xl-7{padding:4rem!important}.p-xl-8{padding:5rem!important}.p-xl-9{padding:6rem!important}.p-xl-10{padding:7rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xl-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xl-7{padding-right:4rem!important;padding-left:4rem!important}.px-xl-8{padding-right:5rem!important;padding-left:5rem!important}.px-xl-9{padding-right:6rem!important;padding-left:6rem!important}.px-xl-10{padding-right:7rem!important;padding-left:7rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xl-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xl-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-xl-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-xl-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-xl-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pt-xl-6{padding-top:3.5rem!important}.pt-xl-7{padding-top:4rem!important}.pt-xl-8{padding-top:5rem!important}.pt-xl-9{padding-top:6rem!important}.pt-xl-10{padding-top:7rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pe-xl-6{padding-right:3.5rem!important}.pe-xl-7{padding-right:4rem!important}.pe-xl-8{padding-right:5rem!important}.pe-xl-9{padding-right:6rem!important}.pe-xl-10{padding-right:7rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.pb-xl-6{padding-bottom:3.5rem!important}.pb-xl-7{padding-bottom:4rem!important}.pb-xl-8{padding-bottom:5rem!important}.pb-xl-9{padding-bottom:6rem!important}.pb-xl-10{padding-bottom:7rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.ps-xl-6{padding-left:3.5rem!important}.ps-xl-7{padding-left:4rem!important}.ps-xl-8{padding-left:5rem!important}.ps-xl-9{padding-left:6rem!important}.ps-xl-10{padding-left:7rem!important}.fs-xl-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-xl-2{font-size:calc(1.325rem + .9vw)!important}.fs-xl-3{font-size:calc(1.3rem + .6vw)!important}.fs-xl-4{font-size:calc(1.275rem + .3vw)!important}.fs-xl-5{font-size:1.25rem!important}.fs-xl-6{font-size:1rem!important}.fs-xl-7{font-size:90%!important}.fs-xl-8{font-size:80%!important}.fs-xl-9{font-size:.75rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}.bg-xl-primary,.bg-xl-primary-hover:hover{background-color:#6f46ff!important}.bg-xl-secondary,.bg-xl-secondary-hover:hover{background-color:#a0a0a2!important}.bg-xl-success,.bg-xl-success-hover:hover{background-color:#19b8a2!important}.bg-xl-info,.bg-xl-info-hover:hover{background-color:#0dcaf0!important}.bg-xl-warning,.bg-xl-warning-hover:hover{background-color:#ffed03!important}.bg-xl-danger,.bg-xl-danger-hover:hover{background-color:#db1a2a!important}.bg-xl-light,.bg-xl-light-hover:hover{background-color:#f6f6f6!important}.bg-xl-dark,.bg-xl-dark-hover:hover{background-color:#1c212c!important}.bg-xl-facebook,.bg-xl-facebook-hover:hover{background-color:#3b5998!important}.bg-xl-twitter,.bg-xl-twitter-hover:hover{background-color:#00acee!important}.bg-xl-white,.bg-xl-white-hover:hover{background-color:#fff!important}.bg-xl-pink,.bg-xl-pink-hover:hover{background-color:#ffa69e!important}.bg-xl-teal,.bg-xl-teal-hover:hover{background-color:#08c5d5!important}.bg-xl-orange,.bg-xl-orange-hover:hover{background-color:#fc6229!important}.bg-xl-body,.bg-xl-body-hover:hover{background-color:#fff!important}.bg-xl-transparent,.bg-xl-transparent-hover:hover{background-color:transparent!important}.f-w-xl-1{width:.25rem!important}.f-w-xl-2{width:.5rem!important}.f-w-xl-3{width:.75rem!important}.f-w-xl-4{width:1rem!important}.f-w-xl-5{width:1.25rem!important}.f-w-xl-6{width:1.5rem!important}.f-w-xl-7{width:1.75rem!important}.f-w-xl-8{width:2rem!important}.f-w-xl-9{width:2.25rem!important}.f-w-xl-10{width:2.5rem!important}.f-w-xl-12{width:3rem!important}.f-w-xl-14{width:3.5rem!important}.f-w-xl-16{width:4rem!important}.f-w-xl-20{width:5rem!important}.f-w-xl-24{width:6rem!important}.f-w-xl-28{width:7rem!important}.f-w-xl-30{width:7.25rem!important}.f-w-xl-32{width:8rem!important}.f-w-xl-36{width:9rem!important}.f-w-xl-40{width:10rem!important}.f-w-xl-44{width:11rem!important}.f-w-xl-48{width:12rem!important}.f-w-xl-52{width:15rem!important}.f-w-xl-56{width:18rem!important}.f-w-xl-60{width:21rem!important}.f-w-xl-64{width:24rem!important}.f-w-xl-68{width:27rem!important}.f-w-xl-72{width:30rem!important}.f-w-xl-76{width:33rem!important}.f-w-xl-80{width:36rem!important}.f-w-xl-84{width:40rem!important}.f-w-xl-88{width:44rem!important}.f-w-xl-92{width:50rem!important}.f-w-xl-96{width:56rem!important}.f-w-xl-100{width:60rem!important}.f-w-xl-0{width:0!important}.f-h-xl-1{height:.25rem!important}.f-h-xl-2{height:.5rem!important}.f-h-xl-3{height:.75rem!important}.f-h-xl-4{height:1rem!important}.f-h-xl-5{height:1.25rem!important}.f-h-xl-6{height:1.5rem!important}.f-h-xl-7{height:1.75rem!important}.f-h-xl-8{height:2rem!important}.f-h-xl-9{height:2.25rem!important}.f-h-xl-10{height:2.5rem!important}.f-h-xl-12{height:3rem!important}.f-h-xl-14{height:3.5rem!important}.f-h-xl-16{height:4rem!important}.f-h-xl-20{height:5rem!important}.f-h-xl-24{height:6rem!important}.f-h-xl-28{height:7rem!important}.f-h-xl-30{height:7.25rem!important}.f-h-xl-32{height:8rem!important}.f-h-xl-36{height:9rem!important}.f-h-xl-40{height:10rem!important}.f-h-xl-44{height:11rem!important}.f-h-xl-48{height:12rem!important}.f-h-xl-52{height:15rem!important}.f-h-xl-56{height:18rem!important}.f-h-xl-60{height:21rem!important}.f-h-xl-64{height:24rem!important}.f-h-xl-68{height:27rem!important}.f-h-xl-72{height:30rem!important}.f-h-xl-76{height:33rem!important}.f-h-xl-80{height:36rem!important}.f-h-xl-84{height:40rem!important}.f-h-xl-88{height:44rem!important}.f-h-xl-92{height:50rem!important}.f-h-xl-96{height:56rem!important}.f-h-xl-100{height:60rem!important}.f-h-xl-0{height:0!important}}@media(min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.position-xxl-static{position:static!important}.position-xxl-relative{position:relative!important}.position-xxl-absolute{position:absolute!important}.position-xxl-fixed{position:fixed!important}.position-xxl-sticky{position:sticky!important}.border-xxl,.border-xxl-active:active,.border-xxl-focus:focus,.border-xxl-hover:hover{border:1px solid #e9eaea!important}.border-xxl-0,.border-xxl-0-active:active,.border-xxl-0-focus:focus,.border-xxl-0-hover:hover{border:0!important}.border-xxl-transparent,.border-xxl-transparent-active:active,.border-xxl-transparent-focus:focus,.border-xxl-transparent-hover:hover{border:1px solid transparent!important}.w-xxl-25{width:25%!important}.w-xxl-50{width:50%!important}.w-xxl-75{width:75%!important}.w-xxl-100{width:100%!important}.w-xxl-auto{width:auto!important}.w-xxl-10{width:10%!important}.w-xxl-60{width:60%!important}.w-xxl-65{width:65%!important}.w-xxl-80{width:80%!important}.w-xxl-110{width:110%!important}.h-xxl-25{height:25%!important}.h-xxl-50{height:50%!important}.h-xxl-75{height:75%!important}.h-xxl-100{height:100%!important}.h-xxl-auto{height:auto!important}.m-h-xxl-1{max-height:.25rem!important}.m-h-xxl-2{max-height:.5rem!important}.m-h-xxl-3{max-height:.75rem!important}.m-h-xxl-4{max-height:1rem!important}.m-h-xxl-5{max-height:1.25rem!important}.m-h-xxl-6{max-height:1.5rem!important}.m-h-xxl-7{max-height:1.75rem!important}.m-h-xxl-8{max-height:2rem!important}.m-h-xxl-9{max-height:2.25rem!important}.m-h-xxl-10{max-height:2.5rem!important}.m-h-xxl-12{max-height:3rem!important}.m-h-xxl-14{max-height:3.5rem!important}.m-h-xxl-16{max-height:4rem!important}.m-h-xxl-20{max-height:5rem!important}.m-h-xxl-24{max-height:6rem!important}.m-h-xxl-28{max-height:7rem!important}.m-h-xxl-30{max-height:7.25rem!important}.m-h-xxl-32{max-height:8rem!important}.m-h-xxl-36{max-height:9rem!important}.m-h-xxl-40{max-height:10rem!important}.m-h-xxl-44{max-height:11rem!important}.m-h-xxl-48{max-height:12rem!important}.m-h-xxl-52{max-height:15rem!important}.m-h-xxl-56{max-height:18rem!important}.m-h-xxl-60{max-height:21rem!important}.m-h-xxl-64{max-height:24rem!important}.m-h-xxl-68{max-height:27rem!important}.m-h-xxl-72{max-height:30rem!important}.m-h-xxl-76{max-height:33rem!important}.m-h-xxl-80{max-height:36rem!important}.m-h-xxl-84{max-height:40rem!important}.m-h-xxl-88{max-height:44rem!important}.m-h-xxl-92{max-height:50rem!important}.m-h-xxl-96{max-height:56rem!important}.m-h-xxl-100{max-height:60rem!important}.m-h-xxl-0{max-height:0!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.gap-xxl-6{gap:3.5rem!important}.gap-xxl-7{gap:4rem!important}.gap-xxl-8{gap:5rem!important}.gap-xxl-9{gap:6rem!important}.gap-xxl-10{gap:7rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-6{margin:3.5rem!important}.m-xxl-7{margin:4rem!important}.m-xxl-8{margin:5rem!important}.m-xxl-9{margin:6rem!important}.m-xxl-10{margin:7rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-6{margin-right:3.5rem!important;margin-left:3.5rem!important}.mx-xxl-7{margin-right:4rem!important;margin-left:4rem!important}.mx-xxl-8{margin-right:5rem!important;margin-left:5rem!important}.mx-xxl-9{margin-right:6rem!important;margin-left:6rem!important}.mx-xxl-10{margin-right:7rem!important;margin-left:7rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-6{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.my-xxl-7{margin-top:4rem!important;margin-bottom:4rem!important}.my-xxl-8{margin-top:5rem!important;margin-bottom:5rem!important}.my-xxl-9{margin-top:6rem!important;margin-bottom:6rem!important}.my-xxl-10{margin-top:7rem!important;margin-bottom:7rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-6{margin-top:3.5rem!important}.mt-xxl-7{margin-top:4rem!important}.mt-xxl-8{margin-top:5rem!important}.mt-xxl-9{margin-top:6rem!important}.mt-xxl-10{margin-top:7rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-6{margin-right:3.5rem!important}.me-xxl-7{margin-right:4rem!important}.me-xxl-8{margin-right:5rem!important}.me-xxl-9{margin-right:6rem!important}.me-xxl-10{margin-right:7rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-6{margin-bottom:3.5rem!important}.mb-xxl-7{margin-bottom:4rem!important}.mb-xxl-8{margin-bottom:5rem!important}.mb-xxl-9{margin-bottom:6rem!important}.mb-xxl-10{margin-bottom:7rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-6{margin-left:3.5rem!important}.ms-xxl-7{margin-left:4rem!important}.ms-xxl-8{margin-left:5rem!important}.ms-xxl-9{margin-left:6rem!important}.ms-xxl-10{margin-left:7rem!important}.ms-xxl-auto{margin-left:auto!important}.m-xxl-n1{margin:-.25rem!important}.m-xxl-n2{margin:-.5rem!important}.m-xxl-n3{margin:-1rem!important}.m-xxl-n4{margin:-1.5rem!important}.m-xxl-n5{margin:-3rem!important}.m-xxl-n6{margin:-3.5rem!important}.m-xxl-n7{margin:-4rem!important}.m-xxl-n8{margin:-5rem!important}.m-xxl-n9{margin:-6rem!important}.m-xxl-n10{margin:-7rem!important}.mx-xxl-n1{margin-right:-.25rem!important;margin-left:-.25rem!important}.mx-xxl-n2{margin-right:-.5rem!important;margin-left:-.5rem!important}.mx-xxl-n3{margin-right:-1rem!important;margin-left:-1rem!important}.mx-xxl-n4{margin-right:-1.5rem!important;margin-left:-1.5rem!important}.mx-xxl-n5{margin-right:-3rem!important;margin-left:-3rem!important}.mx-xxl-n6{margin-right:-3.5rem!important;margin-left:-3.5rem!important}.mx-xxl-n7{margin-right:-4rem!important;margin-left:-4rem!important}.mx-xxl-n8{margin-right:-5rem!important;margin-left:-5rem!important}.mx-xxl-n9{margin-right:-6rem!important;margin-left:-6rem!important}.mx-xxl-n10{margin-right:-7rem!important;margin-left:-7rem!important}.my-xxl-n1{margin-top:-.25rem!important;margin-bottom:-.25rem!important}.my-xxl-n2{margin-top:-.5rem!important;margin-bottom:-.5rem!important}.my-xxl-n3{margin-top:-1rem!important;margin-bottom:-1rem!important}.my-xxl-n4{margin-top:-1.5rem!important;margin-bottom:-1.5rem!important}.my-xxl-n5{margin-top:-3rem!important;margin-bottom:-3rem!important}.my-xxl-n6{margin-top:-3.5rem!important;margin-bottom:-3.5rem!important}.my-xxl-n7{margin-top:-4rem!important;margin-bottom:-4rem!important}.my-xxl-n8{margin-top:-5rem!important;margin-bottom:-5rem!important}.my-xxl-n9{margin-top:-6rem!important;margin-bottom:-6rem!important}.my-xxl-n10{margin-top:-7rem!important;margin-bottom:-7rem!important}.mt-xxl-n1{margin-top:-.25rem!important}.mt-xxl-n2{margin-top:-.5rem!important}.mt-xxl-n3{margin-top:-1rem!important}.mt-xxl-n4{margin-top:-1.5rem!important}.mt-xxl-n5{margin-top:-3rem!important}.mt-xxl-n6{margin-top:-3.5rem!important}.mt-xxl-n7{margin-top:-4rem!important}.mt-xxl-n8{margin-top:-5rem!important}.mt-xxl-n9{margin-top:-6rem!important}.mt-xxl-n10{margin-top:-7rem!important}.me-xxl-n1{margin-right:-.25rem!important}.me-xxl-n2{margin-right:-.5rem!important}.me-xxl-n3{margin-right:-1rem!important}.me-xxl-n4{margin-right:-1.5rem!important}.me-xxl-n5{margin-right:-3rem!important}.me-xxl-n6{margin-right:-3.5rem!important}.me-xxl-n7{margin-right:-4rem!important}.me-xxl-n8{margin-right:-5rem!important}.me-xxl-n9{margin-right:-6rem!important}.me-xxl-n10{margin-right:-7rem!important}.mb-xxl-n1{margin-bottom:-.25rem!important}.mb-xxl-n2{margin-bottom:-.5rem!important}.mb-xxl-n3{margin-bottom:-1rem!important}.mb-xxl-n4{margin-bottom:-1.5rem!important}.mb-xxl-n5{margin-bottom:-3rem!important}.mb-xxl-n6{margin-bottom:-3.5rem!important}.mb-xxl-n7{margin-bottom:-4rem!important}.mb-xxl-n8{margin-bottom:-5rem!important}.mb-xxl-n9{margin-bottom:-6rem!important}.mb-xxl-n10{margin-bottom:-7rem!important}.ms-xxl-n1{margin-left:-.25rem!important}.ms-xxl-n2{margin-left:-.5rem!important}.ms-xxl-n3{margin-left:-1rem!important}.ms-xxl-n4{margin-left:-1.5rem!important}.ms-xxl-n5{margin-left:-3rem!important}.ms-xxl-n6{margin-left:-3.5rem!important}.ms-xxl-n7{margin-left:-4rem!important}.ms-xxl-n8{margin-left:-5rem!important}.ms-xxl-n9{margin-left:-6rem!important}.ms-xxl-n10{margin-left:-7rem!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.p-xxl-6{padding:3.5rem!important}.p-xxl-7{padding:4rem!important}.p-xxl-8{padding:5rem!important}.p-xxl-9{padding:6rem!important}.p-xxl-10{padding:7rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.px-xxl-6{padding-right:3.5rem!important;padding-left:3.5rem!important}.px-xxl-7{padding-right:4rem!important;padding-left:4rem!important}.px-xxl-8{padding-right:5rem!important;padding-left:5rem!important}.px-xxl-9{padding-right:6rem!important;padding-left:6rem!important}.px-xxl-10{padding-right:7rem!important;padding-left:7rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.py-xxl-6{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.py-xxl-7{padding-top:4rem!important;padding-bottom:4rem!important}.py-xxl-8{padding-top:5rem!important;padding-bottom:5rem!important}.py-xxl-9{padding-top:6rem!important;padding-bottom:6rem!important}.py-xxl-10{padding-top:7rem!important;padding-bottom:7rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pt-xxl-6{padding-top:3.5rem!important}.pt-xxl-7{padding-top:4rem!important}.pt-xxl-8{padding-top:5rem!important}.pt-xxl-9{padding-top:6rem!important}.pt-xxl-10{padding-top:7rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pe-xxl-6{padding-right:3.5rem!important}.pe-xxl-7{padding-right:4rem!important}.pe-xxl-8{padding-right:5rem!important}.pe-xxl-9{padding-right:6rem!important}.pe-xxl-10{padding-right:7rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.pb-xxl-6{padding-bottom:3.5rem!important}.pb-xxl-7{padding-bottom:4rem!important}.pb-xxl-8{padding-bottom:5rem!important}.pb-xxl-9{padding-bottom:6rem!important}.pb-xxl-10{padding-bottom:7rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.ps-xxl-6{padding-left:3.5rem!important}.ps-xxl-7{padding-left:4rem!important}.ps-xxl-8{padding-left:5rem!important}.ps-xxl-9{padding-left:6rem!important}.ps-xxl-10{padding-left:7rem!important}.fs-xxl-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-xxl-2{font-size:calc(1.325rem + .9vw)!important}.fs-xxl-3{font-size:calc(1.3rem + .6vw)!important}.fs-xxl-4{font-size:calc(1.275rem + .3vw)!important}.fs-xxl-5{font-size:1.25rem!important}.fs-xxl-6{font-size:1rem!important}.fs-xxl-7{font-size:90%!important}.fs-xxl-8{font-size:80%!important}.fs-xxl-9{font-size:.75rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}.bg-xxl-primary,.bg-xxl-primary-hover:hover{background-color:#6f46ff!important}.bg-xxl-secondary,.bg-xxl-secondary-hover:hover{background-color:#a0a0a2!important}.bg-xxl-success,.bg-xxl-success-hover:hover{background-color:#19b8a2!important}.bg-xxl-info,.bg-xxl-info-hover:hover{background-color:#0dcaf0!important}.bg-xxl-warning,.bg-xxl-warning-hover:hover{background-color:#ffed03!important}.bg-xxl-danger,.bg-xxl-danger-hover:hover{background-color:#db1a2a!important}.bg-xxl-light,.bg-xxl-light-hover:hover{background-color:#f6f6f6!important}.bg-xxl-dark,.bg-xxl-dark-hover:hover{background-color:#1c212c!important}.bg-xxl-facebook,.bg-xxl-facebook-hover:hover{background-color:#3b5998!important}.bg-xxl-twitter,.bg-xxl-twitter-hover:hover{background-color:#00acee!important}.bg-xxl-white,.bg-xxl-white-hover:hover{background-color:#fff!important}.bg-xxl-pink,.bg-xxl-pink-hover:hover{background-color:#ffa69e!important}.bg-xxl-teal,.bg-xxl-teal-hover:hover{background-color:#08c5d5!important}.bg-xxl-orange,.bg-xxl-orange-hover:hover{background-color:#fc6229!important}.bg-xxl-body,.bg-xxl-body-hover:hover{background-color:#fff!important}.bg-xxl-transparent,.bg-xxl-transparent-hover:hover{background-color:transparent!important}.f-w-xxl-1{width:.25rem!important}.f-w-xxl-2{width:.5rem!important}.f-w-xxl-3{width:.75rem!important}.f-w-xxl-4{width:1rem!important}.f-w-xxl-5{width:1.25rem!important}.f-w-xxl-6{width:1.5rem!important}.f-w-xxl-7{width:1.75rem!important}.f-w-xxl-8{width:2rem!important}.f-w-xxl-9{width:2.25rem!important}.f-w-xxl-10{width:2.5rem!important}.f-w-xxl-12{width:3rem!important}.f-w-xxl-14{width:3.5rem!important}.f-w-xxl-16{width:4rem!important}.f-w-xxl-20{width:5rem!important}.f-w-xxl-24{width:6rem!important}.f-w-xxl-28{width:7rem!important}.f-w-xxl-30{width:7.25rem!important}.f-w-xxl-32{width:8rem!important}.f-w-xxl-36{width:9rem!important}.f-w-xxl-40{width:10rem!important}.f-w-xxl-44{width:11rem!important}.f-w-xxl-48{width:12rem!important}.f-w-xxl-52{width:15rem!important}.f-w-xxl-56{width:18rem!important}.f-w-xxl-60{width:21rem!important}.f-w-xxl-64{width:24rem!important}.f-w-xxl-68{width:27rem!important}.f-w-xxl-72{width:30rem!important}.f-w-xxl-76{width:33rem!important}.f-w-xxl-80{width:36rem!important}.f-w-xxl-84{width:40rem!important}.f-w-xxl-88{width:44rem!important}.f-w-xxl-92{width:50rem!important}.f-w-xxl-96{width:56rem!important}.f-w-xxl-100{width:60rem!important}.f-w-xxl-0{width:0!important}.f-h-xxl-1{height:.25rem!important}.f-h-xxl-2{height:.5rem!important}.f-h-xxl-3{height:.75rem!important}.f-h-xxl-4{height:1rem!important}.f-h-xxl-5{height:1.25rem!important}.f-h-xxl-6{height:1.5rem!important}.f-h-xxl-7{height:1.75rem!important}.f-h-xxl-8{height:2rem!important}.f-h-xxl-9{height:2.25rem!important}.f-h-xxl-10{height:2.5rem!important}.f-h-xxl-12{height:3rem!important}.f-h-xxl-14{height:3.5rem!important}.f-h-xxl-16{height:4rem!important}.f-h-xxl-20{height:5rem!important}.f-h-xxl-24{height:6rem!important}.f-h-xxl-28{height:7rem!important}.f-h-xxl-30{height:7.25rem!important}.f-h-xxl-32{height:8rem!important}.f-h-xxl-36{height:9rem!important}.f-h-xxl-40{height:10rem!important}.f-h-xxl-44{height:11rem!important}.f-h-xxl-48{height:12rem!important}.f-h-xxl-52{height:15rem!important}.f-h-xxl-56{height:18rem!important}.f-h-xxl-60{height:21rem!important}.f-h-xxl-64{height:24rem!important}.f-h-xxl-68{height:27rem!important}.f-h-xxl-72{height:30rem!important}.f-h-xxl-76{height:33rem!important}.f-h-xxl-80{height:36rem!important}.f-h-xxl-84{height:40rem!important}.f-h-xxl-88{height:44rem!important}.f-h-xxl-92{height:50rem!important}.f-h-xxl-96{height:56rem!important}.f-h-xxl-100{height:60rem!important}.f-h-xxl-0{height:0!important}}@media(min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}.fs-sm-1{font-size:2.5rem!important}.fs-sm-2{font-size:2rem!important}.fs-sm-3{font-size:1.75rem!important}.fs-sm-4{font-size:1.5rem!important}.fs-md-1{font-size:2.5rem!important}.fs-md-2{font-size:2rem!important}.fs-md-3{font-size:1.75rem!important}.fs-md-4{font-size:1.5rem!important}.fs-lg-1{font-size:2.5rem!important}.fs-lg-2{font-size:2rem!important}.fs-lg-3{font-size:1.75rem!important}.fs-lg-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}:root{--bs-font-sans-serif:"Barlow",sans-serif;--bs-spacer:1rem;--bs-gutter-width:1.5rem;--theme-font-headings:"Barlow",sans-serif;--theme-font-icon:"remixicon";--theme-font-icon-style:"normal";--theme-form-checkbox-before-size:20px;--theme-form-checkbox-bg-before-size:28px;--theme-form-checkbox-after-width:6px;--theme-form-checkbox-after-height:12px;--theme-form-checkbox-border-radius:2px;--theme-form-checkbox-after-position-left:7px;--theme-form-checkbox-after-position-top:4px;--theme-form-checkbox-bg-after-position-left:11px;--theme-form-checkbox-bg-after-position-top:7px;--theme-form-checkbox-after-border-width:2px;--theme-form-checkbox-active-color:#1c212c;--theme-form-radio-button-after-size:10px;--theme-form-radio-button-after-position-left:5px;--theme-form-radio-button-after-position-top:6px;--theme-form-radio-button-border-radius:100%;--theme-breakpoint-xs:0;--theme-breakpoint-sm:576px;--theme-breakpoint-md:768px;--theme-breakpoint-lg:992px;--theme-breakpoint-xl:1200px;--theme-breakpoint-xxl:1400px;--theme-maxwidth-breakpoint-sm:100%;--theme-maxwidth-breakpoint-md:100%;--theme-maxwidth-breakpoint-lg:100%;--theme-maxwidth-breakpoint-xl:1140px;--theme-maxwidth-breakpoint-xxl:1320px;--theme-listing-page-sidebar-hide-filter-margin:-16.66667%;--theme-listing-page-card-pseudo-hover-height:100%;--swiper-pagination-color:#1c212c;--swiper-timeline-fixed-height:700px;--swiper-slide-spacing:25px;--theme-translate-X:0;--theme-translate-Y:0}body{overflow-x:hidden}.fs-p,p{font-size:1.08rem}:active,:focus{outline:none!important;box-shadow:none!important}img{image-rendering:smooth}.disable-child-pointer *{pointer-events:none}.alert-primary-faded{background-color:rgba(111,70,255,.1);color:#6f46ff}.alert-secondary-faded{background-color:rgba(160,160,162,.1);color:#a0a0a2}.alert-success-faded{background-color:rgba(25,184,162,.1);color:#19b8a2}.alert-info-faded{background-color:rgba(13,202,240,.1);color:#0dcaf0}.alert-warning-faded{background-color:rgba(255,237,3,.1);color:#ffed03}.alert-danger-faded{background-color:rgba(219,26,42,.1);color:#db1a2a}.alert-light-faded{background-color:hsla(0,0%,96.5%,.1);color:#f6f6f6}.alert-dark-faded{background-color:rgba(28,33,44,.1);color:#1c212c}.alert-facebook-faded{background-color:rgba(59,89,152,.1);color:#3b5998}.alert-twitter-faded{background-color:rgba(0,172,238,.1);color:#00acee}.alert-white-faded{background-color:hsla(0,0%,100%,.1);color:#fff}.alert-pink-faded{background-color:rgba(255,166,158,.1);color:#ffa69e}.alert-teal-faded{background-color:rgba(8,197,213,.1);color:#08c5d5}.alert-orange-faded{background-color:rgba(252,98,41,.1);color:#fc6229}.accordion-button:not(.accordion-button-stripped){background:#f6f6f6;color:#1c212c;border-radius:.25rem}.accordion-button:after{border:0;font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:"";margin:0;font-size:1.25rem;background:transparent!important;display:block;position:absolute;color:#1c212c;right:.75rem;top:25%}.accordion-button:not(.collapsed):after{content:"";color:#fff;transform:none!important}.accordion-button:not(.collapsed):not(.accordion-button-stripped){background:#1c212c;color:#fff}.accordion-item{margin-bottom:1px}.accordion-button-stripped:after{right:0}.accordion-button-stripped:not(.collapsed):after{color:#1c212c;content:"";transform:none!important}.accordion-button-stripped,.accordion-button-stripped:not(.collapsed){background:transparent;border-radius:0!important;padding-left:0;font-weight:500}.accordion-stripped{border-bottom:1px solid #e9eaea}.accordion-button-stripped:not(.collapsed){color:#1c212c}.accordion-stripped:first-of-type{border-top:1px solid #e9eaea}.accordion-body-stripped{padding-left:0;padding-right:0}.accordion-icon-plus:after{content:""}.accordion-icon-plus:not(.collapsed):after{content:""}.accordion-icon-left.accordion-button{padding-left:2.5rem}.accordion-icon-left.accordion-button:after{right:auto;left:.5rem}.accordion-icon-left.accordion-button.accordion-button-stripped:after{left:0}.accordion-icon-left.accordion-body{padding-left:2.5rem}.badge-sale{background:#db1a2a;text-transform:uppercase;font-size:74%;position:absolute;top:0;left:0;z-index:10;padding:.5rem}.btn-group-sm>.btn,.btn-sm{padding:.5rem .75rem!important}.btn-link{text-decoration:none}.btn-orange,.btn-orange:hover,.btn-success,.btn-success:hover{color:#fff}[class*=btn-outline-]{border-width:2px}.btn{transition:none}.page-loaded .btn{transition:all .15s ease-in}.btn-brand-letter{text-decoration:none;font-weight:700;font-size:2.5rem;padding:.25rem 0;margin-right:1.5rem;transition:all .2s linear;text-transform:uppercase}.btn-brand-letter:hover{opacity:.5}.btn-primary-chunky{box-shadow:0 4px 0 0 #3d06ff;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-primary-chunky{transition:none}}.btn-primary-chunky:hover{background:#5b2dff;border-color:transparent;box-shadow:0 4px 0 0 #3d06ff}.btn-primary-chunky:active,.btn-primary-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #2c00c6!important}.btn-group-lg>.btn-primary-chunky.btn,.btn-primary-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-primary-chunky.btn,.btn-primary-chunky.btn-sm{padding-bottom:0}.btn-secondary-chunky{box-shadow:0 4px 0 0 #808082;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-secondary-chunky{transition:none}}.btn-secondary-chunky:hover{background:#939395;border-color:transparent;box-shadow:0 4px 0 0 #808082}.btn-secondary-chunky:active,.btn-secondary-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #606062!important}.btn-group-lg>.btn-secondary-chunky.btn,.btn-secondary-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-secondary-chunky.btn,.btn-secondary-chunky.btn-sm{padding-bottom:0}.btn-success-chunky{box-shadow:0 4px 0 0 #118071;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-success-chunky{transition:none}}.btn-success-chunky:hover{background:#16a28e;border-color:transparent;box-shadow:0 4px 0 0 #118071}.btn-success-chunky:active,.btn-success-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #0a483f!important}.btn-group-lg>.btn-success-chunky.btn,.btn-success-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-success-chunky.btn,.btn-success-chunky.btn-sm{padding-bottom:0}.btn-info-chunky{box-shadow:0 4px 0 0 #0a97b4;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-info-chunky{transition:none}}.btn-info-chunky:hover{background:#0cb6d8;border-color:transparent;box-shadow:0 4px 0 0 #0a97b4}.btn-info-chunky:active,.btn-info-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #066477!important}.btn-group-lg>.btn-info-chunky.btn,.btn-info-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-info-chunky.btn,.btn-info-chunky.btn-sm{padding-bottom:0}.btn-warning-chunky{box-shadow:0 4px 0 0 #c2b400;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-warning-chunky{transition:none}}.btn-warning-chunky:hover{background:#e9d800;border-color:transparent;box-shadow:0 4px 0 0 #c2b400}.btn-warning-chunky:active,.btn-warning-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #837900!important}.btn-group-lg>.btn-warning-chunky.btn,.btn-warning-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-warning-chunky.btn,.btn-warning-chunky.btn-sm{padding-bottom:0}.btn-danger-chunky{box-shadow:0 4px 0 0 #a2131f;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-danger-chunky{transition:none}}.btn-danger-chunky:hover{background:#c41726;border-color:transparent;box-shadow:0 4px 0 0 #a2131f}.btn-danger-chunky:active,.btn-danger-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #690c14!important}.btn-danger-chunky.btn-lg,.btn-group-lg>.btn-danger-chunky.btn{padding-bottom:1.25rem}.btn-danger-chunky.btn-sm,.btn-group-sm>.btn-danger-chunky.btn{padding-bottom:0}.btn-light-chunky{box-shadow:0 4px 0 0 #d6d6d6;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-light-chunky{transition:none}}.btn-light-chunky:hover{background:#e9e9e9;border-color:transparent;box-shadow:0 4px 0 0 #d6d6d6}.btn-light-chunky:active,.btn-light-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #b6b6b6!important}.btn-group-lg>.btn-light-chunky.btn,.btn-light-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-light-chunky.btn,.btn-light-chunky.btn-sm{padding-bottom:0}.btn-dark-chunky{box-shadow:0 4px 0 0 #030405;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-dark-chunky{transition:none}}.btn-dark-chunky:hover{background:#12151c;border-color:transparent;box-shadow:0 4px 0 0 #030405}.btn-dark-chunky:active,.btn-dark-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #000!important}.btn-dark-chunky.btn-lg,.btn-group-lg>.btn-dark-chunky.btn{padding-bottom:1.25rem}.btn-dark-chunky.btn-sm,.btn-group-sm>.btn-dark-chunky.btn{padding-bottom:0}.btn-facebook-chunky{box-shadow:0 4px 0 0 #293e6a;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-facebook-chunky{transition:none}}.btn-facebook-chunky:hover{background:#344e86;border-color:transparent;box-shadow:0 4px 0 0 #293e6a}.btn-facebook-chunky:active,.btn-facebook-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #17233c!important}.btn-facebook-chunky.btn-lg,.btn-group-lg>.btn-facebook-chunky.btn{padding-bottom:1.25rem}.btn-facebook-chunky.btn-sm,.btn-group-sm>.btn-facebook-chunky.btn{padding-bottom:0}.btn-twitter-chunky{box-shadow:0 4px 0 0 #007eae;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-twitter-chunky{transition:none}}.btn-twitter-chunky:hover{background:#009ad5;border-color:transparent;box-shadow:0 4px 0 0 #007eae}.btn-twitter-chunky:active,.btn-twitter-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #00506f!important}.btn-group-lg>.btn-twitter-chunky.btn,.btn-twitter-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-twitter-chunky.btn,.btn-twitter-chunky.btn-sm{padding-bottom:0}.btn-white-chunky{box-shadow:0 4px 0 0 #dfdfdf;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-white-chunky{transition:none}}.btn-white-chunky:hover{background:#f2f2f2;border-color:transparent;box-shadow:0 4px 0 0 #dfdfdf}.btn-white-chunky:active,.btn-white-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #bfbfbf!important}.btn-group-lg>.btn-white-chunky.btn,.btn-white-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-white-chunky.btn,.btn-white-chunky.btn-sm{padding-bottom:0}.btn-pink-chunky{box-shadow:0 4px 0 0 #ff6c5e;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-pink-chunky{transition:none}}.btn-pink-chunky:hover{background:#ff8f85;border-color:transparent;box-shadow:0 4px 0 0 #ff6c5e}.btn-pink-chunky:active,.btn-pink-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #ff311f!important}.btn-group-lg>.btn-pink-chunky.btn,.btn-pink-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-pink-chunky.btn,.btn-pink-chunky.btn-sm{padding-bottom:0}.btn-teal-chunky{box-shadow:0 4px 0 0 #068c98;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-teal-chunky{transition:none}}.btn-teal-chunky:hover{background:#07aebc;border-color:transparent;box-shadow:0 4px 0 0 #068c98}.btn-teal-chunky:active,.btn-teal-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #03535a!important}.btn-group-lg>.btn-teal-chunky.btn,.btn-teal-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-teal-chunky.btn,.btn-teal-chunky.btn-sm{padding-bottom:0}.btn-orange-chunky{box-shadow:0 4px 0 0 #e23f03;padding-bottom:1rem;border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion:reduce){.btn-orange-chunky{transition:none}}.btn-orange-chunky:hover{background:#fc5010;border-color:transparent;box-shadow:0 4px 0 0 #e23f03}.btn-orange-chunky:active,.btn-orange-chunky:focus{outline:0!important;box-shadow:0 4px 0 0 #a32e02!important}.btn-group-lg>.btn-orange-chunky.btn,.btn-orange-chunky.btn-lg{padding-bottom:1.25rem}.btn-group-sm>.btn-orange-chunky.btn,.btn-orange-chunky.btn-sm{padding-bottom:0}.btn-primary-faded{background-color:rgba(111,70,255,.2);color:#6f46ff}.btn-primary-faded.active,.btn-primary-faded:focus,.btn-primary-faded:hover{background-color:rgba(111,70,255,.25);color:#6f46ff}.btn-secondary-faded{background-color:rgba(160,160,162,.2);color:#a0a0a2}.btn-secondary-faded.active,.btn-secondary-faded:focus,.btn-secondary-faded:hover{background-color:rgba(160,160,162,.25);color:#a0a0a2}.btn-success-faded{background-color:rgba(25,184,162,.2);color:#19b8a2}.btn-success-faded.active,.btn-success-faded:focus,.btn-success-faded:hover{background-color:rgba(25,184,162,.25);color:#19b8a2}.btn-info-faded{background-color:rgba(13,202,240,.2);color:#0dcaf0}.btn-info-faded.active,.btn-info-faded:focus,.btn-info-faded:hover{background-color:rgba(13,202,240,.25);color:#0dcaf0}.btn-warning-faded{background-color:rgba(255,237,3,.2);color:#ffed03}.btn-warning-faded.active,.btn-warning-faded:focus,.btn-warning-faded:hover{background-color:rgba(255,237,3,.25);color:#ffed03}.btn-danger-faded{background-color:rgba(219,26,42,.2);color:#db1a2a}.btn-danger-faded.active,.btn-danger-faded:focus,.btn-danger-faded:hover{background-color:rgba(219,26,42,.25);color:#db1a2a}.btn-light-faded{background-color:hsla(0,0%,96.5%,.2);color:#f6f6f6}.btn-light-faded.active,.btn-light-faded:focus,.btn-light-faded:hover{background-color:hsla(0,0%,96.5%,.25);color:#f6f6f6}.btn-dark-faded{background-color:rgba(28,33,44,.2);color:#1c212c}.btn-dark-faded.active,.btn-dark-faded:focus,.btn-dark-faded:hover{background-color:rgba(28,33,44,.25);color:#1c212c}.btn-facebook-faded{background-color:rgba(59,89,152,.2);color:#3b5998}.btn-facebook-faded.active,.btn-facebook-faded:focus,.btn-facebook-faded:hover{background-color:rgba(59,89,152,.25);color:#3b5998}.btn-twitter-faded{background-color:rgba(0,172,238,.2);color:#00acee}.btn-twitter-faded.active,.btn-twitter-faded:focus,.btn-twitter-faded:hover{background-color:rgba(0,172,238,.25);color:#00acee}.btn-white-faded{background-color:hsla(0,0%,100%,.2);color:#fff}.btn-white-faded.active,.btn-white-faded:focus,.btn-white-faded:hover{background-color:hsla(0,0%,100%,.25);color:#fff}.btn-pink-faded{background-color:rgba(255,166,158,.2);color:#ffa69e}.btn-pink-faded.active,.btn-pink-faded:focus,.btn-pink-faded:hover{background-color:rgba(255,166,158,.25);color:#ffa69e}.btn-teal-faded{background-color:rgba(8,197,213,.2);color:#08c5d5}.btn-teal-faded.active,.btn-teal-faded:focus,.btn-teal-faded:hover{background-color:rgba(8,197,213,.25);color:#08c5d5}.btn-orange-faded{background-color:rgba(252,98,41,.2);color:#fc6229}.btn-orange-faded.active,.btn-orange-faded:focus,.btn-orange-faded:hover{background-color:rgba(252,98,41,.25);color:#fc6229}.btn-icon{width:50px;height:50px;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:100%}.btn-group-lg>.btn-icon.btn,.btn-icon.btn-lg{width:80px;height:80px}.btn-group-sm>.btn-icon.btn,.btn-icon.btn-sm{width:36px;height:36px}.btn-rounded-tl-br{border-top-left-radius:20px;border-bottom-right-radius:20px}.btn-rounded-tr-bl{border-top-right-radius:20px;border-bottom-left-radius:20px}@media(min-width:768px){.btn-skew-left{transform:skew(10deg)}.btn-skew-left span{display:block}.btn-skew-left span,.btn-skew-right{transform:skew(-10deg)}.btn-skew-right span{display:block;transform:skew(10deg)}}.breadcrumb-item{text-transform:uppercase;font-weight:500}.breadcrumb-item,.breadcrumb-item a{text-decoration:none;color:#a0a0a2}.breadcrumb-light,.breadcrumb-light+.breadcrumb-item:before,.breadcrumb-light.active,.breadcrumb-light a{color:#fff}.checkout-panel{margin-bottom:3rem}.title-checkout{border-bottom:1px solid #e9eaea;padding-bottom:1.5rem;margin-bottom:1.5rem}.checkout-item-qty{position:absolute;border-radius:100%;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:500;top:-8px;right:-8px;background:#1c212c;color:#fff;font-size:74%}.variant-active{border:1px solid #1c212c;opacity:.25}.card-title{font-weight:700}.card-badge{position:absolute;top:5px;left:5px;z-index:20;padding:.5rem .5rem .6rem;font-weight:500}.card-title-overlay-skewed{position:absolute;bottom:25px;left:0;z-index:10;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:skewY(-5deg)}.card-skewed-overlap{margin-top:-5px;font-weight:700;font-size:74%;text-transform:uppercase;background:#08c5d5;color:#1c212c;padding:.25rem .45rem}.card-skewed-title{font-size:1rem;text-transform:uppercase;font-weight:500;background:#1c212c;color:#fff;padding:.5rem .75rem}.card-reveal-text{opacity:0;transition:transform .5s cubic-bezier(.5,0,.1,1) .65s,opacity .5s cubic-bezier(.5,0,.1,1) .65s;transform:translateY(10%)}.card-reveal-body{position:relative;z-index:20}.card-reveal-body:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff;transition:transform 1s cubic-bezier(.5,0,.1,1),opacity 1s cubic-bezier(.5,0,.1,1) .75s}.card-reveal-img{position:relative;overflow:hidden;z-index:30}.card-reveal-img:after{content:"";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff;transition:transform 1s cubic-bezier(.5,0,.1,1),opacity 1s cubic-bezier(.5,0,.1,1) .75s}.card-reveal-img img{transition:transform .75s cubic-bezier(.5,0,.1,1);transform:translateX(-20%)}.card-reveal-left .card-reveal-img img{transform:translateX(20%)}.card-expand{padding-left:var(--bs-gutter-width);padding-right:var(--bs-gutter-width)}@media(min-width:768px){.card-expand{width:auto}}@media(min-width:1200px){.card-expand{width:calc(50vw + var(--theme-maxwidth-breakpoint-xl)/2 - var(--bs-spacer)*2);margin-left:auto;margin-right:0;padding-right:var(--swiper-slide-spacing);padding-left:0}}@media(min-width:1400px){.card-expand{width:calc(50vw + var(--theme-maxwidth-breakpoint-xxl)/2 - var(--bs-spacer)*2)}}.card-listing .card-actions{position:absolute;z-index:20;bottom:0;left:0;right:0;padding:.75rem;background:hsla(0,0%,100%,.8);transform:translateY(100%)}.page-loaded .card-actions{transition:transform .15s ease-in}.card-listing .card-header{border:2px dashed transparent;transition:border .2s ease-in;position:relative;padding:0;overflow:hidden}.card-listing:hover .card-header{border:2px dashed #1c212c}.card-listing:hover .card-actions{opacity:1;transform:translateY(0)}@media(min-width:1200px){.img-clip-shape-one{-webkit-clip-path:url(#svg-slanted-one);clip-path:url(#svg-slanted-one)}}.card-title-rotate{transition:all .3s ease-in;transform:rotate(-90deg);transform-origin:left top}.card-rotate{overflow:hidden}.card-img-zoom{transition:all .5s ease-in}.card-rotate .link-cover:after{background:rgba(0,0,0,.2);z-index:10}.card:hover .card-img-zoom{transform:scale(1.02)}.card:hover .card-link-show-hover,.card:hover .card-title-show-hover{opacity:1;transform:translateY(0)}.card:hover .card-title-wrapper{bottom:-100%}.card-rotate .card-title-wrapper{transition:all .3s ease-in .2s;position:absolute;bottom:0;left:1rem;z-index:20}.card-link-show-hover{position:absolute;bottom:1rem;right:1rem;transition:all .2s ease-in .2s;transform:translateY(20%);opacity:0;z-index:20}.card-title-show-hover{transition:all .3s ease-in;transform:translateY(-20%);opacity:0;z-index:20;position:relative}.card-brands{border-top:1px solid #e9eaea;padding:2rem 0}.card-title-brand{font-weight:700;font-size:2.5rem;text-transform:uppercase;color:#e9eaea}.card-hover-hide-one{transition:all .3s ease-in}.card-hover-hide-two{transition:all .3s ease-in .1s}.card-hover-hide-three{transition:all .3s ease-in .2s}.card-hover-show-one{transition:all .2s ease-in!important;transform:translate(-50%,-35%);position:absolute;top:50%;left:50%;opacity:0}.card:hover .card-hover-hide-one,.card:hover .card-hover-hide-three,.card:hover .card-hover-hide-two{transform:translateX(-200%)}.card:hover .card-hover-show-one{transition:all .2s ease-in .5s!important;transform:translate(-50%,-50%);opacity:1}.collapse-icon-chevron{position:relative}.collapse-icon-chevron:before{font-family:var(--theme-font-icon);content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.collapse-icon-chevron[aria-expanded=true]:before{content:""}.collapse-icon-plus{position:relative}.collapse-icon-plus:before{font-family:var(--theme-font-icon);content:"";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.collapse-icon-plus[aria-expanded=true]:before{content:""}.collapse-icon-left{padding-left:1.5rem!important}.collapse-icon-left:before{right:auto;left:0}.collapse-icon-bg-dark:before{background:#1c212c;width:24px;height:24px;border-radius:100%;text-align:center;color:#fff;line-height:24px}.collapse-icon-bg-dark.collapse-icon-left{padding-left:2.25rem!important}.dropend .dropdown-menu{left:98%}.dropdown-toggle{position:relative}.dropdown-toggle:after{border:0;font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:"";margin:0!important;font-size:1.15rem;display:block;position:absolute;top:50%;transform:translateY(-50%);right:0}.dropdown-toggle.show:after{content:""}.dropdown-toggle:not(.dropdown-toggle-no-icon):not(.dropdown-toggle-xs){padding-right:1.25rem!important}.dropdown-toggle-no-icon:after{display:none!important}.dropdown-toggle-xs{padding-right:.925rem!important}.dropdown-toggle-xs:after{font-size:.9rem;transform:translateY(-50%)}.dropend .dropdown-toggle:after{content:"";font-size:.85rem;border:0!important}.dropdown-item{transition:all .2s linear}.dropdown-menu{box-shadow:0 1.5rem 4rem rgba(22,28,45,.12);padding:1rem 1.5rem;min-width:12rem}.dropdown-menu-sm{min-width:auto}.dropdown-menu-xs{min-width:auto;padding:1rem}@media(min-width:992px){.dropdown-megamenu{width:100%;left:0;right:0;border-radius:0!important;padding:0!important;background:#fff;margin:0!important;border:0!important;border-top:1px solid #e9eaea!important;box-shadow:0 1.5rem 31px -17px rgba(22,28,45,.08)}.dropdown-menu-lg{min-width:46rem;width:auto;left:50%;transform:translate(-50%);padding:2.5rem 3rem}.navbar-nav .dropdown-menu.show:not(.dropdown-menu-xs){-webkit-animation:fadeInUp .3s;animation:fadeInUp .3s}.navbar-nav .dropdown-menu-lg.show:not(.dropdown-menu-xs){-webkit-animation:fadeInUpMenu .3s;animation:fadeInUpMenu .3s}}@media(max-width:991.98px){.dropdown-menu{padding:1rem}.nav-item .dropdown-menu{box-shadow:none}.dropdown-menu .container{padding:0}}.dropdown-megamenu.border-0{border:0!important}.dropdown-heading{text-transform:uppercase;letter-spacing:.25em;font-size:74%;margin-bottom:1rem;color:#a0a0a2;font-weight:600}.dropdown-list-item{margin-bottom:0}.dropdown-item{transition:all .3s linear;text-decoration:none;display:flex;padding:.25rem 0}.dropdown-item:hover{color:#a0a0a2;text-decoration:none}.dropdown-menu-xs .dropdown-item{padding:.25rem .5rem;font-size:74%;font-weight:500}.dropdown-link-all{font-weight:600;text-transform:uppercase;letter-spacing:.25em;font-size:74%;margin-top:1rem}.form-group{margin-bottom:1.2rem}label{margin-bottom:.35rem}.form-check-label{font-weight:400}.form-select-sm{font-size:.85em;background-image:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;font-weight:500;cursor:pointer}.form-check-custom{position:relative;padding:0}.form-check-custom input{position:absolute;opacity:0;margin:0}.form-check-custom input:checked+label:before{border-color:var(--theme-form-checkbox-active-color)}.form-check-custom input:checked+label:after{opacity:1}.form-check-custom input:disabled+label{cursor:default}.form-check-custom label{margin:0;cursor:pointer}.form-check-custom label:before{width:var(--theme-form-checkbox-before-size);height:var(--theme-form-checkbox-before-size);border-radius:var(--theme-form-checkbox-border-radius);display:inline-block;content:"";border:1px solid #e9eaea;vertical-align:text-bottom;margin-right:.5rem;transition:all .2s linear}.form-check-custom label:after{content:"";position:absolute;display:block;height:var(--theme-form-checkbox-after-height);width:var(--theme-form-checkbox-after-width);border-bottom:var(--theme-form-checkbox-after-border-width) solid var(--theme-form-checkbox-active-color);border-right:var(--theme-form-checkbox-after-border-width) solid var(--theme-form-checkbox-active-color);transform:rotate(45deg);left:var(--theme-form-checkbox-after-position-left);top:var(--theme-form-checkbox-after-position-top);transition:all .2s linear;opacity:0}.form-check-bg input{position:absolute;opacity:0;margin:0}.form-check-bg input:checked+label{background:var(--theme-form-checkbox-active-color);border-color:var(--theme-form-checkbox-active-color);color:#fff}.form-check-bg label{border:1px solid #e9eaea;border-radius:4px;padding:.25rem .5rem;cursor:pointer;transition:all .2s linear}.form-check-bg label:after,.form-check-bg label:before{display:none!important}.form-check-solid-bg-checkmark label:before{background:var(--theme-form-checkbox-active-color);border:0;width:var(--theme-form-checkbox-bg-before-size);height:var(--theme-form-checkbox-bg-before-size)}.form-check-solid-bg-checkmark label:after{border-bottom:var(--theme-form-checkbox-after-border-width) solid #fff;border-right:var(--theme-form-checkbox-after-border-width) solid #fff;left:var(--theme-form-checkbox-bg-after-position-left);top:var(--theme-form-checkbox-bg-after-position-top)}.form-check-custom.form-check-primary{--theme-form-checkbox-active-color:#6f46ff}.form-check-custom.form-check-secondary{--theme-form-checkbox-active-color:#a0a0a2}.form-check-custom.form-check-success{--theme-form-checkbox-active-color:#19b8a2}.form-check-custom.form-check-info{--theme-form-checkbox-active-color:#0dcaf0}.form-check-custom.form-check-warning{--theme-form-checkbox-active-color:#ffed03}.form-check-custom.form-check-danger{--theme-form-checkbox-active-color:#db1a2a}.form-check-custom.form-check-light{--theme-form-checkbox-active-color:#f6f6f6}.form-check-custom.form-check-dark{--theme-form-checkbox-active-color:#1c212c}.form-check-custom.form-check-facebook{--theme-form-checkbox-active-color:#3b5998}.form-check-custom.form-check-twitter{--theme-form-checkbox-active-color:#00acee}.form-check-custom.form-check-white{--theme-form-checkbox-active-color:#fff}.form-check-custom.form-check-pink{--theme-form-checkbox-active-color:#ffa69e}.form-check-custom.form-check-teal{--theme-form-checkbox-active-color:#08c5d5}.form-check-custom.form-check-orange{--theme-form-checkbox-active-color:#fc6229}.form-radio-custom label{display:block;padding-left:1.95rem}.form-radio-custom label:before{border-radius:var(--theme-form-radio-button-border-radius);border:2px solid #e9eaea;position:absolute;left:0;top:4px}.form-radio-custom label:after{height:var(--theme-form-radio-button-after-size);width:var(--theme-form-radio-button-after-size);border-radius:var(--theme-form-radio-button-border-radius);left:5px;top:9px;background:var(--theme-form-checkbox-active-color)}.form-radio-highlight input:checked+label{border-color:var(--theme-form-checkbox-active-color);color:var(--theme-form-checkbox-active-color)}.form-radio-highlight label{display:block;border:1px solid #e9eaea;padding:1rem;border-radius:.25rem;cursor:pointer;transition:all .2s linear}.form-radio-highlight label *{color:inherit!important}.form-radio-highlight label:after,.form-radio-highlight label:before{display:none!important}.form-check-option{position:relative;padding:0}.form-check-option input{position:absolute;opacity:0;margin:0}.form-check-option input:checked+label{background:#1c212c;border-color:#1c212c;color:#fff}.form-check-option input:disabled+label{cursor:default;opacity:.5;background:#f6f6f6;text-decoration:line-through}.form-check-option label{border:1px solid #e9eaea;padding:.6rem .75rem;min-width:4rem;cursor:pointer;margin-right:.5rem;margin-bottom:.5rem;text-align:center;line-height:1;font-size:.975rem}.form-check-rounded label{border-radius:.25rem}.hotspot-container{position:relative}.hotspot-container .hotspot{position:absolute;z-index:20;width:36px;height:36px;border-radius:100%;background:rgba(0,0,0,.4);border:2px solid hsla(0,0%,100%,.7);box-shadow:0 1rem 2.5rem rgba(29,48,61,.125);transition:all .2s ease-in-out;opacity:0;cursor:pointer}.hotspot-container .hotspot:after{width:12px;height:12px;background:#fff;border-radius:100%;content:"";display:block;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-6px;box-shadow:0 .5rem 1rem rgba(29,48,61,.06);transition:all .3s linear}.hotspot-container .hotspot:before{width:46px;height:46px;border-radius:100%;content:"";display:block;position:absolute;left:-7px;top:-7px;border:2px solid hsla(0,0%,100%,.9);opacity:0;-webkit-animation:pulsate 3s ease-out 3;animation:pulsate 3s ease-out 3}.hotspot-container .hotspot.always-show{opacity:1}.hotspot-container .hotspot.always-animate:before{-webkit-animation:pulsate 3s ease-out infinite;animation:pulsate 3s ease-out infinite}.hotspot-container .hotspot:active,.hotspot-container .hotspot:focus,.hotspot-container .hotspot:hover{border:2px solid transparent}.hotspot-container .hotspot:active:after,.hotspot-container .hotspot:focus:after,.hotspot-container .hotspot:hover:after{transform:scale(.8)}.hotspot-container:hover .hotspot{opacity:1}.hotspot-content{z-index:30;transition:all .3s ease-in-out;opacity:0;background:#fff}.hotspot-content.show{opacity:1}.tippy-content{padding:.5rem!important}.modal-drawer{padding:0!important}.modal-drawer .modal-header{border-radius:0!important}.modal-drawer.fade .modal-dialog{transform:none!important}.modal-drawer.fade .modal-content{transition:opacity .2s linear,transform .3s ease-in!important;opacity:0;transform:translateX(100%)!important}.modal-drawer.fade .modal-content.modal-drawer-left{transform:translateX(-100%)!important}.modal-drawer.fade.show .modal-content{opacity:1;transform:translateX(0)!important}.modal-title{font-weight:600}.modal-header{border-bottom:0;padding-bottom:0}.nav-link-sm{font-size:.75rem;padding-top:0;padding-bottom:0;text-transform:uppercase}.nav-link-stripped{background:transparent;border:0;border-bottom:1px solid transparent;color:#a0a0a2;font-weight:500;margin-bottom:-1px}.nav-link-stripped.active{border-bottom:1px solid #1c212c;color:#1c212c}.navbar-nav a:active,.navbar-nav a:focus{background:transparent}.navbar-dark .btn-link{color:#fff}.navbar-dark.bg-white-hover:hover .btn-link,.navbar-dark.bg-white-hover:hover .navbar-brand,.navbar-dark.bg-white-hover:hover .navbar-collapse:not(.show) .btn-link,.navbar-dark.bg-white-hover:hover .navbar-collapse:not(.show) .nav-link{color:#1c212c}.navbar-light.bg-dark-hover:hover .btn-link,.navbar-light.bg-dark-hover:hover .navbar-brand,.navbar-light.bg-dark-hover:hover .navbar-collapse:not(.show) .btn-link,.navbar-light.bg-dark-hover:hover .navbar-collapse:not(.show) .nav-link{color:#fff}.nav-link{align-items:center;display:flex;font-weight:500}.navbar-nav .dropdown .dropdown-menu:before{content:"";position:absolute;bottom:100%;height:calc(1rem + 1px);width:100%}@media(min-width:992px){.navbar-collapse:not(.show){display:flex!important}}@media(max-width:991.98px){.navbar-active{overflow:hidden}.navbar-collapse:not(.navbar-collapse-expand){position:fixed;top:0;left:0;right:0;bottom:0;height:100vh!important;width:100vw!important;z-index:9999;background:#1c212c;margin:0!important;opacity:0;padding:5rem 1.25rem 4rem;overflow-y:scroll;transition:all .3s ease-in}.navbar-collapse-light{background:#fff!important}.navbar-collapse-light .nav-link{color:#1c212c!important}.navbar-collapse.show{opacity:1}.navbar-collapse.show:not(.navbar-collapse-expand){-webkit-animation:fadeInUp .3s;animation:fadeInUp .3s}.navbar-collapse .container-fluid,.navbar-collapse .container-lg,.navbar-collapse .container-md,.navbar-collapse .container-sm,.navbar-collapse .container-xl,.navbar-collapse .container-xxl{padding:0}.navbar-nav .nav-link{font-size:1.75rem;padding-top:1rem;padding-bottom:1rem}.navbar-nav .nav-link:after{font-size:inherit}.navbar-nav .dropdown-menu .dropdown-menu{display:block;box-shadow:none!important;margin:0!important;min-width:auto!important;padding:0 .5rem .5rem}.navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle{font-weight:500}.navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle:after{display:none}}.nav-link,.navbar-brand{transition:none}.page-loaded .nav-link,.page-loaded .navbar-brand{transition:all .15s ease-in}.page-link{border-radius:.25rem;transition:all .3s linear}.pi{display:inline-block;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;width:40px;min-height:30px;background-origin:padding-box}.pi.pi-paypal{background:url(../svgs/paypal.svg) 50% no-repeat}.pi.pi-apple-pay{background:url(../svgs/apple-pay.svg) 50% no-repeat}.pi.pi-google-pay{background:url(../svgs/google-pay.svg) 50% no-repeat}.pi.pi-alipay{background:url(../svgs/alipay.svg) 50% no-repeat}.pi.pi-mastercard{background:url(../svgs/mastercard.svg) 50% no-repeat}.pi.pi-visa{background:url(../svgs/visa.svg) 50% no-repeat}.pi.pi-american-express{background:url(../svgs/american-express.svg) 50% no-repeat}.pi.pi-diners-club{background:url(../svgs/diners-club.svg) 50% no-repeat}.pi.pi-maestro{background:url(../svgs/maestro.svg) 50% no-repeat}.pi.pi-vpay{background:url(../svgs/vpay.svg) 50% no-repeat}.pi.pi-girocard{background:url(../svgs/girocard.svg) 50% no-repeat}.pi.pi-klarna{background:url(../svgs/klarna.svg) 50% no-repeat}.pi.pi-giropay{background:url(../svgs/giropay.svg) 50% no-repeat}.pi.pi-ideal{background:url(../svgs/ideal.svg) 50% no-repeat}.pi.pi-przelewy24{background:url(../svgs/przelewy24.svg) 50% no-repeat}.pi.pi-bitcoin{background:url(../svgs/bitcoin.svg) 50% no-repeat}.pi.pi-ethereum{background:url(../svgs/ethereum.svg) 50% no-repeat}.pi.pi-ripple{background:url(../svgs/ripple.svg) 50% no-repeat}.pi.pi-lg{width:80px}.pi.pi-sm{width:25px;min-height:15px}.popover{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)}.popover-gray .popover-arrow{margin-bottom:1px}.popover-gray .popover-arrow:after,.popover-gray .popover-arrow:before{border-top-color:#a0a0a2}.popover-gray .popover-body{background:#a0a0a2}.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-gray.bs-popover-end .popover-arrow{margin-bottom:0}.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.popover-gray.bs-popover-end .popover-arrow:after,.popover-gray.bs-popover-end .popover-arrow:before{border-top-color:transparent;border-right-color:#a0a0a2}.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-gray.bs-popover-start .popover-arrow{margin-bottom:0}.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.popover-gray.bs-popover-start .popover-arrow:after,.popover-gray.bs-popover-start .popover-arrow:before{border-top-color:transparent;border-left-color:#a0a0a2}.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.popover-gray.bs-popover-bottom .popover-arrow{margin-bottom:0;margin-top:1px}.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-gray.bs-popover-bottom .popover-arrow:after,.popover-gray.bs-popover-bottom .popover-arrow:before{border-top-color:transparent;border-bottom-color:#a0a0a2}.popover-dark .popover-arrow{margin-bottom:1px}.popover-dark .popover-arrow:after,.popover-dark .popover-arrow:before{border-top-color:#1c212c}.popover-dark .popover-body{background:#1c212c;color:#fff}.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow,.popover-dark.bs-popover-end .popover-arrow{margin-bottom:0}.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.popover-dark.bs-popover-end .popover-arrow:after,.popover-dark.bs-popover-end .popover-arrow:before{border-top-color:transparent;border-right-color:#1c212c}.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow,.popover-dark.bs-popover-start .popover-arrow{margin-bottom:0}.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.popover-dark.bs-popover-start .popover-arrow:after,.popover-dark.bs-popover-start .popover-arrow:before{border-top-color:transparent;border-left-color:#1c212c}.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow,.popover-dark.bs-popover-bottom .popover-arrow{margin-bottom:0;margin-top:1px}.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-dark.bs-popover-bottom .popover-arrow:after,.popover-dark.bs-popover-bottom .popover-arrow:before{border-top-color:transparent;border-bottom-color:#1c212c}.rating .stars{position:relative;z-index:1;overflow:hidden;display:flex}.rating .stars.position-absolute{position:absolute;z-index:2;flex-wrap:nowrap}.rating .stars i{display:inline-block}[data-pixr-scrollto]{cursor:pointer}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;min-height:100vh;overflow-y:auto;background:#fff;display:none;opacity:0;z-index:-1}.search-active{overflow:hidden}.search-active .search-overlay{display:block;-webkit-animation:fadeIn .5s;animation:fadeIn .5s;opacity:1;z-index:999}.nav-tabs,.nav-tabs .nav-link{border:0}.tab-pane{padding-top:1rem}.nav-tabs-border .nav-link{position:relative;padding-left:0;padding-right:0;margin-right:2rem}.nav-tabs-border .nav-link:after{content:"";display:block;height:2px;background:#1c212c;position:absolute;bottom:0;left:0;right:0;opacity:0}.nav-tabs-border .nav-link.active:after{opacity:1}.table>:not(:last-child)>:last-child>*{border-bottom-color:#e9eaea}.table th{text-transform:uppercase;font-size:.85em}.tooltip-gray .tooltip-inner{background:#a0a0a2;color:#1c212c}.tooltip-gray .tooltip-arrow:before{border-top-color:#a0a0a2}.tooltip-gray.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-end .tooltip-arrow:before{border-top-color:transparent;border-right-color:#a0a0a2}.tooltip-gray.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-start .tooltip-arrow:before{border-top-color:transparent;border-left-color:#a0a0a2}.tooltip-gray.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-gray.bs-tooltip-bottom .tooltip-arrow:before{border-top-color:transparent;border-bottom-color:#a0a0a2}.tooltip-white{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)}.tooltip-white .tooltip-inner{background:#fff;color:#1c212c}.tooltip-white .tooltip-arrow:before{border-top-color:#fff}.tooltip-white.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before,.tooltip-white.bs-tooltip-end .tooltip-arrow:before{border-top-color:transparent;border-right-color:#fff}.tooltip-white.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before,.tooltip-white.bs-tooltip-start .tooltip-arrow:before{border-top-color:transparent;border-left-color:#fff}.tooltip-white.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before,.tooltip-white.bs-tooltip-bottom .tooltip-arrow:before{border-top-color:transparent;border-bottom-color:#fff}[data-aos=reveal-left].aos-animate .card-reveal-body:after,[data-aos=reveal-left].aos-animate .card-reveal-img:after,[data-aos=reveal-right].aos-animate .card-reveal-body:after,[data-aos=reveal-right].aos-animate .card-reveal-img:after{opacity:0}[data-aos=reveal-left].aos-animate .card-reveal-text,[data-aos=reveal-right].aos-animate .card-reveal-text{opacity:1;transform:translateY(0)}[data-aos=reveal-left].aos-animate .card-reveal-img img,[data-aos=reveal-right].aos-animate .card-reveal-img img{transform:translateX(0)}[data-aos=reveal-right].aos-animate .card-reveal-body:after,[data-aos=reveal-right].aos-animate .card-reveal-img:after{transform:translateX(100%)}[data-aos=reveal-left].aos-animate .card-reveal-body:after,[data-aos=reveal-left].aos-animate .card-reveal-img:after{transform:translateX(-100%)}.choices__list.form-control{cursor:pointer;position:relative}.choices__list.form-control:after{font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:"";font-size:1.5rem;display:block;position:absolute;top:50%;transform:translateY(-50%);right:0}.choices__list.dropdown-menu{width:100%;padding:.5rem 0}.choices__item.dropdown-item{background:transparent!important;color:#1c212c;padding:.5rem 1rem;cursor:pointer}.choices__item.dropdown-item:hover{background:#f6f6f6!important}@font-face{font-family:remixicon;src:url(../fonts/remixicon.woff) format("woff");font-display:auto}[class*=" ri-"],[class^=ri-]{font-family:remixicon!important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:""}.ri-24-hours-line:before{content:""}.ri-4k-fill:before{content:""}.ri-4k-line:before{content:""}.ri-a-b:before{content:""}.ri-account-box-fill:before{content:""}.ri-account-box-line:before{content:""}.ri-account-circle-fill:before{content:""}.ri-account-circle-line:before{content:""}.ri-account-pin-box-fill:before{content:""}.ri-account-pin-box-line:before{content:""}.ri-account-pin-circle-fill:before{content:""}.ri-account-pin-circle-line:before{content:""}.ri-add-box-fill:before{content:""}.ri-add-box-line:before{content:""}.ri-add-circle-fill:before{content:""}.ri-add-circle-line:before{content:""}.ri-add-fill:before{content:""}.ri-add-line:before{content:""}.ri-admin-fill:before{content:""}.ri-admin-line:before{content:""}.ri-advertisement-fill:before{content:""}.ri-advertisement-line:before{content:""}.ri-airplay-fill:before{content:""}.ri-airplay-line:before{content:""}.ri-alarm-fill:before{content:""}.ri-alarm-line:before{content:""}.ri-alarm-warning-fill:before{content:""}.ri-alarm-warning-line:before{content:""}.ri-album-fill:before{content:""}.ri-album-line:before{content:""}.ri-alert-fill:before{content:""}.ri-alert-line:before{content:""}.ri-aliens-fill:before{content:""}.ri-aliens-line:before{content:""}.ri-align-bottom:before{content:""}.ri-align-center:before{content:""}.ri-align-justify:before{content:""}.ri-align-left:before{content:""}.ri-align-right:before{content:""}.ri-align-top:before{content:""}.ri-align-vertically:before{content:""}.ri-alipay-fill:before{content:""}.ri-alipay-line:before{content:""}.ri-amazon-fill:before{content:""}.ri-amazon-line:before{content:""}.ri-anchor-fill:before{content:""}.ri-anchor-line:before{content:""}.ri-ancient-gate-fill:before{content:""}.ri-ancient-gate-line:before{content:""}.ri-ancient-pavilion-fill:before{content:""}.ri-ancient-pavilion-line:before{content:""}.ri-android-fill:before{content:""}.ri-android-line:before{content:""}.ri-angularjs-fill:before{content:""}.ri-angularjs-line:before{content:""}.ri-anticlockwise-2-fill:before{content:""}.ri-anticlockwise-2-line:before{content:""}.ri-anticlockwise-fill:before{content:""}.ri-anticlockwise-line:before{content:""}.ri-app-store-fill:before{content:""}.ri-app-store-line:before{content:""}.ri-apple-fill:before{content:""}.ri-apple-line:before{content:""}.ri-apps-2-fill:before{content:""}.ri-apps-2-line:before{content:""}.ri-apps-fill:before{content:""}.ri-apps-line:before{content:""}.ri-archive-drawer-fill:before{content:""}.ri-archive-drawer-line:before{content:""}.ri-archive-fill:before{content:""}.ri-archive-line:before{content:""}.ri-arrow-down-circle-fill:before{content:""}.ri-arrow-down-circle-line:before{content:""}.ri-arrow-down-fill:before{content:""}.ri-arrow-down-line:before{content:""}.ri-arrow-down-s-fill:before{content:""}.ri-arrow-down-s-line:before{content:""}.ri-arrow-drop-down-fill:before{content:""}.ri-arrow-drop-down-line:before{content:""}.ri-arrow-drop-left-fill:before{content:""}.ri-arrow-drop-left-line:before{content:""}.ri-arrow-drop-right-fill:before{content:""}.ri-arrow-drop-right-line:before{content:""}.ri-arrow-drop-up-fill:before{content:""}.ri-arrow-drop-up-line:before{content:""}.ri-arrow-go-back-fill:before{content:""}.ri-arrow-go-back-line:before{content:""}.ri-arrow-go-forward-fill:before{content:""}.ri-arrow-go-forward-line:before{content:""}.ri-arrow-left-circle-fill:before{content:""}.ri-arrow-left-circle-line:before{content:""}.ri-arrow-left-down-fill:before{content:""}.ri-arrow-left-down-line:before{content:""}.ri-arrow-left-fill:before{content:""}.ri-arrow-left-line:before{content:""}.ri-arrow-left-right-fill:before{content:""}.ri-arrow-left-right-line:before{content:""}.ri-arrow-left-s-fill:before{content:""}.ri-arrow-left-s-line:before{content:""}.ri-arrow-left-up-fill:before{content:""}.ri-arrow-left-up-line:before{content:""}.ri-arrow-right-circle-fill:before{content:""}.ri-arrow-right-circle-line:before{content:""}.ri-arrow-right-down-fill:before{content:""}.ri-arrow-right-down-line:before{content:""}.ri-arrow-right-fill:before{content:""}.ri-arrow-right-line:before{content:""}.ri-arrow-right-s-fill:before{content:""}.ri-arrow-right-s-line:before{content:""}.ri-arrow-right-up-fill:before{content:""}.ri-arrow-right-up-line:before{content:""}.ri-arrow-up-circle-fill:before{content:""}.ri-arrow-up-circle-line:before{content:""}.ri-arrow-up-down-fill:before{content:""}.ri-arrow-up-down-line:before{content:""}.ri-arrow-up-fill:before{content:""}.ri-arrow-up-line:before{content:""}.ri-arrow-up-s-fill:before{content:""}.ri-arrow-up-s-line:before{content:""}.ri-artboard-2-fill:before{content:""}.ri-artboard-2-line:before{content:""}.ri-artboard-fill:before{content:""}.ri-artboard-line:before{content:""}.ri-article-fill:before{content:""}.ri-article-line:before{content:""}.ri-aspect-ratio-fill:before{content:""}.ri-aspect-ratio-line:before{content:""}.ri-asterisk:before{content:""}.ri-at-fill:before{content:""}.ri-at-line:before{content:""}.ri-attachment-2:before{content:""}.ri-attachment-fill:before{content:""}.ri-attachment-line:before{content:""}.ri-auction-fill:before{content:""}.ri-auction-line:before{content:""}.ri-award-fill:before{content:""}.ri-award-line:before{content:""}.ri-baidu-fill:before{content:""}.ri-baidu-line:before{content:""}.ri-ball-pen-fill:before{content:""}.ri-ball-pen-line:before{content:""}.ri-bank-card-2-fill:before{content:""}.ri-bank-card-2-line:before{content:""}.ri-bank-card-fill:before{content:""}.ri-bank-card-line:before{content:""}.ri-bank-fill:before{content:""}.ri-bank-line:before{content:""}.ri-bar-chart-2-fill:before{content:""}.ri-bar-chart-2-line:before{content:""}.ri-bar-chart-box-fill:before{content:""}.ri-bar-chart-box-line:before{content:""}.ri-bar-chart-fill:before{content:""}.ri-bar-chart-grouped-fill:before{content:""}.ri-bar-chart-grouped-line:before{content:""}.ri-bar-chart-horizontal-fill:before{content:""}.ri-bar-chart-horizontal-line:before{content:""}.ri-bar-chart-line:before{content:""}.ri-barcode-box-fill:before{content:""}.ri-barcode-box-line:before{content:""}.ri-barcode-fill:before{content:""}.ri-barcode-line:before{content:""}.ri-barricade-fill:before{content:""}.ri-barricade-line:before{content:""}.ri-base-station-fill:before{content:""}.ri-base-station-line:before{content:""}.ri-basketball-fill:before{content:""}.ri-basketball-line:before{content:""}.ri-battery-2-charge-fill:before{content:""}.ri-battery-2-charge-line:before{content:""}.ri-battery-2-fill:before{content:""}.ri-battery-2-line:before{content:""}.ri-battery-charge-fill:before{content:""}.ri-battery-charge-line:before{content:""}.ri-battery-fill:before{content:""}.ri-battery-line:before{content:""}.ri-battery-low-fill:before{content:""}.ri-battery-low-line:before{content:""}.ri-battery-saver-fill:before{content:""}.ri-battery-saver-line:before{content:""}.ri-battery-share-fill:before{content:""}.ri-battery-share-line:before{content:""}.ri-bear-smile-fill:before{content:""}.ri-bear-smile-line:before{content:""}.ri-behance-fill:before{content:""}.ri-behance-line:before{content:""}.ri-bell-fill:before{content:""}.ri-bell-line:before{content:""}.ri-bike-fill:before{content:""}.ri-bike-line:before{content:""}.ri-bilibili-fill:before{content:""}.ri-bilibili-line:before{content:""}.ri-bill-fill:before{content:""}.ri-bill-line:before{content:""}.ri-billiards-fill:before{content:""}.ri-billiards-line:before{content:""}.ri-bit-coin-fill:before{content:""}.ri-bit-coin-line:before{content:""}.ri-blaze-fill:before{content:""}.ri-blaze-line:before{content:""}.ri-bluetooth-connect-fill:before{content:""}.ri-bluetooth-connect-line:before{content:""}.ri-bluetooth-fill:before{content:""}.ri-bluetooth-line:before{content:""}.ri-blur-off-fill:before{content:""}.ri-blur-off-line:before{content:""}.ri-body-scan-fill:before{content:""}.ri-body-scan-line:before{content:""}.ri-bold:before{content:""}.ri-book-2-fill:before{content:""}.ri-book-2-line:before{content:""}.ri-book-3-fill:before{content:""}.ri-book-3-line:before{content:""}.ri-book-fill:before{content:""}.ri-book-line:before{content:""}.ri-book-mark-fill:before{content:""}.ri-book-mark-line:before{content:""}.ri-book-open-fill:before{content:""}.ri-book-open-line:before{content:""}.ri-book-read-fill:before{content:""}.ri-book-read-line:before{content:""}.ri-booklet-fill:before{content:""}.ri-booklet-line:before{content:""}.ri-bookmark-2-fill:before{content:""}.ri-bookmark-2-line:before{content:""}.ri-bookmark-3-fill:before{content:""}.ri-bookmark-3-line:before{content:""}.ri-bookmark-fill:before{content:""}.ri-bookmark-line:before{content:""}.ri-boxing-fill:before{content:""}.ri-boxing-line:before{content:""}.ri-braces-fill:before{content:""}.ri-braces-line:before{content:""}.ri-brackets-fill:before{content:""}.ri-brackets-line:before{content:""}.ri-briefcase-2-fill:before{content:""}.ri-briefcase-2-line:before{content:""}.ri-briefcase-3-fill:before{content:""}.ri-briefcase-3-line:before{content:""}.ri-briefcase-4-fill:before{content:""}.ri-briefcase-4-line:before{content:""}.ri-briefcase-5-fill:before{content:""}.ri-briefcase-5-line:before{content:""}.ri-briefcase-fill:before{content:""}.ri-briefcase-line:before{content:""}.ri-bring-forward:before{content:""}.ri-bring-to-front:before{content:""}.ri-broadcast-fill:before{content:""}.ri-broadcast-line:before{content:""}.ri-brush-2-fill:before{content:""}.ri-brush-2-line:before{content:""}.ri-brush-3-fill:before{content:""}.ri-brush-3-line:before{content:""}.ri-brush-4-fill:before{content:""}.ri-brush-4-line:before{content:""}.ri-brush-fill:before{content:""}.ri-brush-line:before{content:""}.ri-bubble-chart-fill:before{content:""}.ri-bubble-chart-line:before{content:""}.ri-bug-2-fill:before{content:""}.ri-bug-2-line:before{content:""}.ri-bug-fill:before{content:""}.ri-bug-line:before{content:""}.ri-building-2-fill:before{content:""}.ri-building-2-line:before{content:""}.ri-building-3-fill:before{content:""}.ri-building-3-line:before{content:""}.ri-building-4-fill:before{content:""}.ri-building-4-line:before{content:""}.ri-building-fill:before{content:""}.ri-building-line:before{content:""}.ri-bus-2-fill:before{content:""}.ri-bus-2-line:before{content:""}.ri-bus-fill:before{content:""}.ri-bus-line:before{content:""}.ri-bus-wifi-fill:before{content:""}.ri-bus-wifi-line:before{content:""}.ri-cactus-fill:before{content:""}.ri-cactus-line:before{content:""}.ri-cake-2-fill:before{content:""}.ri-cake-2-line:before{content:""}.ri-cake-3-fill:before{content:""}.ri-cake-3-line:before{content:""}.ri-cake-fill:before{content:""}.ri-cake-line:before{content:""}.ri-calculator-fill:before{content:""}.ri-calculator-line:before{content:""}.ri-calendar-2-fill:before{content:""}.ri-calendar-2-line:before{content:""}.ri-calendar-check-fill:before{content:""}.ri-calendar-check-line:before{content:""}.ri-calendar-event-fill:before{content:""}.ri-calendar-event-line:before{content:""}.ri-calendar-fill:before{content:""}.ri-calendar-line:before{content:""}.ri-calendar-todo-fill:before{content:""}.ri-calendar-todo-line:before{content:""}.ri-camera-2-fill:before{content:""}.ri-camera-2-line:before{content:""}.ri-camera-3-fill:before{content:""}.ri-camera-3-line:before{content:""}.ri-camera-fill:before{content:""}.ri-camera-lens-fill:before{content:""}.ri-camera-lens-line:before{content:""}.ri-camera-line:before{content:""}.ri-camera-off-fill:before{content:""}.ri-camera-off-line:before{content:""}.ri-camera-switch-fill:before{content:""}.ri-camera-switch-line:before{content:""}.ri-capsule-fill:before{content:""}.ri-capsule-line:before{content:""}.ri-car-fill:before{content:""}.ri-car-line:before{content:""}.ri-car-washing-fill:before{content:""}.ri-car-washing-line:before{content:""}.ri-caravan-fill:before{content:""}.ri-caravan-line:before{content:""}.ri-cast-fill:before{content:""}.ri-cast-line:before{content:""}.ri-cellphone-fill:before{content:""}.ri-cellphone-line:before{content:""}.ri-celsius-fill:before{content:""}.ri-celsius-line:before{content:""}.ri-centos-fill:before{content:""}.ri-centos-line:before{content:""}.ri-character-recognition-fill:before{content:""}.ri-character-recognition-line:before{content:""}.ri-charging-pile-2-fill:before{content:""}.ri-charging-pile-2-line:before{content:""}.ri-charging-pile-fill:before{content:""}.ri-charging-pile-line:before{content:""}.ri-chat-1-fill:before{content:""}.ri-chat-1-line:before{content:""}.ri-chat-2-fill:before{content:""}.ri-chat-2-line:before{content:""}.ri-chat-3-fill:before{content:""}.ri-chat-3-line:before{content:""}.ri-chat-4-fill:before{content:""}.ri-chat-4-line:before{content:""}.ri-chat-check-fill:before{content:""}.ri-chat-check-line:before{content:""}.ri-chat-delete-fill:before{content:""}.ri-chat-delete-line:before{content:""}.ri-chat-download-fill:before{content:""}.ri-chat-download-line:before{content:""}.ri-chat-follow-up-fill:before{content:""}.ri-chat-follow-up-line:before{content:""}.ri-chat-forward-fill:before{content:""}.ri-chat-forward-line:before{content:""}.ri-chat-heart-fill:before{content:""}.ri-chat-heart-line:before{content:""}.ri-chat-history-fill:before{content:""}.ri-chat-history-line:before{content:""}.ri-chat-new-fill:before{content:""}.ri-chat-new-line:before{content:""}.ri-chat-off-fill:before{content:""}.ri-chat-off-line:before{content:""}.ri-chat-poll-fill:before{content:""}.ri-chat-poll-line:before{content:""}.ri-chat-private-fill:before{content:""}.ri-chat-private-line:before{content:""}.ri-chat-quote-fill:before{content:""}.ri-chat-quote-line:before{content:""}.ri-chat-settings-fill:before{content:""}.ri-chat-settings-line:before{content:""}.ri-chat-smile-2-fill:before{content:""}.ri-chat-smile-2-line:before{content:""}.ri-chat-smile-3-fill:before{content:""}.ri-chat-smile-3-line:before{content:""}.ri-chat-smile-fill:before{content:""}.ri-chat-smile-line:before{content:""}.ri-chat-upload-fill:before{content:""}.ri-chat-upload-line:before{content:""}.ri-chat-voice-fill:before{content:""}.ri-chat-voice-line:before{content:""}.ri-check-double-fill:before{content:""}.ri-check-double-line:before{content:""}.ri-check-fill:before{content:""}.ri-check-line:before{content:""}.ri-checkbox-blank-circle-fill:before{content:""}.ri-checkbox-blank-circle-line:before{content:""}.ri-checkbox-blank-fill:before{content:""}.ri-checkbox-blank-line:before{content:""}.ri-checkbox-circle-fill:before{content:""}.ri-checkbox-circle-line:before{content:""}.ri-checkbox-fill:before{content:""}.ri-checkbox-indeterminate-fill:before{content:""}.ri-checkbox-indeterminate-line:before{content:""}.ri-checkbox-line:before{content:""}.ri-checkbox-multiple-blank-fill:before{content:""}.ri-checkbox-multiple-blank-line:before{content:""}.ri-checkbox-multiple-fill:before{content:""}.ri-checkbox-multiple-line:before{content:""}.ri-china-railway-fill:before{content:""}.ri-china-railway-line:before{content:""}.ri-chrome-fill:before{content:""}.ri-chrome-line:before{content:""}.ri-clapperboard-fill:before{content:""}.ri-clapperboard-line:before{content:""}.ri-clipboard-fill:before{content:""}.ri-clipboard-line:before{content:""}.ri-clockwise-2-fill:before{content:""}.ri-clockwise-2-line:before{content:""}.ri-clockwise-fill:before{content:""}.ri-clockwise-line:before{content:""}.ri-close-circle-fill:before{content:""}.ri-close-circle-line:before{content:""}.ri-close-fill:before{content:""}.ri-close-line:before{content:""}.ri-closed-captioning-fill:before{content:""}.ri-closed-captioning-line:before{content:""}.ri-cloud-fill:before{content:""}.ri-cloud-line:before{content:""}.ri-cloud-off-fill:before{content:""}.ri-cloud-off-line:before{content:""}.ri-cloud-windy-fill:before{content:""}.ri-cloud-windy-line:before{content:""}.ri-cloudy-2-fill:before{content:""}.ri-cloudy-2-line:before{content:""}.ri-cloudy-fill:before{content:""}.ri-cloudy-line:before{content:""}.ri-code-box-fill:before{content:""}.ri-code-box-line:before{content:""}.ri-code-fill:before{content:""}.ri-code-line:before{content:""}.ri-code-s-fill:before{content:""}.ri-code-s-line:before{content:""}.ri-code-s-slash-fill:before{content:""}.ri-code-s-slash-line:before{content:""}.ri-code-view:before{content:""}.ri-codepen-fill:before{content:""}.ri-codepen-line:before{content:""}.ri-coin-fill:before{content:""}.ri-coin-line:before{content:""}.ri-coins-fill:before{content:""}.ri-coins-line:before{content:""}.ri-collage-fill:before{content:""}.ri-collage-line:before{content:""}.ri-command-fill:before{content:""}.ri-command-line:before{content:""}.ri-community-fill:before{content:""}.ri-community-line:before{content:""}.ri-compass-2-fill:before{content:""}.ri-compass-2-line:before{content:""}.ri-compass-3-fill:before{content:""}.ri-compass-3-line:before{content:""}.ri-compass-4-fill:before{content:""}.ri-compass-4-line:before{content:""}.ri-compass-discover-fill:before{content:""}.ri-compass-discover-line:before{content:""}.ri-compass-fill:before{content:""}.ri-compass-line:before{content:""}.ri-compasses-2-fill:before{content:""}.ri-compasses-2-line:before{content:""}.ri-compasses-fill:before{content:""}.ri-compasses-line:before{content:""}.ri-computer-fill:before{content:""}.ri-computer-line:before{content:""}.ri-contacts-book-2-fill:before{content:""}.ri-contacts-book-2-line:before{content:""}.ri-contacts-book-fill:before{content:""}.ri-contacts-book-line:before{content:""}.ri-contacts-book-upload-fill:before{content:""}.ri-contacts-book-upload-line:before{content:""}.ri-contacts-fill:before{content:""}.ri-contacts-line:before{content:""}.ri-contrast-2-fill:before{content:""}.ri-contrast-2-line:before{content:""}.ri-contrast-drop-2-fill:before{content:""}.ri-contrast-drop-2-line:before{content:""}.ri-contrast-drop-fill:before{content:""}.ri-contrast-drop-line:before{content:""}.ri-contrast-fill:before{content:""}.ri-contrast-line:before{content:""}.ri-copper-coin-fill:before{content:""}.ri-copper-coin-line:before{content:""}.ri-copper-diamond-fill:before{content:""}.ri-copper-diamond-line:before{content:""}.ri-copyleft-fill:before{content:""}.ri-copyleft-line:before{content:""}.ri-copyright-fill:before{content:""}.ri-copyright-line:before{content:""}.ri-coreos-fill:before{content:""}.ri-coreos-line:before{content:""}.ri-coupon-2-fill:before{content:""}.ri-coupon-2-line:before{content:""}.ri-coupon-3-fill:before{content:""}.ri-coupon-3-line:before{content:""}.ri-coupon-4-fill:before{content:""}.ri-coupon-4-line:before{content:""}.ri-coupon-5-fill:before{content:""}.ri-coupon-5-line:before{content:""}.ri-coupon-fill:before{content:""}.ri-coupon-line:before{content:""}.ri-cpu-fill:before{content:""}.ri-cpu-line:before{content:""}.ri-creative-commons-by-fill:before{content:""}.ri-creative-commons-by-line:before{content:""}.ri-creative-commons-fill:before{content:""}.ri-creative-commons-line:before{content:""}.ri-creative-commons-nc-fill:before{content:""}.ri-creative-commons-nc-line:before{content:""}.ri-creative-commons-nd-fill:before{content:""}.ri-creative-commons-nd-line:before{content:""}.ri-creative-commons-sa-fill:before{content:""}.ri-creative-commons-sa-line:before{content:""}.ri-creative-commons-zero-fill:before{content:""}.ri-creative-commons-zero-line:before{content:""}.ri-criminal-fill:before{content:""}.ri-criminal-line:before{content:""}.ri-crop-2-fill:before{content:""}.ri-crop-2-line:before{content:""}.ri-crop-fill:before{content:""}.ri-crop-line:before{content:""}.ri-css3-fill:before{content:""}.ri-css3-line:before{content:""}.ri-cup-fill:before{content:""}.ri-cup-line:before{content:""}.ri-currency-fill:before{content:""}.ri-currency-line:before{content:""}.ri-cursor-fill:before{content:""}.ri-cursor-line:before{content:""}.ri-customer-service-2-fill:before{content:""}.ri-customer-service-2-line:before{content:""}.ri-customer-service-fill:before{content:""}.ri-customer-service-line:before{content:""}.ri-dashboard-2-fill:before{content:""}.ri-dashboard-2-line:before{content:""}.ri-dashboard-3-fill:before{content:""}.ri-dashboard-3-line:before{content:""}.ri-dashboard-fill:before{content:""}.ri-dashboard-line:before{content:""}.ri-database-2-fill:before{content:""}.ri-database-2-line:before{content:""}.ri-database-fill:before{content:""}.ri-database-line:before{content:""}.ri-delete-back-2-fill:before{content:""}.ri-delete-back-2-line:before{content:""}.ri-delete-back-fill:before{content:""}.ri-delete-back-line:before{content:""}.ri-delete-bin-2-fill:before{content:""}.ri-delete-bin-2-line:before{content:""}.ri-delete-bin-3-fill:before{content:""}.ri-delete-bin-3-line:before{content:""}.ri-delete-bin-4-fill:before{content:""}.ri-delete-bin-4-line:before{content:""}.ri-delete-bin-5-fill:before{content:""}.ri-delete-bin-5-line:before{content:""}.ri-delete-bin-6-fill:before{content:""}.ri-delete-bin-6-line:before{content:""}.ri-delete-bin-7-fill:before{content:""}.ri-delete-bin-7-line:before{content:""}.ri-delete-bin-fill:before{content:""}.ri-delete-bin-line:before{content:""}.ri-delete-column:before{content:""}.ri-delete-row:before{content:""}.ri-device-fill:before{content:""}.ri-device-line:before{content:""}.ri-device-recover-fill:before{content:""}.ri-device-recover-line:before{content:""}.ri-dingding-fill:before{content:""}.ri-dingding-line:before{content:""}.ri-direction-fill:before{content:""}.ri-direction-line:before{content:""}.ri-disc-fill:before{content:""}.ri-disc-line:before{content:""}.ri-discord-fill:before{content:""}.ri-discord-line:before{content:""}.ri-discuss-fill:before{content:""}.ri-discuss-line:before{content:""}.ri-dislike-fill:before{content:""}.ri-dislike-line:before{content:""}.ri-disqus-fill:before{content:""}.ri-disqus-line:before{content:""}.ri-divide-fill:before{content:""}.ri-divide-line:before{content:""}.ri-donut-chart-fill:before{content:""}.ri-donut-chart-line:before{content:""}.ri-door-closed-fill:before{content:""}.ri-door-closed-line:before{content:""}.ri-door-fill:before{content:""}.ri-door-line:before{content:""}.ri-door-lock-box-fill:before{content:""}.ri-door-lock-box-line:before{content:""}.ri-door-lock-fill:before{content:""}.ri-door-lock-line:before{content:""}.ri-door-open-fill:before{content:""}.ri-door-open-line:before{content:""}.ri-dossier-fill:before{content:""}.ri-dossier-line:before{content:""}.ri-douban-fill:before{content:""}.ri-douban-line:before{content:""}.ri-double-quotes-l:before{content:""}.ri-double-quotes-r:before{content:""}.ri-download-2-fill:before{content:""}.ri-download-2-line:before{content:""}.ri-download-cloud-2-fill:before{content:""}.ri-download-cloud-2-line:before{content:""}.ri-download-cloud-fill:before{content:""}.ri-download-cloud-line:before{content:""}.ri-download-fill:before{content:""}.ri-download-line:before{content:""}.ri-draft-fill:before{content:""}.ri-draft-line:before{content:""}.ri-drag-drop-fill:before{content:""}.ri-drag-drop-line:before{content:""}.ri-drag-move-2-fill:before{content:""}.ri-drag-move-2-line:before{content:""}.ri-drag-move-fill:before{content:""}.ri-drag-move-line:before{content:""}.ri-dribbble-fill:before{content:""}.ri-dribbble-line:before{content:""}.ri-drive-fill:before{content:""}.ri-drive-line:before{content:""}.ri-drizzle-fill:before{content:""}.ri-drizzle-line:before{content:""}.ri-drop-fill:before{content:""}.ri-drop-line:before{content:""}.ri-dropbox-fill:before{content:""}.ri-dropbox-line:before{content:""}.ri-dual-sim-1-fill:before{content:""}.ri-dual-sim-1-line:before{content:""}.ri-dual-sim-2-fill:before{content:""}.ri-dual-sim-2-line:before{content:""}.ri-dv-fill:before{content:""}.ri-dv-line:before{content:""}.ri-dvd-fill:before{content:""}.ri-dvd-line:before{content:""}.ri-e-bike-2-fill:before{content:""}.ri-e-bike-2-line:before{content:""}.ri-e-bike-fill:before{content:""}.ri-e-bike-line:before{content:""}.ri-earth-fill:before{content:""}.ri-earth-line:before{content:""}.ri-earthquake-fill:before{content:""}.ri-earthquake-line:before{content:""}.ri-edge-fill:before{content:""}.ri-edge-line:before{content:""}.ri-edit-2-fill:before{content:""}.ri-edit-2-line:before{content:""}.ri-edit-box-fill:before{content:""}.ri-edit-box-line:before{content:""}.ri-edit-circle-fill:before{content:""}.ri-edit-circle-line:before{content:""}.ri-edit-fill:before{content:""}.ri-edit-line:before{content:""}.ri-eject-fill:before{content:""}.ri-eject-line:before{content:""}.ri-emotion-2-fill:before{content:""}.ri-emotion-2-line:before{content:""}.ri-emotion-fill:before{content:""}.ri-emotion-happy-fill:before{content:""}.ri-emotion-happy-line:before{content:""}.ri-emotion-laugh-fill:before{content:""}.ri-emotion-laugh-line:before{content:""}.ri-emotion-line:before{content:""}.ri-emotion-normal-fill:before{content:""}.ri-emotion-normal-line:before{content:""}.ri-emotion-sad-fill:before{content:""}.ri-emotion-sad-line:before{content:""}.ri-emotion-unhappy-fill:before{content:""}.ri-emotion-unhappy-line:before{content:""}.ri-empathize-fill:before{content:""}.ri-empathize-line:before{content:""}.ri-emphasis-cn:before{content:""}.ri-emphasis:before{content:""}.ri-english-input:before{content:""}.ri-equalizer-fill:before{content:""}.ri-equalizer-line:before{content:""}.ri-eraser-fill:before{content:""}.ri-eraser-line:before{content:""}.ri-error-warning-fill:before{content:""}.ri-error-warning-line:before{content:""}.ri-evernote-fill:before{content:""}.ri-evernote-line:before{content:""}.ri-exchange-box-fill:before{content:""}.ri-exchange-box-line:before{content:""}.ri-exchange-cny-fill:before{content:""}.ri-exchange-cny-line:before{content:""}.ri-exchange-dollar-fill:before{content:""}.ri-exchange-dollar-line:before{content:""}.ri-exchange-fill:before{content:""}.ri-exchange-funds-fill:before{content:""}.ri-exchange-funds-line:before{content:""}.ri-exchange-line:before{content:""}.ri-external-link-fill:before{content:""}.ri-external-link-line:before{content:""}.ri-eye-2-fill:before{content:""}.ri-eye-2-line:before{content:""}.ri-eye-close-fill:before{content:""}.ri-eye-close-line:before{content:""}.ri-eye-fill:before{content:""}.ri-eye-line:before{content:""}.ri-eye-off-fill:before{content:""}.ri-eye-off-line:before{content:""}.ri-facebook-box-fill:before{content:""}.ri-facebook-box-line:before{content:""}.ri-facebook-circle-fill:before{content:""}.ri-facebook-circle-line:before{content:""}.ri-facebook-fill:before{content:""}.ri-facebook-line:before{content:""}.ri-fahrenheit-fill:before{content:""}.ri-fahrenheit-line:before{content:""}.ri-feedback-fill:before{content:""}.ri-feedback-line:before{content:""}.ri-file-2-fill:before{content:""}.ri-file-2-line:before{content:""}.ri-file-3-fill:before{content:""}.ri-file-3-line:before{content:""}.ri-file-4-fill:before{content:""}.ri-file-4-line:before{content:""}.ri-file-add-fill:before{content:""}.ri-file-add-line:before{content:""}.ri-file-chart-2-fill:before{content:""}.ri-file-chart-2-line:before{content:""}.ri-file-chart-fill:before{content:""}.ri-file-chart-line:before{content:""}.ri-file-cloud-fill:before{content:""}.ri-file-cloud-line:before{content:""}.ri-file-code-fill:before{content:""}.ri-file-code-line:before{content:""}.ri-file-copy-2-fill:before{content:""}.ri-file-copy-2-line:before{content:""}.ri-file-copy-fill:before{content:""}.ri-file-copy-line:before{content:""}.ri-file-damage-fill:before{content:""}.ri-file-damage-line:before{content:""}.ri-file-download-fill:before{content:""}.ri-file-download-line:before{content:""}.ri-file-edit-fill:before{content:""}.ri-file-edit-line:before{content:""}.ri-file-excel-2-fill:before{content:""}.ri-file-excel-2-line:before{content:""}.ri-file-excel-fill:before{content:""}.ri-file-excel-line:before{content:""}.ri-file-fill:before{content:""}.ri-file-forbid-fill:before{content:""}.ri-file-forbid-line:before{content:""}.ri-file-gif-fill:before{content:""}.ri-file-gif-line:before{content:""}.ri-file-history-fill:before{content:""}.ri-file-history-line:before{content:""}.ri-file-hwp-fill:before{content:""}.ri-file-hwp-line:before{content:""}.ri-file-info-fill:before{content:""}.ri-file-info-line:before{content:""}.ri-file-line:before{content:""}.ri-file-list-2-fill:before{content:""}.ri-file-list-2-line:before{content:""}.ri-file-list-3-fill:before{content:""}.ri-file-list-3-line:before{content:""}.ri-file-list-fill:before{content:""}.ri-file-list-line:before{content:""}.ri-file-lock-fill:before{content:""}.ri-file-lock-line:before{content:""}.ri-file-mark-fill:before{content:""}.ri-file-mark-line:before{content:""}.ri-file-music-fill:before{content:""}.ri-file-music-line:before{content:""}.ri-file-paper-2-fill:before{content:""}.ri-file-paper-2-line:before{content:""}.ri-file-paper-fill:before{content:""}.ri-file-paper-line:before{content:""}.ri-file-pdf-fill:before{content:""}.ri-file-pdf-line:before{content:""}.ri-file-ppt-2-fill:before{content:""}.ri-file-ppt-2-line:before{content:""}.ri-file-ppt-fill:before{content:""}.ri-file-ppt-line:before{content:""}.ri-file-reduce-fill:before{content:""}.ri-file-reduce-line:before{content:""}.ri-file-search-fill:before{content:""}.ri-file-search-line:before{content:""}.ri-file-settings-fill:before{content:""}.ri-file-settings-line:before{content:""}.ri-file-shield-2-fill:before{content:""}.ri-file-shield-2-line:before{content:""}.ri-file-shield-fill:before{content:""}.ri-file-shield-line:before{content:""}.ri-file-shred-fill:before{content:""}.ri-file-shred-line:before{content:""}.ri-file-text-fill:before{content:""}.ri-file-text-line:before{content:""}.ri-file-transfer-fill:before{content:""}.ri-file-transfer-line:before{content:""}.ri-file-unknow-fill:before{content:""}.ri-file-unknow-line:before{content:""}.ri-file-upload-fill:before{content:""}.ri-file-upload-line:before{content:""}.ri-file-user-fill:before{content:""}.ri-file-user-line:before{content:""}.ri-file-warning-fill:before{content:""}.ri-file-warning-line:before{content:""}.ri-file-word-2-fill:before{content:""}.ri-file-word-2-line:before{content:""}.ri-file-word-fill:before{content:""}.ri-file-word-line:before{content:""}.ri-file-zip-fill:before{content:""}.ri-file-zip-line:before{content:""}.ri-film-fill:before{content:""}.ri-film-line:before{content:""}.ri-filter-2-fill:before{content:""}.ri-filter-2-line:before{content:""}.ri-filter-3-fill:before{content:""}.ri-filter-3-line:before{content:""}.ri-filter-fill:before{content:""}.ri-filter-line:before{content:""}.ri-filter-off-fill:before{content:""}.ri-filter-off-line:before{content:""}.ri-find-replace-fill:before{content:""}.ri-find-replace-line:before{content:""}.ri-finder-fill:before{content:""}.ri-finder-line:before{content:""}.ri-fingerprint-2-fill:before{content:""}.ri-fingerprint-2-line:before{content:""}.ri-fingerprint-fill:before{content:""}.ri-fingerprint-line:before{content:""}.ri-fire-fill:before{content:""}.ri-fire-line:before{content:""}.ri-firefox-fill:before{content:""}.ri-firefox-line:before{content:""}.ri-first-aid-kit-fill:before{content:""}.ri-first-aid-kit-line:before{content:""}.ri-flag-2-fill:before{content:""}.ri-flag-2-line:before{content:""}.ri-flag-fill:before{content:""}.ri-flag-line:before{content:""}.ri-flashlight-fill:before{content:""}.ri-flashlight-line:before{content:""}.ri-flask-fill:before{content:""}.ri-flask-line:before{content:""}.ri-flight-land-fill:before{content:""}.ri-flight-land-line:before{content:""}.ri-flight-takeoff-fill:before{content:""}.ri-flight-takeoff-line:before{content:""}.ri-flood-fill:before{content:""}.ri-flood-line:before{content:""}.ri-flow-chart:before{content:""}.ri-flutter-fill:before{content:""}.ri-flutter-line:before{content:""}.ri-focus-2-fill:before{content:""}.ri-focus-2-line:before{content:""}.ri-focus-3-fill:before{content:""}.ri-focus-3-line:before{content:""}.ri-focus-fill:before{content:""}.ri-focus-line:before{content:""}.ri-foggy-fill:before{content:""}.ri-foggy-line:before{content:""}.ri-folder-2-fill:before{content:""}.ri-folder-2-line:before{content:""}.ri-folder-3-fill:before{content:""}.ri-folder-3-line:before{content:""}.ri-folder-4-fill:before{content:""}.ri-folder-4-line:before{content:""}.ri-folder-5-fill:before{content:""}.ri-folder-5-line:before{content:""}.ri-folder-add-fill:before{content:""}.ri-folder-add-line:before{content:""}.ri-folder-chart-2-fill:before{content:""}.ri-folder-chart-2-line:before{content:""}.ri-folder-chart-fill:before{content:""}.ri-folder-chart-line:before{content:""}.ri-folder-download-fill:before{content:""}.ri-folder-download-line:before{content:""}.ri-folder-fill:before{content:""}.ri-folder-forbid-fill:before{content:""}.ri-folder-forbid-line:before{content:""}.ri-folder-history-fill:before{content:""}.ri-folder-history-line:before{content:""}.ri-folder-info-fill:before{content:""}.ri-folder-info-line:before{content:""}.ri-folder-keyhole-fill:before{content:""}.ri-folder-keyhole-line:before{content:""}.ri-folder-line:before{content:""}.ri-folder-lock-fill:before{content:""}.ri-folder-lock-line:before{content:""}.ri-folder-music-fill:before{content:""}.ri-folder-music-line:before{content:""}.ri-folder-open-fill:before{content:""}.ri-folder-open-line:before{content:""}.ri-folder-received-fill:before{content:""}.ri-folder-received-line:before{content:""}.ri-folder-reduce-fill:before{content:""}.ri-folder-reduce-line:before{content:""}.ri-folder-settings-fill:before{content:""}.ri-folder-settings-line:before{content:""}.ri-folder-shared-fill:before{content:""}.ri-folder-shared-line:before{content:""}.ri-folder-shield-2-fill:before{content:""}.ri-folder-shield-2-line:before{content:""}.ri-folder-shield-fill:before{content:""}.ri-folder-shield-line:before{content:""}.ri-folder-transfer-fill:before{content:""}.ri-folder-transfer-line:before{content:""}.ri-folder-unknow-fill:before{content:""}.ri-folder-unknow-line:before{content:""}.ri-folder-upload-fill:before{content:""}.ri-folder-upload-line:before{content:""}.ri-folder-user-fill:before{content:""}.ri-folder-user-line:before{content:""}.ri-folder-warning-fill:before{content:""}.ri-folder-warning-line:before{content:""}.ri-folder-zip-fill:before{content:""}.ri-folder-zip-line:before{content:""}.ri-folders-fill:before{content:""}.ri-folders-line:before{content:""}.ri-font-color:before{content:""}.ri-font-size-2:before{content:""}.ri-font-size:before{content:""}.ri-football-fill:before{content:""}.ri-football-line:before{content:""}.ri-footprint-fill:before{content:""}.ri-footprint-line:before{content:""}.ri-forbid-2-fill:before{content:""}.ri-forbid-2-line:before{content:""}.ri-forbid-fill:before{content:""}.ri-forbid-line:before{content:""}.ri-format-clear:before{content:""}.ri-fridge-fill:before{content:""}.ri-fridge-line:before{content:""}.ri-fullscreen-exit-fill:before{content:""}.ri-fullscreen-exit-line:before{content:""}.ri-fullscreen-fill:before{content:""}.ri-fullscreen-line:before{content:""}.ri-function-fill:before{content:""}.ri-function-line:before{content:""}.ri-functions:before{content:""}.ri-funds-box-fill:before{content:""}.ri-funds-box-line:before{content:""}.ri-funds-fill:before{content:""}.ri-funds-line:before{content:""}.ri-gallery-fill:before{content:""}.ri-gallery-line:before{content:""}.ri-gallery-upload-fill:before{content:""}.ri-gallery-upload-line:before{content:""}.ri-game-fill:before{content:""}.ri-game-line:before{content:""}.ri-gamepad-fill:before{content:""}.ri-gamepad-line:before{content:""}.ri-gas-station-fill:before{content:""}.ri-gas-station-line:before{content:""}.ri-gatsby-fill:before{content:""}.ri-gatsby-line:before{content:""}.ri-genderless-fill:before{content:""}.ri-genderless-line:before{content:""}.ri-ghost-2-fill:before{content:""}.ri-ghost-2-line:before{content:""}.ri-ghost-fill:before{content:""}.ri-ghost-line:before{content:""}.ri-ghost-smile-fill:before{content:""}.ri-ghost-smile-line:before{content:""}.ri-gift-2-fill:before{content:""}.ri-gift-2-line:before{content:""}.ri-gift-fill:before{content:""}.ri-gift-line:before{content:""}.ri-git-branch-fill:before{content:""}.ri-git-branch-line:before{content:""}.ri-git-commit-fill:before{content:""}.ri-git-commit-line:before{content:""}.ri-git-merge-fill:before{content:""}.ri-git-merge-line:before{content:""}.ri-git-pull-request-fill:before{content:""}.ri-git-pull-request-line:before{content:""}.ri-git-repository-commits-fill:before{content:""}.ri-git-repository-commits-line:before{content:""}.ri-git-repository-fill:before{content:""}.ri-git-repository-line:before{content:""}.ri-git-repository-private-fill:before{content:""}.ri-git-repository-private-line:before{content:""}.ri-github-fill:before{content:""}.ri-github-line:before{content:""}.ri-gitlab-fill:before{content:""}.ri-gitlab-line:before{content:""}.ri-global-fill:before{content:""}.ri-global-line:before{content:""}.ri-globe-fill:before{content:""}.ri-globe-line:before{content:""}.ri-goblet-fill:before{content:""}.ri-goblet-line:before{content:""}.ri-google-fill:before{content:""}.ri-google-line:before{content:""}.ri-google-play-fill:before{content:""}.ri-google-play-line:before{content:""}.ri-government-fill:before{content:""}.ri-government-line:before{content:""}.ri-gps-fill:before{content:""}.ri-gps-line:before{content:""}.ri-gradienter-fill:before{content:""}.ri-gradienter-line:before{content:""}.ri-grid-fill:before{content:""}.ri-grid-line:before{content:""}.ri-group-2-fill:before{content:""}.ri-group-2-line:before{content:""}.ri-group-fill:before{content:""}.ri-group-line:before{content:""}.ri-guide-fill:before{content:""}.ri-guide-line:before{content:""}.ri-h-1:before{content:""}.ri-h-2:before{content:""}.ri-h-3:before{content:""}.ri-h-4:before{content:""}.ri-h-5:before{content:""}.ri-h-6:before{content:""}.ri-hail-fill:before{content:""}.ri-hail-line:before{content:""}.ri-hammer-fill:before{content:""}.ri-hammer-line:before{content:""}.ri-hand-coin-fill:before{content:""}.ri-hand-coin-line:before{content:""}.ri-hand-heart-fill:before{content:""}.ri-hand-heart-line:before{content:""}.ri-hand-sanitizer-fill:before{content:""}.ri-hand-sanitizer-line:before{content:""}.ri-handbag-fill:before{content:""}.ri-handbag-line:before{content:""}.ri-hard-drive-2-fill:before{content:""}.ri-hard-drive-2-line:before{content:""}.ri-hard-drive-fill:before{content:""}.ri-hard-drive-line:before{content:""}.ri-hashtag:before{content:""}.ri-haze-2-fill:before{content:""}.ri-haze-2-line:before{content:""}.ri-haze-fill:before{content:""}.ri-haze-line:before{content:""}.ri-hd-fill:before{content:""}.ri-hd-line:before{content:""}.ri-heading:before{content:""}.ri-headphone-fill:before{content:""}.ri-headphone-line:before{content:""}.ri-health-book-fill:before{content:""}.ri-health-book-line:before{content:""}.ri-heart-2-fill:before{content:""}.ri-heart-2-line:before{content:""}.ri-heart-3-fill:before{content:""}.ri-heart-3-line:before{content:""}.ri-heart-add-fill:before{content:""}.ri-heart-add-line:before{content:""}.ri-heart-fill:before{content:""}.ri-heart-line:before{content:""}.ri-heart-pulse-fill:before{content:""}.ri-heart-pulse-line:before{content:""}.ri-hearts-fill:before{content:""}.ri-hearts-line:before{content:""}.ri-heavy-showers-fill:before{content:""}.ri-heavy-showers-line:before{content:""}.ri-history-fill:before{content:""}.ri-history-line:before{content:""}.ri-home-2-fill:before{content:""}.ri-home-2-line:before{content:""}.ri-home-3-fill:before{content:""}.ri-home-3-line:before{content:""}.ri-home-4-fill:before{content:""}.ri-home-4-line:before{content:""}.ri-home-5-fill:before{content:""}.ri-home-5-line:before{content:""}.ri-home-6-fill:before{content:""}.ri-home-6-line:before{content:""}.ri-home-7-fill:before{content:""}.ri-home-7-line:before{content:""}.ri-home-8-fill:before{content:""}.ri-home-8-line:before{content:""}.ri-home-fill:before{content:""}.ri-home-gear-fill:before{content:""}.ri-home-gear-line:before{content:""}.ri-home-heart-fill:before{content:""}.ri-home-heart-line:before{content:""}.ri-home-line:before{content:""}.ri-home-smile-2-fill:before{content:""}.ri-home-smile-2-line:before{content:""}.ri-home-smile-fill:before{content:""}.ri-home-smile-line:before{content:""}.ri-home-wifi-fill:before{content:""}.ri-home-wifi-line:before{content:""}.ri-honor-of-kings-fill:before{content:""}.ri-honor-of-kings-line:before{content:""}.ri-honour-fill:before{content:""}.ri-honour-line:before{content:""}.ri-hospital-fill:before{content:""}.ri-hospital-line:before{content:""}.ri-hotel-bed-fill:before{content:""}.ri-hotel-bed-line:before{content:""}.ri-hotel-fill:before{content:""}.ri-hotel-line:before{content:""}.ri-hotspot-fill:before{content:""}.ri-hotspot-line:before{content:""}.ri-hq-fill:before{content:""}.ri-hq-line:before{content:""}.ri-html5-fill:before{content:""}.ri-html5-line:before{content:""}.ri-ie-fill:before{content:""}.ri-ie-line:before{content:""}.ri-image-2-fill:before{content:""}.ri-image-2-line:before{content:""}.ri-image-add-fill:before{content:""}.ri-image-add-line:before{content:""}.ri-image-edit-fill:before{content:""}.ri-image-edit-line:before{content:""}.ri-image-fill:before{content:""}.ri-image-line:before{content:""}.ri-inbox-archive-fill:before{content:""}.ri-inbox-archive-line:before{content:""}.ri-inbox-fill:before{content:""}.ri-inbox-line:before{content:""}.ri-inbox-unarchive-fill:before{content:""}.ri-inbox-unarchive-line:before{content:""}.ri-increase-decrease-fill:before{content:""}.ri-increase-decrease-line:before{content:""}.ri-indent-decrease:before{content:""}.ri-indent-increase:before{content:""}.ri-indeterminate-circle-fill:before{content:""}.ri-indeterminate-circle-line:before{content:""}.ri-information-fill:before{content:""}.ri-information-line:before{content:""}.ri-infrared-thermometer-fill:before{content:""}.ri-infrared-thermometer-line:before{content:""}.ri-ink-bottle-fill:before{content:""}.ri-ink-bottle-line:before{content:""}.ri-input-cursor-move:before{content:""}.ri-input-method-fill:before{content:""}.ri-input-method-line:before{content:""}.ri-insert-column-left:before{content:""}.ri-insert-column-right:before{content:""}.ri-insert-row-bottom:before{content:""}.ri-insert-row-top:before{content:""}.ri-instagram-fill:before{content:""}.ri-instagram-line:before{content:""}.ri-install-fill:before{content:""}.ri-install-line:before{content:""}.ri-invision-fill:before{content:""}.ri-invision-line:before{content:""}.ri-italic:before{content:""}.ri-kakao-talk-fill:before{content:""}.ri-kakao-talk-line:before{content:""}.ri-key-2-fill:before{content:""}.ri-key-2-line:before{content:""}.ri-key-fill:before{content:""}.ri-key-line:before{content:""}.ri-keyboard-box-fill:before{content:""}.ri-keyboard-box-line:before{content:""}.ri-keyboard-fill:before{content:""}.ri-keyboard-line:before{content:""}.ri-keynote-fill:before{content:""}.ri-keynote-line:before{content:""}.ri-knife-blood-fill:before{content:""}.ri-knife-blood-line:before{content:""}.ri-knife-fill:before{content:""}.ri-knife-line:before{content:""}.ri-landscape-fill:before{content:""}.ri-landscape-line:before{content:""}.ri-layout-2-fill:before{content:""}.ri-layout-2-line:before{content:""}.ri-layout-3-fill:before{content:""}.ri-layout-3-line:before{content:""}.ri-layout-4-fill:before{content:""}.ri-layout-4-line:before{content:""}.ri-layout-5-fill:before{content:""}.ri-layout-5-line:before{content:""}.ri-layout-6-fill:before{content:""}.ri-layout-6-line:before{content:""}.ri-layout-bottom-2-fill:before{content:""}.ri-layout-bottom-2-line:before{content:""}.ri-layout-bottom-fill:before{content:""}.ri-layout-bottom-line:before{content:""}.ri-layout-column-fill:before{content:""}.ri-layout-column-line:before{content:""}.ri-layout-fill:before{content:""}.ri-layout-grid-fill:before{content:""}.ri-layout-grid-line:before{content:""}.ri-layout-left-2-fill:before{content:""}.ri-layout-left-2-line:before{content:""}.ri-layout-left-fill:before{content:""}.ri-layout-left-line:before{content:""}.ri-layout-line:before{content:""}.ri-layout-masonry-fill:before{content:""}.ri-layout-masonry-line:before{content:""}.ri-layout-right-2-fill:before{content:""}.ri-layout-right-2-line:before{content:""}.ri-layout-right-fill:before{content:""}.ri-layout-right-line:before{content:""}.ri-layout-row-fill:before{content:""}.ri-layout-row-line:before{content:""}.ri-layout-top-2-fill:before{content:""}.ri-layout-top-2-line:before{content:""}.ri-layout-top-fill:before{content:""}.ri-layout-top-line:before{content:""}.ri-leaf-fill:before{content:""}.ri-leaf-line:before{content:""}.ri-lifebuoy-fill:before{content:""}.ri-lifebuoy-line:before{content:""}.ri-lightbulb-fill:before{content:""}.ri-lightbulb-flash-fill:before{content:""}.ri-lightbulb-flash-line:before{content:""}.ri-lightbulb-line:before{content:""}.ri-line-chart-fill:before{content:""}.ri-line-chart-line:before{content:""}.ri-line-fill:before{content:""}.ri-line-height:before{content:""}.ri-line-line:before{content:""}.ri-link-m:before{content:""}.ri-link-unlink-m:before{content:""}.ri-link-unlink:before{content:""}.ri-link:before{content:""}.ri-linkedin-box-fill:before{content:""}.ri-linkedin-box-line:before{content:""}.ri-linkedin-fill:before{content:""}.ri-linkedin-line:before{content:""}.ri-links-fill:before{content:""}.ri-links-line:before{content:""}.ri-list-check-2:before{content:""}.ri-list-check:before{content:""}.ri-list-ordered:before{content:""}.ri-list-settings-fill:before{content:""}.ri-list-settings-line:before{content:""}.ri-list-unordered:before{content:""}.ri-live-fill:before{content:""}.ri-live-line:before{content:""}.ri-loader-2-fill:before{content:""}.ri-loader-2-line:before{content:""}.ri-loader-3-fill:before{content:""}.ri-loader-3-line:before{content:""}.ri-loader-4-fill:before{content:""}.ri-loader-4-line:before{content:""}.ri-loader-5-fill:before{content:""}.ri-loader-5-line:before{content:""}.ri-loader-fill:before{content:""}.ri-loader-line:before{content:""}.ri-lock-2-fill:before{content:""}.ri-lock-2-line:before{content:""}.ri-lock-fill:before{content:""}.ri-lock-line:before{content:""}.ri-lock-password-fill:before{content:""}.ri-lock-password-line:before{content:""}.ri-lock-unlock-fill:before{content:""}.ri-lock-unlock-line:before{content:""}.ri-login-box-fill:before{content:""}.ri-login-box-line:before{content:""}.ri-login-circle-fill:before{content:""}.ri-login-circle-line:before{content:""}.ri-logout-box-fill:before{content:""}.ri-logout-box-line:before{content:""}.ri-logout-box-r-fill:before{content:""}.ri-logout-box-r-line:before{content:""}.ri-logout-circle-fill:before{content:""}.ri-logout-circle-line:before{content:""}.ri-logout-circle-r-fill:before{content:""}.ri-logout-circle-r-line:before{content:""}.ri-luggage-cart-fill:before{content:""}.ri-luggage-cart-line:before{content:""}.ri-luggage-deposit-fill:before{content:""}.ri-luggage-deposit-line:before{content:""}.ri-lungs-fill:before{content:""}.ri-lungs-line:before{content:""}.ri-mac-fill:before{content:""}.ri-mac-line:before{content:""}.ri-macbook-fill:before{content:""}.ri-macbook-line:before{content:""}.ri-magic-fill:before{content:""}.ri-magic-line:before{content:""}.ri-mail-add-fill:before{content:""}.ri-mail-add-line:before{content:""}.ri-mail-check-fill:before{content:""}.ri-mail-check-line:before{content:""}.ri-mail-close-fill:before{content:""}.ri-mail-close-line:before{content:""}.ri-mail-download-fill:before{content:""}.ri-mail-download-line:before{content:""}.ri-mail-fill:before{content:""}.ri-mail-forbid-fill:before{content:""}.ri-mail-forbid-line:before{content:""}.ri-mail-line:before{content:""}.ri-mail-lock-fill:before{content:""}.ri-mail-lock-line:before{content:""}.ri-mail-open-fill:before{content:""}.ri-mail-open-line:before{content:""}.ri-mail-send-fill:before{content:""}.ri-mail-send-line:before{content:""}.ri-mail-settings-fill:before{content:""}.ri-mail-settings-line:before{content:""}.ri-mail-star-fill:before{content:""}.ri-mail-star-line:before{content:""}.ri-mail-unread-fill:before{content:""}.ri-mail-unread-line:before{content:""}.ri-mail-volume-fill:before{content:""}.ri-mail-volume-line:before{content:""}.ri-map-2-fill:before{content:""}.ri-map-2-line:before{content:""}.ri-map-fill:before{content:""}.ri-map-line:before{content:""}.ri-map-pin-2-fill:before{content:""}.ri-map-pin-2-line:before{content:""}.ri-map-pin-3-fill:before{content:""}.ri-map-pin-3-line:before{content:""}.ri-map-pin-4-fill:before{content:""}.ri-map-pin-4-line:before{content:""}.ri-map-pin-5-fill:before{content:""}.ri-map-pin-5-line:before{content:""}.ri-map-pin-add-fill:before{content:""}.ri-map-pin-add-line:before{content:""}.ri-map-pin-fill:before{content:""}.ri-map-pin-line:before{content:""}.ri-map-pin-range-fill:before{content:""}.ri-map-pin-range-line:before{content:""}.ri-map-pin-time-fill:before{content:""}.ri-map-pin-time-line:before{content:""}.ri-map-pin-user-fill:before{content:""}.ri-map-pin-user-line:before{content:""}.ri-mark-pen-fill:before{content:""}.ri-mark-pen-line:before{content:""}.ri-markdown-fill:before{content:""}.ri-markdown-line:before{content:""}.ri-markup-fill:before{content:""}.ri-markup-line:before{content:""}.ri-mastercard-fill:before{content:""}.ri-mastercard-line:before{content:""}.ri-mastodon-fill:before{content:""}.ri-mastodon-line:before{content:""}.ri-medal-2-fill:before{content:""}.ri-medal-2-line:before{content:""}.ri-medal-fill:before{content:""}.ri-medal-line:before{content:""}.ri-medicine-bottle-fill:before{content:""}.ri-medicine-bottle-line:before{content:""}.ri-medium-fill:before{content:""}.ri-medium-line:before{content:""}.ri-men-fill:before{content:""}.ri-men-line:before{content:""}.ri-mental-health-fill:before{content:""}.ri-mental-health-line:before{content:""}.ri-menu-2-fill:before{content:""}.ri-menu-2-line:before{content:""}.ri-menu-3-fill:before{content:""}.ri-menu-3-line:before{content:""}.ri-menu-4-fill:before{content:""}.ri-menu-4-line:before{content:""}.ri-menu-5-fill:before{content:""}.ri-menu-5-line:before{content:""}.ri-menu-add-fill:before{content:""}.ri-menu-add-line:before{content:""}.ri-menu-fill:before{content:""}.ri-menu-fold-fill:before{content:""}.ri-menu-fold-line:before{content:""}.ri-menu-line:before{content:""}.ri-menu-unfold-fill:before{content:""}.ri-menu-unfold-line:before{content:""}.ri-merge-cells-horizontal:before{content:""}.ri-merge-cells-vertical:before{content:""}.ri-message-2-fill:before{content:""}.ri-message-2-line:before{content:""}.ri-message-3-fill:before{content:""}.ri-message-3-line:before{content:""}.ri-message-fill:before{content:""}.ri-message-line:before{content:""}.ri-messenger-fill:before{content:""}.ri-messenger-line:before{content:""}.ri-meteor-fill:before{content:""}.ri-meteor-line:before{content:""}.ri-mic-2-fill:before{content:""}.ri-mic-2-line:before{content:""}.ri-mic-fill:before{content:""}.ri-mic-line:before{content:""}.ri-mic-off-fill:before{content:""}.ri-mic-off-line:before{content:""}.ri-mickey-fill:before{content:""}.ri-mickey-line:before{content:""}.ri-microscope-fill:before{content:""}.ri-microscope-line:before{content:""}.ri-microsoft-fill:before{content:""}.ri-microsoft-line:before{content:""}.ri-mind-map:before{content:""}.ri-mini-program-fill:before{content:""}.ri-mini-program-line:before{content:""}.ri-mist-fill:before{content:""}.ri-mist-line:before{content:""}.ri-money-cny-box-fill:before{content:""}.ri-money-cny-box-line:before{content:""}.ri-money-cny-circle-fill:before{content:""}.ri-money-cny-circle-line:before{content:""}.ri-money-dollar-box-fill:before{content:""}.ri-money-dollar-box-line:before{content:""}.ri-money-dollar-circle-fill:before{content:""}.ri-money-dollar-circle-line:before{content:""}.ri-money-euro-box-fill:before{content:""}.ri-money-euro-box-line:before{content:""}.ri-money-euro-circle-fill:before{content:""}.ri-money-euro-circle-line:before{content:""}.ri-money-pound-box-fill:before{content:""}.ri-money-pound-box-line:before{content:""}.ri-money-pound-circle-fill:before{content:""}.ri-money-pound-circle-line:before{content:""}.ri-moon-clear-fill:before{content:""}.ri-moon-clear-line:before{content:""}.ri-moon-cloudy-fill:before{content:""}.ri-moon-cloudy-line:before{content:""}.ri-moon-fill:before{content:""}.ri-moon-foggy-fill:before{content:""}.ri-moon-foggy-line:before{content:""}.ri-moon-line:before{content:""}.ri-more-2-fill:before{content:""}.ri-more-2-line:before{content:""}.ri-more-fill:before{content:""}.ri-more-line:before{content:""}.ri-motorbike-fill:before{content:""}.ri-motorbike-line:before{content:""}.ri-mouse-fill:before{content:""}.ri-mouse-line:before{content:""}.ri-movie-2-fill:before{content:""}.ri-movie-2-line:before{content:""}.ri-movie-fill:before{content:""}.ri-movie-line:before{content:""}.ri-music-2-fill:before{content:""}.ri-music-2-line:before{content:""}.ri-music-fill:before{content:""}.ri-music-line:before{content:""}.ri-mv-fill:before{content:""}.ri-mv-line:before{content:""}.ri-navigation-fill:before{content:""}.ri-navigation-line:before{content:""}.ri-netease-cloud-music-fill:before{content:""}.ri-netease-cloud-music-line:before{content:""}.ri-netflix-fill:before{content:""}.ri-netflix-line:before{content:""}.ri-newspaper-fill:before{content:""}.ri-newspaper-line:before{content:""}.ri-node-tree:before{content:""}.ri-notification-2-fill:before{content:""}.ri-notification-2-line:before{content:""}.ri-notification-3-fill:before{content:""}.ri-notification-3-line:before{content:""}.ri-notification-4-fill:before{content:""}.ri-notification-4-line:before{content:""}.ri-notification-badge-fill:before{content:""}.ri-notification-badge-line:before{content:""}.ri-notification-fill:before{content:""}.ri-notification-line:before{content:""}.ri-notification-off-fill:before{content:""}.ri-notification-off-line:before{content:""}.ri-npmjs-fill:before{content:""}.ri-npmjs-line:before{content:""}.ri-number-0:before{content:""}.ri-number-1:before{content:""}.ri-number-2:before{content:""}.ri-number-3:before{content:""}.ri-number-4:before{content:""}.ri-number-5:before{content:""}.ri-number-6:before{content:""}.ri-number-7:before{content:""}.ri-number-8:before{content:""}.ri-number-9:before{content:""}.ri-numbers-fill:before{content:""}.ri-numbers-line:before{content:""}.ri-nurse-fill:before{content:""}.ri-nurse-line:before{content:""}.ri-oil-fill:before{content:""}.ri-oil-line:before{content:""}.ri-omega:before{content:""}.ri-open-arm-fill:before{content:""}.ri-open-arm-line:before{content:""}.ri-open-source-fill:before{content:""}.ri-open-source-line:before{content:""}.ri-opera-fill:before{content:""}.ri-opera-line:before{content:""}.ri-order-play-fill:before{content:""}.ri-order-play-line:before{content:""}.ri-organization-chart:before{content:""}.ri-outlet-2-fill:before{content:""}.ri-outlet-2-line:before{content:""}.ri-outlet-fill:before{content:""}.ri-outlet-line:before{content:""}.ri-page-separator:before{content:""}.ri-pages-fill:before{content:""}.ri-pages-line:before{content:""}.ri-paint-brush-fill:before{content:""}.ri-paint-brush-line:before{content:""}.ri-paint-fill:before{content:""}.ri-paint-line:before{content:""}.ri-palette-fill:before{content:""}.ri-palette-line:before{content:""}.ri-pantone-fill:before{content:""}.ri-pantone-line:before{content:""}.ri-paragraph:before{content:""}.ri-parent-fill:before{content:""}.ri-parent-line:before{content:""}.ri-parentheses-fill:before{content:""}.ri-parentheses-line:before{content:""}.ri-parking-box-fill:before{content:""}.ri-parking-box-line:before{content:""}.ri-parking-fill:before{content:""}.ri-parking-line:before{content:""}.ri-passport-fill:before{content:""}.ri-passport-line:before{content:""}.ri-patreon-fill:before{content:""}.ri-patreon-line:before{content:""}.ri-pause-circle-fill:before{content:""}.ri-pause-circle-line:before{content:""}.ri-pause-fill:before{content:""}.ri-pause-line:before{content:""}.ri-pause-mini-fill:before{content:""}.ri-pause-mini-line:before{content:""}.ri-paypal-fill:before{content:""}.ri-paypal-line:before{content:""}.ri-pen-nib-fill:before{content:""}.ri-pen-nib-line:before{content:""}.ri-pencil-fill:before{content:""}.ri-pencil-line:before{content:""}.ri-pencil-ruler-2-fill:before{content:""}.ri-pencil-ruler-2-line:before{content:""}.ri-pencil-ruler-fill:before{content:""}.ri-pencil-ruler-line:before{content:""}.ri-percent-fill:before{content:""}.ri-percent-line:before{content:""}.ri-phone-camera-fill:before{content:""}.ri-phone-camera-line:before{content:""}.ri-phone-fill:before{content:""}.ri-phone-find-fill:before{content:""}.ri-phone-find-line:before{content:""}.ri-phone-line:before{content:""}.ri-phone-lock-fill:before{content:""}.ri-phone-lock-line:before{content:""}.ri-picture-in-picture-2-fill:before{content:""}.ri-picture-in-picture-2-line:before{content:""}.ri-picture-in-picture-exit-fill:before{content:""}.ri-picture-in-picture-exit-line:before{content:""}.ri-picture-in-picture-fill:before{content:""}.ri-picture-in-picture-line:before{content:""}.ri-pie-chart-2-fill:before{content:""}.ri-pie-chart-2-line:before{content:""}.ri-pie-chart-box-fill:before{content:""}.ri-pie-chart-box-line:before{content:""}.ri-pie-chart-fill:before{content:""}.ri-pie-chart-line:before{content:""}.ri-pin-distance-fill:before{content:""}.ri-pin-distance-line:before{content:""}.ri-ping-pong-fill:before{content:""}.ri-ping-pong-line:before{content:""}.ri-pinterest-fill:before{content:""}.ri-pinterest-line:before{content:""}.ri-pinyin-input:before{content:""}.ri-pixelfed-fill:before{content:""}.ri-pixelfed-line:before{content:""}.ri-plane-fill:before{content:""}.ri-plane-line:before{content:""}.ri-plant-fill:before{content:""}.ri-plant-line:before{content:""}.ri-play-circle-fill:before{content:""}.ri-play-circle-line:before{content:""}.ri-play-fill:before{content:""}.ri-play-line:before{content:""}.ri-play-list-2-fill:before{content:""}.ri-play-list-2-line:before{content:""}.ri-play-list-add-fill:before{content:""}.ri-play-list-add-line:before{content:""}.ri-play-list-fill:before{content:""}.ri-play-list-line:before{content:""}.ri-play-mini-fill:before{content:""}.ri-play-mini-line:before{content:""}.ri-playstation-fill:before{content:""}.ri-playstation-line:before{content:""}.ri-plug-2-fill:before{content:""}.ri-plug-2-line:before{content:""}.ri-plug-fill:before{content:""}.ri-plug-line:before{content:""}.ri-polaroid-2-fill:before{content:""}.ri-polaroid-2-line:before{content:""}.ri-polaroid-fill:before{content:""}.ri-polaroid-line:before{content:""}.ri-police-car-fill:before{content:""}.ri-police-car-line:before{content:""}.ri-price-tag-2-fill:before{content:""}.ri-price-tag-2-line:before{content:""}.ri-price-tag-3-fill:before{content:""}.ri-price-tag-3-line:before{content:""}.ri-price-tag-fill:before{content:""}.ri-price-tag-line:before{content:""}.ri-printer-cloud-fill:before{content:""}.ri-printer-cloud-line:before{content:""}.ri-printer-fill:before{content:""}.ri-printer-line:before{content:""}.ri-product-hunt-fill:before{content:""}.ri-product-hunt-line:before{content:""}.ri-profile-fill:before{content:""}.ri-profile-line:before{content:""}.ri-projector-2-fill:before{content:""}.ri-projector-2-line:before{content:""}.ri-projector-fill:before{content:""}.ri-projector-line:before{content:""}.ri-psychotherapy-fill:before{content:""}.ri-psychotherapy-line:before{content:""}.ri-pulse-fill:before{content:""}.ri-pulse-line:before{content:""}.ri-pushpin-2-fill:before{content:""}.ri-pushpin-2-line:before{content:""}.ri-pushpin-fill:before{content:""}.ri-pushpin-line:before{content:""}.ri-qq-fill:before{content:""}.ri-qq-line:before{content:""}.ri-qr-code-fill:before{content:""}.ri-qr-code-line:before{content:""}.ri-qr-scan-2-fill:before{content:""}.ri-qr-scan-2-line:before{content:""}.ri-qr-scan-fill:before{content:""}.ri-qr-scan-line:before{content:""}.ri-question-answer-fill:before{content:""}.ri-question-answer-line:before{content:""}.ri-question-fill:before{content:""}.ri-question-line:before{content:""}.ri-question-mark:before{content:""}.ri-questionnaire-fill:before{content:""}.ri-questionnaire-line:before{content:""}.ri-quill-pen-fill:before{content:""}.ri-quill-pen-line:before{content:""}.ri-radar-fill:before{content:""}.ri-radar-line:before{content:""}.ri-radio-2-fill:before{content:""}.ri-radio-2-line:before{content:""}.ri-radio-button-fill:before{content:""}.ri-radio-button-line:before{content:""}.ri-radio-fill:before{content:""}.ri-radio-line:before{content:""}.ri-rainbow-fill:before{content:""}.ri-rainbow-line:before{content:""}.ri-rainy-fill:before{content:""}.ri-rainy-line:before{content:""}.ri-reactjs-fill:before{content:""}.ri-reactjs-line:before{content:""}.ri-record-circle-fill:before{content:""}.ri-record-circle-line:before{content:""}.ri-record-mail-fill:before{content:""}.ri-record-mail-line:before{content:""}.ri-recycle-fill:before{content:""}.ri-recycle-line:before{content:""}.ri-red-packet-fill:before{content:""}.ri-red-packet-line:before{content:""}.ri-reddit-fill:before{content:""}.ri-reddit-line:before{content:""}.ri-refresh-fill:before{content:""}.ri-refresh-line:before{content:""}.ri-refund-2-fill:before{content:""}.ri-refund-2-line:before{content:""}.ri-refund-fill:before{content:""}.ri-refund-line:before{content:""}.ri-registered-fill:before{content:""}.ri-registered-line:before{content:""}.ri-remixicon-fill:before{content:""}.ri-remixicon-line:before{content:""}.ri-remote-control-2-fill:before{content:""}.ri-remote-control-2-line:before{content:""}.ri-remote-control-fill:before{content:""}.ri-remote-control-line:before{content:""}.ri-repeat-2-fill:before{content:""}.ri-repeat-2-line:before{content:""}.ri-repeat-fill:before{content:""}.ri-repeat-line:before{content:""}.ri-repeat-one-fill:before{content:""}.ri-repeat-one-line:before{content:""}.ri-reply-all-fill:before{content:""}.ri-reply-all-line:before{content:""}.ri-reply-fill:before{content:""}.ri-reply-line:before{content:""}.ri-reserved-fill:before{content:""}.ri-reserved-line:before{content:""}.ri-rest-time-fill:before{content:""}.ri-rest-time-line:before{content:""}.ri-restart-fill:before{content:""}.ri-restart-line:before{content:""}.ri-restaurant-2-fill:before{content:""}.ri-restaurant-2-line:before{content:""}.ri-restaurant-fill:before{content:""}.ri-restaurant-line:before{content:""}.ri-rewind-fill:before{content:""}.ri-rewind-line:before{content:""}.ri-rewind-mini-fill:before{content:""}.ri-rewind-mini-line:before{content:""}.ri-rhythm-fill:before{content:""}.ri-rhythm-line:before{content:""}.ri-riding-fill:before{content:""}.ri-riding-line:before{content:""}.ri-road-map-fill:before{content:""}.ri-road-map-line:before{content:""}.ri-roadster-fill:before{content:""}.ri-roadster-line:before{content:""}.ri-robot-fill:before{content:""}.ri-robot-line:before{content:""}.ri-rocket-2-fill:before{content:""}.ri-rocket-2-line:before{content:""}.ri-rocket-fill:before{content:""}.ri-rocket-line:before{content:""}.ri-rotate-lock-fill:before{content:""}.ri-rotate-lock-line:before{content:""}.ri-rounded-corner:before{content:""}.ri-route-fill:before{content:""}.ri-route-line:before{content:""}.ri-router-fill:before{content:""}.ri-router-line:before{content:""}.ri-rss-fill:before{content:""}.ri-rss-line:before{content:""}.ri-ruler-2-fill:before{content:""}.ri-ruler-2-line:before{content:""}.ri-ruler-fill:before{content:""}.ri-ruler-line:before{content:""}.ri-run-fill:before{content:""}.ri-run-line:before{content:""}.ri-safari-fill:before{content:""}.ri-safari-line:before{content:""}.ri-safe-2-fill:before{content:""}.ri-safe-2-line:before{content:""}.ri-safe-fill:before{content:""}.ri-safe-line:before{content:""}.ri-sailboat-fill:before{content:""}.ri-sailboat-line:before{content:""}.ri-save-2-fill:before{content:""}.ri-save-2-line:before{content:""}.ri-save-3-fill:before{content:""}.ri-save-3-line:before{content:""}.ri-save-fill:before{content:""}.ri-save-line:before{content:""}.ri-scales-2-fill:before{content:""}.ri-scales-2-line:before{content:""}.ri-scales-3-fill:before{content:""}.ri-scales-3-line:before{content:""}.ri-scales-fill:before{content:""}.ri-scales-line:before{content:""}.ri-scan-2-fill:before{content:""}.ri-scan-2-line:before{content:""}.ri-scan-fill:before{content:""}.ri-scan-line:before{content:""}.ri-scissors-2-fill:before{content:""}.ri-scissors-2-line:before{content:""}.ri-scissors-cut-fill:before{content:""}.ri-scissors-cut-line:before{content:""}.ri-scissors-fill:before{content:""}.ri-scissors-line:before{content:""}.ri-screenshot-2-fill:before{content:""}.ri-screenshot-2-line:before{content:""}.ri-screenshot-fill:before{content:""}.ri-screenshot-line:before{content:""}.ri-sd-card-fill:before{content:""}.ri-sd-card-line:before{content:""}.ri-sd-card-mini-fill:before{content:""}.ri-sd-card-mini-line:before{content:""}.ri-search-2-fill:before{content:""}.ri-search-2-line:before{content:""}.ri-search-eye-fill:before{content:""}.ri-search-eye-line:before{content:""}.ri-search-fill:before{content:""}.ri-search-line:before{content:""}.ri-secure-payment-fill:before{content:""}.ri-secure-payment-line:before{content:""}.ri-seedling-fill:before{content:""}.ri-seedling-line:before{content:""}.ri-send-backward:before{content:""}.ri-send-plane-2-fill:before{content:""}.ri-send-plane-2-line:before{content:""}.ri-send-plane-fill:before{content:""}.ri-send-plane-line:before{content:""}.ri-send-to-back:before{content:""}.ri-sensor-fill:before{content:""}.ri-sensor-line:before{content:""}.ri-separator:before{content:""}.ri-server-fill:before{content:""}.ri-server-line:before{content:""}.ri-service-fill:before{content:""}.ri-service-line:before{content:""}.ri-settings-2-fill:before{content:""}.ri-settings-2-line:before{content:""}.ri-settings-3-fill:before{content:""}.ri-settings-3-line:before{content:""}.ri-settings-4-fill:before{content:""}.ri-settings-4-line:before{content:""}.ri-settings-5-fill:before{content:""}.ri-settings-5-line:before{content:""}.ri-settings-6-fill:before{content:""}.ri-settings-6-line:before{content:""}.ri-settings-fill:before{content:""}.ri-settings-line:before{content:""}.ri-shape-2-fill:before{content:""}.ri-shape-2-line:before{content:""}.ri-shape-fill:before{content:""}.ri-shape-line:before{content:""}.ri-share-box-fill:before{content:""}.ri-share-box-line:before{content:""}.ri-share-circle-fill:before{content:""}.ri-share-circle-line:before{content:""}.ri-share-fill:before{content:""}.ri-share-forward-2-fill:before{content:""}.ri-share-forward-2-line:before{content:""}.ri-share-forward-box-fill:before{content:""}.ri-share-forward-box-line:before{content:""}.ri-share-forward-fill:before{content:""}.ri-share-forward-line:before{content:""}.ri-share-line:before{content:""}.ri-shield-check-fill:before{content:""}.ri-shield-check-line:before{content:""}.ri-shield-cross-fill:before{content:""}.ri-shield-cross-line:before{content:""}.ri-shield-fill:before{content:""}.ri-shield-flash-fill:before{content:""}.ri-shield-flash-line:before{content:""}.ri-shield-keyhole-fill:before{content:""}.ri-shield-keyhole-line:before{content:""}.ri-shield-line:before{content:""}.ri-shield-star-fill:before{content:""}.ri-shield-star-line:before{content:""}.ri-shield-user-fill:before{content:""}.ri-shield-user-line:before{content:""}.ri-ship-2-fill:before{content:""}.ri-ship-2-line:before{content:""}.ri-ship-fill:before{content:""}.ri-ship-line:before{content:""}.ri-shirt-fill:before{content:""}.ri-shirt-line:before{content:""}.ri-shopping-bag-2-fill:before{content:""}.ri-shopping-bag-2-line:before{content:""}.ri-shopping-bag-3-fill:before{content:""}.ri-shopping-bag-3-line:before{content:""}.ri-shopping-bag-fill:before{content:""}.ri-shopping-bag-line:before{content:""}.ri-shopping-basket-2-fill:before{content:""}.ri-shopping-basket-2-line:before{content:""}.ri-shopping-basket-fill:before{content:""}.ri-shopping-basket-line:before{content:""}.ri-shopping-cart-2-fill:before{content:""}.ri-shopping-cart-2-line:before{content:""}.ri-shopping-cart-fill:before{content:""}.ri-shopping-cart-line:before{content:""}.ri-showers-fill:before{content:""}.ri-showers-line:before{content:""}.ri-shuffle-fill:before{content:""}.ri-shuffle-line:before{content:""}.ri-shut-down-fill:before{content:""}.ri-shut-down-line:before{content:""}.ri-side-bar-fill:before{content:""}.ri-side-bar-line:before{content:""}.ri-signal-tower-fill:before{content:""}.ri-signal-tower-line:before{content:""}.ri-signal-wifi-1-fill:before{content:""}.ri-signal-wifi-1-line:before{content:""}.ri-signal-wifi-2-fill:before{content:""}.ri-signal-wifi-2-line:before{content:""}.ri-signal-wifi-3-fill:before{content:""}.ri-signal-wifi-3-line:before{content:""}.ri-signal-wifi-error-fill:before{content:""}.ri-signal-wifi-error-line:before{content:""}.ri-signal-wifi-fill:before{content:""}.ri-signal-wifi-line:before{content:""}.ri-signal-wifi-off-fill:before{content:""}.ri-signal-wifi-off-line:before{content:""}.ri-sim-card-2-fill:before{content:""}.ri-sim-card-2-line:before{content:""}.ri-sim-card-fill:before{content:""}.ri-sim-card-line:before{content:""}.ri-single-quotes-l:before{content:""}.ri-single-quotes-r:before{content:""}.ri-sip-fill:before{content:""}.ri-sip-line:before{content:""}.ri-skip-back-fill:before{content:""}.ri-skip-back-line:before{content:""}.ri-skip-back-mini-fill:before{content:""}.ri-skip-back-mini-line:before{content:""}.ri-skip-forward-fill:before{content:""}.ri-skip-forward-line:before{content:""}.ri-skip-forward-mini-fill:before{content:""}.ri-skip-forward-mini-line:before{content:""}.ri-skull-2-fill:before{content:""}.ri-skull-2-line:before{content:""}.ri-skull-fill:before{content:""}.ri-skull-line:before{content:""}.ri-skype-fill:before{content:""}.ri-skype-line:before{content:""}.ri-slack-fill:before{content:""}.ri-slack-line:before{content:""}.ri-slice-fill:before{content:""}.ri-slice-line:before{content:""}.ri-slideshow-2-fill:before{content:""}.ri-slideshow-2-line:before{content:""}.ri-slideshow-3-fill:before{content:""}.ri-slideshow-3-line:before{content:""}.ri-slideshow-4-fill:before{content:""}.ri-slideshow-4-line:before{content:""}.ri-slideshow-fill:before{content:""}.ri-slideshow-line:before{content:""}.ri-smartphone-fill:before{content:""}.ri-smartphone-line:before{content:""}.ri-snapchat-fill:before{content:""}.ri-snapchat-line:before{content:""}.ri-snowy-fill:before{content:""}.ri-snowy-line:before{content:""}.ri-sort-asc:before{content:""}.ri-sort-desc:before{content:""}.ri-sound-module-fill:before{content:""}.ri-sound-module-line:before{content:""}.ri-soundcloud-fill:before{content:""}.ri-soundcloud-line:before{content:""}.ri-space-ship-fill:before{content:""}.ri-space-ship-line:before{content:""}.ri-space:before{content:""}.ri-spam-2-fill:before{content:""}.ri-spam-2-line:before{content:""}.ri-spam-3-fill:before{content:""}.ri-spam-3-line:before{content:""}.ri-spam-fill:before{content:""}.ri-spam-line:before{content:""}.ri-speaker-2-fill:before{content:""}.ri-speaker-2-line:before{content:""}.ri-speaker-3-fill:before{content:""}.ri-speaker-3-line:before{content:""}.ri-speaker-fill:before{content:""}.ri-speaker-line:before{content:""}.ri-spectrum-fill:before{content:""}.ri-spectrum-line:before{content:""}.ri-speed-fill:before{content:""}.ri-speed-line:before{content:""}.ri-speed-mini-fill:before{content:""}.ri-speed-mini-line:before{content:""}.ri-split-cells-horizontal:before{content:""}.ri-split-cells-vertical:before{content:""}.ri-spotify-fill:before{content:""}.ri-spotify-line:before{content:""}.ri-spy-fill:before{content:""}.ri-spy-line:before{content:""}.ri-stack-fill:before{content:""}.ri-stack-line:before{content:""}.ri-stack-overflow-fill:before{content:""}.ri-stack-overflow-line:before{content:""}.ri-stackshare-fill:before{content:""}.ri-stackshare-line:before{content:""}.ri-star-fill:before{content:""}.ri-star-half-fill:before{content:""}.ri-star-half-line:before{content:""}.ri-star-half-s-fill:before{content:""}.ri-star-half-s-line:before{content:""}.ri-star-line:before{content:""}.ri-star-s-fill:before{content:""}.ri-star-s-line:before{content:""}.ri-star-smile-fill:before{content:""}.ri-star-smile-line:before{content:""}.ri-steam-fill:before{content:""}.ri-steam-line:before{content:""}.ri-steering-2-fill:before{content:""}.ri-steering-2-line:before{content:""}.ri-steering-fill:before{content:""}.ri-steering-line:before{content:""}.ri-stethoscope-fill:before{content:""}.ri-stethoscope-line:before{content:""}.ri-sticky-note-2-fill:before{content:""}.ri-sticky-note-2-line:before{content:""}.ri-sticky-note-fill:before{content:""}.ri-sticky-note-line:before{content:""}.ri-stock-fill:before{content:""}.ri-stock-line:before{content:""}.ri-stop-circle-fill:before{content:""}.ri-stop-circle-line:before{content:""}.ri-stop-fill:before{content:""}.ri-stop-line:before{content:""}.ri-stop-mini-fill:before{content:""}.ri-stop-mini-line:before{content:""}.ri-store-2-fill:before{content:""}.ri-store-2-line:before{content:""}.ri-store-3-fill:before{content:""}.ri-store-3-line:before{content:""}.ri-store-fill:before{content:""}.ri-store-line:before{content:""}.ri-strikethrough-2:before{content:""}.ri-strikethrough:before{content:""}.ri-subscript-2:before{content:""}.ri-subscript:before{content:""}.ri-subtract-fill:before{content:""}.ri-subtract-line:before{content:""}.ri-subway-fill:before{content:""}.ri-subway-line:before{content:""}.ri-subway-wifi-fill:before{content:""}.ri-subway-wifi-line:before{content:""}.ri-suitcase-2-fill:before{content:""}.ri-suitcase-2-line:before{content:""}.ri-suitcase-3-fill:before{content:""}.ri-suitcase-3-line:before{content:""}.ri-suitcase-fill:before{content:""}.ri-suitcase-line:before{content:""}.ri-sun-cloudy-fill:before{content:""}.ri-sun-cloudy-line:before{content:""}.ri-sun-fill:before{content:""}.ri-sun-foggy-fill:before{content:""}.ri-sun-foggy-line:before{content:""}.ri-sun-line:before{content:""}.ri-superscript-2:before{content:""}.ri-superscript:before{content:""}.ri-surgical-mask-fill:before{content:""}.ri-surgical-mask-line:before{content:""}.ri-surround-sound-fill:before{content:""}.ri-surround-sound-line:before{content:""}.ri-survey-fill:before{content:""}.ri-survey-line:before{content:""}.ri-swap-box-fill:before{content:""}.ri-swap-box-line:before{content:""}.ri-swap-fill:before{content:""}.ri-swap-line:before{content:""}.ri-switch-fill:before{content:""}.ri-switch-line:before{content:""}.ri-sword-fill:before{content:""}.ri-sword-line:before{content:""}.ri-syringe-fill:before{content:""}.ri-syringe-line:before{content:""}.ri-t-box-fill:before{content:""}.ri-t-box-line:before{content:""}.ri-t-shirt-2-fill:before{content:""}.ri-t-shirt-2-line:before{content:""}.ri-t-shirt-air-fill:before{content:""}.ri-t-shirt-air-line:before{content:""}.ri-t-shirt-fill:before{content:""}.ri-t-shirt-line:before{content:""}.ri-table-2:before{content:""}.ri-table-alt-fill:before{content:""}.ri-table-alt-line:before{content:""}.ri-table-fill:before{content:""}.ri-table-line:before{content:""}.ri-tablet-fill:before{content:""}.ri-tablet-line:before{content:""}.ri-takeaway-fill:before{content:""}.ri-takeaway-line:before{content:""}.ri-taobao-fill:before{content:""}.ri-taobao-line:before{content:""}.ri-tape-fill:before{content:""}.ri-tape-line:before{content:""}.ri-task-fill:before{content:""}.ri-task-line:before{content:""}.ri-taxi-fill:before{content:""}.ri-taxi-line:before{content:""}.ri-taxi-wifi-fill:before{content:""}.ri-taxi-wifi-line:before{content:""}.ri-team-fill:before{content:""}.ri-team-line:before{content:""}.ri-telegram-fill:before{content:""}.ri-telegram-line:before{content:""}.ri-temp-cold-fill:before{content:""}.ri-temp-cold-line:before{content:""}.ri-temp-hot-fill:before{content:""}.ri-temp-hot-line:before{content:""}.ri-terminal-box-fill:before{content:""}.ri-terminal-box-line:before{content:""}.ri-terminal-fill:before{content:""}.ri-terminal-line:before{content:""}.ri-terminal-window-fill:before{content:""}.ri-terminal-window-line:before{content:""}.ri-test-tube-fill:before{content:""}.ri-test-tube-line:before{content:""}.ri-text-direction-l:before{content:""}.ri-text-direction-r:before{content:""}.ri-text-spacing:before{content:""}.ri-text-wrap:before{content:""}.ri-text:before{content:""}.ri-thermometer-fill:before{content:""}.ri-thermometer-line:before{content:""}.ri-thumb-down-fill:before{content:""}.ri-thumb-down-line:before{content:""}.ri-thumb-up-fill:before{content:""}.ri-thumb-up-line:before{content:""}.ri-thunderstorms-fill:before{content:""}.ri-thunderstorms-line:before{content:""}.ri-ticket-2-fill:before{content:""}.ri-ticket-2-line:before{content:""}.ri-ticket-fill:before{content:""}.ri-ticket-line:before{content:""}.ri-time-fill:before{content:""}.ri-time-line:before{content:""}.ri-timer-2-fill:before{content:""}.ri-timer-2-line:before{content:""}.ri-timer-fill:before{content:""}.ri-timer-flash-fill:before{content:""}.ri-timer-flash-line:before{content:""}.ri-timer-line:before{content:""}.ri-todo-fill:before{content:""}.ri-todo-line:before{content:""}.ri-toggle-fill:before{content:""}.ri-toggle-line:before{content:""}.ri-tools-fill:before{content:""}.ri-tools-line:before{content:""}.ri-tornado-fill:before{content:""}.ri-tornado-line:before{content:""}.ri-trademark-fill:before{content:""}.ri-trademark-line:before{content:""}.ri-traffic-light-fill:before{content:""}.ri-traffic-light-line:before{content:""}.ri-train-fill:before{content:""}.ri-train-line:before{content:""}.ri-train-wifi-fill:before{content:""}.ri-train-wifi-line:before{content:""}.ri-translate-2:before{content:""}.ri-translate:before{content:""}.ri-travesti-fill:before{content:""}.ri-travesti-line:before{content:""}.ri-treasure-map-fill:before{content:""}.ri-treasure-map-line:before{content:""}.ri-trello-fill:before{content:""}.ri-trello-line:before{content:""}.ri-trophy-fill:before{content:""}.ri-trophy-line:before{content:""}.ri-truck-fill:before{content:""}.ri-truck-line:before{content:""}.ri-tumblr-fill:before{content:""}.ri-tumblr-line:before{content:""}.ri-tv-2-fill:before{content:""}.ri-tv-2-line:before{content:""}.ri-tv-fill:before{content:""}.ri-tv-line:before{content:""}.ri-twitch-fill:before{content:""}.ri-twitch-line:before{content:""}.ri-twitter-fill:before{content:""}.ri-twitter-line:before{content:""}.ri-typhoon-fill:before{content:""}.ri-typhoon-line:before{content:""}.ri-u-disk-fill:before{content:""}.ri-u-disk-line:before{content:""}.ri-ubuntu-fill:before{content:""}.ri-ubuntu-line:before{content:""}.ri-umbrella-fill:before{content:""}.ri-umbrella-line:before{content:""}.ri-underline:before{content:""}.ri-uninstall-fill:before{content:""}.ri-uninstall-line:before{content:""}.ri-unsplash-fill:before{content:""}.ri-unsplash-line:before{content:""}.ri-upload-2-fill:before{content:""}.ri-upload-2-line:before{content:""}.ri-upload-cloud-2-fill:before{content:""}.ri-upload-cloud-2-line:before{content:""}.ri-upload-cloud-fill:before{content:""}.ri-upload-cloud-line:before{content:""}.ri-upload-fill:before{content:""}.ri-upload-line:before{content:""}.ri-usb-fill:before{content:""}.ri-usb-line:before{content:""}.ri-user-2-fill:before{content:""}.ri-user-2-line:before{content:""}.ri-user-3-fill:before{content:""}.ri-user-3-line:before{content:""}.ri-user-4-fill:before{content:""}.ri-user-4-line:before{content:""}.ri-user-5-fill:before{content:""}.ri-user-5-line:before{content:""}.ri-user-6-fill:before{content:""}.ri-user-6-line:before{content:""}.ri-user-add-fill:before{content:""}.ri-user-add-line:before{content:""}.ri-user-fill:before{content:""}.ri-user-follow-fill:before{content:""}.ri-user-follow-line:before{content:""}.ri-user-heart-fill:before{content:""}.ri-user-heart-line:before{content:""}.ri-user-line:before{content:""}.ri-user-location-fill:before{content:""}.ri-user-location-line:before{content:""}.ri-user-received-2-fill:before{content:""}.ri-user-received-2-line:before{content:""}.ri-user-received-fill:before{content:""}.ri-user-received-line:before{content:""}.ri-user-search-fill:before{content:""}.ri-user-search-line:before{content:""}.ri-user-settings-fill:before{content:""}.ri-user-settings-line:before{content:""}.ri-user-shared-2-fill:before{content:""}.ri-user-shared-2-line:before{content:""}.ri-user-shared-fill:before{content:""}.ri-user-shared-line:before{content:""}.ri-user-smile-fill:before{content:""}.ri-user-smile-line:before{content:""}.ri-user-star-fill:before{content:""}.ri-user-star-line:before{content:""}.ri-user-unfollow-fill:before{content:""}.ri-user-unfollow-line:before{content:""}.ri-user-voice-fill:before{content:""}.ri-user-voice-line:before{content:""}.ri-video-add-fill:before{content:""}.ri-video-add-line:before{content:""}.ri-video-chat-fill:before{content:""}.ri-video-chat-line:before{content:""}.ri-video-download-fill:before{content:""}.ri-video-download-line:before{content:""}.ri-video-fill:before{content:""}.ri-video-line:before{content:""}.ri-video-upload-fill:before{content:""}.ri-video-upload-line:before{content:""}.ri-vidicon-2-fill:before{content:""}.ri-vidicon-2-line:before{content:""}.ri-vidicon-fill:before{content:""}.ri-vidicon-line:before{content:""}.ri-vimeo-fill:before{content:""}.ri-vimeo-line:before{content:""}.ri-vip-crown-2-fill:before{content:""}.ri-vip-crown-2-line:before{content:""}.ri-vip-crown-fill:before{content:""}.ri-vip-crown-line:before{content:""}.ri-vip-diamond-fill:before{content:""}.ri-vip-diamond-line:before{content:""}.ri-vip-fill:before{content:""}.ri-vip-line:before{content:""}.ri-virus-fill:before{content:""}.ri-virus-line:before{content:""}.ri-visa-fill:before{content:""}.ri-visa-line:before{content:""}.ri-voice-recognition-fill:before{content:""}.ri-voice-recognition-line:before{content:""}.ri-voiceprint-fill:before{content:""}.ri-voiceprint-line:before{content:""}.ri-volume-down-fill:before{content:""}.ri-volume-down-line:before{content:""}.ri-volume-mute-fill:before{content:""}.ri-volume-mute-line:before{content:""}.ri-volume-off-vibrate-fill:before{content:""}.ri-volume-off-vibrate-line:before{content:""}.ri-volume-up-fill:before{content:""}.ri-volume-up-line:before{content:""}.ri-volume-vibrate-fill:before{content:""}.ri-volume-vibrate-line:before{content:""}.ri-vuejs-fill:before{content:""}.ri-vuejs-line:before{content:""}.ri-walk-fill:before{content:""}.ri-walk-line:before{content:""}.ri-wallet-2-fill:before{content:""}.ri-wallet-2-line:before{content:""}.ri-wallet-3-fill:before{content:""}.ri-wallet-3-line:before{content:""}.ri-wallet-fill:before{content:""}.ri-wallet-line:before{content:""}.ri-water-flash-fill:before{content:""}.ri-water-flash-line:before{content:""}.ri-webcam-fill:before{content:""}.ri-webcam-line:before{content:""}.ri-wechat-2-fill:before{content:""}.ri-wechat-2-line:before{content:""}.ri-wechat-fill:before{content:""}.ri-wechat-line:before{content:""}.ri-wechat-pay-fill:before{content:""}.ri-wechat-pay-line:before{content:""}.ri-weibo-fill:before{content:""}.ri-weibo-line:before{content:""}.ri-whatsapp-fill:before{content:""}.ri-whatsapp-line:before{content:""}.ri-wheelchair-fill:before{content:""}.ri-wheelchair-line:before{content:""}.ri-wifi-fill:before{content:""}.ri-wifi-line:before{content:""}.ri-wifi-off-fill:before{content:""}.ri-wifi-off-line:before{content:""}.ri-window-2-fill:before{content:""}.ri-window-2-line:before{content:""}.ri-window-fill:before{content:""}.ri-window-line:before{content:""}.ri-windows-fill:before{content:""}.ri-windows-line:before{content:""}.ri-windy-fill:before{content:""}.ri-windy-line:before{content:""}.ri-wireless-charging-fill:before{content:""}.ri-wireless-charging-line:before{content:""}.ri-women-fill:before{content:""}.ri-women-line:before{content:""}.ri-wubi-input:before{content:""}.ri-xbox-fill:before{content:""}.ri-xbox-line:before{content:""}.ri-xing-fill:before{content:""}.ri-xing-line:before{content:""}.ri-youtube-fill:before{content:""}.ri-youtube-line:before{content:""}.ri-zcool-fill:before{content:""}.ri-zcool-line:before{content:""}.ri-zhihu-fill:before{content:""}.ri-zhihu-line:before{content:""}.ri-zoom-in-fill:before{content:""}.ri-zoom-in-line:before{content:""}.ri-zoom-out-fill:before{content:""}.ri-zoom-out-line:before{content:""}.ri-zzz-fill:before{content:""}.ri-zzz-line:before{content:""}.noUi-tooltip{background:rgba(0,0,0,.9);color:#fff;font-size:12px;border:0;border-radius:4px;font-weight:500}.noUi-handle{width:22px!important;height:22px!important;border-radius:100%;border:0;background:#fff;box-shadow:0 .25rem .5rem rgba(29,48,61,.184);margin-top:-5px}.noUi-handle:after,.noUi-handle:before{display:none}.noUi-target{border:0;box-shadow:none;height:4px;background:#f7f8f9}.noUi-connect{background:#1c212c}.noUi-marker-large{background:#f7f8f9;margin-top:5px}.noUi-value{font-size:12px;font-weight:500;color:#a0a0a2;margin-top:10px}.medium-zoom-image--opened{z-index:999}.medium-zoom-overlay{z-index:99}.w-100.medium-zoom-image.medium-zoom-image--opened{width:auto!important}.simplebar-content{padding-right:1.25rem!important}.simplebar-track{background:#f7f8f9;border-radius:4px}.simplebar-track.simplebar-vertical{width:7px}.simplebar-scrollbar{opacity:.5}.simplebar-wrapper{height:150px}.swiper-overflow-visible{overflow:visible}.swiper-overflow-visible .swiper-scrollbar{bottom:-45px;left:0}.swiper-container-horizontal>.swiper-scrollbar{height:4px;width:100%;left:0}.card .swiper-button-disabled{opacity:0;display:none!important}.swiper-slide{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.swiper-pagination-bullet{width:8px;height:8px;font-size:12px;opacity:1;display:inline-block;margin-left:4px;margin-right:4px;cursor:pointer;transition:all .2s;overflow:hidden}.swiper-pagination-bullet-active{width:20px;border-radius:10px}.vertical-pagination .swiper-pagination-bullet-active{width:8px;height:20px}.swiper-pagination-bullet-light .swiper-pagination-bullet{background:hsla(0,0%,100%,.9)}.gallery-thumbs-vertical .swiper-slide{cursor:pointer;border-bottom:2px solid transparent;opacity:.5}.gallery-thumbs-vertical .swiper-slide.swiper-slide-thumb-active{border-color:#1c212c;opacity:1}.gallery-thumbs-horizontal .swiper-slide{border:2px solid #e9eaea;opacity:.5;cursor:pointer}.gallery-thumbs-horizontal .swiper-slide.swiper-slide-thumb-active{border-color:#1c212c;opacity:1}.swiper-btn{cursor:pointer;transition:all .2s ease-in}.swiper-btn:hover{opacity:.5}.swiper-btn-side{position:absolute;top:45%;left:0;z-index:30}.swiper-btn-side-right{left:auto;right:0}.swiper-btn-show-hover{transform:translateX(-20%);opacity:0}.swiper-btn-show-hover.swiper-btn-side-right{transform:translateX(10%)}.swiper-container:hover .swiper-btn-show-hover{transform:translateX(0);opacity:1}.swiper-button-disabled{opacity:.1}.swiper-disabled-hide.swiper-button-disabled{opacity:0!important}.lookbook-thumbs-horizontal .swiper-slide{opacity:.1;cursor:pointer;transition:all .2s linear}.lookbook-thumbs-horizontal .swiper-slide.swiper-slide-thumb-active,.lookbook-thumbs-horizontal .swiper-slide:hover{opacity:1}.swiper-pagination-blocks .swiper-pagination-custom{display:flex;justify-content:space-between}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet{display:flex;width:auto;flex-grow:1;border-radius:0;margin:0 1rem 0 0;background:#e9eaea;height:4px;cursor:default}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet:last-child{margin-right:0}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#1c212c}.svg-logo-white{color:#fc6229}.svg-logo-black{color:#1c212c}.navbar-transparent .svg-logo-black{color:#fff} \ No newline at end of file diff --git a/dist/assets/css/theme.bundle.css.map b/dist/assets/css/theme.bundle.css.map index 5304e3e..2d6eaec 100644 --- a/dist/assets/css/theme.bundle.css.map +++ b/dist/assets/css/theme.bundle.css.map @@ -1 +1 @@ -{"version":3,"sources":["webpack://./src/assets/scss/theme.scss","webpack://./src/assets/scss/utilities/_animations.scss","webpack://./src/assets/scss/utilities/_hover-effects.scss","webpack://./src/assets/scss/abstracts/_sass-variables.scss","webpack://./src/assets/scss/utilities/_backgrounds.scss","webpack://./src/assets/scss/abstracts/mixins/_backgrounds.scss","webpack://./src/assets/scss/utilities/_borders.scss","webpack://./node_modules/bootstrap/scss/mixins/_breakpoints.scss","webpack://./src/assets/scss/utilities/_overlay.scss","webpack://./src/assets/scss/utilities/_shadow.scss","webpack://./src/assets/scss/utilities/_spacings.scss","webpack://./src/assets/scss/utilities/_text.scss","webpack://./node_modules/bootstrap/scss/vendor/_rfs.scss","webpack://./src/assets/scss/utilities/_transforms.scss","webpack://./node_modules/bootstrap/scss/bootstrap.scss","webpack://./node_modules/bootstrap/scss/_root.scss","webpack://./node_modules/bootstrap/scss/_reboot.scss","webpack://./node_modules/bootstrap/scss/mixins/_border-radius.scss","webpack://./node_modules/bootstrap/scss/_type.scss","webpack://./node_modules/bootstrap/scss/mixins/_lists.scss","webpack://./node_modules/bootstrap/scss/_images.scss","webpack://./node_modules/bootstrap/scss/mixins/_image.scss","webpack://./node_modules/bootstrap/scss/_containers.scss","webpack://./node_modules/bootstrap/scss/mixins/_container.scss","webpack://./node_modules/bootstrap/scss/_grid.scss","webpack://./node_modules/bootstrap/scss/mixins/_grid.scss","webpack://./node_modules/bootstrap/scss/_tables.scss","webpack://./node_modules/bootstrap/scss/mixins/_table-variants.scss","webpack://./node_modules/bootstrap/scss/_functions.scss","webpack://./node_modules/bootstrap/scss/forms/_labels.scss","webpack://./node_modules/bootstrap/scss/forms/_form-text.scss","webpack://./node_modules/bootstrap/scss/forms/_form-control.scss","webpack://./node_modules/bootstrap/scss/mixins/_transition.scss","webpack://./node_modules/bootstrap/scss/mixins/_gradients.scss","webpack://./node_modules/bootstrap/scss/forms/_form-select.scss","webpack://./node_modules/bootstrap/scss/forms/_form-check.scss","webpack://./node_modules/bootstrap/scss/forms/_form-range.scss","webpack://./node_modules/bootstrap/scss/forms/_floating-labels.scss","webpack://./node_modules/bootstrap/scss/forms/_input-group.scss","webpack://./node_modules/bootstrap/scss/mixins/_forms.scss","webpack://./node_modules/bootstrap/scss/_buttons.scss","webpack://./node_modules/bootstrap/scss/mixins/_buttons.scss","webpack://./node_modules/bootstrap/scss/_transitions.scss","webpack://./node_modules/bootstrap/scss/_dropdown.scss","webpack://./node_modules/bootstrap/scss/mixins/_caret.scss","webpack://./node_modules/bootstrap/scss/_button-group.scss","webpack://./node_modules/bootstrap/scss/_nav.scss","webpack://./node_modules/bootstrap/scss/_navbar.scss","webpack://./node_modules/bootstrap/scss/_card.scss","webpack://./node_modules/bootstrap/scss/_accordion.scss","webpack://./node_modules/bootstrap/scss/_breadcrumb.scss","webpack://./node_modules/bootstrap/scss/_pagination.scss","webpack://./node_modules/bootstrap/scss/mixins/_pagination.scss","webpack://./node_modules/bootstrap/scss/_badge.scss","webpack://./node_modules/bootstrap/scss/_alert.scss","webpack://./node_modules/bootstrap/scss/mixins/_alert.scss","webpack://./node_modules/bootstrap/scss/_progress.scss","webpack://./node_modules/bootstrap/scss/_list-group.scss","webpack://./node_modules/bootstrap/scss/mixins/_list-group.scss","webpack://./node_modules/bootstrap/scss/_close.scss","webpack://./node_modules/bootstrap/scss/_toasts.scss","webpack://./node_modules/bootstrap/scss/_modal.scss","webpack://./node_modules/bootstrap/scss/_tooltip.scss","webpack://./node_modules/bootstrap/scss/mixins/_reset-text.scss","webpack://./node_modules/bootstrap/scss/_popover.scss","webpack://./node_modules/bootstrap/scss/_carousel.scss","webpack://./node_modules/bootstrap/scss/mixins/_clearfix.scss","webpack://./node_modules/bootstrap/scss/_spinners.scss","webpack://./node_modules/bootstrap/scss/_offcanvas.scss","webpack://./node_modules/bootstrap/scss/helpers/_colored-links.scss","webpack://./node_modules/bootstrap/scss/helpers/_ratio.scss","webpack://./node_modules/bootstrap/scss/helpers/_position.scss","webpack://./node_modules/bootstrap/scss/helpers/_visually-hidden.scss","webpack://./node_modules/bootstrap/scss/mixins/_visually-hidden.scss","webpack://./node_modules/bootstrap/scss/helpers/_stretched-link.scss","webpack://./node_modules/bootstrap/scss/helpers/_text-truncation.scss","webpack://./node_modules/bootstrap/scss/mixins/_text-truncate.scss","webpack://./node_modules/bootstrap/scss/mixins/_utilities.scss","webpack://./node_modules/bootstrap/scss/utilities/_api.scss","webpack://./src/assets/scss/abstracts/_css-vars.scss","webpack://./src/assets/scss/base/_base.scss","webpack://./src/assets/scss/components/_alert.scss","webpack://./src/assets/scss/components/accordions/_accordions-shared.scss","webpack://./src/assets/scss/components/accordions/_accordion-stripped.scss","webpack://./src/assets/scss/components/accordions/_accordion-icon-plus.scss","webpack://./src/assets/scss/components/accordions/_accordion-icon-left.scss","webpack://./src/assets/scss/components/_badge.scss","webpack://./src/assets/scss/components/buttons/_buttons-shared.scss","webpack://./src/assets/scss/components/buttons/_buttons-brand.scss","webpack://./src/assets/scss/components/buttons/_buttons-chunky.scss","webpack://./src/assets/scss/abstracts/mixins/_buttons.scss","webpack://./src/assets/scss/components/buttons/_buttons-faded.scss","webpack://./src/assets/scss/components/buttons/_buttons-icon.scss","webpack://./src/assets/scss/components/buttons/_buttons-rounded.scss","webpack://./src/assets/scss/components/buttons/_buttons-skewed.scss","webpack://./src/assets/scss/components/_breadcrumbs.scss","webpack://./src/assets/scss/components/_checkout.scss","webpack://./src/assets/scss/components/cards/_card-shared.scss","webpack://./src/assets/scss/components/cards/_card-badges.scss","webpack://./src/assets/scss/components/cards/_card-skewed.scss","webpack://./src/assets/scss/components/cards/_card-reveal.scss","webpack://./src/assets/scss/components/cards/_card-expand.scss","webpack://./src/assets/scss/components/cards/_card-product-listing.scss","webpack://./src/assets/scss/components/cards/_card-rotate.scss","webpack://./src/assets/scss/components/cards/_card-brands.scss","webpack://./src/assets/scss/components/cards/_card-hover-actions.scss","webpack://./src/assets/scss/components/_collapse.scss","webpack://./src/assets/scss/components/_dropdown.scss","webpack://./src/assets/scss/components/_forms.scss","webpack://./src/assets/scss/components/_form-check.scss","webpack://./src/assets/scss/components/_hotspot.scss","webpack://./src/assets/scss/components/_modals.scss","webpack://./src/assets/scss/components/_navbar.scss","webpack://./src/assets/scss/components/_pagination.scss","webpack://./src/assets/scss/components/_payment-icons.scss","webpack://./src/assets/scss/components/popovers/_popovers-shared.scss","webpack://./src/assets/scss/components/popovers/_popovers-gray.scss","webpack://./src/assets/scss/components/popovers/_popovers-dark.scss","webpack://./src/assets/scss/components/_reviews.scss","webpack://./src/assets/scss/components/_scroll-to.scss","webpack://./src/assets/scss/components/_search.scss","webpack://./src/assets/scss/components/tabs/_tabs-shared.scss","webpack://./src/assets/scss/components/tabs/_tabs-border.scss","webpack://./src/assets/scss/components/tooltips/_tooltips-gray.scss","webpack://./src/assets/scss/components/tooltips/_tooltips-white.scss","webpack://./src/assets/scss/vendors/aos/_aos.scss","webpack://./src/assets/scss/vendors/choices/_choices.scss","webpack://./src/assets/scss/vendors/remixicon/_remixicon.scss","webpack://./src/assets/scss/vendors/nouislider/nouislider.css","webpack://./src/assets/scss/vendors/medium-zoom/_medium-zoom.scss","webpack://./src/assets/scss/vendors/simplebar/simplebar.css","webpack://./src/assets/scss/vendors/swiper/_swiper.scss","webpack://./src/assets/scss/custom.scss"],"names":[],"mappings":"AAAA,iBCAA,+CACC,CADD,uCACC,CAAA,mBAKA,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,mBADD,+CACC,CADD,uCACC,CAAA,oBADD,gDACC,CADD,wCACC,CAAA,sBAMD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,sBADD,6CACC,CADD,qCACC,CAAA,uBADD,8CACC,CADD,sCACC,CAAA,yBAKF,GACC,uBACC,CAAA,IAGD,8BACC,CAAA,GAGD,uBACC,CAAA,CAfA,iBAKF,GACC,uBACC,CAAA,IAGD,8BACC,CAAA,GAGD,uBACC,CAAA,CAAA,gBAIF,+BACC,CADD,uBACC,CAAA,iBACA,CAAA,0CACA,CADA,kCACA,CAAA,qBAGD,gCACC,CADD,wBACC,CAAA,iBACA,CAAA,0CACA,CADA,kCACA,CAAA,wBAGD,GACC,4BACE,CAAA,kBACA,CAAA,IAEF,oBACE,CAAA,GAEF,kBACE,CAAA,CAZF,gBAGD,GACC,4BACE,CAAA,kBACA,CAAA,IAEF,oBACE,CAAA,GAEF,kBACE,CAAA,CAAA,kBAKH,6CACC,CADD,qCACC,CAAA,4BAGD,GACC,sBACC,CAAA,GAGD,wBACC,CAAA,CATD,oBAGD,GACC,sBACC,CAAA,GAGD,wBACC,CAAA,CAAA,mBAIF,4CACC,CADD,oCACC,CAAA,2BAGD,GACC,kBACC,CAAA,UACA,CAAA,IAGD,qBACC,CAAA,SACA,CAAA,CAXD,mBAGD,GACC,kBACC,CAAA,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CalBb,oBbkBa,CahBb,gMAKI,2CAAA,CAKN,sDAEE,abIa,CaHb,4BAAA,CDvDF,qBCmBA,abuCe,CatCf,oBbsCe,CapCf,2BACE,UATY,CAUZ,wBbkCa,CajCb,oBbiCa,Ca9Bf,iEAEE,0CAAA,CAGF,iLAKE,UArBa,CAsBb,wBbmBa,CalBb,oBbkBa,CahBb,+MAKI,0CAAA,CAKN,4DAEE,abIa,CaHb,4BAAA,CDvDF,oBCmBA,abuCe,CatCf,oBbsCe,CapCf,0BACE,UATY,CAUZ,wBbkCa,CajCb,oBbiCa,Ca9Bf,+DAEE,0CAAA,CAGF,4KAKE,UArBa,CAsBb,wBbmBa,CalBb,oBbkBa,CahBb,0MAKI,0CAAA,CAKN,0DAEE,abIa,CaHb,4BAAA,CDvDF,mBCmBA,abuCe,CatCf,oBbsCe,CapCf,yBACE,UATY,CAUZ,wBbkCa,CajCb,oBbiCa,Ca9Bf,6DAEE,2CAAA,CAGF,uKAKE,UArBa,CAsBb,wBbmBa,CalBb,oBbkBa,CahBb,qMAKI,2CAAA,CAKN,wDAEE,abIa,CaHb,4BAAA,CDvDF,kBCmBA,abuCe,CatCf,oBbsCe,CapCf,wBACE,UATY,CAUZ,wBbkCa,CajCb,oBbiCa,Ca9Bf,2DAEE,yCAAA,CAGF,kKAKE,UArBa,CAsBb,wBbmBa,CalBb,oBbkBa,CahBb,gMAKI,yCAAA,CAKN,sDAEE,abIa,CaHb,4BAAA,CDvDF,sBCmBA,abuCe,CatCf,oBbsCe,CapCf,4BACE,UATY,CAUZ,wBbkCa,CajCb,oBbiCa,Ca9Bf,mEAEE,0CAAA,CAGF,sLAKE,UArBa,CAsBb,wBbmBa,CalBb,oBbkBa,CahBb,oNAKI,0CAAA,CAKN,8DAEE,abIa,CaHb,4BAAA,CDvDF,qBCmBA,abuCe,CatCf,oBbsCe,CapCf,2BACE,UATY,CAUZ,wBbkCa,CajCb,oBbiCa,Ca9Bf,iEAEE,0CAAA,CAGF,iLAKE,UArBa,CAsBb,wBbmBa,CalBb,oBbkBa,CahBb,+MAKI,0CAAA,CAKN,4DAEE,abIa,CaHb,4BAAA,CDvDF,mBCmBA,UbuCe,CatCf,iBbsCe,CapCf,yBACE,UATY,CAUZ,qBbkCa,C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A,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,6BACE,aAAA,CD6CF,eClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,2BACE,aAAA,CD6CF,YClDA,aDgDgB,CrB9ChB,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,wBACE,aAAA,CD6CF,eClDA,aDgDgB,CrB9ChB,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,2BACE,aAAA,CD6CF,cClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,0BACE,aAAA,CD6CF,aClDA,aDgDgB,CrB9ChB,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,yBACE,aAAA,CD6CF,YClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,wBACE,aAAA,CD6CF,gBClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,4BACE,aAAA,CD6CF,eClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,2BACE,aAAA,CD6CF,aClDA,UDgDgB,CrB9ChB,qBqB0CmB,CC1CnB,iBD2Ce,CCzCf,yBACE,aAAA,CD6CF,YClDA,aDgDgB,CrB9ChB,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,wBACE,aAAA,CD6CF,YClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,wBACE,aAAA,CD6CF,cClDA,aD8Cc,CrB5Cd,wBqB0CmB,CC1CnB,oBD2Ce,CCzCf,0BACE,aAAA,CCHF,wCACE,GAAA,0BrDkxCgC,CAAA,CqDnxClC,gCACE,GAAA,0BrDkxCgC,CAAA,CqD7wCpC,UAEE,WrD2wCkC,CS5hC9B,gBALI,C4CvOR,wBrDLS,CcSP,oBAAA,CuCCJ,wBATE,YAAA,CAEA,eAgBA,CATF,cAEE,qBAAA,CACA,sBAAA,CAEA,UrDlBM,CqDmBN,iBAAA,CACA,kBAAA,CACA,wBrDQQ,C6BpBJ,yBwBaJ,CxBTI,sCAAA,cACE,eAAA,CAAA,CwBWR,sBvBYE,qKAAA,CuBVA,yBAAA,CAIA,uBACE,yDAAA,CAAA,iDAAA,CAGE,sCAJJ,uBAKM,sBAAA,CAAA,cAAA,CAAA,CCvCR,YACE,YAAA,CACA,qBAAA,CAGA,cAAA,CACA,eAAA,CxCSE,oBAAA,CwCLJ,qBACE,oBAAA,CACA,qBAAA,CAEA,+BAEE,kCAAA,CACA,yBAAA,CAUJ,wBACE,UAAA,CACA,atDlBS,CsDmBT,kBAAA,CAGA,4DAEE,SAAA,CACA,atDzBO,CsD0BP,oBAAA,CACA,wBtDjCO,CsDoCT,+BACE,atD7BO,CsD8BP,wBtDrCO,CsD8CX,iBACE,iBAAA,CACA,aAAA,CACA,kBAAA,CACA,atD3CS,CsD4CT,oBAAA,CACA,qBtDvDM,CsDwDN,iCAAA,CAEA,6BxCrCE,8BAAA,CACA,+BAAA,CwCwCF,4BxC3BE,kCAAA,CACA,iCAAA,CwC8BF,oDAEE,atD7DO,CsD8DP,mBAAA,CACA,qBtDtEI,CsD0EN,wBACE,SAAA,CACA,UtD5EI,CsD6EJ,wBtDnEO,CsDoEP,oBtDpEO,CsDuET,kCACE,kBAAA,CAEA,yCACE,eAAA,CACA,oBtDqUwB,CsDvT1B,uBACE,kBAAA,CAGE,oDxCrCJ,gCAAA,CAZA,yBAAA,CwCsDI,mDxCtDJ,8BAAA,CAYA,2BAAA,CwC+CI,+CACE,YAAA,CAGF,yDACE,oBtDoSoB,CsDnSpB,mBAAA,CAEA,gEACE,gBAAA,CACA,qBtD+RkB,CInW1B,wBkD4CA,0BACE,kBAAA,CAGE,uDxCrCJ,gCAAA,CAZA,yBAAA,CwCsDI,sDxCtDJ,8BAAA,CAYA,2BAAA,CwC+CI,kDACE,YAAA,CAGF,4DACE,oBtDoSoB,CsDnSpB,mBAAA,CAEA,mEACE,gBAAA,CACA,qBtD+RkB,CAAA,CInW1B,wBkD4CA,0BACE,kBAAA,CAGE,uDxCrCJ,gCAAA,CAZA,yBAAA,CwCsDI,sDxCtDJ,8BAAA,CAYA,2BAAA,CwC+CI,kDACE,YAAA,CAGF,4DACE,oBtDoSoB,CsDnSpB,mBAAA,CAEA,mEACE,gBAAA,CACA,qBtD+RkB,CAAA,CInW1B,wBkD4CA,0BACE,kBAAA,CAGE,uDxCrCJ,gCAAA,CAZA,yBAAA,CwCsDI,sDxCtDJ,8BAAA,CAYA,2BAAA,CwC+CI,kDACE,YAAA,CAGF,4DACE,oBtDoSoB,CsDnSpB,mBAAA,CAEA,mEACE,gBAAA,CACA,qBtD+RkB,CAAA,CInW1B,yBkD4CA,0BACE,kBAAA,CAGE,uDxCrCJ,gCAAA,CAZA,yBAAA,CwCsDI,sDxCtDJ,8BAAA,CAYA,2BAAA,CwC+CI,kDACE,YAAA,CAGF,4DACE,oBtDoSoB,CsDnSpB,mBAAA,CAEA,mEACE,gBAAA,CACA,qBtD+RkB,CAAA,CInW1B,yBkD4CA,2BACE,kBAAA,CAGE,wDxCrCJ,gCAAA,CAZA,yBAAA,CwCsDI,uDxCtDJ,8BAAA,CAYA,2BAAA,CwC+CI,mDACE,YAAA,CAGF,6DACE,oBtDoSoB,CsDnSpB,mBAAA,CAEA,oEACE,gBAAA,CACA,qBtD+RkB,CAAA,CsDjR9B,kBxC9HI,eAAA,CwCiIF,mCACE,oBAAA,CAEA,8CACE,qBAAA,CCpJJ,yBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,4GAEE,aD2Ja,CC1Jb,wBAAA,CAGF,uDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,2BACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,gHAEE,aD2Ja,CC1Jb,wBAAA,CAGF,yDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,yBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,4GAEE,aD2Ja,CC1Jb,wBAAA,CAGF,uDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,sBACE,aDmKmB,CClKnB,wBD+JsB,CC5JpB,sGAEE,aD6Je,CC5Jf,wBAAA,CAGF,oDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,yBACE,aDmKmB,CClKnB,wBD+JsB,CC5JpB,4GAEE,aD6Je,CC5Jf,wBAAA,CAGF,uDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,wBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,0GAEE,aD2Ja,CC1Jb,wBAAA,CAGF,sDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,uBACE,aDmKmB,CClKnB,wBD+JsB,CC5JpB,wGAEE,aD6Je,CC5Jf,wBAAA,CAGF,qDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,sBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,sGAEE,aD2Ja,CC1Jb,wBAAA,CAGF,oDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,0BACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,8GAEE,aD2Ja,CC1Jb,wBAAA,CAGF,wDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,yBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,4GAEE,aD2Ja,CC1Jb,wBAAA,CAGF,uDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,uBACE,UDmKmB,CClKnB,qBD+JsB,CC5JpB,wGAEE,UD6Je,CC5Jf,wBAAA,CAGF,qDACE,UvDTA,CuDUA,qBDoJkB,CCnJlB,iBDmJkB,CCjKxB,sBACE,aDmKmB,CClKnB,wBD+JsB,CC5JpB,sGAEE,aD6Je,CC5Jf,wBAAA,CAGF,oDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,sBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,sGAEE,aD2Ja,CC1Jb,wBAAA,CAGF,oDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CCjKxB,wBACE,aDiKiB,CChKjB,wBD+JsB,CC5JpB,0GAEE,aD2Ja,CC1Jb,wBAAA,CAGF,sDACE,UvDTA,CuDUA,wBDoJkB,CCnJlB,oBDmJkB,CEhK1B,WACE,sBAAA,CACA,SxDs4C2B,CwDr4C3B,UxDq4C2B,CwDp4C3B,aAAA,CACA,UxDQM,CwDPN,uWAAA,CACA,QAAA,C1COE,oBAAA,C0CLF,UxDs4C2B,CwDn4C3B,iBACE,UAAA,CACA,oBAAA,CACA,WxDi4CyB,CwD93C3B,iBACE,SAAA,CACA,0CxDunB4B,CwDtnB5B,SxD43CyB,CwDz3C3B,wCAEE,mBAAA,CACA,wBAAA,CAAA,qBAAA,CAAA,oBAAA,CAAA,gBAAA,CACA,WxDs3CyB,CwDl3C7B,iBACE,iDxDk3C2B,CyDx5C7B,OACE,WzD0qCkC,CyDzqClC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A,CDxCF,mBCiBA,4BAAA,CACA,mBAAA,CACA,wBAAA,C1DNE,6H0DQH,C1DJG,sCyDjBF,mBzDkBI,eAAA,CAAA,C0DKL,yBACG,kBAAA,CACA,wBAAA,CACA,4BAAA,CAGF,mDAEI,mBAAA,CACA,sCAAA,CAGJ,+DACE,sBAAA,CAGF,+DACE,gBAAA,CCxCF,mBDDA,oCCE+B,CDD/B,avF2EW,CuFpEX,4EAJE,qCAAA,CACA,avFuES,CwF3EX,qBDDA,qCCE+B,CDD/B,avF2EW,CuFpEX,kFAJE,sCAAA,CACA,avFuES,CwF3EX,mBDDA,oCCE+B,CDD/B,avF2EW,CuFpEX,4EAJE,qCAAA,CACA,avFuES,CwF3EX,gBDDA,oCCE+B,CDD/B,avF2EW,CuFpEX,mEAJE,qCAAA,CACA,avFuES,CwF3EX,mBDDA,mCCE+B,CDD/B,avF2EW,CuFpEX,4EAJE,oCAAA,CACA,avFuES,CwF3EX,kBDDA,mCCE+B,CDD/B,avF2EW,CuFpEX,yEAJE,oCAAA,CACA,avFuES,CwF3EX,iBDDA,oCCE+B,CDD/B,avF2EW,CuFpEX,sEAJE,qCAAA,CACA,avFuES,CwF3EX,gBDDA,kCCE+B,CDD/B,avF2EW,CuFpEX,mEAJE,mCAAA,CACA,avFuES,CwF3EX,oBDDA,mCCE+B,CDD/B,avF2EW,CuFpEX,+EAJE,oCAAA,CACA,avFuES,CwF3EX,mBDDA,mCCE+B,CDD/B,avF2EW,CuFpEX,4EAJE,oCAAA,CACA,avFuES,CwF3EX,iBDDA,mCCE+B,CDD/B,UvF2EW,CuFpEX,sEAJE,oCAAA,CACA,UvFuES,CwF3EX,gBDDA,qCCE+B,CDD/B,avF2EW,CuFpEX,mEAJE,sCAAA,CACA,avFuES,CwF3EX,gBDDA,mCCE+B,CDD/B,avF2EW,CuFpEX,mEAJE,oCAAA,CACA,avFuES,CwF3EX,kBDDA,mCCE+B,CDD/B,avF2EW,CuFpEX,yEAJE,oCAAA,CACA,avFuES,CyF7Ef,UACI,UAAA,CACA,WAAA,CACA,SAAA,CACA,YAAA,CACA,kBAAA,CACA,sBAAA,CACA,aAAA,CACA,kBAAA,CAEA,6CACI,UAAA,CACA,WAAA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","file":"theme.bundle.css","sourcesContent":[".animation-float{animation:float 3s ease-in-out infinite}.animation-float-1{animation:float 1s ease-in-out infinite}.animation-float-2{animation:float 2s ease-in-out infinite}.animation-float-3{animation:float 3s ease-in-out infinite}.animation-float-4{animation:float 4s ease-in-out infinite}.animation-float-5{animation:float 5s ease-in-out infinite}.animation-float-6{animation:float 6s ease-in-out infinite}.animation-float-7{animation:float 7s ease-in-out infinite}.animation-float-8{animation:float 8s ease-in-out infinite}.animation-float-9{animation:float 9s ease-in-out infinite}.animation-float-10{animation:float 10s ease-in-out infinite}.animation-marquee-10{animation:marquee 10s linear infinite}.animation-marquee-20{animation:marquee 20s linear infinite}.animation-marquee-30{animation:marquee 30s linear infinite}.animation-marquee-40{animation:marquee 40s linear infinite}.animation-marquee-50{animation:marquee 50s linear infinite}.animation-marquee-60{animation:marquee 60s linear infinite}.animation-marquee-70{animation:marquee 70s linear infinite}.animation-marquee-80{animation:marquee 80s linear infinite}.animation-marquee-90{animation:marquee 90s linear infinite}.animation-marquee-100{animation:marquee 100s linear infinite}@keyframes float{0%{transform:translate3d(0, 0, 0)}50%{transform:translate3d(0, 7px, 0)}100%{transform:translate3d(0, 0, 0)}}.animation-move{animation:move 80s ease;position:absolute;animation-iteration-count:infinite}.animation-move-slow{animation:move 120s ease;position:absolute;animation-iteration-count:infinite}@keyframes move{0%{transform-origin:bottom left;transform:scale(1)}50%{transform:scale(1.2)}100%{transform:scale(1)}}.animation-rotate{animation:rotation 2s infinite linear}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}.animation-pulsate{animation:pulsate 2s infinite linear}@keyframes pulsate{0%{transform:scale(1);opacity:.8}45%{transform:scale(1.75);opacity:0}}@keyframes fadeIn{0%{display:none;opacity:0}1%{display:block;opacity:0}100%{display:block;opacity:1}}@keyframes fadeInLeft{0%{display:none;opacity:0;transform:translateX(-100%)}1%{display:block;opacity:0}100%{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeInRight{0%{display:none;opacity:0;transform:translateX(100%)}1%{display:block;opacity:0}100%{display:block;opacity:1;transform:translateX(0)}}@keyframes fadeOutRight{0%{display:block;opacity:1;transform:translateX(0)}100%{display:none;opacity:0;transform:translateX(100%)}}@keyframes fadeInUp{0%{display:none;opacity:0;transform:translateY(10px)}1%{display:block;opacity:0}100%{display:block;opacity:1;transform:translateY(0)}}@keyframes fadeInUpMenu{0%{display:none;opacity:0;transform:translate(-50%, 10px)}1%{display:block;opacity:0}100%{display:block;opacity:1;transform:translate(-50%, 0)}}@keyframes marquee{from{transform:translate3d(0, 0, 0)}to{transform:translate3d(-100%, 0, 0)}}[class*=hover-]{will-change:transform,opacity,box-shadow}.hover-lift{transition:all ease-in .15s}.hover-lift:hover{transform:translate3d(0px, -5px, 0px)}.hover-lift-sm{transition:all ease-in .15s}.hover-lift-sm:hover{transform:translate3d(0px, -2px, 0px)}.hover-opacity-75{transition:all ease-in .15s}.hover-opacity-75:hover{opacity:.75}.hover-boxshadow{transition:all ease-in .15s}.hover-boxshadow:hover{box-shadow:0 .5rem 1rem rgba(29,48,61,.06)}.hover-target-show{opacity:0;transition:all ease-in .1s}.hover-target-hide{opacity:1;transition:all ease-in .1s}.hover-show{opacity:0}.hover-trigger:hover{z-index:20}.hover-trigger:hover .hover-target-show{opacity:1;transition:all ease-in .3s}.hover-trigger:hover .hover-target-hide{opacity:0}.hover-trigger:hover .hover-show{opacity:1}.hover-pseudo-bg{position:relative}.hover-pseudo-bg:before{content:\"\";display:block;background:#fff;box-shadow:0 1rem 2.5rem rgba(29,48,61,.125);border-radius:.25rem;width:100%;min-height:100%;height:var(--theme-listing-page-card-pseudo-hover-height);transform:scale3d(1.1, 1.1, 1.1);position:absolute;z-index:-1;transition:all ease-in .3s;opacity:0}.hover-pseudo-bg:hover:before{opacity:1}.bg-img-cover{background-repeat:no-repeat;background-size:cover}.bg-img-contain{background-repeat:no-repeat;background-size:contain}.bg-pos-center-center{background-position:center center}.bg-pos-center-top{background-position:center top}.bg-pos-center-bottom{background-position:center bottom}.bg-pos-left-top{background-position:left top}.bg-pos-left-center{background-position:left center}.bg-pos-right-center{background-position:right center}.bg-pos-right-top{background-position:right top}.bg-pos-center-bottom{background-position:center bottom}.bg-pos-left-bottom{background-position:left bottom}.bg-pos-right-bottom{background-position:right bottom}.bg-white-hover:hover{background:#fff !important}.bg-primary-faded{background-color:rgba(111,70,255,.2) !important}.bg-secondary-faded{background-color:rgba(160,160,162,.2) !important}.bg-success-faded{background-color:rgba(25,184,162,.2) !important}.bg-info-faded{background-color:rgba(13,202,240,.2) !important}.bg-warning-faded{background-color:rgba(255,237,3,.2) !important}.bg-danger-faded{background-color:rgba(219,26,42,.2) !important}.bg-light-faded{background-color:rgba(246,246,246,.2) !important}.bg-dark-faded{background-color:rgba(28,33,44,.2) !important}.bg-facebook-faded{background-color:rgba(59,89,152,.2) !important}.bg-twitter-faded{background-color:rgba(0,172,238,.2) !important}.bg-white-faded{background-color:rgba(255,255,255,.2) !important}.bg-pink-faded{background-color:rgba(255,166,158,.2) !important}.bg-teal-faded{background-color:rgba(8,197,213,.2) !important}.bg-orange-faded{background-color:rgba(252,98,41,.2) !important}.bg-teal-300{background:#e2f7f9}.bg-black-opacity{background:rgba(0,0,0,.2)}.bg-gray-800{background:#343a40 !important}.border-top-white-opacity{border-top:1px solid rgba(255,255,255,.15)}.border-bottom-white-opacity{border-bottom:1px solid rgba(255,255,255,.15)}.border-white-opacity{border:1px solid rgba(255,255,255,.15)}.rounded-lg{border-radius:.3rem !important}.rounded-xl{border-radius:20px !important}.rounded-0-top-start{border-top-left-radius:0 !important}.rounded-0-bottom-start{border-bottom-left-radius:0 !important}.rounded-0-top-end{border-top-right-radius:0 !important}.rounded-0-bottom-end{border-bottom-right-radius:0 !important}@media(min-width: 992px){.border-lg-bottom{border-bottom:1px solid #e9eaea}}.bg-overlay-gradient-dark:after{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0) 99%);z-index:1;border-radius:.25rem;transition:opacity ease-in-out .3s}.bg-overlay-dark:after{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:rgba(0,0,0,.4);z-index:1;border-radius:.25rem;transition:opacity ease-in-out .3s}.bg-overlay-gradient-light:after{content:\"\";position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;background:linear-gradient(0deg, rgba(255, 255, 255, 0.56) 0%, rgba(255, 255, 255, 0) 99%);z-index:1;border-radius:.25rem;transition:opacity ease-in-out .3s}.bg-overlay-sides-white-to-transparent{position:relative}.bg-overlay-sides-white-to-transparent:before{content:\"\";display:block;position:absolute;width:20%;height:100%;left:0;top:0;bottom:0;background:linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0.93) 50%, rgba(255, 255, 255, 0) 100%);z-index:10}.bg-overlay-sides-white-to-transparent:after{content:\"\";display:block;position:absolute;width:20%;height:100%;right:0;top:0;bottom:0;background:linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.93) 50%, white 100%);z-index:10}.bg-overlay-h-25:after{height:25%;top:auto}.bg-overlay-h-50:after{height:50%;top:auto}.bg-overlay-h-75:after{height:75%;top:auto}.shadow-primary{box-shadow:-1px 1px 13px -6px rgba(111,70,255,.85)}.shadow-secondary{box-shadow:-1px 1px 13px -6px rgba(160,160,162,.85)}.shadow-success{box-shadow:-1px 1px 13px -6px rgba(25,184,162,.85)}.shadow-info{box-shadow:-1px 1px 13px -6px rgba(13,202,240,.85)}.shadow-warning{box-shadow:-1px 1px 13px -6px rgba(255,237,3,.85)}.shadow-danger{box-shadow:-1px 1px 13px -6px rgba(219,26,42,.85)}.shadow-light{box-shadow:-1px 1px 13px -6px rgba(246,246,246,.85)}.shadow-dark{box-shadow:-1px 1px 13px -6px rgba(28,33,44,.85)}.shadow-facebook{box-shadow:-1px 1px 13px -6px rgba(59,89,152,.85)}.shadow-twitter{box-shadow:-1px 1px 13px -6px rgba(0,172,238,.85)}.shadow-white{box-shadow:-1px 1px 13px -6px rgba(255,255,255,.85)}.shadow-pink{box-shadow:-1px 1px 13px -6px rgba(255,166,158,.85)}.shadow-teal{box-shadow:-1px 1px 13px -6px rgba(8,197,213,.85)}.shadow-orange{box-shadow:-1px 1px 13px -6px rgba(252,98,41,.85)}.odd-child-mt-5:nth-of-type(odd){margin-top:calc(1rem * 5)}.even-child-mt-5:nth-of-type(even){margin-top:calc(1rem * 5)}@media(max-width: 767.98px){.display-md-1{font-size:calc(1.5rem + 3vw);font-weight:300;line-height:1.2}}@media(max-width: 767.98px)and (min-width: 1200px){.display-md-1{font-size:3.75rem}}@media(max-width: 767.98px){.display-md-2{font-size:calc(1.45rem + 2.4vw);font-weight:300;line-height:1.2}}@media(max-width: 767.98px)and (min-width: 1200px){.display-md-2{font-size:3.25rem}}@media(max-width: 767.98px){.display-md-3{font-size:calc(1.4rem + 1.8vw);font-weight:300;line-height:1.2}}@media(max-width: 767.98px)and (min-width: 1200px){.display-md-3{font-size:2.75rem}}@media(max-width: 767.98px){.display-md-4{font-size:calc(1.35rem + 1.2vw);font-weight:300;line-height:1.2}}@media(max-width: 767.98px)and (min-width: 1200px){.display-md-4{font-size:2.25rem}}@media(max-width: 767.98px){.display-md-5{font-size:calc(1.3rem + 0.6vw);font-weight:300;line-height:1.2}}@media(max-width: 767.98px)and (min-width: 1200px){.display-md-5{font-size:1.75rem}}@media(max-width: 767.98px){.display-md-6{font-size:calc(1.275rem + 0.3vw);font-weight:300;line-height:1.2}}@media(max-width: 767.98px)and (min-width: 1200px){.display-md-6{font-size:1.5rem}}.fs-xs{font-size:11px !important}.link-cover:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:30;pointer-events:auto;content:\"\"}.text-link-border{text-decoration:none;border-bottom:1px solid #1c212c;border-radius:0;transition:all linear .2s}.text-link-border:hover,.text-link-border:focus,.text-link-border:active{border-color:transparent}.title-small{letter-spacing:.2em;text-transform:uppercase;font-size:.85rem;font-weight:500;display:block}.translate{transform:translate(var(--theme-translate-X), var(--theme-translate-Y))}.translate-x-n0{--theme-translate-X: -0}.translate-x-0{--theme-translate-X: 0}.translate-y-n0{--theme-translate-Y: -0}.translate-y-0{--theme-translate-Y: 0}.translate-x-n1{--theme-translate-X: -1%}.translate-x-1{--theme-translate-X: 1%}.translate-y-n1{--theme-translate-Y: -1%}.translate-y-1{--theme-translate-Y: 1%}.translate-x-n2{--theme-translate-X: -2%}.translate-x-2{--theme-translate-X: 2%}.translate-y-n2{--theme-translate-Y: -2%}.translate-y-2{--theme-translate-Y: 2%}.translate-x-n3{--theme-translate-X: -3%}.translate-x-3{--theme-translate-X: 3%}.translate-y-n3{--theme-translate-Y: -3%}.translate-y-3{--theme-translate-Y: 3%}.translate-x-n4{--theme-translate-X: -4%}.translate-x-4{--theme-translate-X: 4%}.translate-y-n4{--theme-translate-Y: -4%}.translate-y-4{--theme-translate-Y: 4%}.translate-x-n5{--theme-translate-X: -5%}.translate-x-5{--theme-translate-X: 5%}.translate-y-n5{--theme-translate-Y: -5%}.translate-y-5{--theme-translate-Y: 5%}.translate-x-n7{--theme-translate-X: -7%}.translate-x-7{--theme-translate-X: 7%}.translate-y-n7{--theme-translate-Y: -7%}.translate-y-7{--theme-translate-Y: 7%}.translate-x-n10{--theme-translate-X: -10%}.translate-x-10{--theme-translate-X: 10%}.translate-y-n10{--theme-translate-Y: -10%}.translate-y-10{--theme-translate-Y: 10%}.translate-x-n20{--theme-translate-X: -20%}.translate-x-20{--theme-translate-X: 20%}.translate-y-n20{--theme-translate-Y: -20%}.translate-y-20{--theme-translate-Y: 20%}.translate-x-n25{--theme-translate-X: -25%}.translate-x-25{--theme-translate-X: 25%}.translate-y-n25{--theme-translate-Y: -25%}.translate-y-25{--theme-translate-Y: 25%}.translate-x-n30{--theme-translate-X: -30%}.translate-x-30{--theme-translate-X: 30%}.translate-y-n30{--theme-translate-Y: -30%}.translate-y-30{--theme-translate-Y: 30%}.translate-x-n35{--theme-translate-X: -35%}.translate-x-35{--theme-translate-X: 35%}.translate-y-n35{--theme-translate-Y: -35%}.translate-y-35{--theme-translate-Y: 35%}.translate-x-n40{--theme-translate-X: -40%}.translate-x-40{--theme-translate-X: 40%}.translate-y-n40{--theme-translate-Y: -40%}.translate-y-40{--theme-translate-Y: 40%}.translate-x-n45{--theme-translate-X: -45%}.translate-x-45{--theme-translate-X: 45%}.translate-y-n45{--theme-translate-Y: -45%}.translate-y-45{--theme-translate-Y: 45%}.translate-x-n50{--theme-translate-X: -50%}.translate-x-50{--theme-translate-X: 50%}.translate-y-n50{--theme-translate-Y: -50%}.translate-y-50{--theme-translate-Y: 50%}.translate-x-n75{--theme-translate-X: -75%}.translate-x-75{--theme-translate-X: 75%}.translate-y-n75{--theme-translate-Y: -75%}.translate-y-75{--theme-translate-Y: 75%}.translate-x-n100{--theme-translate-X: -100%}.translate-x-100{--theme-translate-X: 100%}.translate-y-n100{--theme-translate-Y: -100%}.translate-y-100{--theme-translate-Y: 100%}.skew-5{transform:skewY(5deg)}.skew-n5{transform:skewY(-5deg)}.skew-10{transform:skewY(10deg)}.skew-n10{transform:skewY(-10deg)}/*!\n * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f46ff;--bs-pink: #ffa69e;--bs-red: #db1a2a;--bs-orange: #fc6229;--bs-yellow: #ffed03;--bs-green: #19b8a2;--bs-teal: #08c5d5;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #a0a0a2;--bs-gray-dark: #343a40;--bs-primary: #6f46ff;--bs-secondary: #a0a0a2;--bs-success: #19b8a2;--bs-info: #0dcaf0;--bs-warning: #ffed03;--bs-danger: #db1a2a;--bs-light: #f6f6f6;--bs-dark: #1c212c;--bs-facebook: #3b5998;--bs-twitter: #00acee;--bs-white: #fff;--bs-pink: #ffa69e;--bs-teal: #08c5d5;--bs-orange: #fc6229;--bs-font-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-font-sans-serif);font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;background-color:currentColor;border:0;opacity:.25}hr:not([size]){height:1px}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-bs-original-title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:500}small,.small{font-size:0.85em}mark,.mark{padding:.2em;background-color:#fcf8e3}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:#1c212c;text-decoration:underline}a:hover{color:#161a23}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em;direction:ltr /* rtl:ignore */;unicode-bidi:bidi-override}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.85em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.85em;color:#ffa69e;word-wrap:break-word}a>code{color:inherit}kbd{padding:.2rem .4rem;font-size:0.85em;color:#fff;background-color:#1c212c;border-radius:.2rem}kbd kbd{padding:0;font-size:1em;font-weight:700}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:#a0a0a2;text-align:left}th{font-weight:500;text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]::-webkit-calendar-picker-indicator{display:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:textfield}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.35rem + 1.2vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.25rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.85em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.85em;color:#a0a0a2}.blockquote-footer::before{content:\"— \"}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:.25rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.85em;color:#a0a0a2}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:var(--bs-gutter-x, 1.5rem);padding-left:var(--bs-gutter-x, 1.5rem);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:100%}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:100%}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:100%}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(var(--bs-gutter-y) * -1);margin-right:calc(var(--bs-gutter-x) / -2);margin-left:calc(var(--bs-gutter-x) / -2)}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) / 2);padding-left:calc(var(--bs-gutter-x) / 2);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.3333333333%}.col-2{flex:0 0 auto;width:16.6666666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.3333333333%}.col-5{flex:0 0 auto;width:41.6666666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.3333333333%}.col-8{flex:0 0 auto;width:66.6666666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.3333333333%}.col-11{flex:0 0 auto;width:91.6666666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}.g-6,.gx-6{--bs-gutter-x: 3.5rem}.g-6,.gy-6{--bs-gutter-y: 3.5rem}.g-7,.gx-7{--bs-gutter-x: 4rem}.g-7,.gy-7{--bs-gutter-y: 4rem}.g-8,.gx-8{--bs-gutter-x: 5rem}.g-8,.gy-8{--bs-gutter-y: 5rem}.g-9,.gx-9{--bs-gutter-x: 6rem}.g-9,.gy-9{--bs-gutter-y: 6rem}.g-10,.gx-10{--bs-gutter-x: 7rem}.g-10,.gy-10{--bs-gutter-y: 7rem}@media(min-width: 576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.3333333333%}.col-sm-2{flex:0 0 auto;width:16.6666666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.3333333333%}.col-sm-5{flex:0 0 auto;width:41.6666666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.3333333333%}.col-sm-8{flex:0 0 auto;width:66.6666666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.3333333333%}.col-sm-11{flex:0 0 auto;width:91.6666666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}.g-sm-6,.gx-sm-6{--bs-gutter-x: 3.5rem}.g-sm-6,.gy-sm-6{--bs-gutter-y: 3.5rem}.g-sm-7,.gx-sm-7{--bs-gutter-x: 4rem}.g-sm-7,.gy-sm-7{--bs-gutter-y: 4rem}.g-sm-8,.gx-sm-8{--bs-gutter-x: 5rem}.g-sm-8,.gy-sm-8{--bs-gutter-y: 5rem}.g-sm-9,.gx-sm-9{--bs-gutter-x: 6rem}.g-sm-9,.gy-sm-9{--bs-gutter-y: 6rem}.g-sm-10,.gx-sm-10{--bs-gutter-x: 7rem}.g-sm-10,.gy-sm-10{--bs-gutter-y: 7rem}}@media(min-width: 768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.3333333333%}.col-md-2{flex:0 0 auto;width:16.6666666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.3333333333%}.col-md-5{flex:0 0 auto;width:41.6666666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.3333333333%}.col-md-8{flex:0 0 auto;width:66.6666666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.3333333333%}.col-md-11{flex:0 0 auto;width:91.6666666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}.g-md-6,.gx-md-6{--bs-gutter-x: 3.5rem}.g-md-6,.gy-md-6{--bs-gutter-y: 3.5rem}.g-md-7,.gx-md-7{--bs-gutter-x: 4rem}.g-md-7,.gy-md-7{--bs-gutter-y: 4rem}.g-md-8,.gx-md-8{--bs-gutter-x: 5rem}.g-md-8,.gy-md-8{--bs-gutter-y: 5rem}.g-md-9,.gx-md-9{--bs-gutter-x: 6rem}.g-md-9,.gy-md-9{--bs-gutter-y: 6rem}.g-md-10,.gx-md-10{--bs-gutter-x: 7rem}.g-md-10,.gy-md-10{--bs-gutter-y: 7rem}}@media(min-width: 992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.3333333333%}.col-lg-2{flex:0 0 auto;width:16.6666666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.3333333333%}.col-lg-5{flex:0 0 auto;width:41.6666666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.3333333333%}.col-lg-8{flex:0 0 auto;width:66.6666666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.3333333333%}.col-lg-11{flex:0 0 auto;width:91.6666666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}.g-lg-6,.gx-lg-6{--bs-gutter-x: 3.5rem}.g-lg-6,.gy-lg-6{--bs-gutter-y: 3.5rem}.g-lg-7,.gx-lg-7{--bs-gutter-x: 4rem}.g-lg-7,.gy-lg-7{--bs-gutter-y: 4rem}.g-lg-8,.gx-lg-8{--bs-gutter-x: 5rem}.g-lg-8,.gy-lg-8{--bs-gutter-y: 5rem}.g-lg-9,.gx-lg-9{--bs-gutter-x: 6rem}.g-lg-9,.gy-lg-9{--bs-gutter-y: 6rem}.g-lg-10,.gx-lg-10{--bs-gutter-x: 7rem}.g-lg-10,.gy-lg-10{--bs-gutter-y: 7rem}}@media(min-width: 1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.3333333333%}.col-xl-2{flex:0 0 auto;width:16.6666666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.3333333333%}.col-xl-5{flex:0 0 auto;width:41.6666666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.3333333333%}.col-xl-8{flex:0 0 auto;width:66.6666666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.3333333333%}.col-xl-11{flex:0 0 auto;width:91.6666666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}.g-xl-6,.gx-xl-6{--bs-gutter-x: 3.5rem}.g-xl-6,.gy-xl-6{--bs-gutter-y: 3.5rem}.g-xl-7,.gx-xl-7{--bs-gutter-x: 4rem}.g-xl-7,.gy-xl-7{--bs-gutter-y: 4rem}.g-xl-8,.gx-xl-8{--bs-gutter-x: 5rem}.g-xl-8,.gy-xl-8{--bs-gutter-y: 5rem}.g-xl-9,.gx-xl-9{--bs-gutter-x: 6rem}.g-xl-9,.gy-xl-9{--bs-gutter-y: 6rem}.g-xl-10,.gx-xl-10{--bs-gutter-x: 7rem}.g-xl-10,.gy-xl-10{--bs-gutter-y: 7rem}}@media(min-width: 1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.3333333333%}.col-xxl-2{flex:0 0 auto;width:16.6666666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.3333333333%}.col-xxl-5{flex:0 0 auto;width:41.6666666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.3333333333%}.col-xxl-8{flex:0 0 auto;width:66.6666666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.3333333333%}.col-xxl-11{flex:0 0 auto;width:91.6666666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.3333333333%}.offset-xxl-2{margin-left:16.6666666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.3333333333%}.offset-xxl-5{margin-left:41.6666666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.3333333333%}.offset-xxl-8{margin-left:66.6666666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.3333333333%}.offset-xxl-11{margin-left:91.6666666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}.g-xxl-6,.gx-xxl-6{--bs-gutter-x: 3.5rem}.g-xxl-6,.gy-xxl-6{--bs-gutter-y: 3.5rem}.g-xxl-7,.gx-xxl-7{--bs-gutter-x: 4rem}.g-xxl-7,.gy-xxl-7{--bs-gutter-y: 4rem}.g-xxl-8,.gx-xxl-8{--bs-gutter-x: 5rem}.g-xxl-8,.gy-xxl-8{--bs-gutter-y: 5rem}.g-xxl-9,.gx-xxl-9{--bs-gutter-x: 6rem}.g-xxl-9,.gy-xxl-9{--bs-gutter-y: 6rem}.g-xxl-10,.gx-xxl-10{--bs-gutter-x: 7rem}.g-xxl-10,.gy-xxl-10{--bs-gutter-y: 7rem}}.table{--bs-table-bg: transparent;--bs-table-striped-color: #1c212c;--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-active-color: #1c212c;--bs-table-active-bg: rgba(0, 0, 0, 0.1);--bs-table-hover-color: #1c212c;--bs-table-hover-bg: rgba(0, 0, 0, 0.075);width:100%;margin-bottom:1rem;color:#1c212c;vertical-align:top;border-color:#e9eaea}.table>:not(caption)>*>*{padding:.5rem .5rem;background-color:var(--bs-table-bg);border-bottom-width:1px;box-shadow:inset 0 0 0 9999px var(--bs-table-accent-bg)}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table>:not(:last-child)>:last-child>*{border-bottom-color:currentColor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:1px 0}.table-bordered>:not(caption)>*>*{border-width:0 1px}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-striped>tbody>tr:nth-of-type(odd){--bs-table-accent-bg: var(--bs-table-striped-bg);color:var(--bs-table-striped-color)}.table-active{--bs-table-accent-bg: var(--bs-table-active-bg);color:var(--bs-table-active-color)}.table-hover>tbody>tr:hover{--bs-table-accent-bg: var(--bs-table-hover-bg);color:var(--bs-table-hover-color)}.table-primary{--bs-table-bg: #e2daff;--bs-table-striped-bg: #d7cff2;--bs-table-striped-color: #000;--bs-table-active-bg: #cbc4e6;--bs-table-active-color: #000;--bs-table-hover-bg: #d1caec;--bs-table-hover-color: #000;color:#000;border-color:#cbc4e6}.table-secondary{--bs-table-bg: #ececec;--bs-table-striped-bg: #e0e0e0;--bs-table-striped-color: #000;--bs-table-active-bg: #d4d4d4;--bs-table-active-color: #000;--bs-table-hover-bg: #dadada;--bs-table-hover-color: #000;color:#000;border-color:#d4d4d4}.table-success{--bs-table-bg: #d1f1ec;--bs-table-striped-bg: #c7e5e0;--bs-table-striped-color: #000;--bs-table-active-bg: #bcd9d4;--bs-table-active-color: #000;--bs-table-hover-bg: #c1dfda;--bs-table-hover-color: #000;color:#000;border-color:#bcd9d4}.table-info{--bs-table-bg: #cff4fc;--bs-table-striped-bg: #c5e8ef;--bs-table-striped-color: #000;--bs-table-active-bg: #badce3;--bs-table-active-color: #000;--bs-table-hover-bg: #bfe2e9;--bs-table-hover-color: #000;color:#000;border-color:#badce3}.table-warning{--bs-table-bg: #fffbcd;--bs-table-striped-bg: #f2eec3;--bs-table-striped-color: #000;--bs-table-active-bg: #e6e2b9;--bs-table-active-color: #000;--bs-table-hover-bg: #ece8be;--bs-table-hover-color: #000;color:#000;border-color:#e6e2b9}.table-danger{--bs-table-bg: #f8d1d4;--bs-table-striped-bg: #ecc7c9;--bs-table-striped-color: #000;--bs-table-active-bg: #dfbcbf;--bs-table-active-color: #000;--bs-table-hover-bg: #e5c1c4;--bs-table-hover-color: #000;color:#000;border-color:#dfbcbf}.table-light{--bs-table-bg: #f6f6f6;--bs-table-striped-bg: #eaeaea;--bs-table-striped-color: #000;--bs-table-active-bg: #dddddd;--bs-table-active-color: #000;--bs-table-hover-bg: #e4e4e4;--bs-table-hover-color: #000;color:#000;border-color:#ddd}.table-dark{--bs-table-bg: #1c212c;--bs-table-striped-bg: #272c37;--bs-table-striped-color: #fff;--bs-table-active-bg: #333741;--bs-table-active-color: #fff;--bs-table-hover-bg: #2d323c;--bs-table-hover-color: #fff;color:#fff;border-color:#333741}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem;font-size:1rem;font-weight:500}.col-form-label{padding-top:calc(0.65rem + 1px);padding-bottom:calc(0.65rem + 1px);margin-bottom:0;font-size:inherit;font-weight:500;line-height:1.5}.col-form-label-lg{padding-top:calc(1.5rem + 1px);padding-bottom:calc(1.5rem + 1px);font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + 1px);padding-bottom:calc(0.25rem + 1px);font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.85em;color:#a0a0a2}.form-control{display:block;width:100%;padding:.65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;appearance:none;border-radius:0;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:#1c212c;background-color:#fff;border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-control::-webkit-date-and-time-value{height:1.5em}.form-control::placeholder{color:#a0a0a2;opacity:1}.form-control:disabled,.form-control[readonly]{background-color:#e9e8ee;opacity:1}.form-control::file-selector-button{padding:.65rem .75rem;margin:-0.65rem -0.75rem;margin-inline-end:.75rem;color:#1c212c;background-color:#e9e8ee;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:#dddce2}.form-control::-webkit-file-upload-button{padding:.65rem .75rem;margin:-0.65rem -0.75rem;margin-inline-end:.75rem;color:#1c212c;background-color:#e9e8ee;pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:1px;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control::-webkit-file-upload-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button{background-color:#dddce2}.form-control-plaintext{display:block;width:100%;padding:.65rem 0;margin-bottom:0;line-height:1.5;color:#1c212c;background-color:transparent;border:solid transparent;border-width:1px 0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px);padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-sm::-webkit-file-upload-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 3rem + 2px);padding:1.5rem 2rem;font-size:1.25rem;border-radius:.3rem}.form-control-lg::file-selector-button{padding:1.5rem 2rem;margin:-1.5rem -2rem;margin-inline-end:2rem}.form-control-lg::-webkit-file-upload-button{padding:1.5rem 2rem;margin:-1.5rem -2rem;margin-inline-end:2rem}textarea.form-control{min-height:calc(1.5em + 1.3rem + 2px)}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + 2px)}textarea.form-control-lg{min-height:calc(1.5em + 3rem + 2px)}.form-control-color{max-width:3rem;height:auto;padding:.65rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{height:1.5em;border-radius:0}.form-control-color::-webkit-color-swatch{height:1.5em;border-radius:0}.form-select{display:block;width:100%;padding:.65rem 1rem .65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;background-color:#fff;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:1px solid #ced4da;border-radius:0;appearance:none}.form-select:focus{border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-select[multiple],.form-select[size]:not([size=\"1\"]){padding-right:.75rem;background-image:none}.form-select:disabled{color:#a0a0a2;background-color:#e9e8ee}.form-select:-moz-focusring{color:transparent;text-shadow:0 0 0 #1c212c}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem}.form-select-lg{padding-top:1.5rem;padding-bottom:1.5rem;padding-left:2rem;font-size:1.25rem}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-input{width:1em;height:1em;margin-top:.25em;vertical-align:top;background-color:#fff;background-repeat:no-repeat;background-position:center;background-size:contain;border:1px solid rgba(0,0,0,.25);appearance:none;color-adjust:exact;transition:background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-check-input{transition:none}}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.form-check-input:checked{background-color:#1c212c;border-color:#1c212c}.form-check-input:checked[type=checkbox]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e\")}.form-check-input:checked[type=radio]{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e\")}.form-check-input[type=checkbox]:indeterminate{background-color:#1c212c;border-color:#1c212c;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e\")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{width:2em;margin-left:-2.5em;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e\");background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%238e9096'/%3e%3c/svg%3e\")}.form-switch .form-check-input:checked{background-position:right center;background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e\")}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}.form-range{width:100%;height:1.5rem;padding:0;background-color:transparent;appearance:none}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(28,33,44,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(28,33,44,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;background-color:#1c212c;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#bbbcc0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;background-color:#1c212c;border:0;border-radius:1rem;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;appearance:none}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{transition:none}}.form-range::-moz-range-thumb:active{background-color:#bbbcc0}.form-range::-moz-range-track{width:100%;height:.5rem;color:transparent;cursor:pointer;background-color:#dee2e6;border-color:transparent;border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:#adb5bd}.form-range:disabled::-moz-range-thumb{background-color:#adb5bd}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);padding:1rem .75rem}.form-floating>label{position:absolute;top:0;left:0;height:100%;padding:1rem .75rem;pointer-events:none;border:1px solid transparent;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control::placeholder{color:transparent}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-select~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{opacity:.65;transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus{z-index:3}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:3}.input-group-text{display:flex;align-items:center;padding:.65rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#1c212c;text-align:center;white-space:nowrap;background-color:#e9e8ee;border:1px solid #ced4da;border-radius:0}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:1.5rem 2rem;font-size:1.25rem;border-radius:.3rem}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:.2rem}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:1.75rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3){border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4){border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:-1px;border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.85em;color:#19b8a2}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem 1rem;margin-top:.1rem;font-size:0.875rem;color:#000;background-color:rgba(25,184,162,.9);border-radius:.25rem}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:#19b8a2;padding-right:calc(1.5em + 1.3rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2319b8a2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(0.375em + 0.325rem) center;background-size:calc(0.75em + 0.65rem) calc(0.75em + 0.65rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:#19b8a2;box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 1.3rem);background-position:top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:#19b8a2;padding-right:calc(0.75em + 2.725rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2319b8a2' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e\");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(0.75em + 0.65rem) calc(0.75em + 0.65rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:#19b8a2;box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:#19b8a2}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:#19b8a2}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:#19b8a2}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group .form-control:valid,.input-group .form-control.is-valid,.was-validated .input-group .form-select:valid,.input-group .form-select.is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.85em;color:#db1a2a}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.5rem 1rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:rgba(219,26,42,.9);border-radius:.25rem}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:#db1a2a;padding-right:calc(1.5em + 1.3rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23db1a2a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db1a2a' stroke='none'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-position:right calc(0.375em + 0.325rem) center;background-size:calc(0.75em + 0.65rem) calc(0.75em + 0.65rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:#db1a2a;box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 1.3rem);background-position:top calc(0.375em + 0.325rem) right calc(0.375em + 0.325rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:#db1a2a;padding-right:calc(0.75em + 2.725rem);background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e\"),url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23db1a2a'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23db1a2a' stroke='none'/%3e%3c/svg%3e\");background-position:right .75rem center,center right 1.75rem;background-size:16px 12px,calc(0.75em + 0.65rem) calc(0.75em + 0.65rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:#db1a2a;box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:#db1a2a}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:#db1a2a}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:#db1a2a}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group .form-control:invalid,.input-group .form-control.is-invalid,.was-validated .input-group .form-select:invalid,.input-group .form-select.is-invalid{z-index:3}.btn{display:inline-block;font-weight:500;line-height:1;color:#1c212c;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;background-color:transparent;border:1px solid transparent;padding:1.25rem 1.5rem;font-size:1rem;border-radius:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:#1c212c}.btn-check:focus+.btn,.btn:focus{outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{pointer-events:none;opacity:.65}.btn-primary{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-primary:hover{color:#fff;background-color:#5e3cd9;border-color:#5938cc}.btn-check:focus+.btn-primary,.btn-primary:focus{color:#fff;background-color:#5e3cd9;border-color:#5938cc;box-shadow:0 0 0 .25rem rgba(133,98,255,.5)}.btn-check:checked+.btn-primary,.btn-check:active+.btn-primary,.btn-primary:active,.btn-primary.active,.show>.btn-primary.dropdown-toggle{color:#fff;background-color:#5938cc;border-color:#5335bf}.btn-check:checked+.btn-primary:focus,.btn-check:active+.btn-primary:focus,.btn-primary:active:focus,.btn-primary.active:focus,.show>.btn-primary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(133,98,255,.5)}.btn-primary:disabled,.btn-primary.disabled{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-secondary{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-secondary:hover{color:#000;background-color:#aeaeb0;border-color:#aaaaab}.btn-check:focus+.btn-secondary,.btn-secondary:focus{color:#000;background-color:#aeaeb0;border-color:#aaaaab;box-shadow:0 0 0 .25rem rgba(136,136,138,.5)}.btn-check:checked+.btn-secondary,.btn-check:active+.btn-secondary,.btn-secondary:active,.btn-secondary.active,.show>.btn-secondary.dropdown-toggle{color:#000;background-color:#b3b3b5;border-color:#aaaaab}.btn-check:checked+.btn-secondary:focus,.btn-check:active+.btn-secondary:focus,.btn-secondary:active:focus,.btn-secondary.active:focus,.show>.btn-secondary.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(136,136,138,.5)}.btn-secondary:disabled,.btn-secondary.disabled{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-success{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-success:hover{color:#000;background-color:#3cc3b0;border-color:#30bfab}.btn-check:focus+.btn-success,.btn-success:focus{color:#000;background-color:#3cc3b0;border-color:#30bfab;box-shadow:0 0 0 .25rem rgba(21,156,138,.5)}.btn-check:checked+.btn-success,.btn-check:active+.btn-success,.btn-success:active,.btn-success.active,.show>.btn-success.dropdown-toggle{color:#000;background-color:#47c6b5;border-color:#30bfab}.btn-check:checked+.btn-success:focus,.btn-check:active+.btn-success:focus,.btn-success:active:focus,.btn-success.active:focus,.show>.btn-success.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(21,156,138,.5)}.btn-success:disabled,.btn-success.disabled{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-info{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-info:hover{color:#000;background-color:#31d2f2;border-color:#25cff2}.btn-check:focus+.btn-info,.btn-info:focus{color:#000;background-color:#31d2f2;border-color:#25cff2;box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-check:checked+.btn-info,.btn-check:active+.btn-info,.btn-info:active,.btn-info.active,.show>.btn-info.dropdown-toggle{color:#000;background-color:#3dd5f3;border-color:#25cff2}.btn-check:checked+.btn-info:focus,.btn-check:active+.btn-info:focus,.btn-info:active:focus,.btn-info.active:focus,.show>.btn-info.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(11,172,204,.5)}.btn-info:disabled,.btn-info.disabled{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-warning{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-warning:hover{color:#000;background-color:#fff029;border-color:#ffef1c}.btn-check:focus+.btn-warning,.btn-warning:focus{color:#000;background-color:#fff029;border-color:#ffef1c;box-shadow:0 0 0 .25rem rgba(217,201,3,.5)}.btn-check:checked+.btn-warning,.btn-check:active+.btn-warning,.btn-warning:active,.btn-warning.active,.show>.btn-warning.dropdown-toggle{color:#000;background-color:#fff135;border-color:#ffef1c}.btn-check:checked+.btn-warning:focus,.btn-check:active+.btn-warning:focus,.btn-warning:active:focus,.btn-warning.active:focus,.show>.btn-warning.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,201,3,.5)}.btn-warning:disabled,.btn-warning.disabled{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-danger{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-danger:hover{color:#fff;background-color:#ba1624;border-color:#af1522}.btn-check:focus+.btn-danger,.btn-danger:focus{color:#fff;background-color:#ba1624;border-color:#af1522;box-shadow:0 0 0 .25rem rgba(224,60,74,.5)}.btn-check:checked+.btn-danger,.btn-check:active+.btn-danger,.btn-danger:active,.btn-danger.active,.show>.btn-danger.dropdown-toggle{color:#fff;background-color:#af1522;border-color:#a41420}.btn-check:checked+.btn-danger:focus,.btn-check:active+.btn-danger:focus,.btn-danger:active:focus,.btn-danger.active:focus,.show>.btn-danger.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(224,60,74,.5)}.btn-danger:disabled,.btn-danger.disabled{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-light{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-light:hover{color:#000;background-color:#f7f7f7;border-color:#f7f7f7}.btn-check:focus+.btn-light,.btn-light:focus{color:#000;background-color:#f7f7f7;border-color:#f7f7f7;box-shadow:0 0 0 .25rem rgba(209,209,209,.5)}.btn-check:checked+.btn-light,.btn-check:active+.btn-light,.btn-light:active,.btn-light.active,.show>.btn-light.dropdown-toggle{color:#000;background-color:#f8f8f8;border-color:#f7f7f7}.btn-check:checked+.btn-light:focus,.btn-check:active+.btn-light:focus,.btn-light:active:focus,.btn-light.active:focus,.show>.btn-light.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(209,209,209,.5)}.btn-light:disabled,.btn-light.disabled{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-dark{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-dark:hover{color:#fff;background-color:#181c25;border-color:#161a23}.btn-check:focus+.btn-dark,.btn-dark:focus{color:#fff;background-color:#181c25;border-color:#161a23;box-shadow:0 0 0 .25rem rgba(62,66,76,.5)}.btn-check:checked+.btn-dark,.btn-check:active+.btn-dark,.btn-dark:active,.btn-dark.active,.show>.btn-dark.dropdown-toggle{color:#fff;background-color:#161a23;border-color:#151921}.btn-check:checked+.btn-dark:focus,.btn-check:active+.btn-dark:focus,.btn-dark:active:focus,.btn-dark.active:focus,.show>.btn-dark.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(62,66,76,.5)}.btn-dark:disabled,.btn-dark.disabled{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-facebook{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-facebook:hover{color:#fff;background-color:#324c81;border-color:#2f477a}.btn-check:focus+.btn-facebook,.btn-facebook:focus{color:#fff;background-color:#324c81;border-color:#2f477a;box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-check:checked+.btn-facebook,.btn-check:active+.btn-facebook,.btn-facebook:active,.btn-facebook.active,.show>.btn-facebook.dropdown-toggle{color:#fff;background-color:#2f477a;border-color:#2c4372}.btn-check:checked+.btn-facebook:focus,.btn-check:active+.btn-facebook:focus,.btn-facebook:active:focus,.btn-facebook.active:focus,.show>.btn-facebook.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(88,114,167,.5)}.btn-facebook:disabled,.btn-facebook.disabled{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-twitter{color:#000;background-color:#00acee;border-color:#00acee}.btn-twitter:hover{color:#000;background-color:#26b8f1;border-color:#1ab4f0}.btn-check:focus+.btn-twitter,.btn-twitter:focus{color:#000;background-color:#26b8f1;border-color:#1ab4f0;box-shadow:0 0 0 .25rem rgba(0,146,202,.5)}.btn-check:checked+.btn-twitter,.btn-check:active+.btn-twitter,.btn-twitter:active,.btn-twitter.active,.show>.btn-twitter.dropdown-toggle{color:#000;background-color:#33bdf1;border-color:#1ab4f0}.btn-check:checked+.btn-twitter:focus,.btn-check:active+.btn-twitter:focus,.btn-twitter:active:focus,.btn-twitter.active:focus,.show>.btn-twitter.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(0,146,202,.5)}.btn-twitter:disabled,.btn-twitter.disabled{color:#000;background-color:#00acee;border-color:#00acee}.btn-white{color:#000;background-color:#fff;border-color:#fff}.btn-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-white,.btn-white:focus{color:#000;background-color:#fff;border-color:#fff;box-shadow:0 0 0 .25rem rgba(217,217,217,.5)}.btn-check:checked+.btn-white,.btn-check:active+.btn-white,.btn-white:active,.btn-white.active,.show>.btn-white.dropdown-toggle{color:#000;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-white:focus,.btn-check:active+.btn-white:focus,.btn-white:active:focus,.btn-white.active:focus,.show>.btn-white.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,217,217,.5)}.btn-white:disabled,.btn-white.disabled{color:#000;background-color:#fff;border-color:#fff}.btn-pink{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-pink:hover{color:#000;background-color:#ffb3ad;border-color:#ffafa8}.btn-check:focus+.btn-pink,.btn-pink:focus{color:#000;background-color:#ffb3ad;border-color:#ffafa8;box-shadow:0 0 0 .25rem rgba(217,141,134,.5)}.btn-check:checked+.btn-pink,.btn-check:active+.btn-pink,.btn-pink:active,.btn-pink.active,.show>.btn-pink.dropdown-toggle{color:#000;background-color:#ffb8b1;border-color:#ffafa8}.btn-check:checked+.btn-pink:focus,.btn-check:active+.btn-pink:focus,.btn-pink:active:focus,.btn-pink.active:focus,.show>.btn-pink.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(217,141,134,.5)}.btn-pink:disabled,.btn-pink.disabled{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-teal{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-teal:hover{color:#000;background-color:#2dcedb;border-color:#21cbd9}.btn-check:focus+.btn-teal,.btn-teal:focus{color:#000;background-color:#2dcedb;border-color:#21cbd9;box-shadow:0 0 0 .25rem rgba(7,167,181,.5)}.btn-check:checked+.btn-teal,.btn-check:active+.btn-teal,.btn-teal:active,.btn-teal.active,.show>.btn-teal.dropdown-toggle{color:#000;background-color:#39d1dd;border-color:#21cbd9}.btn-check:checked+.btn-teal:focus,.btn-check:active+.btn-teal:focus,.btn-teal:active:focus,.btn-teal.active:focus,.show>.btn-teal.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(7,167,181,.5)}.btn-teal:disabled,.btn-teal.disabled{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-orange{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-orange:hover{color:#000;background-color:#fc7a49;border-color:#fc723e}.btn-check:focus+.btn-orange,.btn-orange:focus{color:#000;background-color:#fc7a49;border-color:#fc723e;box-shadow:0 0 0 .25rem rgba(214,83,35,.5)}.btn-check:checked+.btn-orange,.btn-check:active+.btn-orange,.btn-orange:active,.btn-orange.active,.show>.btn-orange.dropdown-toggle{color:#000;background-color:#fd8154;border-color:#fc723e}.btn-check:checked+.btn-orange:focus,.btn-check:active+.btn-orange:focus,.btn-orange:active:focus,.btn-orange.active:focus,.show>.btn-orange.dropdown-toggle:focus{box-shadow:0 0 0 .25rem rgba(214,83,35,.5)}.btn-orange:disabled,.btn-orange.disabled{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-outline-primary{color:#6f46ff;border-color:#6f46ff}.btn-outline-primary:hover{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(111,70,255,.5)}.btn-check:checked+.btn-outline-primary,.btn-check:active+.btn-outline-primary,.btn-outline-primary:active,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show{color:#fff;background-color:#6f46ff;border-color:#6f46ff}.btn-check:checked+.btn-outline-primary:focus,.btn-check:active+.btn-outline-primary:focus,.btn-outline-primary:active:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(111,70,255,.5)}.btn-outline-primary:disabled,.btn-outline-primary.disabled{color:#6f46ff;background-color:transparent}.btn-outline-secondary{color:#a0a0a2;border-color:#a0a0a2}.btn-outline-secondary:hover{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:focus+.btn-outline-secondary,.btn-outline-secondary:focus{box-shadow:0 0 0 .25rem rgba(160,160,162,.5)}.btn-check:checked+.btn-outline-secondary,.btn-check:active+.btn-outline-secondary,.btn-outline-secondary:active,.btn-outline-secondary.active,.btn-outline-secondary.dropdown-toggle.show{color:#000;background-color:#a0a0a2;border-color:#a0a0a2}.btn-check:checked+.btn-outline-secondary:focus,.btn-check:active+.btn-outline-secondary:focus,.btn-outline-secondary:active:focus,.btn-outline-secondary.active:focus,.btn-outline-secondary.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(160,160,162,.5)}.btn-outline-secondary:disabled,.btn-outline-secondary.disabled{color:#a0a0a2;background-color:transparent}.btn-outline-success{color:#19b8a2;border-color:#19b8a2}.btn-outline-success:hover{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:focus+.btn-outline-success,.btn-outline-success:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.5)}.btn-check:checked+.btn-outline-success,.btn-check:active+.btn-outline-success,.btn-outline-success:active,.btn-outline-success.active,.btn-outline-success.dropdown-toggle.show{color:#000;background-color:#19b8a2;border-color:#19b8a2}.btn-check:checked+.btn-outline-success:focus,.btn-check:active+.btn-outline-success:focus,.btn-outline-success:active:focus,.btn-outline-success.active:focus,.btn-outline-success.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(25,184,162,.5)}.btn-outline-success:disabled,.btn-outline-success.disabled{color:#19b8a2;background-color:transparent}.btn-outline-info{color:#0dcaf0;border-color:#0dcaf0}.btn-outline-info:hover{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:focus+.btn-outline-info,.btn-outline-info:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-check:checked+.btn-outline-info,.btn-check:active+.btn-outline-info,.btn-outline-info:active,.btn-outline-info.active,.btn-outline-info.dropdown-toggle.show{color:#000;background-color:#0dcaf0;border-color:#0dcaf0}.btn-check:checked+.btn-outline-info:focus,.btn-check:active+.btn-outline-info:focus,.btn-outline-info:active:focus,.btn-outline-info.active:focus,.btn-outline-info.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(13,202,240,.5)}.btn-outline-info:disabled,.btn-outline-info.disabled{color:#0dcaf0;background-color:transparent}.btn-outline-warning{color:#ffed03;border-color:#ffed03}.btn-outline-warning:hover{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:focus+.btn-outline-warning,.btn-outline-warning:focus{box-shadow:0 0 0 .25rem rgba(255,237,3,.5)}.btn-check:checked+.btn-outline-warning,.btn-check:active+.btn-outline-warning,.btn-outline-warning:active,.btn-outline-warning.active,.btn-outline-warning.dropdown-toggle.show{color:#000;background-color:#ffed03;border-color:#ffed03}.btn-check:checked+.btn-outline-warning:focus,.btn-check:active+.btn-outline-warning:focus,.btn-outline-warning:active:focus,.btn-outline-warning.active:focus,.btn-outline-warning.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,237,3,.5)}.btn-outline-warning:disabled,.btn-outline-warning.disabled{color:#ffed03;background-color:transparent}.btn-outline-danger{color:#db1a2a;border-color:#db1a2a}.btn-outline-danger:hover{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:focus+.btn-outline-danger,.btn-outline-danger:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.5)}.btn-check:checked+.btn-outline-danger,.btn-check:active+.btn-outline-danger,.btn-outline-danger:active,.btn-outline-danger.active,.btn-outline-danger.dropdown-toggle.show{color:#fff;background-color:#db1a2a;border-color:#db1a2a}.btn-check:checked+.btn-outline-danger:focus,.btn-check:active+.btn-outline-danger:focus,.btn-outline-danger:active:focus,.btn-outline-danger.active:focus,.btn-outline-danger.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(219,26,42,.5)}.btn-outline-danger:disabled,.btn-outline-danger.disabled{color:#db1a2a;background-color:transparent}.btn-outline-light{color:#f6f6f6;border-color:#f6f6f6}.btn-outline-light:hover{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:focus+.btn-outline-light,.btn-outline-light:focus{box-shadow:0 0 0 .25rem rgba(246,246,246,.5)}.btn-check:checked+.btn-outline-light,.btn-check:active+.btn-outline-light,.btn-outline-light:active,.btn-outline-light.active,.btn-outline-light.dropdown-toggle.show{color:#000;background-color:#f6f6f6;border-color:#f6f6f6}.btn-check:checked+.btn-outline-light:focus,.btn-check:active+.btn-outline-light:focus,.btn-outline-light:active:focus,.btn-outline-light.active:focus,.btn-outline-light.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(246,246,246,.5)}.btn-outline-light:disabled,.btn-outline-light.disabled{color:#f6f6f6;background-color:transparent}.btn-outline-dark{color:#1c212c;border-color:#1c212c}.btn-outline-dark:hover{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:focus+.btn-outline-dark,.btn-outline-dark:focus{box-shadow:0 0 0 .25rem rgba(28,33,44,.5)}.btn-check:checked+.btn-outline-dark,.btn-check:active+.btn-outline-dark,.btn-outline-dark:active,.btn-outline-dark.active,.btn-outline-dark.dropdown-toggle.show{color:#fff;background-color:#1c212c;border-color:#1c212c}.btn-check:checked+.btn-outline-dark:focus,.btn-check:active+.btn-outline-dark:focus,.btn-outline-dark:active:focus,.btn-outline-dark.active:focus,.btn-outline-dark.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(28,33,44,.5)}.btn-outline-dark:disabled,.btn-outline-dark.disabled{color:#1c212c;background-color:transparent}.btn-outline-facebook{color:#3b5998;border-color:#3b5998}.btn-outline-facebook:hover{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:focus+.btn-outline-facebook,.btn-outline-facebook:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-check:checked+.btn-outline-facebook,.btn-check:active+.btn-outline-facebook,.btn-outline-facebook:active,.btn-outline-facebook.active,.btn-outline-facebook.dropdown-toggle.show{color:#fff;background-color:#3b5998;border-color:#3b5998}.btn-check:checked+.btn-outline-facebook:focus,.btn-check:active+.btn-outline-facebook:focus,.btn-outline-facebook:active:focus,.btn-outline-facebook.active:focus,.btn-outline-facebook.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(59,89,152,.5)}.btn-outline-facebook:disabled,.btn-outline-facebook.disabled{color:#3b5998;background-color:transparent}.btn-outline-twitter{color:#00acee;border-color:#00acee}.btn-outline-twitter:hover{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:focus+.btn-outline-twitter,.btn-outline-twitter:focus{box-shadow:0 0 0 .25rem rgba(0,172,238,.5)}.btn-check:checked+.btn-outline-twitter,.btn-check:active+.btn-outline-twitter,.btn-outline-twitter:active,.btn-outline-twitter.active,.btn-outline-twitter.dropdown-toggle.show{color:#000;background-color:#00acee;border-color:#00acee}.btn-check:checked+.btn-outline-twitter:focus,.btn-check:active+.btn-outline-twitter:focus,.btn-outline-twitter:active:focus,.btn-outline-twitter.active:focus,.btn-outline-twitter.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(0,172,238,.5)}.btn-outline-twitter:disabled,.btn-outline-twitter.disabled{color:#00acee;background-color:transparent}.btn-outline-white{color:#fff;border-color:#fff}.btn-outline-white:hover{color:#000;background-color:#fff;border-color:#fff}.btn-check:focus+.btn-outline-white,.btn-outline-white:focus{box-shadow:0 0 0 .25rem rgba(255,255,255,.5)}.btn-check:checked+.btn-outline-white,.btn-check:active+.btn-outline-white,.btn-outline-white:active,.btn-outline-white.active,.btn-outline-white.dropdown-toggle.show{color:#000;background-color:#fff;border-color:#fff}.btn-check:checked+.btn-outline-white:focus,.btn-check:active+.btn-outline-white:focus,.btn-outline-white:active:focus,.btn-outline-white.active:focus,.btn-outline-white.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,255,255,.5)}.btn-outline-white:disabled,.btn-outline-white.disabled{color:#fff;background-color:transparent}.btn-outline-pink{color:#ffa69e;border-color:#ffa69e}.btn-outline-pink:hover{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:focus+.btn-outline-pink,.btn-outline-pink:focus{box-shadow:0 0 0 .25rem rgba(255,166,158,.5)}.btn-check:checked+.btn-outline-pink,.btn-check:active+.btn-outline-pink,.btn-outline-pink:active,.btn-outline-pink.active,.btn-outline-pink.dropdown-toggle.show{color:#000;background-color:#ffa69e;border-color:#ffa69e}.btn-check:checked+.btn-outline-pink:focus,.btn-check:active+.btn-outline-pink:focus,.btn-outline-pink:active:focus,.btn-outline-pink.active:focus,.btn-outline-pink.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(255,166,158,.5)}.btn-outline-pink:disabled,.btn-outline-pink.disabled{color:#ffa69e;background-color:transparent}.btn-outline-teal{color:#08c5d5;border-color:#08c5d5}.btn-outline-teal:hover{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:focus+.btn-outline-teal,.btn-outline-teal:focus{box-shadow:0 0 0 .25rem rgba(8,197,213,.5)}.btn-check:checked+.btn-outline-teal,.btn-check:active+.btn-outline-teal,.btn-outline-teal:active,.btn-outline-teal.active,.btn-outline-teal.dropdown-toggle.show{color:#000;background-color:#08c5d5;border-color:#08c5d5}.btn-check:checked+.btn-outline-teal:focus,.btn-check:active+.btn-outline-teal:focus,.btn-outline-teal:active:focus,.btn-outline-teal.active:focus,.btn-outline-teal.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(8,197,213,.5)}.btn-outline-teal:disabled,.btn-outline-teal.disabled{color:#08c5d5;background-color:transparent}.btn-outline-orange{color:#fc6229;border-color:#fc6229}.btn-outline-orange:hover{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:focus+.btn-outline-orange,.btn-outline-orange:focus{box-shadow:0 0 0 .25rem rgba(252,98,41,.5)}.btn-check:checked+.btn-outline-orange,.btn-check:active+.btn-outline-orange,.btn-outline-orange:active,.btn-outline-orange.active,.btn-outline-orange.dropdown-toggle.show{color:#000;background-color:#fc6229;border-color:#fc6229}.btn-check:checked+.btn-outline-orange:focus,.btn-check:active+.btn-outline-orange:focus,.btn-outline-orange:active:focus,.btn-outline-orange.active:focus,.btn-outline-orange.dropdown-toggle.show:focus{box-shadow:0 0 0 .25rem rgba(252,98,41,.5)}.btn-outline-orange:disabled,.btn-outline-orange.disabled{color:#fc6229;background-color:transparent}.btn-link{font-weight:400;color:#1c212c;text-decoration:underline}.btn-link:hover{color:#161a23}.btn-link:disabled,.btn-link.disabled{color:#a0a0a2}.btn-lg,.btn-group-lg>.btn{padding:1.5rem 2rem;font-size:1.25rem;border-radius:0}.btn-sm,.btn-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:0}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.dropup,.dropend,.dropdown,.dropstart{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.3em solid transparent}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{position:absolute;top:100%;z-index:1000;display:none;min-width:10rem;padding:.5rem 0;margin:0;font-size:0.9375rem;color:#1c212c;text-align:left;list-style:none;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:0}.dropdown-menu[data-bs-popper]{left:0;margin-top:.125rem}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}@media(min-width: 576px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media(min-width: 768px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media(min-width: 992px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media(min-width: 1200px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}@media(min-width: 1400px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto /* rtl:ignore */;left:0 /* rtl:ignore */}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0 /* rtl:ignore */;left:auto /* rtl:ignore */}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu{top:0;right:auto;left:100%}.dropend .dropdown-menu[data-bs-popper]{margin-top:0;margin-left:.125rem}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:0;border-bottom:.3em solid transparent;border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu{top:0;right:100%;left:auto}.dropstart .dropdown-menu[data-bs-popper]{margin-top:0;margin-right:.125rem}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:\"\"}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:\"\";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid transparent}.dropdown-item{display:block;width:100%;padding:0 1rem;clear:both;font-weight:400;color:#1c212c;text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0}.dropdown-item:hover,.dropdown-item:focus{color:#a0a0a2;background-color:transparent}.dropdown-item.active,.dropdown-item:active{color:#fff;text-decoration:none;background-color:#1c212c}.dropdown-item.disabled,.dropdown-item:disabled{color:#a0a0a2;pointer-events:none;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1rem;margin-bottom:0;font-size:0.875rem;color:#a0a0a2;white-space:nowrap}.dropdown-item-text{display:block;padding:0 1rem;color:#1c212c}.dropdown-menu-dark{color:#dee2e6;background-color:#343a40;border-color:transparent}.dropdown-menu-dark .dropdown-item{color:#dee2e6}.dropdown-menu-dark .dropdown-item:hover,.dropdown-menu-dark .dropdown-item:focus{color:#fff;background-color:rgba(255,255,255,.15)}.dropdown-menu-dark .dropdown-item.active,.dropdown-menu-dark .dropdown-item:active{color:#fff;background-color:#1c212c}.dropdown-menu-dark .dropdown-item.disabled,.dropdown-menu-dark .dropdown-item:disabled{color:#adb5bd}.dropdown-menu-dark .dropdown-divider{border-color:transparent}.dropdown-menu-dark .dropdown-item-text{color:#dee2e6}.dropdown-menu-dark .dropdown-header{color:#adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group>.btn:not(:first-child),.btn-group>.btn-group:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:1.125rem;padding-left:1.125rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:1.5rem;padding-left:1.5rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:-1px}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:#a0a0a2}.nav-link.disabled{color:#a0a0a2;pointer-events:none;cursor:default}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-link{margin-bottom:-1px;background:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{border-color:#e9e8ee #e9e8ee #dee2e6;isolation:isolate}.nav-tabs .nav-link.disabled{color:#a0a0a2;background-color:transparent;border-color:transparent}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.nav-tabs .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}.nav-pills .nav-link{background:none;border:0;border-radius:.25rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:#fff;background-color:#1c212c}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding-top:.5rem;padding-bottom:.5rem}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:.3125rem;padding-bottom:.3125rem;margin-right:1rem;font-size:1.25rem;text-decoration:none;white-space:nowrap}.navbar-nav{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:.25rem .75rem;font-size:1.25rem;line-height:1;background-color:transparent;border:1px solid transparent;border-radius:0;transition:box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 .25rem}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-light .navbar-brand{color:#1c212c}.navbar-light .navbar-brand:hover,.navbar-light .navbar-brand:focus{color:#a0a0a2}.navbar-light .navbar-nav .nav-link{color:#1c212c}.navbar-light .navbar-nav .nav-link:hover,.navbar-light .navbar-nav .nav-link:focus{color:#a0a0a2}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .show>.nav-link,.navbar-light .navbar-nav .nav-link.active{color:#a0a0a2}.navbar-light .navbar-toggler{color:#1c212c;border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%231c212c' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\")}.navbar-light .navbar-text{color:#1c212c}.navbar-light .navbar-text a,.navbar-light .navbar-text a:hover,.navbar-light .navbar-text a:focus{color:#a0a0a2}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:hover,.navbar-dark .navbar-brand:focus{color:#fff}.navbar-dark .navbar-nav .nav-link{color:#fff}.navbar-dark .navbar-nav .nav-link:hover,.navbar-dark .navbar-nav .nav-link:focus{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .show>.nav-link,.navbar-dark .navbar-nav .nav-link.active{color:#fff}.navbar-dark .navbar-toggler{color:#fff;border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='white' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e\")}.navbar-dark .navbar-text{color:#fff}.navbar-dark .navbar-text a,.navbar-dark .navbar-text a:hover,.navbar-dark .navbar-text a:focus{color:#fff}.card{position:relative;display:flex;flex-direction:column;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:0 solid rgba(0,0,0,.125);border-radius:0}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:0;border-top-right-radius:0}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:0;border-bottom-left-radius:0}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:1rem 1rem}.card-title{margin-bottom:.5rem}.card-subtitle{margin-top:-0.25rem;margin-bottom:0}.card-text:last-child{margin-bottom:0}.card-link:hover{text-decoration:none}.card-link+.card-link{margin-left:1rem}.card-header{padding:.5rem 1rem;margin-bottom:0;background-color:rgba(0,0,0,.03);border-bottom:0 solid rgba(0,0,0,.125)}.card-header:first-child{border-radius:0 0 0 0}.card-footer{padding:.5rem 1rem;background-color:rgba(0,0,0,.03);border-top:0 solid rgba(0,0,0,.125)}.card-footer:last-child{border-radius:0 0 0 0}.card-header-tabs{margin-right:-0.5rem;margin-bottom:-0.5rem;margin-left:-0.5rem;border-bottom:0}.card-header-pills{margin-right:-0.5rem;margin-left:-0.5rem}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:1rem;border-radius:0}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:0;border-top-right-radius:0}.card-img,.card-img-bottom{border-bottom-right-radius:0;border-bottom-left-radius:0}.card-group>.card{margin-bottom:.75rem}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:1rem 1.25rem;font-size:1rem;color:#1c212c;text-align:left;background-color:transparent;border:0;border-radius:0;overflow-anchor:none;transition:border-radius .15s ease}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:#643fe6;background-color:#e8e9ea;box-shadow:inset 0 0 0 rgba(0,0,0,.125)}.accordion-button:not(.collapsed)::after{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23643fe6'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");transform:rotate(180deg)}.accordion-button::after{flex-shrink:0;width:1.25rem;height:1.25rem;margin-left:auto;content:\"\";background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c212c'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\");background-repeat:no-repeat;background-size:1.25rem;transition:transform .2s ease-in-out}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;border-color:#8e9096;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.accordion-header{margin-bottom:0}.accordion-item{margin-bottom:0;background-color:transparent;border:0 solid rgba(0,0,0,.125)}.accordion-item:first-of-type{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:first-of-type .accordion-button{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.accordion-item:last-of-type{margin-bottom:0;border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-button.collapsed{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-item:last-of-type .accordion-collapse{border-bottom-right-radius:.25rem;border-bottom-left-radius:.25rem}.accordion-body{padding:1rem 1.25rem}.accordion-flush .accordion-collapse{border-width:0}.accordion-flush .accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush .accordion-item:first-child{border-top:0}.accordion-flush .accordion-item:last-child{border-bottom:0}.accordion-flush .accordion-item .accordion-button{border-radius:0}.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;font-size:0.75rem;list-style:none}.breadcrumb-item+.breadcrumb-item{padding-left:.5rem}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:.5rem;color:#a0a0a2;content:var(--bs-breadcrumb-divider, \"/\") /* rtl: var(--bs-breadcrumb-divider, \"/\") */}.breadcrumb-item.active{color:#a0a0a2}.pagination{display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;color:#a0a0a2;text-decoration:none;background-color:#fff;border:0 solid #dee2e6;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.page-link{transition:none}}.page-link:hover{z-index:2;color:#161a23;background-color:#e9e8ee;border-color:#dee2e6}.page-link:focus{z-index:3;color:#161a23;background-color:#e9e8ee;outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25)}.page-item:not(:first-child) .page-link{margin-left:0}.page-item.active .page-link{z-index:3;color:#fff;background-color:#1c212c;border-color:#1c212c}.page-item.disabled .page-link{color:#a0a0a2;pointer-events:none;background-color:#fff;border-color:#dee2e6}.page-link{padding:.375rem 1rem}.page-item:first-child .page-link{border-top-left-radius:.25rem;border-bottom-left-radius:.25rem}.page-item:last-child .page-link{border-top-right-radius:.25rem;border-bottom-right-radius:.25rem}.pagination-lg .page-link{padding:.75rem 1.5rem;font-size:1.25rem}.pagination-lg .page-item:first-child .page-link{border-top-left-radius:.3rem;border-bottom-left-radius:.3rem}.pagination-lg .page-item:last-child .page-link{border-top-right-radius:.3rem;border-bottom-right-radius:.3rem}.pagination-sm .page-link{padding:.25rem .5rem;font-size:0.875rem}.pagination-sm .page-item:first-child .page-link{border-top-left-radius:.2rem;border-bottom-left-radius:.2rem}.pagination-sm .page-item:last-child .page-link{border-top-right-radius:.2rem;border-bottom-right-radius:.2rem}.badge{display:inline-block;padding:.35em .65em;font-size:0.75em;font-weight:700;line-height:1;color:#fff;text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:0}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{position:relative;padding:1rem 1rem;margin-bottom:1rem;border:1px solid transparent;border-radius:0}.alert-heading{color:inherit}.alert-link{font-weight:700}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{color:#432a99;background-color:#e2daff;border-color:#d4c8ff}.alert-primary .alert-link{color:#36227a}.alert-secondary{color:#606061;background-color:#ececec;border-color:#e3e3e3}.alert-secondary .alert-link{color:#4d4d4e}.alert-success{color:#0f6e61;background-color:#d1f1ec;border-color:#baeae3}.alert-success .alert-link{color:#0c584e}.alert-info{color:#055160;background-color:#cff4fc;border-color:#b6effb}.alert-info .alert-link{color:#04414d}.alert-warning{color:#665f01;background-color:#fffbcd;border-color:#fffab3}.alert-warning .alert-link{color:#524c01}.alert-danger{color:#831019;background-color:#f8d1d4;border-color:#f4babf}.alert-danger .alert-link{color:#690d14}.alert-light{color:#626262;background-color:#fdfdfd;border-color:#fcfcfc}.alert-light .alert-link{color:#4e4e4e}.alert-dark{color:#11141a;background-color:#d2d3d5;border-color:#bbbcc0}.alert-dark .alert-link{color:#0e1015}.alert-facebook{color:#23355b;background-color:#d8deea;border-color:#c4cde0}.alert-facebook .alert-link{color:#1c2a49}.alert-twitter{color:#00678f;background-color:#cceefc;border-color:#b3e6fa}.alert-twitter .alert-link{color:#005272}.alert-white{color:#666;background-color:#fff;border-color:#fff}.alert-white .alert-link{color:#525252}.alert-pink{color:#66423f;background-color:#ffedec;border-color:#ffe4e2}.alert-pink .alert-link{color:#523532}.alert-teal{color:#057680;background-color:#cef3f7;border-color:#b5eef2}.alert-teal .alert-link{color:#045e66}.alert-orange{color:#973b19;background-color:#fee0d4;border-color:#fed0bf}.alert-orange .alert-link{color:#792f14}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress{display:flex;height:1rem;overflow:hidden;font-size:0.75rem;background-color:#e9e8ee;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:#fff;text-align:center;white-space:nowrap;background-color:#6f46ff;transition:width .6s ease}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:1rem 1rem}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:.25rem}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>li::before{content:counters(section, \".\") \". \";counter-increment:section}.list-group-item-action{width:100%;color:#495057;text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:#495057;text-decoration:none;background-color:#e9eaea}.list-group-item-action:active{color:#1c212c;background-color:#e9e8ee}.list-group-item{position:relative;display:block;padding:.5rem 1rem;color:#1c212c;text-decoration:none;background-color:#fff;border:1px solid rgba(0,0,0,.125)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:#a0a0a2;pointer-events:none;background-color:#fff}.list-group-item.active{z-index:2;color:#fff;background-color:#1c212c;border-color:#1c212c}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:-1px;border-top-width:1px}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child{border-bottom-left-radius:.25rem;border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child{border-top-right-radius:.25rem;border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:1px;border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:-1px;border-left-width:1px}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 1px}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{color:#432a99;background-color:#e2daff}.list-group-item-primary.list-group-item-action:hover,.list-group-item-primary.list-group-item-action:focus{color:#432a99;background-color:#cbc4e6}.list-group-item-primary.list-group-item-action.active{color:#fff;background-color:#432a99;border-color:#432a99}.list-group-item-secondary{color:#606061;background-color:#ececec}.list-group-item-secondary.list-group-item-action:hover,.list-group-item-secondary.list-group-item-action:focus{color:#606061;background-color:#d4d4d4}.list-group-item-secondary.list-group-item-action.active{color:#fff;background-color:#606061;border-color:#606061}.list-group-item-success{color:#0f6e61;background-color:#d1f1ec}.list-group-item-success.list-group-item-action:hover,.list-group-item-success.list-group-item-action:focus{color:#0f6e61;background-color:#bcd9d4}.list-group-item-success.list-group-item-action.active{color:#fff;background-color:#0f6e61;border-color:#0f6e61}.list-group-item-info{color:#055160;background-color:#cff4fc}.list-group-item-info.list-group-item-action:hover,.list-group-item-info.list-group-item-action:focus{color:#055160;background-color:#badce3}.list-group-item-info.list-group-item-action.active{color:#fff;background-color:#055160;border-color:#055160}.list-group-item-warning{color:#665f01;background-color:#fffbcd}.list-group-item-warning.list-group-item-action:hover,.list-group-item-warning.list-group-item-action:focus{color:#665f01;background-color:#e6e2b9}.list-group-item-warning.list-group-item-action.active{color:#fff;background-color:#665f01;border-color:#665f01}.list-group-item-danger{color:#831019;background-color:#f8d1d4}.list-group-item-danger.list-group-item-action:hover,.list-group-item-danger.list-group-item-action:focus{color:#831019;background-color:#dfbcbf}.list-group-item-danger.list-group-item-action.active{color:#fff;background-color:#831019;border-color:#831019}.list-group-item-light{color:#626262;background-color:#fdfdfd}.list-group-item-light.list-group-item-action:hover,.list-group-item-light.list-group-item-action:focus{color:#626262;background-color:#e4e4e4}.list-group-item-light.list-group-item-action.active{color:#fff;background-color:#626262;border-color:#626262}.list-group-item-dark{color:#11141a;background-color:#d2d3d5}.list-group-item-dark.list-group-item-action:hover,.list-group-item-dark.list-group-item-action:focus{color:#11141a;background-color:#bdbec0}.list-group-item-dark.list-group-item-action.active{color:#fff;background-color:#11141a;border-color:#11141a}.list-group-item-facebook{color:#23355b;background-color:#d8deea}.list-group-item-facebook.list-group-item-action:hover,.list-group-item-facebook.list-group-item-action:focus{color:#23355b;background-color:#c2c8d3}.list-group-item-facebook.list-group-item-action.active{color:#fff;background-color:#23355b;border-color:#23355b}.list-group-item-twitter{color:#00678f;background-color:#cceefc}.list-group-item-twitter.list-group-item-action:hover,.list-group-item-twitter.list-group-item-action:focus{color:#00678f;background-color:#b8d6e3}.list-group-item-twitter.list-group-item-action.active{color:#fff;background-color:#00678f;border-color:#00678f}.list-group-item-white{color:#666;background-color:#fff}.list-group-item-white.list-group-item-action:hover,.list-group-item-white.list-group-item-action:focus{color:#666;background-color:#e6e6e6}.list-group-item-white.list-group-item-action.active{color:#fff;background-color:#666;border-color:#666}.list-group-item-pink{color:#66423f;background-color:#ffedec}.list-group-item-pink.list-group-item-action:hover,.list-group-item-pink.list-group-item-action:focus{color:#66423f;background-color:#e6d5d4}.list-group-item-pink.list-group-item-action.active{color:#fff;background-color:#66423f;border-color:#66423f}.list-group-item-teal{color:#057680;background-color:#cef3f7}.list-group-item-teal.list-group-item-action:hover,.list-group-item-teal.list-group-item-action:focus{color:#057680;background-color:#b9dbde}.list-group-item-teal.list-group-item-action.active{color:#fff;background-color:#057680;border-color:#057680}.list-group-item-orange{color:#973b19;background-color:#fee0d4}.list-group-item-orange.list-group-item-action:hover,.list-group-item-orange.list-group-item-action:focus{color:#973b19;background-color:#e5cabf}.list-group-item-orange.list-group-item-action.active{color:#fff;background-color:#973b19;border-color:#973b19}.btn-close{box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:#000;background:transparent url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e\") center/1em auto no-repeat;border:0;border-radius:.25rem;opacity:.5}.btn-close:hover{color:#000;text-decoration:none;opacity:.75}.btn-close:focus{outline:0;box-shadow:0 0 0 .25rem rgba(28,33,44,.25);opacity:1}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:.25}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:0.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(29,48,61,.06);border-radius:.25rem}.toast:not(.showing):not(.show){opacity:0}.toast.hide{display:none}.toast-container{width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:1.5rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#a0a0a2;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(0.25rem - 1px);border-top-right-radius:calc(0.25rem - 1px)}.toast-header .btn-close{margin-right:-0.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal-open{overflow:hidden}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal{position:fixed;top:0;left:0;z-index:1050;display:none;width:100%;height:100%;overflow:hidden;outline:0}.modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:0 solid rgba(0,0,0,.2);border-radius:0;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:1rem 1rem;border-bottom:0 solid #e9eaea;border-top-left-radius:0;border-top-right-radius:0}.modal-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}.modal-body{position:relative;flex:1 1 auto;padding:1rem}.modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:0 solid #e9eaea;border-bottom-right-radius:0;border-bottom-left-radius:0}.modal-footer>*{margin:.25rem}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width: 576px){.modal-dialog{max-width:500px;margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media(min-width: 992px){.modal-lg,.modal-xl{max-width:800px}}@media(min-width: 1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1070;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:\"\";border-color:transparent;border-style:solid}.bs-tooltip-top,.bs-tooltip-auto[data-popper-placement^=top]{padding:.4rem 0}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:0}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-end,.bs-tooltip-auto[data-popper-placement^=right]{padding:0 .4rem}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-bottom,.bs-tooltip-auto[data-popper-placement^=bottom]{padding:.4rem 0}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:0}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-start,.bs-tooltip-auto[data-popper-placement^=left]{padding:0 .4rem}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.5rem 1rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0 /* rtl:ignore */;z-index:1060;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:0.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid transparent;border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:\"\";border-color:transparent;border-style:solid}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-0.5rem - 1px)}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.05)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-0.5rem - 1px);width:.5rem;height:1rem}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.05)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-0.5rem - 1px)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.05)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-0.5rem;content:\"\";border-bottom:1px solid #f0f0f0}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-0.5rem - 1px);width:.5rem;height:1rem}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.05)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid #d8d8d8;border-top-left-radius:calc(0.3rem - 1px);border-top-right-radius:calc(0.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#1c212c}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:\"\"}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e\")}.carousel-control-next-icon{background-image:url(\"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e\")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:text-bottom;background-color:currentColor;border-radius:50%;opacity:0;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1040;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas-header{display:flex;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin:-0.5rem -0.5rem -0.5rem auto}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:0 solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:0 solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:0 solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.offcanvas-backdrop::before{position:fixed;top:0;left:0;z-index:1039;width:100vw;height:100vh;content:\"\";background-color:rgba(0,0,0,.5)}.clearfix::after{display:block;clear:both;content:\"\"}.link-primary{color:#6f46ff}.link-primary:hover,.link-primary:focus{color:#5938cc}.link-secondary{color:#a0a0a2}.link-secondary:hover,.link-secondary:focus{color:#b3b3b5}.link-success{color:#19b8a2}.link-success:hover,.link-success:focus{color:#47c6b5}.link-info{color:#0dcaf0}.link-info:hover,.link-info:focus{color:#3dd5f3}.link-warning{color:#ffed03}.link-warning:hover,.link-warning:focus{color:#fff135}.link-danger{color:#db1a2a}.link-danger:hover,.link-danger:focus{color:#af1522}.link-light{color:#f6f6f6}.link-light:hover,.link-light:focus{color:#f8f8f8}.link-dark{color:#1c212c}.link-dark:hover,.link-dark:focus{color:#161a23}.link-facebook{color:#3b5998}.link-facebook:hover,.link-facebook:focus{color:#2f477a}.link-twitter{color:#00acee}.link-twitter:hover,.link-twitter:focus{color:#33bdf1}.link-white{color:#fff}.link-white:hover,.link-white:focus{color:#fff}.link-pink{color:#ffa69e}.link-pink:hover,.link-pink:focus{color:#ffb8b1}.link-teal{color:#08c5d5}.link-teal:hover,.link-teal:focus{color:#39d1dd}.link-orange{color:#fc6229}.link-orange:hover,.link-orange:focus{color:#fd8154}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:\"\"}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: calc(3 / 4 * 100%)}.ratio-16x9{--bs-aspect-ratio: calc(9 / 16 * 100%)}.ratio-21x9{--bs-aspect-ratio: calc(9 / 21 * 100%)}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}@media(min-width: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}}@media(min-width: 1400px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:\"\"}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.align-sub{vertical-align:sub !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:0 .5rem 1rem rgba(29,48,61,.06) !important}.shadow-hover:hover{box-shadow:0 .5rem 1rem rgba(29,48,61,.06) !important}.shadow-focus:focus{box-shadow:0 .5rem 1rem rgba(29,48,61,.06) !important}.shadow-active:active{box-shadow:0 .5rem 1rem rgba(29,48,61,.06) !important}.shadow-sm{box-shadow:0 4px .5rem rgba(29,48,61,.03) !important}.shadow-sm-hover:hover{box-shadow:0 4px .5rem rgba(29,48,61,.03) !important}.shadow-sm-focus:focus{box-shadow:0 4px .5rem rgba(29,48,61,.03) !important}.shadow-sm-active:active{box-shadow:0 4px .5rem rgba(29,48,61,.03) !important}.shadow-lg{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125) !important}.shadow-lg-hover:hover{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125) !important}.shadow-lg-focus:focus{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125) !important}.shadow-lg-active:active{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125) !important}.shadow-none{box-shadow:none !important}.shadow-none-hover:hover{box-shadow:none !important}.shadow-none-focus:focus{box-shadow:none !important}.shadow-none-active:active{box-shadow:none !important}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-1{top:1% !important}.top-2{top:2% !important}.top-3{top:3% !important}.top-4{top:4% !important}.top-5{top:5% !important}.top-7{top:7% !important}.top-10{top:10% !important}.top-20{top:20% !important}.top-25{top:25% !important}.top-30{top:30% !important}.top-35{top:35% !important}.top-40{top:40% !important}.top-45{top:45% !important}.top-50{top:50% !important}.top-75{top:75% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-1{bottom:1% !important}.bottom-2{bottom:2% !important}.bottom-3{bottom:3% !important}.bottom-4{bottom:4% !important}.bottom-5{bottom:5% !important}.bottom-7{bottom:7% !important}.bottom-10{bottom:10% !important}.bottom-20{bottom:20% !important}.bottom-25{bottom:25% !important}.bottom-30{bottom:30% !important}.bottom-35{bottom:35% !important}.bottom-40{bottom:40% !important}.bottom-45{bottom:45% !important}.bottom-50{bottom:50% !important}.bottom-75{bottom:75% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-1{left:1% !important}.start-2{left:2% !important}.start-3{left:3% !important}.start-4{left:4% !important}.start-5{left:5% !important}.start-7{left:7% !important}.start-10{left:10% !important}.start-20{left:20% !important}.start-25{left:25% !important}.start-30{left:30% !important}.start-35{left:35% !important}.start-40{left:40% !important}.start-45{left:45% !important}.start-50{left:50% !important}.start-75{left:75% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-1{right:1% !important}.end-2{right:2% !important}.end-3{right:3% !important}.end-4{right:4% !important}.end-5{right:5% !important}.end-7{right:7% !important}.end-10{right:10% !important}.end-20{right:20% !important}.end-25{right:25% !important}.end-30{right:30% !important}.end-35{right:35% !important}.end-40{right:40% !important}.end-45{right:45% !important}.end-50{right:50% !important}.end-75{right:75% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:1px solid #e9eaea !important}.border-hover:hover{border:1px solid #e9eaea !important}.border-focus:focus{border:1px solid #e9eaea !important}.border-active:active{border:1px solid #e9eaea !important}.border-0{border:0 !important}.border-0-hover:hover{border:0 !important}.border-0-focus:focus{border:0 !important}.border-0-active:active{border:0 !important}.border-transparent{border:1px solid transparent !important}.border-transparent-hover:hover{border:1px solid transparent !important}.border-transparent-focus:focus{border:1px solid transparent !important}.border-transparent-active:active{border:1px solid transparent !important}.border-top{border-top:1px solid #e9eaea !important}.border-top-0{border-top:0 !important}.border-end{border-right:1px solid #e9eaea !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:1px solid #e9eaea !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:1px solid #e9eaea !important}.border-start-0{border-left:0 !important}.border-primary{border-color:#6f46ff !important}.border-primary-hover:hover{border-color:#6f46ff !important}.border-primary-focus:focus{border-color:#6f46ff !important}.border-primary-active:active{border-color:#6f46ff !important}.border-secondary{border-color:#a0a0a2 !important}.border-secondary-hover:hover{border-color:#a0a0a2 !important}.border-secondary-focus:focus{border-color:#a0a0a2 !important}.border-secondary-active:active{border-color:#a0a0a2 !important}.border-success{border-color:#19b8a2 !important}.border-success-hover:hover{border-color:#19b8a2 !important}.border-success-focus:focus{border-color:#19b8a2 !important}.border-success-active:active{border-color:#19b8a2 !important}.border-info{border-color:#0dcaf0 !important}.border-info-hover:hover{border-color:#0dcaf0 !important}.border-info-focus:focus{border-color:#0dcaf0 !important}.border-info-active:active{border-color:#0dcaf0 !important}.border-warning{border-color:#ffed03 !important}.border-warning-hover:hover{border-color:#ffed03 !important}.border-warning-focus:focus{border-color:#ffed03 !important}.border-warning-active:active{border-color:#ffed03 !important}.border-danger{border-color:#db1a2a !important}.border-danger-hover:hover{border-color:#db1a2a !important}.border-danger-focus:focus{border-color:#db1a2a !important}.border-danger-active:active{border-color:#db1a2a !important}.border-light{border-color:#f6f6f6 !important}.border-light-hover:hover{border-color:#f6f6f6 !important}.border-light-focus:focus{border-color:#f6f6f6 !important}.border-light-active:active{border-color:#f6f6f6 !important}.border-dark{border-color:#1c212c !important}.border-dark-hover:hover{border-color:#1c212c !important}.border-dark-focus:focus{border-color:#1c212c !important}.border-dark-active:active{border-color:#1c212c !important}.border-facebook{border-color:#3b5998 !important}.border-facebook-hover:hover{border-color:#3b5998 !important}.border-facebook-focus:focus{border-color:#3b5998 !important}.border-facebook-active:active{border-color:#3b5998 !important}.border-twitter{border-color:#00acee !important}.border-twitter-hover:hover{border-color:#00acee !important}.border-twitter-focus:focus{border-color:#00acee !important}.border-twitter-active:active{border-color:#00acee !important}.border-white{border-color:#fff !important}.border-white-hover:hover{border-color:#fff !important}.border-white-focus:focus{border-color:#fff !important}.border-white-active:active{border-color:#fff !important}.border-pink{border-color:#ffa69e !important}.border-pink-hover:hover{border-color:#ffa69e !important}.border-pink-focus:focus{border-color:#ffa69e !important}.border-pink-active:active{border-color:#ffa69e !important}.border-teal{border-color:#08c5d5 !important}.border-teal-hover:hover{border-color:#08c5d5 !important}.border-teal-focus:focus{border-color:#08c5d5 !important}.border-teal-active:active{border-color:#08c5d5 !important}.border-orange{border-color:#fc6229 !important}.border-orange-hover:hover{border-color:#fc6229 !important}.border-orange-focus:focus{border-color:#fc6229 !important}.border-orange-active:active{border-color:#fc6229 !important}.border-transparent{border-color:transparent !important}.border-transparent-hover:hover{border-color:transparent !important}.border-transparent-focus:focus{border-color:transparent !important}.border-transparent-active:active{border-color:transparent !important}.border-0{border-width:0 !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.w-10{width:10% !important}.w-60{width:60% !important}.w-65{width:65% !important}.w-80{width:80% !important}.w-110{width:110% !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.vw-10{width:10vw !important}.vw-25{width:25vw !important}.vw-50{width:50vw !important}.vw-75{width:75vw !important}.min-vw-100{min-width:100vw !important}.min-vw-10{min-width:10vw !important}.min-vw-25{min-width:25vw !important}.min-vw-50{min-width:50vw !important}.min-vw-75{min-width:75vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.m-h-1{max-height:.25rem !important}.m-h-2{max-height:.5rem !important}.m-h-3{max-height:.75rem !important}.m-h-4{max-height:1rem !important}.m-h-5{max-height:1.25rem !important}.m-h-6{max-height:1.5rem !important}.m-h-7{max-height:1.75rem !important}.m-h-8{max-height:2rem !important}.m-h-9{max-height:2.25rem !important}.m-h-10{max-height:2.5rem !important}.m-h-12{max-height:3rem !important}.m-h-14{max-height:3.5rem !important}.m-h-16{max-height:4rem !important}.m-h-20{max-height:5rem !important}.m-h-24{max-height:6rem !important}.m-h-28{max-height:7rem !important}.m-h-30{max-height:7.25rem !important}.m-h-32{max-height:8rem !important}.m-h-36{max-height:9rem !important}.m-h-40{max-height:10rem !important}.m-h-44{max-height:11rem !important}.m-h-48{max-height:12rem !important}.m-h-52{max-height:15rem !important}.m-h-56{max-height:18rem !important}.m-h-60{max-height:21rem !important}.m-h-64{max-height:24rem !important}.m-h-68{max-height:27rem !important}.m-h-72{max-height:30rem !important}.m-h-76{max-height:33rem !important}.m-h-80{max-height:36rem !important}.m-h-84{max-height:40rem !important}.m-h-88{max-height:44rem !important}.m-h-92{max-height:50rem !important}.m-h-96{max-height:56rem !important}.m-h-100{max-height:60rem !important}.m-h-0{max-height:0 !important}.vh-100{height:100vh !important}.vh-10{height:10vh !important}.vh-25{height:25vh !important}.vh-50{height:50vh !important}.vh-75{height:75vh !important}.min-vh-100{min-height:100vh !important}.min-vh-10{min-height:10vh !important}.min-vh-25{min-height:25vh !important}.min-vh-40{min-height:40vh !important}.min-vh-50{min-height:50vh !important}.min-vh-60{min-height:60vh !important}.min-vh-75{min-height:75vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.gap-6{gap:3.5rem !important}.gap-7{gap:4rem !important}.gap-8{gap:5rem !important}.gap-9{gap:6rem !important}.gap-10{gap:7rem !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-6{margin:3.5rem !important}.m-7{margin:4rem !important}.m-8{margin:5rem !important}.m-9{margin:6rem !important}.m-10{margin:7rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-7{margin-right:4rem !important;margin-left:4rem !important}.mx-8{margin-right:5rem !important;margin-left:5rem !important}.mx-9{margin-right:6rem !important;margin-left:6rem !important}.mx-10{margin-right:7rem !important;margin-left:7rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-7{margin-top:4rem !important;margin-bottom:4rem !important}.my-8{margin-top:5rem !important;margin-bottom:5rem !important}.my-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-10{margin-top:7rem !important;margin-bottom:7rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-6{margin-top:3.5rem !important}.mt-7{margin-top:4rem !important}.mt-8{margin-top:5rem !important}.mt-9{margin-top:6rem !important}.mt-10{margin-top:7rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-6{margin-right:3.5rem !important}.me-7{margin-right:4rem !important}.me-8{margin-right:5rem !important}.me-9{margin-right:6rem !important}.me-10{margin-right:7rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-6{margin-bottom:3.5rem !important}.mb-7{margin-bottom:4rem !important}.mb-8{margin-bottom:5rem !important}.mb-9{margin-bottom:6rem !important}.mb-10{margin-bottom:7rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-6{margin-left:3.5rem !important}.ms-7{margin-left:4rem !important}.ms-8{margin-left:5rem !important}.ms-9{margin-left:6rem !important}.ms-10{margin-left:7rem !important}.ms-auto{margin-left:auto !important}.m-n1{margin:-0.25rem !important}.m-n2{margin:-0.5rem !important}.m-n3{margin:-1rem !important}.m-n4{margin:-1.5rem !important}.m-n5{margin:-3rem !important}.m-n6{margin:-3.5rem !important}.m-n7{margin:-4rem !important}.m-n8{margin:-5rem !important}.m-n9{margin:-6rem !important}.m-n10{margin:-7rem !important}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-n5{margin-right:-3rem !important;margin-left:-3rem !important}.mx-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-n7{margin-right:-4rem !important;margin-left:-4rem !important}.mx-n8{margin-right:-5rem !important;margin-left:-5rem !important}.mx-n9{margin-right:-6rem !important;margin-left:-6rem !important}.mx-n10{margin-right:-7rem !important;margin-left:-7rem !important}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-n7{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-n8{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-n9{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-n10{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-n1{margin-top:-0.25rem !important}.mt-n2{margin-top:-0.5rem !important}.mt-n3{margin-top:-1rem !important}.mt-n4{margin-top:-1.5rem !important}.mt-n5{margin-top:-3rem !important}.mt-n6{margin-top:-3.5rem !important}.mt-n7{margin-top:-4rem !important}.mt-n8{margin-top:-5rem !important}.mt-n9{margin-top:-6rem !important}.mt-n10{margin-top:-7rem !important}.me-n1{margin-right:-0.25rem !important}.me-n2{margin-right:-0.5rem !important}.me-n3{margin-right:-1rem !important}.me-n4{margin-right:-1.5rem !important}.me-n5{margin-right:-3rem !important}.me-n6{margin-right:-3.5rem !important}.me-n7{margin-right:-4rem !important}.me-n8{margin-right:-5rem !important}.me-n9{margin-right:-6rem !important}.me-n10{margin-right:-7rem !important}.mb-n1{margin-bottom:-0.25rem !important}.mb-n2{margin-bottom:-0.5rem !important}.mb-n3{margin-bottom:-1rem !important}.mb-n4{margin-bottom:-1.5rem !important}.mb-n5{margin-bottom:-3rem !important}.mb-n6{margin-bottom:-3.5rem !important}.mb-n7{margin-bottom:-4rem !important}.mb-n8{margin-bottom:-5rem !important}.mb-n9{margin-bottom:-6rem !important}.mb-n10{margin-bottom:-7rem !important}.ms-n1{margin-left:-0.25rem !important}.ms-n2{margin-left:-0.5rem !important}.ms-n3{margin-left:-1rem !important}.ms-n4{margin-left:-1.5rem !important}.ms-n5{margin-left:-3rem !important}.ms-n6{margin-left:-3.5rem !important}.ms-n7{margin-left:-4rem !important}.ms-n8{margin-left:-5rem !important}.ms-n9{margin-left:-6rem !important}.ms-n10{margin-left:-7rem !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.p-6{padding:3.5rem !important}.p-7{padding:4rem !important}.p-8{padding:5rem !important}.p-9{padding:6rem !important}.p-10{padding:7rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.px-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-7{padding-right:4rem !important;padding-left:4rem !important}.px-8{padding-right:5rem !important;padding-left:5rem !important}.px-9{padding-right:6rem !important;padding-left:6rem !important}.px-10{padding-right:7rem !important;padding-left:7rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-7{padding-top:4rem !important;padding-bottom:4rem !important}.py-8{padding-top:5rem !important;padding-bottom:5rem !important}.py-9{padding-top:6rem !important;padding-bottom:6rem !important}.py-10{padding-top:7rem !important;padding-bottom:7rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pt-6{padding-top:3.5rem !important}.pt-7{padding-top:4rem !important}.pt-8{padding-top:5rem !important}.pt-9{padding-top:6rem !important}.pt-10{padding-top:7rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pe-6{padding-right:3.5rem !important}.pe-7{padding-right:4rem !important}.pe-8{padding-right:5rem !important}.pe-9{padding-right:6rem !important}.pe-10{padding-right:7rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.pb-6{padding-bottom:3.5rem !important}.pb-7{padding-bottom:4rem !important}.pb-8{padding-bottom:5rem !important}.pb-9{padding-bottom:6rem !important}.pb-10{padding-bottom:7rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.ps-6{padding-left:3.5rem !important}.ps-7{padding-left:4rem !important}.ps-8{padding-left:5rem !important}.ps-9{padding-left:6rem !important}.ps-10{padding-left:7rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fs-7{font-size:90% !important}.fs-8{font-size:80% !important}.fs-9{font-size:0.75rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-light{font-weight:300 !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:400 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:500 !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{color:#6f46ff !important}.text-primary-hover:hover{color:#6f46ff !important}.text-primary-focus:focus{color:#6f46ff !important}.text-primary-active:active{color:#6f46ff !important}.text-secondary{color:#a0a0a2 !important}.text-secondary-hover:hover{color:#a0a0a2 !important}.text-secondary-focus:focus{color:#a0a0a2 !important}.text-secondary-active:active{color:#a0a0a2 !important}.text-success{color:#19b8a2 !important}.text-success-hover:hover{color:#19b8a2 !important}.text-success-focus:focus{color:#19b8a2 !important}.text-success-active:active{color:#19b8a2 !important}.text-info{color:#0dcaf0 !important}.text-info-hover:hover{color:#0dcaf0 !important}.text-info-focus:focus{color:#0dcaf0 !important}.text-info-active:active{color:#0dcaf0 !important}.text-warning{color:#ffed03 !important}.text-warning-hover:hover{color:#ffed03 !important}.text-warning-focus:focus{color:#ffed03 !important}.text-warning-active:active{color:#ffed03 !important}.text-danger{color:#db1a2a !important}.text-danger-hover:hover{color:#db1a2a !important}.text-danger-focus:focus{color:#db1a2a !important}.text-danger-active:active{color:#db1a2a !important}.text-light{color:#f6f6f6 !important}.text-light-hover:hover{color:#f6f6f6 !important}.text-light-focus:focus{color:#f6f6f6 !important}.text-light-active:active{color:#f6f6f6 !important}.text-dark{color:#1c212c !important}.text-dark-hover:hover{color:#1c212c !important}.text-dark-focus:focus{color:#1c212c !important}.text-dark-active:active{color:#1c212c !important}.text-facebook{color:#3b5998 !important}.text-facebook-hover:hover{color:#3b5998 !important}.text-facebook-focus:focus{color:#3b5998 !important}.text-facebook-active:active{color:#3b5998 !important}.text-twitter{color:#00acee !important}.text-twitter-hover:hover{color:#00acee !important}.text-twitter-focus:focus{color:#00acee !important}.text-twitter-active:active{color:#00acee !important}.text-white{color:#fff !important}.text-white-hover:hover{color:#fff !important}.text-white-focus:focus{color:#fff !important}.text-white-active:active{color:#fff !important}.text-pink{color:#ffa69e !important}.text-pink-hover:hover{color:#ffa69e !important}.text-pink-focus:focus{color:#ffa69e !important}.text-pink-active:active{color:#ffa69e !important}.text-teal{color:#08c5d5 !important}.text-teal-hover:hover{color:#08c5d5 !important}.text-teal-focus:focus{color:#08c5d5 !important}.text-teal-active:active{color:#08c5d5 !important}.text-orange{color:#fc6229 !important}.text-orange-hover:hover{color:#fc6229 !important}.text-orange-focus:focus{color:#fc6229 !important}.text-orange-active:active{color:#fc6229 !important}.text-body{color:#1c212c !important}.text-body-hover:hover{color:#1c212c !important}.text-body-focus:focus{color:#1c212c !important}.text-body-active:active{color:#1c212c !important}.text-muted{color:#a0a0a2 !important}.text-muted-hover:hover{color:#a0a0a2 !important}.text-muted-focus:focus{color:#a0a0a2 !important}.text-muted-active:active{color:#a0a0a2 !important}.text-black-50{color:rgba(0,0,0,.5) !important}.text-black-50-hover:hover{color:rgba(0,0,0,.5) !important}.text-black-50-focus:focus{color:rgba(0,0,0,.5) !important}.text-black-50-active:active{color:rgba(0,0,0,.5) !important}.text-white-50{color:rgba(255,255,255,.5) !important}.text-white-50-hover:hover{color:rgba(255,255,255,.5) !important}.text-white-50-focus:focus{color:rgba(255,255,255,.5) !important}.text-white-50-active:active{color:rgba(255,255,255,.5) !important}.text-reset{color:inherit !important}.text-reset-hover:hover{color:inherit !important}.text-reset-focus:focus{color:inherit !important}.text-reset-active:active{color:inherit !important}.bg-primary{background-color:#6f46ff !important}.bg-primary-hover:hover{background-color:#6f46ff !important}.bg-secondary{background-color:#a0a0a2 !important}.bg-secondary-hover:hover{background-color:#a0a0a2 !important}.bg-success{background-color:#19b8a2 !important}.bg-success-hover:hover{background-color:#19b8a2 !important}.bg-info{background-color:#0dcaf0 !important}.bg-info-hover:hover{background-color:#0dcaf0 !important}.bg-warning{background-color:#ffed03 !important}.bg-warning-hover:hover{background-color:#ffed03 !important}.bg-danger{background-color:#db1a2a !important}.bg-danger-hover:hover{background-color:#db1a2a !important}.bg-light{background-color:#f6f6f6 !important}.bg-light-hover:hover{background-color:#f6f6f6 !important}.bg-dark{background-color:#1c212c !important}.bg-dark-hover:hover{background-color:#1c212c !important}.bg-facebook{background-color:#3b5998 !important}.bg-facebook-hover:hover{background-color:#3b5998 !important}.bg-twitter{background-color:#00acee !important}.bg-twitter-hover:hover{background-color:#00acee !important}.bg-white{background-color:#fff !important}.bg-white-hover:hover{background-color:#fff !important}.bg-pink{background-color:#ffa69e !important}.bg-pink-hover:hover{background-color:#ffa69e !important}.bg-teal{background-color:#08c5d5 !important}.bg-teal-hover:hover{background-color:#08c5d5 !important}.bg-orange{background-color:#fc6229 !important}.bg-orange-hover:hover{background-color:#fc6229 !important}.bg-body{background-color:#fff !important}.bg-body-hover:hover{background-color:#fff !important}.bg-transparent{background-color:transparent !important}.bg-transparent-hover:hover{background-color:transparent !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:.25rem !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:.2rem !important}.rounded-2{border-radius:.25rem !important}.rounded-3{border-radius:.3rem !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:50rem !important}.rounded-top{border-top-left-radius:.25rem !important;border-top-right-radius:.25rem !important}.rounded-end{border-top-right-radius:.25rem !important;border-bottom-right-radius:.25rem !important}.rounded-bottom{border-bottom-right-radius:.25rem !important;border-bottom-left-radius:.25rem !important}.rounded-start{border-bottom-left-radius:.25rem !important;border-top-left-radius:.25rem !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.cursor-default{cursor:default !important}.cursor-pointer{cursor:pointer !important}.f-w-1{width:.25rem !important}.f-w-2{width:.5rem !important}.f-w-3{width:.75rem !important}.f-w-4{width:1rem !important}.f-w-5{width:1.25rem !important}.f-w-6{width:1.5rem !important}.f-w-7{width:1.75rem !important}.f-w-8{width:2rem !important}.f-w-9{width:2.25rem !important}.f-w-10{width:2.5rem !important}.f-w-12{width:3rem !important}.f-w-14{width:3.5rem !important}.f-w-16{width:4rem !important}.f-w-20{width:5rem !important}.f-w-24{width:6rem !important}.f-w-28{width:7rem !important}.f-w-30{width:7.25rem !important}.f-w-32{width:8rem !important}.f-w-36{width:9rem !important}.f-w-40{width:10rem !important}.f-w-44{width:11rem !important}.f-w-48{width:12rem !important}.f-w-52{width:15rem !important}.f-w-56{width:18rem !important}.f-w-60{width:21rem !important}.f-w-64{width:24rem !important}.f-w-68{width:27rem !important}.f-w-72{width:30rem !important}.f-w-76{width:33rem !important}.f-w-80{width:36rem !important}.f-w-84{width:40rem !important}.f-w-88{width:44rem !important}.f-w-92{width:50rem !important}.f-w-96{width:56rem !important}.f-w-100{width:60rem !important}.f-w-0{width:0 !important}.f-h-1{height:.25rem !important}.f-h-2{height:.5rem !important}.f-h-3{height:.75rem !important}.f-h-4{height:1rem !important}.f-h-5{height:1.25rem !important}.f-h-6{height:1.5rem !important}.f-h-7{height:1.75rem !important}.f-h-8{height:2rem !important}.f-h-9{height:2.25rem !important}.f-h-10{height:2.5rem !important}.f-h-12{height:3rem !important}.f-h-14{height:3.5rem !important}.f-h-16{height:4rem !important}.f-h-20{height:5rem !important}.f-h-24{height:6rem !important}.f-h-28{height:7rem !important}.f-h-30{height:7.25rem !important}.f-h-32{height:8rem !important}.f-h-36{height:9rem !important}.f-h-40{height:10rem !important}.f-h-44{height:11rem !important}.f-h-48{height:12rem !important}.f-h-52{height:15rem !important}.f-h-56{height:18rem !important}.f-h-60{height:21rem !important}.f-h-64{height:24rem !important}.f-h-68{height:27rem !important}.f-h-72{height:30rem !important}.f-h-76{height:33rem !important}.f-h-80{height:36rem !important}.f-h-84{height:40rem !important}.f-h-88{height:44rem !important}.f-h-92{height:50rem !important}.f-h-96{height:56rem !important}.f-h-100{height:60rem !important}.f-h-0{height:0 !important}.transform-y-0{transform:translateY(0) !important}.transform-y-25{transform:translateY(25%) !important}.transform-y-50{transform:translateY(50%) !important}.transform-y-75{transform:translateY(75%) !important}.transform-y-100{transform:translateY(100%) !important}.transform-y--25{transform:translateY(-25%) !important}.transform-y--50{transform:translateY(-50%) !important}.transform-y--75{transform:translateY(-75%) !important}.transform-y--100{transform:translateY(-100%) !important}.tracking-tighter{letter-spacing:-0.05em !important}.tracking-tight{letter-spacing:-0.025em !important}.tracking-wide{letter-spacing:.065em !important}.tracking-wider{letter-spacing:.25em !important}.tracking-widest{letter-spacing:.4em !important}.opacity-0{opacity:0 !important}.opacity-0-hover:hover{opacity:0 !important}.opacity-5{opacity:5% !important}.opacity-5-hover:hover{opacity:5% !important}.opacity-10{opacity:10% !important}.opacity-10-hover:hover{opacity:10% !important}.opacity-25{opacity:.25 !important}.opacity-25-hover:hover{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-50-hover:hover{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-75-hover:hover{opacity:.75 !important}.opacity-90{opacity:.9 !important}.opacity-90-hover:hover{opacity:.9 !important}.opacity-100{opacity:1 !important}.opacity-100-hover:hover{opacity:1 !important}.transition-all{transition:all linear .3s !important}.z-index-n1{z-index:-1 !important}.z-index-0{z-index:0 !important}.z-index-1{z-index:1 !important}.z-index-10{z-index:10 !important}.z-index-20{z-index:20 !important}.z-index-30{z-index:30 !important}.z-index-40{z-index:40 !important}.z-index-50{z-index:50 !important}.max-vh-10{max-height:10vh !important}.max-vh-25{max-height:25vh !important}.max-vh-50{max-height:50vh !important}.max-vh-60{max-height:60vh !important}.max-vh-75{max-height:75vh !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.position-sm-static{position:static !important}.position-sm-relative{position:relative !important}.position-sm-absolute{position:absolute !important}.position-sm-fixed{position:fixed !important}.position-sm-sticky{position:sticky !important}.border-sm{border:1px solid #e9eaea !important}.border-sm-hover:hover{border:1px solid #e9eaea !important}.border-sm-focus:focus{border:1px solid #e9eaea !important}.border-sm-active:active{border:1px solid #e9eaea !important}.border-sm-0{border:0 !important}.border-sm-0-hover:hover{border:0 !important}.border-sm-0-focus:focus{border:0 !important}.border-sm-0-active:active{border:0 !important}.border-sm-transparent{border:1px solid transparent !important}.border-sm-transparent-hover:hover{border:1px solid transparent !important}.border-sm-transparent-focus:focus{border:1px solid transparent !important}.border-sm-transparent-active:active{border:1px solid transparent !important}.w-sm-25{width:25% !important}.w-sm-50{width:50% !important}.w-sm-75{width:75% !important}.w-sm-100{width:100% !important}.w-sm-auto{width:auto !important}.w-sm-10{width:10% !important}.w-sm-60{width:60% !important}.w-sm-65{width:65% !important}.w-sm-80{width:80% !important}.w-sm-110{width:110% !important}.h-sm-25{height:25% !important}.h-sm-50{height:50% !important}.h-sm-75{height:75% !important}.h-sm-100{height:100% !important}.h-sm-auto{height:auto !important}.m-h-sm-1{max-height:.25rem !important}.m-h-sm-2{max-height:.5rem !important}.m-h-sm-3{max-height:.75rem !important}.m-h-sm-4{max-height:1rem !important}.m-h-sm-5{max-height:1.25rem !important}.m-h-sm-6{max-height:1.5rem !important}.m-h-sm-7{max-height:1.75rem !important}.m-h-sm-8{max-height:2rem !important}.m-h-sm-9{max-height:2.25rem !important}.m-h-sm-10{max-height:2.5rem !important}.m-h-sm-12{max-height:3rem !important}.m-h-sm-14{max-height:3.5rem !important}.m-h-sm-16{max-height:4rem !important}.m-h-sm-20{max-height:5rem !important}.m-h-sm-24{max-height:6rem !important}.m-h-sm-28{max-height:7rem !important}.m-h-sm-30{max-height:7.25rem !important}.m-h-sm-32{max-height:8rem !important}.m-h-sm-36{max-height:9rem !important}.m-h-sm-40{max-height:10rem !important}.m-h-sm-44{max-height:11rem !important}.m-h-sm-48{max-height:12rem !important}.m-h-sm-52{max-height:15rem !important}.m-h-sm-56{max-height:18rem !important}.m-h-sm-60{max-height:21rem !important}.m-h-sm-64{max-height:24rem !important}.m-h-sm-68{max-height:27rem !important}.m-h-sm-72{max-height:30rem !important}.m-h-sm-76{max-height:33rem !important}.m-h-sm-80{max-height:36rem !important}.m-h-sm-84{max-height:40rem !important}.m-h-sm-88{max-height:44rem !important}.m-h-sm-92{max-height:50rem !important}.m-h-sm-96{max-height:56rem !important}.m-h-sm-100{max-height:60rem !important}.m-h-sm-0{max-height:0 !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.gap-sm-6{gap:3.5rem !important}.gap-sm-7{gap:4rem !important}.gap-sm-8{gap:5rem !important}.gap-sm-9{gap:6rem !important}.gap-sm-10{gap:7rem !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-6{margin:3.5rem !important}.m-sm-7{margin:4rem !important}.m-sm-8{margin:5rem !important}.m-sm-9{margin:6rem !important}.m-sm-10{margin:7rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-sm-7{margin-right:4rem !important;margin-left:4rem !important}.mx-sm-8{margin-right:5rem !important;margin-left:5rem !important}.mx-sm-9{margin-right:6rem !important;margin-left:6rem !important}.mx-sm-10{margin-right:7rem !important;margin-left:7rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-sm-7{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-8{margin-top:5rem !important;margin-bottom:5rem !important}.my-sm-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-10{margin-top:7rem !important;margin-bottom:7rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-6{margin-top:3.5rem !important}.mt-sm-7{margin-top:4rem !important}.mt-sm-8{margin-top:5rem !important}.mt-sm-9{margin-top:6rem !important}.mt-sm-10{margin-top:7rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-6{margin-right:3.5rem !important}.me-sm-7{margin-right:4rem !important}.me-sm-8{margin-right:5rem !important}.me-sm-9{margin-right:6rem !important}.me-sm-10{margin-right:7rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-6{margin-bottom:3.5rem !important}.mb-sm-7{margin-bottom:4rem !important}.mb-sm-8{margin-bottom:5rem !important}.mb-sm-9{margin-bottom:6rem !important}.mb-sm-10{margin-bottom:7rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-6{margin-left:3.5rem !important}.ms-sm-7{margin-left:4rem !important}.ms-sm-8{margin-left:5rem !important}.ms-sm-9{margin-left:6rem !important}.ms-sm-10{margin-left:7rem !important}.ms-sm-auto{margin-left:auto !important}.m-sm-n1{margin:-0.25rem !important}.m-sm-n2{margin:-0.5rem !important}.m-sm-n3{margin:-1rem !important}.m-sm-n4{margin:-1.5rem !important}.m-sm-n5{margin:-3rem !important}.m-sm-n6{margin:-3.5rem !important}.m-sm-n7{margin:-4rem !important}.m-sm-n8{margin:-5rem !important}.m-sm-n9{margin:-6rem !important}.m-sm-n10{margin:-7rem !important}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-sm-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-sm-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-sm-n5{margin-right:-3rem !important;margin-left:-3rem !important}.mx-sm-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-sm-n7{margin-right:-4rem !important;margin-left:-4rem !important}.mx-sm-n8{margin-right:-5rem !important;margin-left:-5rem !important}.mx-sm-n9{margin-right:-6rem !important;margin-left:-6rem !important}.mx-sm-n10{margin-right:-7rem !important;margin-left:-7rem !important}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-sm-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-sm-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-sm-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-sm-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-sm-n7{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-sm-n8{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-sm-n9{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-sm-n10{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-sm-n1{margin-top:-0.25rem !important}.mt-sm-n2{margin-top:-0.5rem !important}.mt-sm-n3{margin-top:-1rem !important}.mt-sm-n4{margin-top:-1.5rem !important}.mt-sm-n5{margin-top:-3rem !important}.mt-sm-n6{margin-top:-3.5rem !important}.mt-sm-n7{margin-top:-4rem !important}.mt-sm-n8{margin-top:-5rem !important}.mt-sm-n9{margin-top:-6rem !important}.mt-sm-n10{margin-top:-7rem !important}.me-sm-n1{margin-right:-0.25rem !important}.me-sm-n2{margin-right:-0.5rem !important}.me-sm-n3{margin-right:-1rem !important}.me-sm-n4{margin-right:-1.5rem !important}.me-sm-n5{margin-right:-3rem !important}.me-sm-n6{margin-right:-3.5rem !important}.me-sm-n7{margin-right:-4rem !important}.me-sm-n8{margin-right:-5rem !important}.me-sm-n9{margin-right:-6rem !important}.me-sm-n10{margin-right:-7rem !important}.mb-sm-n1{margin-bottom:-0.25rem !important}.mb-sm-n2{margin-bottom:-0.5rem !important}.mb-sm-n3{margin-bottom:-1rem !important}.mb-sm-n4{margin-bottom:-1.5rem !important}.mb-sm-n5{margin-bottom:-3rem !important}.mb-sm-n6{margin-bottom:-3.5rem !important}.mb-sm-n7{margin-bottom:-4rem !important}.mb-sm-n8{margin-bottom:-5rem !important}.mb-sm-n9{margin-bottom:-6rem !important}.mb-sm-n10{margin-bottom:-7rem !important}.ms-sm-n1{margin-left:-0.25rem !important}.ms-sm-n2{margin-left:-0.5rem !important}.ms-sm-n3{margin-left:-1rem !important}.ms-sm-n4{margin-left:-1.5rem !important}.ms-sm-n5{margin-left:-3rem !important}.ms-sm-n6{margin-left:-3.5rem !important}.ms-sm-n7{margin-left:-4rem !important}.ms-sm-n8{margin-left:-5rem !important}.ms-sm-n9{margin-left:-6rem !important}.ms-sm-n10{margin-left:-7rem !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.p-sm-6{padding:3.5rem !important}.p-sm-7{padding:4rem !important}.p-sm-8{padding:5rem !important}.p-sm-9{padding:6rem !important}.p-sm-10{padding:7rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.px-sm-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-sm-7{padding-right:4rem !important;padding-left:4rem !important}.px-sm-8{padding-right:5rem !important;padding-left:5rem !important}.px-sm-9{padding-right:6rem !important;padding-left:6rem !important}.px-sm-10{padding-right:7rem !important;padding-left:7rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-sm-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-sm-7{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-8{padding-top:5rem !important;padding-bottom:5rem !important}.py-sm-9{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-10{padding-top:7rem !important;padding-bottom:7rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pt-sm-6{padding-top:3.5rem !important}.pt-sm-7{padding-top:4rem !important}.pt-sm-8{padding-top:5rem !important}.pt-sm-9{padding-top:6rem !important}.pt-sm-10{padding-top:7rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pe-sm-6{padding-right:3.5rem !important}.pe-sm-7{padding-right:4rem !important}.pe-sm-8{padding-right:5rem !important}.pe-sm-9{padding-right:6rem !important}.pe-sm-10{padding-right:7rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.pb-sm-6{padding-bottom:3.5rem !important}.pb-sm-7{padding-bottom:4rem !important}.pb-sm-8{padding-bottom:5rem !important}.pb-sm-9{padding-bottom:6rem !important}.pb-sm-10{padding-bottom:7rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.ps-sm-6{padding-left:3.5rem !important}.ps-sm-7{padding-left:4rem !important}.ps-sm-8{padding-left:5rem !important}.ps-sm-9{padding-left:6rem !important}.ps-sm-10{padding-left:7rem !important}.fs-sm-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-sm-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-sm-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-sm-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-sm-5{font-size:1.25rem !important}.fs-sm-6{font-size:1rem !important}.fs-sm-7{font-size:90% !important}.fs-sm-8{font-size:80% !important}.fs-sm-9{font-size:0.75rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}.bg-sm-primary{background-color:#6f46ff !important}.bg-sm-primary-hover:hover{background-color:#6f46ff !important}.bg-sm-secondary{background-color:#a0a0a2 !important}.bg-sm-secondary-hover:hover{background-color:#a0a0a2 !important}.bg-sm-success{background-color:#19b8a2 !important}.bg-sm-success-hover:hover{background-color:#19b8a2 !important}.bg-sm-info{background-color:#0dcaf0 !important}.bg-sm-info-hover:hover{background-color:#0dcaf0 !important}.bg-sm-warning{background-color:#ffed03 !important}.bg-sm-warning-hover:hover{background-color:#ffed03 !important}.bg-sm-danger{background-color:#db1a2a !important}.bg-sm-danger-hover:hover{background-color:#db1a2a !important}.bg-sm-light{background-color:#f6f6f6 !important}.bg-sm-light-hover:hover{background-color:#f6f6f6 !important}.bg-sm-dark{background-color:#1c212c !important}.bg-sm-dark-hover:hover{background-color:#1c212c !important}.bg-sm-facebook{background-color:#3b5998 !important}.bg-sm-facebook-hover:hover{background-color:#3b5998 !important}.bg-sm-twitter{background-color:#00acee !important}.bg-sm-twitter-hover:hover{background-color:#00acee !important}.bg-sm-white{background-color:#fff !important}.bg-sm-white-hover:hover{background-color:#fff !important}.bg-sm-pink{background-color:#ffa69e !important}.bg-sm-pink-hover:hover{background-color:#ffa69e !important}.bg-sm-teal{background-color:#08c5d5 !important}.bg-sm-teal-hover:hover{background-color:#08c5d5 !important}.bg-sm-orange{background-color:#fc6229 !important}.bg-sm-orange-hover:hover{background-color:#fc6229 !important}.bg-sm-body{background-color:#fff !important}.bg-sm-body-hover:hover{background-color:#fff !important}.bg-sm-transparent{background-color:transparent !important}.bg-sm-transparent-hover:hover{background-color:transparent !important}.f-w-sm-1{width:.25rem !important}.f-w-sm-2{width:.5rem !important}.f-w-sm-3{width:.75rem !important}.f-w-sm-4{width:1rem !important}.f-w-sm-5{width:1.25rem !important}.f-w-sm-6{width:1.5rem !important}.f-w-sm-7{width:1.75rem !important}.f-w-sm-8{width:2rem !important}.f-w-sm-9{width:2.25rem !important}.f-w-sm-10{width:2.5rem !important}.f-w-sm-12{width:3rem !important}.f-w-sm-14{width:3.5rem !important}.f-w-sm-16{width:4rem !important}.f-w-sm-20{width:5rem !important}.f-w-sm-24{width:6rem !important}.f-w-sm-28{width:7rem !important}.f-w-sm-30{width:7.25rem !important}.f-w-sm-32{width:8rem !important}.f-w-sm-36{width:9rem !important}.f-w-sm-40{width:10rem !important}.f-w-sm-44{width:11rem !important}.f-w-sm-48{width:12rem !important}.f-w-sm-52{width:15rem !important}.f-w-sm-56{width:18rem !important}.f-w-sm-60{width:21rem !important}.f-w-sm-64{width:24rem !important}.f-w-sm-68{width:27rem !important}.f-w-sm-72{width:30rem !important}.f-w-sm-76{width:33rem !important}.f-w-sm-80{width:36rem !important}.f-w-sm-84{width:40rem !important}.f-w-sm-88{width:44rem !important}.f-w-sm-92{width:50rem !important}.f-w-sm-96{width:56rem !important}.f-w-sm-100{width:60rem !important}.f-w-sm-0{width:0 !important}.f-h-sm-1{height:.25rem !important}.f-h-sm-2{height:.5rem !important}.f-h-sm-3{height:.75rem !important}.f-h-sm-4{height:1rem !important}.f-h-sm-5{height:1.25rem !important}.f-h-sm-6{height:1.5rem !important}.f-h-sm-7{height:1.75rem !important}.f-h-sm-8{height:2rem !important}.f-h-sm-9{height:2.25rem !important}.f-h-sm-10{height:2.5rem !important}.f-h-sm-12{height:3rem !important}.f-h-sm-14{height:3.5rem !important}.f-h-sm-16{height:4rem !important}.f-h-sm-20{height:5rem !important}.f-h-sm-24{height:6rem !important}.f-h-sm-28{height:7rem !important}.f-h-sm-30{height:7.25rem !important}.f-h-sm-32{height:8rem !important}.f-h-sm-36{height:9rem !important}.f-h-sm-40{height:10rem !important}.f-h-sm-44{height:11rem !important}.f-h-sm-48{height:12rem !important}.f-h-sm-52{height:15rem !important}.f-h-sm-56{height:18rem !important}.f-h-sm-60{height:21rem !important}.f-h-sm-64{height:24rem !important}.f-h-sm-68{height:27rem !important}.f-h-sm-72{height:30rem !important}.f-h-sm-76{height:33rem !important}.f-h-sm-80{height:36rem !important}.f-h-sm-84{height:40rem !important}.f-h-sm-88{height:44rem !important}.f-h-sm-92{height:50rem !important}.f-h-sm-96{height:56rem !important}.f-h-sm-100{height:60rem !important}.f-h-sm-0{height:0 !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.position-md-static{position:static !important}.position-md-relative{position:relative !important}.position-md-absolute{position:absolute !important}.position-md-fixed{position:fixed !important}.position-md-sticky{position:sticky !important}.border-md{border:1px solid #e9eaea !important}.border-md-hover:hover{border:1px solid #e9eaea !important}.border-md-focus:focus{border:1px solid #e9eaea !important}.border-md-active:active{border:1px solid #e9eaea !important}.border-md-0{border:0 !important}.border-md-0-hover:hover{border:0 !important}.border-md-0-focus:focus{border:0 !important}.border-md-0-active:active{border:0 !important}.border-md-transparent{border:1px solid transparent !important}.border-md-transparent-hover:hover{border:1px solid transparent !important}.border-md-transparent-focus:focus{border:1px solid transparent !important}.border-md-transparent-active:active{border:1px solid transparent !important}.w-md-25{width:25% !important}.w-md-50{width:50% !important}.w-md-75{width:75% !important}.w-md-100{width:100% !important}.w-md-auto{width:auto !important}.w-md-10{width:10% !important}.w-md-60{width:60% !important}.w-md-65{width:65% !important}.w-md-80{width:80% !important}.w-md-110{width:110% !important}.h-md-25{height:25% !important}.h-md-50{height:50% !important}.h-md-75{height:75% !important}.h-md-100{height:100% !important}.h-md-auto{height:auto !important}.m-h-md-1{max-height:.25rem !important}.m-h-md-2{max-height:.5rem !important}.m-h-md-3{max-height:.75rem !important}.m-h-md-4{max-height:1rem !important}.m-h-md-5{max-height:1.25rem !important}.m-h-md-6{max-height:1.5rem !important}.m-h-md-7{max-height:1.75rem !important}.m-h-md-8{max-height:2rem !important}.m-h-md-9{max-height:2.25rem !important}.m-h-md-10{max-height:2.5rem !important}.m-h-md-12{max-height:3rem !important}.m-h-md-14{max-height:3.5rem !important}.m-h-md-16{max-height:4rem !important}.m-h-md-20{max-height:5rem !important}.m-h-md-24{max-height:6rem !important}.m-h-md-28{max-height:7rem !important}.m-h-md-30{max-height:7.25rem !important}.m-h-md-32{max-height:8rem !important}.m-h-md-36{max-height:9rem !important}.m-h-md-40{max-height:10rem !important}.m-h-md-44{max-height:11rem !important}.m-h-md-48{max-height:12rem !important}.m-h-md-52{max-height:15rem !important}.m-h-md-56{max-height:18rem !important}.m-h-md-60{max-height:21rem !important}.m-h-md-64{max-height:24rem !important}.m-h-md-68{max-height:27rem !important}.m-h-md-72{max-height:30rem !important}.m-h-md-76{max-height:33rem !important}.m-h-md-80{max-height:36rem !important}.m-h-md-84{max-height:40rem !important}.m-h-md-88{max-height:44rem !important}.m-h-md-92{max-height:50rem !important}.m-h-md-96{max-height:56rem !important}.m-h-md-100{max-height:60rem !important}.m-h-md-0{max-height:0 !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.gap-md-6{gap:3.5rem !important}.gap-md-7{gap:4rem !important}.gap-md-8{gap:5rem !important}.gap-md-9{gap:6rem !important}.gap-md-10{gap:7rem !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-6{margin:3.5rem !important}.m-md-7{margin:4rem !important}.m-md-8{margin:5rem !important}.m-md-9{margin:6rem !important}.m-md-10{margin:7rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-md-7{margin-right:4rem !important;margin-left:4rem !important}.mx-md-8{margin-right:5rem !important;margin-left:5rem !important}.mx-md-9{margin-right:6rem !important;margin-left:6rem !important}.mx-md-10{margin-right:7rem !important;margin-left:7rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-md-7{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-8{margin-top:5rem !important;margin-bottom:5rem !important}.my-md-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-10{margin-top:7rem !important;margin-bottom:7rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-6{margin-top:3.5rem !important}.mt-md-7{margin-top:4rem !important}.mt-md-8{margin-top:5rem !important}.mt-md-9{margin-top:6rem !important}.mt-md-10{margin-top:7rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-6{margin-right:3.5rem !important}.me-md-7{margin-right:4rem !important}.me-md-8{margin-right:5rem !important}.me-md-9{margin-right:6rem !important}.me-md-10{margin-right:7rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-6{margin-bottom:3.5rem !important}.mb-md-7{margin-bottom:4rem !important}.mb-md-8{margin-bottom:5rem !important}.mb-md-9{margin-bottom:6rem !important}.mb-md-10{margin-bottom:7rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-6{margin-left:3.5rem !important}.ms-md-7{margin-left:4rem !important}.ms-md-8{margin-left:5rem !important}.ms-md-9{margin-left:6rem !important}.ms-md-10{margin-left:7rem !important}.ms-md-auto{margin-left:auto !important}.m-md-n1{margin:-0.25rem !important}.m-md-n2{margin:-0.5rem !important}.m-md-n3{margin:-1rem !important}.m-md-n4{margin:-1.5rem !important}.m-md-n5{margin:-3rem !important}.m-md-n6{margin:-3.5rem !important}.m-md-n7{margin:-4rem !important}.m-md-n8{margin:-5rem !important}.m-md-n9{margin:-6rem !important}.m-md-n10{margin:-7rem !important}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-md-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-md-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-md-n5{margin-right:-3rem !important;margin-left:-3rem !important}.mx-md-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-md-n7{margin-right:-4rem !important;margin-left:-4rem !important}.mx-md-n8{margin-right:-5rem !important;margin-left:-5rem !important}.mx-md-n9{margin-right:-6rem !important;margin-left:-6rem !important}.mx-md-n10{margin-right:-7rem !important;margin-left:-7rem !important}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-md-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-md-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-md-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-md-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-md-n7{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-md-n8{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-md-n9{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-md-n10{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-md-n1{margin-top:-0.25rem !important}.mt-md-n2{margin-top:-0.5rem !important}.mt-md-n3{margin-top:-1rem !important}.mt-md-n4{margin-top:-1.5rem !important}.mt-md-n5{margin-top:-3rem !important}.mt-md-n6{margin-top:-3.5rem !important}.mt-md-n7{margin-top:-4rem !important}.mt-md-n8{margin-top:-5rem !important}.mt-md-n9{margin-top:-6rem !important}.mt-md-n10{margin-top:-7rem !important}.me-md-n1{margin-right:-0.25rem !important}.me-md-n2{margin-right:-0.5rem !important}.me-md-n3{margin-right:-1rem !important}.me-md-n4{margin-right:-1.5rem !important}.me-md-n5{margin-right:-3rem !important}.me-md-n6{margin-right:-3.5rem !important}.me-md-n7{margin-right:-4rem !important}.me-md-n8{margin-right:-5rem !important}.me-md-n9{margin-right:-6rem !important}.me-md-n10{margin-right:-7rem !important}.mb-md-n1{margin-bottom:-0.25rem !important}.mb-md-n2{margin-bottom:-0.5rem !important}.mb-md-n3{margin-bottom:-1rem !important}.mb-md-n4{margin-bottom:-1.5rem !important}.mb-md-n5{margin-bottom:-3rem !important}.mb-md-n6{margin-bottom:-3.5rem !important}.mb-md-n7{margin-bottom:-4rem !important}.mb-md-n8{margin-bottom:-5rem !important}.mb-md-n9{margin-bottom:-6rem !important}.mb-md-n10{margin-bottom:-7rem !important}.ms-md-n1{margin-left:-0.25rem !important}.ms-md-n2{margin-left:-0.5rem !important}.ms-md-n3{margin-left:-1rem !important}.ms-md-n4{margin-left:-1.5rem !important}.ms-md-n5{margin-left:-3rem !important}.ms-md-n6{margin-left:-3.5rem !important}.ms-md-n7{margin-left:-4rem !important}.ms-md-n8{margin-left:-5rem !important}.ms-md-n9{margin-left:-6rem !important}.ms-md-n10{margin-left:-7rem !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.p-md-6{padding:3.5rem !important}.p-md-7{padding:4rem !important}.p-md-8{padding:5rem !important}.p-md-9{padding:6rem !important}.p-md-10{padding:7rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.px-md-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-md-7{padding-right:4rem !important;padding-left:4rem !important}.px-md-8{padding-right:5rem !important;padding-left:5rem !important}.px-md-9{padding-right:6rem !important;padding-left:6rem !important}.px-md-10{padding-right:7rem !important;padding-left:7rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-md-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-md-7{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-8{padding-top:5rem !important;padding-bottom:5rem !important}.py-md-9{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-10{padding-top:7rem !important;padding-bottom:7rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pt-md-6{padding-top:3.5rem !important}.pt-md-7{padding-top:4rem !important}.pt-md-8{padding-top:5rem !important}.pt-md-9{padding-top:6rem !important}.pt-md-10{padding-top:7rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pe-md-6{padding-right:3.5rem !important}.pe-md-7{padding-right:4rem !important}.pe-md-8{padding-right:5rem !important}.pe-md-9{padding-right:6rem !important}.pe-md-10{padding-right:7rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.pb-md-6{padding-bottom:3.5rem !important}.pb-md-7{padding-bottom:4rem !important}.pb-md-8{padding-bottom:5rem !important}.pb-md-9{padding-bottom:6rem !important}.pb-md-10{padding-bottom:7rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.ps-md-6{padding-left:3.5rem !important}.ps-md-7{padding-left:4rem !important}.ps-md-8{padding-left:5rem !important}.ps-md-9{padding-left:6rem !important}.ps-md-10{padding-left:7rem !important}.fs-md-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-md-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-md-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-md-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-md-5{font-size:1.25rem !important}.fs-md-6{font-size:1rem !important}.fs-md-7{font-size:90% !important}.fs-md-8{font-size:80% !important}.fs-md-9{font-size:0.75rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}.bg-md-primary{background-color:#6f46ff !important}.bg-md-primary-hover:hover{background-color:#6f46ff !important}.bg-md-secondary{background-color:#a0a0a2 !important}.bg-md-secondary-hover:hover{background-color:#a0a0a2 !important}.bg-md-success{background-color:#19b8a2 !important}.bg-md-success-hover:hover{background-color:#19b8a2 !important}.bg-md-info{background-color:#0dcaf0 !important}.bg-md-info-hover:hover{background-color:#0dcaf0 !important}.bg-md-warning{background-color:#ffed03 !important}.bg-md-warning-hover:hover{background-color:#ffed03 !important}.bg-md-danger{background-color:#db1a2a !important}.bg-md-danger-hover:hover{background-color:#db1a2a !important}.bg-md-light{background-color:#f6f6f6 !important}.bg-md-light-hover:hover{background-color:#f6f6f6 !important}.bg-md-dark{background-color:#1c212c !important}.bg-md-dark-hover:hover{background-color:#1c212c !important}.bg-md-facebook{background-color:#3b5998 !important}.bg-md-facebook-hover:hover{background-color:#3b5998 !important}.bg-md-twitter{background-color:#00acee !important}.bg-md-twitter-hover:hover{background-color:#00acee !important}.bg-md-white{background-color:#fff !important}.bg-md-white-hover:hover{background-color:#fff !important}.bg-md-pink{background-color:#ffa69e !important}.bg-md-pink-hover:hover{background-color:#ffa69e !important}.bg-md-teal{background-color:#08c5d5 !important}.bg-md-teal-hover:hover{background-color:#08c5d5 !important}.bg-md-orange{background-color:#fc6229 !important}.bg-md-orange-hover:hover{background-color:#fc6229 !important}.bg-md-body{background-color:#fff !important}.bg-md-body-hover:hover{background-color:#fff !important}.bg-md-transparent{background-color:transparent !important}.bg-md-transparent-hover:hover{background-color:transparent !important}.f-w-md-1{width:.25rem !important}.f-w-md-2{width:.5rem !important}.f-w-md-3{width:.75rem !important}.f-w-md-4{width:1rem !important}.f-w-md-5{width:1.25rem !important}.f-w-md-6{width:1.5rem !important}.f-w-md-7{width:1.75rem !important}.f-w-md-8{width:2rem !important}.f-w-md-9{width:2.25rem !important}.f-w-md-10{width:2.5rem !important}.f-w-md-12{width:3rem !important}.f-w-md-14{width:3.5rem !important}.f-w-md-16{width:4rem !important}.f-w-md-20{width:5rem !important}.f-w-md-24{width:6rem !important}.f-w-md-28{width:7rem !important}.f-w-md-30{width:7.25rem !important}.f-w-md-32{width:8rem !important}.f-w-md-36{width:9rem !important}.f-w-md-40{width:10rem !important}.f-w-md-44{width:11rem !important}.f-w-md-48{width:12rem !important}.f-w-md-52{width:15rem !important}.f-w-md-56{width:18rem !important}.f-w-md-60{width:21rem !important}.f-w-md-64{width:24rem !important}.f-w-md-68{width:27rem !important}.f-w-md-72{width:30rem !important}.f-w-md-76{width:33rem !important}.f-w-md-80{width:36rem !important}.f-w-md-84{width:40rem !important}.f-w-md-88{width:44rem !important}.f-w-md-92{width:50rem !important}.f-w-md-96{width:56rem !important}.f-w-md-100{width:60rem !important}.f-w-md-0{width:0 !important}.f-h-md-1{height:.25rem !important}.f-h-md-2{height:.5rem !important}.f-h-md-3{height:.75rem !important}.f-h-md-4{height:1rem !important}.f-h-md-5{height:1.25rem !important}.f-h-md-6{height:1.5rem !important}.f-h-md-7{height:1.75rem !important}.f-h-md-8{height:2rem !important}.f-h-md-9{height:2.25rem !important}.f-h-md-10{height:2.5rem !important}.f-h-md-12{height:3rem !important}.f-h-md-14{height:3.5rem !important}.f-h-md-16{height:4rem !important}.f-h-md-20{height:5rem !important}.f-h-md-24{height:6rem !important}.f-h-md-28{height:7rem !important}.f-h-md-30{height:7.25rem !important}.f-h-md-32{height:8rem !important}.f-h-md-36{height:9rem !important}.f-h-md-40{height:10rem !important}.f-h-md-44{height:11rem !important}.f-h-md-48{height:12rem !important}.f-h-md-52{height:15rem !important}.f-h-md-56{height:18rem !important}.f-h-md-60{height:21rem !important}.f-h-md-64{height:24rem !important}.f-h-md-68{height:27rem !important}.f-h-md-72{height:30rem !important}.f-h-md-76{height:33rem !important}.f-h-md-80{height:36rem !important}.f-h-md-84{height:40rem !important}.f-h-md-88{height:44rem !important}.f-h-md-92{height:50rem !important}.f-h-md-96{height:56rem !important}.f-h-md-100{height:60rem !important}.f-h-md-0{height:0 !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.position-lg-static{position:static !important}.position-lg-relative{position:relative !important}.position-lg-absolute{position:absolute !important}.position-lg-fixed{position:fixed !important}.position-lg-sticky{position:sticky !important}.border-lg{border:1px solid #e9eaea !important}.border-lg-hover:hover{border:1px solid #e9eaea !important}.border-lg-focus:focus{border:1px solid #e9eaea !important}.border-lg-active:active{border:1px solid #e9eaea !important}.border-lg-0{border:0 !important}.border-lg-0-hover:hover{border:0 !important}.border-lg-0-focus:focus{border:0 !important}.border-lg-0-active:active{border:0 !important}.border-lg-transparent{border:1px solid transparent !important}.border-lg-transparent-hover:hover{border:1px solid transparent !important}.border-lg-transparent-focus:focus{border:1px solid transparent !important}.border-lg-transparent-active:active{border:1px solid transparent !important}.w-lg-25{width:25% !important}.w-lg-50{width:50% !important}.w-lg-75{width:75% !important}.w-lg-100{width:100% !important}.w-lg-auto{width:auto !important}.w-lg-10{width:10% !important}.w-lg-60{width:60% !important}.w-lg-65{width:65% !important}.w-lg-80{width:80% !important}.w-lg-110{width:110% !important}.h-lg-25{height:25% !important}.h-lg-50{height:50% !important}.h-lg-75{height:75% !important}.h-lg-100{height:100% !important}.h-lg-auto{height:auto !important}.m-h-lg-1{max-height:.25rem !important}.m-h-lg-2{max-height:.5rem !important}.m-h-lg-3{max-height:.75rem !important}.m-h-lg-4{max-height:1rem !important}.m-h-lg-5{max-height:1.25rem !important}.m-h-lg-6{max-height:1.5rem !important}.m-h-lg-7{max-height:1.75rem !important}.m-h-lg-8{max-height:2rem !important}.m-h-lg-9{max-height:2.25rem !important}.m-h-lg-10{max-height:2.5rem !important}.m-h-lg-12{max-height:3rem !important}.m-h-lg-14{max-height:3.5rem !important}.m-h-lg-16{max-height:4rem !important}.m-h-lg-20{max-height:5rem !important}.m-h-lg-24{max-height:6rem !important}.m-h-lg-28{max-height:7rem !important}.m-h-lg-30{max-height:7.25rem !important}.m-h-lg-32{max-height:8rem !important}.m-h-lg-36{max-height:9rem !important}.m-h-lg-40{max-height:10rem !important}.m-h-lg-44{max-height:11rem !important}.m-h-lg-48{max-height:12rem !important}.m-h-lg-52{max-height:15rem !important}.m-h-lg-56{max-height:18rem !important}.m-h-lg-60{max-height:21rem !important}.m-h-lg-64{max-height:24rem !important}.m-h-lg-68{max-height:27rem !important}.m-h-lg-72{max-height:30rem !important}.m-h-lg-76{max-height:33rem !important}.m-h-lg-80{max-height:36rem !important}.m-h-lg-84{max-height:40rem !important}.m-h-lg-88{max-height:44rem !important}.m-h-lg-92{max-height:50rem !important}.m-h-lg-96{max-height:56rem !important}.m-h-lg-100{max-height:60rem !important}.m-h-lg-0{max-height:0 !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.gap-lg-6{gap:3.5rem !important}.gap-lg-7{gap:4rem !important}.gap-lg-8{gap:5rem !important}.gap-lg-9{gap:6rem !important}.gap-lg-10{gap:7rem !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-6{margin:3.5rem !important}.m-lg-7{margin:4rem !important}.m-lg-8{margin:5rem !important}.m-lg-9{margin:6rem !important}.m-lg-10{margin:7rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-lg-7{margin-right:4rem !important;margin-left:4rem !important}.mx-lg-8{margin-right:5rem !important;margin-left:5rem !important}.mx-lg-9{margin-right:6rem !important;margin-left:6rem !important}.mx-lg-10{margin-right:7rem !important;margin-left:7rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-lg-7{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-8{margin-top:5rem !important;margin-bottom:5rem !important}.my-lg-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-10{margin-top:7rem !important;margin-bottom:7rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-6{margin-top:3.5rem !important}.mt-lg-7{margin-top:4rem !important}.mt-lg-8{margin-top:5rem !important}.mt-lg-9{margin-top:6rem !important}.mt-lg-10{margin-top:7rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-6{margin-right:3.5rem !important}.me-lg-7{margin-right:4rem !important}.me-lg-8{margin-right:5rem !important}.me-lg-9{margin-right:6rem !important}.me-lg-10{margin-right:7rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-6{margin-bottom:3.5rem !important}.mb-lg-7{margin-bottom:4rem !important}.mb-lg-8{margin-bottom:5rem !important}.mb-lg-9{margin-bottom:6rem !important}.mb-lg-10{margin-bottom:7rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-6{margin-left:3.5rem !important}.ms-lg-7{margin-left:4rem !important}.ms-lg-8{margin-left:5rem !important}.ms-lg-9{margin-left:6rem !important}.ms-lg-10{margin-left:7rem !important}.ms-lg-auto{margin-left:auto !important}.m-lg-n1{margin:-0.25rem !important}.m-lg-n2{margin:-0.5rem !important}.m-lg-n3{margin:-1rem !important}.m-lg-n4{margin:-1.5rem !important}.m-lg-n5{margin:-3rem !important}.m-lg-n6{margin:-3.5rem !important}.m-lg-n7{margin:-4rem !important}.m-lg-n8{margin:-5rem !important}.m-lg-n9{margin:-6rem !important}.m-lg-n10{margin:-7rem !important}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-lg-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-lg-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-lg-n5{margin-right:-3rem !important;margin-left:-3rem !important}.mx-lg-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-lg-n7{margin-right:-4rem !important;margin-left:-4rem !important}.mx-lg-n8{margin-right:-5rem !important;margin-left:-5rem !important}.mx-lg-n9{margin-right:-6rem !important;margin-left:-6rem !important}.mx-lg-n10{margin-right:-7rem !important;margin-left:-7rem !important}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-lg-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-lg-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-lg-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-lg-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-lg-n7{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-lg-n8{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-lg-n9{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-lg-n10{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-lg-n1{margin-top:-0.25rem !important}.mt-lg-n2{margin-top:-0.5rem !important}.mt-lg-n3{margin-top:-1rem !important}.mt-lg-n4{margin-top:-1.5rem !important}.mt-lg-n5{margin-top:-3rem !important}.mt-lg-n6{margin-top:-3.5rem !important}.mt-lg-n7{margin-top:-4rem !important}.mt-lg-n8{margin-top:-5rem !important}.mt-lg-n9{margin-top:-6rem !important}.mt-lg-n10{margin-top:-7rem !important}.me-lg-n1{margin-right:-0.25rem !important}.me-lg-n2{margin-right:-0.5rem !important}.me-lg-n3{margin-right:-1rem !important}.me-lg-n4{margin-right:-1.5rem !important}.me-lg-n5{margin-right:-3rem !important}.me-lg-n6{margin-right:-3.5rem !important}.me-lg-n7{margin-right:-4rem !important}.me-lg-n8{margin-right:-5rem !important}.me-lg-n9{margin-right:-6rem !important}.me-lg-n10{margin-right:-7rem !important}.mb-lg-n1{margin-bottom:-0.25rem !important}.mb-lg-n2{margin-bottom:-0.5rem !important}.mb-lg-n3{margin-bottom:-1rem !important}.mb-lg-n4{margin-bottom:-1.5rem !important}.mb-lg-n5{margin-bottom:-3rem !important}.mb-lg-n6{margin-bottom:-3.5rem !important}.mb-lg-n7{margin-bottom:-4rem !important}.mb-lg-n8{margin-bottom:-5rem !important}.mb-lg-n9{margin-bottom:-6rem !important}.mb-lg-n10{margin-bottom:-7rem !important}.ms-lg-n1{margin-left:-0.25rem !important}.ms-lg-n2{margin-left:-0.5rem !important}.ms-lg-n3{margin-left:-1rem !important}.ms-lg-n4{margin-left:-1.5rem !important}.ms-lg-n5{margin-left:-3rem !important}.ms-lg-n6{margin-left:-3.5rem !important}.ms-lg-n7{margin-left:-4rem !important}.ms-lg-n8{margin-left:-5rem !important}.ms-lg-n9{margin-left:-6rem !important}.ms-lg-n10{margin-left:-7rem !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.p-lg-6{padding:3.5rem !important}.p-lg-7{padding:4rem !important}.p-lg-8{padding:5rem !important}.p-lg-9{padding:6rem !important}.p-lg-10{padding:7rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.px-lg-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-lg-7{padding-right:4rem !important;padding-left:4rem !important}.px-lg-8{padding-right:5rem !important;padding-left:5rem !important}.px-lg-9{padding-right:6rem !important;padding-left:6rem !important}.px-lg-10{padding-right:7rem !important;padding-left:7rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-lg-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-lg-7{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-8{padding-top:5rem !important;padding-bottom:5rem !important}.py-lg-9{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-10{padding-top:7rem !important;padding-bottom:7rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pt-lg-6{padding-top:3.5rem !important}.pt-lg-7{padding-top:4rem !important}.pt-lg-8{padding-top:5rem !important}.pt-lg-9{padding-top:6rem !important}.pt-lg-10{padding-top:7rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pe-lg-6{padding-right:3.5rem !important}.pe-lg-7{padding-right:4rem !important}.pe-lg-8{padding-right:5rem !important}.pe-lg-9{padding-right:6rem !important}.pe-lg-10{padding-right:7rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.pb-lg-6{padding-bottom:3.5rem !important}.pb-lg-7{padding-bottom:4rem !important}.pb-lg-8{padding-bottom:5rem !important}.pb-lg-9{padding-bottom:6rem !important}.pb-lg-10{padding-bottom:7rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.ps-lg-6{padding-left:3.5rem !important}.ps-lg-7{padding-left:4rem !important}.ps-lg-8{padding-left:5rem !important}.ps-lg-9{padding-left:6rem !important}.ps-lg-10{padding-left:7rem !important}.fs-lg-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-lg-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-lg-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-lg-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-lg-5{font-size:1.25rem !important}.fs-lg-6{font-size:1rem !important}.fs-lg-7{font-size:90% !important}.fs-lg-8{font-size:80% !important}.fs-lg-9{font-size:0.75rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}.bg-lg-primary{background-color:#6f46ff !important}.bg-lg-primary-hover:hover{background-color:#6f46ff !important}.bg-lg-secondary{background-color:#a0a0a2 !important}.bg-lg-secondary-hover:hover{background-color:#a0a0a2 !important}.bg-lg-success{background-color:#19b8a2 !important}.bg-lg-success-hover:hover{background-color:#19b8a2 !important}.bg-lg-info{background-color:#0dcaf0 !important}.bg-lg-info-hover:hover{background-color:#0dcaf0 !important}.bg-lg-warning{background-color:#ffed03 !important}.bg-lg-warning-hover:hover{background-color:#ffed03 !important}.bg-lg-danger{background-color:#db1a2a !important}.bg-lg-danger-hover:hover{background-color:#db1a2a !important}.bg-lg-light{background-color:#f6f6f6 !important}.bg-lg-light-hover:hover{background-color:#f6f6f6 !important}.bg-lg-dark{background-color:#1c212c !important}.bg-lg-dark-hover:hover{background-color:#1c212c !important}.bg-lg-facebook{background-color:#3b5998 !important}.bg-lg-facebook-hover:hover{background-color:#3b5998 !important}.bg-lg-twitter{background-color:#00acee !important}.bg-lg-twitter-hover:hover{background-color:#00acee !important}.bg-lg-white{background-color:#fff !important}.bg-lg-white-hover:hover{background-color:#fff !important}.bg-lg-pink{background-color:#ffa69e !important}.bg-lg-pink-hover:hover{background-color:#ffa69e !important}.bg-lg-teal{background-color:#08c5d5 !important}.bg-lg-teal-hover:hover{background-color:#08c5d5 !important}.bg-lg-orange{background-color:#fc6229 !important}.bg-lg-orange-hover:hover{background-color:#fc6229 !important}.bg-lg-body{background-color:#fff !important}.bg-lg-body-hover:hover{background-color:#fff !important}.bg-lg-transparent{background-color:transparent !important}.bg-lg-transparent-hover:hover{background-color:transparent !important}.f-w-lg-1{width:.25rem !important}.f-w-lg-2{width:.5rem !important}.f-w-lg-3{width:.75rem !important}.f-w-lg-4{width:1rem !important}.f-w-lg-5{width:1.25rem !important}.f-w-lg-6{width:1.5rem !important}.f-w-lg-7{width:1.75rem !important}.f-w-lg-8{width:2rem !important}.f-w-lg-9{width:2.25rem !important}.f-w-lg-10{width:2.5rem !important}.f-w-lg-12{width:3rem !important}.f-w-lg-14{width:3.5rem !important}.f-w-lg-16{width:4rem !important}.f-w-lg-20{width:5rem !important}.f-w-lg-24{width:6rem !important}.f-w-lg-28{width:7rem !important}.f-w-lg-30{width:7.25rem !important}.f-w-lg-32{width:8rem !important}.f-w-lg-36{width:9rem !important}.f-w-lg-40{width:10rem !important}.f-w-lg-44{width:11rem !important}.f-w-lg-48{width:12rem !important}.f-w-lg-52{width:15rem !important}.f-w-lg-56{width:18rem !important}.f-w-lg-60{width:21rem !important}.f-w-lg-64{width:24rem !important}.f-w-lg-68{width:27rem !important}.f-w-lg-72{width:30rem !important}.f-w-lg-76{width:33rem !important}.f-w-lg-80{width:36rem !important}.f-w-lg-84{width:40rem !important}.f-w-lg-88{width:44rem !important}.f-w-lg-92{width:50rem !important}.f-w-lg-96{width:56rem !important}.f-w-lg-100{width:60rem !important}.f-w-lg-0{width:0 !important}.f-h-lg-1{height:.25rem !important}.f-h-lg-2{height:.5rem !important}.f-h-lg-3{height:.75rem !important}.f-h-lg-4{height:1rem !important}.f-h-lg-5{height:1.25rem !important}.f-h-lg-6{height:1.5rem !important}.f-h-lg-7{height:1.75rem !important}.f-h-lg-8{height:2rem !important}.f-h-lg-9{height:2.25rem !important}.f-h-lg-10{height:2.5rem !important}.f-h-lg-12{height:3rem !important}.f-h-lg-14{height:3.5rem !important}.f-h-lg-16{height:4rem !important}.f-h-lg-20{height:5rem !important}.f-h-lg-24{height:6rem !important}.f-h-lg-28{height:7rem !important}.f-h-lg-30{height:7.25rem !important}.f-h-lg-32{height:8rem !important}.f-h-lg-36{height:9rem !important}.f-h-lg-40{height:10rem !important}.f-h-lg-44{height:11rem !important}.f-h-lg-48{height:12rem !important}.f-h-lg-52{height:15rem !important}.f-h-lg-56{height:18rem !important}.f-h-lg-60{height:21rem !important}.f-h-lg-64{height:24rem !important}.f-h-lg-68{height:27rem !important}.f-h-lg-72{height:30rem !important}.f-h-lg-76{height:33rem !important}.f-h-lg-80{height:36rem !important}.f-h-lg-84{height:40rem !important}.f-h-lg-88{height:44rem !important}.f-h-lg-92{height:50rem !important}.f-h-lg-96{height:56rem !important}.f-h-lg-100{height:60rem !important}.f-h-lg-0{height:0 !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.position-xl-static{position:static !important}.position-xl-relative{position:relative !important}.position-xl-absolute{position:absolute !important}.position-xl-fixed{position:fixed !important}.position-xl-sticky{position:sticky !important}.border-xl{border:1px solid #e9eaea !important}.border-xl-hover:hover{border:1px solid #e9eaea !important}.border-xl-focus:focus{border:1px solid #e9eaea !important}.border-xl-active:active{border:1px solid #e9eaea !important}.border-xl-0{border:0 !important}.border-xl-0-hover:hover{border:0 !important}.border-xl-0-focus:focus{border:0 !important}.border-xl-0-active:active{border:0 !important}.border-xl-transparent{border:1px solid transparent !important}.border-xl-transparent-hover:hover{border:1px solid transparent !important}.border-xl-transparent-focus:focus{border:1px solid transparent !important}.border-xl-transparent-active:active{border:1px solid transparent !important}.w-xl-25{width:25% !important}.w-xl-50{width:50% !important}.w-xl-75{width:75% !important}.w-xl-100{width:100% !important}.w-xl-auto{width:auto !important}.w-xl-10{width:10% !important}.w-xl-60{width:60% !important}.w-xl-65{width:65% !important}.w-xl-80{width:80% !important}.w-xl-110{width:110% !important}.h-xl-25{height:25% !important}.h-xl-50{height:50% !important}.h-xl-75{height:75% !important}.h-xl-100{height:100% !important}.h-xl-auto{height:auto !important}.m-h-xl-1{max-height:.25rem !important}.m-h-xl-2{max-height:.5rem !important}.m-h-xl-3{max-height:.75rem !important}.m-h-xl-4{max-height:1rem !important}.m-h-xl-5{max-height:1.25rem !important}.m-h-xl-6{max-height:1.5rem !important}.m-h-xl-7{max-height:1.75rem !important}.m-h-xl-8{max-height:2rem !important}.m-h-xl-9{max-height:2.25rem !important}.m-h-xl-10{max-height:2.5rem !important}.m-h-xl-12{max-height:3rem !important}.m-h-xl-14{max-height:3.5rem !important}.m-h-xl-16{max-height:4rem !important}.m-h-xl-20{max-height:5rem !important}.m-h-xl-24{max-height:6rem !important}.m-h-xl-28{max-height:7rem !important}.m-h-xl-30{max-height:7.25rem !important}.m-h-xl-32{max-height:8rem !important}.m-h-xl-36{max-height:9rem !important}.m-h-xl-40{max-height:10rem !important}.m-h-xl-44{max-height:11rem !important}.m-h-xl-48{max-height:12rem !important}.m-h-xl-52{max-height:15rem !important}.m-h-xl-56{max-height:18rem !important}.m-h-xl-60{max-height:21rem !important}.m-h-xl-64{max-height:24rem !important}.m-h-xl-68{max-height:27rem !important}.m-h-xl-72{max-height:30rem !important}.m-h-xl-76{max-height:33rem !important}.m-h-xl-80{max-height:36rem !important}.m-h-xl-84{max-height:40rem !important}.m-h-xl-88{max-height:44rem !important}.m-h-xl-92{max-height:50rem !important}.m-h-xl-96{max-height:56rem !important}.m-h-xl-100{max-height:60rem !important}.m-h-xl-0{max-height:0 !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.gap-xl-6{gap:3.5rem !important}.gap-xl-7{gap:4rem !important}.gap-xl-8{gap:5rem !important}.gap-xl-9{gap:6rem !important}.gap-xl-10{gap:7rem !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-6{margin:3.5rem !important}.m-xl-7{margin:4rem !important}.m-xl-8{margin:5rem !important}.m-xl-9{margin:6rem !important}.m-xl-10{margin:7rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xl-7{margin-right:4rem !important;margin-left:4rem !important}.mx-xl-8{margin-right:5rem !important;margin-left:5rem !important}.mx-xl-9{margin-right:6rem !important;margin-left:6rem !important}.mx-xl-10{margin-right:7rem !important;margin-left:7rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xl-7{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-8{margin-top:5rem !important;margin-bottom:5rem !important}.my-xl-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-10{margin-top:7rem !important;margin-bottom:7rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-6{margin-top:3.5rem !important}.mt-xl-7{margin-top:4rem !important}.mt-xl-8{margin-top:5rem !important}.mt-xl-9{margin-top:6rem !important}.mt-xl-10{margin-top:7rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-6{margin-right:3.5rem !important}.me-xl-7{margin-right:4rem !important}.me-xl-8{margin-right:5rem !important}.me-xl-9{margin-right:6rem !important}.me-xl-10{margin-right:7rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-6{margin-bottom:3.5rem !important}.mb-xl-7{margin-bottom:4rem !important}.mb-xl-8{margin-bottom:5rem !important}.mb-xl-9{margin-bottom:6rem !important}.mb-xl-10{margin-bottom:7rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-6{margin-left:3.5rem !important}.ms-xl-7{margin-left:4rem !important}.ms-xl-8{margin-left:5rem !important}.ms-xl-9{margin-left:6rem !important}.ms-xl-10{margin-left:7rem !important}.ms-xl-auto{margin-left:auto !important}.m-xl-n1{margin:-0.25rem !important}.m-xl-n2{margin:-0.5rem !important}.m-xl-n3{margin:-1rem !important}.m-xl-n4{margin:-1.5rem !important}.m-xl-n5{margin:-3rem !important}.m-xl-n6{margin:-3.5rem !important}.m-xl-n7{margin:-4rem !important}.m-xl-n8{margin:-5rem !important}.m-xl-n9{margin:-6rem !important}.m-xl-n10{margin:-7rem !important}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xl-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-xl-n7{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xl-n8{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xl-n9{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xl-n10{margin-right:-7rem !important;margin-left:-7rem !important}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xl-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-xl-n7{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xl-n8{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xl-n9{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xl-n10{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-xl-n1{margin-top:-0.25rem !important}.mt-xl-n2{margin-top:-0.5rem !important}.mt-xl-n3{margin-top:-1rem !important}.mt-xl-n4{margin-top:-1.5rem !important}.mt-xl-n5{margin-top:-3rem !important}.mt-xl-n6{margin-top:-3.5rem !important}.mt-xl-n7{margin-top:-4rem !important}.mt-xl-n8{margin-top:-5rem !important}.mt-xl-n9{margin-top:-6rem !important}.mt-xl-n10{margin-top:-7rem !important}.me-xl-n1{margin-right:-0.25rem !important}.me-xl-n2{margin-right:-0.5rem !important}.me-xl-n3{margin-right:-1rem !important}.me-xl-n4{margin-right:-1.5rem !important}.me-xl-n5{margin-right:-3rem !important}.me-xl-n6{margin-right:-3.5rem !important}.me-xl-n7{margin-right:-4rem !important}.me-xl-n8{margin-right:-5rem !important}.me-xl-n9{margin-right:-6rem !important}.me-xl-n10{margin-right:-7rem !important}.mb-xl-n1{margin-bottom:-0.25rem !important}.mb-xl-n2{margin-bottom:-0.5rem !important}.mb-xl-n3{margin-bottom:-1rem !important}.mb-xl-n4{margin-bottom:-1.5rem !important}.mb-xl-n5{margin-bottom:-3rem !important}.mb-xl-n6{margin-bottom:-3.5rem !important}.mb-xl-n7{margin-bottom:-4rem !important}.mb-xl-n8{margin-bottom:-5rem !important}.mb-xl-n9{margin-bottom:-6rem !important}.mb-xl-n10{margin-bottom:-7rem !important}.ms-xl-n1{margin-left:-0.25rem !important}.ms-xl-n2{margin-left:-0.5rem !important}.ms-xl-n3{margin-left:-1rem !important}.ms-xl-n4{margin-left:-1.5rem !important}.ms-xl-n5{margin-left:-3rem !important}.ms-xl-n6{margin-left:-3.5rem !important}.ms-xl-n7{margin-left:-4rem !important}.ms-xl-n8{margin-left:-5rem !important}.ms-xl-n9{margin-left:-6rem !important}.ms-xl-n10{margin-left:-7rem !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.p-xl-6{padding:3.5rem !important}.p-xl-7{padding:4rem !important}.p-xl-8{padding:5rem !important}.p-xl-9{padding:6rem !important}.p-xl-10{padding:7rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.px-xl-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xl-7{padding-right:4rem !important;padding-left:4rem !important}.px-xl-8{padding-right:5rem !important;padding-left:5rem !important}.px-xl-9{padding-right:6rem !important;padding-left:6rem !important}.px-xl-10{padding-right:7rem !important;padding-left:7rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-xl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xl-7{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-8{padding-top:5rem !important;padding-bottom:5rem !important}.py-xl-9{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-10{padding-top:7rem !important;padding-bottom:7rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pt-xl-6{padding-top:3.5rem !important}.pt-xl-7{padding-top:4rem !important}.pt-xl-8{padding-top:5rem !important}.pt-xl-9{padding-top:6rem !important}.pt-xl-10{padding-top:7rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pe-xl-6{padding-right:3.5rem !important}.pe-xl-7{padding-right:4rem !important}.pe-xl-8{padding-right:5rem !important}.pe-xl-9{padding-right:6rem !important}.pe-xl-10{padding-right:7rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.pb-xl-6{padding-bottom:3.5rem !important}.pb-xl-7{padding-bottom:4rem !important}.pb-xl-8{padding-bottom:5rem !important}.pb-xl-9{padding-bottom:6rem !important}.pb-xl-10{padding-bottom:7rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.ps-xl-6{padding-left:3.5rem !important}.ps-xl-7{padding-left:4rem !important}.ps-xl-8{padding-left:5rem !important}.ps-xl-9{padding-left:6rem !important}.ps-xl-10{padding-left:7rem !important}.fs-xl-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-xl-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-xl-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-xl-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-xl-5{font-size:1.25rem !important}.fs-xl-6{font-size:1rem !important}.fs-xl-7{font-size:90% !important}.fs-xl-8{font-size:80% !important}.fs-xl-9{font-size:0.75rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}.bg-xl-primary{background-color:#6f46ff !important}.bg-xl-primary-hover:hover{background-color:#6f46ff !important}.bg-xl-secondary{background-color:#a0a0a2 !important}.bg-xl-secondary-hover:hover{background-color:#a0a0a2 !important}.bg-xl-success{background-color:#19b8a2 !important}.bg-xl-success-hover:hover{background-color:#19b8a2 !important}.bg-xl-info{background-color:#0dcaf0 !important}.bg-xl-info-hover:hover{background-color:#0dcaf0 !important}.bg-xl-warning{background-color:#ffed03 !important}.bg-xl-warning-hover:hover{background-color:#ffed03 !important}.bg-xl-danger{background-color:#db1a2a !important}.bg-xl-danger-hover:hover{background-color:#db1a2a !important}.bg-xl-light{background-color:#f6f6f6 !important}.bg-xl-light-hover:hover{background-color:#f6f6f6 !important}.bg-xl-dark{background-color:#1c212c !important}.bg-xl-dark-hover:hover{background-color:#1c212c !important}.bg-xl-facebook{background-color:#3b5998 !important}.bg-xl-facebook-hover:hover{background-color:#3b5998 !important}.bg-xl-twitter{background-color:#00acee !important}.bg-xl-twitter-hover:hover{background-color:#00acee !important}.bg-xl-white{background-color:#fff !important}.bg-xl-white-hover:hover{background-color:#fff !important}.bg-xl-pink{background-color:#ffa69e !important}.bg-xl-pink-hover:hover{background-color:#ffa69e !important}.bg-xl-teal{background-color:#08c5d5 !important}.bg-xl-teal-hover:hover{background-color:#08c5d5 !important}.bg-xl-orange{background-color:#fc6229 !important}.bg-xl-orange-hover:hover{background-color:#fc6229 !important}.bg-xl-body{background-color:#fff !important}.bg-xl-body-hover:hover{background-color:#fff !important}.bg-xl-transparent{background-color:transparent !important}.bg-xl-transparent-hover:hover{background-color:transparent !important}.f-w-xl-1{width:.25rem !important}.f-w-xl-2{width:.5rem !important}.f-w-xl-3{width:.75rem !important}.f-w-xl-4{width:1rem !important}.f-w-xl-5{width:1.25rem !important}.f-w-xl-6{width:1.5rem !important}.f-w-xl-7{width:1.75rem !important}.f-w-xl-8{width:2rem !important}.f-w-xl-9{width:2.25rem !important}.f-w-xl-10{width:2.5rem !important}.f-w-xl-12{width:3rem !important}.f-w-xl-14{width:3.5rem !important}.f-w-xl-16{width:4rem !important}.f-w-xl-20{width:5rem !important}.f-w-xl-24{width:6rem !important}.f-w-xl-28{width:7rem !important}.f-w-xl-30{width:7.25rem !important}.f-w-xl-32{width:8rem !important}.f-w-xl-36{width:9rem !important}.f-w-xl-40{width:10rem !important}.f-w-xl-44{width:11rem !important}.f-w-xl-48{width:12rem !important}.f-w-xl-52{width:15rem !important}.f-w-xl-56{width:18rem !important}.f-w-xl-60{width:21rem !important}.f-w-xl-64{width:24rem !important}.f-w-xl-68{width:27rem !important}.f-w-xl-72{width:30rem !important}.f-w-xl-76{width:33rem !important}.f-w-xl-80{width:36rem !important}.f-w-xl-84{width:40rem !important}.f-w-xl-88{width:44rem !important}.f-w-xl-92{width:50rem !important}.f-w-xl-96{width:56rem !important}.f-w-xl-100{width:60rem !important}.f-w-xl-0{width:0 !important}.f-h-xl-1{height:.25rem !important}.f-h-xl-2{height:.5rem !important}.f-h-xl-3{height:.75rem !important}.f-h-xl-4{height:1rem !important}.f-h-xl-5{height:1.25rem !important}.f-h-xl-6{height:1.5rem !important}.f-h-xl-7{height:1.75rem !important}.f-h-xl-8{height:2rem !important}.f-h-xl-9{height:2.25rem !important}.f-h-xl-10{height:2.5rem !important}.f-h-xl-12{height:3rem !important}.f-h-xl-14{height:3.5rem !important}.f-h-xl-16{height:4rem !important}.f-h-xl-20{height:5rem !important}.f-h-xl-24{height:6rem !important}.f-h-xl-28{height:7rem !important}.f-h-xl-30{height:7.25rem !important}.f-h-xl-32{height:8rem !important}.f-h-xl-36{height:9rem !important}.f-h-xl-40{height:10rem !important}.f-h-xl-44{height:11rem !important}.f-h-xl-48{height:12rem !important}.f-h-xl-52{height:15rem !important}.f-h-xl-56{height:18rem !important}.f-h-xl-60{height:21rem !important}.f-h-xl-64{height:24rem !important}.f-h-xl-68{height:27rem !important}.f-h-xl-72{height:30rem !important}.f-h-xl-76{height:33rem !important}.f-h-xl-80{height:36rem !important}.f-h-xl-84{height:40rem !important}.f-h-xl-88{height:44rem !important}.f-h-xl-92{height:50rem !important}.f-h-xl-96{height:56rem !important}.f-h-xl-100{height:60rem !important}.f-h-xl-0{height:0 !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.position-xxl-static{position:static !important}.position-xxl-relative{position:relative !important}.position-xxl-absolute{position:absolute !important}.position-xxl-fixed{position:fixed !important}.position-xxl-sticky{position:sticky !important}.border-xxl{border:1px solid #e9eaea !important}.border-xxl-hover:hover{border:1px solid #e9eaea !important}.border-xxl-focus:focus{border:1px solid #e9eaea !important}.border-xxl-active:active{border:1px solid #e9eaea !important}.border-xxl-0{border:0 !important}.border-xxl-0-hover:hover{border:0 !important}.border-xxl-0-focus:focus{border:0 !important}.border-xxl-0-active:active{border:0 !important}.border-xxl-transparent{border:1px solid transparent !important}.border-xxl-transparent-hover:hover{border:1px solid transparent !important}.border-xxl-transparent-focus:focus{border:1px solid transparent !important}.border-xxl-transparent-active:active{border:1px solid transparent !important}.w-xxl-25{width:25% !important}.w-xxl-50{width:50% !important}.w-xxl-75{width:75% !important}.w-xxl-100{width:100% !important}.w-xxl-auto{width:auto !important}.w-xxl-10{width:10% !important}.w-xxl-60{width:60% !important}.w-xxl-65{width:65% !important}.w-xxl-80{width:80% !important}.w-xxl-110{width:110% !important}.h-xxl-25{height:25% !important}.h-xxl-50{height:50% !important}.h-xxl-75{height:75% !important}.h-xxl-100{height:100% !important}.h-xxl-auto{height:auto !important}.m-h-xxl-1{max-height:.25rem !important}.m-h-xxl-2{max-height:.5rem !important}.m-h-xxl-3{max-height:.75rem !important}.m-h-xxl-4{max-height:1rem !important}.m-h-xxl-5{max-height:1.25rem !important}.m-h-xxl-6{max-height:1.5rem !important}.m-h-xxl-7{max-height:1.75rem !important}.m-h-xxl-8{max-height:2rem !important}.m-h-xxl-9{max-height:2.25rem !important}.m-h-xxl-10{max-height:2.5rem !important}.m-h-xxl-12{max-height:3rem !important}.m-h-xxl-14{max-height:3.5rem !important}.m-h-xxl-16{max-height:4rem !important}.m-h-xxl-20{max-height:5rem !important}.m-h-xxl-24{max-height:6rem !important}.m-h-xxl-28{max-height:7rem !important}.m-h-xxl-30{max-height:7.25rem !important}.m-h-xxl-32{max-height:8rem !important}.m-h-xxl-36{max-height:9rem !important}.m-h-xxl-40{max-height:10rem !important}.m-h-xxl-44{max-height:11rem !important}.m-h-xxl-48{max-height:12rem !important}.m-h-xxl-52{max-height:15rem !important}.m-h-xxl-56{max-height:18rem !important}.m-h-xxl-60{max-height:21rem !important}.m-h-xxl-64{max-height:24rem !important}.m-h-xxl-68{max-height:27rem !important}.m-h-xxl-72{max-height:30rem !important}.m-h-xxl-76{max-height:33rem !important}.m-h-xxl-80{max-height:36rem !important}.m-h-xxl-84{max-height:40rem !important}.m-h-xxl-88{max-height:44rem !important}.m-h-xxl-92{max-height:50rem !important}.m-h-xxl-96{max-height:56rem !important}.m-h-xxl-100{max-height:60rem !important}.m-h-xxl-0{max-height:0 !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.gap-xxl-6{gap:3.5rem !important}.gap-xxl-7{gap:4rem !important}.gap-xxl-8{gap:5rem !important}.gap-xxl-9{gap:6rem !important}.gap-xxl-10{gap:7rem !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-6{margin:3.5rem !important}.m-xxl-7{margin:4rem !important}.m-xxl-8{margin:5rem !important}.m-xxl-9{margin:6rem !important}.m-xxl-10{margin:7rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-6{margin-right:3.5rem !important;margin-left:3.5rem !important}.mx-xxl-7{margin-right:4rem !important;margin-left:4rem !important}.mx-xxl-8{margin-right:5rem !important;margin-left:5rem !important}.mx-xxl-9{margin-right:6rem !important;margin-left:6rem !important}.mx-xxl-10{margin-right:7rem !important;margin-left:7rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-6{margin-top:3.5rem !important;margin-bottom:3.5rem !important}.my-xxl-7{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-8{margin-top:5rem !important;margin-bottom:5rem !important}.my-xxl-9{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-10{margin-top:7rem !important;margin-bottom:7rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-6{margin-top:3.5rem !important}.mt-xxl-7{margin-top:4rem !important}.mt-xxl-8{margin-top:5rem !important}.mt-xxl-9{margin-top:6rem !important}.mt-xxl-10{margin-top:7rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-6{margin-right:3.5rem !important}.me-xxl-7{margin-right:4rem !important}.me-xxl-8{margin-right:5rem !important}.me-xxl-9{margin-right:6rem !important}.me-xxl-10{margin-right:7rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-6{margin-bottom:3.5rem !important}.mb-xxl-7{margin-bottom:4rem !important}.mb-xxl-8{margin-bottom:5rem !important}.mb-xxl-9{margin-bottom:6rem !important}.mb-xxl-10{margin-bottom:7rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-6{margin-left:3.5rem !important}.ms-xxl-7{margin-left:4rem !important}.ms-xxl-8{margin-left:5rem !important}.ms-xxl-9{margin-left:6rem !important}.ms-xxl-10{margin-left:7rem !important}.ms-xxl-auto{margin-left:auto !important}.m-xxl-n1{margin:-0.25rem !important}.m-xxl-n2{margin:-0.5rem !important}.m-xxl-n3{margin:-1rem !important}.m-xxl-n4{margin:-1.5rem !important}.m-xxl-n5{margin:-3rem !important}.m-xxl-n6{margin:-3.5rem !important}.m-xxl-n7{margin:-4rem !important}.m-xxl-n8{margin:-5rem !important}.m-xxl-n9{margin:-6rem !important}.m-xxl-n10{margin:-7rem !important}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important}.mx-xxl-n3{margin-right:-1rem !important;margin-left:-1rem !important}.mx-xxl-n4{margin-right:-1.5rem !important;margin-left:-1.5rem !important}.mx-xxl-n5{margin-right:-3rem !important;margin-left:-3rem !important}.mx-xxl-n6{margin-right:-3.5rem !important;margin-left:-3.5rem !important}.mx-xxl-n7{margin-right:-4rem !important;margin-left:-4rem !important}.mx-xxl-n8{margin-right:-5rem !important;margin-left:-5rem !important}.mx-xxl-n9{margin-right:-6rem !important;margin-left:-6rem !important}.mx-xxl-n10{margin-right:-7rem !important;margin-left:-7rem !important}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important}.my-xxl-n3{margin-top:-1rem !important;margin-bottom:-1rem !important}.my-xxl-n4{margin-top:-1.5rem !important;margin-bottom:-1.5rem !important}.my-xxl-n5{margin-top:-3rem !important;margin-bottom:-3rem !important}.my-xxl-n6{margin-top:-3.5rem !important;margin-bottom:-3.5rem !important}.my-xxl-n7{margin-top:-4rem !important;margin-bottom:-4rem !important}.my-xxl-n8{margin-top:-5rem !important;margin-bottom:-5rem !important}.my-xxl-n9{margin-top:-6rem !important;margin-bottom:-6rem !important}.my-xxl-n10{margin-top:-7rem !important;margin-bottom:-7rem !important}.mt-xxl-n1{margin-top:-0.25rem !important}.mt-xxl-n2{margin-top:-0.5rem !important}.mt-xxl-n3{margin-top:-1rem !important}.mt-xxl-n4{margin-top:-1.5rem !important}.mt-xxl-n5{margin-top:-3rem !important}.mt-xxl-n6{margin-top:-3.5rem !important}.mt-xxl-n7{margin-top:-4rem !important}.mt-xxl-n8{margin-top:-5rem !important}.mt-xxl-n9{margin-top:-6rem !important}.mt-xxl-n10{margin-top:-7rem !important}.me-xxl-n1{margin-right:-0.25rem !important}.me-xxl-n2{margin-right:-0.5rem !important}.me-xxl-n3{margin-right:-1rem !important}.me-xxl-n4{margin-right:-1.5rem !important}.me-xxl-n5{margin-right:-3rem !important}.me-xxl-n6{margin-right:-3.5rem !important}.me-xxl-n7{margin-right:-4rem !important}.me-xxl-n8{margin-right:-5rem !important}.me-xxl-n9{margin-right:-6rem !important}.me-xxl-n10{margin-right:-7rem !important}.mb-xxl-n1{margin-bottom:-0.25rem !important}.mb-xxl-n2{margin-bottom:-0.5rem !important}.mb-xxl-n3{margin-bottom:-1rem !important}.mb-xxl-n4{margin-bottom:-1.5rem !important}.mb-xxl-n5{margin-bottom:-3rem !important}.mb-xxl-n6{margin-bottom:-3.5rem !important}.mb-xxl-n7{margin-bottom:-4rem !important}.mb-xxl-n8{margin-bottom:-5rem !important}.mb-xxl-n9{margin-bottom:-6rem !important}.mb-xxl-n10{margin-bottom:-7rem !important}.ms-xxl-n1{margin-left:-0.25rem !important}.ms-xxl-n2{margin-left:-0.5rem !important}.ms-xxl-n3{margin-left:-1rem !important}.ms-xxl-n4{margin-left:-1.5rem !important}.ms-xxl-n5{margin-left:-3rem !important}.ms-xxl-n6{margin-left:-3.5rem !important}.ms-xxl-n7{margin-left:-4rem !important}.ms-xxl-n8{margin-left:-5rem !important}.ms-xxl-n9{margin-left:-6rem !important}.ms-xxl-n10{margin-left:-7rem !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.p-xxl-6{padding:3.5rem !important}.p-xxl-7{padding:4rem !important}.p-xxl-8{padding:5rem !important}.p-xxl-9{padding:6rem !important}.p-xxl-10{padding:7rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.px-xxl-6{padding-right:3.5rem !important;padding-left:3.5rem !important}.px-xxl-7{padding-right:4rem !important;padding-left:4rem !important}.px-xxl-8{padding-right:5rem !important;padding-left:5rem !important}.px-xxl-9{padding-right:6rem !important;padding-left:6rem !important}.px-xxl-10{padding-right:7rem !important;padding-left:7rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.py-xxl-6{padding-top:3.5rem !important;padding-bottom:3.5rem !important}.py-xxl-7{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-8{padding-top:5rem !important;padding-bottom:5rem !important}.py-xxl-9{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxl-10{padding-top:7rem !important;padding-bottom:7rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pt-xxl-6{padding-top:3.5rem !important}.pt-xxl-7{padding-top:4rem !important}.pt-xxl-8{padding-top:5rem !important}.pt-xxl-9{padding-top:6rem !important}.pt-xxl-10{padding-top:7rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pe-xxl-6{padding-right:3.5rem !important}.pe-xxl-7{padding-right:4rem !important}.pe-xxl-8{padding-right:5rem !important}.pe-xxl-9{padding-right:6rem !important}.pe-xxl-10{padding-right:7rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.pb-xxl-6{padding-bottom:3.5rem !important}.pb-xxl-7{padding-bottom:4rem !important}.pb-xxl-8{padding-bottom:5rem !important}.pb-xxl-9{padding-bottom:6rem !important}.pb-xxl-10{padding-bottom:7rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.ps-xxl-6{padding-left:3.5rem !important}.ps-xxl-7{padding-left:4rem !important}.ps-xxl-8{padding-left:5rem !important}.ps-xxl-9{padding-left:6rem !important}.ps-xxl-10{padding-left:7rem !important}.fs-xxl-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-xxl-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-xxl-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-xxl-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-xxl-5{font-size:1.25rem !important}.fs-xxl-6{font-size:1rem !important}.fs-xxl-7{font-size:90% !important}.fs-xxl-8{font-size:80% !important}.fs-xxl-9{font-size:0.75rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}.bg-xxl-primary{background-color:#6f46ff !important}.bg-xxl-primary-hover:hover{background-color:#6f46ff !important}.bg-xxl-secondary{background-color:#a0a0a2 !important}.bg-xxl-secondary-hover:hover{background-color:#a0a0a2 !important}.bg-xxl-success{background-color:#19b8a2 !important}.bg-xxl-success-hover:hover{background-color:#19b8a2 !important}.bg-xxl-info{background-color:#0dcaf0 !important}.bg-xxl-info-hover:hover{background-color:#0dcaf0 !important}.bg-xxl-warning{background-color:#ffed03 !important}.bg-xxl-warning-hover:hover{background-color:#ffed03 !important}.bg-xxl-danger{background-color:#db1a2a !important}.bg-xxl-danger-hover:hover{background-color:#db1a2a !important}.bg-xxl-light{background-color:#f6f6f6 !important}.bg-xxl-light-hover:hover{background-color:#f6f6f6 !important}.bg-xxl-dark{background-color:#1c212c !important}.bg-xxl-dark-hover:hover{background-color:#1c212c !important}.bg-xxl-facebook{background-color:#3b5998 !important}.bg-xxl-facebook-hover:hover{background-color:#3b5998 !important}.bg-xxl-twitter{background-color:#00acee !important}.bg-xxl-twitter-hover:hover{background-color:#00acee !important}.bg-xxl-white{background-color:#fff !important}.bg-xxl-white-hover:hover{background-color:#fff !important}.bg-xxl-pink{background-color:#ffa69e !important}.bg-xxl-pink-hover:hover{background-color:#ffa69e !important}.bg-xxl-teal{background-color:#08c5d5 !important}.bg-xxl-teal-hover:hover{background-color:#08c5d5 !important}.bg-xxl-orange{background-color:#fc6229 !important}.bg-xxl-orange-hover:hover{background-color:#fc6229 !important}.bg-xxl-body{background-color:#fff !important}.bg-xxl-body-hover:hover{background-color:#fff !important}.bg-xxl-transparent{background-color:transparent !important}.bg-xxl-transparent-hover:hover{background-color:transparent !important}.f-w-xxl-1{width:.25rem !important}.f-w-xxl-2{width:.5rem !important}.f-w-xxl-3{width:.75rem !important}.f-w-xxl-4{width:1rem !important}.f-w-xxl-5{width:1.25rem !important}.f-w-xxl-6{width:1.5rem !important}.f-w-xxl-7{width:1.75rem !important}.f-w-xxl-8{width:2rem !important}.f-w-xxl-9{width:2.25rem !important}.f-w-xxl-10{width:2.5rem !important}.f-w-xxl-12{width:3rem !important}.f-w-xxl-14{width:3.5rem !important}.f-w-xxl-16{width:4rem !important}.f-w-xxl-20{width:5rem !important}.f-w-xxl-24{width:6rem !important}.f-w-xxl-28{width:7rem !important}.f-w-xxl-30{width:7.25rem !important}.f-w-xxl-32{width:8rem !important}.f-w-xxl-36{width:9rem !important}.f-w-xxl-40{width:10rem !important}.f-w-xxl-44{width:11rem !important}.f-w-xxl-48{width:12rem !important}.f-w-xxl-52{width:15rem !important}.f-w-xxl-56{width:18rem !important}.f-w-xxl-60{width:21rem !important}.f-w-xxl-64{width:24rem !important}.f-w-xxl-68{width:27rem !important}.f-w-xxl-72{width:30rem !important}.f-w-xxl-76{width:33rem !important}.f-w-xxl-80{width:36rem !important}.f-w-xxl-84{width:40rem !important}.f-w-xxl-88{width:44rem !important}.f-w-xxl-92{width:50rem !important}.f-w-xxl-96{width:56rem !important}.f-w-xxl-100{width:60rem !important}.f-w-xxl-0{width:0 !important}.f-h-xxl-1{height:.25rem !important}.f-h-xxl-2{height:.5rem !important}.f-h-xxl-3{height:.75rem !important}.f-h-xxl-4{height:1rem !important}.f-h-xxl-5{height:1.25rem !important}.f-h-xxl-6{height:1.5rem !important}.f-h-xxl-7{height:1.75rem !important}.f-h-xxl-8{height:2rem !important}.f-h-xxl-9{height:2.25rem !important}.f-h-xxl-10{height:2.5rem !important}.f-h-xxl-12{height:3rem !important}.f-h-xxl-14{height:3.5rem !important}.f-h-xxl-16{height:4rem !important}.f-h-xxl-20{height:5rem !important}.f-h-xxl-24{height:6rem !important}.f-h-xxl-28{height:7rem !important}.f-h-xxl-30{height:7.25rem !important}.f-h-xxl-32{height:8rem !important}.f-h-xxl-36{height:9rem !important}.f-h-xxl-40{height:10rem !important}.f-h-xxl-44{height:11rem !important}.f-h-xxl-48{height:12rem !important}.f-h-xxl-52{height:15rem !important}.f-h-xxl-56{height:18rem !important}.f-h-xxl-60{height:21rem !important}.f-h-xxl-64{height:24rem !important}.f-h-xxl-68{height:27rem !important}.f-h-xxl-72{height:30rem !important}.f-h-xxl-76{height:33rem !important}.f-h-xxl-80{height:36rem !important}.f-h-xxl-84{height:40rem !important}.f-h-xxl-88{height:44rem !important}.f-h-xxl-92{height:50rem !important}.f-h-xxl-96{height:56rem !important}.f-h-xxl-100{height:60rem !important}.f-h-xxl-0{height:0 !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}.fs-sm-1{font-size:2.5rem !important}.fs-sm-2{font-size:2rem !important}.fs-sm-3{font-size:1.75rem !important}.fs-sm-4{font-size:1.5rem !important}.fs-md-1{font-size:2.5rem !important}.fs-md-2{font-size:2rem !important}.fs-md-3{font-size:1.75rem !important}.fs-md-4{font-size:1.5rem !important}.fs-lg-1{font-size:2.5rem !important}.fs-lg-2{font-size:2rem !important}.fs-lg-3{font-size:1.75rem !important}.fs-lg-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}:root{--bs-font-sans-serif: \"Barlow\", sans-serif;--bs-spacer: 1rem;--bs-gutter-width: 1.5rem;--theme-font-headings: \"Barlow\", sans-serif;--theme-font-icon: \"remixicon\";--theme-font-icon-style: \"normal\";--theme-form-checkbox-before-size: 20px;--theme-form-checkbox-bg-before-size: 28px;--theme-form-checkbox-after-width: 6px;--theme-form-checkbox-after-height: 12px;--theme-form-checkbox-border-radius: 2px;--theme-form-checkbox-after-position-left: 7px;--theme-form-checkbox-after-position-top: 4px;--theme-form-checkbox-bg-after-position-left: 11px;--theme-form-checkbox-bg-after-position-top: 7px;--theme-form-checkbox-after-border-width: 2px;--theme-form-checkbox-active-color: #1c212c;--theme-form-radio-button-after-size: 10px;--theme-form-radio-button-after-position-left: 5px;--theme-form-radio-button-after-position-top: 6px;--theme-form-radio-button-border-radius: 100%;--theme-breakpoint-xs: 0;--theme-breakpoint-sm: 576px;--theme-breakpoint-md: 768px;--theme-breakpoint-lg: 992px;--theme-breakpoint-xl: 1200px;--theme-breakpoint-xxl: 1400px;--theme-maxwidth-breakpoint-sm: 100%;--theme-maxwidth-breakpoint-md: 100%;--theme-maxwidth-breakpoint-lg: 100%;--theme-maxwidth-breakpoint-xl: 1140px;--theme-maxwidth-breakpoint-xxl: 1320px;--theme-listing-page-sidebar-hide-filter-margin: -16.66667%;--theme-listing-page-card-pseudo-hover-height: 100%;--swiper-pagination-color: #1c212c;--swiper-timeline-fixed-height: 700px;--swiper-slide-spacing: 25px;--theme-translate-X: 0;--theme-translate-Y: 0}body{overflow-x:hidden}p,.fs-p{font-size:1.08rem}*:focus,*:active{outline:none !important;box-shadow:none !important}.disable-child-pointer *{pointer-events:none}.alert-primary-faded{background-color:rgba(111,70,255,.1);color:#6f46ff}.alert-secondary-faded{background-color:rgba(160,160,162,.1);color:#a0a0a2}.alert-success-faded{background-color:rgba(25,184,162,.1);color:#19b8a2}.alert-info-faded{background-color:rgba(13,202,240,.1);color:#0dcaf0}.alert-warning-faded{background-color:rgba(255,237,3,.1);color:#ffed03}.alert-danger-faded{background-color:rgba(219,26,42,.1);color:#db1a2a}.alert-light-faded{background-color:rgba(246,246,246,.1);color:#f6f6f6}.alert-dark-faded{background-color:rgba(28,33,44,.1);color:#1c212c}.alert-facebook-faded{background-color:rgba(59,89,152,.1);color:#3b5998}.alert-twitter-faded{background-color:rgba(0,172,238,.1);color:#00acee}.alert-white-faded{background-color:rgba(255,255,255,.1);color:#fff}.alert-pink-faded{background-color:rgba(255,166,158,.1);color:#ffa69e}.alert-teal-faded{background-color:rgba(8,197,213,.1);color:#08c5d5}.alert-orange-faded{background-color:rgba(252,98,41,.1);color:#fc6229}.accordion-button:not(.accordion-button-stripped){background:#f6f6f6;color:#1c212c;border-radius:.25rem}.accordion-button:after{border:0;font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:\"\";margin:0;font-size:1.25rem;background:transparent !important;display:block;position:absolute;color:#1c212c;right:.75rem;top:25%}.accordion-button:not(.collapsed)::after{content:\"\";color:#fff;transform:none !important}.accordion-button:not(.collapsed):not(.accordion-button-stripped){background:#1c212c;color:#fff}.accordion-item{margin-bottom:1px}.accordion-button-stripped:after{right:0}.accordion-button-stripped:not(.collapsed)::after{color:#1c212c;content:\"\";transform:none !important}.accordion-button-stripped,.accordion-button-stripped:not(.collapsed){background:transparent;border-radius:0 !important;padding-left:0;font-weight:500}.accordion-stripped{border-bottom:1px solid #e9eaea}.accordion-button-stripped:not(.collapsed){color:#1c212c}.accordion-stripped:first-of-type{border-top:1px solid #e9eaea}.accordion-body-stripped{padding-left:0;padding-right:0}.accordion-icon-plus:after{content:\"\"}.accordion-icon-plus:not(.collapsed)::after{content:\"\"}.accordion-icon-left.accordion-button{padding-left:2.5rem}.accordion-icon-left.accordion-button:after{right:auto;left:.5rem}.accordion-icon-left.accordion-button.accordion-button-stripped:after{left:0}.accordion-icon-left.accordion-body{padding-left:2.5rem}.badge-sale{background:#db1a2a;text-transform:uppercase;font-size:74%;position:absolute;top:0;left:0;z-index:10;padding:.5rem}.btn-group-sm>.btn,.btn-sm{padding:.5rem .75rem !important}.btn-link{text-decoration:none}.btn-orange,.btn-success{color:#fff}.btn-orange:hover,.btn-success:hover{color:#fff}[class*=btn-outline-]{border-width:2px}.btn{transition:none}.page-loaded .btn{transition:all ease-in .15s}.btn-brand-letter{text-decoration:none;font-weight:bold;font-size:2.5rem;padding:.25rem 0rem;margin-right:1.5rem;transition:all linear .2s;text-transform:uppercase}.btn-brand-letter:hover{opacity:.5}.btn-primary-chunky{box-shadow:0px 4px 0px 0px #3d06ff;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-primary-chunky{transition:none}}.btn-primary-chunky:hover{background:#5b2dff;border-color:transparent;box-shadow:0px 4px 0px 0px #3d06ff}.btn-primary-chunky:active,.btn-primary-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #2c00c6 !important}.btn-primary-chunky.btn-lg,.btn-group-lg>.btn-primary-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-primary-chunky.btn-sm,.btn-group-sm>.btn-primary-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-secondary-chunky{box-shadow:0px 4px 0px 0px #808082;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-secondary-chunky{transition:none}}.btn-secondary-chunky:hover{background:#939395;border-color:transparent;box-shadow:0px 4px 0px 0px #808082}.btn-secondary-chunky:active,.btn-secondary-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #606062 !important}.btn-secondary-chunky.btn-lg,.btn-group-lg>.btn-secondary-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-secondary-chunky.btn-sm,.btn-group-sm>.btn-secondary-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-success-chunky{box-shadow:0px 4px 0px 0px #118071;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-success-chunky{transition:none}}.btn-success-chunky:hover{background:#16a28e;border-color:transparent;box-shadow:0px 4px 0px 0px #118071}.btn-success-chunky:active,.btn-success-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #0a483f !important}.btn-success-chunky.btn-lg,.btn-group-lg>.btn-success-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-success-chunky.btn-sm,.btn-group-sm>.btn-success-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-info-chunky{box-shadow:0px 4px 0px 0px #0a97b4;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-info-chunky{transition:none}}.btn-info-chunky:hover{background:#0cb6d8;border-color:transparent;box-shadow:0px 4px 0px 0px #0a97b4}.btn-info-chunky:active,.btn-info-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #066477 !important}.btn-info-chunky.btn-lg,.btn-group-lg>.btn-info-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-info-chunky.btn-sm,.btn-group-sm>.btn-info-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-warning-chunky{box-shadow:0px 4px 0px 0px #c2b400;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-warning-chunky{transition:none}}.btn-warning-chunky:hover{background:#e9d800;border-color:transparent;box-shadow:0px 4px 0px 0px #c2b400}.btn-warning-chunky:active,.btn-warning-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #837900 !important}.btn-warning-chunky.btn-lg,.btn-group-lg>.btn-warning-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-warning-chunky.btn-sm,.btn-group-sm>.btn-warning-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-danger-chunky{box-shadow:0px 4px 0px 0px #a2131f;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-danger-chunky{transition:none}}.btn-danger-chunky:hover{background:#c41726;border-color:transparent;box-shadow:0px 4px 0px 0px #a2131f}.btn-danger-chunky:active,.btn-danger-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #690c14 !important}.btn-danger-chunky.btn-lg,.btn-group-lg>.btn-danger-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-danger-chunky.btn-sm,.btn-group-sm>.btn-danger-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-light-chunky{box-shadow:0px 4px 0px 0px #d6d6d6;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-light-chunky{transition:none}}.btn-light-chunky:hover{background:#e9e9e9;border-color:transparent;box-shadow:0px 4px 0px 0px #d6d6d6}.btn-light-chunky:active,.btn-light-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #b6b6b6 !important}.btn-light-chunky.btn-lg,.btn-group-lg>.btn-light-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-light-chunky.btn-sm,.btn-group-sm>.btn-light-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-dark-chunky{box-shadow:0px 4px 0px 0px #030405;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-dark-chunky{transition:none}}.btn-dark-chunky:hover{background:#12151c;border-color:transparent;box-shadow:0px 4px 0px 0px #030405}.btn-dark-chunky:active,.btn-dark-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #000 !important}.btn-dark-chunky.btn-lg,.btn-group-lg>.btn-dark-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-dark-chunky.btn-sm,.btn-group-sm>.btn-dark-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-facebook-chunky{box-shadow:0px 4px 0px 0px #293e6a;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-facebook-chunky{transition:none}}.btn-facebook-chunky:hover{background:#344e86;border-color:transparent;box-shadow:0px 4px 0px 0px #293e6a}.btn-facebook-chunky:active,.btn-facebook-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #17233c !important}.btn-facebook-chunky.btn-lg,.btn-group-lg>.btn-facebook-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-facebook-chunky.btn-sm,.btn-group-sm>.btn-facebook-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-twitter-chunky{box-shadow:0px 4px 0px 0px #007eae;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-twitter-chunky{transition:none}}.btn-twitter-chunky:hover{background:#009ad5;border-color:transparent;box-shadow:0px 4px 0px 0px #007eae}.btn-twitter-chunky:active,.btn-twitter-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #00506f !important}.btn-twitter-chunky.btn-lg,.btn-group-lg>.btn-twitter-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-twitter-chunky.btn-sm,.btn-group-sm>.btn-twitter-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-white-chunky{box-shadow:0px 4px 0px 0px #dfdfdf;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-white-chunky{transition:none}}.btn-white-chunky:hover{background:#f2f2f2;border-color:transparent;box-shadow:0px 4px 0px 0px #dfdfdf}.btn-white-chunky:active,.btn-white-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #bfbfbf !important}.btn-white-chunky.btn-lg,.btn-group-lg>.btn-white-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-white-chunky.btn-sm,.btn-group-sm>.btn-white-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-pink-chunky{box-shadow:0px 4px 0px 0px #ff6c5e;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-pink-chunky{transition:none}}.btn-pink-chunky:hover{background:#ff8f85;border-color:transparent;box-shadow:0px 4px 0px 0px #ff6c5e}.btn-pink-chunky:active,.btn-pink-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #ff311f !important}.btn-pink-chunky.btn-lg,.btn-group-lg>.btn-pink-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-pink-chunky.btn-sm,.btn-group-sm>.btn-pink-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-teal-chunky{box-shadow:0px 4px 0px 0px #068c98;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-teal-chunky{transition:none}}.btn-teal-chunky:hover{background:#07aebc;border-color:transparent;box-shadow:0px 4px 0px 0px #068c98}.btn-teal-chunky:active,.btn-teal-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #03535a !important}.btn-teal-chunky.btn-lg,.btn-group-lg>.btn-teal-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-teal-chunky.btn-sm,.btn-group-sm>.btn-teal-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-orange-chunky{box-shadow:0px 4px 0px 0px #e23f03;padding-bottom:calc(1.25rem - .25rem);border-color:transparent;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn-orange-chunky{transition:none}}.btn-orange-chunky:hover{background:#fc5010;border-color:transparent;box-shadow:0px 4px 0px 0px #e23f03}.btn-orange-chunky:active,.btn-orange-chunky:focus{outline:0 !important;box-shadow:0px 4px 0px 0px #a32e02 !important}.btn-orange-chunky.btn-lg,.btn-group-lg>.btn-orange-chunky.btn{padding-bottom:calc(1.5rem - .25rem)}.btn-orange-chunky.btn-sm,.btn-group-sm>.btn-orange-chunky.btn{padding-bottom:calc(0.25rem - .25rem)}.btn-primary-faded{background-color:rgba(111,70,255,.2);color:#6f46ff}.btn-primary-faded:hover,.btn-primary-faded:focus{background-color:rgba(111,70,255,.25);color:#6f46ff}.btn-primary-faded.active{background-color:rgba(111,70,255,.25);color:#6f46ff}.btn-secondary-faded{background-color:rgba(160,160,162,.2);color:#a0a0a2}.btn-secondary-faded:hover,.btn-secondary-faded:focus{background-color:rgba(160,160,162,.25);color:#a0a0a2}.btn-secondary-faded.active{background-color:rgba(160,160,162,.25);color:#a0a0a2}.btn-success-faded{background-color:rgba(25,184,162,.2);color:#19b8a2}.btn-success-faded:hover,.btn-success-faded:focus{background-color:rgba(25,184,162,.25);color:#19b8a2}.btn-success-faded.active{background-color:rgba(25,184,162,.25);color:#19b8a2}.btn-info-faded{background-color:rgba(13,202,240,.2);color:#0dcaf0}.btn-info-faded:hover,.btn-info-faded:focus{background-color:rgba(13,202,240,.25);color:#0dcaf0}.btn-info-faded.active{background-color:rgba(13,202,240,.25);color:#0dcaf0}.btn-warning-faded{background-color:rgba(255,237,3,.2);color:#ffed03}.btn-warning-faded:hover,.btn-warning-faded:focus{background-color:rgba(255,237,3,.25);color:#ffed03}.btn-warning-faded.active{background-color:rgba(255,237,3,.25);color:#ffed03}.btn-danger-faded{background-color:rgba(219,26,42,.2);color:#db1a2a}.btn-danger-faded:hover,.btn-danger-faded:focus{background-color:rgba(219,26,42,.25);color:#db1a2a}.btn-danger-faded.active{background-color:rgba(219,26,42,.25);color:#db1a2a}.btn-light-faded{background-color:rgba(246,246,246,.2);color:#f6f6f6}.btn-light-faded:hover,.btn-light-faded:focus{background-color:rgba(246,246,246,.25);color:#f6f6f6}.btn-light-faded.active{background-color:rgba(246,246,246,.25);color:#f6f6f6}.btn-dark-faded{background-color:rgba(28,33,44,.2);color:#1c212c}.btn-dark-faded:hover,.btn-dark-faded:focus{background-color:rgba(28,33,44,.25);color:#1c212c}.btn-dark-faded.active{background-color:rgba(28,33,44,.25);color:#1c212c}.btn-facebook-faded{background-color:rgba(59,89,152,.2);color:#3b5998}.btn-facebook-faded:hover,.btn-facebook-faded:focus{background-color:rgba(59,89,152,.25);color:#3b5998}.btn-facebook-faded.active{background-color:rgba(59,89,152,.25);color:#3b5998}.btn-twitter-faded{background-color:rgba(0,172,238,.2);color:#00acee}.btn-twitter-faded:hover,.btn-twitter-faded:focus{background-color:rgba(0,172,238,.25);color:#00acee}.btn-twitter-faded.active{background-color:rgba(0,172,238,.25);color:#00acee}.btn-white-faded{background-color:rgba(255,255,255,.2);color:#fff}.btn-white-faded:hover,.btn-white-faded:focus{background-color:rgba(255,255,255,.25);color:#fff}.btn-white-faded.active{background-color:rgba(255,255,255,.25);color:#fff}.btn-pink-faded{background-color:rgba(255,166,158,.2);color:#ffa69e}.btn-pink-faded:hover,.btn-pink-faded:focus{background-color:rgba(255,166,158,.25);color:#ffa69e}.btn-pink-faded.active{background-color:rgba(255,166,158,.25);color:#ffa69e}.btn-teal-faded{background-color:rgba(8,197,213,.2);color:#08c5d5}.btn-teal-faded:hover,.btn-teal-faded:focus{background-color:rgba(8,197,213,.25);color:#08c5d5}.btn-teal-faded.active{background-color:rgba(8,197,213,.25);color:#08c5d5}.btn-orange-faded{background-color:rgba(252,98,41,.2);color:#fc6229}.btn-orange-faded:hover,.btn-orange-faded:focus{background-color:rgba(252,98,41,.25);color:#fc6229}.btn-orange-faded.active{background-color:rgba(252,98,41,.25);color:#fc6229}.btn-icon{width:50px;height:50px;padding:0;display:flex;align-items:center;justify-content:center;line-height:1;border-radius:100%}.btn-icon.btn-lg,.btn-group-lg>.btn-icon.btn{width:80px;height:80px}.btn-icon.btn-sm,.btn-group-sm>.btn-icon.btn{width:36px;height:36px}.btn-rounded-tl-br{border-top-left-radius:20px;border-bottom-right-radius:20px}.btn-rounded-tr-bl{border-top-right-radius:20px;border-bottom-left-radius:20px}@media(min-width: 768px){.btn-skew-left{transform:skew(10deg)}.btn-skew-left span{display:block;transform:skew(-10deg)}.btn-skew-right{transform:skew(-10deg)}.btn-skew-right span{display:block;transform:skew(10deg)}}.breadcrumb-item{text-transform:uppercase;font-weight:500;text-decoration:none;color:#a0a0a2}.breadcrumb-item a{text-decoration:none;color:#a0a0a2}.breadcrumb-light{color:#fff}.breadcrumb-light a{color:#fff}.breadcrumb-light.active{color:#fff}.breadcrumb-light+.breadcrumb-item::before{color:#fff}.aside-checkout{position:relative}.aside-checkout:after{background:#f6f6f6;width:300%;content:\"\";position:absolute;top:0;left:0;height:100%;bottom:0;z-index:-1}@media(max-width: 767.98px){.aside-checkout:after{display:none}}.nav-link-checkout{text-decoration:none;color:#a0a0a2;transition:all linear .3s;opacity:.75;position:relative;padding:0}.nav-link-checkout:after{font-family:var(--theme-font-icon);content:\"\";position:absolute;right:-1.25rem;top:0}.nav-link-checkout:before{content:\"\";display:block;position:absolute;width:100%;height:2px;background:#1c212c;bottom:-5px;left:0;right:0;opacity:0;transition:all linear .3s}.nav-link-checkout.nav-link-last:after{display:none}.nav-link-checkout.active,.nav-link-checkout:hover,.nav-link-checkout:active,.nav-link-checkout:focus{color:#1c212c;opacity:1}.nav-link-checkout.active:before,.nav-link-checkout:hover:before,.nav-link-checkout:active:before,.nav-link-checkout:focus:before{opacity:1}.checkout-item-qty{position:absolute;border-radius:100%;width:1.5rem;height:1.5rem;display:flex;justify-content:center;align-items:center;font-weight:500;top:-8px;right:-8px;background:#1c212c;color:#fff;font-size:74%}.variant-active{border:1px solid #1c212c;opacity:.25}.card-title{font-weight:bold}.card-badge{position:absolute;top:5px;left:5px;z-index:20;padding:.5rem .5rem .6rem;font-weight:500}.card-title-overlay-skewed{position:absolute;bottom:25px;left:0;z-index:10;display:flex;justify-content:center;align-items:center;flex-direction:column;transform:skewY(-5deg)}.card-skewed-overlap{margin-top:-5px;font-weight:bold;font-size:74%;text-transform:uppercase;background:#08c5d5;color:#1c212c;padding:.25rem .45rem}.card-skewed-title{font-size:1rem;text-transform:uppercase;font-weight:500;background:#1c212c;color:#fff;padding:.5rem .75rem}.card-reveal-text{opacity:0;transition:transform .5s cubic-bezier(0.5, 0, 0.1, 1) .65s,opacity .5s cubic-bezier(0.5, 0, 0.1, 1) .65s;transform:translateY(10%)}.card-reveal-body{position:relative;z-index:20}.card-reveal-body:after{content:\"\";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff;transition:transform 1s cubic-bezier(0.5, 0, 0.1, 1),opacity 1s cubic-bezier(0.5, 0, 0.1, 1) .75s}.card-reveal-img{position:relative;overflow:hidden;z-index:30}.card-reveal-img:after{content:\"\";position:absolute;width:100%;height:100%;top:0;left:0;right:0;bottom:0;background:#fff;transition:transform 1s cubic-bezier(0.5, 0, 0.1, 1),opacity 1s cubic-bezier(0.5, 0, 0.1, 1) .75s}.card-reveal-img img{transition:transform .75s cubic-bezier(0.5, 0, 0.1, 1);transform:translateX(-20%)}.card-reveal-left .card-reveal-img img{transform:translateX(20%)}.card-expand{padding-left:var(--bs-gutter-width);padding-right:var(--bs-gutter-width)}@media(min-width: 768px){.card-expand{width:auto}}@media(min-width: 1200px){.card-expand{width:calc(50vw + (var(--theme-maxwidth-breakpoint-xl) / 2) - (var(--bs-spacer) * 2));margin-left:auto;margin-right:0;padding-right:var(--swiper-slide-spacing);padding-left:0}}@media(min-width: 1400px){.card-expand{width:calc(50vw + (var(--theme-maxwidth-breakpoint-xxl) / 2) - (var(--bs-spacer) * 2))}}.card-listing .card-actions{position:absolute;z-index:20;bottom:0;left:0;right:0;padding:.75rem;background:rgba(255,255,255,.8);transform:translateY(100%)}.page-loaded .card-actions{transition:transform ease-in .15s}.card-listing .card-header{border:2px dashed transparent;transition:border ease-in .2s;position:relative;padding:0;overflow:hidden}.card-listing:hover .card-header{border:2px dashed #1c212c}.card-listing:hover .card-actions{opacity:1;transform:translateY(0)}@media(min-width: 1200px){.img-clip-shape-one{clip-path:url(\"#svg-slanted-one\")}}.card-title-rotate{transition:all ease-in .3s;transform:rotate(-90deg);transform-origin:left top}.card-rotate{overflow:hidden}.card-img-zoom{transition:all ease-in .5s}.card-rotate .link-cover:after{background:rgba(0,0,0,.2);z-index:10}.card:hover .card-img-zoom{transform:scale(1.02)}.card:hover .card-title-show-hover,.card:hover .card-link-show-hover{opacity:1;transform:translateY(0)}.card:hover .card-title-wrapper{bottom:-100%}.card-rotate .card-title-wrapper{transition:all ease-in .3s .2s;position:absolute;bottom:0;left:1rem;z-index:20}.card-link-show-hover{position:absolute;bottom:1rem;right:1rem;transition:all ease-in .2s .2s;transform:translateY(20%);opacity:0;z-index:20}.card-title-show-hover{transition:all ease-in .3s;transform:translateY(-20%);opacity:0;z-index:20;position:relative}.card-brands{border-top:1px solid #e9eaea;padding:2rem 0}.card-title-brand{font-weight:bold;font-size:2.5rem;text-transform:uppercase;color:#e9eaea}.card-hover-hide-one{transition:all ease-in .3s}.card-hover-hide-two{transition:all ease-in .3s .1s}.card-hover-hide-three{transition:all ease-in .3s .2s}.card-hover-show-one{transition:all ease-in .2s !important;transform:translate(-50%, -35%);position:absolute;top:50%;left:50%;opacity:0}.card:hover .card-hover-hide-one{transform:translateX(-200%)}.card:hover .card-hover-hide-two{transform:translateX(-200%)}.card:hover .card-hover-hide-three{transform:translateX(-200%)}.card:hover .card-hover-show-one{transition:all ease-in .2s .5s !important;transform:translate(-50%, -50%);opacity:1}.collapse-icon-chevron{position:relative}.collapse-icon-chevron:before{font-family:var(--theme-font-icon);content:\"\";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.collapse-icon-chevron[aria-expanded=true]:before{content:\"\"}.collapse-icon-plus{position:relative}.collapse-icon-plus:before{font-family:var(--theme-font-icon);content:\"\";position:absolute;right:0;top:50%;transform:translateY(-50%);display:block}.collapse-icon-plus[aria-expanded=true]:before{content:\"\"}.collapse-icon-left{padding-left:1.5rem !important}.collapse-icon-left:before{right:auto;left:0}.collapse-icon-bg-dark:before{background:#1c212c;width:24px;height:24px;border-radius:100%;text-align:center;color:#fff;line-height:24px}.collapse-icon-bg-dark.collapse-icon-left{padding-left:2.25rem !important}.dropend .dropdown-menu{left:98%}.dropdown-toggle{position:relative}.dropdown-toggle:after{border:0;font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:\"\";margin:0 !important;font-size:1.15rem;display:block;position:absolute;top:50%;transform:translateY(-50%);right:0}.dropdown-toggle.show:after{content:\"\"}.dropdown-toggle:not(.dropdown-toggle-no-icon):not(.dropdown-toggle-xs){padding-right:1.25rem !important}.dropdown-toggle-no-icon:after{display:none !important}.dropdown-toggle-xs{padding-right:.925rem !important}.dropdown-toggle-xs:after{font-size:.9rem;transform:translateY(-50%)}.dropend .dropdown-toggle:after{content:\"\";font-size:.85rem;border:0 !important}.dropdown-item{transition:all linear .2s}.dropdown-menu{box-shadow:0 1.5rem 4rem rgba(22,28,45,.12);padding:1rem 1.5rem;min-width:12rem}.dropdown-menu-sm{min-width:auto}.dropdown-menu-xs{min-width:auto;padding:1rem}@media(min-width: 992px){.dropdown-megamenu{width:100%;left:0;right:0;border-radius:0 !important;padding:0 !important;background:#fff;margin:0 !important;border:0 !important;border-top:1px solid #e9eaea !important;box-shadow:0 1.5rem 31px -17px rgba(22,28,45,.08)}.dropdown-menu-lg{min-width:46rem;width:auto;left:50%;transform:translate(-50%, 0);padding:2.5rem 3rem}.navbar-nav .dropdown-menu.show:not(.dropdown-menu-xs){animation:fadeInUp .3s}.navbar-nav .dropdown-menu-lg.show:not(.dropdown-menu-xs){animation:fadeInUpMenu .3s}}@media(max-width: 991.98px){.dropdown-menu{padding:1rem}.nav-item .dropdown-menu{box-shadow:none}.dropdown-menu .container{padding:0}}.dropdown-megamenu.border-0{border:0 !important}.dropdown-heading{text-transform:uppercase;letter-spacing:.25em;font-size:74%;margin-bottom:1rem;color:#a0a0a2;font-weight:600}.dropdown-list-item{margin-bottom:0}.dropdown-item{transition:all linear .3s;text-decoration:none;display:flex;padding:.25rem 0}.dropdown-item:hover{color:#a0a0a2;text-decoration:none}.dropdown-menu-xs .dropdown-item{padding:.25rem .5rem}.dropdown-menu-xs .dropdown-item{font-size:74%;font-weight:500}.dropdown-link-all{font-weight:600;text-transform:uppercase;letter-spacing:.25em;font-size:74%;margin-top:1rem}.form-group{margin-bottom:1.2rem}label{margin-bottom:.35rem}.form-check-label{font-weight:normal}.form-select-sm{font-size:.85em;background-image:none;appearance:none;font-weight:500;cursor:pointer}.form-check-custom{position:relative;padding:0}.form-check-custom input{position:absolute;opacity:0;margin:0}.form-check-custom input:checked+label:before{border-color:var(--theme-form-checkbox-active-color)}.form-check-custom input:checked+label:after{opacity:1}.form-check-custom input:disabled+label{cursor:default}.form-check-custom label{margin:0;cursor:pointer}.form-check-custom label:before{width:var(--theme-form-checkbox-before-size);height:var(--theme-form-checkbox-before-size);border-radius:var(--theme-form-checkbox-border-radius);display:inline-block;content:\"\";border:1px solid #e9eaea;vertical-align:text-bottom;margin-right:.5rem;transition:all linear .2s}.form-check-custom label:after{content:\"\";position:absolute;display:block;height:var(--theme-form-checkbox-after-height);width:var(--theme-form-checkbox-after-width);border-bottom:var(--theme-form-checkbox-after-border-width) solid var(--theme-form-checkbox-active-color);border-right:var(--theme-form-checkbox-after-border-width) solid var(--theme-form-checkbox-active-color);transform:rotate(45deg);left:var(--theme-form-checkbox-after-position-left);top:var(--theme-form-checkbox-after-position-top);transition:all linear .2s;opacity:0}.form-check-bg input{position:absolute;opacity:0;margin:0}.form-check-bg input:checked+label{background:var(--theme-form-checkbox-active-color);border-color:var(--theme-form-checkbox-active-color);color:#fff}.form-check-bg label{border:1px solid #e9eaea;border-radius:4px;padding:.25rem .5rem;cursor:pointer;transition:all linear .2s}.form-check-bg label:after,.form-check-bg label:before{display:none !important}.form-check-solid-bg-checkmark label:before{background:var(--theme-form-checkbox-active-color);border:0;width:var(--theme-form-checkbox-bg-before-size);height:var(--theme-form-checkbox-bg-before-size)}.form-check-solid-bg-checkmark label:after{border-bottom:var(--theme-form-checkbox-after-border-width) solid #fff;border-right:var(--theme-form-checkbox-after-border-width) solid #fff;left:var(--theme-form-checkbox-bg-after-position-left);top:var(--theme-form-checkbox-bg-after-position-top)}.form-check-custom.form-check-primary{--theme-form-checkbox-active-color: #6f46ff}.form-check-custom.form-check-secondary{--theme-form-checkbox-active-color: #a0a0a2}.form-check-custom.form-check-success{--theme-form-checkbox-active-color: #19b8a2}.form-check-custom.form-check-info{--theme-form-checkbox-active-color: #0dcaf0}.form-check-custom.form-check-warning{--theme-form-checkbox-active-color: #ffed03}.form-check-custom.form-check-danger{--theme-form-checkbox-active-color: #db1a2a}.form-check-custom.form-check-light{--theme-form-checkbox-active-color: #f6f6f6}.form-check-custom.form-check-dark{--theme-form-checkbox-active-color: #1c212c}.form-check-custom.form-check-facebook{--theme-form-checkbox-active-color: #3b5998}.form-check-custom.form-check-twitter{--theme-form-checkbox-active-color: #00acee}.form-check-custom.form-check-white{--theme-form-checkbox-active-color: #fff}.form-check-custom.form-check-pink{--theme-form-checkbox-active-color: #ffa69e}.form-check-custom.form-check-teal{--theme-form-checkbox-active-color: #08c5d5}.form-check-custom.form-check-orange{--theme-form-checkbox-active-color: #fc6229}.form-radio-custom label{display:block;padding-left:1.95rem}.form-radio-custom label:before{border-radius:var(--theme-form-radio-button-border-radius);border:2px solid #e9eaea;position:absolute;left:0;top:4px}.form-radio-custom label:after{height:var(--theme-form-radio-button-after-size);width:var(--theme-form-radio-button-after-size);border-radius:var(--theme-form-radio-button-border-radius);left:5px;top:9px;background:var(--theme-form-checkbox-active-color)}.form-radio-highlight input:checked+label{border-color:var(--theme-form-checkbox-active-color);color:var(--theme-form-checkbox-active-color)}.form-radio-highlight label{display:block;border:1px solid #e9eaea;padding:1rem;border-radius:.25rem;cursor:pointer;transition:all linear .2s}.form-radio-highlight label *{color:inherit !important}.form-radio-highlight label:before,.form-radio-highlight label:after{display:none !important}.form-check-option{position:relative;padding:0}.form-check-option input{position:absolute;opacity:0;margin:0}.form-check-option input:checked+label{background:#1c212c;border-color:#1c212c;color:#fff}.form-check-option input:disabled+label{cursor:default;opacity:.5;background:#f6f6f6;text-decoration:line-through}.form-check-option label{border:1px solid #e9eaea;padding:.6rem .75rem;min-width:4rem;cursor:pointer;margin-right:.5rem;margin-bottom:.5rem;text-align:center;line-height:1;font-size:.975rem}.form-check-rounded label{border-radius:.25rem}.hotspot-container{position:relative}.hotspot-container .hotspot{position:absolute;z-index:20;width:36px;height:36px;border-radius:100%;background:rgba(0,0,0,.4);border:2px solid rgba(255,255,255,.7);box-shadow:0 1rem 2.5rem rgba(29,48,61,.125);transition:all ease-in-out .2s;opacity:0;cursor:pointer}.hotspot-container .hotspot:after{width:12px;height:12px;background:#fff;border-radius:100%;content:\"\";display:block;position:absolute;left:50%;top:50%;margin-left:-6px;margin-top:-6px;box-shadow:0 .5rem 1rem rgba(29,48,61,.06);transition:all linear .3s}.hotspot-container .hotspot:before{width:46px;height:46px;border-radius:100%;content:\"\";display:block;position:absolute;left:-7px;top:-7px;border:2px solid rgba(255,255,255,.9);opacity:0;animation:pulsate 3s ease-out 3}.hotspot-container .hotspot.always-show{opacity:1}.hotspot-container .hotspot.always-animate:before{animation:pulsate 3s ease-out infinite}.hotspot-container .hotspot:hover,.hotspot-container .hotspot:active,.hotspot-container .hotspot:focus{border:2px solid transparent}.hotspot-container .hotspot:hover:after,.hotspot-container .hotspot:active:after,.hotspot-container .hotspot:focus:after{transform:scale(0.8)}.hotspot-container:hover .hotspot{opacity:1}.hotspot-content{z-index:30;transition:all ease-in-out .3s;opacity:0;background:#fff}.hotspot-content.show{opacity:1}.tippy-content{padding:.5rem !important}.modal-drawer{padding:0 !important}.modal-drawer .modal-header{border-radius:0 !important}.modal-drawer.fade .modal-dialog{transform:none !important}.modal-drawer.fade .modal-content{transition:opacity linear .2s,transform ease-in .3s !important;opacity:0;transform:translateX(100%) !important}.modal-drawer.fade .modal-content.modal-drawer-left{transform:translateX(-100%) !important}.modal-drawer.fade.show .modal-content{opacity:1;transform:translateX(0) !important}.modal-title{font-weight:600}.modal-header{border-bottom:0;padding-bottom:0}.nav-link-sm{font-size:.75rem;padding-top:0;padding-bottom:0;text-transform:uppercase}.nav-link-stripped{background:transparent;border:0;border-bottom:1px solid transparent;color:#a0a0a2;font-weight:500;margin-bottom:-1px}.nav-link-stripped.active{border-bottom:1px solid #1c212c;color:#1c212c}.navbar-nav a:active,.navbar-nav a:focus{background:transparent}.navbar-dark .btn-link{color:#fff}.navbar-dark.bg-white-hover:hover .navbar-collapse:not(.show) .nav-link,.navbar-dark.bg-white-hover:hover .navbar-brand,.navbar-dark.bg-white-hover:hover .btn-link,.navbar-dark.bg-white-hover:hover .navbar-collapse:not(.show) .btn-link{color:#1c212c}.navbar-light.bg-dark-hover:hover .navbar-collapse:not(.show) .nav-link,.navbar-light.bg-dark-hover:hover .navbar-brand,.navbar-light.bg-dark-hover:hover .btn-link,.navbar-light.bg-dark-hover:hover .navbar-collapse:not(.show) .btn-link{color:#fff}.nav-link{align-items:center;display:flex;font-weight:500}.navbar-nav .dropdown .dropdown-menu::before{content:\"\";position:absolute;bottom:100%;height:calc(1rem + 1px);width:100%}@media(min-width: 992px){.navbar-collapse:not(.show){display:flex !important}}@media(max-width: 991.98px){.navbar-active{overflow:hidden}.navbar-collapse:not(.navbar-collapse-expand){position:fixed;top:0;left:0;right:0;bottom:0;height:100vh !important;width:100vw !important;z-index:9999;background:#1c212c;margin:0 !important;opacity:0;padding:1.25rem;padding-top:5rem;padding-bottom:4rem;overflow-y:scroll;transition:all ease-in .3s}.navbar-collapse-light{background:#fff !important}.navbar-collapse-light .nav-link{color:#1c212c !important}.navbar-collapse.show{opacity:1}.navbar-collapse.show:not(.navbar-collapse-expand){animation:fadeInUp .3s}.navbar-collapse .container-fluid,.navbar-collapse .container-sm,.navbar-collapse .container-md,.navbar-collapse .container-lg,.navbar-collapse .container-xl,.navbar-collapse .container-xxl{padding:0}.navbar-nav .nav-link{font-size:1.75rem;padding-top:1rem;padding-bottom:1rem}.navbar-nav .nav-link:after{font-size:inherit}.navbar-nav .dropdown-menu .dropdown-menu{display:block;box-shadow:none !important;margin:0 !important;min-width:auto !important;padding:0 .5rem .5rem}.navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle{font-weight:500}.navbar-nav .dropdown-menu .dropdown-item.dropdown-toggle:after{display:none}}.nav-link,.navbar-brand{transition:none}.page-loaded .nav-link,.page-loaded .navbar-brand{transition:all ease-in .15s}.page-link{border-radius:.25rem;transition:all linear .3s}.pi{display:inline-block;-webkit-font-smoothing:antialiased;font-style:normal;font-variant:normal;text-rendering:auto;width:40px;min-height:30px;background-origin:padding-box}.pi.pi-paypal{background:url(\"../svgs/paypal.svg\") center center no-repeat}.pi.pi-apple-pay{background:url(\"../svgs/apple-pay.svg\") center center no-repeat}.pi.pi-google-pay{background:url(\"../svgs/google-pay.svg\") center center no-repeat}.pi.pi-alipay{background:url(\"../svgs/alipay.svg\") center center no-repeat}.pi.pi-mastercard{background:url(\"../svgs/mastercard.svg\") center center no-repeat}.pi.pi-visa{background:url(\"../svgs/visa.svg\") center center no-repeat}.pi.pi-american-express{background:url(\"../svgs/american-express.svg\") center center no-repeat}.pi.pi-diners-club{background:url(\"../svgs/diners-club.svg\") center center no-repeat}.pi.pi-maestro{background:url(\"../svgs/maestro.svg\") center center no-repeat}.pi.pi-vpay{background:url(\"../svgs/vpay.svg\") center center no-repeat}.pi.pi-girocard{background:url(\"../svgs/girocard.svg\") center center no-repeat}.pi.pi-klarna{background:url(\"../svgs/klarna.svg\") center center no-repeat}.pi.pi-giropay{background:url(\"../svgs/giropay.svg\") center center no-repeat}.pi.pi-ideal{background:url(\"../svgs/ideal.svg\") center center no-repeat}.pi.pi-przelewy24{background:url(\"../svgs/przelewy24.svg\") center center no-repeat}.pi.pi-bitcoin{background:url(\"../svgs/bitcoin.svg\") center center no-repeat}.pi.pi-ethereum{background:url(\"../svgs/ethereum.svg\") center center no-repeat}.pi.pi-ripple{background:url(\"../svgs/ripple.svg\") center center no-repeat}.pi.pi-lg{width:80px}.pi.pi-sm{width:25px;min-height:15px}.popover{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)}.popover-gray .popover-arrow{margin-bottom:1px}.popover-gray .popover-arrow:before,.popover-gray .popover-arrow:after{border-top-color:#a0a0a2}.popover-gray .popover-body{background:#a0a0a2}.popover-gray.bs-popover-end .popover-arrow,.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow{margin-bottom:0}.popover-gray.bs-popover-end .popover-arrow:before,.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.popover-gray.bs-popover-end .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after{border-top-color:transparent;border-right-color:#a0a0a2}.popover-gray.bs-popover-start .popover-arrow,.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow{margin-bottom:0}.popover-gray.bs-popover-start .popover-arrow:before,.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.popover-gray.bs-popover-start .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after{border-top-color:transparent;border-left-color:#a0a0a2}.popover-gray.bs-popover-bottom .popover-arrow,.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow{margin-bottom:0;margin-top:1px}.popover-gray.bs-popover-bottom .popover-arrow:before,.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-gray.bs-popover-bottom .popover-arrow:after,.popover-gray.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after{border-top-color:transparent;border-bottom-color:#a0a0a2}.popover-dark .popover-arrow{margin-bottom:1px}.popover-dark .popover-arrow:before,.popover-dark .popover-arrow:after{border-top-color:#1c212c}.popover-dark .popover-body{background:#1c212c;color:#fff}.popover-dark.bs-popover-end .popover-arrow,.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow{margin-bottom:0}.popover-dark.bs-popover-end .popover-arrow:before,.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow:before,.popover-dark.bs-popover-end .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=right] .popover-arrow:after{border-top-color:transparent;border-right-color:#1c212c}.popover-dark.bs-popover-start .popover-arrow,.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow{margin-bottom:0}.popover-dark.bs-popover-start .popover-arrow:before,.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow:before,.popover-dark.bs-popover-start .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=left] .popover-arrow:after{border-top-color:transparent;border-left-color:#1c212c}.popover-dark.bs-popover-bottom .popover-arrow,.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow{margin-bottom:0;margin-top:1px}.popover-dark.bs-popover-bottom .popover-arrow:before,.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:before,.popover-dark.bs-popover-bottom .popover-arrow:after,.popover-dark.bs-popover-auto[data-popper-placement^=bottom] .popover-arrow:after{border-top-color:transparent;border-bottom-color:#1c212c}.rating .stars{position:relative;z-index:1;overflow:hidden;display:flex}.rating .stars.position-absolute{position:absolute;z-index:2;flex-wrap:nowrap}.rating .stars i{display:inline-block}[data-pixr-scrollto]{cursor:pointer}.search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;min-height:100vh;overflow-y:auto;background:#fff;display:none;opacity:0;z-index:-1}.search-active{overflow:hidden}.search-active .search-overlay{display:block;animation:fadeIn .5s;opacity:1;z-index:999}.nav-tabs{border:0}.nav-tabs .nav-link{border:0}.tab-pane{padding-top:1rem}.nav-tabs-border .nav-link{position:relative;padding-left:0;padding-right:0;margin-right:2rem}.nav-tabs-border .nav-link:after{content:\"\";display:block;height:2px;background:#1c212c;position:absolute;bottom:0;left:0;right:0;opacity:0}.nav-tabs-border .nav-link.active:after{opacity:1}.tooltip-gray .tooltip-inner{background:#a0a0a2;color:#1c212c}.tooltip-gray .tooltip-arrow:before{border-top-color:#a0a0a2}.tooltip-gray.bs-tooltip-end .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{border-top-color:transparent;border-right-color:#a0a0a2}.tooltip-gray.bs-tooltip-start .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{border-top-color:transparent;border-left-color:#a0a0a2}.tooltip-gray.bs-tooltip-bottom .tooltip-arrow:before,.tooltip-gray.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{border-top-color:transparent;border-bottom-color:#a0a0a2}.tooltip-white{box-shadow:0 1rem 2.5rem rgba(29,48,61,.125)}.tooltip-white .tooltip-inner{background:#fff;color:#1c212c}.tooltip-white .tooltip-arrow:before{border-top-color:#fff}.tooltip-white.bs-tooltip-end .tooltip-arrow:before,.tooltip-white.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow:before{border-top-color:transparent;border-right-color:#fff}.tooltip-white.bs-tooltip-start .tooltip-arrow:before,.tooltip-white.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow:before{border-top-color:transparent;border-left-color:#fff}.tooltip-white.bs-tooltip-bottom .tooltip-arrow:before,.tooltip-white.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow:before{border-top-color:transparent;border-bottom-color:#fff}[data-aos=reveal-right].aos-animate .card-reveal-body:after,[data-aos=reveal-right].aos-animate .card-reveal-img:after,[data-aos=reveal-left].aos-animate .card-reveal-body:after,[data-aos=reveal-left].aos-animate .card-reveal-img:after{opacity:0}[data-aos=reveal-right].aos-animate .card-reveal-text,[data-aos=reveal-left].aos-animate .card-reveal-text{opacity:1;transform:translateY(0)}[data-aos=reveal-right].aos-animate .card-reveal-img img,[data-aos=reveal-left].aos-animate .card-reveal-img img{transform:translateX(0)}[data-aos=reveal-right].aos-animate .card-reveal-body:after,[data-aos=reveal-right].aos-animate .card-reveal-img:after{transform:translateX(100%)}[data-aos=reveal-left].aos-animate .card-reveal-body:after,[data-aos=reveal-left].aos-animate .card-reveal-img:after{transform:translateX(-100%)}.choices__list.form-control{cursor:pointer;position:relative}.choices__list.form-control:after{font-family:var(--theme-font-icon);font-style:var(--theme-font-icon-style);content:\"\";font-size:1.5rem;display:block;position:absolute;top:50%;transform:translateY(-50%);right:0}.choices__list.dropdown-menu{width:100%;padding:.5rem 0}.choices__item.dropdown-item{background:transparent !important;color:#1c212c;padding:.5rem 1rem;cursor:pointer}.choices__item.dropdown-item:hover{background:#f6f6f6 !important}@font-face{font-family:\"remixicon\";src:url(\"../fonts/remixicon.woff\") format(\"woff\");font-display:auto}[class^=ri-],[class*=\" ri-\"]{font-family:\"remixicon\" !important;font-style:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.ri-lg{font-size:1.3333em;line-height:.75em;vertical-align:-0.0667em}.ri-xl{font-size:1.5em;line-height:.6666em;vertical-align:-0.075em}.ri-xxs{font-size:.5em}.ri-xs{font-size:.75em}.ri-sm{font-size:.875em}.ri-1x{font-size:1em}.ri-2x{font-size:2em}.ri-3x{font-size:3em}.ri-4x{font-size:4em}.ri-5x{font-size:5em}.ri-6x{font-size:6em}.ri-7x{font-size:7em}.ri-8x{font-size:8em}.ri-9x{font-size:9em}.ri-10x{font-size:10em}.ri-fw{text-align:center;width:1.25em}.ri-24-hours-fill:before{content:\"\"}.ri-24-hours-line:before{content:\"\"}.ri-4k-fill:before{content:\"\"}.ri-4k-line:before{content:\"\"}.ri-a-b:before{content:\"\"}.ri-account-box-fill:before{content:\"\"}.ri-account-box-line:before{content:\"\"}.ri-account-circle-fill:before{content:\"\"}.ri-account-circle-line:before{content:\"\"}.ri-account-pin-box-fill:before{content:\"\"}.ri-account-pin-box-line:before{content:\"\"}.ri-account-pin-circle-fill:before{content:\"\"}.ri-account-pin-circle-line:before{content:\"\"}.ri-add-box-fill:before{content:\"\"}.ri-add-box-line:before{content:\"\"}.ri-add-circle-fill:before{content:\"\"}.ri-add-circle-line:before{content:\"\"}.ri-add-fill:before{content:\"\"}.ri-add-line:before{content:\"\"}.ri-admin-fill:before{content:\"\"}.ri-admin-line:before{content:\"\"}.ri-advertisement-fill:before{content:\"\"}.ri-advertisement-line:before{content:\"\"}.ri-airplay-fill:before{content:\"\"}.ri-airplay-line:before{content:\"\"}.ri-alarm-fill:before{content:\"\"}.ri-alarm-line:before{content:\"\"}.ri-alarm-warning-fill:before{content:\"\"}.ri-alarm-warning-line:before{content:\"\"}.ri-album-fill:before{content:\"\"}.ri-album-line:before{content:\"\"}.ri-alert-fill:before{content:\"\"}.ri-alert-line:before{content:\"\"}.ri-aliens-fill:before{content:\"\"}.ri-aliens-line:before{content:\"\"}.ri-align-bottom:before{content:\"\"}.ri-align-center:before{content:\"\"}.ri-align-justify:before{content:\"\"}.ri-align-left:before{content:\"\"}.ri-align-right:before{content:\"\"}.ri-align-top:before{content:\"\"}.ri-align-vertically:before{content:\"\"}.ri-alipay-fill:before{content:\"\"}.ri-alipay-line:before{content:\"\"}.ri-amazon-fill:before{content:\"\"}.ri-amazon-line:before{content:\"\"}.ri-anchor-fill:before{content:\"\"}.ri-anchor-line:before{content:\"\"}.ri-ancient-gate-fill:before{content:\"\"}.ri-ancient-gate-line:before{content:\"\"}.ri-ancient-pavilion-fill:before{content:\"\"}.ri-ancient-pavilion-line:before{content:\"\"}.ri-android-fill:before{content:\"\"}.ri-android-line:before{content:\"\"}.ri-angularjs-fill:before{content:\"\"}.ri-angularjs-line:before{content:\"\"}.ri-anticlockwise-2-fill:before{content:\"\"}.ri-anticlockwise-2-line:before{content:\"\"}.ri-anticlockwise-fill:before{content:\"\"}.ri-anticlockwise-line:before{content:\"\"}.ri-app-store-fill:before{content:\"\"}.ri-app-store-line:before{content:\"\"}.ri-apple-fill:before{content:\"\"}.ri-apple-line:before{content:\"\"}.ri-apps-2-fill:before{content:\"\"}.ri-apps-2-line:before{content:\"\"}.ri-apps-fill:before{content:\"\"}.ri-apps-line:before{content:\"\"}.ri-archive-drawer-fill:before{content:\"\"}.ri-archive-drawer-line:before{content:\"\"}.ri-archive-fill:before{content:\"\"}.ri-archive-line:before{content:\"\"}.ri-arrow-down-circle-fill:before{content:\"\"}.ri-arrow-down-circle-line:before{content:\"\"}.ri-arrow-down-fill:before{content:\"\"}.ri-arrow-down-line:before{content:\"\"}.ri-arrow-down-s-fill:before{content:\"\"}.ri-arrow-down-s-line:before{content:\"\"}.ri-arrow-drop-down-fill:before{content:\"\"}.ri-arrow-drop-down-line:before{content:\"\"}.ri-arrow-drop-left-fill:before{content:\"\"}.ri-arrow-drop-left-line:before{content:\"\"}.ri-arrow-drop-right-fill:before{content:\"\"}.ri-arrow-drop-right-line:before{content:\"\"}.ri-arrow-drop-up-fill:before{content:\"\"}.ri-arrow-drop-up-line:before{content:\"\"}.ri-arrow-go-back-fill:before{content:\"\"}.ri-arrow-go-back-line:before{content:\"\"}.ri-arrow-go-forward-fill:before{content:\"\"}.ri-arrow-go-forward-line:before{content:\"\"}.ri-arrow-left-circle-fill:before{content:\"\"}.ri-arrow-left-circle-line:before{content:\"\"}.ri-arrow-left-down-fill:before{content:\"\"}.ri-arrow-left-down-line:before{content:\"\"}.ri-arrow-left-fill:before{content:\"\"}.ri-arrow-left-line:before{content:\"\"}.ri-arrow-left-right-fill:before{content:\"\"}.ri-arrow-left-right-line:before{content:\"\"}.ri-arrow-left-s-fill:before{content:\"\"}.ri-arrow-left-s-line:before{content:\"\"}.ri-arrow-left-up-fill:before{content:\"\"}.ri-arrow-left-up-line:before{content:\"\"}.ri-arrow-right-circle-fill:before{content:\"\"}.ri-arrow-right-circle-line:before{content:\"\"}.ri-arrow-right-down-fill:before{content:\"\"}.ri-arrow-right-down-line:before{content:\"\"}.ri-arrow-right-fill:before{content:\"\"}.ri-arrow-right-line:before{content:\"\"}.ri-arrow-right-s-fill:before{content:\"\"}.ri-arrow-right-s-line:before{content:\"\"}.ri-arrow-right-up-fill:before{content:\"\"}.ri-arrow-right-up-line:before{content:\"\"}.ri-arrow-up-circle-fill:before{content:\"\"}.ri-arrow-up-circle-line:before{content:\"\"}.ri-arrow-up-down-fill:before{content:\"\"}.ri-arrow-up-down-line:before{content:\"\"}.ri-arrow-up-fill:before{content:\"\"}.ri-arrow-up-line:before{content:\"\"}.ri-arrow-up-s-fill:before{content:\"\"}.ri-arrow-up-s-line:before{content:\"\"}.ri-artboard-2-fill:before{content:\"\"}.ri-artboard-2-line:before{content:\"\"}.ri-artboard-fill:before{content:\"\"}.ri-artboard-line:before{content:\"\"}.ri-article-fill:before{content:\"\"}.ri-article-line:before{content:\"\"}.ri-aspect-ratio-fill:before{content:\"\"}.ri-aspect-ratio-line:before{content:\"\"}.ri-asterisk:before{content:\"\"}.ri-at-fill:before{content:\"\"}.ri-at-line:before{content:\"\"}.ri-attachment-2:before{content:\"\"}.ri-attachment-fill:before{content:\"\"}.ri-attachment-line:before{content:\"\"}.ri-auction-fill:before{content:\"\"}.ri-auction-line:before{content:\"\"}.ri-award-fill:before{content:\"\"}.ri-award-line:before{content:\"\"}.ri-baidu-fill:before{content:\"\"}.ri-baidu-line:before{content:\"\"}.ri-ball-pen-fill:before{content:\"\"}.ri-ball-pen-line:before{content:\"\"}.ri-bank-card-2-fill:before{content:\"\"}.ri-bank-card-2-line:before{content:\"\"}.ri-bank-card-fill:before{content:\"\"}.ri-bank-card-line:before{content:\"\"}.ri-bank-fill:before{content:\"\"}.ri-bank-line:before{content:\"\"}.ri-bar-chart-2-fill:before{content:\"\"}.ri-bar-chart-2-line:before{content:\"\"}.ri-bar-chart-box-fill:before{content:\"\"}.ri-bar-chart-box-line:before{content:\"\"}.ri-bar-chart-fill:before{content:\"\"}.ri-bar-chart-grouped-fill:before{content:\"\"}.ri-bar-chart-grouped-line:before{content:\"\"}.ri-bar-chart-horizontal-fill:before{content:\"\"}.ri-bar-chart-horizontal-line:before{content:\"\"}.ri-bar-chart-line:before{content:\"\"}.ri-barcode-box-fill:before{content:\"\"}.ri-barcode-box-line:before{content:\"\"}.ri-barcode-fill:before{content:\"\"}.ri-barcode-line:before{content:\"\"}.ri-barricade-fill:before{content:\"\"}.ri-barricade-line:before{content:\"\"}.ri-base-station-fill:before{content:\"\"}.ri-base-station-line:before{content:\"\"}.ri-basketball-fill:before{content:\"\"}.ri-basketball-line:before{content:\"\"}.ri-battery-2-charge-fill:before{content:\"\"}.ri-battery-2-charge-line:before{content:\"\"}.ri-battery-2-fill:before{content:\"\"}.ri-battery-2-line:before{content:\"\"}.ri-battery-charge-fill:before{content:\"\"}.ri-battery-charge-line:before{content:\"\"}.ri-battery-fill:before{content:\"\"}.ri-battery-line:before{content:\"\"}.ri-battery-low-fill:before{content:\"\"}.ri-battery-low-line:before{content:\"\"}.ri-battery-saver-fill:before{content:\"\"}.ri-battery-saver-line:before{content:\"\"}.ri-battery-share-fill:before{content:\"\"}.ri-battery-share-line:before{content:\"\"}.ri-bear-smile-fill:before{content:\"\"}.ri-bear-smile-line:before{content:\"\"}.ri-behance-fill:before{content:\"\"}.ri-behance-line:before{content:\"\"}.ri-bell-fill:before{content:\"\"}.ri-bell-line:before{content:\"\"}.ri-bike-fill:before{content:\"\"}.ri-bike-line:before{content:\"\"}.ri-bilibili-fill:before{content:\"\"}.ri-bilibili-line:before{content:\"\"}.ri-bill-fill:before{content:\"\"}.ri-bill-line:before{content:\"\"}.ri-billiards-fill:before{content:\"\"}.ri-billiards-line:before{content:\"\"}.ri-bit-coin-fill:before{content:\"\"}.ri-bit-coin-line:before{content:\"\"}.ri-blaze-fill:before{content:\"\"}.ri-blaze-line:before{content:\"\"}.ri-bluetooth-connect-fill:before{content:\"\"}.ri-bluetooth-connect-line:before{content:\"\"}.ri-bluetooth-fill:before{content:\"\"}.ri-bluetooth-line:before{content:\"\"}.ri-blur-off-fill:before{content:\"\"}.ri-blur-off-line:before{content:\"\"}.ri-body-scan-fill:before{content:\"\"}.ri-body-scan-line:before{content:\"\"}.ri-bold:before{content:\"\"}.ri-book-2-fill:before{content:\"\"}.ri-book-2-line:before{content:\"\"}.ri-book-3-fill:before{content:\"\"}.ri-book-3-line:before{content:\"\"}.ri-book-fill:before{content:\"\"}.ri-book-line:before{content:\"\"}.ri-book-mark-fill:before{content:\"\"}.ri-book-mark-line:before{content:\"\"}.ri-book-open-fill:before{content:\"\"}.ri-book-open-line:before{content:\"\"}.ri-book-read-fill:before{content:\"\"}.ri-book-read-line:before{content:\"\"}.ri-booklet-fill:before{content:\"\"}.ri-booklet-line:before{content:\"\"}.ri-bookmark-2-fill:before{content:\"\"}.ri-bookmark-2-line:before{content:\"\"}.ri-bookmark-3-fill:before{content:\"\"}.ri-bookmark-3-line:before{content:\"\"}.ri-bookmark-fill:before{content:\"\"}.ri-bookmark-line:before{content:\"\"}.ri-boxing-fill:before{content:\"\"}.ri-boxing-line:before{content:\"\"}.ri-braces-fill:before{content:\"\"}.ri-braces-line:before{content:\"\"}.ri-brackets-fill:before{content:\"\"}.ri-brackets-line:before{content:\"\"}.ri-briefcase-2-fill:before{content:\"\"}.ri-briefcase-2-line:before{content:\"\"}.ri-briefcase-3-fill:before{content:\"\"}.ri-briefcase-3-line:before{content:\"\"}.ri-briefcase-4-fill:before{content:\"\"}.ri-briefcase-4-line:before{content:\"\"}.ri-briefcase-5-fill:before{content:\"\"}.ri-briefcase-5-line:before{content:\"\"}.ri-briefcase-fill:before{content:\"\"}.ri-briefcase-line:before{content:\"\"}.ri-bring-forward:before{content:\"\"}.ri-bring-to-front:before{content:\"\"}.ri-broadcast-fill:before{content:\"\"}.ri-broadcast-line:before{content:\"\"}.ri-brush-2-fill:before{content:\"\"}.ri-brush-2-line:before{content:\"\"}.ri-brush-3-fill:before{content:\"\"}.ri-brush-3-line:before{content:\"\"}.ri-brush-4-fill:before{content:\"\"}.ri-brush-4-line:before{content:\"\"}.ri-brush-fill:before{content:\"\"}.ri-brush-line:before{content:\"\"}.ri-bubble-chart-fill:before{content:\"\"}.ri-bubble-chart-line:before{content:\"\"}.ri-bug-2-fill:before{content:\"\"}.ri-bug-2-line:before{content:\"\"}.ri-bug-fill:before{content:\"\"}.ri-bug-line:before{content:\"\"}.ri-building-2-fill:before{content:\"\"}.ri-building-2-line:before{content:\"\"}.ri-building-3-fill:before{content:\"\"}.ri-building-3-line:before{content:\"\"}.ri-building-4-fill:before{content:\"\"}.ri-building-4-line:before{content:\"\"}.ri-building-fill:before{content:\"\"}.ri-building-line:before{content:\"\"}.ri-bus-2-fill:before{content:\"\"}.ri-bus-2-line:before{content:\"\"}.ri-bus-fill:before{content:\"\"}.ri-bus-line:before{content:\"\"}.ri-bus-wifi-fill:before{content:\"\"}.ri-bus-wifi-line:before{content:\"\"}.ri-cactus-fill:before{content:\"\"}.ri-cactus-line:before{content:\"\"}.ri-cake-2-fill:before{content:\"\"}.ri-cake-2-line:before{content:\"\"}.ri-cake-3-fill:before{content:\"\"}.ri-cake-3-line:before{content:\"\"}.ri-cake-fill:before{content:\"\"}.ri-cake-line:before{content:\"\"}.ri-calculator-fill:before{content:\"\"}.ri-calculator-line:before{content:\"\"}.ri-calendar-2-fill:before{content:\"\"}.ri-calendar-2-line:before{content:\"\"}.ri-calendar-check-fill:before{content:\"\"}.ri-calendar-check-line:before{content:\"\"}.ri-calendar-event-fill:before{content:\"\"}.ri-calendar-event-line:before{content:\"\"}.ri-calendar-fill:before{content:\"\"}.ri-calendar-line:before{content:\"\"}.ri-calendar-todo-fill:before{content:\"\"}.ri-calendar-todo-line:before{content:\"\"}.ri-camera-2-fill:before{content:\"\"}.ri-camera-2-line:before{content:\"\"}.ri-camera-3-fill:before{content:\"\"}.ri-camera-3-line:before{content:\"\"}.ri-camera-fill:before{content:\"\"}.ri-camera-lens-fill:before{content:\"\"}.ri-camera-lens-line:before{content:\"\"}.ri-camera-line:before{content:\"\"}.ri-camera-off-fill:before{content:\"\"}.ri-camera-off-line:before{content:\"\"}.ri-camera-switch-fill:before{content:\"\"}.ri-camera-switch-line:before{content:\"\"}.ri-capsule-fill:before{content:\"\"}.ri-capsule-line:before{content:\"\"}.ri-car-fill:before{content:\"\"}.ri-car-line:before{content:\"\"}.ri-car-washing-fill:before{content:\"\"}.ri-car-washing-line:before{content:\"\"}.ri-caravan-fill:before{content:\"\"}.ri-caravan-line:before{content:\"\"}.ri-cast-fill:before{content:\"\"}.ri-cast-line:before{content:\"\"}.ri-cellphone-fill:before{content:\"\"}.ri-cellphone-line:before{content:\"\"}.ri-celsius-fill:before{content:\"\"}.ri-celsius-line:before{content:\"\"}.ri-centos-fill:before{content:\"\"}.ri-centos-line:before{content:\"\"}.ri-character-recognition-fill:before{content:\"\"}.ri-character-recognition-line:before{content:\"\"}.ri-charging-pile-2-fill:before{content:\"\"}.ri-charging-pile-2-line:before{content:\"\"}.ri-charging-pile-fill:before{content:\"\"}.ri-charging-pile-line:before{content:\"\"}.ri-chat-1-fill:before{content:\"\"}.ri-chat-1-line:before{content:\"\"}.ri-chat-2-fill:before{content:\"\"}.ri-chat-2-line:before{content:\"\"}.ri-chat-3-fill:before{content:\"\"}.ri-chat-3-line:before{content:\"\"}.ri-chat-4-fill:before{content:\"\"}.ri-chat-4-line:before{content:\"\"}.ri-chat-check-fill:before{content:\"\"}.ri-chat-check-line:before{content:\"\"}.ri-chat-delete-fill:before{content:\"\"}.ri-chat-delete-line:before{content:\"\"}.ri-chat-download-fill:before{content:\"\"}.ri-chat-download-line:before{content:\"\"}.ri-chat-follow-up-fill:before{content:\"\"}.ri-chat-follow-up-line:before{content:\"\"}.ri-chat-forward-fill:before{content:\"\"}.ri-chat-forward-line:before{content:\"\"}.ri-chat-heart-fill:before{content:\"\"}.ri-chat-heart-line:before{content:\"\"}.ri-chat-history-fill:before{content:\"\"}.ri-chat-history-line:before{content:\"\"}.ri-chat-new-fill:before{content:\"\"}.ri-chat-new-line:before{content:\"\"}.ri-chat-off-fill:before{content:\"\"}.ri-chat-off-line:before{content:\"\"}.ri-chat-poll-fill:before{content:\"\"}.ri-chat-poll-line:before{content:\"\"}.ri-chat-private-fill:before{content:\"\"}.ri-chat-private-line:before{content:\"\"}.ri-chat-quote-fill:before{content:\"\"}.ri-chat-quote-line:before{content:\"\"}.ri-chat-settings-fill:before{content:\"\"}.ri-chat-settings-line:before{content:\"\"}.ri-chat-smile-2-fill:before{content:\"\"}.ri-chat-smile-2-line:before{content:\"\"}.ri-chat-smile-3-fill:before{content:\"\"}.ri-chat-smile-3-line:before{content:\"\"}.ri-chat-smile-fill:before{content:\"\"}.ri-chat-smile-line:before{content:\"\"}.ri-chat-upload-fill:before{content:\"\"}.ri-chat-upload-line:before{content:\"\"}.ri-chat-voice-fill:before{content:\"\"}.ri-chat-voice-line:before{content:\"\"}.ri-check-double-fill:before{content:\"\"}.ri-check-double-line:before{content:\"\"}.ri-check-fill:before{content:\"\"}.ri-check-line:before{content:\"\"}.ri-checkbox-blank-circle-fill:before{content:\"\"}.ri-checkbox-blank-circle-line:before{content:\"\"}.ri-checkbox-blank-fill:before{content:\"\"}.ri-checkbox-blank-line:before{content:\"\"}.ri-checkbox-circle-fill:before{content:\"\"}.ri-checkbox-circle-line:before{content:\"\"}.ri-checkbox-fill:before{content:\"\"}.ri-checkbox-indeterminate-fill:before{content:\"\"}.ri-checkbox-indeterminate-line:before{content:\"\"}.ri-checkbox-line:before{content:\"\"}.ri-checkbox-multiple-blank-fill:before{content:\"\"}.ri-checkbox-multiple-blank-line:before{content:\"\"}.ri-checkbox-multiple-fill:before{content:\"\"}.ri-checkbox-multiple-line:before{content:\"\"}.ri-china-railway-fill:before{content:\"\"}.ri-china-railway-line:before{content:\"\"}.ri-chrome-fill:before{content:\"\"}.ri-chrome-line:before{content:\"\"}.ri-clapperboard-fill:before{content:\"\"}.ri-clapperboard-line:before{content:\"\"}.ri-clipboard-fill:before{content:\"\"}.ri-clipboard-line:before{content:\"\"}.ri-clockwise-2-fill:before{content:\"\"}.ri-clockwise-2-line:before{content:\"\"}.ri-clockwise-fill:before{content:\"\"}.ri-clockwise-line:before{content:\"\"}.ri-close-circle-fill:before{content:\"\"}.ri-close-circle-line:before{content:\"\"}.ri-close-fill:before{content:\"\"}.ri-close-line:before{content:\"\"}.ri-closed-captioning-fill:before{content:\"\"}.ri-closed-captioning-line:before{content:\"\"}.ri-cloud-fill:before{content:\"\"}.ri-cloud-line:before{content:\"\"}.ri-cloud-off-fill:before{content:\"\"}.ri-cloud-off-line:before{content:\"\"}.ri-cloud-windy-fill:before{content:\"\"}.ri-cloud-windy-line:before{content:\"\"}.ri-cloudy-2-fill:before{content:\"\"}.ri-cloudy-2-line:before{content:\"\"}.ri-cloudy-fill:before{content:\"\"}.ri-cloudy-line:before{content:\"\"}.ri-code-box-fill:before{content:\"\"}.ri-code-box-line:before{content:\"\"}.ri-code-fill:before{content:\"\"}.ri-code-line:before{content:\"\"}.ri-code-s-fill:before{content:\"\"}.ri-code-s-line:before{content:\"\"}.ri-code-s-slash-fill:before{content:\"\"}.ri-code-s-slash-line:before{content:\"\"}.ri-code-view:before{content:\"\"}.ri-codepen-fill:before{content:\"\"}.ri-codepen-line:before{content:\"\"}.ri-coin-fill:before{content:\"\"}.ri-coin-line:before{content:\"\"}.ri-coins-fill:before{content:\"\"}.ri-coins-line:before{content:\"\"}.ri-collage-fill:before{content:\"\"}.ri-collage-line:before{content:\"\"}.ri-command-fill:before{content:\"\"}.ri-command-line:before{content:\"\"}.ri-community-fill:before{content:\"\"}.ri-community-line:before{content:\"\"}.ri-compass-2-fill:before{content:\"\"}.ri-compass-2-line:before{content:\"\"}.ri-compass-3-fill:before{content:\"\"}.ri-compass-3-line:before{content:\"\"}.ri-compass-4-fill:before{content:\"\"}.ri-compass-4-line:before{content:\"\"}.ri-compass-discover-fill:before{content:\"\"}.ri-compass-discover-line:before{content:\"\"}.ri-compass-fill:before{content:\"\"}.ri-compass-line:before{content:\"\"}.ri-compasses-2-fill:before{content:\"\"}.ri-compasses-2-line:before{content:\"\"}.ri-compasses-fill:before{content:\"\"}.ri-compasses-line:before{content:\"\"}.ri-computer-fill:before{content:\"\"}.ri-computer-line:before{content:\"\"}.ri-contacts-book-2-fill:before{content:\"\"}.ri-contacts-book-2-line:before{content:\"\"}.ri-contacts-book-fill:before{content:\"\"}.ri-contacts-book-line:before{content:\"\"}.ri-contacts-book-upload-fill:before{content:\"\"}.ri-contacts-book-upload-line:before{content:\"\"}.ri-contacts-fill:before{content:\"\"}.ri-contacts-line:before{content:\"\"}.ri-contrast-2-fill:before{content:\"\"}.ri-contrast-2-line:before{content:\"\"}.ri-contrast-drop-2-fill:before{content:\"\"}.ri-contrast-drop-2-line:before{content:\"\"}.ri-contrast-drop-fill:before{content:\"\"}.ri-contrast-drop-line:before{content:\"\"}.ri-contrast-fill:before{content:\"\"}.ri-contrast-line:before{content:\"\"}.ri-copper-coin-fill:before{content:\"\"}.ri-copper-coin-line:before{content:\"\"}.ri-copper-diamond-fill:before{content:\"\"}.ri-copper-diamond-line:before{content:\"\"}.ri-copyleft-fill:before{content:\"\"}.ri-copyleft-line:before{content:\"\"}.ri-copyright-fill:before{content:\"\"}.ri-copyright-line:before{content:\"\"}.ri-coreos-fill:before{content:\"\"}.ri-coreos-line:before{content:\"\"}.ri-coupon-2-fill:before{content:\"\"}.ri-coupon-2-line:before{content:\"\"}.ri-coupon-3-fill:before{content:\"\"}.ri-coupon-3-line:before{content:\"\"}.ri-coupon-4-fill:before{content:\"\"}.ri-coupon-4-line:before{content:\"\"}.ri-coupon-5-fill:before{content:\"\"}.ri-coupon-5-line:before{content:\"\"}.ri-coupon-fill:before{content:\"\"}.ri-coupon-line:before{content:\"\"}.ri-cpu-fill:before{content:\"\"}.ri-cpu-line:before{content:\"\"}.ri-creative-commons-by-fill:before{content:\"\"}.ri-creative-commons-by-line:before{content:\"\"}.ri-creative-commons-fill:before{content:\"\"}.ri-creative-commons-line:before{content:\"\"}.ri-creative-commons-nc-fill:before{content:\"\"}.ri-creative-commons-nc-line:before{content:\"\"}.ri-creative-commons-nd-fill:before{content:\"\"}.ri-creative-commons-nd-line:before{content:\"\"}.ri-creative-commons-sa-fill:before{content:\"\"}.ri-creative-commons-sa-line:before{content:\"\"}.ri-creative-commons-zero-fill:before{content:\"\"}.ri-creative-commons-zero-line:before{content:\"\"}.ri-criminal-fill:before{content:\"\"}.ri-criminal-line:before{content:\"\"}.ri-crop-2-fill:before{content:\"\"}.ri-crop-2-line:before{content:\"\"}.ri-crop-fill:before{content:\"\"}.ri-crop-line:before{content:\"\"}.ri-css3-fill:before{content:\"\"}.ri-css3-line:before{content:\"\"}.ri-cup-fill:before{content:\"\"}.ri-cup-line:before{content:\"\"}.ri-currency-fill:before{content:\"\"}.ri-currency-line:before{content:\"\"}.ri-cursor-fill:before{content:\"\"}.ri-cursor-line:before{content:\"\"}.ri-customer-service-2-fill:before{content:\"\"}.ri-customer-service-2-line:before{content:\"\"}.ri-customer-service-fill:before{content:\"\"}.ri-customer-service-line:before{content:\"\"}.ri-dashboard-2-fill:before{content:\"\"}.ri-dashboard-2-line:before{content:\"\"}.ri-dashboard-3-fill:before{content:\"\"}.ri-dashboard-3-line:before{content:\"\"}.ri-dashboard-fill:before{content:\"\"}.ri-dashboard-line:before{content:\"\"}.ri-database-2-fill:before{content:\"\"}.ri-database-2-line:before{content:\"\"}.ri-database-fill:before{content:\"\"}.ri-database-line:before{content:\"\"}.ri-delete-back-2-fill:before{content:\"\"}.ri-delete-back-2-line:before{content:\"\"}.ri-delete-back-fill:before{content:\"\"}.ri-delete-back-line:before{content:\"\"}.ri-delete-bin-2-fill:before{content:\"\"}.ri-delete-bin-2-line:before{content:\"\"}.ri-delete-bin-3-fill:before{content:\"\"}.ri-delete-bin-3-line:before{content:\"\"}.ri-delete-bin-4-fill:before{content:\"\"}.ri-delete-bin-4-line:before{content:\"\"}.ri-delete-bin-5-fill:before{content:\"\"}.ri-delete-bin-5-line:before{content:\"\"}.ri-delete-bin-6-fill:before{content:\"\"}.ri-delete-bin-6-line:before{content:\"\"}.ri-delete-bin-7-fill:before{content:\"\"}.ri-delete-bin-7-line:before{content:\"\"}.ri-delete-bin-fill:before{content:\"\"}.ri-delete-bin-line:before{content:\"\"}.ri-delete-column:before{content:\"\"}.ri-delete-row:before{content:\"\"}.ri-device-fill:before{content:\"\"}.ri-device-line:before{content:\"\"}.ri-device-recover-fill:before{content:\"\"}.ri-device-recover-line:before{content:\"\"}.ri-dingding-fill:before{content:\"\"}.ri-dingding-line:before{content:\"\"}.ri-direction-fill:before{content:\"\"}.ri-direction-line:before{content:\"\"}.ri-disc-fill:before{content:\"\"}.ri-disc-line:before{content:\"\"}.ri-discord-fill:before{content:\"\"}.ri-discord-line:before{content:\"\"}.ri-discuss-fill:before{content:\"\"}.ri-discuss-line:before{content:\"\"}.ri-dislike-fill:before{content:\"\"}.ri-dislike-line:before{content:\"\"}.ri-disqus-fill:before{content:\"\"}.ri-disqus-line:before{content:\"\"}.ri-divide-fill:before{content:\"\"}.ri-divide-line:before{content:\"\"}.ri-donut-chart-fill:before{content:\"\"}.ri-donut-chart-line:before{content:\"\"}.ri-door-closed-fill:before{content:\"\"}.ri-door-closed-line:before{content:\"\"}.ri-door-fill:before{content:\"\"}.ri-door-line:before{content:\"\"}.ri-door-lock-box-fill:before{content:\"\"}.ri-door-lock-box-line:before{content:\"\"}.ri-door-lock-fill:before{content:\"\"}.ri-door-lock-line:before{content:\"\"}.ri-door-open-fill:before{content:\"\"}.ri-door-open-line:before{content:\"\"}.ri-dossier-fill:before{content:\"\"}.ri-dossier-line:before{content:\"\"}.ri-douban-fill:before{content:\"\"}.ri-douban-line:before{content:\"\"}.ri-double-quotes-l:before{content:\"\"}.ri-double-quotes-r:before{content:\"\"}.ri-download-2-fill:before{content:\"\"}.ri-download-2-line:before{content:\"\"}.ri-download-cloud-2-fill:before{content:\"\"}.ri-download-cloud-2-line:before{content:\"\"}.ri-download-cloud-fill:before{content:\"\"}.ri-download-cloud-line:before{content:\"\"}.ri-download-fill:before{content:\"\"}.ri-download-line:before{content:\"\"}.ri-draft-fill:before{content:\"\"}.ri-draft-line:before{content:\"\"}.ri-drag-drop-fill:before{content:\"\"}.ri-drag-drop-line:before{content:\"\"}.ri-drag-move-2-fill:before{content:\"\"}.ri-drag-move-2-line:before{content:\"\"}.ri-drag-move-fill:before{content:\"\"}.ri-drag-move-line:before{content:\"\"}.ri-dribbble-fill:before{content:\"\"}.ri-dribbble-line:before{content:\"\"}.ri-drive-fill:before{content:\"\"}.ri-drive-line:before{content:\"\"}.ri-drizzle-fill:before{content:\"\"}.ri-drizzle-line:before{content:\"\"}.ri-drop-fill:before{content:\"\"}.ri-drop-line:before{content:\"\"}.ri-dropbox-fill:before{content:\"\"}.ri-dropbox-line:before{content:\"\"}.ri-dual-sim-1-fill:before{content:\"\"}.ri-dual-sim-1-line:before{content:\"\"}.ri-dual-sim-2-fill:before{content:\"\"}.ri-dual-sim-2-line:before{content:\"\"}.ri-dv-fill:before{content:\"\"}.ri-dv-line:before{content:\"\"}.ri-dvd-fill:before{content:\"\"}.ri-dvd-line:before{content:\"\"}.ri-e-bike-2-fill:before{content:\"\"}.ri-e-bike-2-line:before{content:\"\"}.ri-e-bike-fill:before{content:\"\"}.ri-e-bike-line:before{content:\"\"}.ri-earth-fill:before{content:\"\"}.ri-earth-line:before{content:\"\"}.ri-earthquake-fill:before{content:\"\"}.ri-earthquake-line:before{content:\"\"}.ri-edge-fill:before{content:\"\"}.ri-edge-line:before{content:\"\"}.ri-edit-2-fill:before{content:\"\"}.ri-edit-2-line:before{content:\"\"}.ri-edit-box-fill:before{content:\"\"}.ri-edit-box-line:before{content:\"\"}.ri-edit-circle-fill:before{content:\"\"}.ri-edit-circle-line:before{content:\"\"}.ri-edit-fill:before{content:\"\"}.ri-edit-line:before{content:\"\"}.ri-eject-fill:before{content:\"\"}.ri-eject-line:before{content:\"\"}.ri-emotion-2-fill:before{content:\"\"}.ri-emotion-2-line:before{content:\"\"}.ri-emotion-fill:before{content:\"\"}.ri-emotion-happy-fill:before{content:\"\"}.ri-emotion-happy-line:before{content:\"\"}.ri-emotion-laugh-fill:before{content:\"\"}.ri-emotion-laugh-line:before{content:\"\"}.ri-emotion-line:before{content:\"\"}.ri-emotion-normal-fill:before{content:\"\"}.ri-emotion-normal-line:before{content:\"\"}.ri-emotion-sad-fill:before{content:\"\"}.ri-emotion-sad-line:before{content:\"\"}.ri-emotion-unhappy-fill:before{content:\"\"}.ri-emotion-unhappy-line:before{content:\"\"}.ri-empathize-fill:before{content:\"\"}.ri-empathize-line:before{content:\"\"}.ri-emphasis-cn:before{content:\"\"}.ri-emphasis:before{content:\"\"}.ri-english-input:before{content:\"\"}.ri-equalizer-fill:before{content:\"\"}.ri-equalizer-line:before{content:\"\"}.ri-eraser-fill:before{content:\"\"}.ri-eraser-line:before{content:\"\"}.ri-error-warning-fill:before{content:\"\"}.ri-error-warning-line:before{content:\"\"}.ri-evernote-fill:before{content:\"\"}.ri-evernote-line:before{content:\"\"}.ri-exchange-box-fill:before{content:\"\"}.ri-exchange-box-line:before{content:\"\"}.ri-exchange-cny-fill:before{content:\"\"}.ri-exchange-cny-line:before{content:\"\"}.ri-exchange-dollar-fill:before{content:\"\"}.ri-exchange-dollar-line:before{content:\"\"}.ri-exchange-fill:before{content:\"\"}.ri-exchange-funds-fill:before{content:\"\"}.ri-exchange-funds-line:before{content:\"\"}.ri-exchange-line:before{content:\"\"}.ri-external-link-fill:before{content:\"\"}.ri-external-link-line:before{content:\"\"}.ri-eye-2-fill:before{content:\"\"}.ri-eye-2-line:before{content:\"\"}.ri-eye-close-fill:before{content:\"\"}.ri-eye-close-line:before{content:\"\"}.ri-eye-fill:before{content:\"\"}.ri-eye-line:before{content:\"\"}.ri-eye-off-fill:before{content:\"\"}.ri-eye-off-line:before{content:\"\"}.ri-facebook-box-fill:before{content:\"\"}.ri-facebook-box-line:before{content:\"\"}.ri-facebook-circle-fill:before{content:\"\"}.ri-facebook-circle-line:before{content:\"\"}.ri-facebook-fill:before{content:\"\"}.ri-facebook-line:before{content:\"\"}.ri-fahrenheit-fill:before{content:\"\"}.ri-fahrenheit-line:before{content:\"\"}.ri-feedback-fill:before{content:\"\"}.ri-feedback-line:before{content:\"\"}.ri-file-2-fill:before{content:\"\"}.ri-file-2-line:before{content:\"\"}.ri-file-3-fill:before{content:\"\"}.ri-file-3-line:before{content:\"\"}.ri-file-4-fill:before{content:\"\"}.ri-file-4-line:before{content:\"\"}.ri-file-add-fill:before{content:\"\"}.ri-file-add-line:before{content:\"\"}.ri-file-chart-2-fill:before{content:\"\"}.ri-file-chart-2-line:before{content:\"\"}.ri-file-chart-fill:before{content:\"\"}.ri-file-chart-line:before{content:\"\"}.ri-file-cloud-fill:before{content:\"\"}.ri-file-cloud-line:before{content:\"\"}.ri-file-code-fill:before{content:\"\"}.ri-file-code-line:before{content:\"\"}.ri-file-copy-2-fill:before{content:\"\"}.ri-file-copy-2-line:before{content:\"\"}.ri-file-copy-fill:before{content:\"\"}.ri-file-copy-line:before{content:\"\"}.ri-file-damage-fill:before{content:\"\"}.ri-file-damage-line:before{content:\"\"}.ri-file-download-fill:before{content:\"\"}.ri-file-download-line:before{content:\"\"}.ri-file-edit-fill:before{content:\"\"}.ri-file-edit-line:before{content:\"\"}.ri-file-excel-2-fill:before{content:\"\"}.ri-file-excel-2-line:before{content:\"\"}.ri-file-excel-fill:before{content:\"\"}.ri-file-excel-line:before{content:\"\"}.ri-file-fill:before{content:\"\"}.ri-file-forbid-fill:before{content:\"\"}.ri-file-forbid-line:before{content:\"\"}.ri-file-gif-fill:before{content:\"\"}.ri-file-gif-line:before{content:\"\"}.ri-file-history-fill:before{content:\"\"}.ri-file-history-line:before{content:\"\"}.ri-file-hwp-fill:before{content:\"\"}.ri-file-hwp-line:before{content:\"\"}.ri-file-info-fill:before{content:\"\"}.ri-file-info-line:before{content:\"\"}.ri-file-line:before{content:\"\"}.ri-file-list-2-fill:before{content:\"\"}.ri-file-list-2-line:before{content:\"\"}.ri-file-list-3-fill:before{content:\"\"}.ri-file-list-3-line:before{content:\"\"}.ri-file-list-fill:before{content:\"\"}.ri-file-list-line:before{content:\"\"}.ri-file-lock-fill:before{content:\"\"}.ri-file-lock-line:before{content:\"\"}.ri-file-mark-fill:before{content:\"\"}.ri-file-mark-line:before{content:\"\"}.ri-file-music-fill:before{content:\"\"}.ri-file-music-line:before{content:\"\"}.ri-file-paper-2-fill:before{content:\"\"}.ri-file-paper-2-line:before{content:\"\"}.ri-file-paper-fill:before{content:\"\"}.ri-file-paper-line:before{content:\"\"}.ri-file-pdf-fill:before{content:\"\"}.ri-file-pdf-line:before{content:\"\"}.ri-file-ppt-2-fill:before{content:\"\"}.ri-file-ppt-2-line:before{content:\"\"}.ri-file-ppt-fill:before{content:\"\"}.ri-file-ppt-line:before{content:\"\"}.ri-file-reduce-fill:before{content:\"\"}.ri-file-reduce-line:before{content:\"\"}.ri-file-search-fill:before{content:\"\"}.ri-file-search-line:before{content:\"\"}.ri-file-settings-fill:before{content:\"\"}.ri-file-settings-line:before{content:\"\"}.ri-file-shield-2-fill:before{content:\"\"}.ri-file-shield-2-line:before{content:\"\"}.ri-file-shield-fill:before{content:\"\"}.ri-file-shield-line:before{content:\"\"}.ri-file-shred-fill:before{content:\"\"}.ri-file-shred-line:before{content:\"\"}.ri-file-text-fill:before{content:\"\"}.ri-file-text-line:before{content:\"\"}.ri-file-transfer-fill:before{content:\"\"}.ri-file-transfer-line:before{content:\"\"}.ri-file-unknow-fill:before{content:\"\"}.ri-file-unknow-line:before{content:\"\"}.ri-file-upload-fill:before{content:\"\"}.ri-file-upload-line:before{content:\"\"}.ri-file-user-fill:before{content:\"\"}.ri-file-user-line:before{content:\"\"}.ri-file-warning-fill:before{content:\"\"}.ri-file-warning-line:before{content:\"\"}.ri-file-word-2-fill:before{content:\"\"}.ri-file-word-2-line:before{content:\"\"}.ri-file-word-fill:before{content:\"\"}.ri-file-word-line:before{content:\"\"}.ri-file-zip-fill:before{content:\"\"}.ri-file-zip-line:before{content:\"\"}.ri-film-fill:before{content:\"\"}.ri-film-line:before{content:\"\"}.ri-filter-2-fill:before{content:\"\"}.ri-filter-2-line:before{content:\"\"}.ri-filter-3-fill:before{content:\"\"}.ri-filter-3-line:before{content:\"\"}.ri-filter-fill:before{content:\"\"}.ri-filter-line:before{content:\"\"}.ri-filter-off-fill:before{content:\"\"}.ri-filter-off-line:before{content:\"\"}.ri-find-replace-fill:before{content:\"\"}.ri-find-replace-line:before{content:\"\"}.ri-finder-fill:before{content:\"\"}.ri-finder-line:before{content:\"\"}.ri-fingerprint-2-fill:before{content:\"\"}.ri-fingerprint-2-line:before{content:\"\"}.ri-fingerprint-fill:before{content:\"\"}.ri-fingerprint-line:before{content:\"\"}.ri-fire-fill:before{content:\"\"}.ri-fire-line:before{content:\"\"}.ri-firefox-fill:before{content:\"\"}.ri-firefox-line:before{content:\"\"}.ri-first-aid-kit-fill:before{content:\"\"}.ri-first-aid-kit-line:before{content:\"\"}.ri-flag-2-fill:before{content:\"\"}.ri-flag-2-line:before{content:\"\"}.ri-flag-fill:before{content:\"\"}.ri-flag-line:before{content:\"\"}.ri-flashlight-fill:before{content:\"\"}.ri-flashlight-line:before{content:\"\"}.ri-flask-fill:before{content:\"\"}.ri-flask-line:before{content:\"\"}.ri-flight-land-fill:before{content:\"\"}.ri-flight-land-line:before{content:\"\"}.ri-flight-takeoff-fill:before{content:\"\"}.ri-flight-takeoff-line:before{content:\"\"}.ri-flood-fill:before{content:\"\"}.ri-flood-line:before{content:\"\"}.ri-flow-chart:before{content:\"\"}.ri-flutter-fill:before{content:\"\"}.ri-flutter-line:before{content:\"\"}.ri-focus-2-fill:before{content:\"\"}.ri-focus-2-line:before{content:\"\"}.ri-focus-3-fill:before{content:\"\"}.ri-focus-3-line:before{content:\"\"}.ri-focus-fill:before{content:\"\"}.ri-focus-line:before{content:\"\"}.ri-foggy-fill:before{content:\"\"}.ri-foggy-line:before{content:\"\"}.ri-folder-2-fill:before{content:\"\"}.ri-folder-2-line:before{content:\"\"}.ri-folder-3-fill:before{content:\"\"}.ri-folder-3-line:before{content:\"\"}.ri-folder-4-fill:before{content:\"\"}.ri-folder-4-line:before{content:\"\"}.ri-folder-5-fill:before{content:\"\"}.ri-folder-5-line:before{content:\"\"}.ri-folder-add-fill:before{content:\"\"}.ri-folder-add-line:before{content:\"\"}.ri-folder-chart-2-fill:before{content:\"\"}.ri-folder-chart-2-line:before{content:\"\"}.ri-folder-chart-fill:before{content:\"\"}.ri-folder-chart-line:before{content:\"\"}.ri-folder-download-fill:before{content:\"\"}.ri-folder-download-line:before{content:\"\"}.ri-folder-fill:before{content:\"\"}.ri-folder-forbid-fill:before{content:\"\"}.ri-folder-forbid-line:before{content:\"\"}.ri-folder-history-fill:before{content:\"\"}.ri-folder-history-line:before{content:\"\"}.ri-folder-info-fill:before{content:\"\"}.ri-folder-info-line:before{content:\"\"}.ri-folder-keyhole-fill:before{content:\"\"}.ri-folder-keyhole-line:before{content:\"\"}.ri-folder-line:before{content:\"\"}.ri-folder-lock-fill:before{content:\"\"}.ri-folder-lock-line:before{content:\"\"}.ri-folder-music-fill:before{content:\"\"}.ri-folder-music-line:before{content:\"\"}.ri-folder-open-fill:before{content:\"\"}.ri-folder-open-line:before{content:\"\"}.ri-folder-received-fill:before{content:\"\"}.ri-folder-received-line:before{content:\"\"}.ri-folder-reduce-fill:before{content:\"\"}.ri-folder-reduce-line:before{content:\"\"}.ri-folder-settings-fill:before{content:\"\"}.ri-folder-settings-line:before{content:\"\"}.ri-folder-shared-fill:before{content:\"\"}.ri-folder-shared-line:before{content:\"\"}.ri-folder-shield-2-fill:before{content:\"\"}.ri-folder-shield-2-line:before{content:\"\"}.ri-folder-shield-fill:before{content:\"\"}.ri-folder-shield-line:before{content:\"\"}.ri-folder-transfer-fill:before{content:\"\"}.ri-folder-transfer-line:before{content:\"\"}.ri-folder-unknow-fill:before{content:\"\"}.ri-folder-unknow-line:before{content:\"\"}.ri-folder-upload-fill:before{content:\"\"}.ri-folder-upload-line:before{content:\"\"}.ri-folder-user-fill:before{content:\"\"}.ri-folder-user-line:before{content:\"\"}.ri-folder-warning-fill:before{content:\"\"}.ri-folder-warning-line:before{content:\"\"}.ri-folder-zip-fill:before{content:\"\"}.ri-folder-zip-line:before{content:\"\"}.ri-folders-fill:before{content:\"\"}.ri-folders-line:before{content:\"\"}.ri-font-color:before{content:\"\"}.ri-font-size-2:before{content:\"\"}.ri-font-size:before{content:\"\"}.ri-football-fill:before{content:\"\"}.ri-football-line:before{content:\"\"}.ri-footprint-fill:before{content:\"\"}.ri-footprint-line:before{content:\"\"}.ri-forbid-2-fill:before{content:\"\"}.ri-forbid-2-line:before{content:\"\"}.ri-forbid-fill:before{content:\"\"}.ri-forbid-line:before{content:\"\"}.ri-format-clear:before{content:\"\"}.ri-fridge-fill:before{content:\"\"}.ri-fridge-line:before{content:\"\"}.ri-fullscreen-exit-fill:before{content:\"\"}.ri-fullscreen-exit-line:before{content:\"\"}.ri-fullscreen-fill:before{content:\"\"}.ri-fullscreen-line:before{content:\"\"}.ri-function-fill:before{content:\"\"}.ri-function-line:before{content:\"\"}.ri-functions:before{content:\"\"}.ri-funds-box-fill:before{content:\"\"}.ri-funds-box-line:before{content:\"\"}.ri-funds-fill:before{content:\"\"}.ri-funds-line:before{content:\"\"}.ri-gallery-fill:before{content:\"\"}.ri-gallery-line:before{content:\"\"}.ri-gallery-upload-fill:before{content:\"\"}.ri-gallery-upload-line:before{content:\"\"}.ri-game-fill:before{content:\"\"}.ri-game-line:before{content:\"\"}.ri-gamepad-fill:before{content:\"\"}.ri-gamepad-line:before{content:\"\"}.ri-gas-station-fill:before{content:\"\"}.ri-gas-station-line:before{content:\"\"}.ri-gatsby-fill:before{content:\"\"}.ri-gatsby-line:before{content:\"\"}.ri-genderless-fill:before{content:\"\"}.ri-genderless-line:before{content:\"\"}.ri-ghost-2-fill:before{content:\"\"}.ri-ghost-2-line:before{content:\"\"}.ri-ghost-fill:before{content:\"\"}.ri-ghost-line:before{content:\"\"}.ri-ghost-smile-fill:before{content:\"\"}.ri-ghost-smile-line:before{content:\"\"}.ri-gift-2-fill:before{content:\"\"}.ri-gift-2-line:before{content:\"\"}.ri-gift-fill:before{content:\"\"}.ri-gift-line:before{content:\"\"}.ri-git-branch-fill:before{content:\"\"}.ri-git-branch-line:before{content:\"\"}.ri-git-commit-fill:before{content:\"\"}.ri-git-commit-line:before{content:\"\"}.ri-git-merge-fill:before{content:\"\"}.ri-git-merge-line:before{content:\"\"}.ri-git-pull-request-fill:before{content:\"\"}.ri-git-pull-request-line:before{content:\"\"}.ri-git-repository-commits-fill:before{content:\"\"}.ri-git-repository-commits-line:before{content:\"\"}.ri-git-repository-fill:before{content:\"\"}.ri-git-repository-line:before{content:\"\"}.ri-git-repository-private-fill:before{content:\"\"}.ri-git-repository-private-line:before{content:\"\"}.ri-github-fill:before{content:\"\"}.ri-github-line:before{content:\"\"}.ri-gitlab-fill:before{content:\"\"}.ri-gitlab-line:before{content:\"\"}.ri-global-fill:before{content:\"\"}.ri-global-line:before{content:\"\"}.ri-globe-fill:before{content:\"\"}.ri-globe-line:before{content:\"\"}.ri-goblet-fill:before{content:\"\"}.ri-goblet-line:before{content:\"\"}.ri-google-fill:before{content:\"\"}.ri-google-line:before{content:\"\"}.ri-google-play-fill:before{content:\"\"}.ri-google-play-line:before{content:\"\"}.ri-government-fill:before{content:\"\"}.ri-government-line:before{content:\"\"}.ri-gps-fill:before{content:\"\"}.ri-gps-line:before{content:\"\"}.ri-gradienter-fill:before{content:\"\"}.ri-gradienter-line:before{content:\"\"}.ri-grid-fill:before{content:\"\"}.ri-grid-line:before{content:\"\"}.ri-group-2-fill:before{content:\"\"}.ri-group-2-line:before{content:\"\"}.ri-group-fill:before{content:\"\"}.ri-group-line:before{content:\"\"}.ri-guide-fill:before{content:\"\"}.ri-guide-line:before{content:\"\"}.ri-h-1:before{content:\"\"}.ri-h-2:before{content:\"\"}.ri-h-3:before{content:\"\"}.ri-h-4:before{content:\"\"}.ri-h-5:before{content:\"\"}.ri-h-6:before{content:\"\"}.ri-hail-fill:before{content:\"\"}.ri-hail-line:before{content:\"\"}.ri-hammer-fill:before{content:\"\"}.ri-hammer-line:before{content:\"\"}.ri-hand-coin-fill:before{content:\"\"}.ri-hand-coin-line:before{content:\"\"}.ri-hand-heart-fill:before{content:\"\"}.ri-hand-heart-line:before{content:\"\"}.ri-hand-sanitizer-fill:before{content:\"\"}.ri-hand-sanitizer-line:before{content:\"\"}.ri-handbag-fill:before{content:\"\"}.ri-handbag-line:before{content:\"\"}.ri-hard-drive-2-fill:before{content:\"\"}.ri-hard-drive-2-line:before{content:\"\"}.ri-hard-drive-fill:before{content:\"\"}.ri-hard-drive-line:before{content:\"\"}.ri-hashtag:before{content:\"\"}.ri-haze-2-fill:before{content:\"\"}.ri-haze-2-line:before{content:\"\"}.ri-haze-fill:before{content:\"\"}.ri-haze-line:before{content:\"\"}.ri-hd-fill:before{content:\"\"}.ri-hd-line:before{content:\"\"}.ri-heading:before{content:\"\"}.ri-headphone-fill:before{content:\"\"}.ri-headphone-line:before{content:\"\"}.ri-health-book-fill:before{content:\"\"}.ri-health-book-line:before{content:\"\"}.ri-heart-2-fill:before{content:\"\"}.ri-heart-2-line:before{content:\"\"}.ri-heart-3-fill:before{content:\"\"}.ri-heart-3-line:before{content:\"\"}.ri-heart-add-fill:before{content:\"\"}.ri-heart-add-line:before{content:\"\"}.ri-heart-fill:before{content:\"\"}.ri-heart-line:before{content:\"\"}.ri-heart-pulse-fill:before{content:\"\"}.ri-heart-pulse-line:before{content:\"\"}.ri-hearts-fill:before{content:\"\"}.ri-hearts-line:before{content:\"\"}.ri-heavy-showers-fill:before{content:\"\"}.ri-heavy-showers-line:before{content:\"\"}.ri-history-fill:before{content:\"\"}.ri-history-line:before{content:\"\"}.ri-home-2-fill:before{content:\"\"}.ri-home-2-line:before{content:\"\"}.ri-home-3-fill:before{content:\"\"}.ri-home-3-line:before{content:\"\"}.ri-home-4-fill:before{content:\"\"}.ri-home-4-line:before{content:\"\"}.ri-home-5-fill:before{content:\"\"}.ri-home-5-line:before{content:\"\"}.ri-home-6-fill:before{content:\"\"}.ri-home-6-line:before{content:\"\"}.ri-home-7-fill:before{content:\"\"}.ri-home-7-line:before{content:\"\"}.ri-home-8-fill:before{content:\"\"}.ri-home-8-line:before{content:\"\"}.ri-home-fill:before{content:\"\"}.ri-home-gear-fill:before{content:\"\"}.ri-home-gear-line:before{content:\"\"}.ri-home-heart-fill:before{content:\"\"}.ri-home-heart-line:before{content:\"\"}.ri-home-line:before{content:\"\"}.ri-home-smile-2-fill:before{content:\"\"}.ri-home-smile-2-line:before{content:\"\"}.ri-home-smile-fill:before{content:\"\"}.ri-home-smile-line:before{content:\"\"}.ri-home-wifi-fill:before{content:\"\"}.ri-home-wifi-line:before{content:\"\"}.ri-honor-of-kings-fill:before{content:\"\"}.ri-honor-of-kings-line:before{content:\"\"}.ri-honour-fill:before{content:\"\"}.ri-honour-line:before{content:\"\"}.ri-hospital-fill:before{content:\"\"}.ri-hospital-line:before{content:\"\"}.ri-hotel-bed-fill:before{content:\"\"}.ri-hotel-bed-line:before{content:\"\"}.ri-hotel-fill:before{content:\"\"}.ri-hotel-line:before{content:\"\"}.ri-hotspot-fill:before{content:\"\"}.ri-hotspot-line:before{content:\"\"}.ri-hq-fill:before{content:\"\"}.ri-hq-line:before{content:\"\"}.ri-html5-fill:before{content:\"\"}.ri-html5-line:before{content:\"\"}.ri-ie-fill:before{content:\"\"}.ri-ie-line:before{content:\"\"}.ri-image-2-fill:before{content:\"\"}.ri-image-2-line:before{content:\"\"}.ri-image-add-fill:before{content:\"\"}.ri-image-add-line:before{content:\"\"}.ri-image-edit-fill:before{content:\"\"}.ri-image-edit-line:before{content:\"\"}.ri-image-fill:before{content:\"\"}.ri-image-line:before{content:\"\"}.ri-inbox-archive-fill:before{content:\"\"}.ri-inbox-archive-line:before{content:\"\"}.ri-inbox-fill:before{content:\"\"}.ri-inbox-line:before{content:\"\"}.ri-inbox-unarchive-fill:before{content:\"\"}.ri-inbox-unarchive-line:before{content:\"\"}.ri-increase-decrease-fill:before{content:\"\"}.ri-increase-decrease-line:before{content:\"\"}.ri-indent-decrease:before{content:\"\"}.ri-indent-increase:before{content:\"\"}.ri-indeterminate-circle-fill:before{content:\"\"}.ri-indeterminate-circle-line:before{content:\"\"}.ri-information-fill:before{content:\"\"}.ri-information-line:before{content:\"\"}.ri-infrared-thermometer-fill:before{content:\"\"}.ri-infrared-thermometer-line:before{content:\"\"}.ri-ink-bottle-fill:before{content:\"\"}.ri-ink-bottle-line:before{content:\"\"}.ri-input-cursor-move:before{content:\"\"}.ri-input-method-fill:before{content:\"\"}.ri-input-method-line:before{content:\"\"}.ri-insert-column-left:before{content:\"\"}.ri-insert-column-right:before{content:\"\"}.ri-insert-row-bottom:before{content:\"\"}.ri-insert-row-top:before{content:\"\"}.ri-instagram-fill:before{content:\"\"}.ri-instagram-line:before{content:\"\"}.ri-install-fill:before{content:\"\"}.ri-install-line:before{content:\"\"}.ri-invision-fill:before{content:\"\"}.ri-invision-line:before{content:\"\"}.ri-italic:before{content:\"\"}.ri-kakao-talk-fill:before{content:\"\"}.ri-kakao-talk-line:before{content:\"\"}.ri-key-2-fill:before{content:\"\"}.ri-key-2-line:before{content:\"\"}.ri-key-fill:before{content:\"\"}.ri-key-line:before{content:\"\"}.ri-keyboard-box-fill:before{content:\"\"}.ri-keyboard-box-line:before{content:\"\"}.ri-keyboard-fill:before{content:\"\"}.ri-keyboard-line:before{content:\"\"}.ri-keynote-fill:before{content:\"\"}.ri-keynote-line:before{content:\"\"}.ri-knife-blood-fill:before{content:\"\"}.ri-knife-blood-line:before{content:\"\"}.ri-knife-fill:before{content:\"\"}.ri-knife-line:before{content:\"\"}.ri-landscape-fill:before{content:\"\"}.ri-landscape-line:before{content:\"\"}.ri-layout-2-fill:before{content:\"\"}.ri-layout-2-line:before{content:\"\"}.ri-layout-3-fill:before{content:\"\"}.ri-layout-3-line:before{content:\"\"}.ri-layout-4-fill:before{content:\"\"}.ri-layout-4-line:before{content:\"\"}.ri-layout-5-fill:before{content:\"\"}.ri-layout-5-line:before{content:\"\"}.ri-layout-6-fill:before{content:\"\"}.ri-layout-6-line:before{content:\"\"}.ri-layout-bottom-2-fill:before{content:\"\"}.ri-layout-bottom-2-line:before{content:\"\"}.ri-layout-bottom-fill:before{content:\"\"}.ri-layout-bottom-line:before{content:\"\"}.ri-layout-column-fill:before{content:\"\"}.ri-layout-column-line:before{content:\"\"}.ri-layout-fill:before{content:\"\"}.ri-layout-grid-fill:before{content:\"\"}.ri-layout-grid-line:before{content:\"\"}.ri-layout-left-2-fill:before{content:\"\"}.ri-layout-left-2-line:before{content:\"\"}.ri-layout-left-fill:before{content:\"\"}.ri-layout-left-line:before{content:\"\"}.ri-layout-line:before{content:\"\"}.ri-layout-masonry-fill:before{content:\"\"}.ri-layout-masonry-line:before{content:\"\"}.ri-layout-right-2-fill:before{content:\"\"}.ri-layout-right-2-line:before{content:\"\"}.ri-layout-right-fill:before{content:\"\"}.ri-layout-right-line:before{content:\"\"}.ri-layout-row-fill:before{content:\"\"}.ri-layout-row-line:before{content:\"\"}.ri-layout-top-2-fill:before{content:\"\"}.ri-layout-top-2-line:before{content:\"\"}.ri-layout-top-fill:before{content:\"\"}.ri-layout-top-line:before{content:\"\"}.ri-leaf-fill:before{content:\"\"}.ri-leaf-line:before{content:\"\"}.ri-lifebuoy-fill:before{content:\"\"}.ri-lifebuoy-line:before{content:\"\"}.ri-lightbulb-fill:before{content:\"\"}.ri-lightbulb-flash-fill:before{content:\"\"}.ri-lightbulb-flash-line:before{content:\"\"}.ri-lightbulb-line:before{content:\"\"}.ri-line-chart-fill:before{content:\"\"}.ri-line-chart-line:before{content:\"\"}.ri-line-fill:before{content:\"\"}.ri-line-height:before{content:\"\"}.ri-line-line:before{content:\"\"}.ri-link-m:before{content:\"\"}.ri-link-unlink-m:before{content:\"\"}.ri-link-unlink:before{content:\"\"}.ri-link:before{content:\"\"}.ri-linkedin-box-fill:before{content:\"\"}.ri-linkedin-box-line:before{content:\"\"}.ri-linkedin-fill:before{content:\"\"}.ri-linkedin-line:before{content:\"\"}.ri-links-fill:before{content:\"\"}.ri-links-line:before{content:\"\"}.ri-list-check-2:before{content:\"\"}.ri-list-check:before{content:\"\"}.ri-list-ordered:before{content:\"\"}.ri-list-settings-fill:before{content:\"\"}.ri-list-settings-line:before{content:\"\"}.ri-list-unordered:before{content:\"\"}.ri-live-fill:before{content:\"\"}.ri-live-line:before{content:\"\"}.ri-loader-2-fill:before{content:\"\"}.ri-loader-2-line:before{content:\"\"}.ri-loader-3-fill:before{content:\"\"}.ri-loader-3-line:before{content:\"\"}.ri-loader-4-fill:before{content:\"\"}.ri-loader-4-line:before{content:\"\"}.ri-loader-5-fill:before{content:\"\"}.ri-loader-5-line:before{content:\"\"}.ri-loader-fill:before{content:\"\"}.ri-loader-line:before{content:\"\"}.ri-lock-2-fill:before{content:\"\"}.ri-lock-2-line:before{content:\"\"}.ri-lock-fill:before{content:\"\"}.ri-lock-line:before{content:\"\"}.ri-lock-password-fill:before{content:\"\"}.ri-lock-password-line:before{content:\"\"}.ri-lock-unlock-fill:before{content:\"\"}.ri-lock-unlock-line:before{content:\"\"}.ri-login-box-fill:before{content:\"\"}.ri-login-box-line:before{content:\"\"}.ri-login-circle-fill:before{content:\"\"}.ri-login-circle-line:before{content:\"\"}.ri-logout-box-fill:before{content:\"\"}.ri-logout-box-line:before{content:\"\"}.ri-logout-box-r-fill:before{content:\"\"}.ri-logout-box-r-line:before{content:\"\"}.ri-logout-circle-fill:before{content:\"\"}.ri-logout-circle-line:before{content:\"\"}.ri-logout-circle-r-fill:before{content:\"\"}.ri-logout-circle-r-line:before{content:\"\"}.ri-luggage-cart-fill:before{content:\"\"}.ri-luggage-cart-line:before{content:\"\"}.ri-luggage-deposit-fill:before{content:\"\"}.ri-luggage-deposit-line:before{content:\"\"}.ri-lungs-fill:before{content:\"\"}.ri-lungs-line:before{content:\"\"}.ri-mac-fill:before{content:\"\"}.ri-mac-line:before{content:\"\"}.ri-macbook-fill:before{content:\"\"}.ri-macbook-line:before{content:\"\"}.ri-magic-fill:before{content:\"\"}.ri-magic-line:before{content:\"\"}.ri-mail-add-fill:before{content:\"\"}.ri-mail-add-line:before{content:\"\"}.ri-mail-check-fill:before{content:\"\"}.ri-mail-check-line:before{content:\"\"}.ri-mail-close-fill:before{content:\"\"}.ri-mail-close-line:before{content:\"\"}.ri-mail-download-fill:before{content:\"\"}.ri-mail-download-line:before{content:\"\"}.ri-mail-fill:before{content:\"\"}.ri-mail-forbid-fill:before{content:\"\"}.ri-mail-forbid-line:before{content:\"\"}.ri-mail-line:before{content:\"\"}.ri-mail-lock-fill:before{content:\"\"}.ri-mail-lock-line:before{content:\"\"}.ri-mail-open-fill:before{content:\"\"}.ri-mail-open-line:before{content:\"\"}.ri-mail-send-fill:before{content:\"\"}.ri-mail-send-line:before{content:\"\"}.ri-mail-settings-fill:before{content:\"\"}.ri-mail-settings-line:before{content:\"\"}.ri-mail-star-fill:before{content:\"\"}.ri-mail-star-line:before{content:\"\"}.ri-mail-unread-fill:before{content:\"\"}.ri-mail-unread-line:before{content:\"\"}.ri-mail-volume-fill:before{content:\"\"}.ri-mail-volume-line:before{content:\"\"}.ri-map-2-fill:before{content:\"\"}.ri-map-2-line:before{content:\"\"}.ri-map-fill:before{content:\"\"}.ri-map-line:before{content:\"\"}.ri-map-pin-2-fill:before{content:\"\"}.ri-map-pin-2-line:before{content:\"\"}.ri-map-pin-3-fill:before{content:\"\"}.ri-map-pin-3-line:before{content:\"\"}.ri-map-pin-4-fill:before{content:\"\"}.ri-map-pin-4-line:before{content:\"\"}.ri-map-pin-5-fill:before{content:\"\"}.ri-map-pin-5-line:before{content:\"\"}.ri-map-pin-add-fill:before{content:\"\"}.ri-map-pin-add-line:before{content:\"\"}.ri-map-pin-fill:before{content:\"\"}.ri-map-pin-line:before{content:\"\"}.ri-map-pin-range-fill:before{content:\"\"}.ri-map-pin-range-line:before{content:\"\"}.ri-map-pin-time-fill:before{content:\"\"}.ri-map-pin-time-line:before{content:\"\"}.ri-map-pin-user-fill:before{content:\"\"}.ri-map-pin-user-line:before{content:\"\"}.ri-mark-pen-fill:before{content:\"\"}.ri-mark-pen-line:before{content:\"\"}.ri-markdown-fill:before{content:\"\"}.ri-markdown-line:before{content:\"\"}.ri-markup-fill:before{content:\"\"}.ri-markup-line:before{content:\"\"}.ri-mastercard-fill:before{content:\"\"}.ri-mastercard-line:before{content:\"\"}.ri-mastodon-fill:before{content:\"\"}.ri-mastodon-line:before{content:\"\"}.ri-medal-2-fill:before{content:\"\"}.ri-medal-2-line:before{content:\"\"}.ri-medal-fill:before{content:\"\"}.ri-medal-line:before{content:\"\"}.ri-medicine-bottle-fill:before{content:\"\"}.ri-medicine-bottle-line:before{content:\"\"}.ri-medium-fill:before{content:\"\"}.ri-medium-line:before{content:\"\"}.ri-men-fill:before{content:\"\"}.ri-men-line:before{content:\"\"}.ri-mental-health-fill:before{content:\"\"}.ri-mental-health-line:before{content:\"\"}.ri-menu-2-fill:before{content:\"\"}.ri-menu-2-line:before{content:\"\"}.ri-menu-3-fill:before{content:\"\"}.ri-menu-3-line:before{content:\"\"}.ri-menu-4-fill:before{content:\"\"}.ri-menu-4-line:before{content:\"\"}.ri-menu-5-fill:before{content:\"\"}.ri-menu-5-line:before{content:\"\"}.ri-menu-add-fill:before{content:\"\"}.ri-menu-add-line:before{content:\"\"}.ri-menu-fill:before{content:\"\"}.ri-menu-fold-fill:before{content:\"\"}.ri-menu-fold-line:before{content:\"\"}.ri-menu-line:before{content:\"\"}.ri-menu-unfold-fill:before{content:\"\"}.ri-menu-unfold-line:before{content:\"\"}.ri-merge-cells-horizontal:before{content:\"\"}.ri-merge-cells-vertical:before{content:\"\"}.ri-message-2-fill:before{content:\"\"}.ri-message-2-line:before{content:\"\"}.ri-message-3-fill:before{content:\"\"}.ri-message-3-line:before{content:\"\"}.ri-message-fill:before{content:\"\"}.ri-message-line:before{content:\"\"}.ri-messenger-fill:before{content:\"\"}.ri-messenger-line:before{content:\"\"}.ri-meteor-fill:before{content:\"\"}.ri-meteor-line:before{content:\"\"}.ri-mic-2-fill:before{content:\"\"}.ri-mic-2-line:before{content:\"\"}.ri-mic-fill:before{content:\"\"}.ri-mic-line:before{content:\"\"}.ri-mic-off-fill:before{content:\"\"}.ri-mic-off-line:before{content:\"\"}.ri-mickey-fill:before{content:\"\"}.ri-mickey-line:before{content:\"\"}.ri-microscope-fill:before{content:\"\"}.ri-microscope-line:before{content:\"\"}.ri-microsoft-fill:before{content:\"\"}.ri-microsoft-line:before{content:\"\"}.ri-mind-map:before{content:\"\"}.ri-mini-program-fill:before{content:\"\"}.ri-mini-program-line:before{content:\"\"}.ri-mist-fill:before{content:\"\"}.ri-mist-line:before{content:\"\"}.ri-money-cny-box-fill:before{content:\"\"}.ri-money-cny-box-line:before{content:\"\"}.ri-money-cny-circle-fill:before{content:\"\"}.ri-money-cny-circle-line:before{content:\"\"}.ri-money-dollar-box-fill:before{content:\"\"}.ri-money-dollar-box-line:before{content:\"\"}.ri-money-dollar-circle-fill:before{content:\"\"}.ri-money-dollar-circle-line:before{content:\"\"}.ri-money-euro-box-fill:before{content:\"\"}.ri-money-euro-box-line:before{content:\"\"}.ri-money-euro-circle-fill:before{content:\"\"}.ri-money-euro-circle-line:before{content:\"\"}.ri-money-pound-box-fill:before{content:\"\"}.ri-money-pound-box-line:before{content:\"\"}.ri-money-pound-circle-fill:before{content:\"\"}.ri-money-pound-circle-line:before{content:\"\"}.ri-moon-clear-fill:before{content:\"\"}.ri-moon-clear-line:before{content:\"\"}.ri-moon-cloudy-fill:before{content:\"\"}.ri-moon-cloudy-line:before{content:\"\"}.ri-moon-fill:before{content:\"\"}.ri-moon-foggy-fill:before{content:\"\"}.ri-moon-foggy-line:before{content:\"\"}.ri-moon-line:before{content:\"\"}.ri-more-2-fill:before{content:\"\"}.ri-more-2-line:before{content:\"\"}.ri-more-fill:before{content:\"\"}.ri-more-line:before{content:\"\"}.ri-motorbike-fill:before{content:\"\"}.ri-motorbike-line:before{content:\"\"}.ri-mouse-fill:before{content:\"\"}.ri-mouse-line:before{content:\"\"}.ri-movie-2-fill:before{content:\"\"}.ri-movie-2-line:before{content:\"\"}.ri-movie-fill:before{content:\"\"}.ri-movie-line:before{content:\"\"}.ri-music-2-fill:before{content:\"\"}.ri-music-2-line:before{content:\"\"}.ri-music-fill:before{content:\"\"}.ri-music-line:before{content:\"\"}.ri-mv-fill:before{content:\"\"}.ri-mv-line:before{content:\"\"}.ri-navigation-fill:before{content:\"\"}.ri-navigation-line:before{content:\"\"}.ri-netease-cloud-music-fill:before{content:\"\"}.ri-netease-cloud-music-line:before{content:\"\"}.ri-netflix-fill:before{content:\"\"}.ri-netflix-line:before{content:\"\"}.ri-newspaper-fill:before{content:\"\"}.ri-newspaper-line:before{content:\"\"}.ri-node-tree:before{content:\"\"}.ri-notification-2-fill:before{content:\"\"}.ri-notification-2-line:before{content:\"\"}.ri-notification-3-fill:before{content:\"\"}.ri-notification-3-line:before{content:\"\"}.ri-notification-4-fill:before{content:\"\"}.ri-notification-4-line:before{content:\"\"}.ri-notification-badge-fill:before{content:\"\"}.ri-notification-badge-line:before{content:\"\"}.ri-notification-fill:before{content:\"\"}.ri-notification-line:before{content:\"\"}.ri-notification-off-fill:before{content:\"\"}.ri-notification-off-line:before{content:\"\"}.ri-npmjs-fill:before{content:\"\"}.ri-npmjs-line:before{content:\"\"}.ri-number-0:before{content:\"\"}.ri-number-1:before{content:\"\"}.ri-number-2:before{content:\"\"}.ri-number-3:before{content:\"\"}.ri-number-4:before{content:\"\"}.ri-number-5:before{content:\"\"}.ri-number-6:before{content:\"\"}.ri-number-7:before{content:\"\"}.ri-number-8:before{content:\"\"}.ri-number-9:before{content:\"\"}.ri-numbers-fill:before{content:\"\"}.ri-numbers-line:before{content:\"\"}.ri-nurse-fill:before{content:\"\"}.ri-nurse-line:before{content:\"\"}.ri-oil-fill:before{content:\"\"}.ri-oil-line:before{content:\"\"}.ri-omega:before{content:\"\"}.ri-open-arm-fill:before{content:\"\"}.ri-open-arm-line:before{content:\"\"}.ri-open-source-fill:before{content:\"\"}.ri-open-source-line:before{content:\"\"}.ri-opera-fill:before{content:\"\"}.ri-opera-line:before{content:\"\"}.ri-order-play-fill:before{content:\"\"}.ri-order-play-line:before{content:\"\"}.ri-organization-chart:before{content:\"\"}.ri-outlet-2-fill:before{content:\"\"}.ri-outlet-2-line:before{content:\"\"}.ri-outlet-fill:before{content:\"\"}.ri-outlet-line:before{content:\"\"}.ri-page-separator:before{content:\"\"}.ri-pages-fill:before{content:\"\"}.ri-pages-line:before{content:\"\"}.ri-paint-brush-fill:before{content:\"\"}.ri-paint-brush-line:before{content:\"\"}.ri-paint-fill:before{content:\"\"}.ri-paint-line:before{content:\"\"}.ri-palette-fill:before{content:\"\"}.ri-palette-line:before{content:\"\"}.ri-pantone-fill:before{content:\"\"}.ri-pantone-line:before{content:\"\"}.ri-paragraph:before{content:\"\"}.ri-parent-fill:before{content:\"\"}.ri-parent-line:before{content:\"\"}.ri-parentheses-fill:before{content:\"\"}.ri-parentheses-line:before{content:\"\"}.ri-parking-box-fill:before{content:\"\"}.ri-parking-box-line:before{content:\"\"}.ri-parking-fill:before{content:\"\"}.ri-parking-line:before{content:\"\"}.ri-passport-fill:before{content:\"\"}.ri-passport-line:before{content:\"\"}.ri-patreon-fill:before{content:\"\"}.ri-patreon-line:before{content:\"\"}.ri-pause-circle-fill:before{content:\"\"}.ri-pause-circle-line:before{content:\"\"}.ri-pause-fill:before{content:\"\"}.ri-pause-line:before{content:\"\"}.ri-pause-mini-fill:before{content:\"\"}.ri-pause-mini-line:before{content:\"\"}.ri-paypal-fill:before{content:\"\"}.ri-paypal-line:before{content:\"\"}.ri-pen-nib-fill:before{content:\"\"}.ri-pen-nib-line:before{content:\"\"}.ri-pencil-fill:before{content:\"\"}.ri-pencil-line:before{content:\"\"}.ri-pencil-ruler-2-fill:before{content:\"\"}.ri-pencil-ruler-2-line:before{content:\"\"}.ri-pencil-ruler-fill:before{content:\"\"}.ri-pencil-ruler-line:before{content:\"\"}.ri-percent-fill:before{content:\"\"}.ri-percent-line:before{content:\"\"}.ri-phone-camera-fill:before{content:\"\"}.ri-phone-camera-line:before{content:\"\"}.ri-phone-fill:before{content:\"\"}.ri-phone-find-fill:before{content:\"\"}.ri-phone-find-line:before{content:\"\"}.ri-phone-line:before{content:\"\"}.ri-phone-lock-fill:before{content:\"\"}.ri-phone-lock-line:before{content:\"\"}.ri-picture-in-picture-2-fill:before{content:\"\"}.ri-picture-in-picture-2-line:before{content:\"\"}.ri-picture-in-picture-exit-fill:before{content:\"\"}.ri-picture-in-picture-exit-line:before{content:\"\"}.ri-picture-in-picture-fill:before{content:\"\"}.ri-picture-in-picture-line:before{content:\"\"}.ri-pie-chart-2-fill:before{content:\"\"}.ri-pie-chart-2-line:before{content:\"\"}.ri-pie-chart-box-fill:before{content:\"\"}.ri-pie-chart-box-line:before{content:\"\"}.ri-pie-chart-fill:before{content:\"\"}.ri-pie-chart-line:before{content:\"\"}.ri-pin-distance-fill:before{content:\"\"}.ri-pin-distance-line:before{content:\"\"}.ri-ping-pong-fill:before{content:\"\"}.ri-ping-pong-line:before{content:\"\"}.ri-pinterest-fill:before{content:\"\"}.ri-pinterest-line:before{content:\"\"}.ri-pinyin-input:before{content:\"\"}.ri-pixelfed-fill:before{content:\"\"}.ri-pixelfed-line:before{content:\"\"}.ri-plane-fill:before{content:\"\"}.ri-plane-line:before{content:\"\"}.ri-plant-fill:before{content:\"\"}.ri-plant-line:before{content:\"\"}.ri-play-circle-fill:before{content:\"\"}.ri-play-circle-line:before{content:\"\"}.ri-play-fill:before{content:\"\"}.ri-play-line:before{content:\"\"}.ri-play-list-2-fill:before{content:\"\"}.ri-play-list-2-line:before{content:\"\"}.ri-play-list-add-fill:before{content:\"\"}.ri-play-list-add-line:before{content:\"\"}.ri-play-list-fill:before{content:\"\"}.ri-play-list-line:before{content:\"\"}.ri-play-mini-fill:before{content:\"\"}.ri-play-mini-line:before{content:\"\"}.ri-playstation-fill:before{content:\"\"}.ri-playstation-line:before{content:\"\"}.ri-plug-2-fill:before{content:\"\"}.ri-plug-2-line:before{content:\"\"}.ri-plug-fill:before{content:\"\"}.ri-plug-line:before{content:\"\"}.ri-polaroid-2-fill:before{content:\"\"}.ri-polaroid-2-line:before{content:\"\"}.ri-polaroid-fill:before{content:\"\"}.ri-polaroid-line:before{content:\"\"}.ri-police-car-fill:before{content:\"\"}.ri-police-car-line:before{content:\"\"}.ri-price-tag-2-fill:before{content:\"\"}.ri-price-tag-2-line:before{content:\"\"}.ri-price-tag-3-fill:before{content:\"\"}.ri-price-tag-3-line:before{content:\"\"}.ri-price-tag-fill:before{content:\"\"}.ri-price-tag-line:before{content:\"\"}.ri-printer-cloud-fill:before{content:\"\"}.ri-printer-cloud-line:before{content:\"\"}.ri-printer-fill:before{content:\"\"}.ri-printer-line:before{content:\"\"}.ri-product-hunt-fill:before{content:\"\"}.ri-product-hunt-line:before{content:\"\"}.ri-profile-fill:before{content:\"\"}.ri-profile-line:before{content:\"\"}.ri-projector-2-fill:before{content:\"\"}.ri-projector-2-line:before{content:\"\"}.ri-projector-fill:before{content:\"\"}.ri-projector-line:before{content:\"\"}.ri-psychotherapy-fill:before{content:\"\"}.ri-psychotherapy-line:before{content:\"\"}.ri-pulse-fill:before{content:\"\"}.ri-pulse-line:before{content:\"\"}.ri-pushpin-2-fill:before{content:\"\"}.ri-pushpin-2-line:before{content:\"\"}.ri-pushpin-fill:before{content:\"\"}.ri-pushpin-line:before{content:\"\"}.ri-qq-fill:before{content:\"\"}.ri-qq-line:before{content:\"\"}.ri-qr-code-fill:before{content:\"\"}.ri-qr-code-line:before{content:\"\"}.ri-qr-scan-2-fill:before{content:\"\"}.ri-qr-scan-2-line:before{content:\"\"}.ri-qr-scan-fill:before{content:\"\"}.ri-qr-scan-line:before{content:\"\"}.ri-question-answer-fill:before{content:\"\"}.ri-question-answer-line:before{content:\"\"}.ri-question-fill:before{content:\"\"}.ri-question-line:before{content:\"\"}.ri-question-mark:before{content:\"\"}.ri-questionnaire-fill:before{content:\"\"}.ri-questionnaire-line:before{content:\"\"}.ri-quill-pen-fill:before{content:\"\"}.ri-quill-pen-line:before{content:\"\"}.ri-radar-fill:before{content:\"\"}.ri-radar-line:before{content:\"\"}.ri-radio-2-fill:before{content:\"\"}.ri-radio-2-line:before{content:\"\"}.ri-radio-button-fill:before{content:\"\"}.ri-radio-button-line:before{content:\"\"}.ri-radio-fill:before{content:\"\"}.ri-radio-line:before{content:\"\"}.ri-rainbow-fill:before{content:\"\"}.ri-rainbow-line:before{content:\"\"}.ri-rainy-fill:before{content:\"\"}.ri-rainy-line:before{content:\"\"}.ri-reactjs-fill:before{content:\"\"}.ri-reactjs-line:before{content:\"\"}.ri-record-circle-fill:before{content:\"\"}.ri-record-circle-line:before{content:\"\"}.ri-record-mail-fill:before{content:\"\"}.ri-record-mail-line:before{content:\"\"}.ri-recycle-fill:before{content:\"\"}.ri-recycle-line:before{content:\"\"}.ri-red-packet-fill:before{content:\"\"}.ri-red-packet-line:before{content:\"\"}.ri-reddit-fill:before{content:\"\"}.ri-reddit-line:before{content:\"\"}.ri-refresh-fill:before{content:\"\"}.ri-refresh-line:before{content:\"\"}.ri-refund-2-fill:before{content:\"\"}.ri-refund-2-line:before{content:\"\"}.ri-refund-fill:before{content:\"\"}.ri-refund-line:before{content:\"\"}.ri-registered-fill:before{content:\"\"}.ri-registered-line:before{content:\"\"}.ri-remixicon-fill:before{content:\"\"}.ri-remixicon-line:before{content:\"\"}.ri-remote-control-2-fill:before{content:\"\"}.ri-remote-control-2-line:before{content:\"\"}.ri-remote-control-fill:before{content:\"\"}.ri-remote-control-line:before{content:\"\"}.ri-repeat-2-fill:before{content:\"\"}.ri-repeat-2-line:before{content:\"\"}.ri-repeat-fill:before{content:\"\"}.ri-repeat-line:before{content:\"\"}.ri-repeat-one-fill:before{content:\"\"}.ri-repeat-one-line:before{content:\"\"}.ri-reply-all-fill:before{content:\"\"}.ri-reply-all-line:before{content:\"\"}.ri-reply-fill:before{content:\"\"}.ri-reply-line:before{content:\"\"}.ri-reserved-fill:before{content:\"\"}.ri-reserved-line:before{content:\"\"}.ri-rest-time-fill:before{content:\"\"}.ri-rest-time-line:before{content:\"\"}.ri-restart-fill:before{content:\"\"}.ri-restart-line:before{content:\"\"}.ri-restaurant-2-fill:before{content:\"\"}.ri-restaurant-2-line:before{content:\"\"}.ri-restaurant-fill:before{content:\"\"}.ri-restaurant-line:before{content:\"\"}.ri-rewind-fill:before{content:\"\"}.ri-rewind-line:before{content:\"\"}.ri-rewind-mini-fill:before{content:\"\"}.ri-rewind-mini-line:before{content:\"\"}.ri-rhythm-fill:before{content:\"\"}.ri-rhythm-line:before{content:\"\"}.ri-riding-fill:before{content:\"\"}.ri-riding-line:before{content:\"\"}.ri-road-map-fill:before{content:\"\"}.ri-road-map-line:before{content:\"\"}.ri-roadster-fill:before{content:\"\"}.ri-roadster-line:before{content:\"\"}.ri-robot-fill:before{content:\"\"}.ri-robot-line:before{content:\"\"}.ri-rocket-2-fill:before{content:\"\"}.ri-rocket-2-line:before{content:\"\"}.ri-rocket-fill:before{content:\"\"}.ri-rocket-line:before{content:\"\"}.ri-rotate-lock-fill:before{content:\"\"}.ri-rotate-lock-line:before{content:\"\"}.ri-rounded-corner:before{content:\"\"}.ri-route-fill:before{content:\"\"}.ri-route-line:before{content:\"\"}.ri-router-fill:before{content:\"\"}.ri-router-line:before{content:\"\"}.ri-rss-fill:before{content:\"\"}.ri-rss-line:before{content:\"\"}.ri-ruler-2-fill:before{content:\"\"}.ri-ruler-2-line:before{content:\"\"}.ri-ruler-fill:before{content:\"\"}.ri-ruler-line:before{content:\"\"}.ri-run-fill:before{content:\"\"}.ri-run-line:before{content:\"\"}.ri-safari-fill:before{content:\"\"}.ri-safari-line:before{content:\"\"}.ri-safe-2-fill:before{content:\"\"}.ri-safe-2-line:before{content:\"\"}.ri-safe-fill:before{content:\"\"}.ri-safe-line:before{content:\"\"}.ri-sailboat-fill:before{content:\"\"}.ri-sailboat-line:before{content:\"\"}.ri-save-2-fill:before{content:\"\"}.ri-save-2-line:before{content:\"\"}.ri-save-3-fill:before{content:\"\"}.ri-save-3-line:before{content:\"\"}.ri-save-fill:before{content:\"\"}.ri-save-line:before{content:\"\"}.ri-scales-2-fill:before{content:\"\"}.ri-scales-2-line:before{content:\"\"}.ri-scales-3-fill:before{content:\"\"}.ri-scales-3-line:before{content:\"\"}.ri-scales-fill:before{content:\"\"}.ri-scales-line:before{content:\"\"}.ri-scan-2-fill:before{content:\"\"}.ri-scan-2-line:before{content:\"\"}.ri-scan-fill:before{content:\"\"}.ri-scan-line:before{content:\"\"}.ri-scissors-2-fill:before{content:\"\"}.ri-scissors-2-line:before{content:\"\"}.ri-scissors-cut-fill:before{content:\"\"}.ri-scissors-cut-line:before{content:\"\"}.ri-scissors-fill:before{content:\"\"}.ri-scissors-line:before{content:\"\"}.ri-screenshot-2-fill:before{content:\"\"}.ri-screenshot-2-line:before{content:\"\"}.ri-screenshot-fill:before{content:\"\"}.ri-screenshot-line:before{content:\"\"}.ri-sd-card-fill:before{content:\"\"}.ri-sd-card-line:before{content:\"\"}.ri-sd-card-mini-fill:before{content:\"\"}.ri-sd-card-mini-line:before{content:\"\"}.ri-search-2-fill:before{content:\"\"}.ri-search-2-line:before{content:\"\"}.ri-search-eye-fill:before{content:\"\"}.ri-search-eye-line:before{content:\"\"}.ri-search-fill:before{content:\"\"}.ri-search-line:before{content:\"\"}.ri-secure-payment-fill:before{content:\"\"}.ri-secure-payment-line:before{content:\"\"}.ri-seedling-fill:before{content:\"\"}.ri-seedling-line:before{content:\"\"}.ri-send-backward:before{content:\"\"}.ri-send-plane-2-fill:before{content:\"\"}.ri-send-plane-2-line:before{content:\"\"}.ri-send-plane-fill:before{content:\"\"}.ri-send-plane-line:before{content:\"\"}.ri-send-to-back:before{content:\"\"}.ri-sensor-fill:before{content:\"\"}.ri-sensor-line:before{content:\"\"}.ri-separator:before{content:\"\"}.ri-server-fill:before{content:\"\"}.ri-server-line:before{content:\"\"}.ri-service-fill:before{content:\"\"}.ri-service-line:before{content:\"\"}.ri-settings-2-fill:before{content:\"\"}.ri-settings-2-line:before{content:\"\"}.ri-settings-3-fill:before{content:\"\"}.ri-settings-3-line:before{content:\"\"}.ri-settings-4-fill:before{content:\"\"}.ri-settings-4-line:before{content:\"\"}.ri-settings-5-fill:before{content:\"\"}.ri-settings-5-line:before{content:\"\"}.ri-settings-6-fill:before{content:\"\"}.ri-settings-6-line:before{content:\"\"}.ri-settings-fill:before{content:\"\"}.ri-settings-line:before{content:\"\"}.ri-shape-2-fill:before{content:\"\"}.ri-shape-2-line:before{content:\"\"}.ri-shape-fill:before{content:\"\"}.ri-shape-line:before{content:\"\"}.ri-share-box-fill:before{content:\"\"}.ri-share-box-line:before{content:\"\"}.ri-share-circle-fill:before{content:\"\"}.ri-share-circle-line:before{content:\"\"}.ri-share-fill:before{content:\"\"}.ri-share-forward-2-fill:before{content:\"\"}.ri-share-forward-2-line:before{content:\"\"}.ri-share-forward-box-fill:before{content:\"\"}.ri-share-forward-box-line:before{content:\"\"}.ri-share-forward-fill:before{content:\"\"}.ri-share-forward-line:before{content:\"\"}.ri-share-line:before{content:\"\"}.ri-shield-check-fill:before{content:\"\"}.ri-shield-check-line:before{content:\"\"}.ri-shield-cross-fill:before{content:\"\"}.ri-shield-cross-line:before{content:\"\"}.ri-shield-fill:before{content:\"\"}.ri-shield-flash-fill:before{content:\"\"}.ri-shield-flash-line:before{content:\"\"}.ri-shield-keyhole-fill:before{content:\"\"}.ri-shield-keyhole-line:before{content:\"\"}.ri-shield-line:before{content:\"\"}.ri-shield-star-fill:before{content:\"\"}.ri-shield-star-line:before{content:\"\"}.ri-shield-user-fill:before{content:\"\"}.ri-shield-user-line:before{content:\"\"}.ri-ship-2-fill:before{content:\"\"}.ri-ship-2-line:before{content:\"\"}.ri-ship-fill:before{content:\"\"}.ri-ship-line:before{content:\"\"}.ri-shirt-fill:before{content:\"\"}.ri-shirt-line:before{content:\"\"}.ri-shopping-bag-2-fill:before{content:\"\"}.ri-shopping-bag-2-line:before{content:\"\"}.ri-shopping-bag-3-fill:before{content:\"\"}.ri-shopping-bag-3-line:before{content:\"\"}.ri-shopping-bag-fill:before{content:\"\"}.ri-shopping-bag-line:before{content:\"\"}.ri-shopping-basket-2-fill:before{content:\"\"}.ri-shopping-basket-2-line:before{content:\"\"}.ri-shopping-basket-fill:before{content:\"\"}.ri-shopping-basket-line:before{content:\"\"}.ri-shopping-cart-2-fill:before{content:\"\"}.ri-shopping-cart-2-line:before{content:\"\"}.ri-shopping-cart-fill:before{content:\"\"}.ri-shopping-cart-line:before{content:\"\"}.ri-showers-fill:before{content:\"\"}.ri-showers-line:before{content:\"\"}.ri-shuffle-fill:before{content:\"\"}.ri-shuffle-line:before{content:\"\"}.ri-shut-down-fill:before{content:\"\"}.ri-shut-down-line:before{content:\"\"}.ri-side-bar-fill:before{content:\"\"}.ri-side-bar-line:before{content:\"\"}.ri-signal-tower-fill:before{content:\"\"}.ri-signal-tower-line:before{content:\"\"}.ri-signal-wifi-1-fill:before{content:\"\"}.ri-signal-wifi-1-line:before{content:\"\"}.ri-signal-wifi-2-fill:before{content:\"\"}.ri-signal-wifi-2-line:before{content:\"\"}.ri-signal-wifi-3-fill:before{content:\"\"}.ri-signal-wifi-3-line:before{content:\"\"}.ri-signal-wifi-error-fill:before{content:\"\"}.ri-signal-wifi-error-line:before{content:\"\"}.ri-signal-wifi-fill:before{content:\"\"}.ri-signal-wifi-line:before{content:\"\"}.ri-signal-wifi-off-fill:before{content:\"\"}.ri-signal-wifi-off-line:before{content:\"\"}.ri-sim-card-2-fill:before{content:\"\"}.ri-sim-card-2-line:before{content:\"\"}.ri-sim-card-fill:before{content:\"\"}.ri-sim-card-line:before{content:\"\"}.ri-single-quotes-l:before{content:\"\"}.ri-single-quotes-r:before{content:\"\"}.ri-sip-fill:before{content:\"\"}.ri-sip-line:before{content:\"\"}.ri-skip-back-fill:before{content:\"\"}.ri-skip-back-line:before{content:\"\"}.ri-skip-back-mini-fill:before{content:\"\"}.ri-skip-back-mini-line:before{content:\"\"}.ri-skip-forward-fill:before{content:\"\"}.ri-skip-forward-line:before{content:\"\"}.ri-skip-forward-mini-fill:before{content:\"\"}.ri-skip-forward-mini-line:before{content:\"\"}.ri-skull-2-fill:before{content:\"\"}.ri-skull-2-line:before{content:\"\"}.ri-skull-fill:before{content:\"\"}.ri-skull-line:before{content:\"\"}.ri-skype-fill:before{content:\"\"}.ri-skype-line:before{content:\"\"}.ri-slack-fill:before{content:\"\"}.ri-slack-line:before{content:\"\"}.ri-slice-fill:before{content:\"\"}.ri-slice-line:before{content:\"\"}.ri-slideshow-2-fill:before{content:\"\"}.ri-slideshow-2-line:before{content:\"\"}.ri-slideshow-3-fill:before{content:\"\"}.ri-slideshow-3-line:before{content:\"\"}.ri-slideshow-4-fill:before{content:\"\"}.ri-slideshow-4-line:before{content:\"\"}.ri-slideshow-fill:before{content:\"\"}.ri-slideshow-line:before{content:\"\"}.ri-smartphone-fill:before{content:\"\"}.ri-smartphone-line:before{content:\"\"}.ri-snapchat-fill:before{content:\"\"}.ri-snapchat-line:before{content:\"\"}.ri-snowy-fill:before{content:\"\"}.ri-snowy-line:before{content:\"\"}.ri-sort-asc:before{content:\"\"}.ri-sort-desc:before{content:\"\"}.ri-sound-module-fill:before{content:\"\"}.ri-sound-module-line:before{content:\"\"}.ri-soundcloud-fill:before{content:\"\"}.ri-soundcloud-line:before{content:\"\"}.ri-space-ship-fill:before{content:\"\"}.ri-space-ship-line:before{content:\"\"}.ri-space:before{content:\"\"}.ri-spam-2-fill:before{content:\"\"}.ri-spam-2-line:before{content:\"\"}.ri-spam-3-fill:before{content:\"\"}.ri-spam-3-line:before{content:\"\"}.ri-spam-fill:before{content:\"\"}.ri-spam-line:before{content:\"\"}.ri-speaker-2-fill:before{content:\"\"}.ri-speaker-2-line:before{content:\"\"}.ri-speaker-3-fill:before{content:\"\"}.ri-speaker-3-line:before{content:\"\"}.ri-speaker-fill:before{content:\"\"}.ri-speaker-line:before{content:\"\"}.ri-spectrum-fill:before{content:\"\"}.ri-spectrum-line:before{content:\"\"}.ri-speed-fill:before{content:\"\"}.ri-speed-line:before{content:\"\"}.ri-speed-mini-fill:before{content:\"\"}.ri-speed-mini-line:before{content:\"\"}.ri-split-cells-horizontal:before{content:\"\"}.ri-split-cells-vertical:before{content:\"\"}.ri-spotify-fill:before{content:\"\"}.ri-spotify-line:before{content:\"\"}.ri-spy-fill:before{content:\"\"}.ri-spy-line:before{content:\"\"}.ri-stack-fill:before{content:\"\"}.ri-stack-line:before{content:\"\"}.ri-stack-overflow-fill:before{content:\"\"}.ri-stack-overflow-line:before{content:\"\"}.ri-stackshare-fill:before{content:\"\"}.ri-stackshare-line:before{content:\"\"}.ri-star-fill:before{content:\"\"}.ri-star-half-fill:before{content:\"\"}.ri-star-half-line:before{content:\"\"}.ri-star-half-s-fill:before{content:\"\"}.ri-star-half-s-line:before{content:\"\"}.ri-star-line:before{content:\"\"}.ri-star-s-fill:before{content:\"\"}.ri-star-s-line:before{content:\"\"}.ri-star-smile-fill:before{content:\"\"}.ri-star-smile-line:before{content:\"\"}.ri-steam-fill:before{content:\"\"}.ri-steam-line:before{content:\"\"}.ri-steering-2-fill:before{content:\"\"}.ri-steering-2-line:before{content:\"\"}.ri-steering-fill:before{content:\"\"}.ri-steering-line:before{content:\"\"}.ri-stethoscope-fill:before{content:\"\"}.ri-stethoscope-line:before{content:\"\"}.ri-sticky-note-2-fill:before{content:\"\"}.ri-sticky-note-2-line:before{content:\"\"}.ri-sticky-note-fill:before{content:\"\"}.ri-sticky-note-line:before{content:\"\"}.ri-stock-fill:before{content:\"\"}.ri-stock-line:before{content:\"\"}.ri-stop-circle-fill:before{content:\"\"}.ri-stop-circle-line:before{content:\"\"}.ri-stop-fill:before{content:\"\"}.ri-stop-line:before{content:\"\"}.ri-stop-mini-fill:before{content:\"\"}.ri-stop-mini-line:before{content:\"\"}.ri-store-2-fill:before{content:\"\"}.ri-store-2-line:before{content:\"\"}.ri-store-3-fill:before{content:\"\"}.ri-store-3-line:before{content:\"\"}.ri-store-fill:before{content:\"\"}.ri-store-line:before{content:\"\"}.ri-strikethrough-2:before{content:\"\"}.ri-strikethrough:before{content:\"\"}.ri-subscript-2:before{content:\"\"}.ri-subscript:before{content:\"\"}.ri-subtract-fill:before{content:\"\"}.ri-subtract-line:before{content:\"\"}.ri-subway-fill:before{content:\"\"}.ri-subway-line:before{content:\"\"}.ri-subway-wifi-fill:before{content:\"\"}.ri-subway-wifi-line:before{content:\"\"}.ri-suitcase-2-fill:before{content:\"\"}.ri-suitcase-2-line:before{content:\"\"}.ri-suitcase-3-fill:before{content:\"\"}.ri-suitcase-3-line:before{content:\"\"}.ri-suitcase-fill:before{content:\"\"}.ri-suitcase-line:before{content:\"\"}.ri-sun-cloudy-fill:before{content:\"\"}.ri-sun-cloudy-line:before{content:\"\"}.ri-sun-fill:before{content:\"\"}.ri-sun-foggy-fill:before{content:\"\"}.ri-sun-foggy-line:before{content:\"\"}.ri-sun-line:before{content:\"\"}.ri-superscript-2:before{content:\"\"}.ri-superscript:before{content:\"\"}.ri-surgical-mask-fill:before{content:\"\"}.ri-surgical-mask-line:before{content:\"\"}.ri-surround-sound-fill:before{content:\"\"}.ri-surround-sound-line:before{content:\"\"}.ri-survey-fill:before{content:\"\"}.ri-survey-line:before{content:\"\"}.ri-swap-box-fill:before{content:\"\"}.ri-swap-box-line:before{content:\"\"}.ri-swap-fill:before{content:\"\"}.ri-swap-line:before{content:\"\"}.ri-switch-fill:before{content:\"\"}.ri-switch-line:before{content:\"\"}.ri-sword-fill:before{content:\"\"}.ri-sword-line:before{content:\"\"}.ri-syringe-fill:before{content:\"\"}.ri-syringe-line:before{content:\"\"}.ri-t-box-fill:before{content:\"\"}.ri-t-box-line:before{content:\"\"}.ri-t-shirt-2-fill:before{content:\"\"}.ri-t-shirt-2-line:before{content:\"\"}.ri-t-shirt-air-fill:before{content:\"\"}.ri-t-shirt-air-line:before{content:\"\"}.ri-t-shirt-fill:before{content:\"\"}.ri-t-shirt-line:before{content:\"\"}.ri-table-2:before{content:\"\"}.ri-table-alt-fill:before{content:\"\"}.ri-table-alt-line:before{content:\"\"}.ri-table-fill:before{content:\"\"}.ri-table-line:before{content:\"\"}.ri-tablet-fill:before{content:\"\"}.ri-tablet-line:before{content:\"\"}.ri-takeaway-fill:before{content:\"\"}.ri-takeaway-line:before{content:\"\"}.ri-taobao-fill:before{content:\"\"}.ri-taobao-line:before{content:\"\"}.ri-tape-fill:before{content:\"\"}.ri-tape-line:before{content:\"\"}.ri-task-fill:before{content:\"\"}.ri-task-line:before{content:\"\"}.ri-taxi-fill:before{content:\"\"}.ri-taxi-line:before{content:\"\"}.ri-taxi-wifi-fill:before{content:\"\"}.ri-taxi-wifi-line:before{content:\"\"}.ri-team-fill:before{content:\"\"}.ri-team-line:before{content:\"\"}.ri-telegram-fill:before{content:\"\"}.ri-telegram-line:before{content:\"\"}.ri-temp-cold-fill:before{content:\"\"}.ri-temp-cold-line:before{content:\"\"}.ri-temp-hot-fill:before{content:\"\"}.ri-temp-hot-line:before{content:\"\"}.ri-terminal-box-fill:before{content:\"\"}.ri-terminal-box-line:before{content:\"\"}.ri-terminal-fill:before{content:\"\"}.ri-terminal-line:before{content:\"\"}.ri-terminal-window-fill:before{content:\"\"}.ri-terminal-window-line:before{content:\"\"}.ri-test-tube-fill:before{content:\"\"}.ri-test-tube-line:before{content:\"\"}.ri-text-direction-l:before{content:\"\"}.ri-text-direction-r:before{content:\"\"}.ri-text-spacing:before{content:\"\"}.ri-text-wrap:before{content:\"\"}.ri-text:before{content:\"\"}.ri-thermometer-fill:before{content:\"\"}.ri-thermometer-line:before{content:\"\"}.ri-thumb-down-fill:before{content:\"\"}.ri-thumb-down-line:before{content:\"\"}.ri-thumb-up-fill:before{content:\"\"}.ri-thumb-up-line:before{content:\"\"}.ri-thunderstorms-fill:before{content:\"\"}.ri-thunderstorms-line:before{content:\"\"}.ri-ticket-2-fill:before{content:\"\"}.ri-ticket-2-line:before{content:\"\"}.ri-ticket-fill:before{content:\"\"}.ri-ticket-line:before{content:\"\"}.ri-time-fill:before{content:\"\"}.ri-time-line:before{content:\"\"}.ri-timer-2-fill:before{content:\"\"}.ri-timer-2-line:before{content:\"\"}.ri-timer-fill:before{content:\"\"}.ri-timer-flash-fill:before{content:\"\"}.ri-timer-flash-line:before{content:\"\"}.ri-timer-line:before{content:\"\"}.ri-todo-fill:before{content:\"\"}.ri-todo-line:before{content:\"\"}.ri-toggle-fill:before{content:\"\"}.ri-toggle-line:before{content:\"\"}.ri-tools-fill:before{content:\"\"}.ri-tools-line:before{content:\"\"}.ri-tornado-fill:before{content:\"\"}.ri-tornado-line:before{content:\"\"}.ri-trademark-fill:before{content:\"\"}.ri-trademark-line:before{content:\"\"}.ri-traffic-light-fill:before{content:\"\"}.ri-traffic-light-line:before{content:\"\"}.ri-train-fill:before{content:\"\"}.ri-train-line:before{content:\"\"}.ri-train-wifi-fill:before{content:\"\"}.ri-train-wifi-line:before{content:\"\"}.ri-translate-2:before{content:\"\"}.ri-translate:before{content:\"\"}.ri-travesti-fill:before{content:\"\"}.ri-travesti-line:before{content:\"\"}.ri-treasure-map-fill:before{content:\"\"}.ri-treasure-map-line:before{content:\"\"}.ri-trello-fill:before{content:\"\"}.ri-trello-line:before{content:\"\"}.ri-trophy-fill:before{content:\"\"}.ri-trophy-line:before{content:\"\"}.ri-truck-fill:before{content:\"\"}.ri-truck-line:before{content:\"\"}.ri-tumblr-fill:before{content:\"\"}.ri-tumblr-line:before{content:\"\"}.ri-tv-2-fill:before{content:\"\"}.ri-tv-2-line:before{content:\"\"}.ri-tv-fill:before{content:\"\"}.ri-tv-line:before{content:\"\"}.ri-twitch-fill:before{content:\"\"}.ri-twitch-line:before{content:\"\"}.ri-twitter-fill:before{content:\"\"}.ri-twitter-line:before{content:\"\"}.ri-typhoon-fill:before{content:\"\"}.ri-typhoon-line:before{content:\"\"}.ri-u-disk-fill:before{content:\"\"}.ri-u-disk-line:before{content:\"\"}.ri-ubuntu-fill:before{content:\"\"}.ri-ubuntu-line:before{content:\"\"}.ri-umbrella-fill:before{content:\"\"}.ri-umbrella-line:before{content:\"\"}.ri-underline:before{content:\"\"}.ri-uninstall-fill:before{content:\"\"}.ri-uninstall-line:before{content:\"\"}.ri-unsplash-fill:before{content:\"\"}.ri-unsplash-line:before{content:\"\"}.ri-upload-2-fill:before{content:\"\"}.ri-upload-2-line:before{content:\"\"}.ri-upload-cloud-2-fill:before{content:\"\"}.ri-upload-cloud-2-line:before{content:\"\"}.ri-upload-cloud-fill:before{content:\"\"}.ri-upload-cloud-line:before{content:\"\"}.ri-upload-fill:before{content:\"\"}.ri-upload-line:before{content:\"\"}.ri-usb-fill:before{content:\"\"}.ri-usb-line:before{content:\"\"}.ri-user-2-fill:before{content:\"\"}.ri-user-2-line:before{content:\"\"}.ri-user-3-fill:before{content:\"\"}.ri-user-3-line:before{content:\"\"}.ri-user-4-fill:before{content:\"\"}.ri-user-4-line:before{content:\"\"}.ri-user-5-fill:before{content:\"\"}.ri-user-5-line:before{content:\"\"}.ri-user-6-fill:before{content:\"\"}.ri-user-6-line:before{content:\"\"}.ri-user-add-fill:before{content:\"\"}.ri-user-add-line:before{content:\"\"}.ri-user-fill:before{content:\"\"}.ri-user-follow-fill:before{content:\"\"}.ri-user-follow-line:before{content:\"\"}.ri-user-heart-fill:before{content:\"\"}.ri-user-heart-line:before{content:\"\"}.ri-user-line:before{content:\"\"}.ri-user-location-fill:before{content:\"\"}.ri-user-location-line:before{content:\"\"}.ri-user-received-2-fill:before{content:\"\"}.ri-user-received-2-line:before{content:\"\"}.ri-user-received-fill:before{content:\"\"}.ri-user-received-line:before{content:\"\"}.ri-user-search-fill:before{content:\"\"}.ri-user-search-line:before{content:\"\"}.ri-user-settings-fill:before{content:\"\"}.ri-user-settings-line:before{content:\"\"}.ri-user-shared-2-fill:before{content:\"\"}.ri-user-shared-2-line:before{content:\"\"}.ri-user-shared-fill:before{content:\"\"}.ri-user-shared-line:before{content:\"\"}.ri-user-smile-fill:before{content:\"\"}.ri-user-smile-line:before{content:\"\"}.ri-user-star-fill:before{content:\"\"}.ri-user-star-line:before{content:\"\"}.ri-user-unfollow-fill:before{content:\"\"}.ri-user-unfollow-line:before{content:\"\"}.ri-user-voice-fill:before{content:\"\"}.ri-user-voice-line:before{content:\"\"}.ri-video-add-fill:before{content:\"\"}.ri-video-add-line:before{content:\"\"}.ri-video-chat-fill:before{content:\"\"}.ri-video-chat-line:before{content:\"\"}.ri-video-download-fill:before{content:\"\"}.ri-video-download-line:before{content:\"\"}.ri-video-fill:before{content:\"\"}.ri-video-line:before{content:\"\"}.ri-video-upload-fill:before{content:\"\"}.ri-video-upload-line:before{content:\"\"}.ri-vidicon-2-fill:before{content:\"\"}.ri-vidicon-2-line:before{content:\"\"}.ri-vidicon-fill:before{content:\"\"}.ri-vidicon-line:before{content:\"\"}.ri-vimeo-fill:before{content:\"\"}.ri-vimeo-line:before{content:\"\"}.ri-vip-crown-2-fill:before{content:\"\"}.ri-vip-crown-2-line:before{content:\"\"}.ri-vip-crown-fill:before{content:\"\"}.ri-vip-crown-line:before{content:\"\"}.ri-vip-diamond-fill:before{content:\"\"}.ri-vip-diamond-line:before{content:\"\"}.ri-vip-fill:before{content:\"\"}.ri-vip-line:before{content:\"\"}.ri-virus-fill:before{content:\"\"}.ri-virus-line:before{content:\"\"}.ri-visa-fill:before{content:\"\"}.ri-visa-line:before{content:\"\"}.ri-voice-recognition-fill:before{content:\"\"}.ri-voice-recognition-line:before{content:\"\"}.ri-voiceprint-fill:before{content:\"\"}.ri-voiceprint-line:before{content:\"\"}.ri-volume-down-fill:before{content:\"\"}.ri-volume-down-line:before{content:\"\"}.ri-volume-mute-fill:before{content:\"\"}.ri-volume-mute-line:before{content:\"\"}.ri-volume-off-vibrate-fill:before{content:\"\"}.ri-volume-off-vibrate-line:before{content:\"\"}.ri-volume-up-fill:before{content:\"\"}.ri-volume-up-line:before{content:\"\"}.ri-volume-vibrate-fill:before{content:\"\"}.ri-volume-vibrate-line:before{content:\"\"}.ri-vuejs-fill:before{content:\"\"}.ri-vuejs-line:before{content:\"\"}.ri-walk-fill:before{content:\"\"}.ri-walk-line:before{content:\"\"}.ri-wallet-2-fill:before{content:\"\"}.ri-wallet-2-line:before{content:\"\"}.ri-wallet-3-fill:before{content:\"\"}.ri-wallet-3-line:before{content:\"\"}.ri-wallet-fill:before{content:\"\"}.ri-wallet-line:before{content:\"\"}.ri-water-flash-fill:before{content:\"\"}.ri-water-flash-line:before{content:\"\"}.ri-webcam-fill:before{content:\"\"}.ri-webcam-line:before{content:\"\"}.ri-wechat-2-fill:before{content:\"\"}.ri-wechat-2-line:before{content:\"\"}.ri-wechat-fill:before{content:\"\"}.ri-wechat-line:before{content:\"\"}.ri-wechat-pay-fill:before{content:\"\"}.ri-wechat-pay-line:before{content:\"\"}.ri-weibo-fill:before{content:\"\"}.ri-weibo-line:before{content:\"\"}.ri-whatsapp-fill:before{content:\"\"}.ri-whatsapp-line:before{content:\"\"}.ri-wheelchair-fill:before{content:\"\"}.ri-wheelchair-line:before{content:\"\"}.ri-wifi-fill:before{content:\"\"}.ri-wifi-line:before{content:\"\"}.ri-wifi-off-fill:before{content:\"\"}.ri-wifi-off-line:before{content:\"\"}.ri-window-2-fill:before{content:\"\"}.ri-window-2-line:before{content:\"\"}.ri-window-fill:before{content:\"\"}.ri-window-line:before{content:\"\"}.ri-windows-fill:before{content:\"\"}.ri-windows-line:before{content:\"\"}.ri-windy-fill:before{content:\"\"}.ri-windy-line:before{content:\"\"}.ri-wireless-charging-fill:before{content:\"\"}.ri-wireless-charging-line:before{content:\"\"}.ri-women-fill:before{content:\"\"}.ri-women-line:before{content:\"\"}.ri-wubi-input:before{content:\"\"}.ri-xbox-fill:before{content:\"\"}.ri-xbox-line:before{content:\"\"}.ri-xing-fill:before{content:\"\"}.ri-xing-line:before{content:\"\"}.ri-youtube-fill:before{content:\"\"}.ri-youtube-line:before{content:\"\"}.ri-zcool-fill:before{content:\"\"}.ri-zcool-line:before{content:\"\"}.ri-zhihu-fill:before{content:\"\"}.ri-zhihu-line:before{content:\"\"}.ri-zoom-in-fill:before{content:\"\"}.ri-zoom-in-line:before{content:\"\"}.ri-zoom-out-fill:before{content:\"\"}.ri-zoom-out-line:before{content:\"\"}.ri-zzz-fill:before{content:\"\"}.ri-zzz-line:before{content:\"\"}.noUi-tooltip{background:rgba(0, 0, 0, 0.9);color:white;font-size:12px;border:0;border-radius:4px;font-weight:500}.noUi-handle{width:22px !important;height:22px !important;border-radius:100%;border:0;background:white;box-shadow:0 .25rem .5rem rgba(29, 48, 61, 0.184);margin-top:-5px}.noUi-handle:before,.noUi-handle:after{display:none}.noUi-target{border:0;box-shadow:none;height:4px;background:#f7f8f9}.noUi-connect{background:#1c212c}.noUi-marker-large{background:#f7f8f9;margin-top:5px}.noUi-value{font-size:12px;font-weight:500;color:#a0a0a2;margin-top:10px}.medium-zoom-image--opened{z-index:999}.medium-zoom-overlay{z-index:99}.w-100.medium-zoom-image.medium-zoom-image--opened{width:auto !important}.simplebar-content{padding-right:1.25rem !important}.simplebar-track{background:#f7f8f9;border-radius:4px}.simplebar-track.simplebar-vertical{width:7px}.simplebar-scrollbar{opacity:.5}.simplebar-wrapper{height:150px}.swiper-overflow-visible{overflow:visible}.swiper-overflow-visible .swiper-scrollbar{bottom:-45px;left:0}.swiper-container-horizontal>.swiper-scrollbar{height:4px;width:100%}.swiper-container-horizontal>.swiper-scrollbar{left:0}.card .swiper-button-disabled{opacity:0;display:none !important}.swiper-slide{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}.swiper-pagination-bullet{width:8px;height:8px;font-size:12px;opacity:1;display:inline-block;margin-left:4px;margin-right:4px;cursor:pointer;transition:all .2s;overflow:hidden}.swiper-pagination-bullet-active{width:20px;border-radius:10px}.vertical-pagination .swiper-pagination-bullet-active{width:8px;height:20px}.swiper-pagination-bullet-light .swiper-pagination-bullet{background:rgba(255,255,255,.9)}.gallery-thumbs-vertical .swiper-slide{cursor:pointer;border-bottom:2px solid transparent;opacity:.5}.gallery-thumbs-vertical .swiper-slide.swiper-slide-thumb-active{border-color:#1c212c;opacity:1}.gallery-thumbs-horizontal .swiper-slide{border:2px solid #e9eaea;opacity:.5;cursor:pointer}.gallery-thumbs-horizontal .swiper-slide.swiper-slide-thumb-active{border-color:#1c212c;opacity:1}.swiper-btn{cursor:pointer;transition:all ease-in .2s}.swiper-btn:hover{opacity:.5}.swiper-btn-side{position:absolute;top:45%;left:0;z-index:30}.swiper-btn-side-right{left:auto;right:0}.swiper-btn-show-hover{transform:translateX(-20%);opacity:0}.swiper-btn-show-hover.swiper-btn-side-right{transform:translateX(10%)}.swiper-container:hover .swiper-btn-show-hover{transform:translateX(0);opacity:1}.swiper-button-disabled{opacity:.1}.swiper-disabled-hide.swiper-button-disabled{opacity:0 !important}.lookbook-thumbs-horizontal .swiper-slide{opacity:.1;cursor:pointer;transition:all linear .2s}.lookbook-thumbs-horizontal .swiper-slide:hover,.lookbook-thumbs-horizontal .swiper-slide.swiper-slide-thumb-active{opacity:1}.swiper-pagination-blocks .swiper-pagination-custom{display:flex;justify-content:space-between}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet{display:flex;width:auto;flex-grow:1;border-radius:0;margin:0;margin-right:1rem;background:#e9eaea;height:4px;cursor:default}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet:last-child{margin-right:0}.swiper-pagination-blocks .swiper-pagination-custom .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#1c212c}.svg-logo-white{color:#fc6229}.svg-logo-black{color:#1c212c}.navbar-transparent .svg-logo-black{color:#fff}",".animation-float {\n\tanimation: float 3s ease-in-out infinite;\n}\n\n/* loop from 1 - 10 for different floating option */\n@for $i from 1 through 10 {\n\t.animation-float-#{$i} {\n\t\tanimation: float #{$i}s ease-in-out infinite;\n\t}\n}\n\n/* loop from 1 - 10 for different marquee timing option */\n@for $i from 1 through 10 {\n\t.animation-marquee-#{$i}0 {\n\t\tanimation: marquee #{$i}0s linear infinite;\n\t}\n}\n\n\n@keyframes float {\n\t0% {\n\t\ttransform: translate3d(0, 0, 0);\n\t}\n\n\t50% {\n\t\ttransform: translate3d(0, 7px, 0);\n\t}\n\n\t100% {\n\t\ttransform: translate3d(0, 0, 0);\n\t}\n}\n\n.animation-move {\n\tanimation: move 80s ease;\n\tposition: absolute;\n\tanimation-iteration-count: infinite;\n }\n\n.animation-move-slow {\n\tanimation: move 120s ease;\n\tposition: absolute;\n\tanimation-iteration-count: infinite;\n}\n \n@keyframes move {\n\t0% {\n\t transform-origin: bottom left;\n\t transform: scale(1.0);\n\t}\n\t50% {\n\t transform: scale(1.2);\n\t}\n\t100% {\n\t transform: scale(1);\n\t}\n }\n\n\n.animation-rotate {\n\tanimation: rotation 2s infinite linear;\n}\n\n@keyframes rotation {\n\tfrom {\n\t\ttransform: rotate(0deg);\n\t}\n\n\tto {\n\t\ttransform: rotate(359deg);\n\t}\n}\n\n.animation-pulsate {\n\tanimation: pulsate 2s infinite linear;\n}\n\n@keyframes pulsate {\n\t0% {\n\t\ttransform: scale(1);\n\t\topacity: 0.8;\n\t}\n\n\t45% {\n\t\ttransform: scale(1.75);\n\t\topacity: 0;\n\t}\n}\n\n@keyframes fadeIn {\n\t0% {\n\t\tdisplay: none;\n\t\topacity: 0;\n\t}\n\n\t1% {\n\t\tdisplay: block;\n\t\topacity: 0;\n\t}\n\n\t100% {\n\t\tdisplay: block;\n\t\topacity: 1;\n\t}\n}\n\n@keyframes fadeInLeft {\n\t0% {\n\t\tdisplay: none;\n\t\topacity: 0;\n\t\ttransform: translateX(-100%);\n\t}\n\n\t1% {\n\t\tdisplay: block;\n\t\topacity: 0;\n\t}\n\n\t100% {\n\t\tdisplay: block;\n\t\topacity: 1;\n\t\ttransform: translateX(0);\n\t}\n}\n\n@keyframes fadeInRight {\n\t0% {\n\t\tdisplay: none;\n\t\topacity: 0;\n\t\ttransform: translateX(100%);\n\t}\n\n\t1% {\n\t\tdisplay: block;\n\t\topacity: 0;\n\t}\n\n\t100% {\n\t\tdisplay: block;\n\t\topacity: 1;\n\t\ttransform: translateX(0);\n\t}\n}\n\n@keyframes fadeOutRight {\n\t0% {\n\t\tdisplay: block;\n\t\topacity: 1;\n\t\ttransform: translateX(0);\n\t}\n\n\t100% {\n\t\tdisplay: none;\n\t\topacity: 0;\n\t\ttransform: translateX(100%);\n\t}\n}\n\n\n@keyframes fadeInUp {\n\t0% {\n\t\tdisplay: none;\n\t\topacity: 0;\n\t\ttransform: translateY(10px);\n\t}\n\n\t1% {\n\t\tdisplay: block;\n\t\topacity: 0;\n\t}\n\n\t100% {\n\t\tdisplay: block;\n\t\topacity: 1;\n\t\ttransform: translateY(0);\n\t}\n}\n\n@keyframes fadeInUpMenu {\n\t0% {\n\t\tdisplay: none;\n\t\topacity: 0;\n\t\ttransform: translate(-50%,10px);\n\t}\n\n\t1% {\n\t\tdisplay: block;\n\t\topacity: 0;\n\t}\n\n\t100% {\n\t\tdisplay: block;\n\t\topacity: 1;\n\t\ttransform: translate(-50%,0);\n\t}\n}\n\n\n@keyframes marquee {\n\tfrom {\n\t\ttransform: translate3d(0, 0, 0);\n\t}\n\n\tto {\n\t\ttransform: translate3d(-100%, 0, 0);\n\t}\n}","[class*='hover-'] {\n will-change: transform, opacity, box-shadow;\n}\n\n.hover-lift {\n transition: all ease-in .15s;\n &:hover {\n transform: translate3d(0px, -5px, 0px);\n }\n}\n\n\n.hover-lift-sm {\n transition: all ease-in .15s;\n &:hover {\n transform: translate3d(0px, -2px, 0px);\n }\n}\n\n.hover-opacity-75 {\n transition: all ease-in .15s;\n &:hover {\n opacity: .75;\n }\n}\n\n.hover-boxshadow {\n transition: all ease-in .15s;\n &:hover {\n box-shadow: $box-shadow;\n }\n}\n\n.hover-target-show {\n opacity: 0;\n transition: all ease-in .1s;\n}\n\n.hover-target-hide {\n opacity: 1;\n transition: all ease-in .1s; \n}\n\n.hover-show {\n opacity: 0;\n}\n\n\n.hover-trigger {\n\n &:hover {\n z-index: 20;\n\n .hover-target-show {\n opacity: 1;\n transition: all ease-in .3s;\n }\n .hover-target-hide {\n opacity: 0;\n }\n .hover-show {\n opacity: 1;\n }\n\n }\n}\n\n.hover-pseudo-bg {\n position: relative;\n\n &:before {\n content: \"\";\n display: block;\n background: $white;\n box-shadow: $box-shadow-lg;\n border-radius: $border-radius;\n width: 100%;\n min-height: 100%;\n height: var(--theme-listing-page-card-pseudo-hover-height);\n transform: scale3d(1.1, 1.1, 1.1);\n position: absolute;\n z-index: -1;\n transition: all ease-in .3s;\n opacity: 0;\n }\n\n &:hover {\n &:before {\n opacity: 1;\n }\n }\n}\n\n","// Variables\n//\n// Variables should follow the `$component-state-property-size` formula for\n// consistent naming. Ex: $nav-link-disabled-color and $modal-content-box-shadow-xs.\n\n// Color system\n\n$white: #fff;\n$gray-50: #f6f6f6;\n$gray-100: #e9eaea;\n$gray-200: #e9e8ee;\n$gray-300: #dee2e6;\n$gray-400: #ced4da;\n$gray-500: #adb5bd;\n$gray-600: #a0a0a2;\n$gray-700: #495057;\n$gray-800: #343a40;\n$gray-900: #1c212c;\n$black: #000;\n\n// fusv-disable\n$grays: (\n \"100\": $gray-100,\n \"200\": $gray-200,\n \"300\": $gray-300,\n \"400\": $gray-400,\n \"500\": $gray-500,\n \"600\": $gray-600,\n \"700\": $gray-700,\n \"800\": $gray-800,\n \"900\": $gray-900\n);\n// fusv-enable\n\n$blue: #0d6efd;\n$indigo: #6610f2;\n$purple: #6f46ff;\n$pink: #ffa69e;\n$red: #db1a2a;\n$orange: #fc6229;\n$yellow: #ffed03;\n$green: #19b8a2;\n$teal: #08c5d5;\n$cyan: #0dcaf0;\n$facebook-blue: #3b5998;\n$twitter-blue: #00acee;\n\n// scss-docs-start colors-map\n$colors: (\n \"blue\": $blue,\n \"indigo\": $indigo,\n \"purple\": $purple,\n \"pink\": $pink,\n \"red\": $red,\n \"orange\": $orange,\n \"yellow\": $yellow,\n \"green\": $green,\n \"teal\": $teal,\n \"cyan\": $cyan,\n \"white\": $white,\n \"gray\": $gray-600,\n \"gray-dark\": $gray-800\n);\n// scss-docs-end colors-map\n\n$primary: $purple;\n$secondary: $gray-600;\n$success: $green;\n$info: $cyan;\n$warning: $yellow;\n$danger: $red;\n$light: $gray-50;\n$dark: $gray-900; \n$facebook: $facebook-blue; \n$twitter: $twitter-blue;\n$white: $white;\n\n// scss-docs-start theme-colors-map\n$theme-colors: (\n \"primary\": $primary,\n \"secondary\": $secondary,\n \"success\": $success,\n \"info\": $info,\n \"warning\": $warning,\n \"danger\": $danger,\n \"light\": $light,\n \"dark\": $dark,\n \"facebook\": $facebook,\n \"twitter\": $twitter,\n \"white\": $white,\n \"pink\": $pink,\n \"teal\": $teal,\n \"orange\": $orange\n);\n// scss-docs-end theme-colors-map\n\n// The contrast ratio to reach against white, to determine if color changes from \"light\" to \"dark\". Acceptable values for WCAG 2.0 are 3, 4.5 and 7.\n// See https://www.w3.org/TR/WCAG20/#visual-audio-contrast-contrast\n$min-contrast-ratio: 4.5 !default;\n\n// Customize the light and dark text colors for use in our color contrast function.\n$color-contrast-dark: $black !default;\n$color-contrast-light: $white !default;\n\n// fusv-disable\n$blue-100: tint-color($blue, 80%) !default;\n$blue-200: tint-color($blue, 60%) !default;\n$blue-300: tint-color($blue, 40%) !default;\n$blue-400: tint-color($blue, 20%) !default;\n$blue-500: $blue !default;\n$blue-600: shade-color($blue, 20%) !default;\n$blue-700: shade-color($blue, 40%) !default;\n$blue-800: shade-color($blue, 60%) !default;\n$blue-900: shade-color($blue, 80%) !default;\n\n$indigo-100: tint-color($indigo, 80%) !default;\n$indigo-200: tint-color($indigo, 60%) !default;\n$indigo-300: tint-color($indigo, 40%) !default;\n$indigo-400: tint-color($indigo, 20%) !default;\n$indigo-500: $indigo !default;\n$indigo-600: shade-color($indigo, 20%) !default;\n$indigo-700: shade-color($indigo, 40%) !default;\n$indigo-800: shade-color($indigo, 60%) !default;\n$indigo-900: shade-color($indigo, 80%) !default;\n\n$purple-100: tint-color($purple, 80%) !default;\n$purple-200: tint-color($purple, 60%) !default;\n$purple-300: tint-color($purple, 40%) !default;\n$purple-400: tint-color($purple, 20%) !default;\n$purple-500: $purple !default;\n$purple-600: shade-color($purple, 20%) !default;\n$purple-700: shade-color($purple, 40%) !default;\n$purple-800: shade-color($purple, 60%) !default;\n$purple-900: shade-color($purple, 80%) !default;\n\n$pink-100: tint-color($pink, 80%) !default;\n$pink-200: tint-color($pink, 60%) !default;\n$pink-300: tint-color($pink, 40%) !default;\n$pink-400: tint-color($pink, 20%) !default;\n$pink-500: $pink !default;\n$pink-600: shade-color($pink, 20%) !default;\n$pink-700: shade-color($pink, 40%) !default;\n$pink-800: shade-color($pink, 60%) !default;\n$pink-900: shade-color($pink, 80%) !default;\n\n$red-100: tint-color($red, 80%) !default;\n$red-200: tint-color($red, 60%) !default;\n$red-300: #f07e7e !default;\n$red-400: tint-color($red, 20%) !default;\n$red-500: $red !default;\n$red-600: shade-color($red, 20%) !default;\n$red-700: shade-color($red, 40%) !default;\n$red-800: shade-color($red, 60%) !default;\n$red-900: shade-color($red, 80%) !default;\n\n$orange-100: tint-color($orange, 80%) !default;\n$orange-200: tint-color($orange, 60%) !default;\n$orange-300: tint-color($orange, 40%) !default;\n$orange-400: tint-color($orange, 20%) !default;\n$orange-500: $orange !default;\n$orange-600: shade-color($orange, 20%) !default;\n$orange-700: shade-color($orange, 40%) !default;\n$orange-800: shade-color($orange, 60%) !default;\n$orange-900: shade-color($orange, 80%) !default;\n\n$yellow-100: tint-color($yellow, 80%) !default;\n$yellow-200: tint-color($yellow, 60%) !default;\n$yellow-300: tint-color($yellow, 40%) !default;\n$yellow-400: tint-color($yellow, 20%) !default;\n$yellow-500: $yellow !default;\n$yellow-600: shade-color($yellow, 20%) !default;\n$yellow-700: shade-color($yellow, 40%) !default;\n$yellow-800: shade-color($yellow, 60%) !default;\n$yellow-900: shade-color($yellow, 80%) !default;\n\n$green-100: tint-color($green, 80%) !default;\n$green-200: tint-color($green, 60%) !default;\n$green-300: tint-color($green, 40%) !default;\n$green-400: tint-color($green, 20%) !default;\n$green-500: $green !default;\n$green-600: shade-color($green, 20%) !default;\n$green-700: shade-color($green, 40%) !default;\n$green-800: shade-color($green, 60%) !default;\n$green-900: shade-color($green, 80%) !default;\n\n$teal-100: tint-color($teal, 80%) !default;\n$teal-200: tint-color($teal, 60%) !default;\n$teal-300: #e2f7f9 !default;\n$teal-400: tint-color($teal, 20%) !default;\n$teal-500: $teal !default;\n$teal-600: shade-color($teal, 20%) !default;\n$teal-700: shade-color($teal, 40%) !default;\n$teal-800: shade-color($teal, 60%) !default;\n$teal-900: shade-color($teal, 80%) !default;\n\n$cyan-100: tint-color($cyan, 80%) !default;\n$cyan-200: tint-color($cyan, 60%) !default;\n$cyan-300: tint-color($cyan, 40%) !default;\n$cyan-400: tint-color($cyan, 20%) !default;\n$cyan-500: $cyan !default;\n$cyan-600: shade-color($cyan, 20%) !default;\n$cyan-700: shade-color($cyan, 40%) !default;\n$cyan-800: shade-color($cyan, 60%) !default;\n$cyan-900: shade-color($cyan, 80%) !default;\n// fusv-enable\n\n// Characters which are escaped by the escape-svg function\n$escaped-characters: (\n (\"<\", \"%3c\"),\n (\">\", \"%3e\"),\n (\"#\", \"%23\"),\n (\"(\", \"%28\"),\n (\")\", \"%29\"),\n) !default;\n\n// Options\n//\n// Quickly modify global styling by enabling or disabling optional features.\n\n$enable-caret: true !default;\n$enable-rounded: true !default;\n$enable-shadows: false !default;\n$enable-gradients: false !default;\n$enable-transitions: true !default;\n$enable-reduced-motion: true !default;\n$enable-smooth-scroll: true !default;\n$enable-grid-classes: true !default;\n$enable-button-pointers: true !default;\n$enable-rfs: true !default;\n$enable-validation-icons: true !default;\n$enable-negative-margins: true !default;\n$enable-deprecation-messages: true !default;\n$enable-important-utilities: true !default;\n\n// Prefix for :root CSS variables\n\n$variable-prefix: bs- !default;\n\n\n// Fixed widths\n$fixed-widths: (\n 1: .25rem,\n 2: .5rem,\n 3: .75rem,\n 4: 1rem,\n 5: 1.25rem,\n 6: 1.5rem,\n 7: 1.75rem,\n 8: 2rem,\n 9: 2.25rem,\n 10: 2.5rem,\n 12: 3rem,\n 14: 3.5rem,\n 16: 4rem,\n 20: 5rem,\n 24: 6rem,\n 28: 7rem,\n 30: 7.25rem,\n 32: 8rem,\n 36: 9rem,\n 40: 10rem,\n 44: 11rem,\n 48: 12rem,\n 52: 15rem,\n 56: 18rem,\n 60: 21rem,\n 64: 24rem,\n 68: 27rem,\n 72: 30rem,\n 76: 33rem,\n 80: 36rem,\n 84: 40rem,\n 88: 44rem,\n 92: 50rem,\n 96: 56rem,\n 100: 60rem\n);\n\n// Gradient\n//\n// The gradient which is added to components if `$enable-gradients` is `true`\n// This gradient is also added to elements with `.bg-gradient`\n$gradient: linear-gradient(180deg, rgba($white, .15), rgba($white, 0)) !default;\n\n// Spacing\n//\n// Control the default styling of most Bootstrap elements by modifying these\n// variables. Mostly focused on spacing.\n// You can add more entries to the $spacers map, should you need more variation.\n\n// spacers\n$spacer: 1rem;\n$spacers: (\n 0: 0,\n 1: $spacer / 4,\n 2: $spacer / 2,\n 3: $spacer,\n 4: $spacer * 1.5,\n 5: $spacer * 3,\n 6: ($spacer * 3.5),\n 7: ($spacer * 4),\n 8: ($spacer * 5),\n 9: ($spacer * 6),\n 10: ($spacer * 7)\n);\n\n$negative-spacers: if($enable-negative-margins, negativify-map($spacers), null) !default;\n\n// Position\n//\n// Define the edge positioning anchors of the position utilities.\n\n$position-values: (\n 0: 0,\n 1: 1%,\n 2: 2%,\n 3: 3%,\n 4: 4%,\n 5: 5%,\n 7: 7%,\n 10: 10%,\n 20: 20%,\n 25: 25%,\n 30: 30%,\n 35: 35%,\n 40: 40%,\n 45: 45%,\n 50: 50%,\n 75: 75%,\n 100: 100%\n) !default;\n\n\n// Body\n//\n// Settings for the `` element.\n\n$body-bg: $white !default;\n$body-color: $gray-900 !default;\n$body-text-align: null !default;\n\n\n// Links\n//\n// Style anchor elements.\n\n$link-color: $gray-900 !default;\n$link-decoration: underline !default;\n$link-shade-percentage: 20% !default;\n$link-hover-color: shift-color($link-color, $link-shade-percentage) !default;\n$link-hover-decoration: null !default;\n\n$stretched-link-pseudo-element: after !default;\n$stretched-link-z-index: 1 !default;\n\n// Paragraphs\n//\n// Style p element.\n\n$paragraph-margin-bottom: 1rem !default;\n\n\n// Grid breakpoints\n//\n// Define the minimum dimensions at which your layout will change,\n// adapting to different screen sizes, for use in media queries.\n\n// scss-docs-start grid-breakpoints\n$grid-breakpoints: (\n xs: 0,\n sm: 576px,\n md: 768px,\n lg: 992px,\n xl: 1200px,\n xxl: 1400px\n) !default;\n// scss-docs-end grid-breakpoints\n\n@include _assert-ascending($grid-breakpoints, \"$grid-breakpoints\");\n@include _assert-starts-at-zero($grid-breakpoints, \"$grid-breakpoints\");\n\n\n// Grid containers\n//\n// Define the maximum width of `.container` for different screen sizes.\n\n// scss-docs-start container-max-widths\n$container-max-widths: (\n sm: 100%,\n md: 100%,\n lg: 100%,\n xl: 1140px,\n xxl: 1320px\n) !default;\n// scss-docs-end container-max-widths\n\n@include _assert-ascending($container-max-widths, \"$container-max-widths\");\n\n\n// Grid columns\n//\n// Set the number of columns and specify the width of the gutters.\n\n$grid-columns: 12 !default;\n$grid-gutter-width: 1.5rem !default;\n$grid-row-columns: 6 !default;\n\n$gutters: $spacers !default;\n\n// Container padding\n\n$container-padding-x: $grid-gutter-width !default;\n\n\n// Components\n//\n// Define common padding and border radius sizes and more.\n\n$border-width: 1px !default;\n$border-widths: (\n 0: 0,\n 1: 1px,\n 2: 2px,\n 3: 3px,\n 4: 4px,\n 5: 5px\n) !default;\n\n$border-color: $gray-100 !default;\n\n$border-radius: .25rem !default;\n$border-radius-sm: .2rem !default;\n$border-radius-lg: .3rem !default;\n$border-radius-xl: 20px !default;\n$border-radius-pill: 50rem !default;\n\n$box-shadow-sm: 0 4px .5rem rgba(29, 48, 61, 0.03) !default;\n$box-shadow: 0 .5rem 1rem rgba(29, 48, 61, .06) !default;\n$box-shadow-lg: 0 1rem 2.5rem rgba(29, 48, 61, .125) !default;\n$box-shadow-inset: inset 0 1px 2px rgba($black, .075) !default;\n\n$component-active-color: $white !default;\n$component-active-bg: $gray-900 !default;\n\n$caret-width: .3em !default;\n$caret-vertical-align: $caret-width * .85 !default;\n$caret-spacing: $caret-width * .85 !default;\n\n$transition-base: all .2s ease-in-out !default;\n$transition-fade: opacity .15s linear !default;\n$transition-collapse: height .35s ease !default;\n\n// stylelint-disable function-disallowed-list\n// scss-docs-start aspect-ratios\n$aspect-ratios: (\n \"1x1\": 100%,\n \"4x3\": calc(3 / 4 * 100%),\n \"16x9\": calc(9 / 16 * 100%),\n \"21x9\": calc(9 / 21 * 100%)\n) !default;\n// scss-docs-end aspect-ratios\n// stylelint-enable function-disallowed-list\n\n// Typography\n//\n// Font, line-height, and color for body text, headings, and more.\n\n// stylelint-disable value-keyword-case\n$font-family-sans-serif: system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", Arial, \"Noto Sans\", \"Liberation Sans\", sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\" !default;\n$font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\", \"Courier New\", monospace !default;\n// stylelint-enable value-keyword-case\n$font-family-base: var(--#{$variable-prefix}font-sans-serif) !default;\n$font-family-code: var(--#{$variable-prefix}font-monospace) !default;\n\n// $font-size-root effects the value of `rem`, which is used for as well font sizes, paddings and margins\n// $font-size-base effects the font size of the body text\n$font-size-root: null !default;\n$font-size-base: 1rem !default; // Assumes the browser default, typically `16px`\n$font-size-sm: $font-size-base * .875 !default;\n$font-size-lg: $font-size-base * 1.25 !default;\n\n$font-weight-lighter: lighter !default;\n$font-weight-light: 300 !default;\n$font-weight-normal: 400 !default;\n$font-weight-bold: 700 !default;\n$font-weight-bolder: 500 !default;\n\n$font-weight-base: $font-weight-normal !default;\n\n$line-height-base: 1.5 !default;\n$line-height-sm: 1.25 !default;\n$line-height-lg: 2 !default;\n\n$h1-font-size: $font-size-base * 2.5 !default;\n$h2-font-size: $font-size-base * 2 !default;\n$h3-font-size: $font-size-base * 1.75 !default;\n$h4-font-size: $font-size-base * 1.5 !default;\n$h5-font-size: $font-size-base * 1.25 !default;\n$h6-font-size: $font-size-base !default;\n\n\n// display-headings\n$display-font-sizes-sm: ( 1: 3.75rem, 2: 3.25rem, 3: 2.75rem, 4: 2.25rem, 5: 1.75rem, 6: 1.5rem);\n\n\n// letter spacings\n$letter-spacing: (\n \"tighter\": -0.05em,\n \"tight\": -0.025em,\n \"wide\": 0.065em,\n \"wider\": 0.25em,\n \"widest\": 0.4em\n);\n\n// scss-docs-start font-sizes\n$font-sizes: (\n 1: $h1-font-size,\n 2: $h2-font-size,\n 3: $h3-font-size,\n 4: $h4-font-size,\n 5: $h5-font-size,\n 6: $h6-font-size,\n 7: 90%,\n 8: 80%,\n 9: 12px\n) !default;\n// scss-docs-end font-sizes\n\n$headings-margin-bottom: $spacer / 2 !default;\n$headings-font-family: null !default;\n$headings-font-style: null !default;\n$headings-font-weight: 500 !default;\n$headings-line-height: 1.2 !default;\n$headings-color: null !default;\n\n// scss-docs-start display-headings\n$display-font-sizes: (\n 1: 5rem,\n 2: 4.5rem,\n 3: 4rem,\n 4: 3.5rem,\n 5: 3rem,\n 6: 2.25rem\n) !default;\n\n$display-font-weight: 300 !default;\n$display-line-height: $headings-line-height !default;\n// scss-docs-end display-headings\n\n$lead-font-size: $font-size-base * 1.25 !default;\n$lead-font-weight: 300 !default;\n\n$small-font-size: .85em !default;\n\n$sub-sup-font-size: .75em !default;\n\n$text-muted: $gray-600 !default;\n\n$initialism-font-size: $small-font-size !default;\n\n$blockquote-margin-y: $spacer !default;\n$blockquote-font-size: $font-size-base * 1.25 !default;\n$blockquote-footer-color: $gray-600 !default;\n$blockquote-footer-font-size: $small-font-size !default;\n\n$hr-margin-y: $spacer !default;\n$hr-color: inherit !default;\n$hr-height: $border-width !default;\n$hr-opacity: .25 !default;\n\n$legend-margin-bottom: .5rem !default;\n$legend-font-size: 1.5rem !default;\n$legend-font-weight: null !default;\n\n$mark-padding: .2em !default;\n\n$dt-font-weight: $font-weight-bold !default;\n\n$nested-kbd-font-weight: $font-weight-bold !default;\n\n$list-inline-padding: .5rem !default;\n\n$mark-bg: #fcf8e3 !default;\n\n\n// Tables\n//\n// Customizes the `.table` component with basic values, each used across all table variations.\n\n// scss-docs-start table-variables\n$table-cell-padding-y: .5rem !default;\n$table-cell-padding-x: .5rem !default;\n$table-cell-padding-y-sm: .25rem !default;\n$table-cell-padding-x-sm: .25rem !default;\n\n$table-cell-vertical-align: top !default;\n\n$table-color: $body-color !default;\n$table-bg: transparent !default;\n\n$table-th-font-weight: 500 !default;\n\n$table-striped-color: $table-color !default;\n$table-striped-bg-factor: .05 !default;\n$table-striped-bg: rgba($black, $table-striped-bg-factor) !default;\n\n$table-active-color: $table-color !default;\n$table-active-bg-factor: .1 !default;\n$table-active-bg: rgba($black, $table-active-bg-factor) !default;\n\n$table-hover-color: $table-color !default;\n$table-hover-bg-factor: .075 !default;\n$table-hover-bg: rgba($black, $table-hover-bg-factor) !default;\n\n$table-border-factor: .1 !default;\n$table-border-width: $border-width !default;\n$table-border-color: $border-color !default;\n\n$table-striped-order: odd !default;\n\n$table-group-separator-color: currentColor !default;\n\n$table-caption-color: $text-muted !default;\n\n$table-bg-scale: -80% !default;\n\n$table-variants: (\n \"primary\": shift-color($primary, $table-bg-scale),\n \"secondary\": shift-color($secondary, $table-bg-scale),\n \"success\": shift-color($success, $table-bg-scale),\n \"info\": shift-color($info, $table-bg-scale),\n \"warning\": shift-color($warning, $table-bg-scale),\n \"danger\": shift-color($danger, $table-bg-scale),\n \"light\": $light,\n \"dark\": $dark,\n) !default;\n// scss-docs-end table-variables\n\n\n// Buttons + Forms\n// Custom Button Vars\n$btn-chunky-box-shadow: 0px 4px 0px 0px;\n\n$btn-faded-bg-opacity: 0.2;\n$alert-faded-bg-opacity: 0.1;\n// Shared variables that are reassigned to `$input-` and `$btn-` specific variables.\n\n$input-btn-padding-y: .375rem !default;\n$input-btn-padding-x: .75rem !default;\n$input-btn-font-family: null !default;\n$input-btn-font-size: $font-size-base !default;\n$input-btn-line-height: $line-height-base !default;\n\n$input-btn-focus-width: .25rem !default;\n$input-btn-focus-color-opacity: .25 !default;\n$input-btn-focus-color: rgba($component-active-bg, $input-btn-focus-color-opacity) !default;\n$input-btn-focus-box-shadow: 0 0 0 $input-btn-focus-width $input-btn-focus-color !default;\n\n$input-btn-padding-y-sm: .25rem !default;\n$input-btn-padding-x-sm: .5rem !default;\n$input-btn-font-size-sm: $font-size-sm !default;\n\n$input-btn-padding-y-lg: 1.5rem !default;\n$input-btn-padding-x-lg: 2rem !default;\n$input-btn-font-size-lg: $font-size-lg !default;\n\n$input-btn-border-width: $border-width !default;\n\n\n// Buttons\n//\n// For each of Bootstrap's buttons, define text, background, and border color.\n\n$btn-padding-y: 1.25rem;\n$btn-padding-x: 1.5rem;\n$btn-font-family: $input-btn-font-family !default;\n$btn-font-size: $input-btn-font-size !default;\n$btn-line-height: 1 !default;\n$btn-white-space: null !default; // Set to `nowrap` to prevent text wrapping\n\n$btn-padding-y-sm: $input-btn-padding-y-sm !default;\n$btn-padding-x-sm: $input-btn-padding-x-sm !default;\n$btn-font-size-sm: $input-btn-font-size-sm !default;\n\n$btn-padding-y-lg: $input-btn-padding-y-lg !default;\n$btn-padding-x-lg: $input-btn-padding-x-lg !default;\n$btn-font-size-lg: $input-btn-font-size-lg !default;\n\n$btn-border-width: $input-btn-border-width !default;\n\n$btn-font-weight: 500 !default;\n$btn-box-shadow: inset 0 1px 0 rgba($white, .15), 0 1px 1px rgba($black, .075) !default;\n$btn-focus-width: $input-btn-focus-width !default;\n$btn-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$btn-disabled-opacity: .65 !default;\n$btn-active-box-shadow: inset 0 3px 5px rgba($black, .125) !default;\n\n$btn-link-color: $link-color !default;\n$btn-link-hover-color: $link-hover-color !default;\n$btn-link-disabled-color: $gray-600 !default;\n\n// Allows for customizing button radius independently from global border radius\n$btn-border-radius: 0 !default;\n$btn-border-radius-sm: 0 !default;\n$btn-border-radius-lg: 0 !default;\n\n$btn-transition: null !default;\n\n\n// Forms\n\n$form-text-margin-top: .25rem !default;\n$form-text-font-size: $small-font-size !default;\n$form-text-font-style: null !default;\n$form-text-font-weight: null !default;\n$form-text-color: $text-muted !default;\n\n$form-label-margin-bottom: .5rem !default;\n$form-label-font-size: 1rem !default;\n$form-label-font-style: null !default;\n$form-label-font-weight: 500 !default;\n$form-label-color: null !default;\n\n$input-padding-y: .65rem;\n$input-padding-x: .75rem; \n$input-font-family: $input-btn-font-family !default;\n$input-font-size: $input-btn-font-size !default;\n$input-font-weight: $font-weight-base !default;\n$input-line-height: $input-btn-line-height !default;\n\n$input-padding-y-sm: $input-btn-padding-y-sm !default;\n$input-padding-x-sm: $input-btn-padding-x-sm !default;\n$input-font-size-sm: $input-btn-font-size-sm !default;\n\n$input-padding-y-lg: $input-btn-padding-y-lg !default;\n$input-padding-x-lg: $input-btn-padding-x-lg !default;\n$input-font-size-lg: $input-btn-font-size-lg !default;\n\n$input-bg: $white !default;\n$input-disabled-bg: $gray-200 !default;\n$input-disabled-border-color: null !default;\n\n$input-color: $body-color !default;\n$input-border-color: $gray-400 !default;\n$input-border-width: $input-btn-border-width !default;\n$input-box-shadow: $box-shadow-inset !default;\n\n$input-border-radius: 0 !default;\n$input-border-radius-sm: $border-radius-sm !default;\n$input-border-radius-lg: $border-radius-lg !default;\n\n$input-focus-bg: $input-bg !default;\n$input-focus-border-color: tint-color($component-active-bg, 50%) !default;\n$input-focus-color: $input-color !default;\n$input-focus-width: $input-btn-focus-width !default;\n$input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$input-placeholder-color: $gray-600 !default;\n$input-plaintext-color: $body-color !default;\n\n$input-height-border: $input-border-width * 2 !default;\n\n$input-height-inner: add($input-line-height * 1em, $input-padding-y * 2) !default;\n$input-height-inner-half: add($input-line-height * .5em, $input-padding-y) !default;\n$input-height-inner-quarter: add($input-line-height * .25em, $input-padding-y / 2) !default;\n\n$input-height: add($input-line-height * 1em, add($input-padding-y * 2, $input-height-border, false)) !default;\n$input-height-sm: add($input-line-height * 1em, add($input-padding-y-sm * 2, $input-height-border, false)) !default;\n$input-height-lg: add($input-line-height * 1em, add($input-padding-y-lg * 2, $input-height-border, false)) !default;\n\n$input-transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n\n$form-check-input-width: 1em !default;\n$form-check-min-height: $font-size-base * $line-height-base !default;\n$form-check-padding-start: $form-check-input-width + .5em !default;\n$form-check-margin-bottom: .125rem !default;\n$form-check-label-color: null !default;\n$form-check-label-cursor: null !default;\n$form-check-transition: background-color .15s ease-in-out, background-position .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-check-input-active-filter: brightness(90%) !default;\n\n$form-check-input-bg: $body-bg !default;\n$form-check-input-border: 1px solid rgba(0, 0, 0, .25) !default;\n$form-check-input-border-radius: .25em !default;\n$form-check-radio-border-radius: 50% !default;\n$form-check-input-focus-border: $input-focus-border-color !default;\n$form-check-input-focus-box-shadow: $input-btn-focus-box-shadow !default;\n\n$form-check-input-checked-color: $component-active-color !default;\n$form-check-input-checked-bg-color: $component-active-bg !default;\n$form-check-input-checked-border-color: $form-check-input-checked-bg-color !default;\n$form-check-input-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-check-radio-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-indeterminate-color: $component-active-color !default;\n$form-check-input-indeterminate-bg-color: $component-active-bg !default;\n$form-check-input-indeterminate-border-color: $form-check-input-indeterminate-bg-color !default;\n$form-check-input-indeterminate-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-check-input-disabled-opacity: .5 !default;\n$form-check-label-disabled-opacity: $form-check-input-disabled-opacity !default;\n$form-check-btn-check-disabled-opacity: $btn-disabled-opacity !default;\n\n$form-switch-color: rgba(0, 0, 0, .25) !default;\n$form-switch-width: 2em !default;\n$form-switch-padding-start: $form-switch-width + .5em !default;\n$form-switch-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-border-radius: $form-switch-width !default;\n\n$form-switch-focus-color: $input-focus-border-color !default;\n$form-switch-focus-bg-image: url(\"data:image/svg+xml,\") !default;\n\n$form-switch-checked-color: $component-active-color !default;\n$form-switch-checked-bg-image: url(\"data:image/svg+xml,\") !default;\n$form-switch-checked-bg-position: right center !default;\n\n$form-check-inline-margin-end: 1rem !default;\n\n$input-group-addon-padding-y: $input-padding-y !default;\n$input-group-addon-padding-x: $input-padding-x !default;\n$input-group-addon-font-weight: $input-font-weight !default;\n$input-group-addon-color: $input-color !default;\n$input-group-addon-bg: $gray-200 !default;\n$input-group-addon-border-color: $input-border-color !default;\n\n$form-select-padding-y: $input-padding-y !default;\n$form-select-padding-x: $input-padding-x !default;\n$form-select-font-family: $input-font-family !default;\n$form-select-font-size: $input-font-size !default;\n$form-select-indicator-padding: 1rem !default; // Extra padding to account for the presence of the background-image based indicator\n$form-select-font-weight: $input-font-weight !default;\n$form-select-line-height: $input-line-height !default;\n$form-select-color: $input-color !default;\n$form-select-disabled-color: $gray-600 !default;\n$form-select-bg: $input-bg !default;\n$form-select-disabled-bg: $gray-200 !default;\n$form-select-disabled-border-color: $input-disabled-border-color !default;\n$form-select-bg-position: right $form-select-padding-x center !default;\n$form-select-bg-size: 16px 12px !default; // In pixels because image dimensions\n$form-select-indicator-color: $gray-800 !default;\n$form-select-indicator: url(\"data:image/svg+xml,\") !default;\n\n$form-select-feedback-icon-padding-end: add(1em * .75, (2 * $form-select-padding-y * .75) + $form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-position: center right ($form-select-padding-x + $form-select-indicator-padding) !default;\n$form-select-feedback-icon-size: $input-height-inner-half $input-height-inner-half !default;\n\n$form-select-border-width: $input-border-width !default;\n$form-select-border-color: $input-border-color !default;\n$form-select-border-radius: 0 !default;\n$form-select-box-shadow: $box-shadow-inset !default;\n\n$form-select-focus-border-color: $input-focus-border-color !default;\n$form-select-focus-width: $input-focus-width !default;\n$form-select-focus-box-shadow: 0 0 0 $form-select-focus-width $input-btn-focus-color !default;\n\n$form-select-padding-y-sm: $input-padding-y-sm !default;\n$form-select-padding-x-sm: $input-padding-x-sm !default;\n$form-select-font-size-sm: $input-font-size-sm !default;\n\n$form-select-padding-y-lg: $input-padding-y-lg !default;\n$form-select-padding-x-lg: $input-padding-x-lg !default;\n$form-select-font-size-lg: $input-font-size-lg !default;\n\n$form-range-track-width: 100% !default;\n$form-range-track-height: .5rem !default;\n$form-range-track-cursor: pointer !default;\n$form-range-track-bg: $gray-300 !default;\n$form-range-track-border-radius: 1rem !default;\n$form-range-track-box-shadow: $box-shadow-inset !default;\n\n$form-range-thumb-width: 1rem !default;\n$form-range-thumb-height: $form-range-thumb-width !default;\n$form-range-thumb-bg: $component-active-bg !default;\n$form-range-thumb-border: 0 !default;\n$form-range-thumb-border-radius: 1rem !default;\n$form-range-thumb-box-shadow: 0 .1rem .25rem rgba($black, .1) !default;\n$form-range-thumb-focus-box-shadow: 0 0 0 1px $body-bg, $input-focus-box-shadow !default;\n$form-range-thumb-focus-box-shadow-width: $input-focus-width !default; // For focus box shadow issue in Edge\n$form-range-thumb-active-bg: tint-color($component-active-bg, 70%) !default;\n$form-range-thumb-disabled-bg: $gray-500 !default;\n$form-range-thumb-transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n$form-file-button-color: $input-color !default;\n$form-file-button-bg: $input-group-addon-bg !default;\n$form-file-button-hover-bg: shade-color($form-file-button-bg, 5%) !default;\n\n$form-floating-height: add(3.5rem, $input-height-border) !default;\n$form-floating-padding-x: $input-padding-x !default;\n$form-floating-padding-y: 1rem !default;\n$form-floating-input-padding-t: 1.625rem !default;\n$form-floating-input-padding-b: .625rem !default;\n$form-floating-label-opacity: .65 !default;\n$form-floating-label-transform: scale(.85) translateY(-.5rem) translateX(.15rem) !default;\n$form-floating-transition: opacity .1s ease-in-out, transform .1s ease-in-out !default;\n\n// Form validation\n\n$form-feedback-margin-top: $form-text-margin-top !default;\n$form-feedback-font-size: $form-text-font-size !default;\n$form-feedback-font-style: $form-text-font-style !default;\n$form-feedback-valid-color: $success !default;\n$form-feedback-invalid-color: $danger !default;\n\n$form-feedback-icon-valid-color: $form-feedback-valid-color !default;\n$form-feedback-icon-valid: url(\"data:image/svg+xml,\") !default;\n$form-feedback-icon-invalid-color: $form-feedback-invalid-color !default;\n$form-feedback-icon-invalid: url(\"data:image/svg+xml,\") !default;\n\n// scss-docs-start form-validation-states\n$form-validation-states: (\n \"valid\": (\n \"color\": $form-feedback-valid-color,\n \"icon\": $form-feedback-icon-valid\n ),\n \"invalid\": (\n \"color\": $form-feedback-invalid-color,\n \"icon\": $form-feedback-icon-invalid\n )\n) !default;\n// scss-docs-end form-validation-states\n\n// Z-index master list\n//\n// Warning: Avoid customizing these values. They're used for a bird's eye view\n// of components dependent on the z-axis and are designed to all work together.\n\n// scss-docs-start zindex-stack\n$zindex-dropdown: 1000 !default;\n$zindex-sticky: 1020 !default;\n$zindex-fixed: 1030 !default;\n$zindex-modal-backdrop: 1040 !default;\n$zindex-offcanvas: 1040 !default;\n$zindex-modal: 1050 !default;\n$zindex-popover: 1060 !default;\n$zindex-tooltip: 1070 !default;\n// scss-docs-end zindex-stack\n\n\n// Navs\n\n$nav-link-padding-y: .5rem !default;\n$nav-link-padding-x: 1rem !default;\n$nav-link-font-size: null !default;\n$nav-link-font-weight: null !default;\n$nav-link-color: null !default;\n$nav-link-hover-color: $text-muted !default;\n$nav-link-transition: null !default;\n$nav-link-disabled-color: $gray-600 !default;\n\n$nav-tabs-border-color: $gray-300 !default;\n$nav-tabs-border-width: $border-width !default;\n$nav-tabs-border-radius: $border-radius !default;\n$nav-tabs-link-hover-border-color: $gray-200 $gray-200 $nav-tabs-border-color !default;\n$nav-tabs-link-active-color: $gray-700 !default;\n$nav-tabs-link-active-bg: $body-bg !default;\n$nav-tabs-link-active-border-color: $gray-300 $gray-300 $nav-tabs-link-active-bg !default;\n\n$nav-pills-border-radius: $border-radius !default;\n$nav-pills-link-active-color: $component-active-color !default;\n$nav-pills-link-active-bg: $component-active-bg !default;\n\n\n// Navbar\n\n$navbar-padding-y: $spacer / 2 !default;\n$navbar-padding-x: null !default;\n\n$navbar-nav-link-padding-x: .5rem !default;\n\n$navbar-brand-font-size: $font-size-lg !default;\n// Compute the navbar-brand padding-y so the navbar-brand will have the same height as navbar-text and nav-link\n$nav-link-height: $font-size-base * $line-height-base + $nav-link-padding-y * 2 !default;\n$navbar-brand-height: $navbar-brand-font-size * $line-height-base !default;\n$navbar-brand-padding-y: ($nav-link-height - $navbar-brand-height) / 2 !default;\n$navbar-brand-margin-end: 1rem !default;\n\n$navbar-toggler-padding-y: null !default;\n$navbar-toggler-padding-x: null !default;\n$navbar-toggler-font-size: null !default;\n$navbar-toggler-border-radius: null !default;\n$navbar-toggler-focus-width: null !default;\n$navbar-toggler-transition: null !default;\n\n$navbar-dark-color: rgba($white, 1) !default;\n$navbar-dark-hover-color: rgba($white, .75) !default;\n$navbar-dark-active-color: $white !default;\n$navbar-dark-disabled-color: rgba($white, .25) !default;\n$navbar-dark-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-dark-toggler-border-color: rgba($white, .1) !default;\n\n$navbar-light-color: $body-color !default;\n$navbar-light-hover-color: $text-muted !default;\n$navbar-light-active-color: $text-muted !default;\n$navbar-light-disabled-color: rgba($black, .3) !default;\n$navbar-light-toggler-icon-bg: url(\"data:image/svg+xml,\") !default;\n$navbar-light-toggler-border-color: rgba($black, .1) !default;\n\n$navbar-light-brand-color: $body-color !default;\n$navbar-light-brand-hover-color: $navbar-light-active-color !default;\n$navbar-dark-brand-color: $navbar-dark-active-color !default;\n$navbar-dark-brand-hover-color: $navbar-dark-active-color !default;\n\n\n// Dropdowns\n//\n// Dropdown menu container and contents.\n\n$dropdown-min-width: 10rem !default;\n$dropdown-padding-x: 0 !default;\n$dropdown-padding-y: .5rem !default;\n$dropdown-spacer: .125rem !default;\n$dropdown-font-size: .9375rem !default;\n$dropdown-color: $body-color !default;\n$dropdown-bg: $white !default;\n$dropdown-border-color: transparent;\n$dropdown-border-radius: 0 !default;\n$dropdown-border-width: $border-width !default;\n$dropdown-inner-border-radius: subtract($dropdown-border-radius, $dropdown-border-width) !default;\n$dropdown-divider-bg: $dropdown-border-color !default;\n$dropdown-divider-margin-y: $spacer / 2 !default;\n$dropdown-box-shadow: $box-shadow !default;\n\n$dropdown-link-color: $gray-900 !default;\n$dropdown-link-hover-color: $text-muted !default;\n$dropdown-link-hover-bg: transparent !default;\n\n$dropdown-link-active-color: $component-active-color !default;\n$dropdown-link-active-bg: $component-active-bg !default;\n\n$dropdown-link-disabled-color: $gray-600 !default;\n\n$dropdown-item-padding-y: 0 !default;\n$dropdown-item-padding-x: $spacer !default;\n\n$dropdown-header-color: $gray-600 !default;\n$dropdown-header-padding: $dropdown-padding-y $dropdown-item-padding-x !default;\n\n$dropdown-dark-color: $gray-300 !default;\n$dropdown-dark-bg: $gray-800 !default;\n$dropdown-dark-border-color: $dropdown-border-color !default;\n$dropdown-dark-divider-bg: $dropdown-divider-bg !default;\n$dropdown-dark-box-shadow: null !default;\n$dropdown-dark-link-color: $dropdown-dark-color !default;\n$dropdown-dark-link-hover-color: $white !default;\n$dropdown-dark-link-hover-bg: rgba($white, .15) !default;\n$dropdown-dark-link-active-color: $dropdown-link-active-color !default;\n$dropdown-dark-link-active-bg: $dropdown-link-active-bg !default;\n$dropdown-dark-link-disabled-color: $gray-500 !default;\n$dropdown-dark-header-color: $gray-500 !default;\n\n\n// Pagination\n\n$pagination-padding-y: .375rem !default;\n$pagination-padding-x: 1rem !default;\n$pagination-padding-y-sm: .25rem !default;\n$pagination-padding-x-sm: .5rem !default;\n$pagination-padding-y-lg: .75rem !default;\n$pagination-padding-x-lg: 1.5rem !default;\n\n$pagination-color: $text-muted !default;\n$pagination-bg: $white !default;\n$pagination-border-width: 0 !default;\n$pagination-border-radius: $border-radius !default;\n$pagination-margin-start: -$pagination-border-width !default;\n$pagination-border-color: $gray-300 !default;\n\n$pagination-focus-color: $link-hover-color !default;\n$pagination-focus-bg: $gray-200 !default;\n$pagination-focus-box-shadow: $input-btn-focus-box-shadow !default;\n$pagination-focus-outline: 0 !default;\n\n$pagination-hover-color: $link-hover-color !default;\n$pagination-hover-bg: $gray-200 !default;\n$pagination-hover-border-color: $gray-300 !default;\n\n$pagination-active-color: $component-active-color !default;\n$pagination-active-bg: $component-active-bg !default;\n$pagination-active-border-color: $pagination-active-bg !default;\n\n$pagination-disabled-color: $gray-600 !default;\n$pagination-disabled-bg: $white !default;\n$pagination-disabled-border-color: $gray-300 !default;\n\n$pagination-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out !default;\n\n// Cards\n\n$card-spacer-y: $spacer !default;\n$card-spacer-x: $spacer !default;\n$card-title-spacer-y: $spacer / 2 !default;\n$card-border-width: 0 !default;\n$card-border-radius: 0 !default;\n$card-border-color: rgba($black, .125) !default;\n$card-inner-border-radius: subtract($card-border-radius, $card-border-width) !default;\n$card-cap-padding-y: $card-spacer-y / 2 !default;\n$card-cap-padding-x: $card-spacer-x !default;\n$card-cap-bg: rgba($black, .03) !default;\n$card-cap-color: null !default;\n$card-height: null !default;\n$card-color: null !default;\n$card-bg: $white !default;\n\n$card-img-overlay-padding: $spacer !default;\n\n$card-group-margin: $grid-gutter-width / 2 !default;\n\n// Accordion\n$accordion-padding-y: 1rem !default;\n$accordion-padding-x: 1.25rem !default;\n$accordion-color: $body-color !default;\n$accordion-bg: transparent !default;\n$accordion-border-width: 0 !default;\n$accordion-border-color: rgba($black, .125) !default;\n$accordion-border-radius: $border-radius !default;\n\n$accordion-body-padding-y: $accordion-padding-y !default;\n$accordion-body-padding-x: $accordion-padding-x !default;\n\n$accordion-button-padding-y: $accordion-padding-y !default;\n$accordion-button-padding-x: $accordion-padding-x !default;\n$accordion-button-color: $accordion-color !default;\n$accordion-button-bg: $accordion-bg !default;\n$accordion-transition: $btn-transition, border-radius .15s ease !default;\n$accordion-button-active-bg: tint-color($component-active-bg, 90%) !default;\n$accordion-button-active-color: shade-color($primary, 10%) !default;\n\n$accordion-button-focus-border-color: $input-focus-border-color !default;\n$accordion-button-focus-box-shadow: $btn-focus-box-shadow !default;\n\n$accordion-icon-width: 1.25rem !default;\n$accordion-icon-color: $accordion-color !default;\n$accordion-icon-active-color: $accordion-button-active-color !default;\n$accordion-icon-transition: transform .2s ease-in-out !default;\n$accordion-icon-transform: rotate(180deg) !default;\n\n$accordion-button-icon: url(\"data:image/svg+xml,\") !default;\n$accordion-button-active-icon: url(\"data:image/svg+xml,\") !default;\n\n// Tooltips\n\n$tooltip-font-size: $font-size-sm !default;\n$tooltip-max-width: 200px !default;\n$tooltip-color: $white !default;\n$tooltip-bg: $black !default;\n$tooltip-border-radius: $border-radius !default;\n$tooltip-opacity: .9 !default;\n$tooltip-padding-y: $spacer / 2 !default;\n$tooltip-padding-x: $spacer / 1 !default;\n$tooltip-margin: 0 !default;\n\n$tooltip-arrow-width: .8rem !default;\n$tooltip-arrow-height: .4rem !default;\n$tooltip-arrow-color: $tooltip-bg !default;\n\n// Form tooltips must come after regular tooltips\n$form-feedback-tooltip-padding-y: $tooltip-padding-y !default;\n$form-feedback-tooltip-padding-x: $tooltip-padding-x !default;\n$form-feedback-tooltip-font-size: $tooltip-font-size !default;\n$form-feedback-tooltip-line-height: null !default;\n$form-feedback-tooltip-opacity: $tooltip-opacity !default;\n$form-feedback-tooltip-border-radius: $tooltip-border-radius !default;\n\n\n// Popovers\n\n$popover-font-size: $font-size-sm !default;\n$popover-bg: $white !default;\n$popover-max-width: 276px !default;\n$popover-border-width: $border-width !default;\n$popover-border-color: transparent;\n$popover-border-radius: $border-radius-lg !default;\n$popover-inner-border-radius: subtract($popover-border-radius, $popover-border-width) !default;\n$popover-box-shadow: $box-shadow-lg !default;\n\n$popover-header-bg: shade-color($popover-bg, 6%) !default;\n$popover-header-color: $headings-color !default;\n$popover-header-padding-y: .5rem !default;\n$popover-header-padding-x: $spacer !default;\n\n$popover-body-color: $body-color !default;\n$popover-body-padding-y: $spacer !default;\n$popover-body-padding-x: $spacer !default;\n\n$popover-arrow-width: 1rem !default;\n$popover-arrow-height: .5rem !default;\n$popover-arrow-color: $popover-bg !default;\n\n$popover-arrow-outer-color: fade-in($popover-border-color, .05) !default;\n\n\n// Toasts\n\n$toast-max-width: 350px !default;\n$toast-padding-x: .75rem !default;\n$toast-padding-y: .5rem !default;\n$toast-font-size: .875rem !default;\n$toast-color: null !default;\n$toast-background-color: rgba($white, .85) !default;\n$toast-border-width: 1px !default;\n$toast-border-color: rgba(0, 0, 0, .1) !default;\n$toast-border-radius: $border-radius !default;\n$toast-box-shadow: $box-shadow !default;\n$toast-spacing: $container-padding-x !default;\n\n$toast-header-color: $gray-600 !default;\n$toast-header-background-color: rgba($white, .85) !default;\n$toast-header-border-color: rgba(0, 0, 0, .05) !default;\n\n\n// Badges\n\n$badge-font-size: .75em !default;\n$badge-font-weight: $font-weight-bold !default;\n$badge-color: $white !default;\n$badge-padding-y: .35em !default;\n$badge-padding-x: .65em !default;\n$badge-border-radius: 0 !default;\n\n\n// Modals\n\n// Padding applied to the modal body\n$modal-inner-padding: $spacer !default;\n\n// Margin between elements in footer, must be lower than or equal to 2 * $modal-inner-padding\n$modal-footer-margin-between: .5rem !default;\n\n$modal-dialog-margin: .5rem !default;\n$modal-dialog-margin-y-sm-up: 1.75rem !default;\n\n$modal-title-line-height: $line-height-base !default;\n\n$modal-content-color: null !default;\n$modal-content-bg: $white !default;\n$modal-content-border-color: rgba($black, .2) !default;\n$modal-content-border-width: 0 !default;\n$modal-content-border-radius: 0 !default;\n$modal-content-inner-border-radius: subtract($modal-content-border-radius, $modal-content-border-width) !default;\n$modal-content-box-shadow-xs: $box-shadow-sm !default;\n$modal-content-box-shadow-sm-up: $box-shadow !default;\n\n$modal-backdrop-bg: $black !default;\n$modal-backdrop-opacity: .5 !default;\n$modal-header-border-color: $border-color !default;\n$modal-footer-border-color: $modal-header-border-color !default;\n$modal-header-border-width: $modal-content-border-width !default;\n$modal-footer-border-width: $modal-header-border-width !default;\n$modal-header-padding-y: $modal-inner-padding !default;\n$modal-header-padding-x: $modal-inner-padding !default;\n$modal-header-padding: $modal-header-padding-y $modal-header-padding-x !default; // Keep this for backwards compatibility\n\n$modal-sm: 300px !default;\n$modal-md: 500px !default;\n$modal-lg: 800px !default;\n$modal-xl: 1140px !default;\n\n$modal-fade-transform: translate(0, -50px) !default;\n$modal-show-transform: none !default;\n$modal-transition: transform .3s ease-out !default;\n$modal-scale-transform: scale(1.02) !default;\n\n\n// Offcanvas\n\n// scss-docs-start offcanvas-variables\n$offcanvas-padding-y: $modal-inner-padding !default;\n$offcanvas-padding-x: $modal-inner-padding !default;\n$offcanvas-horizontal-width: 400px !default;\n$offcanvas-vertical-height: 30vh !default;\n$offcanvas-transition-duration: .3s !default;\n$offcanvas-border-color: $modal-content-border-color !default;\n$offcanvas-border-width: $modal-content-border-width !default;\n$offcanvas-title-line-height: $modal-title-line-height !default;\n$offcanvas-bg-color: $modal-content-bg !default;\n$offcanvas-color: $modal-content-color !default;\n$offcanvas-body-backdrop-color: rgba($modal-backdrop-bg, $modal-backdrop-opacity) !default;\n$offcanvas-box-shadow: $modal-content-box-shadow-xs !default;\n// scss-docs-end offcanvas-variables\n\n\n// Alerts\n//\n// Define alert colors, border radius, and padding.\n\n$alert-padding-y: $spacer !default;\n$alert-padding-x: $spacer !default;\n$alert-margin-bottom: 1rem !default;\n$alert-border-radius: 0 !default;\n$alert-link-font-weight: $font-weight-bold !default;\n$alert-border-width: $border-width !default;\n\n$alert-bg-scale: -80% !default;\n$alert-border-scale: -70% !default;\n$alert-color-scale: 40% !default;\n\n$alert-dismissible-padding-r: $alert-padding-x * 3 !default; // 3x covers width of x plus default padding on either side\n\n\n// Progress bars\n\n$progress-height: 1rem !default;\n$progress-font-size: $font-size-base * .75 !default;\n$progress-bg: $gray-200 !default;\n$progress-border-radius: $border-radius !default;\n$progress-box-shadow: $box-shadow-inset !default;\n$progress-bar-color: $white !default;\n$progress-bar-bg: $primary !default;\n$progress-bar-animation-timing: 1s linear infinite !default;\n$progress-bar-transition: width .6s ease !default;\n\n\n// List group\n\n$list-group-color: null !default;\n$list-group-bg: $white !default;\n$list-group-border-color: rgba($black, .125) !default;\n$list-group-border-width: $border-width !default;\n$list-group-border-radius: $border-radius !default;\n\n$list-group-item-padding-y: $spacer / 2 !default;\n$list-group-item-padding-x: $spacer !default;\n$list-group-item-bg-scale: -80% !default;\n$list-group-item-color-scale: 40% !default;\n\n$list-group-hover-bg: $gray-100 !default;\n$list-group-active-color: $component-active-color !default;\n$list-group-active-bg: $component-active-bg !default;\n$list-group-active-border-color: $list-group-active-bg !default;\n\n$list-group-disabled-color: $gray-600 !default;\n$list-group-disabled-bg: $list-group-bg !default;\n\n$list-group-action-color: $gray-700 !default;\n$list-group-action-hover-color: $list-group-action-color !default;\n\n$list-group-action-active-color: $body-color !default;\n$list-group-action-active-bg: $gray-200 !default;\n\n\n// Image thumbnails\n\n$thumbnail-padding: .25rem !default;\n$thumbnail-bg: $body-bg !default;\n$thumbnail-border-width: $border-width !default;\n$thumbnail-border-color: $gray-300 !default;\n$thumbnail-border-radius: $border-radius !default;\n$thumbnail-box-shadow: $box-shadow-sm !default;\n\n\n// Figures\n\n$figure-caption-font-size: $small-font-size !default;\n$figure-caption-color: $gray-600 !default;\n\n\n// Breadcrumbs\n\n$breadcrumb-font-size: 12px;\n$breadcrumb-padding-y: 0 !default;\n$breadcrumb-padding-x: 0 !default;\n$breadcrumb-item-padding-x: .5rem !default;\n$breadcrumb-margin-bottom: 1rem !default;\n$breadcrumb-bg: null !default;\n$breadcrumb-divider-color: $gray-600 !default;\n$breadcrumb-active-color: $gray-600 !default;\n$breadcrumb-divider: quote(\"/\") !default;\n$breadcrumb-divider-flipped: $breadcrumb-divider !default;\n$breadcrumb-border-radius: null !default;\n\n// Carousel\n\n$carousel-control-color: $white !default;\n$carousel-control-width: 15% !default;\n$carousel-control-opacity: .5 !default;\n$carousel-control-hover-opacity: .9 !default;\n$carousel-control-transition: opacity .15s ease !default;\n\n$carousel-indicator-width: 30px !default;\n$carousel-indicator-height: 3px !default;\n$carousel-indicator-hit-area-height: 10px !default;\n$carousel-indicator-spacer: 3px !default;\n$carousel-indicator-opacity: .5 !default;\n$carousel-indicator-active-bg: $white !default;\n$carousel-indicator-active-opacity: 1 !default;\n$carousel-indicator-transition: opacity .6s ease !default;\n\n$carousel-caption-width: 70% !default;\n$carousel-caption-color: $white !default;\n$carousel-caption-padding-y: 1.25rem !default;\n$carousel-caption-spacer: 1.25rem !default;\n\n$carousel-control-icon-width: 2rem !default;\n\n$carousel-control-prev-icon-bg: url(\"data:image/svg+xml,\") !default;\n$carousel-control-next-icon-bg: url(\"data:image/svg+xml,\") !default;\n\n$carousel-transition-duration: .6s !default;\n$carousel-transition: transform $carousel-transition-duration ease-in-out !default; // Define transform transition first if using multiple transitions (e.g., `transform 2s ease, opacity .5s ease-out`)\n\n$carousel-dark-indicator-active-bg: $black !default;\n$carousel-dark-caption-color: $black !default;\n$carousel-dark-control-icon-filter: invert(1) grayscale(100) !default;\n\n\n// Spinners\n\n$spinner-width: 2rem !default;\n$spinner-height: $spinner-width !default;\n$spinner-border-width: .25em !default;\n$spinner-animation-speed: .75s !default;\n\n$spinner-width-sm: 1rem !default;\n$spinner-height-sm: $spinner-width-sm !default;\n$spinner-border-width-sm: .2em !default;\n\n\n// Close\n\n$btn-close-width: 1em !default;\n$btn-close-height: $btn-close-width !default;\n$btn-close-padding-x: .25em !default;\n$btn-close-padding-y: $btn-close-padding-x !default;\n$btn-close-color: $black !default;\n$btn-close-bg: url(\"data:image/svg+xml,\") !default;\n$btn-close-focus-shadow: $input-btn-focus-box-shadow !default;\n$btn-close-opacity: .5 !default;\n$btn-close-hover-opacity: .75 !default;\n$btn-close-focus-opacity: 1 !default;\n$btn-close-disabled-opacity: .25 !default;\n$btn-close-white-filter: invert(1) grayscale(100%) brightness(200%) !default;\n\n// Code\n\n$code-font-size: $small-font-size !default;\n$code-color: $pink !default;\n\n$kbd-padding-y: .2rem !default;\n$kbd-padding-x: .4rem !default;\n$kbd-font-size: $code-font-size !default;\n$kbd-color: $white !default;\n$kbd-bg: $gray-900 !default;\n\n$pre-color: null !default;\n","/* image background control */\n.bg-img-cover {\n background-repeat: no-repeat;\n background-size: cover;\n}\n.bg-img-contain {\n background-repeat: no-repeat;\n background-size: contain;\n}\n\n.bg-pos-center-center {\n background-position: center center;\n}\n\n.bg-pos-center-top {\n background-position: center top;\n}\n\n.bg-pos-center-bottom {\n background-position: center bottom;\n}\n\n.bg-pos-left-top {\n background-position: left top;\n}\n\n.bg-pos-left-center {\n background-position: left center;\n}\n\n.bg-pos-right-center {\n background-position: right center;\n}\n\n.bg-pos-right-top {\n background-position: right top;\n}\n\n.bg-pos-center-bottom {\n background-position: center bottom;\n}\n\n.bg-pos-left-bottom {\n background-position: left bottom;\n}\n\n.bg-pos-right-bottom {\n background-position: right bottom;\n}\n\n.bg-white-hover:hover {\n background: $white !important;\n}\n\n\n// faded background\n@each $color, $value in $theme-colors {\n .bg-#{$color}-faded {\n @include bg-variant-faded(rgba($value, $btn-faded-bg-opacity));\n }\n}\n\n/* single custom colours */\n.bg-teal-300 {\n background: $teal-300;\n}\n.bg-black-opacity {\n background: rgba(0,0,0, .2);\n}\n.bg-gray-800 {\n background: $gray-800 !important;\n}","/* Mixin background faded */\n@mixin bg-variant-faded($bg) {\n background-color: $bg !important;\n }",".border-top-white-opacity {\n border-top: 1px solid rgba(255,255,255, .15);\n}\n.border-bottom-white-opacity {\n border-bottom: 1px solid rgba(255,255,255, .15);\n}\n.border-white-opacity {\n border: 1px solid rgba(255,255,255, .15); \n}\n\n\n/* larger rounded radius */\n.rounded-lg {\n border-radius: $border-radius-lg !important;\n}\n.rounded-xl {\n border-radius: $border-radius-xl !important;\n}\n\n/* Remove Border radius per corner */\n.rounded-0-top-start {\n border-top-left-radius: 0 !important;\n}\n.rounded-0-bottom-start {\n border-bottom-left-radius: 0 !important;\n}\n.rounded-0-top-end {\n border-top-right-radius: 0 !important;\n}\n.rounded-0-bottom-end {\n border-bottom-right-radius: 0 !important;\n}\n\n/* Cannot get Bootstrap API utility to generate responsive borders by breakpoint. Temp fix */\n@include media-breakpoint-up(lg) { \n .border-lg-bottom {\n border-bottom: 1px solid $border-color;\n }\n}","// Breakpoint viewport sizes and media queries.\n//\n// Breakpoints are defined as a map of (name: minimum width), order from small to large:\n//\n// (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px)\n//\n// The map defined in the `$grid-breakpoints` global variable is used as the `$breakpoints` argument by default.\n\n// Name of the next breakpoint, or null for the last breakpoint.\n//\n// >> breakpoint-next(sm)\n// md\n// >> breakpoint-next(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// md\n// >> breakpoint-next(sm, $breakpoint-names: (xs sm md lg xl))\n// md\n@function breakpoint-next($name, $breakpoints: $grid-breakpoints, $breakpoint-names: map-keys($breakpoints)) {\n $n: index($breakpoint-names, $name);\n @if not $n {\n @error \"breakpoint `#{$name}` not found in `#{$breakpoints}`\";\n }\n @return if($n < length($breakpoint-names), nth($breakpoint-names, $n + 1), null);\n}\n\n// Minimum breakpoint width. Null for the smallest (first) breakpoint.\n//\n// >> breakpoint-min(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 576px\n@function breakpoint-min($name, $breakpoints: $grid-breakpoints) {\n $min: map-get($breakpoints, $name);\n @return if($min != 0, $min, null);\n}\n\n// Maximum breakpoint width.\n// The maximum value is reduced by 0.02px to work around the limitations of\n// `min-` and `max-` prefixes and viewports with fractional widths.\n// See https://www.w3.org/TR/mediaqueries-4/#mq-min-max\n// Uses 0.02px rather than 0.01px to work around a current rounding bug in Safari.\n// See https://bugs.webkit.org/show_bug.cgi?id=178261\n//\n// >> breakpoint-max(md, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// 767.98px\n@function breakpoint-max($name, $breakpoints: $grid-breakpoints) {\n $max: map-get($breakpoints, $name);\n @return if($max and $max > 0, $max - .02, null);\n}\n\n// Returns a blank string if smallest breakpoint, otherwise returns the name with a dash in front.\n// Useful for making responsive utilities.\n//\n// >> breakpoint-infix(xs, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"\" (Returns a blank string)\n// >> breakpoint-infix(sm, (xs: 0, sm: 576px, md: 768px, lg: 992px, xl: 1200px))\n// \"-sm\"\n@function breakpoint-infix($name, $breakpoints: $grid-breakpoints) {\n @return if(breakpoint-min($name, $breakpoints) == null, \"\", \"-#{$name}\");\n}\n\n// Media of at least the minimum breakpoint width. No query for the smallest breakpoint.\n// Makes the @content apply to the given breakpoint and wider.\n@mixin media-breakpoint-up($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n @if $min {\n @media (min-width: $min) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media of at most the maximum breakpoint width. No query for the largest breakpoint.\n// Makes the @content apply to the given breakpoint and narrower.\n@mixin media-breakpoint-down($name, $breakpoints: $grid-breakpoints) {\n $max: breakpoint-max($name, $breakpoints);\n @if $max {\n @media (max-width: $max) {\n @content;\n }\n } @else {\n @content;\n }\n}\n\n// Media that spans multiple breakpoint widths.\n// Makes the @content apply between the min and max breakpoints\n@mixin media-breakpoint-between($lower, $upper, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($lower, $breakpoints);\n $max: breakpoint-max($upper, $breakpoints);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($lower, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($upper, $breakpoints) {\n @content;\n }\n }\n}\n\n// Media between the breakpoint's minimum and maximum widths.\n// No minimum for the smallest breakpoint, and no maximum for the largest one.\n// Makes the @content apply only to the given breakpoint, not viewports any wider or narrower.\n@mixin media-breakpoint-only($name, $breakpoints: $grid-breakpoints) {\n $min: breakpoint-min($name, $breakpoints);\n $next: breakpoint-next($name, $breakpoints);\n $max: breakpoint-max($next);\n\n @if $min != null and $max != null {\n @media (min-width: $min) and (max-width: $max) {\n @content;\n }\n } @else if $max == null {\n @include media-breakpoint-up($name, $breakpoints) {\n @content;\n }\n } @else if $min == null {\n @include media-breakpoint-down($next, $breakpoints) {\n @content;\n }\n }\n}\n","// Overlay shadow dark\n.bg-overlay-gradient-dark {\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(0deg, rgba(0,0,0, 0.56) 0%, rgba(0,0,0,0) 99%);\n z-index: 1;\n border-radius: $border-radius;\n transition: opacity ease-in-out 0.3s;\n }\n}\n\n.bg-overlay-dark {\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n background: rgba(0,0,0,.4);\n z-index: 1;\n border-radius: $border-radius;\n transition: opacity ease-in-out 0.3s;\n }\n}\n\n// Overlay shadow light\n.bg-overlay-gradient-light {\n &:after {\n content: \"\";\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n width: 100%;\n height: 100%;\n background: linear-gradient(0deg, rgba(255,255,255, 0.56) 0%, rgba(255,255,255,0) 99%);\n z-index: 1;\n border-radius: $border-radius;\n transition: opacity ease-in-out 0.3s;\n }\n}\n\n/* Left and Right gradient, white to transparent */\n.bg-overlay-sides-white-to-transparent {\n position: relative;\n\n &:before {\n content: \"\";\n display: block;\n position: absolute;\n width: 20%;\n height: 100%;\n left: 0;\n top: 0;\n bottom: 0;\n background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,.93) 50%, rgba(255,255,255,0) 100%);\n z-index: 10;\n }\n &:after {\n content: \"\";\n display: block;\n position: absolute;\n width: 20%;\n height: 100%;\n right: 0;\n top: 0;\n bottom: 0;\n background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.93) 50%, rgba(255,255,255,1) 100%);\n z-index: 10;\n }\n}\n\n/* overlay heights */\n.bg-overlay-h-25 {\n &:after {\n height: 25%;\n top: auto;\n }\n}\n\n.bg-overlay-h-50 {\n &:after {\n height: 50%;\n top: auto;\n }\n}\n\n.bg-overlay-h-75 {\n &:after {\n height: 75%;\n top: auto;\n }\n}","//coloured shadows\n@each $color, $value in $theme-colors {\n .shadow-#{$color} {\n @include colored-shadow($value)\n }\n }","/* add top margin to every odd nth of type*/\n.odd-child-mt-5:nth-of-type(odd) {\n margin-top: calc(#{$spacer} * 5);\n}\n/* add top margin to every even nth of type*/\n.even-child-mt-5:nth-of-type(even) {\n margin-top: calc(#{$spacer} * 5);\n}","// Adjust display- font size for smaller screens\n@each $display, $font-size in $display-font-sizes-sm {\n @include media-breakpoint-down(md) {\n .display-md-#{$display} {\n @include font-size($font-size);\n font-weight: $display-font-weight;\n line-height: $display-line-height;\n }\n }\n}\n\n// XS font size\n.fs-xs {\n font-size: 11px !important;\n}\n\n\n/* text link cover full area. Used mostly with cards */\n.link-cover {\n &:after {\n position: absolute;\n top: 0;\n right: 0;\n bottom: 0;\n left: 0;\n z-index: 30;\n pointer-events: auto;\n content: \"\";\n }\n}\n\n.text-link-border {\n text-decoration: none;\n border-bottom: 1px solid $body-color;\n border-radius: 0;\n transition: all linear .2s;\n\n &:hover,\n &:focus,\n &:active {\n border-color: transparent;\n }\n}\n\n.title-small {\n letter-spacing: .20em;\n text-transform: uppercase;\n font-size: .85rem;\n font-weight: 500;\n display: block;\n}","// stylelint-disable property-blacklist, scss/dollar-variable-default\n\n// SCSS RFS mixin\n//\n// Automated responsive values for font sizes, paddings, margins and much more\n//\n// Licensed under MIT (https://github.com/twbs/rfs/blob/master/LICENSE)\n\n// Configuration\n\n// Base value\n$rfs-base-value: 1.25rem !default;\n$rfs-unit: rem !default;\n\n@if $rfs-unit != rem and $rfs-unit != px {\n @error \"`#{$rfs-unit}` is not a valid unit for $rfs-unit. Use `px` or `rem`.\";\n}\n\n// Breakpoint at where values start decreasing if screen width is smaller\n$rfs-breakpoint: 1200px !default;\n$rfs-breakpoint-unit: px !default;\n\n@if $rfs-breakpoint-unit != px and $rfs-breakpoint-unit != em and $rfs-breakpoint-unit != rem {\n @error \"`#{$rfs-breakpoint-unit}` is not a valid unit for $rfs-breakpoint-unit. Use `px`, `em` or `rem`.\";\n}\n\n// Resize values based on screen height and width\n$rfs-two-dimensional: false !default;\n\n// Factor of decrease\n$rfs-factor: 10 !default;\n\n@if type-of($rfs-factor) != number or $rfs-factor <= 1 {\n @error \"`#{$rfs-factor}` is not a valid $rfs-factor, it must be greater than 1.\";\n}\n\n// Mode. Possibilities: \"min-media-query\", \"max-media-query\"\n$rfs-mode: min-media-query !default;\n\n// Generate enable or disable classes. Possibilities: false, \"enable\" or \"disable\"\n$rfs-class: false !default;\n\n// 1 rem = $rfs-rem-value px\n$rfs-rem-value: 16 !default;\n\n// Safari iframe resize bug: https://github.com/twbs/rfs/issues/14\n$rfs-safari-iframe-resize-bug-fix: false !default;\n\n// Disable RFS by setting $enable-rfs to false\n$enable-rfs: true !default;\n\n// Cache $rfs-base-value unit\n$rfs-base-value-unit: unit($rfs-base-value);\n\n// Remove px-unit from $rfs-base-value for calculations\n@if $rfs-base-value-unit == px {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1);\n}\n@else if $rfs-base-value-unit == rem {\n $rfs-base-value: $rfs-base-value / ($rfs-base-value * 0 + 1 / $rfs-rem-value);\n}\n\n// Cache $rfs-breakpoint unit to prevent multiple calls\n$rfs-breakpoint-unit-cache: unit($rfs-breakpoint);\n\n// Remove unit from $rfs-breakpoint for calculations\n@if $rfs-breakpoint-unit-cache == px {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1);\n}\n@else if $rfs-breakpoint-unit-cache == rem or $rfs-breakpoint-unit-cache == \"em\" {\n $rfs-breakpoint: $rfs-breakpoint / ($rfs-breakpoint * 0 + 1 / $rfs-rem-value);\n}\n\n// Calculate the media query value\n$rfs-mq-value: if($rfs-breakpoint-unit == px, #{$rfs-breakpoint}px, #{$rfs-breakpoint / $rfs-rem-value}#{$rfs-breakpoint-unit});\n$rfs-mq-property-width: if($rfs-mode == max-media-query, max-width, min-width);\n$rfs-mq-property-height: if($rfs-mode == max-media-query, max-height, min-height);\n\n// Internal mixin used to determine which media query needs to be used\n@mixin _rfs-media-query {\n @if $rfs-two-dimensional {\n @if $rfs-mode == max-media-query {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}), (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) and (#{$rfs-mq-property-height}: #{$rfs-mq-value}) {\n @content;\n }\n }\n }\n @else {\n @media (#{$rfs-mq-property-width}: #{$rfs-mq-value}) {\n @content;\n }\n }\n}\n\n// Internal mixin that adds disable classes to the selector if needed.\n@mixin _rfs-rule {\n @if $rfs-class == disable and $rfs-mode == max-media-query {\n // Adding an extra class increases specificity, which prevents the media query to override the property\n &,\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @else if $rfs-class == enable and $rfs-mode == min-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n @else {\n @content;\n }\n}\n\n// Internal mixin that adds enable classes to the selector if needed.\n@mixin _rfs-media-query-rule {\n\n @if $rfs-class == enable {\n @if $rfs-mode == min-media-query {\n @content;\n }\n\n @include _rfs-media-query {\n .enable-rfs &,\n &.enable-rfs {\n @content;\n }\n }\n }\n @else {\n @if $rfs-class == disable and $rfs-mode == min-media-query {\n .disable-rfs &,\n &.disable-rfs {\n @content;\n }\n }\n @include _rfs-media-query {\n @content;\n }\n }\n}\n\n// Helper function to get the formatted non-responsive value\n@function rfs-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n @if $unit == px {\n // Convert to rem if needed\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / ($value * 0 + $rfs-rem-value)}rem, $value);\n }\n @else if $unit == rem {\n // Convert to px if needed\n $val: $val + ' ' + if($rfs-unit == px, #{$value / ($value * 0 + 1) * $rfs-rem-value}px, $value);\n }\n @else {\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n $val: $val + ' ' + $value;\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// Helper function to get the responsive value calculated by RFS\n@function rfs-fluid-value($values) {\n // Convert to list\n $values: if(type-of($values) != list, ($values,), $values);\n\n $val: '';\n\n // Loop over each value and calculate value\n @each $value in $values {\n @if $value == 0 {\n $val: $val + ' 0';\n }\n\n @else {\n // Cache $value unit\n $unit: if(type-of($value) == \"number\", unit($value), false);\n\n // If $value isn't a number (like inherit) or $value has a unit (not px or rem, like 1.5em) or $ is 0, just print the value\n @if not $unit or $unit != px and $unit != rem {\n $val: $val + ' ' + $value;\n }\n\n @else {\n // Remove unit from $value for calculations\n $value: $value / ($value * 0 + if($unit == px, 1, 1 / $rfs-rem-value));\n\n // Only add the media query if the value is greater than the minimum value\n @if abs($value) <= $rfs-base-value or not $enable-rfs {\n $val: $val + ' ' + if($rfs-unit == rem, #{$value / $rfs-rem-value}rem, #{$value}px);\n }\n @else {\n // Calculate the minimum value\n $value-min: $rfs-base-value + (abs($value) - $rfs-base-value) / $rfs-factor;\n\n // Calculate difference between $value and the minimum value\n $value-diff: abs($value) - $value-min;\n\n // Base value formatting\n $min-width: if($rfs-unit == rem, #{$value-min / $rfs-rem-value}rem, #{$value-min}px);\n\n // Use negative value if needed\n $min-width: if($value < 0, -$min-width, $min-width);\n\n // Use `vmin` if two-dimensional is enabled\n $variable-unit: if($rfs-two-dimensional, vmin, vw);\n\n // Calculate the variable width between 0 and $rfs-breakpoint\n $variable-width: #{$value-diff * 100 / $rfs-breakpoint}#{$variable-unit};\n\n // Return the calculated value\n $val: $val + ' calc(' + $min-width + if($value < 0, ' - ', ' + ') + $variable-width + ')';\n }\n }\n }\n }\n\n // Remove first space\n @return unquote(str-slice($val, 2));\n}\n\n// RFS mixin\n@mixin rfs($values, $property: font-size) {\n @if $values != null {\n $val: rfs-value($values);\n $fluidVal: rfs-fluid-value($values);\n\n // Do not print the media query if responsive & non-responsive values are the same\n @if $val == $fluidVal {\n #{$property}: $val;\n }\n @else {\n @include _rfs-rule {\n #{$property}: if($rfs-mode == max-media-query, $val, $fluidVal);\n\n // Include safari iframe resize fix if needed\n min-width: if($rfs-safari-iframe-resize-bug-fix, (0 * 1vw), null);\n }\n\n @include _rfs-media-query-rule {\n #{$property}: if($rfs-mode == max-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin font-size($value) {\n @include rfs($value);\n}\n\n@mixin padding($value) {\n @include rfs($value, padding);\n}\n\n@mixin padding-top($value) {\n @include rfs($value, padding-top);\n}\n\n@mixin padding-right($value) {\n @include rfs($value, padding-right);\n}\n\n@mixin padding-bottom($value) {\n @include rfs($value, padding-bottom);\n}\n\n@mixin padding-left($value) {\n @include rfs($value, padding-left);\n}\n\n@mixin margin($value) {\n @include rfs($value, margin);\n}\n\n@mixin margin-top($value) {\n @include rfs($value, margin-top);\n}\n\n@mixin margin-right($value) {\n @include rfs($value, margin-right);\n}\n\n@mixin margin-bottom($value) {\n @include rfs($value, margin-bottom);\n}\n\n@mixin margin-left($value) {\n @include rfs($value, margin-left);\n}\n","/* setup base class. We use CSS vars to amend the X or Y vals */\n.translate {\n transform: translate(var(--theme-translate-X), var(--theme-translate-Y));\n}\n\n/* Generate multiple position options. \n* To keep CSS tidy, we use existing position SASS var instead of creating new one. \n*/\n@each $percentage, $value in $position-values {\n /* handle negative X values */\n .translate-x-n#{$percentage} {\n --theme-translate-X: -#{$value};\n }\n /* handle X values */\n .translate-x-#{$percentage} {\n --theme-translate-X: #{$value};\n }\n /* handle negative Y values */\n .translate-y-n#{$percentage} {\n --theme-translate-Y: -#{$value};\n }\n /* handle Y values */\n .translate-y-#{$percentage} {\n --theme-translate-Y: #{$value};\n }\n}\n\n.skew-5 {\n transform: skewY(5deg);\n}\n.skew-n5 {\n transform: skewY(-5deg);\n}\n.skew-10 {\n transform: skewY(10deg);\n}\n.skew-n10 {\n transform: skewY(-10deg);\n}\n","/*!\n * Bootstrap v5.0.0-beta3 (https://getbootstrap.com/)\n * Copyright 2011-2021 The Bootstrap Authors\n * Copyright 2011-2021 Twitter, Inc.\n * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)\n */\n\n// scss-docs-start import-stack\n// Configuration\n@import \"functions\";\n@import \"variables\";\n@import \"mixins\";\n@import \"utilities\";\n\n// Layout & components\n@import \"root\";\n@import \"reboot\";\n@import \"type\";\n@import \"images\";\n@import \"containers\";\n@import \"grid\";\n@import \"tables\";\n@import \"forms\";\n@import \"buttons\";\n@import \"transitions\";\n@import \"dropdown\";\n@import \"button-group\";\n@import \"nav\";\n@import \"navbar\";\n@import \"card\";\n@import \"accordion\";\n@import \"breadcrumb\";\n@import \"pagination\";\n@import \"badge\";\n@import \"alert\";\n@import \"progress\";\n@import \"list-group\";\n@import \"close\";\n@import \"toasts\";\n@import \"modal\";\n@import \"tooltip\";\n@import \"popover\";\n@import \"carousel\";\n@import \"spinners\";\n@import \"offcanvas\";\n\n// Helpers\n@import \"helpers\";\n\n// Utilities\n@import \"utilities/api\";\n// scss-docs-end import-stack\n",":root {\n // Custom variable values only support SassScript inside `#{}`.\n @each $color, $value in $colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n @each $color, $value in $theme-colors {\n --#{$variable-prefix}#{$color}: #{$value};\n }\n\n // Use `inspect` for lists so that quoted items keep the quotes.\n // See https://github.com/sass/sass/issues/2383#issuecomment-336349172\n --#{$variable-prefix}font-sans-serif: #{inspect($font-family-sans-serif)};\n --#{$variable-prefix}font-monospace: #{inspect($font-family-monospace)};\n --#{$variable-prefix}gradient: #{$gradient};\n}\n","// stylelint-disable declaration-no-important, selector-no-qualifying-type, property-no-vendor-prefix\n\n\n// Reboot\n//\n// Normalization of HTML elements, manually forked from Normalize.css to remove\n// styles targeting irrelevant browsers while applying new styles.\n//\n// Normalize is licensed MIT. https://github.com/necolas/normalize.css\n\n\n// Document\n//\n// Change from `box-sizing: content-box` so that `width` is not affected by `padding` or `border`.\n\n*,\n*::before,\n*::after {\n box-sizing: border-box;\n}\n\n\n// Root\n//\n// Ability to the value of the root font sizes, affecting the value of `rem`.\n// null by default, thus nothing is generated.\n\n:root {\n font-size: $font-size-root;\n\n @if $enable-smooth-scroll {\n @media (prefers-reduced-motion: no-preference) {\n scroll-behavior: smooth;\n }\n }\n}\n\n\n// Body\n//\n// 1. Remove the margin in all browsers.\n// 2. As a best practice, apply a default `background-color`.\n// 3. Prevent adjustments of font size after orientation changes in iOS.\n// 4. Change the default tap highlight to be completely transparent in iOS.\n\nbody {\n margin: 0; // 1\n font-family: $font-family-base;\n @include font-size($font-size-base);\n font-weight: $font-weight-base;\n line-height: $line-height-base;\n color: $body-color;\n text-align: $body-text-align;\n background-color: $body-bg; // 2\n -webkit-text-size-adjust: 100%; // 3\n -webkit-tap-highlight-color: rgba($black, 0); // 4\n}\n\n\n// Content grouping\n//\n// 1. Reset Firefox's gray color\n// 2. Set correct height and prevent the `size` attribute to make the `hr` look like an input field\n\nhr {\n margin: $hr-margin-y 0;\n color: $hr-color; // 1\n background-color: currentColor;\n border: 0;\n opacity: $hr-opacity;\n}\n\nhr:not([size]) {\n height: $hr-height; // 2\n}\n\n\n// Typography\n//\n// 1. Remove top margins from headings\n// By default, `

`-`

` all receive top and bottom margins. We nuke the top\n// margin for easier control within type scales as it avoids margin collapsing.\n\n%heading {\n margin-top: 0; // 1\n margin-bottom: $headings-margin-bottom;\n font-family: $headings-font-family;\n font-style: $headings-font-style;\n font-weight: $headings-font-weight;\n line-height: $headings-line-height;\n color: $headings-color;\n}\n\nh1 {\n @extend %heading;\n @include font-size($h1-font-size);\n}\n\nh2 {\n @extend %heading;\n @include font-size($h2-font-size);\n}\n\nh3 {\n @extend %heading;\n @include font-size($h3-font-size);\n}\n\nh4 {\n @extend %heading;\n @include font-size($h4-font-size);\n}\n\nh5 {\n @extend %heading;\n @include font-size($h5-font-size);\n}\n\nh6 {\n @extend %heading;\n @include font-size($h6-font-size);\n}\n\n\n// Reset margins on paragraphs\n//\n// Similarly, the top margin on `

`s get reset. However, we also reset the\n// bottom margin to use `rem` units instead of `em`.\n\np {\n margin-top: 0;\n margin-bottom: $paragraph-margin-bottom;\n}\n\n\n// Abbreviations\n//\n// 1. Duplicate behavior to the data-bs-* attribute for our tooltip plugin\n// 2. Add the correct text decoration in Chrome, Edge, Opera, and Safari.\n// 3. Add explicit cursor to indicate changed behavior.\n// 4. Prevent the text-decoration to be skipped.\n\nabbr[title],\nabbr[data-bs-original-title] { // 1\n text-decoration: underline dotted; // 2\n cursor: help; // 3\n text-decoration-skip-ink: none; // 4\n}\n\n\n// Address\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\n\n// Lists\n\nol,\nul {\n padding-left: 2rem;\n}\n\nol,\nul,\ndl {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nul ul,\nol ul,\nul ol {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: $dt-font-weight;\n}\n\n// 1. Undo browser default\n\ndd {\n margin-bottom: .5rem;\n margin-left: 0; // 1\n}\n\n\n// Blockquote\n\nblockquote {\n margin: 0 0 1rem;\n}\n\n\n// Strong\n//\n// Add the correct font weight in Chrome, Edge, and Safari\n\nb,\nstrong {\n font-weight: $font-weight-bolder;\n}\n\n\n// Small\n//\n// Add the correct font size in all browsers\n\nsmall {\n @include font-size($small-font-size);\n}\n\n\n// Mark\n\nmark {\n padding: $mark-padding;\n background-color: $mark-bg;\n}\n\n\n// Sub and Sup\n//\n// Prevent `sub` and `sup` elements from affecting the line height in\n// all browsers.\n\nsub,\nsup {\n position: relative;\n @include font-size($sub-sup-font-size);\n line-height: 0;\n vertical-align: baseline;\n}\n\nsub { bottom: -.25em; }\nsup { top: -.5em; }\n\n\n// Links\n\na {\n color: $link-color;\n text-decoration: $link-decoration;\n\n &:hover {\n color: $link-hover-color;\n text-decoration: $link-hover-decoration;\n }\n}\n\n// And undo these styles for placeholder links/named anchors (without href).\n// It would be more straightforward to just use a[href] in previous block, but that\n// causes specificity issues in many other styles that are too complex to fix.\n// See https://github.com/twbs/bootstrap/issues/19402\n\na:not([href]):not([class]) {\n &,\n &:hover {\n color: inherit;\n text-decoration: none;\n }\n}\n\n\n// Code\n\npre,\ncode,\nkbd,\nsamp {\n font-family: $font-family-code;\n @include font-size(1em); // Correct the odd `em` font sizing in all browsers.\n direction: ltr #{\"/* rtl:ignore */\"};\n unicode-bidi: bidi-override;\n}\n\n// 1. Remove browser default top margin\n// 2. Reset browser default of `1em` to use `rem`s\n// 3. Don't allow content to break outside\n\npre {\n display: block;\n margin-top: 0; // 1\n margin-bottom: 1rem; // 2\n overflow: auto; // 3\n @include font-size($code-font-size);\n color: $pre-color;\n\n // Account for some code outputs that place code tags in pre tags\n code {\n @include font-size(inherit);\n color: inherit;\n word-break: normal;\n }\n}\n\ncode {\n @include font-size($code-font-size);\n color: $code-color;\n word-wrap: break-word;\n\n // Streamline the style when inside anchors to avoid broken underline and more\n a > & {\n color: inherit;\n }\n}\n\nkbd {\n padding: $kbd-padding-y $kbd-padding-x;\n @include font-size($kbd-font-size);\n color: $kbd-color;\n background-color: $kbd-bg;\n @include border-radius($border-radius-sm);\n\n kbd {\n padding: 0;\n @include font-size(1em);\n font-weight: $nested-kbd-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type styles).\n\nfigure {\n margin: 0 0 1rem;\n}\n\n\n// Images and content\n\nimg,\nsvg {\n vertical-align: middle;\n}\n\n\n// Tables\n//\n// Prevent double borders\n\ntable {\n caption-side: bottom;\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: $table-cell-padding-y;\n padding-bottom: $table-cell-padding-y;\n color: $table-caption-color;\n text-align: left;\n}\n\n// 1. Removes font-weight bold by inheriting\n// 2. Matches default `` alignment by inheriting `text-align`.\n// 3. Fix alignment for Safari\n\nth {\n font-weight: $table-th-font-weight; // 1\n text-align: inherit; // 2\n text-align: -webkit-match-parent; // 3\n}\n\nthead,\ntbody,\ntfoot,\ntr,\ntd,\nth {\n border-color: inherit;\n border-style: solid;\n border-width: 0;\n}\n\n\n// Forms\n//\n// 1. Allow labels to use `margin` for spacing.\n\nlabel {\n display: inline-block; // 1\n}\n\n// Remove the default `border-radius` that macOS Chrome adds.\n// See https://github.com/twbs/bootstrap/issues/24093\n\nbutton {\n // stylelint-disable-next-line property-disallowed-list\n border-radius: 0;\n}\n\n// Explicitly remove focus outline in Chromium when it shouldn't be\n// visible (e.g. as result of mouse click or touch tap). It already\n// should be doing this automatically, but seems to currently be\n// confused and applies its very visible two-tone outline anyway.\n\nbutton:focus:not(:focus-visible) {\n outline: 0;\n}\n\n// 1. Remove the margin in Firefox and Safari\n\ninput,\nbutton,\nselect,\noptgroup,\ntextarea {\n margin: 0; // 1\n font-family: inherit;\n @include font-size(inherit);\n line-height: inherit;\n}\n\n// Remove the inheritance of text transform in Firefox\nbutton,\nselect {\n text-transform: none;\n}\n// Set the cursor for non-` + + +

+ + + + + + + + + + + + +
+ + +

Checkout Securely

+

Please fill in the details below to complete your order. Already registered? + Login here.

+ +
+ +
+ +
+
Contact Information
+
+ + +
+
+ + +
+ + +
+ + +
+
+
+
+ +
+
Shipping Address
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ +
+ +
+ + +
+
+
+ +
+
Billing Address
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+
+ +
+
Shipping Method
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+ +
+
Payment Information
+ +
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ +
+ + +
+
+
+
+ + + Full name as displayed on card +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+
+ + +
+ +
+
+
+
+ + + +
+ Please click on complete order. You will then be transferred to Paypal to enter your payment details. +
+ +
+
+ + + +
+
+
+ +
+
+
+ 1 + +
+
+

Mens StormBreaker Jacket

+ Mens / Blue / Medium +
+
+
+ $1129.99 +
+
+
+
+
+ 2 + +
+
+

North Face Jacket

+ Mens / Blue / Large +
+
+
+ $999.98 +
+
+
+
+
+ 1 + +
+
+

Womens Adidas Hoodie

+ Womens / Red / Medium +
+
+
+ $59.99 +
+
+ +
+
+
+

Subtotal

+

$422.99

+
+
+

Shipping

+

$8.95

+
+
+
+
+
+

Grand Total

+ Inc $45.89 sales tax +
+

$422.99

+
+
+
+
+ + +
+
+ +
+ + +
+ Complete Order +
+ +
+ + +
+ + + + + + + + +
+
+
Your Cart
+ +
+
+
+
+ +
+

$22 away + from free delivery

+
+
+
+
+ + +
+
+ + Bootstrap 5 Template by Pixel Rocket + +
+
+
+
+ Mens StormBreaker Jacket + +
+ Size: Medium + Qty: 1 +
+

$85.00

+
+
+ + +
+
+ + Bootstrap 5 Template by Pixel Rocket + +
+
+
+
+ Mens Torrent Terrain Jacket + +
+ Size: Medium + Qty: 1 +
+

$99.00

+
+
+ +
+
+
+

Subtotal

+

$233.33

+
+ Checkout + View Cart +
+
+
+
+ +
+
+
Category Filters
+ +
+
+
+ + +
+ + + + + +
+ +
+
+
+
+ $ + +
+
+ $ + +
+
+
+ + + +
+ +
+
+ + +
+
+
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+
+ + + +
+ +
+
+ + +
+
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+ + + +
+ +
+
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+ + + +
+ +
+
+
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+ + +
+
+
+ +
+ + + +
+ Done +
+ +
+
+
+ +
+
+
Leave A Review
+ +
+
+ +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+ +
+ +
+
+ +
+
+
+
+

What are you looking for?

+ +
+
+ +
+
+

2 results found for "Waterproof Jacket"

+
+
+ +
+
+ + Bootstrap 5 Template by Pixel Rocket + +
+ Quick Add +
+ + + +
+
+
+
+
+ +
+
+ + + + + +
+
+ + + + + +
+
4.2 (123) +
+ Mens Pennie II Waterproof Jacket +

$325.66

+
+
+ +
+
+ +
+
+ + Bootstrap 5 Template by Pixel Rocket + +
+ Quick Add +
+ + + +
+
+
+
+
+ +
+
+ + + + + +
+
+ + + + + +
+
4.5 (1289) +
+ Mens Storm Waterproof Jacket +

$499.99

+
+
+ +
+
+
+ +
+

Didn't find what you are looking for? Send us a message.

+
+
+
+
+ + + + + + + + + \ No newline at end of file diff --git a/dist/index.html b/dist/index.html index ad4dac6..14ab5e8 100644 --- a/dist/index.html +++ b/dist/index.html @@ -49,7 +49,7 @@ -
+
@@ -2137,9 +2139,9 @@

Subtotal

$233.33

- Checkout - View Cart diff --git a/dist/product.html b/dist/product.html index 3ade7c5..c4299b6 100644 --- a/dist/product.html +++ b/dist/product.html @@ -258,6 +258,8 @@
  • Homepage
  • Category
  • Product
  • +
  • Cart
  • +
  • Checkout
  • @@ -1639,9 +1641,9 @@

    Subtotal

    $233.33

    - Checkout - View Cart diff --git a/src/assets/js/components/checkout.js b/src/assets/js/components/checkout.js new file mode 100644 index 0000000..c7ba269 --- /dev/null +++ b/src/assets/js/components/checkout.js @@ -0,0 +1,43 @@ +(function () { + const billingToggle = document.querySelector('#same-address'); + const billingSection = document.querySelector('.billing-address'); + const paymentToggles = document.querySelectorAll('[name="checkoutPaymentMethod"]') || []; + const cardFields = document.querySelector('.card-details'); + const paypalInfo = document.querySelector('.paypal-details'); + const STRIPE_ID = 'checkoutPaymentStripe'; + + + const handlePaymentDisplay = ({ + type + }) => { + if (type === STRIPE_ID) { + paypalInfo.classList.add('d-none'); + cardFields.classList.remove('d-none'); + } else { + paypalInfo.classList.remove('d-none'); + cardFields.classList.add('d-none'); + } + } + + if (billingToggle && billingSection) { + billingToggle.addEventListener('change', (e) => { + if (e && e.target && !e.target.checked) { + billingSection.classList.remove('d-none'); + } else { + billingSection.classList.add('d-none'); + } + }) + } + + if (paymentToggles.length > 0) { + paymentToggles.forEach((toggle) => { + toggle.addEventListener('change', (e) => { + if (e && e.target && e.target.id) { + handlePaymentDisplay({ + type: e.target.id + }); + } + }) + }); + } +})(); \ No newline at end of file diff --git a/src/assets/js/misc.js b/src/assets/js/misc.js index 90fc37a..61dcb77 100644 --- a/src/assets/js/misc.js +++ b/src/assets/js/misc.js @@ -7,5 +7,5 @@ window.addEventListener('load', function() { document.body.classList.add('page-loaded'); }); - - })(); \ No newline at end of file + +})(); \ No newline at end of file diff --git a/src/assets/js/theme.js b/src/assets/js/theme.js index 95c4270..02865db 100644 --- a/src/assets/js/theme.js +++ b/src/assets/js/theme.js @@ -4,6 +4,7 @@ import 'bootstrap'; // Framework import. import './components/aos'; import './components/choices'; +import './components/checkout'; import './components/hotspots'; import './components/image-zoom'; import './components/navbar'; diff --git a/src/assets/scss/abstracts/_sass-variables.scss b/src/assets/scss/abstracts/_sass-variables.scss index 84810c5..faa942e 100755 --- a/src/assets/scss/abstracts/_sass-variables.scss +++ b/src/assets/scss/abstracts/_sass-variables.scss @@ -588,8 +588,8 @@ $mark-bg: #fcf8e3 !default; // Customizes the `.table` component with basic values, each used across all table variations. // scss-docs-start table-variables -$table-cell-padding-y: .5rem !default; -$table-cell-padding-x: .5rem !default; +$table-cell-padding-y: 1.5rem !default; +$table-cell-padding-x: 0 !default; $table-cell-padding-y-sm: .25rem !default; $table-cell-padding-x-sm: .25rem !default; diff --git a/src/assets/scss/base/_base.scss b/src/assets/scss/base/_base.scss index 97967ce..a63107f 100644 --- a/src/assets/scss/base/_base.scss +++ b/src/assets/scss/base/_base.scss @@ -14,6 +14,10 @@ p, box-shadow: none !important; } +img { + image-rendering: smooth; +} + .disable-child-pointer * { pointer-events: none; diff --git a/src/assets/scss/components/_checkout.scss b/src/assets/scss/components/_checkout.scss index 02e355c..df97473 100644 --- a/src/assets/scss/components/_checkout.scss +++ b/src/assets/scss/components/_checkout.scss @@ -1,75 +1,11 @@ -/* Checkout component styles */ - -.aside-checkout { - position: relative; - - &:after { - background: $gray-50; - width: 300%; - content: ""; - position: absolute; - top: 0; - left: 0; - height: 100%; - bottom: 0; - z-index: -1; - } +.checkout-panel { + margin-bottom: 3rem; } -@include media-breakpoint-down(md) { - .aside-checkout:after { - display: none; - } -} - -.nav-link-checkout { - text-decoration: none; - color: $text-muted; - transition: all linear .3s; - opacity: .75; - position: relative; - padding: 0; - - &:after { - font-family: var(--theme-font-icon); - content: "\EA6E"; - position: absolute; - right: -1.25rem; - top: 0; - } - - &:before { - content: ""; - display: block; - position: absolute; - width: 100%; - height: 2px; - background: $body-color; - bottom: -5px; - left: 0; - right: 0; - opacity: 0; - transition: all linear .3s; - } - - &.nav-link-last { - &:after { - display: none; - } - } - - &.active, - &:hover, - &:active, - &:focus { - color: $body-color; - opacity: 1; - - &:before { - opacity: 1; - } - } - +.title-checkout { + border-bottom: 1px solid $border-color; + padding-bottom: 1.5rem; + margin-bottom: 1.5rem; } /* Qty number used in checkout summary */ diff --git a/src/assets/scss/components/_components.scss b/src/assets/scss/components/_components.scss index 132270e..853d5fe 100644 --- a/src/assets/scss/components/_components.scss +++ b/src/assets/scss/components/_components.scss @@ -40,5 +40,7 @@ @import 'search'; /* Tabs */ @import 'tabs'; +/* Table */ +@import 'table'; /* Tooltips */ @import 'tooltips'; \ No newline at end of file diff --git a/src/assets/scss/components/_table.scss b/src/assets/scss/components/_table.scss new file mode 100644 index 0000000..1861ced --- /dev/null +++ b/src/assets/scss/components/_table.scss @@ -0,0 +1,7 @@ +.table>:not(:last-child)>:last-child>* { + border-bottom-color: $border-color; +} +.table th { + text-transform: uppercase; + font-size: $small-font-size; +} \ No newline at end of file diff --git a/src/assets/scss/utilities/_bootstrap-api-utilities.scss b/src/assets/scss/utilities/_bootstrap-api-utilities.scss index 32d86d0..dc71f3b 100644 --- a/src/assets/scss/utilities/_bootstrap-api-utilities.scss +++ b/src/assets/scss/utilities/_bootstrap-api-utilities.scss @@ -64,6 +64,18 @@ $utilities: map-merge( ) ) ), + /* Amend top position util */ + "top": map-merge( + map-get($utilities, "top"), + ( + values: map-merge( + map-get(map-get($utilities, "top"), "values"), ( + 5: 5%, + 10: 10% + ) + ) + ) + ), /* Amend width util */ "width": map-merge( map-get($utilities, "width"), @@ -180,7 +192,7 @@ $utilities: map-merge( "40": 40, "50": 50 ) - ), + ), /* Amend viewport height to include additional sizes*/ "viewport-height": map-merge( map-get($utilities, "viewport-height"), diff --git a/src/data/cart-items.json b/src/data/cart-items.json new file mode 100755 index 0000000..31d30e8 --- /dev/null +++ b/src/data/cart-items.json @@ -0,0 +1,31 @@ +{ + "entries": [ + { + "title": "Mens StormBreaker Jacket", + "price": "1129.99", + "line-total": "1129.99", + "qty": "1", + "currency": "$", + "options": "Mens / Blue / Medium", + "img": "{{webRoot}}/assets/images/products/product-1.jpg" + }, + { + "title": "North Face Jacket", + "price": "499.99", + "line-total": "999.98", + "qty": "2", + "currency": "$", + "options": "Mens / Blue / Large", + "img": "{{webRoot}}/assets/images/products/product-2.jpg" + }, + { + "title": "Womens Adidas Hoodie", + "price": "59.99", + "line-total": "59.99", + "qty": "1", + "currency": "$", + "options": "Womens / Red / Medium", + "img": "{{webRoot}}/assets/images/products/product-4.jpg" + } + ] +} \ No newline at end of file diff --git a/src/html/cart.html b/src/html/cart.html new file mode 100644 index 0000000..fb92a0f --- /dev/null +++ b/src/html/cart.html @@ -0,0 +1,58 @@ + + + + +{{> (config config.partials.head) title=config.defaultPageTitle }} + + + + + {{> (config config.partials.navbar) + configClassList=config.classes.navbar + classList="" }} + + + +
    + + +

    Your Cart

    + +
    + +
    +
    + {{> cart/cart-items }} +
    +
    + +
    + {{> cart/cart-summary }} +
    + + + +
    + + +
    + + + + {{> (config config.partials.footer) + configClassList=config.classes.footer + classList="" + }} + + + {{> offcanvas/offcanvas }} + + + {{> search/search-overlay }} + + + {{> footer/scripts }} + + + + \ No newline at end of file diff --git a/src/html/checkout.html b/src/html/checkout.html new file mode 100644 index 0000000..57b6532 --- /dev/null +++ b/src/html/checkout.html @@ -0,0 +1,62 @@ + + + + +{{> (config config.partials.head) title=config.defaultPageTitle }} + + + + + {{> (config config.partials.navbar) + configClassList=config.classes.navbar + classList="" }} + + + +
    + + +

    Checkout Securely

    +

    Please fill in the details below to complete your order. Already registered? + Login here.

    + +
    + +
    + {{> checkout/checkout-contact }} + {{> checkout/checkout-shipping }} + {{> checkout/checkout-billing }} + {{> checkout/checkout-shipping-method }} + {{> checkout/checkout-payment }} +
    + + + +
    + {{> checkout/checkout-summary }} +
    + +
    + + +
    + + + + {{> (config config.partials.footer) + configClassList=config.classes.footer + classList="" + }} + + + {{> offcanvas/offcanvas }} + + + {{> search/search-overlay }} + + + {{> footer/scripts }} + + + + \ No newline at end of file diff --git a/src/html/index.html b/src/html/index.html index 451867b..bb54035 100644 --- a/src/html/index.html +++ b/src/html/index.html @@ -7,7 +7,7 @@ -
    +
    {{> (config config.partials.navbar) configClassList=config.classes.navbar classList="border-0 position-absolute w-100 z-index-30 bg-transparent navbar-dark navbar-transparent bg-white-hover transition-all" }} diff --git a/src/partials/cart/cart-items.html b/src/partials/cart/cart-items.html new file mode 100644 index 0000000..bb28105 --- /dev/null +++ b/src/partials/cart/cart-items.html @@ -0,0 +1,52 @@ + + + + + + + + + + + {{#each cart-items.entries }} + + + + + + + + + + + + + + + + + + + {{/each}} + +
    DetailsQty
    + + {{config.defaultImgAlt}} + + +
    +
    + {{ title }} +
    + {{ options }} +
    +
    +
    + {{ qty }} @ {{ currency }}{{ price }} +
    +
    +
    + +

    {{ currency }}{{ line-total }}

    +
    +
    diff --git a/src/partials/cart/cart-summary.html b/src/partials/cart/cart-summary.html new file mode 100644 index 0000000..2273a33 --- /dev/null +++ b/src/partials/cart/cart-summary.html @@ -0,0 +1,56 @@ +
    +

    Order Summary

    +
    +
    +

    Subtotal

    +

    $422.99

    +
    +
    +

    Shipping

    + Will be set at checkout +
    +
    +
    +
    +
    +

    Grand Total

    + Inc $45.89 sales tax +
    +

    $422.99

    +
    +
    + + + +
    +
    +
    + + +
    +
    +
    + + + + Proceed to checkout + Checkout with PayPal + +
    + + +
      +
    • +
    • +
    • +
    • +
    + \ No newline at end of file diff --git a/src/partials/checkout/checkout-billing.html b/src/partials/checkout/checkout-billing.html new file mode 100644 index 0000000..36b98c6 --- /dev/null +++ b/src/partials/checkout/checkout-billing.html @@ -0,0 +1,60 @@ + +
    +
    Billing Address
    +
    + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    +
    + \ No newline at end of file diff --git a/src/partials/checkout/checkout-contact.html b/src/partials/checkout/checkout-contact.html new file mode 100644 index 0000000..9ea5045 --- /dev/null +++ b/src/partials/checkout/checkout-contact.html @@ -0,0 +1,21 @@ + +
    +
    Contact Information
    +
    + + +
    +
    + + +
    + + +
    + + +
    +
    +
    +
    + \ No newline at end of file diff --git a/src/partials/checkout/checkout-payment.html b/src/partials/checkout/checkout-payment.html new file mode 100644 index 0000000..f5ab5d2 --- /dev/null +++ b/src/partials/checkout/checkout-payment.html @@ -0,0 +1,86 @@ + +
    +
    Payment Information
    + +
    + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + +
    + + +
    +
    +
    +
    + + + Full name as displayed on card +
    +
    + +
    +
    + + +
    +
    + +
    +
    + + +
    +
    + +
    +
    +
    + + +
    + +
    +
    +
    +
    + + + +
    + Please click on complete order. You will then be transferred to Paypal to enter your payment details. +
    + +
    + \ No newline at end of file diff --git a/src/partials/checkout/checkout-shipping-method.html b/src/partials/checkout/checkout-shipping-method.html new file mode 100644 index 0000000..7f32257 --- /dev/null +++ b/src/partials/checkout/checkout-shipping-method.html @@ -0,0 +1,47 @@ + +
    +
    Shipping Method
    + + +
    + + +
    + + +
    + + +
    + + +
    + + +
    +
    + \ No newline at end of file diff --git a/src/partials/checkout/checkout-shipping.html b/src/partials/checkout/checkout-shipping.html new file mode 100644 index 0000000..4ab24b0 --- /dev/null +++ b/src/partials/checkout/checkout-shipping.html @@ -0,0 +1,68 @@ + +
    +
    Shipping Address
    +
    + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    + + +
    +
    +
    + +
    + +
    + + +
    +
    +
    + \ No newline at end of file diff --git a/src/partials/checkout/checkout-summary.html b/src/partials/checkout/checkout-summary.html new file mode 100644 index 0000000..f392793 --- /dev/null +++ b/src/partials/checkout/checkout-summary.html @@ -0,0 +1,54 @@ +
    +
    + + {{# each cart-items.entries}} +
    +
    +
    + {{ qty }} + {{config.defaultImgAlt}} +
    +
    +

    {{ title }}

    + {{ options }} +
    +
    +
    + {{ currency }}{{ line-total }} +
    +
    + {{/each}} + +
    +
    +
    +

    Subtotal

    +

    $422.99

    +
    +
    +

    Shipping

    +

    $8.95

    +
    +
    +
    +
    +
    +

    Grand Total

    + Inc $45.89 sales tax +
    +

    $422.99

    +
    +
    +
    +
    + + +
    +
    + +
    + + +
    +Complete Order +
    \ No newline at end of file diff --git a/src/partials/header/menus/menu.html b/src/partials/header/menus/menu.html index 4d42a81..0d3b3af 100644 --- a/src/partials/header/menus/menu.html +++ b/src/partials/header/menus/menu.html @@ -68,6 +68,8 @@
  • Homepage
  • Category
  • Product
  • +
  • Cart
  • +
  • Checkout
  • \ No newline at end of file diff --git a/src/partials/offcanvas/offcanvas-cart.html b/src/partials/offcanvas/offcanvas-cart.html index e1e1ff9..9af8963 100644 --- a/src/partials/offcanvas/offcanvas-cart.html +++ b/src/partials/offcanvas/offcanvas-cart.html @@ -64,9 +64,9 @@

    Subtotal

    $233.33

    - Checkout - View Cart