:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Arial,sans-serif;line-height:1.6}.hero{background:url(https://images.unsplash.com/photo-1606820078120-6647a1db7bcd) 50%/cover no-repeat;background-color:#000;color:#fff;height:120vh;padding:2rem;position:relative}.navbar{align-items:center;display:flex;justify-content:space-between}.logo{font-size:1.5rem;font-weight:700}.logo img{background:transparent;height:auto;width:250px}.logo span{color:#5fd068}.nav-buttons button{margin-left:1rem}.hero-content{color:#000;margin-top:5rem;max-width:600px}.tag{padding:.2rem .6rem}.tag,.tag-button{background:#a0e29c;color:#000;display:inline-block;margin-bottom:1rem}.tag-button{border-radius:1.2rem}.hero h1{font-size:2.5rem;margin-bottom:1rem}.hero-buttons{margin-top:1.5rem}.btn-primary-hero{background-color:#0047ab;border-radius:1.2rem;color:#fff}button{border:none;border-radius:5px;cursor:pointer;font-size:1rem;padding:.6rem 1.2rem}.btn-primary{background-color:#255193;border-radius:1.2rem;color:#fff;width:9rem}.btn-outline{background-color:transparent;border:2px solid #fff;border-radius:1.2rem;color:#fff;margin-left:.5rem}.features{background:#fff;display:flex;gap:2rem;justify-content:center;padding:2rem;text-align:center}.feature-card{align-items:center;background-color:#1f4e93;border-radius:1rem;box-shadow:0 4px 8px rgba(0,0,0,.1);color:#fff;display:flex;margin-top:-5rem;padding:1rem 1.5rem;position:relative;width:-moz-fit-content;width:fit-content;z-index:1}.feature-card .icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;justify-content:center;margin-right:1rem;padding:.7rem}.feature-card .icon img{height:32px;width:32px}.feature-card .card-content h4{font-size:1.1rem;font-weight:600;margin:0}.feature-card .card-content p{font-size:.9rem;margin:.25rem 0 0}.about{display:flex;gap:2rem;padding:2rem}.about-images img{border-radius:10px}.about-text{max-width:500px}.subtitle{color:#99c455;font-size:.9rem;font-weight:600}.about-text h2{font-size:1.8rem;margin:1rem 0}.benefits{list-style:none;margin:1rem 0}.benefits li{align-items:center;display:flex;margin-bottom:.5rem}.dot{border-radius:50%;display:inline-block;height:12px;margin-right:.5rem;width:12px}.green{background-color:#5fd068}.blue{background-color:#0047ab}.loan-types{background-color:#f9f9f9;padding:3rem 2rem}.loan-header{display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:2rem}.loan-header h2{font-size:1.8rem}.loan-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(3,1fr)}.loan-card{background-image:url(/static/media/11.f182261fbc4af7193348.png);background-position:50%;background-size:cover;border-radius:10px;padding:1.5rem}.loan-card h3{color:#0047ab}.loan-card ul{list-style:none;padding-left:0}.loan-card ul li:before{color:green;content:"✔";margin-right:.5rem}.why-choose{align-items:flex-start;background-color:#255193;color:#fff;display:flex;gap:40px;justify-content:space-between;padding:60px}.why-left{flex:1 1;min-width:300px}.why-left h1{margin:15px 0 25px}.why-right{flex:1 1}.why-right img{border-radius:10px;height:420px;margin:25px 15px 15px;width:100%}.why-left p{margin-bottom:16px}.btn-green{background-color:#a4db6d;border-radius:6px;color:#0047ab;font-weight:700;margin-top:1rem;padding:.6rem 1.2rem}.steps{background-color:#fff;padding:3rem 2rem}.steps h2{justify-content:center}.center,.steps h2{font-size:30px;font-weight:100;margin:15px}.center{text-align:center}.step-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.step-card{background-color:#99c455;border-bottom-left-radius:20px;border-bottom-right-radius:5px;border-top-left-radius:5px;border-top-right-radius:20px;padding:1.5rem;position:relative;text-align:center}.step-card h4,.step-card p{margin-top:1rem}.step-number{background-color:#0047ab;color:#fff;font-weight:700;height:40px;width:40px}.step-number,.step-number-outer{align-items:center;border-radius:50%;display:inline-flex;justify-content:center;position:absolute}.step-number-outer{background-color:#fff;height:48px;left:50%;margin-bottom:.5rem;top:-20px;transform:translateX(-50%);width:48px;z-index:1}.stats{background-color:#f2faff;padding:3rem 2rem;text-align:center}.stats-grid{display:flex;flex-wrap:wrap;gap:2rem;justify-content:space-around;margin-top:2rem}.stats-grid div h2{color:#0047ab}.testimonials{background-color:#fff;padding:3rem 2rem;text-align:center}.testimonial-grid{display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin-bottom:5rem;margin-top:3rem}.testimonial-card{background-color:#255193;border-radius:10px;color:#fff;max-width:350px;padding:1.8rem;text-align:left}.testimonial-card h5{font-size:1.2rem;margin:.6rem 0}.testimonial-card p{font-size:.9rem;margin:.7rem 0}.user-header{align-items:flex-start;display:flex;gap:1rem;margin-bottom:1.2rem}.user-header img{border-radius:50%;height:55px;-o-object-fit:cover;object-fit:cover;width:55px}.user-info{color:#fff;display:flex;flex-direction:column;gap:.25rem}.name{font-size:1.2rem;font-weight:700}.designation-stars{align-items:center;display:flex;gap:1rem;justify-content:space-between}.designation{font-size:1rem;opacity:.9}.stars{color:gold;font-size:.9rem}.loan-finder{background-color:#255193;color:#fff;padding:3rem 2rem;text-align:center}.loan-finder-para{font-size:2.3rem;font-weight:200}.form-grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;margin:2rem 0}.form-box{background:#fff;border-radius:10px;color:#0047ab;font-weight:700;padding:2rem 1.8rem}.disclaimer{font-size:.8rem;margin-bottom:1rem}.btn-dark{background-color:#a4db6d;border-radius:6px;color:#0047ab;font-weight:700;padding:.8rem 1.5rem}.faq{background-color:#f8f8f8;display:flex;flex-wrap:wrap;gap:2rem;padding:3rem 2rem}.faq-left{flex:1 1;min-width:300px}.faq-left img{border-radius:10px;width:100%}.faq-right{flex:1 1}.faq-right details{background:#fff;border:1px solid #ccc;border-radius:6px;margin-bottom:1rem;padding:1rem}.faq-right summary{cursor:pointer;font-weight:700}.footer{background-color:#036;color:#fff;padding:2rem;text-align:center}.footer-logo{font-size:1.2rem;font-weight:700}.footer-links{margin-top:1rem}.footer-links a{color:#a4db6d;margin:0 .5rem;text-decoration:none}.about-section{background:#fff;padding:4rem 2rem}.about-container{align-items:center;display:flex;flex-wrap:wrap;gap:2rem}.about-images{grid-gap:1rem;display:grid;flex:1 1;gap:1rem;grid-template-columns:repeat(2,1fr)}.about-images img{border-radius:12px;height:150px;-o-object-fit:cover;object-fit:cover;width:100%}.about-content{flex:1 1}.subheading{color:green;font-weight:600;margin-bottom:.5rem}.about-content h2{font-size:1.8rem;margin-bottom:1rem}.about-content .description{color:#666;line-height:1.6;margin-bottom:1.5rem}.features-2{grid-gap:.5rem 1rem;display:grid;gap:.5rem 1rem;grid-template-columns:1fr 1fr;list-style:none;margin:25px 0;padding:0}.features-2 .list-item{margin-bottom:12px}.features-2 .list-item,.list-item{align-items:center;display:flex;gap:10px}.circular-right-arrow{align-items:center;background-color:#99c455;border-radius:50%;color:#255193;display:flex;font-size:18px;height:22px;justify-content:center;width:22px}.horizontal-list{display:flex;gap:1rem;margin-bottom:18px;margin-top:12px;padding:0}.circular-check-arrow{background-color:#255193;color:#99c455;font-size:18px;height:16px;width:16px}.circular-check-arrow,.circular-notebook{align-items:center;border-radius:50%;display:flex;justify-content:center}.circular-notebook{background-color:#fff;height:35px;width:35px}.btn-primary-green{background-color:#99c455;border-radius:1.2rem;color:#255193;margin-bottom:8px;margin-top:8px;width:9rem}.step-wrapper{margin-bottom:2rem;text-align:center}.step-label{color:#00000080;font-size:1rem;margin-bottom:3rem}.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:transparent;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}.scrollbar-container{height:100%;position:relative}.fullscreen .react-images__blanket{z-index:1200}.apexcharts-legend-series .apexcharts-legend-marker{margin-right:8px}.scrollbar-container .ps__rail-y.ps--clicking .ps__thumb-y,.scrollbar-container .ps__rail-y:focus>.ps__thumb-y,.scrollbar-container .ps__rail-y:hover>.ps__thumb-y,.scrollbar-container .ps__thumb-y{background-color:#697586;width:5px}.scrollbar-container .ps__thumb-y{border-radius:6px;right:0}.scrollbar-container.ps.ps--active-y>.ps__rail-y,.scrollbar-container>.ps.ps--active-y>.ps__rail-y{background-color:transparent!important;width:5px;z-index:999}.scrollbar-container.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container.ps.ps--active-y>.ps__rail-y:hover,.scrollbar-container>.ps.ps--active-y>.ps__rail-y.ps--clicking,.scrollbar-container>.ps.ps--active-y>.ps__rail-y:hover{background-color:transparent;width:5px}.scrollbar-container.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container.ps.ps--scrolling-y>.ps__rail-y,.scrollbar-container>.ps.ps--scrolling-x>.ps__rail-x,.scrollbar-container>.ps.ps--scrolling-y>.ps__rail-y{background-color:transparent;opacity:.4}@keyframes wings{50%{transform:translateY(-40px)}to{transform:translateY(0)}}@keyframes blink{50%{opacity:0}to{opacity:1}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translateZ(0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-5px,0)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translate3d(0,-7px,0)}80%{transform:translateZ(0);transition-timing-function:cubic-bezier(.215,.61,.355,1)}90%{transform:translate3d(0,-2px,0)}}@keyframes slideY{0%,50%,to{transform:translateY(0)}25%{transform:translateY(-10px)}75%{transform:translateY(10px)}}@keyframes slideX{0%,50%,to{transform:translateX(0)}25%{transform:translateX(-10px)}75%{transform:translateX(10px)}}