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,main,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{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}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}button{box-shadow:none;background:none;padding:0;cursor:pointer}button,img{outline:none;border:none}
/*!
 * @name       payment-form
 * @built at   October 1, 2024
 * @copyright  Â© Smart Glocal Limited, 2024 (https://smart-glocal.com)
 */.smgl-Footer__container{color:#8b959e;display:none;font-size:.6875rem;line-height:.75rem;margin:1rem 0;text-align:center}.smgl-Footer__link{color:inherit;font-weight:600;margin-left:.25em;-webkit-text-decoration:underline;text-decoration:underline}.smgl-Footer__link:focus,.smgl-Footer__link:hover{color:inherit}.smgl-MainContainer__container{color:#202124;font-family:system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,sans-serif;font-size:16px;font-weight:400;line-height:1.5rem;margin:0 auto;max-width:500px}.smgl-PaymentInfo__details{display:inline-block;font-size:.875rem;margin:1rem 0}.smgl-PaymentInfo__detailsRow{-webkit-box-pack:justify;-ms-flex-pack:justify;display:flex;flex-wrap:nowrap;justify-content:space-between}.smgl-PaymentInfo__detailsCol{-webkit-box-flex:0;-ms-flex-positive:0;-ms-flex-negative:1;flex-grow:0;flex-shrink:1}.smgl-PaymentStatus__container{text-align:center}.smgl-PaymentStatus__loaderContainer{display:block;height:4rem;margin:1rem auto;position:relative;width:4rem}@keyframes smgl-PaymentStatus__spin{to{transform:rotate(1turn)}}.smgl-PaymentStatus__loader{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;animation-duration:1s;animation-iteration-count:infinite;animation-name:smgl-PaymentStatus__spin;animation-timing-function:linear;color:#ced2d6;height:4rem;left:0;position:absolute;top:0;width:4rem}@media screen and (prefers-reduced-motion){.smgl-PaymentStatus__loader{animation:none}}.smgl-PaymentStatus__icon{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:3px;display:block;height:4rem;margin:1rem auto;width:4rem}.smgl-PaymentStatus__failureIcon{color:#ff2e1c}.smgl-PaymentStatus__successIcon{color:#00bf46}.smgl-PaymentStatus__title{color:#8b959e;font-size:1.25rem;font-weight:500;line-height:1.5rem;margin:1rem 0 0}.smgl-PaymentStatus__isSuccess .smgl-PaymentStatus__title{color:#00bf46}.smgl-PaymentStatus__isFailure .smgl-PaymentStatus__title{color:#ff2e1c}.smgl-PaymentStatus__description{font-size:.875rem;color:#fff}.smgl-Button__container{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:#007aff;border:0;border-radius:4px;box-shadow:0 0 0 4px rgba(38,136,238,0);box-sizing:border-box;color:#fff;cursor:pointer;font:inherit;font-weight:500;line-height:inherit;margin:0;padding:.5em 10px;transition-duration:.1s;transition-property:background-color,box-shadow;transition-timing-function:ease-in-out}.smgl-Button__container:focus{box-shadow:inset 0 0 0 2px #007aff;outline:0}.smgl-Button__container:active,.smgl-Button__container:hover{background-color:#1f5bff}.smgl-Button__container[disabled]{background-color:#505050;cursor:not-allowed}.smgl-Button__displayBlock{display:block}.smgl-Button__displayInline{display:inline-block}.smgl-Button__widthAuto{width:auto}.smgl-Button__widthFull{width:100%}.smgl-Checkbox__container{display:block;padding-left:1.5rem;position:relative}.smgl-Checkbox__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;height:0;opacity:0;position:absolute;width:0;z-index:-1}.smgl-Checkbox__iconContainer{cursor:pointer;left:0;position:absolute;top:.25rem;width:1rem}.smgl-Checkbox__iconContainer:before{background-color:#fff;border-radius:.25rem;box-shadow:inset 0 0 0 1px #ced2d6;content:"";display:block;padding-top:100%}.smgl-Checkbox__isInvalid .smgl-Checkbox__iconContainer:before{box-shadow:inset 0 0 0 1px #ff2e1c}.smgl-Checkbox__input:focus~.smgl-Checkbox__iconContainer:before{box-shadow:inset 0 0 0 2px #008cff}.smgl-Checkbox__icon{color:#007aff;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition-duration:.15s;transition-property:opacity;transition-timing-function:ease-in-out;z-index:1}.smgl-Checkbox__input:checked~.smgl-Checkbox__iconContainer .smgl-Checkbox__icon{opacity:1}.smgl-Field__container{display:block}.smgl-Field__label{color:#5f6368;display:block;font-size:.75rem;font-weight:700;line-height:1rem;margin:0 0 .25rem}.smgl-Field__error,.smgl-Field__isInvalid .smgl-Field__label{color:#ff0a0a}.smgl-Field__error,.smgl-Field__note{font-size:.75rem;line-height:1rem;margin:.25rem 0 0}.smgl-Field__note{color:#8b959e;display:block}.smgl-Link__container{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#008cff;cursor:pointer;display:contents;font:inherit;-webkit-text-decoration:underline;text-decoration:underline}.smgl-InputBase__container,.smgl-InputBase__field{display:block;position:relative}.smgl-InputBase__field{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0);border:0;box-sizing:border-box;color:#202124;font:inherit;font-weight:500;height:2.5rem;margin:0;padding:.5rem 1rem;width:100%;z-index:1}.smgl-InputBase__field:-webkit-autofill{background-clip:content-box;box-shadow:inset 0 0 0 1rem rgba(255,255,255,0)}.smgl-InputBase__field::placeholder{color:#8b959e;font-weight:300}.smgl-InputBase__background{background-color:#fff;border:1px solid #ced2d6;border-radius:4px;bottom:0;left:0;position:absolute;right:0;top:0;transition-duration:.1s;transition-property:border-color,box-shadow;transition-timing-function:ease-in-out;z-index:0}.smgl-InputBase__field:focus{outline:0}.smgl-InputBase__field:disabled,.smgl-InputBase__isDisabled .smgl-InputBase__field{cursor:not-allowed}.smgl-InputBase__isInvalid .smgl-InputBase__field{color:#ff2e1c}.smgl-InputBase__isInvalid .smgl-InputBase__background{border-color:#ff2e1c}.smgl-InputBase__decoFocused,.smgl-InputBase__isFocused .smgl-InputBase__background{border-color:#007aff;box-shadow:inset 0 0 0 1px #007aff}.smgl-InputBase__isDisabled .smgl-InputBase__background{background-color:#dadce0}.smgl-InputBase__isFocused.smgl-InputBase__isInvalid .smgl-InputBase__background{border-color:#ff0a0a;box-shadow:inset 0 0 0 1px #ff0a0a}.smgl-Frame__frame{padding:0}.smgl-ShadowField__shadowField{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;display:block;height:0;opacity:0;pointer-events:none;position:absolute;width:0;z-index:-1}.smgl-PaymentForm__row{display:flex;flex-wrap:nowrap;margin-bottom:1rem}.smgl-PaymentForm__col{-webkit-box-flex:1;-ms-flex-positive:1;-ms-flex-negative:1;flex-grow:1;flex-shrink:1;width:100%}.smgl-PaymentForm__col+.smgl-PaymentForm__col{margin-left:1rem}.smgl-PaymentForm__stamp{font-size:.75rem;line-height:1rem;text-align:center}.smgl-PaymentForm__iconsContainer{-webkit-box-align:center;-ms-flex-align:center;align-items:center;flex-direction:row;flex-wrap:nowrap;gap:2px}.smgl-PaymentForm__iconWrapper,.smgl-PaymentForm__iconsContainer{-webkit-box-pack:center;-ms-flex-pack:center;display:flex;justify-content:center}.smgl-PaymentForm__iconWrapper{min-width:76.06px}.smgl-PaymentForm__icon{height:46px}#root,body,html{width:100%;min-height:100%;margin:0;font-style:normal;-ms-overflow-style:none;scrollbar-width:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-smooth:never}body{background-color:#06080a;min-height:100vh}input[type=password]{font:small-caption;letter-spacing:5px}input:-webkit-autofill{box-shadow:inset 0 44px 0 #94b3be}input:autofill{box-shadow:inset 0 44px 0 #94b3be}input[type=search]::-webkit-search-cancel-button{display:none}em{font-style:italic}@media(hover:none)and (pointer:coarse){a,button,input,textarea{outline:none}}