@import"https://fonts.googleapis.com/css2?family=Changa:wght@400;600;800&display=swap";html,body{width:100%;height:100%}input::-ms-clear,input::-ms-reveal{display:none}*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{margin:0}[tabindex="-1"]:focus{outline:none}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5em;font-weight:500}p{margin-top:0;margin-bottom:1em}abbr[title],abbr[data-original-title]{-webkit-text-decoration:underline dotted;text-decoration:underline;text-decoration:underline dotted;border-bottom:0;cursor:help}address{margin-bottom:1em;font-style:normal;line-height:inherit}input[type=text],input[type=password],input[type=number],textarea{-webkit-appearance:none}ol,ul,dl{margin-top:0;margin-bottom:1em}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:500}dd{margin-bottom:.5em;margin-left:0}blockquote{margin:0 0 1em}dfn{font-style:italic}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}pre,code,kbd,samp{font-size:1em;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,Courier,monospace}pre{margin-top:0;margin-bottom:1em;overflow:auto}figure{margin:0 0 1em}img{vertical-align:middle;border-style:none}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75em;padding-bottom:.3em;text-align:left;caption-side:bottom}input,button,select,optgroup,textarea{margin:0;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}button,input{overflow:visible}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;margin:0;padding:0;border:0}legend{display:block;width:100%;max-width:100%;margin-bottom:.5em;padding:0;color:inherit;font-size:1.5em;line-height:inherit;white-space:normal}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}template{display:none}[hidden]{display:none!important}mark{padding:.2em;background-color:#feffe6}:root{--blue: #00c1ff;--light: #eef2ff;--light-sky: #a0acf3;--yellow: #fdd816;--orange: #ef7a37;--red: #e72b5b;--sky: #3bbff0;--white: #ffffff;--black: #292828;--lght: #e9e0e0;--purple: #5f37ef}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{color:var(--blue);background-color:var(--white);font-size:1.6rem;z-index:10}main{background-color:var(--white)}img{display:block;max-width:100%}.vid{width:800px;height:200px}.fixed-header{position:fixed;width:100%;right:0;top:0;z-index:50;background-color:var(--blue);box-shadow:3px 3px 12.5px 7px #17c7fc40}.header{width:90%;margin-inline:auto;display:flex;justify-content:space-between;align-items:center;padding-block:1rem;gap:2rem}.header__img-container a{cursor:pointer}.logo{width:6rem;height:auto}.burger{width:4rem;height:auto;transition:all .3s ease-in-out;display:none;cursor:pointer;color:var(--light)}.burger:hover{transform:scale(1.1)}.fixed-mobile-nav{position:fixed;top:80px;right:100%;display:none;z-index:150;width:100%;height:calc(100vh - 80px);transition:all .3s ease-in-out}.mobile__nav{display:flex;flex-direction:column;gap:5rem;width:100%;height:100%;align-items:center;justify-content:center;background-color:var(--blue);font-weight:600;color:var(--light)}.mobile__nav li a{transition:all .3s ease-in-out}.mobile__nav li a:hover{color:var(--light-sky)}.toggle-mobile-nav{right:0}.header__nav--ul{display:flex;align-items:center;justify-content:space-between;gap:2rem}.header__nav--ul li a{font-weight:600}.header__buttons{display:flex;align-items:center;justify-content:center}.header__buttons button{background-color:transparent;padding:1rem;border:3px solid var(--light);color:var(--light);font-weight:700;font-size:1.5rem;border-radius:3rem;transition:all .3s ease-in-out;cursor:pointer}.header__buttons button:hover{background-color:transparent;border:3px solid var(--light-sky);color:var(--light-sky)}.header__nav--ul li a{transition:all .3s ease-in-out;color:var(--light)}.header__nav--ul li a:hover{color:var(--light-sky)}main{width:100%}.hero-container{width:100%;background-image:var(--light);min-height:calc(100vh - 80px);height:-moz-fit-content;height:fit-content}.hero{display:flex;justify-content:space-between;gap:6rem;height:100%;margin-top:80px;width:100%;padding-top:5rem;width:min(90%,1300px);margin-inline:auto}.hero__vertical{width:10%;display:flex;justify-content:center;align-items:center}.hero__horizontal{width:90%;display:flex;justify-content:space-between;align-items:flex-start}.hero__horizontal--left{width:60%;height:100%;padding-block:2rem}.hero__horizontal--right{width:40%;height:100%;display:flex;align-items:flex-end;justify-content:center}.vertical-text{writing-mode:vertical-lr;transform:rotate(180deg)}.vertical-text-h2{color:var(--black);font-size:3rem;font-weight:700;writing-mode:vertical-lr;transform:rotate(180deg)}.title{color:var(--black);font-weight:700;font-size:clamp(2rem,3.5vw,5rem);letter-spacing:2rem;line-height:1}.sub-title-outer-container{display:flex;justify-content:flex-end;width:100%;margin-top:1rem}.sub-title-container{width:40%}.sub-title{font-size:clamp(2rem,2.5vw,3rem);font-weight:700;text-align:start;width:100%;color:var(--black)}.video-cta{width:100%;display:flex;flex-direction:column;align-items:flex-start;padding-bottom:2rem}.paragraph-container{width:100%;margin-block:2rem}.paragraph{font-size:1.5rem;font-weight:400;color:var(--black)}.video-fixed{position:fixed;top:0;right:0;width:100vw;height:100vh;background-color:#a0acf3d1;z-index:110;opacity:0;pointer-events:none;transition:all .3s ease-in-out}.actual-video-div{width:100%;height:100%;display:flex;align-items:center;justify-content:center;position:relative;padding:2rem}.hide-video{position:absolute;width:100%;height:100%;top:0;right:0;background-color:#e72b5a00}.actual-video-container{max-width:800px;max-height:500px;width:100%;height:100%;border-radius:2rem;overflow:hidden;transform:scale(0);outline:none;transition:all .3s ease-in-out;z-index:150;border:1rem solid var(--blue);cursor:pointer}.actual-video-container video{cursor:pointer}.show-video-fixed{pointer-events:all;opacity:1}.show-video{transform:scale(1)}.video-container{max-width:550px;height:250px;width:100%;border-radius:5rem;border:1rem solid var(--blue);overflow:hidden;position:relative}.video-wrapper-absolute{position:absolute;top:0;right:0;width:100%;height:100%;background-color:var(--blue);z-index:10;opacity:0;cursor:pointer}.watch{display:flex;justify-content:flex-start;align-items:center;gap:1rem;cursor:pointer;transition:all .3s ease-in-out}.watch:hover{color:var(--light)}.play-icon{width:5rem;height:5rem}.CTA-Container button{background-color:transparent;padding:1rem;border:3px solid var(--light);color:var(--light);font-weight:700;font-size:1.5rem;border-radius:2rem}.CTA-Container button:hover{background-color:transparent;color:var(--blue);border:3px solid var(--blue);cursor:pointer;transition:all .3s ease-in-out}.right-sub-title{font-size:3rem;font-weight:700;text-align:end;margin-top:2rem;color:var(--blue)}.absolute1{position:absolute;top:11%;right:11%;width:40rem;opacity:.3}.tracker{position:fixed;z-index:9999;transform:translate(-50%,-50%);width:3rem;height:3rem;border-radius:50%;border:1px solid var(--blue);pointer-events:none;mix-blend-mode:difference;opacity:0;transition:top 75ms,left 75ms,opacity .5s}.absolute2{position:absolute;bottom:5%;left:1%;width:12rem;opacity:.4}.absolute3{position:absolute;top:13%;left:7%;width:11rem;opacity:.5}.common-animation{animation-duration:1s;animation-fill-mode:forwards;animation-timing-function:cubic-bezier(.37,0,.63,1);animation-delay:var(--delay)}.to-right,.to-bottom,.to-left{display:block;opacity:0}.scale-absolute-img{transform:scale(0);animation-name:ScaleImgAbsolute}.to-right{animation-name:toRight}.to-bottom{animation-name:toBottom}.to-left{animation-name:toLeft}.scale-rotate{scale:0;animation-name:scaleRotate;animation-duration:.5s}@keyframes ScaleImgAbsolute{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes toRight{0%{opacity:1;transform:translate(-100%)}to{opacity:1;transform:none}}@keyframes toLeft{0%{opacity:1;transform:translate(100%)}to{opacity:1;transform:none}}@keyframes toBottom{0%{opacity:1;transform:translateY(-100%)}to{opacity:1;transform:none}}@keyframes scaleRotate{0%{scale:0;rotate:60deg}to{scale:1;rotate:0deg}}.CTA-Container{display:flex;justify-content:flex-start;align-items:center;gap:2rem;margin-top:3rem}.Video__title{font-weight:700;font-size:3rem;margin-top:5rem}.features{margin-top:10rem;display:flex;flex-direction:column;gap:4rem}.features h2{font-size:3rem;text-align:center;margin-bottom:2rem;color:var(--blue)}.feature{gap:10rem;display:flex;justify-content:space-between;align-items:center;color:var(--black);height:400px;position:relative}.arrow{position:absolute;max-width:15rem;bottom:-250px;left:47%;transform:translate(-50%);transform:rotate(40deg);opacity:.1}.arrow-flip{position:absolute;max-width:15rem;bottom:-250px;left:43%;transform:translate(-50%);transform:rotate(-40deg);opacity:.1}.feature-img{display:flex;align-items:center;justify-content:center}.feature-img img{cursor:pointer;max-width:400px;width:100%;max-height:400px;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:1rem;box-shadow:11px -11px 0 0 var(--blue);transition:all .3s ease-in-out}.feature-img img:hover{box-shadow:0 0 0 0 var(--blue)}.feature-content-container{height:400px;display:flex;align-items:center;justify-content:center}.feature-content{max-width:400px;height:400px;padding-inline:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:1rem;transition:all .3s ease-in-out}.feature-content:hover{background-color:var(--blue);color:var(--light)}.feature-content:hover h2{color:var(--light)}.feature-img,.feature-content-container{width:50%}.feature-content h2{margin-bottom:3rem;font-size:3rem}.feature2,.feature4,.feature6{flex-direction:row-reverse}.testimonials{margin-top:10rem;padding:5rem;height:auto}.testimonials h2,.courses>h2{font-size:3rem;text-align:center;margin-bottom:3rem;color:var(--blue)}.testimonials-slide{width:500px;height:500px;border:10px solid var(--blue);-o-object-fit:cover;object-fit:cover;display:block;border-radius:1rem;margin-block:8rem;transition:all .3s ease-in-out}.testimonials-slide:hover{transform:scale(1.1)}.testimonials-button-left,.testimonials-button-right,.courses-button-left,.courses-button-right{position:absolute;top:3rem;transform:translateY(-50%);border:4px solid var(--blue);display:flex;align-items:center;justify-content:center;padding:.5rem;border-radius:50%;z-index:15;cursor:pointer}.testimonials-button-left,.courses-button-left{left:0}.testimonials-button-right,.courses-button-right{right:0}.testimonials-left-arrow,.testimonials-right-arrow{width:4rem;height:4rem;color:var(--blue);transition:all .4s ease-in-out}.testimonials-left-arrow:hover,.testimonials-right-arrow:hover{transform:rotate(360deg)}.courses{margin-block:5rem;padding:5rem;height:auto}.swiper-card{width:350px;height:450px;margin-top:8rem;display:flex;flex-direction:column;align-items:center;justify-content:center;border:4px solid var(--blue);border-radius:2rem;padding:1rem}.course-img{height:250px;width:100%;display:block;-o-object-fit:cover;object-fit:cover;border-radius:2rem 2rem 0 0}.course-content{margin-top:1rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;width:100%;height:100%;background-color:var(--light);padding:2rem;border-radius:0 0 2rem 2rem}.course-content--above,.course-content--down{display:flex;align-items:center;justify-content:space-between;width:100%}.course-description{font-size:1.3rem;text-align:center}.course-content--down a{background-color:var(--blue);color:var(--light);border:2px solid var(--light);padding:.5rem 1.3rem;border-radius:3rem;transition:all .3s ease-in-out}.course-content--down a:hover{color:var(--blue);background-color:var(--light);border:2px solid var(--blue)}footer{background-color:var(--black);width:100%;padding-top:2rem;color:var(--light-sky)}.footer{z-index:-100;padding-block:5rem;display:grid;grid-template-columns:repeat(4,1fr);justify-items:center;place-content:center;align-items:center;gap:5rem}.footer__above{display:flex;align-items:center;justify-content:space-between;gap:3rem;border-bottom:2px solid var(--light-sky);padding-bottom:2rem;margin-block:2rem}.footer div h2{color:var(--light);font-weight:600;border-bottom:2px solid var(--light);padding-bottom:.5rem;margin-bottom:2rem}.footer__above--social{display:flex;align-items:center;justify-content:center;gap:2rem}.footer__above--social a img{width:4rem;transition:all .3s ease-in-out}.whatsapp{width:3.1rem}.facbook{width:5.3rem;height:auto}.footer-bottom{text-align:center}.footer__above--social a img:hover{opacity:.7}.footer div ul{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.footer-logo{font-weight:600;color:var(--light);font-size:2rem;letter-spacing:.5rem}.footer-bottom{border-top:2px solid var(--light-sky);padding-block:2rem}.footer-bottom a{color:var(--light)}@media screen and (max-width: 81em){.arrow,.arrow-flip{display:none}.testimonials-slide{width:400px;height:400px}}@media screen and (max-width: 64em){.testimonials-slide{width:350px;height:350px}.footer{grid-template-columns:repeat(3,1fr)}.hero__vertical{display:none}.hero__horizontal{width:100%}.hero__horizontal--left,.hero__horizontal--right{width:50%}.hero-container{height:-moz-fit-content;height:fit-content}.absolute2{display:none}}@media screen and (max-width: 55em){.testimonials-slide{margin-inline:auto;width:350px}}@media screen and (max-width: 50em){.hero{height:-moz-fit-content;height:fit-content}.header__nav{display:none}.hero__horizontal--left{width:100%}.hero__horizontal--right{display:none}.burger{display:block}.footer{grid-template-columns:repeat(2,1fr)}.actual-video-container{max-width:400px;max-height:300px}.hero__horizontal{flex-direction:column;gap:2rem}.CTA-Container{justify-content:center;gap:5rem}.video-cta{align-items:center}.paragraph{text-align:center}.fixed-mobile-nav{display:block}.absolute1{display:none}.feature{flex-direction:column;height:-moz-fit-content;height:fit-content}.feature-img,.feature-content-container{width:100%}.feature-content-container{height:-moz-fit-content;height:fit-content}.feature-content{height:-moz-fit-content;height:fit-content;padding:2rem}.feature{gap:4rem}.feature-content p{text-align:center}.testimonials-button-left,.testimonials-button-right,.courses-button-left,.courses-button-right{display:none}.footer__above{flex-direction:column}}@media screen and (max-width: 33em){.footer{grid-template-columns:repeat(1,1fr)}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box;font-family:Changa,sans-serif!important}html{font-size:62.5%;scroll-behavior:smooth}body{font-size:1.6rem}a{text-decoration:none;color:inherit}ul{list-style:none}.width{width:min(90%,1300px);margin-inline:auto}.buttonS1{cursor:pointer;position:relative;padding:8px 70px;font-size:18px;color:#4285f4;border:2px solid #4285f4;border-radius:10px;background-color:transparent;font-weight:600;transition:all .3s cubic-bezier(.23,1,.32,1);overflow:hidden}.buttonS1:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:70px;height:50px;border-radius:inherit;scale:0;z-index:-1;background-color:#0b9d58;transition:all .6s cubic-bezier(.23,1,.32,1)}.buttonS1:hover:before{scale:3}.buttonS1:hover{color:#fff;scale:1.1;box-shadow:0 0 20px #0b9d58}.buttonS1:active{scale:1}.dash-menu-items a.active{background-color:#ffce07;color:#fef2f2}.dash-menu-items a.active span{background-color:#fef2f2}.draggable{transition:transform .15s ease-in-out}#checkbox{display:none}.toggle{position:relative;width:40px;cursor:pointer;margin:auto;display:block;height:34px}.bar{position:absolute;left:0;right:0;height:4px;border-radius:2px;background:#fef2f2;color:inherit;opacity:1;transition:none .35s cubic-bezier(.5,-.35,.35,1.5) 0s}.bar--top{bottom:calc(50% + 13px);transition-property:bottom,transform;transition-delay:.35s,0s}.bar--middle{top:calc(50% - 2px);transition-property:opacity;transition-delay:.35s}.bar--bottom{top:calc(50% + 13px);transition-property:top,transform;transition-delay:.35s,0s}#checkbox:checked+.toggle .bar--top{bottom:calc(50% - 2px);transform:rotate(135deg);transition-delay:0s,.35s}#checkbox:checked+.toggle .bar--middle{opacity:0;transition-duration:0s;transition-delay:.35s}#checkbox:checked+.toggle .bar--bottom{top:calc(50% - 2px);transform:rotate(225deg);transition-delay:0s,.35s}.code-btn{border-radius:.3rem;padding:.2rem .4rem;transition:all .3s ease-in-out;border:2px solid #f9b522;color:#fef2f2;background-color:#f9b522}.code-btn:hover{background-color:transparent;color:#f9b522}.code-btn:active{transform:scale(.9)}.ant-table-column-sorters{display:inline-flex!important;align-items:center!important}.ant-table-filter-dropdown-btns .ant-btn-primary{background-color:#0ea5e9}.visibility-switch{font-size:17px;position:relative;display:inline-block;width:3.5em;height:2em}.visibility-switch input{opacity:0;width:0;height:0}.visibility-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#fba6a66f;border:2px solid #4285f4;transition:.4s;border-radius:32px;outline:none}.visibility-slider:before{position:absolute;content:"";height:2em;width:2em;border-radius:50%;outline:2px solid #4285f4;left:-1px;bottom:-1px;background-color:#fef2f2;transition:transform .25s ease-in-out 0s}.slider-icon{opacity:0;height:12px;width:12px;stroke-width:8;position:absolute;z-index:999;stroke:#fef2f2;right:60%;top:30%;transition:right ease-in-out .3s,opacity ease-in-out .15s}.visibility-switch input:checked+.visibility-slider{background-color:#fba6a6}.visibility-switch input:checked+.visibility-slider .slider-icon{opacity:1;right:16%}.visibility-switch input:checked+.visibility-slider:before{transform:translate(1.5em);background-color:#4285f4}.grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:3rem;justify-items:center}@media screen and (max-width: 550px){.grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.video-grid-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:3rem;justify-items:center}@media screen and (max-width: 550px){.video-grid-auto-fit{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}.course-details-wrapper{background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20version='1.1'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20xmlns:svgjs='http://svgjs.dev/svgjs'%20viewBox='0%200%20700%20700'%20width='700'%20height='700'%3e%3cdefs%3e%3clinearGradient%20gradientTransform='rotate(-130,%200.5,%200.5)'%20x1='50%25'%20y1='0%25'%20x2='50%25'%20y2='100%25'%20id='gggrain-gradient2'%3e%3cstop%20stop-color='%23fecaca'%20stop-opacity='1'%20offset='-0%25'%3e%3c/stop%3e%3cstop%20stop-color='rgba(255,255,255,0)'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3clinearGradient%20gradientTransform='rotate(130,%200.5,%200.5)'%20x1='50%25'%20y1='0%25'%20x2='50%25'%20y2='100%25'%20id='gggrain-gradient3'%3e%3cstop%20stop-color='%23fef2f2'%20stop-opacity='1'%3e%3c/stop%3e%3cstop%20stop-color='rgba(255,255,255,0)'%20stop-opacity='0'%20offset='100%25'%3e%3c/stop%3e%3c/linearGradient%3e%3cfilter%20id='gggrain-filter'%20x='-20%25'%20y='-20%25'%20width='140%25'%20height='140%25'%20filterUnits='objectBoundingBox'%20primitiveUnits='userSpaceOnUse'%20color-interpolation-filters='sRGB'%3e%3cfeTurbulence%20type='fractalNoise'%20baseFrequency='0.66'%20numOctaves='2'%20seed='2'%20stitchTiles='stitch'%20x='0%25'%20y='0%25'%20width='100%25'%20height='100%25'%20result='turbulence'%3e%3c/feTurbulence%3e%3cfeColorMatrix%20type='saturate'%20values='0'%20x='0%25'%20y='0%25'%20width='100%25'%20height='100%25'%20in='turbulence'%20result='colormatrix'%3e%3c/feColorMatrix%3e%3cfeComponentTransfer%20x='0%25'%20y='0%25'%20width='100%25'%20height='100%25'%20in='colormatrix'%20result='componentTransfer'%3e%3cfeFuncR%20type='linear'%20slope='3'%3e%3c/feFuncR%3e%3cfeFuncG%20type='linear'%20slope='3'%3e%3c/feFuncG%3e%3cfeFuncB%20type='linear'%20slope='3'%3e%3c/feFuncB%3e%3c/feComponentTransfer%3e%3cfeColorMatrix%20x='0%25'%20y='0%25'%20width='100%25'%20height='100%25'%20in='componentTransfer'%20result='colormatrix2'%20type='matrix'%20values='1%200%200%200%200%200%201%200%200%200%200%200%201%200%200%200%200%200%2021%20-13'%3e%3c/feColorMatrix%3e%3c/filter%3e%3c/defs%3e%3cg%3e%3crect%20width='100%25'%20height='100%25'%20fill='%23fca5a5'%3e%3c/rect%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23gggrain-gradient3)'%3e%3c/rect%3e%3crect%20width='100%25'%20height='100%25'%20fill='url(%23gggrain-gradient2)'%3e%3c/rect%3e%3crect%20width='100%25'%20height='100%25'%20fill='transparent'%20filter='url(%23gggrain-filter)'%20opacity='1'%20style='mix-blend-mode:%20soft-light'%3e%3c/rect%3e%3c/g%3e%3c/svg%3e");background-position:center;background-repeat:no-repeat;background-size:cover}.code-input{transition:box-shadow .3s ease-in-out;border:2px solid #4285f4;color:#4285f4}.code-input::-moz-placeholder{color:#4285f466;opacity:.5;font-weight:600}.code-input::placeholder{color:#4285f466;opacity:.5;font-weight:600}.code-input:focus{background-color:#4285f41a;outline:none;border:none;box-shadow:0 0 0 2px #0b9d58}video[poster]{height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.w-session{width:calc(100% - 25px)}.w-lock{width:25px}.teacher-bg-pattern{animation:teacherBgPattern 15s linear infinite}@keyframes teacherBgPattern{to{transform:rotate(360deg)}}.h-mobile{height:calc(100vh - 70px)}.nav__buttons-btn1{display:flex;justify-content:center;align-items:center;width:13rem;height:4rem;background-size:300% 300%;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:5rem;transition:.5s;animation:gradient_301 5s ease infinite;border:double 4px transparent;background-image:linear-gradient(#0f172a,#0f172a),linear-gradient(137.48deg,#fbbf24 10%,#ef4444 45%,#f3f4f6 67%,#0f172a 87%);background-origin:border-box;background-clip:content-box,border-box}@media screen and (max-width: 890px){.nav__buttons-btn1{display:none}}#container-stars{position:fixed;z-index:-1;width:100%;height:100%;overflow:hidden;transition:.5s;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);border-radius:5rem}strong{z-index:2;font-size:1.4rem;color:#f3f4f6;text-shadow:0 0 4px #f3f4f6}#glow{position:absolute;display:flex;width:12rem}.btn1-circle{width:100%;height:30px;filter:blur(2rem);animation:pulse_3011 4s infinite;z-index:-1}.btn1-circle:nth-of-type(1){background:#fe53baa2}.btn1-circle:nth-of-type(2){background:#7664ff9e}.nav__buttons-btn1:hover #container-stars{z-index:1;background-color:#0f172a}.nav__buttons-btn1:hover strong{color:#fbbf24;text-shadow:0 0 4px #fbbf24}.nav__buttons-btn1:hover{transform:scale(1.1)}.nav__buttons-btn1:active{border:double 4px #fbbf24;background-origin:border-box;background-clip:content-box,border-box;animation:none}.nav__buttons-btn1:active .btn1-circle{background:#fbbf24}#stars{position:relative;background:transparent;width:200rem;height:200rem}#stars:after{content:"";position:absolute;top:-10rem;left:-100rem;width:100%;height:100%;animation:animStarRotate 90s linear infinite;background-image:radial-gradient(#ffffff 1px,transparent 1%);background-size:50px 50px}#stars:before{content:"";position:absolute;top:0;left:-50%;width:170%;height:500%;animation:animStar 60s linear infinite;background-image:radial-gradient(#ffffff 1px,transparent 1%);background-size:50px 50px;opacity:.5}@keyframes animStar{0%{transform:translateY(0)}to{transform:translateY(-135rem)}}@keyframes animStarRotate{0%{transform:rotate(360deg)}to{transform:rotate(0)}}@keyframes gradient_301{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes pulse_3011{0%{transform:scale(.75);box-shadow:0 0 #000000b3}70%{transform:scale(1);box-shadow:0 0 0 10px #0000}to{transform:scale(.75);box-shadow:0 0 #0000}}.underline-gradient{color:#000;background:linear-gradient(94deg,#000,#000);background-size:0% 3px;background-repeat:no-repeat;background-position:right 25px;transition:background-size .3s ease}.underline-gradient.dark{color:#fff}.underline-gradient:hover{background-size:100% 3px}.underline-gradient.active:hover{background-size:0% 3px}.switch{font-size:17px;position:relative;display:inline-block;width:64px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#f9b522;transition:.4s;border-radius:30px}.slider:before{position:absolute;content:"";height:30px;width:30px;border-radius:20px;left:2px;bottom:2px;z-index:2;background-color:#e8e8e8;transition:.4s}.sun svg{position:absolute;top:6px;left:36px;z-index:1;width:24px;height:24px;fill:#fef2f2}.moon svg{fill:#fef2f2;position:absolute;top:5px;left:5px;z-index:1;width:24px;height:24px}.sun svg{animation:rotate 15s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.moon svg{animation:tilt 5s linear infinite}@keyframes tilt{0%{transform:rotate(0)}25%{transform:rotate(-10deg)}75%{transform:rotate(10deg)}to{transform:rotate(0)}}.dark-mode-checkbox:checked+.slider{background-color:#6366f1}.dark-mode-checkbox:focus+.slider{box-shadow:0 0 1px #6366f1}.dark-mode-checkbox:checked+.slider:before{transform:translate(30px)}@supports selector(:focus-visible){.theme__toggle:focus{box-shadow:0 0 0 .125em var(--primaryT)}.theme__toggle:focus-visible{box-shadow:0 0 0 .125em var(--primary)}}.hero-button-container{align-items:center;justify-content:center}.hero-button-container button{width:15rem;height:5rem;display:flex;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.23,1,.32,1);z-index:3;font-weight:700;font-size:2rem;position:relative;padding:10px 24px;color:#0b9d58;border:2px solid rgb(11,157,88);border-radius:34px;background-color:transparent;overflow:hidden}.hero-button-container button:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:50px;height:50px;border-radius:inherit;scale:0;z-index:-1;background-color:#0b9d58;transition:all .6s cubic-bezier(.23,1,.32,1)}.hero-button-container button:hover:before{scale:3}.hero-button-container button:hover{color:#fff;scale:1.1;box-shadow:0 0 20px #0b9d5866}.hero-button-container button:active{scale:1}.satalite{position:relative;left:-1em;top:-3em;animation:4s around infinite;transition:.4s ease-in-out}@keyframes around{0%{z-index:5;transform:translateY(-3.5em) translate(8.5em)}50%{transform:translate(1em) translateY(3.5em)}to{transform:translateY(-3.5em) translate(8.5em);z-index:-2}}.hero-button-container button:hover+.satalite{opacity:0}.-container button:active{transform:scale(.9)}.fade{opacity:0;transition:all .4s ease-in-out}body{font-family:Inter,sans-serif}.feature.active p{display:block}.feature.active{grid-column:1/span 6;grid-row:1;order:0;height:auto}.feature.is-inactive{grid-column:span 2}@media screen and (max-width: 768px){.feature.active{grid-column:1/span 3;grid-row:1;order:0;height:auto}.feature.is-inactive{grid-column:span 3}}.footer-auto-fit{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:7rem;justify-items:end;place-content:center;justify-content:center}@media screen and (max-width: 1024px){.footer-auto-fit{justify-items:center}}.signin-inputs,.submit,textarea,select{width:100%;font-size:1.5rem;font-weight:600;padding-left:1rem;border-radius:1rem;transition:box-shadow .1s ease-in-out;background-color:transparent;border:2px solid #00c1ff;color:#00c1ff}.signin-inputs.signin-input,select{height:49px;padding:0 20px;background:#0000000d;border-radius:50px}.submit{text-align:center;height:49px;border-radius:50px}.signin-inputs signin-input::-moz-placeholder,textarea::-moz-placeholder{color:#4285f466;opacity:.5;font-size:1.5rem;font-weight:600}.signin-inputs signin-input::placeholder,textarea::placeholder{color:#4285f466;opacity:.5;font-size:1.5rem;font-weight:600}.signin-inputs:focus,textarea:focus{outline:none;border:none;box-shadow:0 0 0 2px #00c1ff;color:#00c1ff;background-color:#eff6ff}.signin-inputs:focus::-moz-placeholder,textarea:focus::-moz-placeholder{color:#00c1ff}.signin-inputs:focus::placeholder,textarea:focus::placeholder{color:#00c1ff}label{font-size:1.6rem;font-weight:600;letter-spacing:.05rem;width:100%}.submit{cursor:pointer;transition:all .3s ease-in-out;font-size:1.7rem;background-color:#ffce07;color:#000!important;border:none!important}.submit:hover{background:#fa2b52;color:#fff!important}.submit.submit-login{color:#fff!important}.submit:active{transform:scale(.9)}.submit:disabled{border:2px solid rgba(66,133,244,.4);color:#4285f466}.submit:disabled:active{transform:scale(1)}input[type=file]{height:3.4rem;padding:.4rem;font-size:1.2rem}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.question-submit{width:250px}.checkbox-wrapper{position:relative}.checkbox-wrapper>svg{position:absolute;top:-130%;left:-170%;width:110px;pointer-events:none}.checkbox-wrapper *{box-sizing:border-box}.checkbox-wrapper input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-tap-highlight-color:transparent;cursor:pointer;margin:0}.checkbox-wrapper input[type=checkbox]:focus{outline:0}.checkbox-wrapper .cbx{width:24px;height:24px;top:88px;left:88px}.checkbox-wrapper .cbx input{position:absolute;top:0;left:0;width:24px;height:24px;border:2px solid #4285f4;background-color:#4285f466;border-radius:50%;padding:0}.checkbox-wrapper .cbx label{width:24px;height:24px;background:none;border-radius:50%;position:absolute;top:0;left:0;transform:translateZ(0);pointer-events:none}.checkbox-wrapper .cbx svg{position:absolute;top:5px;left:4px;z-index:1;pointer-events:none}.checkbox-wrapper .cbx svg path{stroke:#fef2f2;stroke-width:3;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:19;stroke-dashoffset:19;transition:stroke-dashoffset .3s ease;transition-delay:.2s}.checkbox-wrapper .cbx input:checked+label{animation:splash-12 .6s ease forwards}.checkbox-wrapper .cbx input:checked+label+svg path{stroke-dashoffset:0}@keyframes splash-12{40%{background:#4285f4;box-shadow:0 -18px 0 -8px #4285f4,16px -8px 0 -8px #4285f4,16px 8px 0 -8px #4285f4,0 18px 0 -8px #4285f4,-16px 8px 0 -8px #4285f4,-16px -8px 0 -8px #4285f4}to{background:#4285f4;box-shadow:0 -36px 0 -10px transparent,32px -16px 0 -10px transparent,32px 16px 0 -10px transparent,0 36px 0 -10px transparent,-32px 16px 0 -10px transparent,-32px -16px 0 -10px transparent}}.exam-title{font-weight:700;font-size:20.8px}.current-question{font-weight:700;margin-bottom:30px;font-size:24px;display:flex;justify-content:flex-start;align-items:center;gap:16px}.current-question p{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex;align-items:center}.current-question-degree{margin-bottom:30px;font-weight:700;font-size:18px;text-align:end}.current-question-answers,.response-question-answers{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:16px}.current-question-answers div,.response-question-answers div{width:100%;border-radius:16px;padding:9.6px;display:flex;gap:16px;align-items:center}.current-question-answers div span,.response-question-answers div span{pointer-events:none;width:30px;height:30px;min-width:30px;min-height:30px;border-radius:50%;font-weight:700;display:flex;align-items:center;justify-content:center;font-size:19px}.current-question-answers div p,.response-question-answers div p{pointer-events:none;font-weight:700;font-size:19.2px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:flex;align-items:center}.current-question-answers div{cursor:pointer;border:2px solid #4285f4;transition-duration:.3s}.current-question-answers div span{border:3px solid #4285f4}.current-question-answers .selected,.current-question-answers div:hover{background-color:#f9b522;border:2px solid #f9b522;color:#4285f4}.current-question-answers .selected span,.current-question-answers div:hover span{border:3px solid #4285f4}.response-question-answers div{border:2px solid #4285f4}.response-question-answers div span{border:3px solid #4285f4}.response-question-answers .response-selected{background-color:#4285f4;border:2px solid #4285f4;color:#fef2f2}.response-question-answers .response-selected span{border:3px solid #fef2f2}.no-answer{color:#4285f4;font-weight:700}.hover-text{display:none}.show-hover-text{display:block}.dot-menu{transform:scaleY(0);background-color:#4285f4}.hide-dot-menu{transform:scaleY(1)}.explanation-text{transform:scaleY(0)}.hide-explanation-text{transform:scaleY(1)}.h-0{height:0}.myquestions-container-relative{position:relative;display:flex;align-items:center;justify-content:center}.myabsolute-hide{position:absolute;width:100%;height:100%;top:0;left:0;right:0;background-color:#4285f4d9}.myquestions-wrapper{display:flex;flex-direction:column;gap:45px;align-items:center}.mytoggle-fixed{pointer-events:all;opacity:1}.mytoggle-QuestionsWrapper{transform:scale(1)}.myquestions-wrapper h2{text-align:center;font-size:24px;font-weight:700;border-bottom:2px solid rgb(199,31,56);padding-bottom:2rem}@media screen and (max-width: 550px){.myquestions-wrapper h2{font-size:1.2rem}}.myactual-questions-container{display:grid;grid-template-columns:repeat(auto-fit,minmax(45px,1fr));gap:32px;place-content:center;place-items:center}.myquestion{border:2px dashed #4285f4;color:#fef2f2;background-color:#4285f4;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;cursor:pointer;position:relative;border-radius:.3rem}button[disabled]{cursor:no-drop}button[disabled]:hover{transform:scale(1)}.selected-popup-question{background-color:#84cc16;border:2px solid #84cc16;color:#fef2f2;position:relative;width:45px;height:45px;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:600;cursor:pointer;border-radius:.3rem}.location-icon{position:absolute;top:-28px;left:50%;transform:translate(-50%);cursor:pointer;font-size:24px;color:#4285f4}.disable-timer{display:none}.input-container{font-weight:700;display:flex;justify-content:flex-end}.input-container span{display:inline-block;font-weight:400;margin-top:16px}.input-container input{border:2px solid #4285f4;border-radius:.5rem;margin-top:32px;color:#4285f4;padding:.3rem;width:190px;text-align:end}.input-container input::-moz-placeholder{color:#4285f466;font-size:14px}.input-container input::placeholder{color:#4285f466;font-size:14px}.result-container h3{font-weight:700}.result-container a{font-weight:700;padding-inline:16px;padding-block:8px;background-color:#4285f4;color:#fef2f2;border:2px solid #4285f4;transition:all .3s ease-in-out;border-radius:11px}.result-container a:hover{color:#4285f4;background-color:#fef2f2;border:2px solid #4285f4}.h-questions{height:calc(100vh - 128px);max-height:calc(100vh - 128px)}.slick-slide>div{margin-inline:25px;display:flex;justify-content:center}.response-question-input{color:#4285f4}.singleQuestionWrapper{border:1px solid #4285f4;border-radius:4rem;padding:2rem}.singleQuestionWrapper p{font-weight:600;font-size:1.8rem}.singleQuestionWrapper img{-o-object-fit:contain;object-fit:contain}.optionsQuestionWrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;gap:5rem;width:100%}@media screen and (max-width: 772px){.optionsQuestionWrapper{flex-direction:column;gap:3rem}}.optionsPostWrapper{display:flex;justify-content:space-between;align-items:center;width:100%;flex-direction:column-reverse;gap:3rem}.questionOptions{display:flex;justify-content:space-between;align-items:center;gap:2rem;width:-moz-fit-content;width:fit-content}@media screen and (max-width: 772px){.questionOptions{justify-content:center;width:100%;border-bottom:2px solid #4285f4;padding-bottom:2rem}}.postOptions{display:flex;flex-direction:row-reverse;justify-content:center;width:100%;align-items:center;gap:1.8rem}.deleteQuestionBtn,.editQuestionBtn{width:6rem;border-radius:1rem;border-width:2px;padding:.5rem;text-align:center;font-weight:600;color:#fef2f2;transition-duration:.3s}.deleteQuestionBtn:active,.editQuestionBtn:active{transform:scale(.9)}.deleteQuestionBtn{border-color:#4285f4;background-color:#4285f4}.deleteQuestionBtn:hover{background-color:#4285f433;color:#4285f4}.editQuestionBtn{border-color:#0b9d58;background-color:#0b9d58}.editQuestionBtn:hover{background-color:#0b9d5833;color:#0b9d58}.categoryQuestionWrapper{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 772px){.categoryQuestionWrapper{align-items:center}}.PostWrapper{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1.1rem;align-items:center}.essayTitleWrapper{display:flex;gap:2rem;align-items:center}@media (max-width: 797px){.essayTitleWrapper{flex-direction:column}}.essayTitleWrapper span,.essayTitleWrapper h4{border:2px solid #4285f4;border-radius:1rem;padding:.1rem .5rem}.essayTitleWrapper span{background-color:#fecacab3}.categoryAnswersWrapper{display:flex;flex-direction:row-reverse;flex-wrap:wrap;margin-top:3rem;border-top:2px solid;padding-top:2rem}.categorySingleAnswer{width:50%;padding:2rem;display:flex;flex-direction:column;gap:1.5rem}@media screen and (max-width: 772px){.categorySingleAnswer{width:100%;align-items:center}.answer1Wrapper{order:1}.answer2Wrapper{order:2}.answer3Wrapper{order:3}.answer4Wrapper{order:4}}.correctSingleAnswer{border:2px solid #00ff80;border-radius:2rem;background-color:#d5ffea5d;color:#00ff80}.hide{display:none}.video-iframe iframe{width:100%;min-height:90%}#page{display:flex;justify-content:center;align-items:center;height:100vh}#container{display:flex;justify-content:center;align-items:center;position:relative}#h3{color:#fff}#ring{width:190px;height:190px;border:1px solid transparent;border-radius:50%;position:absolute}#ring:nth-child(1){border-bottom:8px solid #ffce07;animation:rotate1 2s linear infinite}@keyframes rotate1{0%{transform:rotateX(50deg) rotate(110deg)}to{transform:rotateX(50deg) rotate(470deg)}}#ring:nth-child(2){border-bottom:8px solid #fa2b52;animation:rotate2 2s linear infinite}@keyframes rotate2{0%{transform:rotateX(20deg) rotateY(50deg) rotate(20deg)}to{transform:rotateX(20deg) rotateY(50deg) rotate(380deg)}}#ring:nth-child(3){border-bottom:8px solid #00c1ff;animation:rotate3 2s linear infinite}@keyframes rotate3{0%{transform:rotateX(40deg) rotateY(130deg) rotate(450deg)}to{transform:rotateX(40deg) rotateY(130deg) rotate(90deg)}}#ring:nth-child(4){border-bottom:8px solid rgb(252,183,55);animation:rotate4 2s linear infinite}@keyframes rotate4{0%{transform:rotateX(70deg) rotate(270deg)}to{transform:rotateX(70deg) rotate(630deg)}}.ant-input-number{width:100%!important}.ant-btn{border-radius:20px!important;padding:10px 40px!important;height:auto!important;min-width:100px}.ant-btn-primary{background-color:#00c1ff!important;border-color:#00c1ff!important}.ant-btn-primary:hover{background-color:#fff!important;border-color:#00c1ff!important;color:#00c1ff!important}.ant-btn-primary:active{background-color:#00c1ff!important}.ant-upload-wrapper .ant-upload-drag{background:#fff!important}.ant-switch{min-width:130px!important;height:47px!important;display:flex!important;align-items:center;justify-content:center;background:#fff;border:1px solid #00c1ff;background-color:transparent!important}.ant-switch .ant-switch-handle{top:50%!important;transform:translateY(-50%);left:10px!important}.ant-switch .ant-switch-inner{height:-moz-fit-content!important;height:fit-content!important}.ant-switch.ant-switch-checked{background:#fff;border:1px solid #00c1ff;background-color:transparent!important}.ant-switch.ant-switch-checked:hover{background:#fff!important}.ant-switch.ant-switch-checked .ant-switch-handle:before{background:#00c1ff}.ant-switch.ant-switch-checked .ant-switch-inner span{color:#00c1ff}.ant-switch.ant-switch-unchecked{background:#fff;border:1px solid #00c1ff;background-color:transparent!important}.ant-switch.ant-switch-unchecked:hover{background:#fff!important}.ant-switch.ant-switch-unchecked .ant-switch-handle:before{background:#00c1ff}.ant-switch.ant-switch-unchecked .ant-switch-inner span{color:#00c1ff}.ant-switch .ant-switch-inner-unchecked{color:#000!important}.sectionS1{border-radius:16px;border:1px solid #eee;padding:16px;margin:16px 0}.sectionS1 .head{margin-bottom:20px;flex-wrap:wrap}.sectionS1 .head h2{font-size:18px;font-weight:600}.sectionS1 .head .number{display:flex;align-items:center;justify-content:center;width:35px;height:35px;color:#afafaf;font-size:12px;border:2px solid #eee;border-radius:50%}.sectionS1 .head .links a{padding-bottom:4px!important;font-weight:400}@media (max-width: 797px){.sectionS1 .head{gap:10px}.sectionS1 .head .headInfo{flex:1;flex-direction:column;gap:16px}}.buttonOS1{background:transparent!important;border:none!important;height:40px;align-items:center;display:flex}.inputS1 .ant-input-affix-wrapper{height:50px;align-items:center}body[data-theme=dark] .inputS1 .form-control{color:#fff}.inputS1 .ant-form-item{margin-bottom:10px}.inputS1 input,.inputS1 .ant-select-selector,.inputS1 .ant-mentions{border-radius:8px;height:48px!important;display:flex;align-items:center}.inputS1 .ant-select-selector{margin-top:auto}.inputS1 .ant-input-suffix{padding-inline-start:8px;border-inline-start:1px solid #cbcbcb}.inputS1 .ant-picker{width:100%;height:48px}.inputS1 .ant-picker input{height:auto!important}.formS1 .ant-form-item{margin-bottom:0}.formS1 .ant-input-number-group-addon{background-color:#0b649e}body[data-theme=dark] .formS1 .ant-select{background:#fff;border-radius:6px}.formS1 .ant-checkbox-wrapper{align-items:center}.formS1 .ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{background:#00c1ff;border-color:#00c1ff}.formS1 label{font-weight:600;font-size:14px}.formS1 label.ant-form-item-required{gap:4px;font-weight:600;font-size:14px}.formS1 label.ant-form-item-required:after{display:none}.formS1 .inputS1{flex:1}.formS1 .inputS1.phoneNumber .ant-form-item-has-error .react-tel-input{border-color:#ff4d4f}.formS1 .inputS1.phoneNumber .react-tel-input{width:100%;border:1px solid #eee;border-radius:6px;transition:all .2s;background:transparent}.formS1 .inputS1.phoneNumber .react-tel-input:hover{border-color:#277bab}.formS1 .inputS1.phoneNumber .react-tel-input input{width:100%;border:none;background:transparent!important}.formS1 .inputS1.phoneNumber .react-tel-input input:focus{border-color:#0b649e;box-shadow:0 0 0 2px #05526938;outline:0}.formS1 .inputS1.phoneNumber .react-tel-input .flag-dropdown{background-color:transparent;border:none}.formS1 .inputS1.phoneNumber .ant-input-wrapper{border:1px solid #eee;border-radius:6px}.formS1 .inputS1.phoneNumber .ant-input-wrapper .ant-select{display:flex;align-items:center}.formS1 .inputS1.phoneNumber .ant-input-wrapper .ant-input-group-addon{background:#fff;border:none}.formS1 .inputS1.phoneNumber .ant-input-wrapper .ant-select-selection-item{border-inline-end:1px solid #eee;font-weight:600}.formS1 .inputS1.phoneNumber .ant-input-wrapper input{border:none}.formS1 .inputS1 .custome-checkbox label{width:-moz-fit-content;width:fit-content;flex-direction:row;margin-top:8px;color:#00c1ff}.formS1 .inputS1 input{border-radius:6px}.formS1 .inputS1 .ant-input-prefix{border-inline-end:1px solid #eee;padding-inline-end:8px;margin-inline-end:8px;font-size:16px;font-weight:600}.formS1 .customInputWithSelect{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.formS1 .customInputWithSelect .ant-checkbox-wrapper{margin:0!important}.formS1 .customInputWithSelect .ant-checkbox-wrapper span{padding:0}.formS1 .customInputWithSelect .ant-checkbox-wrapper .ant-checkbox{margin-inline-end:16px}.formS1 .customInputWithSelect input{border:none;box-shadow:none;outline:none;padding-inline-start:0}.formS1 .customInputWithSelect button{display:flex}.formS1 .selectS1 .ant-select.ant-select-status-error .ant-select-selector{border-color:#ff4d4f}.formS1 .selectS1 .ant-select .ant-select-selector{border-radius:6px}.formS1 .selectS1 .ant-select .ant-select-selector .ant-select-selection-item{font-weight:400;font-size:14px}.formS1 .selectS1 .ant-select-arrow,.formS1 .ant-picker-input .ant-picker-suffix{border-inline-start:1px solid #eee;padding-inline-start:8px}.formS1 .groupInputs .ant-form-item{flex:1;margin:0}.inputS1.inputNumber .ant-input-number-group-wrapper,.selectS1.inputNumber .ant-input-number-group-wrapper{width:100%}.inputS1.inputNumber .ant-input-number-group-wrapper .ant-input-number-group-addon,.selectS1.inputNumber .ant-input-number-group-wrapper .ant-input-number-group-addon{background-color:transparent;border-color:#eee}.inputS1.inputNumber .ant-input-number-group-wrapper .ant-input-number-group-addon .ant-select,.selectS1.inputNumber .ant-input-number-group-wrapper .ant-input-number-group-addon .ant-select{height:100%}.inputS1.inputNumber .ant-input-number-group-wrapper .ant-input-number,.selectS1.inputNumber .ant-input-number-group-wrapper .ant-input-number{border-color:#eee}.inputS1 .ant-select-clear,.inputS1 .ant-picker-clear,.selectS1 .ant-select-clear,.selectS1 .ant-picker-clear{font-size:18px;width:20px;height:20px;top:50%;margin:0;transform:translateY(-50%)}.statusS1{height:30px;min-width:-moz-fit-content;min-width:fit-content;display:flex;align-items:center;justify-content:center;padding:0 30px;border-radius:12px;background:#eee;font-size:14px;font-weight:500;text-transform:capitalize}.statusS1.contacted{background:#daf0e3!important;color:#2b6b46}.statusS1.not_contacted{background:#fadbd7!important;color:#892c21}.statusS1.interest{background:#d4e2fc!important;color:#174291}.statusS1.not_interested{background:#fff2d9!important;color:#664d1b}.statusS1.wrong_number{background:#fbe2d6!important;color:#8e421f}.statusS1.no_response{background:#e3ddf2!important;color:#453473}.statusS1.junk_lead{background:#ebe0db!important;color:#5c3c2e}.statusS1.active{background:#e0ecd2!important;color:#3d6213}.statusS1.notResponse{background:#e3ddf2!important;color:#453473}.statusS1.available{border:1px solid #f1f1f1;background:#fff!important;color:#242d35}.statusS1 p{overflow:hidden;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;max-height:35px;font-size:12px}.tabsS1 ul{display:flex;align-items:center;flex-wrap:wrap;padding:8px;border-radius:12px;background:#f6f6f6}.tabsS1 ul button,.tabsS1 ul a{border-radius:8px;padding:5px 32px;color:#afafaf;font-weight:700;transition:all .3s}.tabsS1 ul button.active,.tabsS1 ul a.active{background-color:#141414;color:#fff}.tabsS2 .ant-tabs-nav{width:-moz-fit-content;width:fit-content;margin-bottom:20px}@media (max-width: 796px){.tabsS2 .ant-tabs-nav{overflow:auto;width:100%}}@media (max-width: 1024px){.tabsS2 .ant-tabs-nav{margin-top:16px}}.tabsS2 .ant-tabs-nav:before{border:none}.tabsS2 .ant-tabs-nav-list .ant-tabs-tab{color:#afafaf;font-weight:400;font-size:16px;padding-left:20px;padding-right:20px;margin:0}.tabsS2 .ant-tabs-nav-list .ant-tabs-ink-bar{height:2px;border-radius:1px}.tabsS2 .ant-tabs-nav-operations{display:none!important}.collapseS1 .ant-collapse{background:none;border:none}.collapseS1 .ant-collapse .ant-collapse-item{border:1px solid #e2e2e2;border-radius:16px;margin-bottom:16px}.collapseS1 .ant-collapse .ant-collapse-item .ant-collapse-header{align-items:center;font-weight:600;font-size:18px;padding:16px}.collapseS1 .ant-collapse .ant-collapse-item .ant-collapse-content{border:none}.collapseS1 .ant-collapse .ant-collapse-item .ant-collapse-content .ant-collapse-content-box{border-top:1px solid #efefef;margin:0 16px 16px;padding:16px 0 0}.tableS1{border-radius:16px;border:1px solid #eee;overflow:hidden;position:relative}.tableS1 .tableHeader{padding:20px 24px}.tableS1 .tableHeader .search .ant-input-affix-wrapper{border:2px solid #f6f6f6;color:#cbcbcb;border-radius:30px;max-width:479px;width:100%;height:49px}.tableS1 .tableHeader .search .ant-input-affix-wrapper input{padding:10px;background:#fff}.tableS1 .tableHeader .search .ant-input-affix-wrapper ::-moz-placeholder{color:#cbcbcb;opacity:1}.tableS1 .tableHeader .search .ant-input-affix-wrapper ::placeholder{color:#cbcbcb;opacity:1}.tableS1 .tableHeader .search .ant-input-affix-wrapper ::-ms-input-placeholder{color:#cbcbcb}.tableS1 .tableHeader .search .ant-input-affix-wrapper .ant-input-suffix{margin-inline-start:8px}.tableS1 .tableHeader .tableDetails{display:flex;align-items:center;gap:16px;justify-content:end;font-size:16px;font-weight:400}.tableS1 .ant-table-thead tr th{background:#f6f6f6;font-size:14px;font-weight:500;text-transform:uppercase;border-radius:0!important;border:1px solid #eee;text-align:center}body[data-theme=dark] .tableS1 .ant-table-thead tr th{background:#000;border-color:#000}.tableS1 .ant-table-thead tr th>div{justify-content:center}.tableS1 .ant-table-thead tr th:before{display:none}.tableS1 .ant-table-thead tr th.ant-table-selection-column{min-width:80px}.tableS1 .ant-table-thead tr th .ant-table-selection-extra{margin:0;left:-33px;top:4px}.tableS1 .ant-table-thead tr th .ant-table-selection-extra .ant-dropdown-trigger{display:flex}.tableS1 .ant-table-thead tr th .ant-table-selection-extra .ant-dropdown-trigger svg{color:#000;font-size:15px}body[data-theme=dark] .tableS1 .ant-table-cell-row-hover{background-color:#000!important}.tableS1 .ant-table-tbody tr{transition:all .2s}.tableS1 .ant-table-tbody tr:hover td:first-of-type{border-inline-start:4px solid #00c1ff}.tableS1 .ant-table-tbody tr td{font-weight:500;font-size:14px;border-bottom:1px solid #eee;text-align:center;text-transform:capitalize}.tableS1 .ant-table-tbody tr td>div{justify-content:center}body[data-theme=dark] .tableS1 .ant-table-tbody tr td .record-data-text{color:#fff}.tableS1 .ant-table-tbody tr td .leadName{gap:8px;justify-content:flex-start;text-align:start}.tableS1 .ant-table-tbody tr td .leadName .user{width:40px;height:40px;background:#0070b01a;border-radius:50%;display:flex;align-items:center;justify-content:center;overflow:hidden}.tableS1 .ant-table-tbody tr td .leadName .user img{width:40px;height:40px;-o-object-fit:cover;object-fit:cover}body[data-theme=dark] .tableS1 .ant-table-tbody tr td .leadName p{color:#fff}.tableS1 .ant-table-tbody tr td .leadName .info p{margin-inline-start:4px}.tableS1 .ant-table-tbody tr td .tableUserImage{border:2px solid #d4e2fc;border-radius:50%;overflow:hidden;width:40px;height:40px}.tableS1 .ant-table-tbody tr td .lastActive{color:#868585;font-size:13px}.tableS1 .ant-table-tbody tr td .lastActive .time{gap:4px}.tableS1 .ant-table-tbody .ant-table-row:hover td,.tableS1 .ant-table-tbody .ant-table-row-selected td{background-color:#ebf5f7!important}body[data-theme=dark] .tableS1 .ant-table-tbody .ant-table-row:hover td,body[data-theme=dark] .tableS1 .ant-table-tbody .ant-table-row-selected td{background:#444!important}.tableS1 .ant-table-tbody .ant-table-row:hover td:first-of-type,.tableS1 .ant-table-tbody .ant-table-row-selected td:first-of-type{border-inline-start:4px solid #00c1ff}.tableS1 .ant-pagination{margin-inline-end:20px!important}.tableS1 .ant-pagination .ant-pagination-item{border-radius:50%}.tableS1 .ant-pagination .ant-pagination-item a{color:#afafaf;font-size:14px;font-weight:400;border-radius:50%!important}.tableS1 .ant-pagination .ant-pagination-item.ant-pagination-item-active{background:#00c1ff;border:#00c1ff;color:#fff}.tableS1 .ant-pagination .ant-pagination-item.ant-pagination-item-active a{color:#fff}.tableS1 .selectedOption{position:fixed;z-index:9;width:75%;min-height:80px;box-shadow:1px 5px 22px 4px #00000026;background:#fff;bottom:-300px;left:50%;transform:translate(-50%);display:flex;align-items:center;justify-content:space-between;padding:0 30px;border-radius:8px;transition:all .5s;flex-wrap:wrap}body[data-theme=dark] .tableS1 .selectedOption{background:#000}@media (max-width: 1024px){.tableS1 .selectedOption{justify-content:center}}.tableS1 .selectedOption .children-container{justify-content:center}.tableS1 .selectedOption.showSelectedOption{transition:all .3s;bottom:35px}.tableS1 .selectedOption.smallWidth{width:60%}.tableS1 .selectedOption .numOfItems{font-size:16px;font-weight:600;gap:8px;align-items:center;flex-wrap:wrap}@media (max-width: 1024px){.tableS1 .selectedOption .numOfItems{justify-content:center}}.tableS1 .selectedOption .numOfItems .unSelectedAll{color:#d44333}.tableS1 .selectedOption button{padding:12px 10px}.tableS1 .selectedOption button.noBgDelete{color:#d44333}.ant-picker-dropdown .ant-picker-cell-selected:before,.ant-picker-dropdown .ant-picker-cell-range-end:before,.ant-picker-dropdown .ant-picker-cell-in-range:before{background:#0070b01a!important}.selectS1 .ant-form-item-control-input,.selectS1 .ant-select-selector{min-height:48px}.selectS1 .ant-select{width:100%;min-height:48px}.selectS1 .ant-select:hover{border-color:#00c1ff}.selectS1 .ant-select .ant-select-selector{border:2px solid #eee;border-radius:12px}.selectS1 .ant-select .ant-select-selector .ant-select-selection-item{font-weight:500;font-size:15px}.selectS1 .ant-select .ant-select-selector .ant-select-arrow{right:16px}.editorS1 .ck-editor{display:flex;flex-direction:column-reverse}.editorS1 .ck-editor .ck.ck-toolbar{border:none}.editorS1 .ck-editor .ck.ck-content{border:none;min-height:210px}.backToAllBtn{border-radius:50px;border:1px solid #eee;background:#fff;padding:13px 0;display:flex;align-items:center;justify-content:center;gap:4px;font-size:16px;font-weight:400;color:#afafaf;margin-bottom:24px}.tags{margin-top:24px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.tags h5{font-size:14px;font-weight:600}.tags .tag{border-radius:8px;background:#0070b01a;padding:8px;color:#141414}body[data-theme=dark] .tags .tag{background-color:#0b649e}.notificationsDropdown{width:425px;border-radius:16px;overflow:hidden;box-shadow:1px 5px 22px 4px #1212121a;background-color:#fff}@media (max-width: 1024px){.notificationsDropdown{width:100%;margin-left:3%}}.notificationsDropdown .notifHeader{padding:16px;border-bottom:1px solid #eee;margin-bottom:8px}.notificationsDropdown .notifHeader h3{display:flex;align-items:center;gap:8px}.notificationsDropdown .notifHeader h3 span{width:28px;height:28px;border-radius:50%;background:#d44333;color:#fff;display:flex;align-items:center;justify-content:center}.notificationsDropdown .notifHeader .makeAllReadBtn{color:#afafaf}.notificationsDropdown .noData{text-align:center;padding:16px;color:#afafaf}.notificationsDropdown .notifItem{padding:6px 24px;display:inline-block;width:100%}.notificationsDropdown .notifItem .notifInfo{display:flex;align-items:flex-start;gap:12px}.notificationsDropdown .notifItem .notifInfo .notifDetails{display:flex;flex-direction:column;gap:4px;width:70%}.notificationsDropdown .notifItem .notifInfo .notifDetails h4{font-weight:500;line-height:21px}.notificationsDropdown .notifItem .notifInfo .notifDetails p{font-size:13px;font-weight:500}.notificationsDropdown .notifItem .notifInfo .notifDetails span{color:#afafaf;font-size:12px}.notificationsDropdown .notifItem .notifArrows{display:flex;align-items:center;gap:14px}.notificationsDropdown .notifItem .notifArrows .notifStatus{display:block;width:8px;height:8px;border-radius:50%}.notificationsDropdown .notifItem .notifArrows .notifStatus.unreaded{background:#d44333}.notificationsDropdown .viewAllNotif{width:100%;display:flex;align-items:center;justify-content:center;gap:4px;padding:16px 24px;color:#00c1ff;font-weight:600;border-top:1px solid #eee}.notificationsDropdown .viewAllNotif svg{font-size:20px}.helpCenterDropdown{width:400px;border-radius:16px;overflow:hidden;box-shadow:1px 5px 22px 4px #1212121a;background-color:#fff;padding:16px;max-height:75vh;overflow-y:auto;-ms-overflow-style:none;scrollbar-width:none}.helpCenterDropdown::-webkit-scrollbar{display:none}@media (max-width: 1024px){.helpCenterDropdown{width:100%}}.helpCenterDropdown .helpCenterChatBot{display:flex;align-items:center;gap:10px;margin-bottom:29px}.helpCenterDropdown .helpCenterChatBot .message{border-radius:16px;background:#0070b01a;padding:12px 16px;color:#0b649e;font-size:13px;line-height:17px;flex:1}.helpCenterDropdown .helpCenterStarter .helpCenterStarterContent{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}.helpCenterDropdown .helpCenterStarter .helpCenterStarterContent button,.helpCenterDropdown .helpCenterStarter .helpCenterStarterContent a{width:100%;border-radius:12px;border:1px solid #eee;display:flex;flex-direction:column;gap:4px;padding:12px;box-sizing:border-box}.helpCenterDropdown .helpCenterStarter .helpCenterStarterContent button h4,.helpCenterDropdown .helpCenterStarter .helpCenterStarterContent a h4{color:#141414;font-size:16px;font-weight:500;line-height:24px}.helpCenterDropdown .helpCenterStarter .helpCenterStarterContent p{color:#afafaf;font-size:14px;font-weight:400;line-height:21px}.helpCenterDropdown .helpCenterFaqs .HelpCenterFaqsContent{display:flex;flex-direction:column;gap:29px}.helpCenterDropdown .helpCenterFaqs .HelpCenterFaqsContent ul{display:flex;flex-direction:column;gap:16px}.helpCenterDropdown .helpCenterFaqs .HelpCenterFaqsContent ul li{display:flex;align-items:center;justify-content:space-between;border-radius:12px;border:1px solid #eee;padding:12px 16px;color:#141414;font-size:14px;font-weight:500;cursor:pointer}.helpCenterDropdown .helpCenterChatWithAgent{display:flex;flex-direction:column;gap:29px}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .singleChatMessage{display:flex;align-items:center;gap:11px;margin-bottom:8px}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .singleChatMessage .messageContent{border-radius:16px;padding:6px 16px;font-size:13px;font-weight:400}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .singleChatMessage.msgRecived .messageContent{background:#0070b01a;color:#0b649e}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .singleChatMessage.msgSent{flex-direction:row-reverse;margin-inline-start:auto}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .singleChatMessage.msgSent .messageContent{background:#f6f6f6;color:#141414}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .singleChatMessage .userImage{display:flex}.helpCenterDropdown .helpCenterChatWithAgent .helpCenterChatContent .time{display:flex;align-items:center;justify-content:center;margin-bottom:16px;font-size:13px}.helpCenterDropdown .helpCenterChatWithAgent .chatSendMessages{display:flex;align-items:center;gap:12px;border-radius:16px;border:1px solid #e2e2e2;padding:0 16px}.helpCenterDropdown .helpCenterChatWithAgent .chatSendMessages .inputS1{flex:1}.helpCenterDropdown .helpCenterChatWithAgent .chatSendMessages .inputS1 input{padding:24px 0;border:none}.helpCenterDropdown .helpCenterChatWithAgent .endConversationBtn{background:#d44333;border:1px solid #d44333}.helpCenterDropdown .helpCenterChatWithAgent .endConversationBtn:hover{background-color:#fff;border-color:#d44333;color:#d44333}.dropdownOptions{border-radius:8px;overflow:hidden}.dropdownOptions ul .ant-dropdown-menu-item{padding:0!important}.dropdownOptions ul .ant-dropdown-menu-item button,.dropdownOptions ul .ant-dropdown-menu-item a{display:flex;align-items:center;gap:8px;font-weight:500;padding:10px 20px}.dropdownOptions ul .ant-dropdown-menu-item button img,.dropdownOptions ul .ant-dropdown-menu-item a img{width:16px;height:16px}.dropdownOptions ul .ant-dropdown-menu-item button.deleteButton,.dropdownOptions ul .ant-dropdown-menu-item a.deleteButton{color:#d44333}*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]{display:none}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.container{width:100%}.pointer-events-none{pointer-events:none}.visible{visibility:visible}.collapse{visibility:collapse}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-1\/2{bottom:50%}.left-0{left:0}.left-\[-300px\]{left:-300px}.right-4{right:1rem}.top-0{top:0}.top-\[60px\]{top:60px}.z-40{z-index:40}.z-50{z-index:50}.\!mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-auto{margin-left:auto;margin-right:auto}.my-12{margin-top:3rem;margin-bottom:3rem}.\!mb-10{margin-bottom:2.5rem!important}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-20{margin-bottom:5rem}.mb-4{margin-bottom:1rem}.ml-4{margin-left:1rem}.mr-4{margin-right:1rem}.mr-5{margin-right:1.25rem}.mt-10{margin-top:2.5rem}.mt-2{margin-top:.5rem}.mt-20{margin-top:5rem}.mt-24{margin-top:6rem}.mt-5{margin-top:1.25rem}.table{display:table}.\!h-\[50px\]{height:50px!important}.h-16{height:4rem}.h-48{height:12rem}.h-5{height:1.25rem}.h-\[100px\]{height:100px}.h-\[180px\]{height:180px}.h-\[250px\]{height:250px}.h-\[60px\]{height:60px}.h-\[calc\(100vh-60px\)\]{height:calc(100vh - 60px)}.h-auto{height:auto}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.min-h-\[215px\]{min-height:215px}.min-h-\[400px\]{min-height:400px}.min-h-screen{min-height:100vh}.w-0{width:0px}.w-1\/2{width:50%}.w-1\/5{width:20%}.w-3\/4{width:75%}.w-5{width:1.25rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-\[250px\]{width:250px}.w-\[90\%\]{width:90%}.w-auto{width:auto}.w-fit{width:-moz-fit-content;width:fit-content}.min-w-\[300px\]{min-width:300px}.max-w-3xl{max-width:48rem}.max-w-\[200px\]{max-width:200px}.max-w-\[700px\]{max-width:700px}.flex-1{flex:1 1 0%}.translate-y-1\/2{--tw-translate-y: 50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-10{gap:2.5rem}.gap-2{gap:.5rem}.gap-20{gap:5rem}.gap-24{gap:6rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-0>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(0px * var(--tw-space-x-reverse));margin-left:calc(0px * calc(1 - var(--tw-space-x-reverse)))}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse: 0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-0>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(0px * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(0px * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.\!rounded-\[50px\]{border-radius:50px!important}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-gray-300{--tw-border-opacity: 1;border-color:rgb(209 213 219 / var(--tw-border-opacity))}.border-secondary{--tw-border-opacity: 1;border-color:rgb(0 193 255 / var(--tw-border-opacity))}.\!bg-secondary{--tw-bg-opacity: 1 !important;background-color:rgb(0 193 255 / var(--tw-bg-opacity))!important}.bg-\[\#00c1ff\]{--tw-bg-opacity: 1;background-color:rgb(0 193 255 / var(--tw-bg-opacity))}.bg-accent{--tw-bg-opacity: 1;background-color:rgb(15 157 88 / var(--tw-bg-opacity))}.bg-blue-600{--tw-bg-opacity: 1;background-color:rgb(37 99 235 / var(--tw-bg-opacity))}.bg-light{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.bg-secondary{--tw-bg-opacity: 1;background-color:rgb(0 193 255 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.\!bg-none{background-image:none!important}.p-10{padding:2.5rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-16{padding-left:4rem;padding-right:4rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-20{padding-left:5rem;padding-right:5rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-10{padding-top:2.5rem;padding-bottom:2.5rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-20{padding-top:5rem;padding-bottom:5rem}.py-24{padding-top:6rem;padding-bottom:6rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.pb-\[60px\]{padding-bottom:60px}.text-center{text-align:center}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-\[12px\]{font-size:12px}.text-\[13px\]{font-size:13px}.text-\[17px\]{font-size:17px}.text-\[20px\]{font-size:20px}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-semibold{font-weight:600}.leading-\[1\.5\]{line-height:1.5}.tracking-wider{letter-spacing:.05em}.text-blue-600{--tw-text-opacity: 1;color:rgb(37 99 235 / var(--tw-text-opacity))}.text-blue-900{--tw-text-opacity: 1;color:rgb(30 58 138 / var(--tw-text-opacity))}.text-emerald-500{--tw-text-opacity: 1;color:rgb(16 185 129 / var(--tw-text-opacity))}.text-gray-100{--tw-text-opacity: 1;color:rgb(243 244 246 / var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity: 1;color:rgb(209 213 219 / var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity: 1;color:rgb(156 163 175 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-light{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.text-red-500{--tw-text-opacity: 1;color:rgb(239 68 68 / var(--tw-text-opacity))}.text-secondary{--tw-text-opacity: 1;color:rgb(0 193 255 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.underline{text-decoration-line:underline}.shadow-lg{--tw-shadow: 0 10px 15px -3px rgb(0 0 0 / .1), 0 4px 6px -4px rgb(0 0 0 / .1);--tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow: 0 4px 6px -1px rgb(0 0 0 / .1), 0 2px 4px -2px rgb(0 0 0 / .1);--tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.shadow-blue-200\/50{--tw-shadow-color: rgb(191 219 254 / .5);--tw-shadow: var(--tw-shadow-colored)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}@media screen and (min-width: 1720px){html{font-size:14px;scroll-behavior:smooth}}body{font-size:16px}label{text-transform:capitalize}.containerS1{padding:2rem}.hidden{display:none}.flex{display:flex}.between{justify-content:space-between!important}.center{justify-content:center}.align{align-items:center}.flexRow{flex-direction:row!important}.flexCol{flex-direction:column}.end{justify-content:flex-end}.start{justify-content:flex-start!important}.wrap{flex-wrap:wrap}.gap-1{gap:1rem}.gap-2{gap:2rem}.gap-3{gap:3rem}.w-full{width:100%}h1,h2,h3,h4{color:#00c1ff}.loaderS1{width:100%;height:70vh;display:flex;align-items:center;justify-content:center}.loaderS1 .loading{--size: 70px;width:var(--size);height:var(--size);display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.loaderS1 .loading span{width:100%;height:100%;background-color:#00c1ff;animation:keyframes-blink .6s alternate infinite linear}.loaderS1 .loading span:nth-child(1){animation-delay:0ms}.loaderS1 .loading span:nth-child(2){animation-delay:.2s}.loaderS1 .loading span:nth-child(3){animation-delay:.3s}.loaderS1 .loading span:nth-child(4){animation-delay:.4s}.loaderS1 .loading span:nth-child(5){animation-delay:.5s}.loaderS1 .loading span:nth-child(6){animation-delay:.6s}.hover\:scale-105:hover{--tw-scale-x: 1.05;--tw-scale-y: 1.05;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:bg-accent:hover{--tw-bg-opacity: 1;background-color:rgb(15 157 88 / var(--tw-bg-opacity))}.hover\:bg-blue-700:hover{--tw-bg-opacity: 1;background-color:rgb(29 78 216 / var(--tw-bg-opacity))}.hover\:bg-light:hover{--tw-bg-opacity: 1;background-color:rgb(239 246 255 / var(--tw-bg-opacity))}.hover\:bg-secondary:hover{--tw-bg-opacity: 1;background-color:rgb(0 193 255 / var(--tw-bg-opacity))}.hover\:text-light:hover{--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}.hover\:text-secondary:hover{--tw-text-opacity: 1;color:rgb(0 193 255 / var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.active\:scale-90:active{--tw-scale-x: .9;--tw-scale-y: .9;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.active\:scale-95:active{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.disabled\:opacity-70:disabled{opacity:.7}@media (max-width: 1500px){.xl\:px-2{padding-left:.5rem;padding-right:.5rem}}@media (max-width: 1060px){.alg\:w-11\/12{width:91.666667%}}@media (max-width: 1024px){.lg\:h-full{height:100%}.lg\:w-1\/2{width:50%}.lg\:w-3\/4{width:75%}.lg\:flex-col{flex-direction:column}.lg\:items-end{align-items:flex-end}.lg\:space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse: 0;margin-top:calc(4rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(4rem * var(--tw-space-y-reverse))}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-5{padding-left:1.25rem;padding-right:1.25rem}}@media (max-width: 772px){.md\:pointer-events-auto{pointer-events:auto}.md\:top-0{top:0}.md\:hidden{display:none}.md\:h-20{height:5rem}.md\:h-screen{height:100vh}.md\:w-\[90\%\]{width:90%}.md\:w-full{width:100%}.md\:translate-x-0{--tw-translate-x: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.md\:justify-center{justify-content:center}.md\:pt-\[60px\]{padding-top:60px}.md\:text-center{text-align:center}.md\:text-5xl{font-size:3rem;line-height:1}.md\:text-8xl{font-size:6rem;line-height:1}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:opacity-100{opacity:1}}@media (max-width: 550px){.sm\:w-3\/4{width:75%}.sm\:w-full{width:100%}.sm\:flex-col{flex-direction:column}.sm\:flex-col-reverse{flex-direction:column-reverse}.sm\:items-center{align-items:center}.sm\:px-10{padding-left:2.5rem;padding-right:2.5rem}.sm\:px-2{padding-left:.5rem;padding-right:.5rem}.sm\:py-14{padding-top:3.5rem;padding-bottom:3.5rem}.sm\:text-4xl{font-size:2.25rem;line-height:2.5rem}.sm\:text-7xl{font-size:4.5rem;line-height:1}}:is(:where(.dark) .dark\:bg-dark){--tw-bg-opacity: 1;background-color:rgb(24 24 27 / var(--tw-bg-opacity))}:is(:where(.dark) .dark\:text-light){--tw-text-opacity: 1;color:rgb(239 246 255 / var(--tw-text-opacity))}._searchS1_1xy3x_1 .ant-input-affix-wrapper{border:2px solid;color:#cbcbcb;border-radius:30px;width:100%;height:49px}._searchS1_1xy3x_1 .ant-input-affix-wrapper input{padding:10px;color:#00c1ff}._searchS1_1xy3x_1 .ant-input-affix-wrapper .ant-input-suffix{position:relative;width:20px;height:20px;top:50%;transform:translateY(-50%)}._searchS1_1xy3x_1 .ant-input-affix-wrapper .ant-input-suffix .ant-input-clear-icon{font-size:18px;width:20px;height:20px;margin:0;display:flex}
