body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;font-family:Noto Sans,sans-serif;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{-webkit-overflow-scrolling:touch;line-height:normal}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a{cursor:pointer;text-decoration:none}img{max-width:100%}button{border:none;cursor:pointer}button,textarea{outline:none}*{box-sizing:border-box;margin:0;padding:0}.preload{height:100vh}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#141413;font-family:Noto Sans,sans-serif;font-weight:400;margin:0;min-height:100vh;padding:0}html{-webkit-text-size-adjust:auto;-ms-text-size-adjust:16px;font-size:16px}@media screen and (min-width:320px){html{font-size:12px}}@media screen and (min-width:1024px){html{font-size:12px}}@media screen and (min-width:1600px){html{font-size:16px}}:root{--primary:#003ebf;--white:#fff;--text_dark:#000;--text_light:#9d9d9d;--text_lighten:#fef9f4;--bg_dark:#262626;--text_white_light:#b5b5b5;--f98:6.125rem;--f54:3.375rem;--f44:2.75rem;--f28:1.75rem;--f24:1.5rem;--f20:1.25rem;--f18:1.125rem;--bold:600;--normal:400}:root h1{color:#fff;color:var(--white);font-size:6.125rem;font-size:var(--f98);font-weight:600;font-weight:var(--bold);line-height:6.125rem}@media screen and (max-width:720px){:root h1{font-size:4.25rem;line-height:5rem}}:root h1.title{color:#fff;color:var(--white);font-size:3.375rem;font-size:var(--f54);font-weight:600;font-weight:var(--bold);line-height:4rem}@media screen and (max-width:720px){:root h1.title{font-size:3.375rem;font-size:var(--f54);line-height:4rem}}:root h2{font-size:3.375rem;font-size:var(--f54);line-height:4rem}:root h2,:root h3{color:#fff;color:var(--white);font-weight:600;font-weight:var(--bold)}:root h3{font-size:2.75rem;font-size:var(--f44);line-height:3.375rem}:root p{color:#fff;color:var(--white);font-size:1.5rem;font-size:var(--f24);line-height:2.125rem}.flex_box{align-items:center;display:flex;justify-content:center}.flex_box.align-start{align-items:start}.flex_box.align-end{align-items:end}.flex_box_column{align-items:start;display:flex;flex-direction:column}header{align-items:center;background:#003ebf;background:var(--primary);border:solid #303030;border-width:0 0 1px;display:flex;gap:3.125rem;justify-content:space-between;left:0;padding:1.25rem 3.75rem;position:fixed;right:0;top:0;z-index:9}@media screen and (max-width:1024px){header{gap:1.875rem;padding:1.25rem}}header .header_nav{align-items:center;display:flex;gap:3.125rem;justify-content:center}@media screen and (max-width:1024px){header .header_nav{gap:1.25rem}}@media screen and (max-width:720px){header .header_nav.desktop{display:none}}header .header_nav li{margin:.625rem 0;text-align:center}header .header_nav li .nav-inside{display:none}header .header_nav li .nav-inside.show{display:block}@media(max-width:720px){header .header_nav li .nav-inside li{margin:1.25rem 0;text-align:center}header .header_nav li .nav-inside li a{display:inline-block}}header .header_nav li a{align-items:center;color:#fef9f4;color:var(--text_lighten);display:flex;font-size:1.125rem;font-size:var(--f18);gap:.625rem;justify-content:center;position:relative;white-space:nowrap}header .header_nav li a i{display:flex}@media screen and (max-width:720px){header .header_nav li a{color:#9d9d9d;color:var(--text_light)}}header .header_nav li a:hover{color:#fff;color:var(--white)}header .header_nav li a:hover svg path{stroke:#fff;stroke:var(--white)}header .header_nav li a.active{color:#fff;color:var(--white)}header .header_nav li a.active svg path{stroke:#fff;stroke:var(--white)}header .header_nav li a.active:after{background:#fff;background:var(--white);bottom:-.1875rem;content:"";height:.0625rem;left:0;position:absolute;right:0}header .header_nav li a svg path{stroke:#9d9d9d;stroke:var(--text_light)}header .menu_icon{display:none;position:absolute;right:1.25rem}@media screen and (max-width:720px){header .menu_icon.mobile{display:block}}header .desktop_navigation{display:flex}header .mobile_navigation{align-items:center;background:#000;display:none;flex-direction:column;gap:1.25rem;left:0;padding:1.25rem;position:absolute;right:0;top:5.3rem}@media screen and (max-width:720px){header .mobile_navigation{display:flex}}header .mobile_navigation .header_nav{flex-direction:column}header .logo{line-height:1px;max-width:120px}@media screen and (max-width:1400px){header .logo{max-width:90px}}footer{align-items:flex-start;background:#1d1d1d;border:solid #303030;border-width:1px 0 0;display:flex;gap:3.125rem;justify-content:space-between;padding:2.425rem 3.75rem;position:relative;z-index:1}@media screen and (max-width:820px){footer{align-items:center;flex-direction:column;gap:1.875rem;padding:1.25rem}}footer .header_nav{align-items:center;display:flex;flex-wrap:wrap;gap:3.125rem;justify-content:center}@media screen and (max-width:1024px){footer .header_nav{gap:1.25rem}}footer .header_nav li a{color:#9d9d9d;color:var(--text_light);font-size:1.125rem;font-size:var(--f18);position:relative;white-space:nowrap}footer .header_nav li a.active,footer .header_nav li a:hover{color:#fff;color:var(--white)}footer .social_block{display:flex;flex-direction:column;gap:1.25rem}@media screen and (max-width:820px){footer .social_block{align-items:center}}footer .social_block>div{align-items:center;display:flex;gap:.9375rem}footer .footer_nav_block{display:flex;flex-direction:column;gap:1.25rem}footer .footer_nav_block>div{align-items:center;display:flex;gap:2.5rem;justify-content:center}@media screen and (max-width:400px){footer .footer_nav_block>div{display:block;text-align:center}}footer .footer_nav_block>div p{font-size:1.125rem;font-size:var(--f18);font-weight:500}@media screen and (max-width:400px){footer .footer_nav_block>div p{margin-bottom:10px}}footer .footer_nav_block>div a{color:#9d9d9d;color:var(--text_light);font-size:1.125rem;font-size:var(--f18);position:relative}footer .footer_nav_block>div a:hover{color:#fff;color:var(--white)}footer .logo{max-width:120px}@media screen and (max-width:1400px){footer .logo{max-width:90px}}.content_section{background:url(/static/media/bg_smile_icons.ad5550c29d9e267a3217.png) top repeat-x;display:flex;flex-direction:column;gap:6.25rem;padding:10.75rem 0 6.25rem}@media screen and (max-width:820px){.content_section{gap:4.25rem;padding:8rem 1.25rem 2rem}}.content_section.about-layout{padding:0}@media screen and (max-width:820px){.content_section.about-layout{padding-bottom:3rem}}.content_section.about-layout .banner_image_content{margin-top:4.375rem;padding-top:5.375rem}@media screen and (max-width:820px){.content_section.about-layout .banner_image_content{padding-top:1rem}}.content_section.about-layout .sticky-image{margin-top:5.375rem}.about-banner_section{min-height:100vh;overflow-x:hidden;padding:0 3.75rem}@media screen and (max-width:820px){.about-banner_section{display:block;padding:0}}.about-banner_section .banner_container{align-items:flex-start;display:flex;gap:2rem;justify-content:space-between}@media screen and (max-width:51.25rem){.about-banner_section .banner_container{flex-direction:column}}.about-banner_section .sticky-image{align-self:flex-start;flex-shrink:0;position:sticky;top:2rem;width:40%}.about-banner_section .sticky-image img{height:auto;object-fit:contain;width:100%}@media screen and (max-width:51.25rem){.about-banner_section .sticky-image{display:none}}.about-banner_section .banner_image_content{-ms-overflow-style:none;max-height:100vh;overflow-y:auto;padding-right:1rem;scrollbar-width:none;width:60%}.about-banner_section .banner_image_content.full-hgt{max-height:none}.about-banner_section .banner_image_content.full-width{width:100%}.about-banner_section .banner_image_content::-webkit-scrollbar{display:none}@media screen and (max-width:51.25rem){.about-banner_section .banner_image_content{max-height:none;overflow:visible;padding:1rem;width:100%}}.about-banner_section .banner_image_content h1,.about-banner_section .banner_image_content h2,.about-banner_section .banner_image_content h3{color:#fff;color:var(--white)}.about-banner_section .banner_image_content h1{font-size:3.125rem}.about-banner_section .banner_image_content h2{font-size:2.5rem}.about-banner_section .banner_image_content h3{font-size:1.75rem;font-size:var(--f28)}.about-banner_section .banner_image_content h1,.about-banner_section .banner_image_content h2,.about-banner_section .banner_image_content h3,.about-banner_section .banner_image_content p{margin-bottom:1rem}.about-banner_section .banner_image_content h3.side-title{margin:2rem 0 1rem}.about-banner_section .banner_image_content ul li{margin-bottom:1rem;padding-left:2.125rem;position:relative}.about-banner_section .banner_image_content ul li:after{background:#fff;background:var(--white);border-radius:50%;content:"";height:.625rem;left:0;position:absolute;top:.75rem;width:.625rem}.about-banner_section .banner_image_content ul li p{margin-bottom:0}.about-banner_section .banner_image_content ul li p b{color:#fff}.about-banner_section .banner_image_content p{color:#b5b5b5;color:var(--text_white_light)}.about-banner_section .banner_image_content p strong{font-weight:700}.about-banner_section .banner_image_content p span{color:#fff;color:var(--white);display:block;font-weight:700}.about-banner_section .banner_image_content p span.single-line{display:inline}.about-banner_section .banner_image_content p.main-para{color:#fff;color:var(--white)}.about-banner_section .banner_image_content a{color:#003ebf;color:var(--primary);text-decoration:underline}.about-banner_section .banner_image_content a:hover{text-decoration:none}.about-banner_section.about_us{min-height:calc(100vh - 220px)}@media screen and (max-width:1024px){.about-banner_section.about_us{min-height:100vh}}.about-banner_section.about_us .sticky-image{align-self:center}.about-banner_section.about_us .banner_image_content{max-height:calc(100vh - 60px)}.banner_section{align-items:center;display:flex;justify-content:center;padding:0 3.75rem}@media screen and (max-width:820px){.banner_section{display:block;padding:0}}.banner_section>div{align-items:stretch;display:flex;justify-content:flex-end;position:relative;width:100%}@media screen and (max-width:820px){.banner_section>div{display:block}}.banner_section>div .banner_image_content{align-items:center;display:flex;gap:1.25rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);width:50%}.banner_section>div .banner_image_content.slide{justify-content:flex-start}.banner_section>div .banner_image_content.slide .main-txt{max-width:400px}.banner_section>div .banner_image_content.slide2{justify-content:flex-end}.banner_section>div .banner_image_content.slide2 .main-txt{max-width:600px}@media screen and (max-width:820px){.banner_section>div .banner_image_content{display:block;margin:0 auto;position:static;transform:none;width:100%}}.banner_section>div .banner_image_content p{margin-top:2.1875rem}.banner_section>div .banner_image_content img{width:35%}.banner_section>div .banner_image_content img.desktop{display:block;margin-left:-10rem;width:50%}.banner_section>div .banner_image_content img.mobile{display:none}@media screen and (max-width:820px){.banner_section>div .banner_image_content img{width:100%}.banner_section>div .banner_image_content img.desktop{display:none}.banner_section>div .banner_image_content img.mobile{display:block}}.banner_section>div .banner_image_content .contact_box{display:flex;flex-wrap:wrap;gap:2%}.banner_section>div .banner_image_content .contact_box.address-sec{margin-top:1.25rem}@media screen and (max-width:820px){.banner_section>div .banner_image_content .contact_box.address-sec{margin-top:0}}.banner_section>div .banner_image_content .contact_box>div{font-size:1.25rem;font-size:var(--f20);width:49%}@media screen and (max-width:820px){.banner_section>div .banner_image_content .contact_box>div{width:100%}}.banner_section>div .banner_image_content .contact_box>div h5{color:#9d9d9d;color:var(--text_light);margin:1.5625rem 0 .9375rem}.banner_section>div .banner_image_content .contact_box>div span{color:#fff;color:var(--white);display:block;line-height:2.125rem}@media screen and (max-width:820px){.banner_section>div picture img{display:none}}.banner_section.left>div{justify-content:flex-end}.banner_section.left>div .banner_image_content{left:0}@media screen and (max-width:820px){.banner_section.left>div .banner_image_content img{margin-top:1.25rem}}@media screen and (min-device-width:480px)and (max-device-width:820px){.banner_section.left>div .banner_image_content img{margin-left:auto;margin-right:auto;width:60%}}.banner_section.right>div{justify-content:flex-start}.banner_section.right>div .banner_image_content{right:0}@media screen and (min-device-width:480px)and (max-device-width:820px){.banner_section.right>div .banner_image_content img{margin-left:auto;margin-right:auto;width:60%}}.content_banner_section{margin:0 auto;padding:4rem 0;position:relative;text-align:center;width:78.5rem}@media screen and (max-width:1190px){.content_banner_section{padding:0 20px;width:100%}}.content_banner_section.launching_section{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 30.375rem)}.content_banner_section p{margin:1.625rem 0 2.75rem;position:relative}@media screen and (max-width:820px){.content_banner_section p{padding:0 2.875rem}.content_banner_section{width:100%}}.content_banner_section h1{margin:0 auto;max-width:921px;position:relative}@media screen and (max-width:1600px){.content_banner_section h1{max-width:721px}}@media screen and (max-width:820px){.content_banner_section h1{padding:0 2.875rem}}.content_banner_section i{align-items:center;display:flex;justify-content:center}@media screen and (max-width:820px){.content_banner_section i{z-index:-1}}.content_banner_section i svg{height:100%;width:100%}.content_banner_section .smile_icon,.content_banner_section .smileemoj_icon{position:absolute}.content_banner_section .smile_icon{left:-10rem}@media screen and (max-width:820px){.content_banner_section .smile_icon{left:0;top:.625rem}}.content_banner_section .smileemoj_icon{right:-10rem}@media screen and (max-width:1190px){.content_banner_section .smileemoj_icon{right:0;top:.625rem}}.content_banner_section .heart_icon{height:4rem;left:-4rem;line-height:4rem;position:absolute;top:1.125rem;width:4rem}@media screen and (max-width:820px){.content_banner_section .heart_icon{height:3rem;left:0;top:3.125rem;width:3rem}}.content_banner_section .theme_icon{bottom:1.125rem;height:3.375rem;line-height:3.375rem;position:absolute;right:-3.375rem;width:3.375rem}@media screen and (max-width:1190px){.content_banner_section .theme_icon{right:0}}.content_banner_section .call_icon{height:2.5rem;left:-10rem;line-height:2.5rem;position:absolute;top:1.125rem;width:2.5rem}@media screen and (max-width:820px){.content_banner_section .call_icon{left:0}}.content_banner_section .video_icon{bottom:-1.125rem;height:2.5rem;line-height:2.5rem;position:absolute;right:-10rem;width:2.5rem}@media screen and (max-width:1190px){.content_banner_section .video_icon{right:0}}.content_banner_section ul{display:flex;justify-content:center;margin-bottom:2.75rem}@media screen and (max-width:820px){.content_banner_section ul{flex-direction:column;gap:20px}}.content_banner_section ul li{align-items:center;color:#fff;display:flex;font-size:2rem;margin:0 4.0625rem;position:relative}@media screen and (max-width:1600px){.content_banner_section ul li{font-size:1.25rem}}@media screen and (max-width:820px){.content_banner_section ul li{justify-content:center;margin:0}.content_banner_section ul li span{min-width:224px;text-align:left}}.content_banner_section ul li img{margin-right:.625rem}.content_banner_section ul li:before{background:#b7b8b7;content:"";height:32px;left:-65px;position:absolute;width:2px}@media screen and (max-width:820px){.content_banner_section ul li:before{content:none}}.content_banner_section ul li:first-child{margin-left:0}.content_banner_section ul li:first-child:before{content:none}.content_banner_section ul li:last-child{margin-right:0}button{background:linear-gradient(180deg,#0052e0,#003ebf);border-radius:3.125rem;font-size:1.75rem;font-size:var(--f28);font-weight:600;font-weight:var(--bold);padding:1.5rem 5rem;text-align:center;transition:background .3s ease}button,button a{color:#fff;color:var(--white)}button a{text-decoration:none}button:hover{background:linear-gradient(180deg,#0045c7,#002a80)}.card_section{align-items:stretch;display:flex;gap:2.5rem;justify-content:center;padding:0 3.75rem}@media screen and (max-width:820px){.card_section{flex-direction:column;gap:6.25rem;padding:0;text-align:center}}.card_section .card_block{background:linear-gradient(180deg,#cfdfff,#e2ecff);border-radius:3.125rem;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:2.5rem}@media screen and (max-width:820px){.card_section .card_block{margin:0 auto;max-width:37.5rem}}.card_section .card_block img{margin-top:-2.3125rem}@media screen and (min-width:1024px)and (max-width:1400px){.card_section .card_block h3{font-size:2.25rem;line-height:2.625rem}}.card_section .card_block h3,.card_section .card_block p{color:#000;color:var(--text_dark);margin-top:1.875rem}.card_section .card_block p{font-size:17px}.content_block{padding:0 3.75rem}@media screen and (max-width:820px){.content_block{padding:0}}.content_block h2{font-size:3.375rem;font-size:var(--f54);margin-bottom:3.75rem}.content_block h3{margin-top:2.5rem}.content_block h3,.content_block h4{font-size:1.75rem;font-size:var(--f28)}.content_block h4{color:#fff;color:var(--white);color:#9d9d9d;color:var(--text_light);font-weight:600;font-weight:var(--bold);margin:3.125rem 0 1.25rem}.content_block p{font-size:1.5rem;font-size:var(--f24);margin-bottom:1.875rem}.content_block p a{color:#003ebf;color:var(--primary)}.content_block .desc{font-size:1.5rem;font-size:var(--f24);margin:1.875rem 0}.content_block .w-65{width:65%}@media screen and (max-width:820px){.content_block .w-65{width:auto}}.content_block span{color:#fff;color:var(--white);display:block;font-size:1.5rem;font-size:var(--f24);margin-bottom:1.25rem}.content_block span b{color:#9d9d9d;color:var(--text_light)}@media screen and (max-width:820px){.content_block span b{display:block}}.animate h2,.animate h3,.animate img{opacity:0;transform:translateY(50px);transition:opacity .3s,transform .75s}.animate p{opacity:0;transform:translateY(50px);transition:opacity .3s,transform 1.25s}.animate+picture{opacity:0;transform:translateY(100px);transition:opacity .3s,transform .75s;z-index:-1}.animate.animateIt h2,.animate.animateIt h3,.animate.animateIt img,.animate.animateIt p,.animate.animateIt+picture{opacity:1;transform:translateY(0)}.animate_hover h3,.animate_hover img,.animate_hover p{opacity:1;transform:translateY(0);transition:opacity .3s,transform .25s}.animate_hover:hover h3,.animate_hover:hover p{opacity:1;transform:translateY(-5px)}.animate_hover:hover img{opacity:1;transform:translateY(5px)}.delete_points,.help_points{list-style:circle;margin-top:2.25rem}.delete_points p,.help_points p{color:#fff;color:var(--white);display:block;font-size:1.5rem;font-size:var(--f24);padding-left:1.25rem;position:relative}.delete_points p:before,.help_points p:before{background:#9d9d9d;background:var(--text_light);border-radius:50%;content:"";display:block;height:6px;left:0;position:absolute;top:.9688rem;width:6px}.help_page{padding:0}@media screen and (max-width:820px){.help_page{padding:8rem 1.25rem 2rem}}.help_page span{color:#9d9d9d;color:var(--text_light);display:block;font-size:1.5rem;font-size:var(--f24);margin-bottom:1.25rem}.sidebar_nav_desktop{background:#1d1d1d;border:1px solid #303030;display:block;height:100vh;margin-top:4.813rem;max-width:28rem;overflow-y:auto;position:fixed;width:100%;z-index:1}@media screen and (max-width:1600px){.sidebar_nav_desktop{margin-top:5.813rem}}@media screen and (max-width:720px){.sidebar_nav_desktop{display:none}}.sidebar_nav_desktop ul{margin:0 1rem}.sidebar_nav_desktop ul li{margin:.8375rem 0}.sidebar_nav_desktop ul li .nav-inside{display:none}.sidebar_nav_desktop ul li .nav-inside.show{display:block}.sidebar_nav_desktop ul li .nav-inside li a{padding-left:3.125rem}.sidebar_nav_desktop ul li .nav-inside li a.active{background-color:#373435;color:#fff;color:var(--white)}.sidebar_nav_desktop ul li a{align-items:center;border-radius:6px;color:#9d9d9d;color:var(--text_light);display:flex;font-size:1.125rem;font-size:var(--f18);font-weight:500;gap:65px;justify-content:space-between;padding:.8125rem 1.4125rem;text-decoration:none}.sidebar_nav_desktop ul li a i{display:flex}.sidebar_nav_desktop ul li a:hover{color:#fff;color:var(--white)}.sidebar_nav_desktop ul li a:hover svg path{stroke:#fff;stroke:var(--white)}.sidebar_nav_desktop ul li a.active{background-color:#373435;color:#fff;color:var(--white)}.sidebar_nav_desktop ul li a.active svg path{stroke:#fff;stroke:var(--white)}.sidebar_nav_desktop ul li a svg path{stroke:#9d9d9d;stroke:var(--text_light)}.help_content_block{display:flex;flex-direction:row}.help_content_block .faq_content{margin-left:27rem;overflow-y:auto;padding:10.75rem 0 6.25rem;width:calc(100% - 27.2rem)}@media screen and (max-width:820px){.help_content_block .faq_content{height:100%;margin-left:0;overflow:visible;overflow:initial;padding:0;width:100%}}.report-label{color:#fc4355;font-weight:600}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px gray}::-webkit-scrollbar-thumb{background:#606060;border-radius:10px}.single-wrapper span{display:inline-block;margin-bottom:0!important}.single-wrapper span.inline{display:inline}
/*# sourceMappingURL=main.c13780ad.css.map*/