<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.App{height:100vh}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)&gt;*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button&gt;svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--clr-landingPage-primary: #F47320;--clr-landingPage-primary-light: #FFF3EB;--clr-landingPage-secondary: #2F327D;--clr-landingPage-secondary-light: #f1f6fb;--clr-landingPage-white: #ffffff;--clr-landingPage-black: #000000;--clr-landingPage-grey: #5C5C5C;--clr-landingPage-dark-grey: #383838;--font-landingPage-heading: "Zilla Slab", serif;--font-landingPage-body: "Inter", sans-serif}html{font-size:16px;line-height:26px}body.landingPage{background-color:var(--clr-landingPage-white)!important;font-family:var(--font-landingPage-body);color:var(--clr-landingPage-grey);font-weight:400;line-height:1.625rem}body.landingPage ul{margin-bottom:0;padding-left:0}body.landingPage a{text-decoration:none;transition:.5s;color:var(--clr-landingPage-primary)}body.landingPage a:focus,body.landingPage a:hover{text-decoration:none;outline:0;color:var(--clr-landingPage-secondary);cursor:pointer}body.landingPage h1{font-size:3.25rem;line-height:3.5rem;font-weight:700;margin-bottom:20px;font-family:var(--font-landingPage-heading);color:var(--clr-landingPage-secondary)}body.landingPage h2{font-size:2.5rem;line-height:2.875rem;font-weight:700;margin-bottom:20px;font-family:var(--font-landingPage-heading);color:var(--clr-landingPage-secondary)}body.landingPage h3{font-size:1.625rem;line-height:2.125rem;font-weight:500;margin-bottom:8px;font-family:var(--font-landingPage-heading);color:var(--clr-landingPage-secondary)}body.landingPage h4{font-size:1.25rem;line-height:1.75rem;font-weight:600;margin-bottom:0;font-family:var(--font-landingPage-body)}body.landingPage h5{font-size:1.125rem;line-height:1.75rem;font-weight:600;margin-bottom:0;color:var(--clr-landingPage-dark-grey);font-family:var(--font-landingPage-body)}body.landingPage .container{max-width:1230px}body.landingPage .btn{display:inline-flex;justify-content:center;align-items:center;font-size:1.125rem;font-weight:600;height:46px;min-width:120px;padding:6px 16px;border-radius:50px;cursor:pointer;transition:all .5s ease!important;position:relative;border:none;z-index:9;font-family:var(--font-landingPage-body)}body.landingPage .btn-primary{background:var(--clr-landingPage-primary);color:var(--clr-landingPage-white);outline:solid .1rem var(--clr-landingPage-primary)!important}body.landingPage .btn-primary:after{position:absolute;content:" ";top:0;left:0;z-index:-1;width:100%;height:100%;transition:all .5s ease;-webkit-transform:scale(.1);transform:scale(.1);border-radius:50px}body.landingPage .btn-primary:is(:hover,:focus){outline-offset:.19rem;background:transparent;color:var(--clr-landingPage-white)}body.landingPage .btn-primary:is(:hover,:focus):after{background:var(--clr-landingPage-primary);-webkit-transform:scale(1);transform:scale(1)}body.landingPage .ps-100{padding-left:100px}body.landingPage .p-50{padding:50px!important}body.landingPage .py-50{padding-top:50px!important;padding-bottom:50px!important}body.landingPage .pt-50{padding-top:50px!important}body.landingPage .pb-50{padding-bottom:50px!important}body.landingPage .mt-120{margin-top:120px}body.landingPage .text-primary{color:var(--clr-landingPage-primary)!important}body.landingPage .text-secondary{color:var(--clr-landingPage-secondary)!important}body.landingPage .text-black{color:var(--clr-landingPage-black)!important}body.landingPage .weight-500{font-weight:500!important}body.landingPage .bg-wrapper{position:relative;background-color:var(--clr-landingPage-secondary-light);margin:94px 0;padding-top:20px;padding-bottom:20px}body.landingPage .bg-wrapper:before,body.landingPage .bg-wrapper:after{content:"";width:100%;height:100px;background-color:var(--clr-landingPage-secondary-light);position:absolute;top:-98px;clip-path:path("M0,60L34.3,53.3C68.6,47,137,33,206,25C274.3,17,343,13,411,16.7C480,20,549,30,617,43.3C685.7,57,754,73,823,80C891.4,87,960,83,1029,68.3C1097.1,53,1166,27,1234,15C1302.9,3,1371,7,1440,10C1508.6,13,1577,17,1646,25C1714.3,33,1783,47,1851,48.3C1920,50,1989,40,2057,31.7C2125.7,23,2194,17,2263,18.3C2331.4,20,2400,30,2469,36.7C2537.1,43,2606,47,2674,53.3C2742.9,60,2811,70,2880,61.7C2948.6,53,3017,27,3086,28.3C3154.3,30,3223,60,3291,61.7C3360,63,3429,37,3497,30C3565.7,23,3634,37,3703,46.7C3771.4,57,3840,63,3909,61.7C3977.1,60,4046,50,4114,43.3C4182.9,37,4251,33,4320,36.7C4388.6,40,4457,50,4526,45C4594.3,40,4663,20,4731,20C4800,20,4869,40,4903,50L4937.1,60L4937.1,100L0,100Z")}body.landingPage .bg-wrapper:after{top:auto;bottom:-98px;clip-path:path("M0,60L34.3,53.3C68.6,47,137,33,206,25C274.3,17,343,13,411,16.7C480,20,549,30,617,43.3C685.7,57,754,73,823,80C891.4,87,960,83,1029,68.3C1097.1,53,1166,27,1234,15C1302.9,3,1371,7,1440,10C1508.6,13,1577,17,1646,25C1714.3,33,1783,47,1851,48.3C1920,50,1989,40,2057,31.7C2125.7,23,2194,17,2263,18.3C2331.4,20,2400,30,2469,36.7C2537.1,43,2606,47,2674,53.3C2742.9,60,2811,70,2880,61.7C2948.6,53,3017,27,3086,28.3C3154.3,30,3223,60,3291,61.7C3360,63,3429,37,3497,30C3565.7,23,3634,37,3703,46.7C3771.4,57,3840,63,3909,61.7C3977.1,60,4046,50,4114,43.3C4182.9,37,4251,33,4320,36.7C4388.6,40,4457,50,4526,45C4594.3,40,4663,20,4731,20C4800,20,4869,40,4903,50L4937.1,60L4937.1,100L0,100Z");transform:rotate(180deg)}body.landingPage header{position:sticky;top:0;background:var(--clr-landingPage-white);box-shadow:0 4px 9.6px #0000000f;overflow:hidden;z-index:999;padding:0!important;height:auto!important}body.landingPage .custom-navbar .navbar-brand{max-width:80px}body.landingPage .custom-navbar .nav-item{padding:0 12px}body.landingPage .custom-navbar .nav-item .nav-link{font-size:1rem;line-height:1.5rem;color:var(--clr-landingPage-grey);text-transform:uppercase;font-weight:500;padding:0!important;position:relative}body.landingPage .custom-navbar .nav-item .nav-link:before{content:"";position:absolute;width:100%;height:2px;background:var(--clr-landingPage-primary);top:100%;left:0;pointer-events:none;transform-origin:100% 50%;transform:scale3d(0,1,1);transition:transform .3s}body.landingPage .custom-navbar .nav-item .nav-link.active,body.landingPage .custom-navbar .nav-item .nav-link.active:hover,body.landingPage .custom-navbar .nav-item .nav-link:hover{color:var(--clr-landingPage-primary);border-color:var(--clr-landingPage-primary)}body.landingPage .custom-navbar .nav-item .nav-link.active,body.landingPage .custom-navbar .nav-item .nav-link.active:hover{font-weight:700}body.landingPage .custom-navbar .nav-item .nav-link:hover:before,body.landingPage .custom-navbar .nav-item .nav-link.active:before{transform-origin:0% 50%;transform:scaleZ(1)}body.landingPage .btn-icon{display:none}body.landingPage .nav-login .btn{height:40px}body.landingPage .banner-wrapper{min-height:560px;position:relative;margin:0 auto;background:linear-gradient(360deg,#fff,#f473206b 91.25%)}body.landingPage .banner-wrapper:before{content:"";background:url(/build/assets/banner-bg-illustrator-BoKXuR5D.png) no-repeat top center;background-size:cover;width:100%;height:100%;position:absolute;top:0;left:0}body.landingPage .globe-illustrator{width:22%;background-size:cover;position:absolute;left:0;top:-50px}body.landingPage .banner-text-wrapper{padding:140px 0 0!important;position:relative}body.landingPage .banner-image{width:55%;max-width:730px;position:absolute;right:calc(50% - 615px);top:0;z-index:9}body.landingPage .banner-illustrator-box&gt;span{position:absolute}body.landingPage .banner-illustrator-one{left:16px;top:16px;width:7%}body.landingPage .banner-illustrator-two{bottom:0;left:16px;width:6%}body.landingPage .analysis-item{box-shadow:6px 8px 26.3px 3px #0000000d;background:#fff;padding:24px;margin:12px 0;border-radius:6px;width:300px;min-height:162px;display:flex;flex-direction:column;justify-content:center}body.landingPage .analysis-item h2{font-family:var(--font-landingPage-body);display:flex;align-items:center;gap:16px;margin-bottom:16px;min-width:75px}body.landingPage .min-w-100{min-width:110px!important}body.landingPage .analysis-item h2 span{font-size:1rem;color:var(--clr-landingPage-grey);font-weight:400}body.landingPage .about-image&gt;img{position:relative;z-index:9}body.landingPage .about-image:before{content:"";width:140px;height:140px;border-radius:20px;background-color:var(--clr-landingPage-secondary);position:absolute;left:0;top:0;z-index:0}body.landingPage .about-image:after{content:"";width:140px;height:140px;border-radius:20px;background-color:var(--clr-landingPage-primary);position:absolute;right:0;bottom:0;z-index:0}body.landingPage .client-logo-wrap{position:relative;overflow:hidden;height:100px;display:flex;align-items:center}body.landingPage .client-logo{position:absolute;left:0;overflow:hidden;white-space:nowrap;display:flex}body.landingPage .client-logo-left{animation:logomoveleft 20s linear infinite}body.landingPage .client-logo-right{animation:logomoveright 20s linear infinite}body.landingPage .client-logo li{background:#fff;border-radius:8px;width:250px;display:flex!important;align-items:center;justify-content:center;margin:0 5px}body.landingPage .client-logo li img{max-width:140px;max-height:75px}body.landingPage .client-logo-wrap ul:hover{animation-play-state:paused}@keyframes logomoveleft{0%{transform:translate(0)}to{transform:translate(-30%)}}@keyframes logomoveright{0%{transform:translate(0)}to{transform:translate(30%)}}body.landingPage .choose-us-list,body.landingPage .transformation-list{display:flex;flex-wrap:wrap;gap:15px}body.landingPage .choose-us-list li{display:flex;flex-direction:column;width:calc(50% - 8px);transition:.3s;position:relative;justify-content:center;padding:6px 16px 6px 70px}body.landingPage .choose-us-list li span{display:inline-flex;width:50px;height:50px;position:absolute;left:8px}body.landingPage .choose-us-list li h4,body.landingPage .transformation-list h4{font-size:1rem;font-weight:600;line-height:1.4rem;margin-bottom:4px}body.landingPage .choose-us-list li p{font-size:.75rem;line-height:1.125rem;margin-bottom:0}body.landingPage .choose-us-list li:hover{background:#fff;border-radius:10px;box-shadow:0 16px 24px #6061701f}body.landingPage .kids-course-tabs .nav-pills{border-bottom:3px solid var(--clr-landingPage-primary);gap:16px}body.landingPage .kids-course-tabs li{margin-bottom:-1px}body.landingPage .kids-course-tabs button{display:inline-flex;align-items:center;gap:12px;color:var(--clr-landingPage-black);font-size:1rem;font-weight:600;padding:8px 20px;border-radius:8px 8px 0 0!important}body.landingPage .kids-course-tabs button span{width:40px;height:40px;display:inline-flex;align-items:center;justify-content:center}body.landingPage .kids-course-tabs button:is(:hover,:focus){color:var(--clr-landingPage-primary)}body.landingPage .nav-pills .nav-link.active,body.landingPage .nav-pills .nav-link.active:is(:hover,:focus){background-color:var(--clr-landingPage-primary);border-radius:8px 8px 0 0!important;color:var(--clr-landingPage-white)!important}body.landingPage .kids-course-group{max-width:550px;margin:0 auto;text-align:center;position:relative;height:450px;align-items:center;display:flex;justify-content:center}body.landingPage .kids-course-bg{background:url(/build/assets/course-illustrator-DBJ4v6uh.png) no-repeat top center;position:absolute;left:0;width:100%;height:100%;background-size:contain;z-index:-1}body.landingPage .kids-course-image img{max-width:480px;max-height:400px;margin:0 auto}body.landingPage .transformation-list li{display:flex;flex-direction:column;width:calc(50% - 8px);transition:.3s;position:relative;justify-content:center;padding:8px 16px 8px 86px;margin:8px 0;min-height:60px}body.landingPage .transformation-list h4{margin-bottom:0!important;line-height:26px}body.landingPage .transformation-list li span{display:inline-flex;width:60px;height:60px;position:absolute;left:8px;background:#fff;box-shadow:0 4px 10.8px 1px #00000029;border-radius:50%;padding:12px}.science-program-image{padding-top:80px}body.landingPage .request-box{background-color:var(--clr-landingPage-primary-light);border-radius:16px;padding:0 16px}body.landingPage .request-demo-image{max-width:350px;margin:-50px auto 0}body.landingPage .text-content-wrap h3 a{text-decoration:underline;color:#0086d1}body.landingPage .text-content-wrap h3 a:hover{color:var(--clr-landingPage-primary)}body.landingPage .member-picture img{position:relative;border-radius:12px;z-index:9}body.landingPage .member-box:before{content:"";width:140px;height:140px;border-radius:20px;background-color:var(--clr-landingPage-secondary);position:absolute;left:0;top:0;z-index:0}body.landingPage .member-box:after{content:"";width:100%;height:250px;border-radius:20px;background-color:var(--clr-landingPage-primary);position:absolute;left:0;bottom:4px;z-index:0}body.landingPage .member-info{position:relative;z-index:9;text-align:center;padding-top:10px}body.landingPage .venue-details ul li{display:flex;flex-direction:column;position:relative;justify-content:flex-start;padding-left:40px}body.landingPage .venue-details ul li span{position:absolute;left:0;top:0;width:28px;height:28px}body.landingPage .venue-details ul li+li{margin-top:18px}body.landingPage .faq-box .card{background:var(--clr-landingPage-white);border:none;box-shadow:0 4px 12.3px 4px #0000000d;border-radius:8px;margin:16px 0}body.landingPage .faq-box .card .card-header{padding:0;background:transparent;border:none}body.landingPage .faq-box .card .card-header a{padding:16px 50px 16px 24px;text-align:left;position:relative;display:block;color:#000;font-size:1.125rem;font-weight:500}body.landingPage .faq-box .card .card-header a:hover{color:var(--clr-landingPage-primary)}body.landingPage .faq-box .card-body{padding:8px 24px 24px}body.landingPage .faq-box .card-header a:after{content:"ï·";font-family:"Font Awesome 5 Free";position:absolute;top:15px;right:22px;font-size:1.125rem;transition:.3s;font-weight:900;color:var(--clr-landingPage-grey)}body.landingPage .faq-box .card-header a.collapsed:after{transform:rotate(90deg)}body.landingPage footer{background:var(--clr-landingPage-secondary)}body.landingPage .footer-links ul{margin-bottom:0;display:flex;gap:35px;align-items:center}body.landingPage .footer-links ul li{display:inline-flex;margin:0!important}body.landingPage .footer-links ul li a{color:var(--clr-landingPage-white)!important;display:flex;font-size:1rem}body.landingPage .footer-links ul li a:hover{opacity:.8}body.landingPage .footer-content p{color:var(--clr-landingPage-white);margin-bottom:0;text-align:right;font-size:1rem}body.landingPage .custom-dialog-modal{max-width:1000px;border-radius:28px;overflow:hidden;margin:40px auto}body.landingPage .modal{background:#0009}body.landingPage .custom-dialog-modal .modal-body{min-height:550px;padding:0 15px}body.landingPage .custom-dialog-modal .close{color:var(--clr-landingPage-dark-grey)!important;position:absolute;right:25px;top:15px;font-weight:400;font-size:1.25rem;border:none;background:transparent}body.landingPage .custom-dialog-modal .close:hover{color:var(--clr-landingPage-secondary)!important}body.landingPage .login-form-wrap h2{font-size:2.125rem;line-height:40px;margin-bottom:8px}body.landingPage .custom-feild-box{min-height:350px;margin-top:30px}body.landingPage .custom-dialog-modal input.form-control,body.landingPage .custom-dialog-modal input.form-control:hover,body.landingPage .custom-dialog-modal input.form-control:focus,body.landingPage .custom-dialog-modal textarea.form-control,body.landingPage .custom-dialog-modal textarea.form-control:hover,body.landingPage .custom-dialog-modal textarea.form-control:focus{border:1px solid #B7B7B7!important;font-size:.875rem!important;height:50px!important;padding:10px 15px!important;font-weight:400;box-shadow:none;outline:0;border-radius:6px}body.landingPage .custom-dialog-modal textarea.form-control,body.landingPage .custom-dialog-modal textarea.form-control:hover,body.landingPage .custom-dialog-modal textarea.form-control:focus{height:120px!important}body.landingPage .request-content-wrap{display:flex;align-items:center;position:relative;min-height:550px;justify-content:center;flex-direction:column;background:var(--clr-landingPage-secondary-light)}body.landingPage .request-content-wrap:before{content:"";background:url(/build/assets/bg-illustrator-B52pxVdG.png) no-repeat top center;width:100%;height:100%;position:absolute;left:0;top:0;background-size:cover}body.landingPage .modal-dialog.successfully-modal{max-width:350px}body.landingPage .modal-dialog.successfully-modal .modal-content{border-radius:30px}body.landingPage .successfully-modal .modal-body{min-height:330px;position:relative;text-align:center;padding:20px}body.landingPage .successfully-modal .modal-body h2{font-size:1.5rem;line-height:1.75rem;margin-bottom:16px}body.landingPage .successfully-modal .modal-body p{font-size:.875rem;line-height:1.375rem;margin-bottom:0}body.landingPage .custom-dialog-modal .row{margin:0 -16px!important}body.landingPage .shake-y{-webkit-animation-name:shake-y;animation-name:shake-y;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:linear;animation-timing-function:linear}@-webkit-keyframes shake-y{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}@keyframes shake-y{0%{-webkit-transform:translateY(-30px);transform:translateY(-30px)}50%{-webkit-transform:translateY(-10px);transform:translateY(-10px)}to{-webkit-transform:translateY(-30px);transform:translateY(-30px)}}body.landingPage .shake-x{animation:shake-x 5s linear infinite}@keyframes shake-x{50%{transform:rotate(15deg)}}body.landingPage .product-category-banner,body.landingPage .breadcrumb-wrapper{background:var(--clr-landingPage-primary);position:relative}body.landingPage .product-category-banner{min-height:300px}body.landingPage .product-category-banner:before,body.landingPage .breadcrumb-wrapper:before{content:"";background:url(/build/assets/product-bg-illustrator-BvUcH8bG.png) no-repeat top center;background-size:cover;position:absolute;width:100%;height:100%;top:0;left:0}body.landingPage .product-category-banner h1,body.landingPage .product-category-banner h2,body.landingPage .product-category-banner p{color:var(--clr-landingPage-white)}body.landingPage .product-category-image img{box-shadow:0 5px 20.2px 7px #0000000f;border-radius:18px;margin-bottom:20px}body.landingPage .product-category-item h4{font-size:1rem;line-height:1.5rem;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}body.landingPage .product-category-item:hover h4{color:var(--clr-landingPage-primary)}body.landingPage .custom-footer-wrapper footer{margin-top:0!important}body.landingPage .product-item{box-shadow:0 0 15px 6px #0000000a;background:var(--clr-white);border-radius:18px;position:relative;padding-bottom:94px;overflow:hidden}body.landingPage .product-item-content{transition:.5s ease;position:absolute;width:100%;bottom:0;background:var(--clr-landingPage-white);height:64px;overflow:hidden;margin:15px 0;padding-right:80px!important}body.landingPage .product-item .btn-circle{background:#f3f0ec;border:1px solid #F3F0EC;border-radius:50%!important;height:42px;width:42px;padding:0!important;display:inline-flex;flex-shrink:0;color:var(--clr-grey);font-size:1rem;transition:.5s;position:absolute;right:20px;bottom:20px}body.landingPage .product-item .btn-circle:is(:hover,:focus){color:var(--clr-landingPage-white);background:var(--clr-landingPage-primary);border-color:var(--clr-landingPage-primary)}body.landingPage .product-item-content .product-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical}body.landingPage .product-item-content .product-description p,body.landingPage .product-item-content .product-description-overlay p{margin-bottom:0!important;text-align:justify}body.landingPage .product-item-content .product-description-overlay{display:none}body.landingPage .product-item:hover .product-item-content{height:calc(100% - 80px);margin-top:0!important;padding-top:20px!important;overflow:auto;padding-right:20px!important;margin-bottom:80px!important}body.landingPage .product-item:hover .product-item-content .product-description{display:none}body.landingPage .product-item:hover .product-item-content .product-description-overlay{display:block}body.landingPage .slider{padding-bottom:65px}body.landingPage .slider .slick-list{margin:0 -10px;padding:0}body.landingPage .slider .slider-wrap{padding:16px}body.landingPage .slider .slick-dots{bottom:-50px}body.landingPage .slider .slick-dots li{width:10px;height:10px;margin:0 6px}body.landingPage .slider .slick-dots li button{width:10px;height:10px;padding:0!important;font-size:0px!important}body.landingPage .slider .slick-dots li button:before{font-size:0px;opacity:.25;background:var(--clr-landingPage-primary);content:"";width:10px;height:10px;border-radius:50%}body.landingPage .slider .slick-dots li.slick-active button:before{opacity:1;background:var(--clr-landingPage-primary)}body.landingPage .breadcrumb-wrapper{padding:40px 0}body.landingPage .breadcrumb-wrapper ul li,body.landingPage .breadcrumb-wrapper ul li a{display:inline-block;color:var(--clr-landingPage-white);position:relative}body.landingPage .breadcrumb-wrapper ul li+li{padding-left:30px}body.landingPage .breadcrumb-wrapper ul li+li:before{content:"ï”";font-family:"Font Awesome 5 Free";font-weight:900;position:absolute;left:13px;font-size:12px}body.landingPage .breadcrumb-wrapper ul li a:hover{text-decoration:underline}body.landingPage .product-full-info-box h4{margin-bottom:10px}body.landingPage .product-full-info-box img,body.landingPage .product-full-info-box p{margin-bottom:30px}body.landingPage .product-full-info-box ul{padding-left:30px;display:flex;flex-direction:column;gap:8px}body.landingPage .product-image-box{box-shadow:2px 20px 20px 1px #23232363;border-radius:20px;border:1px solid #ccc;overflow:hidden;min-height:350px}body.landingPage .product-info-box ul{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px;margin-bottom:30px!important}body.landingPage .product-info-box ul li{display:inline-flex}body.landingPage .product-info-box ul li .btn-link{border:1px solid var(--clr-landingPage-primary);border-radius:40px;padding:6px 16px;display:inline-flex;gap:6px;align-items:center;min-height:40px}body.landingPage .product-info-box ul li .btn-icon{border:1px solid var(--clr-landingPage-primary);border-radius:40px;width:40px;display:inline-flex;gap:6px;align-items:center;height:40px;justify-content:center}body.landingPage .product-info-box ul li .btn-link:is(:hover,:focus),body.landingPage .product-info-box ul li .btn-icon:is(:hover,:focus){background:var(--clr-landingPage-primary);color:var(--clr-landingPage-white)}body.landingPage .image-viewer{position:absolute;z-index:9;color:var(--clr-landingPage-grey);width:36px;height:36px;border-radius:50%;right:24px;top:12px;font-size:12px;justify-content:center;align-items:center;display:inline-flex;transition:.5s;background:var(--clr-landingPage-white)}body.landingPage .image-viewer:hover{color:var(--clr-landingPage-primary);cursor:pointer}body.landingPage .custom-dialog-image{margin:0 auto;text-align:center;max-width:100%!important;padding:40px}body.landingPage .custom-dialog-image .close{color:var(--clr-landingPage-white)!important;right:-20px!important;top:-30px!important}body.landingPage .custom-dialog-image .close:hover{color:var(--clr-landingPage-white)!important;opacity:.8}body.landingPage .custom-dialog-image .modal-content,body.landingPage .custom-dialog-image .modal-body{padding:0!important;background:transparent}.publisher-box{box-shadow:6px 8px 26.3px 3px #0000000d;background:#fff;border-radius:10px;padding:10px 16px;max-width:220px;display:flex;flex-direction:column;align-items:center;gap:4px;font-size:.875rem;font-weight:500;cursor:pointer;color:var(--clr-black)!important;z-index:99;position:relative;margin-bottom:24px}.publisher-content .publisher-logo{max-width:350px;display:inline-flex;margin-bottom:34px}.product-card-item{padding:24px;border-radius:16px;border:2px solid #0091bd36!important;height:100%;transition:.8s;background:#0091bd12!important}.product-card-item ul{padding-left:20px!important}.product-card-item&gt;span{display:inline-flex;background:var(--clr-white);width:60px;height:60px;border-radius:10px;overflow:hidden;justify-content:center;align-items:center;padding:10px;margin-bottom:20px}.product-card-item&gt;h3{font-size:1.25rem!important;line-height:1.5rem!important;color:var(--clr-black)!important}.product-card-item p,.product-card-item ul li{font-size:.875rem!important;line-height:1.5rem}.product-card-item:hover{background:#0091bd!important;transform:scale(1.06);border-color:#0091bd!important}.product-card-item:hover h3,.product-card-item:hover p,.product-card-item:hover li{color:var(--clr-white)!important}@media screen and (min-width:1600px){html{font-size:18px}body.landingPage .banner-text-wrapper{padding:50px 0 0!important}}@media screen and (max-width:1270px){body.landingPage .banner-wrapper{min-height:550px}body.landingPage .banner-image{right:0}body.landingPage .banner-illustrator-two{bottom:-10px}}@media screen and (max-width:1100px){html{font-size:14px}body.landingPage .banner-text-wrapper{padding:50px 0 0!important}body.landingPage .bg-wrapper{margin:60px 0}body.landingPage .analysis-item{padding:20px;width:260px}body.landingPage .product-item-content{height:56px;margin:19px 0}}@media screen and (max-width:991px){body.landingPage .banner-wrapper{min-height:420px}body.landingPage .banner-text-wrapper{padding:50px 0!important}body.landingPage h1{font-size:2.55rem;line-height:3rem;margin-bottom:12px}body.landingPage .banner-image{top:15px}body.landingPage .btn{height:44px}body.landingPage .bg-wrapper{margin:80px 0;padding:0}body.landingPage .py-50{padding-top:20px!important;padding-bottom:20px!important}body.landingPage .analysis-list,body.landingPage .progress-analysis-wrap{flex-direction:row!important;gap:15px!important}body.landingPage .analysis-item{padding:20px;width:100%}.about-us-wrapper{padding-top:50px!important}body.landingPage .text-content-wrap{padding:0!important}body.landingPage .kids-course-group{max-width:100%;height:100%}body.landingPage .kids-course-image img{max-width:300px;max-height:250px;margin:0 auto}body.landingPage .kids-course-content,body.landingPage .kids-course-group{padding:20px 0!important}body.landingPage .science-program-image{padding:0!important;max-width:450px;margin:0 auto}body.landingPage .request-demo-wrapper h2{font-size:2rem;line-height:2.5rem;margin-bottom:8px!important}body.landingPage .request-demo-wrapper h3{font-size:1.2rem;margin-bottom:0!important}body.landingPage .custom-dialog-modal{max-width:96%}body.landingPage .custom-navbar .nav-item{padding:0 18px}body.landingPage .nav-login .btn{min-width:auto;width:34px;height:34px;font-size:1.25rem}body.landingPage .nav-login .btn.ms-2{margin-left:12px!important}body.landingPage .nav-login .btn-text{display:none}body.landingPage .nav-login .btn-icon{display:flex;justify-content:center;align-items:center}.banner-illustrator-box{display:none}}@media screen and (max-width:768px){body.landingPage .nav-login{position:absolute;right:60px;top:11px}body.landingPage .navbar-collapse{padding:0!important}body.landingPage .custom-navbar .navbar-brand{max-width:70px}body.landingPage .navbar-toggler,body.landingPage .navbar-toggler:is(:hover,:focus){border-color:var(--clr-landingPage-white);background:var(--clr-landingPage-white);padding:0!important;box-shadow:none;outline:0}body.landingPage .navbar-toggler-icon{width:2em;height:2em}body.landingPage .custom-navbar .nav-item .nav-link{padding:10px 0!important;text-align:center}body.landingPage .progress-analysis-wrap{flex-direction:column!important}body.landingPage .analysis-list{width:100%;justify-content:center}body.landingPage .analysis-item{width:50%}body.landingPage .request-box{padding:24px}body.landingPage .banner-wrapper{min-height:420px}body.landingPage .banner-text-wrapper{padding:30px 0!important}body.landingPage .client-logo li{width:180px}body.landingPage .custom-dialog-modal{max-width:65%}.product-info-box{padding-top:3rem!important;padding-left:0!important}}@media screen and (max-width:576px){body.landingPage .banner-image{display:none}body.landingPage .banner-wrapper{min-height:auto}body.landingPage .banner-text-wrapper{padding:30px 0!important}body.landingPage .bg-wrapper{margin:50px 0;padding:20px 0}body.landingPage .bg-wrapper:before,body.landingPage .bg-wrapper:after{height:65px;top:-60px}body.landingPage .bg-wrapper:after{top:auto;bottom:-60px}body.landingPage .about-us-wrapper{padding-top:20px!important}body.landingPage .analysis-list,body.landingPage .progress-analysis-wrap{flex-direction:column!important;gap:0px!important}body.landingPage .analysis-item{width:100%}body.landingPage .choose-us-list li{width:100%;justify-content:flex-start}body.landingPage .choose-us-list li p{font-size:1rem;line-height:1.5rem}body.landingPage .kids-course-tabs .nav-pills{border-bottom:none;gap:6px;margin-bottom:0!important}body.landingPage .kids-course-tabs .nav-item,body.landingPage .kids-course-tabs .nav-item button{width:100%;border-radius:12px!important;background-color:var(--clr-landingPage-primary-light)}body.landingPage .nav-pills .nav-link.active,body.landingPage .nav-pills .nav-link.active:is(:hover,:focus){border-radius:12px!important}body.landingPage .transformation-list li{width:100%}body.landingPage .venue-details ul li{min-height:28px}body.landingPage .mt-120{margin-top:50px}body.landingPage .custom-dialog-modal{max-width:94%}body.landingPage .custom-dialog-modal .close{right:15px;top:15px}body.landingPage .login-form-wrap{padding:20px!important}body.landingPage .breadcrumb-wrapper{padding:20px 0}body.landingPage .breadcrumb-wrapper ul li,body.landingPage .breadcrumb-wrapper ul li a{font-size:1rem}body.landingPage .product-category-banner{min-height:200px}.banner-image.publisher-box{display:none}.banner-text-wrapper .publisher-box{display:flex}}*{margin:0;padding:0;box-sizing:border-box}html,body{min-width:100%;min-height:100vh}
</pre></body></html>