#toast__container *{-webkit-box-sizing:border-box;box-sizing:border-box}.toast__message{opacity:0;position:fixed;z-index:1000;width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:90%;-webkit-transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s;transition:opacity .3s,transform .3s,-webkit-transform .3s}.toast__message--top-center,.toast__message--bottom-center,.toast__message--center{left:50%}.toast__message--enter-active,.toast__message--appear-active{opacity:1}.toast__message--exit-active{opacity:0}.toast__message--loading .toast__spinner-wrap{visibility:visible;opacity:1;width:1.1em;margin-right:12px}.toast__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.toast__content--clickable{cursor:pointer}.toast__theme-content{-webkit-transition:all .2s;transition:all .2s}.toast__spinner-wrap{display:inline-block;visibility:hidden;opacity:0;width:0;margin-right:0}.toast__spinner{display:block;overflow:hidden;width:1.1em;height:1.1em;border:2px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;text-indent:-99999px;-webkit-animation:toast_spinner-spin 1s ease-in-out infinite;animation:toast_spinner-spin 1s ease-in-out infinite}@-webkit-keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes toast_spinner-spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@font-face{font-family:Poppins;src:url(/assets/Poppins-Thin-leD9T1nx.ttf) format("truetype"),url(/assets/Poppins-Thin-leD9T1nx.ttf) format("truetype");font-weight:100;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype"),url(/assets/Poppins-ExtraLight-u2IJXg5c.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype"),url(/assets/Poppins-Light-DT6-CsId.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype"),url(/assets/Poppins-Regular-CTKNfV9P.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype"),url(/assets/Poppins-Medium-Cxde2ZoM.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype"),url(/assets/Poppins-SemiBold-B_fPDAUb.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype"),url(/assets/Poppins-Bold-qTAUjFF7.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf) format("truetype"),url(/assets/Poppins-ExtraBold-W_qeO1XX.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Poppins;src:url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype"),url(/assets/Poppins-Black-yHqY0KRU.ttf) format("truetype");font-weight:900;font-style:normal}@font-face{font-family:Montserrat;src:url(../src/assets/fonts/Montserrat-VariableFont_wght.ttf) format("truetype"),url(../src/assets/fonts/Montserrat-VariableFont_wght.ttf) format("truetype")}:root{--primary-color: #F9B411;--secondary-color: #13317d;--title-color: #333333;--paragraph-color: #101010;--white-color: #FFFFFF;--background-color-main: #141414;--background-color-secondary: #FFFFFF;--background-color-third: rgba(19, 49, 125, .15);--background-gradient: linear-gradient(180deg, #183B9A 0%, #112A46 100%);--icon-background: #FAF8F2;--icon-gradient-start: #ED846E;--icon-gradient-stop: #FDA592;--color-1: #51C333;--color-2: #FF0000;--color-3: #FCB500;font-family:Montserrat,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--header-height: 50px;--primary-font: "Montserrat", sans-serif;--max-width: 1200px}*{padding:0;margin:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;color:var(--white-color);line-height:normal;font-family:var(--primary-font);background:var(--background-color-secondary)}body.modal-open{overflow:hidden;height:100vh}img{width:100%;display:block}.customContainer{max-width:425px!important;margin:0 auto;background-color:var(--background-color-secondary);position:relative}.no-scroll{overflow:hidden;height:100vh}.marquee-containe{height:36px}.marqueeBox{position:relative;width:100%;height:36px;overflow:hidden;padding:0;display:flex;align-items:center;color:#000;background:transparent}.marquee .scroll{white-space:nowrap;overflow:hidden;display:inline-block;animation:marquee 30s linear infinite}.marquee{font-weight:500;font-size:14px;line-height:10px;color:#000}@keyframes marquee{0%{-moz-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translateZ(0)}to{-moz-transform:translate3d(-50%,0,0);-webkit-transform:translate3d(-50%,0,0);transform:translate3d(-50%,0,0)}}.marquee-container{height:100%}.theForm{background:#f6f6f6;color:#282828!important;border-radius:2px;width:100%}.theForm .MuiInput-underline:before{border-bottom:none!important}.theForm .MuiInput-underline:after{border-bottom:none!important}.theForm .MuiInputBase-root{width:100%}.theForm .MuiInputBase-root{font-weight:500!important}.theForm .MuiOutlinedInput-notchedOutline{border:unset!important;border-radius:2px}.theForm .MuiOutlinedInput-input{color:#282828!important;font-weight:500;padding:15px 16px!important;font-size:12px;border-radius:2px}.theForm input::placeholder{font-weight:500;opacity:1;color:#282828!important}::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}::-webkit-scrollbar{width:6px;height:6px;background-color:#f5f5f5}::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#555}.my-toast-alert{background-color:var(--color-2)!important;padding:10px 20px;color:#fff;border-radius:30px;z-index:100000!important}.my-toast-success{background-color:var(--color-1)!important;padding:10px 20px;color:#fff;border-radius:30px;z-index:100000!important}.Mui-disabled{-webkit-text-fill-color:rgb(0 0 0 / 65%)!important}._theSticky_1fsfq_1{position:fixed;width:100%;left:0;top:0;z-index:999;box-shadow:0 4px 4px #0000000d;background:var(--background-color-secondary)}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10{position:relative;height:var(--header-height);display:flex;justify-content:space-between;align-items:center;background-color:var(--background-color-secondary)}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theLogo_1fsfq_18{width:30%}@media screen and (min-width: 426px){._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theLogo_1fsfq_18{width:120px}}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theLogo_1fsfq_18 img{width:100%;display:block}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theNLeft_1fsfq_30{display:flex;justify-content:flex-end;align-items:center;width:30%}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theNLeft_1fsfq_30 ._theField_1fsfq_36{position:relative;width:70%;z-index:1;margin:0 16px 0 0}@media screen and (min-width: 426px){._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theNLeft_1fsfq_30 ._theField_1fsfq_36{width:80px}}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theNLeft_1fsfq_30 ._theIcon20_1fsfq_47{display:flex}._theSticky_1fsfq_1 ._theNavBar_1fsfq_10 ._theNLeft_1fsfq_30 ._theIcon20_1fsfq_47 svg{fill:var(--title-color)}._theSticky_1fsfq_1 ._theFloatNavBar_1fsfq_53{position:relative}._theSticky_1fsfq_1 ._theFloatNavBar_1fsfq_53 ._theFNBBox_1fsfq_56{position:absolute;bottom:10px;right:10px;width:35px;display:flex;justify-content:center;align-items:center;background:var(--secondary-color);border:1px solid var(--white-color);border-radius:8px;cursor:pointer;aspect-ratio:1}._theSticky_1fsfq_1 ._theFloatNavBar_1fsfq_53 ._theFNBBox_1fsfq_56 ._theFNBBIcon_1fsfq_70{width:17px}._theSticky_1fsfq_1 ._theFloatNavBar_1fsfq_53 ._theFNBBox_1fsfq_56 ._theFNBBIcon_1fsfq_70 img{width:100%;display:block}._theStickyDrawer_1fsfq_78{position:fixed;top:calc(var(--header-height));right:0;bottom:0;width:100%;height:100vh;z-index:10;visibility:hidden;opacity:0;transition:opacity .3s ease,visibility .3s ease}@media screen and (min-width: 1024px){._theStickyDrawer_1fsfq_78{top:0;z-index:999}}._theStickyDrawer_1fsfq_78 ._theDrawerWrapper_1fsfq_96{position:fixed;width:100%;right:-500px;background-color:var(--background-color-secondary);box-shadow:-4px 4px 4px #0000000d;transform:translate(100%);transition:transform .3s ease;z-index:100}@media screen and (min-width: 426px){._theStickyDrawer_1fsfq_78 ._theDrawerWrapper_1fsfq_96{width:443px}}._theStickyDrawer_1fsfq_78 ._customDrawer_1fsfq_111{position:absolute;width:100%;height:100vh;right:-100%;top:calc(var(--header-height) + 1px);z-index:9999;transition:all 225ms cubic-bezier(0,0,.2,1) 0ms}._theStickyDrawer_1fsfq_78 ._customDrawerShow_1fsfq_121{position:absolute;width:100%;height:100vh;top:calc(var(--header-height) + 1px);right:0%;transition:all 225ms cubic-bezier(0,0,.2,1) 0ms;z-index:9999;box-shadow:-4px 4px 4px #0000000d}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131{position:relative;overflow:hidden;height:100vh;width:100%;margin:0 0 0 auto}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._customDrawerContent_1fsfq_131{position:absolute;background-color:var(--white-color);height:100vh;width:100%;top:0;overflow-y:auto;transition:transform .3s ease-in-out;display:flex;flex-direction:column}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._customDrawerContentHide_1fsfq_153{position:absolute;background-color:var(--white-color);margin:0 0 0 auto;height:100vh;width:100%;top:-100%;overflow-y:auto;transition:transform .3s ease-in-out}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeader_1fsfq_163{display:flex;align-items:center;margin:16px 26px;cursor:pointer}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeader_1fsfq_163 ._theNLHIcon_1fsfq_169{width:20px}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeader_1fsfq_163 ._theNLHIcon_1fsfq_169 img{width:100%;display:block}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeader_1fsfq_163 ._theNLHIconFill_1fsfq_176{display:flex;color:var(--title-color)}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLink_1fsfq_163{padding:14px 26px;cursor:pointer}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeaderBorder_1fsfq_184{margin:16px;padding:12px 0;display:flex;align-items:center;border-top:1px solid rgb(216,216,216);border-bottom:1px solid rgb(216,216,216);cursor:pointer}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeaderBorder_1fsfq_184 ._theNLHIcon_1fsfq_169{width:20px}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeaderBorder_1fsfq_184 ._theNLHIcon_1fsfq_169 img{width:100%;display:block}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLinkHeaderBorder_1fsfq_184 ._theNLHIconFill_1fsfq_176{display:flex;color:var(--title-color)}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLoginBox_1fsfq_204{padding:0 32px 16px 16px}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLoginBox_1fsfq_204 ._theNavLBFlex_1fsfq_207{display:flex;justify-content:flex-start;align-items:center}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLoginBox_1fsfq_204 ._theNavLBFlex_1fsfq_207 ._theNavLBIcon_1fsfq_212{width:20px}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLoginBox_1fsfq_204 ._theNavLBFlex_1fsfq_207 ._theNavLBIcon_1fsfq_212 img{width:100%;display:block}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLoginBox_1fsfq_204 ._theSideBalance_1fsfq_219{padding:0 15px;cursor:pointer}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavLoginBox_1fsfq_204 ._theNavLBButton_1fsfq_223{width:fit-content;padding:16px 0}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavSecondBox_1fsfq_227{background-color:#f2f2f2;padding:16px 0 150px;flex:1}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavSecondBox_1fsfq_227 ._theNavSBFlex_1fsfq_234{display:flex;justify-content:flex-start;align-items:center;padding:0 0 32px}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavSecondBox_1fsfq_227 ._theNavSBFlex_1fsfq_234 ._theNavSBFIcon_1fsfq_240{display:flex;color:var(--title-color)}._theStickyDrawer_1fsfq_78 ._customDrawerContentRelative_1fsfq_131 ._theNavSecondBox_1fsfq_227 ._theNavSBButton_1fsfq_244{display:flex;justify-content:space-between;align-items:center;padding:16px;border:1px solid rgb(203,203,203);border-radius:8px;background:#fff;cursor:pointer}._showDrawer_1fsfq_255{visibility:visible;opacity:1}._showDrawer_1fsfq_255 ._theDrawerWrapper_1fsfq_96{right:0;transform:translate(0);transition:transform .3s ease}._theFloatIconDaily_1fsfq_267{position:relative;top:450px;z-index:999}._theFloatIconDaily_1fsfq_267 ._theWheelWrapper_1fsfq_272{position:absolute;right:5px;width:70px}._theFloatIconDaily_1fsfq_267 ._theWheelWrapper_1fsfq_272 img{width:100%;display:flex;cursor:pointer}._theModalLogin_1fsfq_283{min-width:300px}._root_1i6e9_1{margin:0;text-align:var(--align, left);color:var(--color, var(--paragraph-color));font-size:var(--font-size-small, var(--font-size));font-weight:var(--bold, normal);text-decoration:var(--text-decoration, none);text-transform:var(--text-transform, none);line-height:var(--line-height, 18px);letter-spacing:var(--letter-spacing, 0);font-family:var(--font-family, var(--primary-font))}@media screen and (min-width: 1024px){._root_1i6e9_1{font-size:var(--font-size, 14px)}}._root_14r17_1{width:100%;margin-bottom:var(--margin-bottom, 0);padding:var(--padding, .4rem 2rem);background:var(--background, var(--white-color));border-radius:var(--border-radius, 0);border:var(--border, unset);box-shadow:var(--box-shadow, unset);display:var(--display, flex);align-items:center;justify-content:center;cursor:pointer}._root_14r17_1:hover{background:var(--hover-background, var(--white-color))}._root_14r17_1 ._label_14r17_17{width:100%;margin:0;color:var(--color, var(--white-color));font-weight:var(--font-weight, normal);text-align:var(--text-align, center);font-size:var(--font-size, 16px);text-decoration:var(--text-decoration, none)}._theFooter_1fmu0_1{position:relative;background:#142032;z-index:1}._theFooter_1fmu0_1 ._theNav_1fmu0_6{width:100%;padding:30px 15px 48px;margin:0 auto}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theLogo_1fmu0_11{width:58%;margin:0 0 30px}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theNavLink_1fmu0_15{padding:0 0 20px;cursor:pointer}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theButton_1fmu0_19{margin:10px 0 0;width:max-content}@media screen and (min-width: 426px){._theFooter_1fmu0_1 ._theNav_1fmu0_6{padding:40px 0}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theLogo_1fmu0_11{width:200px;margin:0 0 50px}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theButton_1fmu0_19{margin:50px 0 0}}@media screen and (min-width: 1024px){._theFooter_1fmu0_1 ._theNav_1fmu0_6{display:flex;justify-content:space-between}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theLogo_1fmu0_11{margin:0}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theNavLinksWrapper_1fmu0_43{display:flex;align-items:center}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theNavLink_1fmu0_15{padding:0 18px;cursor:pointer}._theFooter_1fmu0_1 ._theNav_1fmu0_6 ._theButton_1fmu0_19{margin:0}}._theFooter_1fmu0_1 ._theCopyRight_1fmu0_55{padding:17px 15px;background-color:var(--primary-color)}@media screen and (min-width: 1024px){._theFooter_1fmu0_1{position:relative;height:180px;bottom:0;left:0;right:0;margin:0 auto}}
