@charset "UTF-8";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--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-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-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--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;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;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{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.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)>*{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-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.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;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>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:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-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)}}._9mwrCD2H2wM-{cursor:pointer;display:flex;align-items:center;justify-content:center;padding:13px 45px;border:none;border-radius:5px;font-size:16px!important;font-weight:500;color:#010f18;background:#fff}@font-face{font-family:Inter;src:url(/assets/Inter-1DkMk9sQ.woff2) format("woff2")}html,body{margin:0;-webkit-tap-highlight-color:hsla(0,0%,100%,0)}p,h1,h2,h3{margin:0}body{display:flex;align-items:center;justify-content:center;min-height:100dvh;font-family:Inter,sans-serif;line-height:133%;text-align:center}@media (width <= 520px){body{align-items:stretch}}#root{display:contents}input,textarea,button{outline:none;caret-color:#37a8f3}.container{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:600px;max-width:100%;min-height:100dvh;margin:0 72px;padding:40px 0 20px}@media (width <= 520px){.container{gap:20px;justify-content:space-between;max-height:unset;margin:0;padding:15px}}.Toastify .Toastify__toast-container{top:10px;display:flex;flex-direction:column;gap:10px;justify-content:center;box-sizing:border-box;width:100%;width:630px;max-width:100%;margin:0 auto;padding:0 15px}.Toastify .Toastify__toast-container .Toastify__toast{gap:12px;margin-bottom:0;padding:15px;border-radius:5px;font-size:17px;font-weight:600;line-height:23px;color:#fff;background-color:#ea4444;box-shadow:0 1.34px 1.59px #00000002,0 3.03px 3.62px #00000004,0 5.28px 6.31px #00000004,0 8.39px 10.02px #00000005,0 12.94px 15.46px #00000006,0 20.2px 24.12px #00000007,0 33.53px 40.04px #00000008,0 67px 80px #0000000a}.Toastify .Toastify__toast-container .Toastify__toast .Toastify__toast-body{padding:0}@media (width <= 520px){.Toastify .Toastify__toast-container .Toastify__toast{flex-direction:column;align-items:stretch;font-size:14px;line-height:19px}}.content{position:relative;display:flex;flex-direction:column;flex-grow:1;align-items:center;justify-content:center;margin-top:29px}.content .description{display:flex;flex-direction:column;gap:14px;max-width:416px;margin-bottom:35px}.content .description.grow{flex-grow:.5}.content .low-mb{margin-bottom:45px}@media (width <= 520px){.content .low-mb{margin-bottom:25px}}.content .low-mt{margin-top:45px}@media (width <= 520px){.content .low-mt{margin-top:25px}}.content h1{margin:0;font-size:32px;font-weight:600;line-height:133%;color:#010f18;text-wrap:balance}.content h1.grow{flex-grow:.3}@media (width <= 520px){.content h1{font-size:22px}}.content p{font-size:20px;font-weight:400;line-height:133%;color:#010f18;text-wrap:balance}@media (width <= 520px){.content p{font-size:14px}}.content .header-container{display:inline-flex;gap:7.33px;align-content:center;align-items:center}.content .header-container img{width:34px;height:34px}.content .header-container.grow{flex-grow:.3}.content .header-container.wide{flex-wrap:wrap;justify-content:space-between;width:100%;text-align:left}.content .header-container.center{flex-direction:column;justify-content:center}.content .header-container .amount{font-family:Inter,sans-serif;font-size:46px;font-weight:600;line-height:130%;color:#37a8f3;white-space:nowrap}@media (width <= 520px){.content .header-container .amount{font-size:36px}}.content .header-container .instructions.small{align-items:flex-start;margin:0;text-align:center}@media (width <= 520px){.content .header-container{gap:4px}.content .header-container img{width:24px;height:24px}}.content .loader-container{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#010f18}@keyframes spin{0%{rotate:0deg}to{rotate:360deg}}.content .loader-container .loader img{animation:spin 3s linear infinite}.content .loader-container .timer{margin-top:14px;font-family:Inter,sans-serif;font-size:31px;font-weight:600;line-height:133%}@media (width <= 520px){.content .loader-container .timer{margin-top:10px;font-size:22px}}.content .loader-container .status-comment{margin-top:21px;font-size:20px;font-weight:400;line-height:133%;color:#010f18;opacity:.5}@media (width <= 520px){.content .loader-container .status-comment{margin-top:15px;font-size:14px}}.content .error-image{margin-bottom:35px}@media (width <= 520px){.content .error-image{width:116px;height:116px;margin-bottom:25px}}.content .deadline-container{display:inline-flex;gap:8px;align-items:center}.content .deadline-container .deadline-timer{width:100px;padding-right:10px;font-size:32px;font-weight:600;line-height:133%;color:#37a8f3}@media (width <= 520px){.content .deadline-container .deadline-timer{width:70px;font-size:22px}}.content .deadline-container img{width:28px;height:28px}@media (width <= 520px){.content .deadline-container img{width:20px;height:20px}}.content .drop-zone{--percent: 0;cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;display:inline-flex;gap:15px;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:131px;padding:20px;border:2px dashed #6fc0f6;border-radius:5px;font-size:20px;font-weight:400;line-height:133%;text-align:left}.content .drop-zone:before{content:"";position:absolute;z-index:-1;top:0;right:0;bottom:0;left:0;translate:-100%;translate:calc(-100% + var(--percent)*100%);background-color:#cfeafc;transition:translate .5s ease}.content .drop-zone.active{border-style:solid}.content .drop-zone.active .file-icon,.content .drop-zone.active .dropZoneText{display:none}.content .drop-zone.active .dropZoneProgressText{display:inherit}.content .drop-zone.done{cursor:auto;border:none}.content .drop-zone.done .file-icon{display:none}.content .drop-zone.done .dropZoneFile{display:inline-flex}.content .drop-zone.done .dropZoneText{display:none}@media (width <= 520px){.content .drop-zone{gap:12px;height:75px;padding:10px;font-size:14px}.content .drop-zone img{width:18px;height:18px}}@media (width <= 520px){.content{flex-grow:1;margin-top:0}}.EKTDcwLiR-w-{cursor:pointer;-webkit-user-select:none;user-select:none;position:relative;display:flex;flex-shrink:0;align-items:center;justify-content:center;width:63px;height:63px;border:1.44px solid rgba(55,168,243,.2);border-radius:45px;font-size:16px;font-weight:400;line-height:130%;color:#0e001a80;text-align:left;align-self:flex-end;background-color:#cfeafc00;transition:border-radius .2s ease,background-color .2s ease,border-color .2s ease}.EKTDcwLiR-w-.y1sREgaQztA-{border-color:#37a8f300;border-radius:5px;background-color:#cfeafc}@media (width <= 520px){.EKTDcwLiR-w-{width:53px;height:53px}}.zHdDFpkkrc0-{display:flex;column-gap:12px;align-items:center;justify-content:space-between}.zHdDFpkkrc0-:last-of-type{border-bottom:none}.zHdDFpkkrc0- img{width:23px;height:23px}@media (width <= 520px){.zHdDFpkkrc0- img{width:18px;height:18px}}.rMco-X0qkdQ-{pointer-events:none;cursor:auto;position:absolute;z-index:10;top:calc(100% + 6px);right:0;overflow-y:hidden;display:flex;flex-direction:column;max-height:0;padding:14px 20px;border-radius:5px;opacity:0;background-color:#fff;box-shadow:0 5px 31px #0000001a;transition:max-height .5s ease,opacity .2s ease}.rMco-X0qkdQ-.y1sREgaQztA-{pointer-events:all;max-height:1000px;opacity:1}.rMco-X0qkdQ- .zHdDFpkkrc0-{cursor:pointer;margin-bottom:10px;padding-bottom:10px;border-bottom:1px solid #cfeafc}.rMco-X0qkdQ- .zHdDFpkkrc0-:last-of-type{margin-bottom:0;border-bottom:none}.mL-AWgIvHJc-{display:inline-flex;flex-direction:row-reverse;gap:14px;justify-content:space-between}.tzyrcsG0yaU-{display:flex;flex-direction:column;justify-content:center;box-sizing:border-box;width:600px;max-width:100%;min-height:100dvh;margin:0 72px;padding:40px 0 20px}@media (width <= 520px){.tzyrcsG0yaU-{gap:20px;justify-content:space-between;max-height:unset;margin:0;padding:15px}}.k9Vs97deTZI-{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;flex-grow:1;flex-wrap:nowrap;gap:14px;align-items:center;justify-content:center;padding:28px;border:none;border-radius:5px;font-family:Inter,sans-serif;font-weight:500;line-height:133%;background:#e7f5fe;transition:opacity .3s ease,background-color .3s ease,color .3s ease}.k9Vs97deTZI- img{width:27px;height:27px}.k9Vs97deTZI-:disabled{pointer-events:none;color:#010f18;opacity:.3;background-color:#bebebe}.k9Vs97deTZI-:disabled img{filter:invert(1)}._27Ro5-9sP-8-{pointer-events:none;position:relative}._27Ro5-9sP-8-:after{content:"";top:0;right:0;bottom:0;left:0;width:16px;height:16px;margin:auto;border:4px solid transparent;border-top-color:currentcolor;border-radius:50%;animation:_1-xo9qL8Crs- 1s ease infinite}@media (width <= 520px){.k9Vs97deTZI-{padding:20px 10px;border-radius:3px;font-size:14px}.k9Vs97deTZI- img{width:19px;height:19px}}@keyframes _1-xo9qL8Crs-{0%{transform:rotate(0)}to{transform:rotate(1turn)}}._2DfCDFE-UYc-{font-size:20px;color:#fff;background-color:#37a8f3}.is4-MPCsDFg-{font-size:20px;color:#ea4444;background-color:#fbe5e5}.kXA7Txt8P-U-{font-size:20px;color:#fff;background-color:#ea4444}.cxcdDI4XW-Q-{border:2px solid #37a8f3;font-size:20px;color:#37a8f3;background-color:transparent}.p7oiL1K0BHQ-{width:auto;font-size:17px;line-height:17px;color:#37a8f3;background-color:transparent}.p7oiL1K0BHQ-:disabled{color:#bebebe}.X6rpyu7QdEI-{font-size:20px;color:#000;background-color:#d9d9d9}.trSIk6gF9NY-{padding:10px 16px;font-size:14px}.XhbsBHpGguo-{padding:20px 24px;font-size:18px}.GVKoHzzSUmo-{padding:28px 32px;font-size:20px}.V9lxMHAnDgw-{font-size:17px;line-height:17px;color:#ea4444;background-color:transparent}.gyfUzgN44jw-{display:inline-flex;gap:15px;align-items:center;font-size:23px;font-weight:400;line-height:133%}@media (width <= 520px){.gyfUzgN44jw-{gap:10px;font-size:16px}}.on-Pcf3qbmk-{width:34px;height:34px}@media (width <= 520px){.on-Pcf3qbmk-{width:24px;height:24px}}._0S2uAUrkO98-{display:inline-flex;gap:7px;align-items:center;align-self:flex-start;font-size:20px;font-weight:400;line-height:133%}@media (width <= 520px){._0S2uAUrkO98-{font-size:14px}._0S2uAUrkO98- img{width:18px;height:18px}}.l-6r-m9c0qs-{cursor:auto;z-index:1000;translate:0 50px;display:flex;flex-direction:column;gap:25px;max-width:480px;padding:35px 35px 45px;border-radius:5px;opacity:0;background:#fff;transition:translate .5s ease,opacity .3s ease}.l-6r-m9c0qs->img{-webkit-user-select:none;user-select:none;align-self:center;width:186px;margin-bottom:10px;-webkit-user-drag:none}@media (width <= 520px){.l-6r-m9c0qs->img{width:134px}}@media (width <= 520px){.l-6r-m9c0qs-{padding:24px}}.aDzvkBDg5Bw-{-webkit-user-select:none;user-select:none;align-self:center;width:186px;margin-bottom:10px;-webkit-user-drag:none}@media (width <= 520px){.aDzvkBDg5Bw-{width:134px}}.fHoD5CV64ic-{pointer-events:none;position:fixed;z-index:1000;top:0;right:0;left:0;display:flex;flex-wrap:wrap;place-content:center center;box-sizing:border-box;height:100vh;padding:15px;opacity:0;background:#00173380;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);transition:opacity .5s ease}.WHHZTR7xFEo-{pointer-events:all;opacity:1}.WHHZTR7xFEo- .l-6r-m9c0qs-{translate:0;opacity:1;transition:translate .5s ease .2s,opacity .3s ease .2s}.-f-97nFOa4g-{display:flex;flex-direction:column;flex-grow:1;gap:65px;justify-content:space-between;text-align:left}@media (width <= 520px){.-f-97nFOa4g-{gap:65px}}.BViCWghKLec-{display:flex;flex-direction:column;gap:21px;justify-content:end}.BViCWghKLec- ._737A-3DEiXY-{align-self:end}.kO0bEwyYDj8-{font-size:32px;font-weight:600;line-height:43px}@media (width <= 520px){.kO0bEwyYDj8-{font-size:24px;line-height:32px}}.FEH890Gpzns-{font-size:30px;font-weight:600;line-height:40px;color:#37a8f3}@media (width <= 520px){.FEH890Gpzns-{font-size:22px;line-height:29px}}.loOcfpKn8wI-{font-size:20px;font-weight:400;line-height:30px;text-align:justify}@media (width <= 520px){.loOcfpKn8wI-{font-size:16px;line-height:22px;text-align:justify}}.gnrkz8ESURM-{display:flex;flex-direction:column;gap:31px}@media (width <= 520px){.gnrkz8ESURM-{gap:31px}}.QjLCdgmz8D0-{display:flex;flex-direction:column;gap:14px;width:100%}@media (width <= 520px){.QjLCdgmz8D0-{gap:10px}}.XnTJjdNdQno-{flex-grow:1}._7Ph6wsNqQrM-{flex-grow:1;width:100%}.h7m0E6cgsBg-{display:flex;flex-direction:column;row-gap:27px;align-items:center}@media (width <= 520px){.h7m0E6cgsBg-{row-gap:20px;margin-top:0}}._4GN4Bti6NrA-:not(.AmhBn51ftp0-){display:contents}.NzcjWi7Q-P0-{display:flex;flex-direction:column;gap:10px;align-items:center;width:100%}.Y-zhXllH0-Q-{flex-grow:1;width:100%}.Y-zhXllH0-Q-:disabled img{filter:invert(1)}@media (width <= 520px){.Y-zhXllH0-Q- img{width:19px;height:19px}}.JgDeSiGbsOI-{flex-grow:1;width:100%}.tKvwZaPxux4-{display:flex;flex-direction:column;gap:15px;box-sizing:border-box;width:100%;margin-top:15px;padding:15px 25px;border:1px solid rgba(1,15,24,.2)}@media (width <= 520px){.tKvwZaPxux4-{gap:5px;margin-top:10px;padding:10px 15px}}.AmhBn51ftp0-{display:flex;flex-direction:column;row-gap:15px;width:100%}.AmhBn51ftp0- .tKvwZaPxux4-{border-radius:5px}@media (width <= 520px){.AmhBn51ftp0-{row-gap:0}}.VT0pbYDrpHY-{position:relative;height:auto}.VT0pbYDrpHY- img{height:100%}@media (width >= 745px){.VT0pbYDrpHY-{height:288px}}@media (width <= 520px){.VT0pbYDrpHY-{height:200px}}.LBI9fEpYmi8-{margin:30px 0}.VT0pbYDrpHY-:before{content:"";position:absolute;z-index:-1;top:17%;right:6%;width:43%;height:43%;border-radius:500px;background-color:#6fc0f6;filter:blur(71px)}@media (width <= 520px){.VT0pbYDrpHY-:before{filter:blur(45px)}}.wR5QeVYTns8-{display:flex;flex-direction:column;gap:14px;max-width:416px;margin-bottom:35px}.wR5QeVYTns8-.bxPF8shXWVQ-{flex-grow:.5}.wR5QeVYTns8-.qjYfurvl3iA-{margin-bottom:45px}@media (width <= 520px){.wR5QeVYTns8-.qjYfurvl3iA-{margin-bottom:25px}}.wR5QeVYTns8-.BDGGJ2Yb2xg-{margin-top:45px}@media (width <= 520px){.wR5QeVYTns8-.BDGGJ2Yb2xg-{margin-top:25px}}.MB1b2rt7wHM-{display:flex;align-items:center;justify-content:space-between;margin-top:40px;margin-bottom:12px;padding:0 34px}.pJEoixjgmJE-{justify-content:center}.uOTqt1IWd6k-{cursor:pointer;min-width:120px;border:none;font-size:16px;font-weight:400;line-height:134%;color:#010f18;opacity:.35;outline:none}._8rdlXge1ncQ-{min-width:26px;min-height:26px}.pT8XlGGTyXE-{display:flex;gap:12.5px;align-items:center}.dw-7qieEkdo-{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;line-clamp:3;font-size:16px;color:#010f18;text-overflow:ellipsis;word-break:break-all}.MwFKrwlxckI-{display:inline-flex;flex-grow:.3;gap:7.33px;place-content:center space-between;align-items:center;width:100%;border-bottom:solid rgba(0,0,0,.0784313725) 2px}.MwFKrwlxckI- .yEl8QQJr5G4-{gap:8px;padding:4px 10px;border-radius:63px;background-color:#e7f5fe}.MwFKrwlxckI- .yEl8QQJr5G4- img{width:28px;height:28px}@media (width <= 520px){.MwFKrwlxckI- .yEl8QQJr5G4- img{width:20px;height:20px}}@media (width <= 520px){.MwFKrwlxckI- .yEl8QQJr5G4-{gap:4px}}@media (width <= 520px){.MwFKrwlxckI-{gap:4px}}.Ko7MmbZ8IIM-{font-size:26px;line-height:34px}@media (width <= 520px){.Ko7MmbZ8IIM-{font-size:18px;line-height:24px}}._1gNg1XQF5kA-{width:34px;height:34px}@media (width <= 520px){._1gNg1XQF5kA-{width:24px;height:24px}}.ccvg7YQUT3w-{font-size:32px;line-height:43px;text-align:left;text-wrap:balance}@media (width <= 520px){.ccvg7YQUT3w-{font-size:22px;line-height:29px}}._83sH8jTx5IE-{color:#37a8f3}._9tPbp-olofI-{pointer-events:none;position:absolute;top:-100%;left:0;display:inline-flex;gap:15px;align-items:center;padding:20px;font-size:18px;font-weight:400;line-height:133%;color:#010f18;opacity:0;background-color:#fff;box-shadow:0 5px 31px #0000001a;transition:opacity .5s ease}@media (width <= 520px){._9tPbp-olofI-{gap:10px;padding:15px;font-size:14px}}.OKih0PARbAs-{opacity:1}.HPf04Q-GnfE-{position:relative;display:flex;column-gap:12px;align-items:center;justify-content:space-between;padding:7px 22px 7px 7px;border-radius:5px;color:#010f18;background-color:#f5f5f5}.HPf04Q-GnfE-.V-cjfnAzYG4-{background-color:#e7f5fe}.HPf04Q-GnfE- .tXpCXzRvgd0-{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:56px;height:56px;border-radius:5px;background-color:#fff}.HPf04Q-GnfE- .tXpCXzRvgd0- img{width:24px;height:24px}.HPf04Q-GnfE- .tXpCXzRvgd0- img.ahRQEeaBCog-{scale:1.25}@media (width <= 520px){.HPf04Q-GnfE- .tXpCXzRvgd0- img{width:20px;height:20px}}@media (width <= 520px){.HPf04Q-GnfE- .tXpCXzRvgd0-{width:34px;height:34px}}.HPf04Q-GnfE- .Q7wb-eOGvfQ-{flex-grow:1;text-align:left}.HPf04Q-GnfE- .Q7wb-eOGvfQ- label{font-size:14px;font-weight:400;line-height:19px;opacity:.5}@media (width <= 520px){.HPf04Q-GnfE- .Q7wb-eOGvfQ- label{font-size:12px;line-height:16px}}.HPf04Q-GnfE- .Q7wb-eOGvfQ- p{font-size:14px;font-weight:400;line-height:18px;opacity:.35}@media (width <= 520px){.HPf04Q-GnfE- .Q7wb-eOGvfQ- p{font-size:11px;line-height:13px}}.HPf04Q-GnfE- .Q7wb-eOGvfQ- .NP9BlKo6JBg-{font-size:26px;font-weight:600;line-height:35px}@media (width <= 520px){.HPf04Q-GnfE- .Q7wb-eOGvfQ- .NP9BlKo6JBg-{font-size:18px;line-height:24px}}.HPf04Q-GnfE- .t7liBteCGEo-{cursor:pointer;border:none;background-color:transparent}.HPf04Q-GnfE- .t7liBteCGEo- img{width:24px;height:24px}@media (width <= 520px){.HPf04Q-GnfE- .t7liBteCGEo- img{width:20px;height:20px}}._7BA6IWx2e-4-{display:flex;flex-direction:column;flex-grow:1;row-gap:14px;width:100%;margin:18px 0}.PeziPZb-jq4-{display:flex;flex:1;flex-direction:column;gap:14px;align-items:center;justify-content:center;margin-top:1rem}._3lGSSuSTlVw-{max-width:80%}.y8k9ayXxsSY-{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;flex-wrap:nowrap;gap:5px;align-items:center;justify-content:center;padding:12px 24px;border:none;border-radius:4px;color:#fff;text-decoration:none;background-color:#37a8f3;transition:opacity .3s ease,background-color .3s ease,color .3s ease}@media (width <= 520px){.y8k9ayXxsSY-{align-self:stretch;padding:.5rem 1rem}}._1RGHsG6rsbs-{overflow-y:hidden;display:flex;flex-direction:column;gap:7px;box-sizing:border-box;width:100%;max-height:0;margin:0;padding:0;font-size:14px;font-weight:400;line-height:18.69px;color:#010f18;list-style-type:none;transition:max-height .2s ease-out}@media (width <= 520px){._1RGHsG6rsbs-{gap:5px}}.NQVWVHEPgMU-{max-height:500px;transition:max-height .5s ease-out .2s}.I0cPI-CYg0M-{row-gap:0;font-size:14px;font-weight:400;line-height:18.69px;color:#010f18}.B6HrF8X1dFs-{font-weight:400;color:#37a8f3}.VjMJxaTJAok-{box-sizing:border-box;width:100%;font-size:21px;font-weight:400;line-height:133%;text-align:left}@media (width <= 520px){.VjMJxaTJAok-{display:flex;flex-grow:.5;align-items:flex-end;font-size:15px}}.H4zI4wpLmXs-{display:flex;flex-direction:column;row-gap:8px;align-items:flex-start;padding:10px 0}.B7TL29AL8mc-{display:flex;flex-direction:column;gap:21px;width:100%}@media (width <= 520px){.B7TL29AL8mc-{gap:15px}}.neYi5m2VfJg-{display:inline-flex;flex-wrap:nowrap;gap:34px;justify-content:center;width:100%}@media (width <= 520px){.neYi5m2VfJg-{gap:24px}}.DqgX0BiFyeQ-{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:63px;height:63px;border-radius:50%;font-size:26px;font-weight:400;line-height:133%;color:#010f1880;background-color:#e7f5fe;transition:color .5s ease,background-color .5s ease}.DqgX0BiFyeQ-:before{content:"";position:absolute;z-index:-1;top:50%;left:50%;width:150%;height:3px;background-color:#e7f5fe;transition:background-color .5s ease}.DqgX0BiFyeQ-:last-of-type:before{display:none}.DqgX0BiFyeQ-.uS7vQcJCJqU-,.DqgX0BiFyeQ-.uS7vQcJCJqU-:before{color:#fff;background-color:#37a8f3}@media (width <= 520px){.DqgX0BiFyeQ-{width:44px;height:44px;font-size:18px}}.plRiEPosQY4-{display:flex;flex-direction:column;gap:14px}@media (width <= 520px){.plRiEPosQY4-{gap:10px}}.-vAvMTbNfRE-{display:inline-flex;gap:12px;align-items:center;justify-content:center;font-size:23px;line-height:100%;color:#010f18}@media (width <= 520px){.-vAvMTbNfRE-{gap:8px}}.UeeCKP245JA-{font-weight:600}@media (width <= 520px){.UeeCKP245JA-{font-size:16px}}.khUgIFuBGAQ-{font-weight:400}._7agT-qNsEO4-{font-size:20px;font-weight:400;line-height:133%;color:#010f18;opacity:.5}@media (width <= 520px){._7agT-qNsEO4-{font-size:14px}}.sKywsbNUm14-{flex-grow:1;box-sizing:border-box;border:none;font-weight:400;color:var(--color-text);text-align:left;background:none;outline:none}.sKywsbNUm14-:focus{outline:1px solid #6fc0f6}.iNeNT08mvWc-{background-color:#fff!important}.UsTgCAxWLus-{font-size:20px;line-height:133%}.UsTgCAxWLus-::placeholder{font-size:20px;font-weight:500;line-height:133%;color:var(--color-text);opacity:.2}@media (width <= 520px){.UsTgCAxWLus-{font-size:14px;line-height:21.36px}.UsTgCAxWLus-::placeholder{font-size:14px;font-weight:500;line-height:21.36px;color:var(--color-text);opacity:.2}}._1Uy8dD-7WQA-{font-size:20px;line-height:133%}._1Uy8dD-7WQA-::placeholder{font-size:20px;font-weight:500;line-height:133%;color:var(--color-text);opacity:.2}@media (width <= 520px){._1Uy8dD-7WQA-{font-size:14px;line-height:21.36px}._1Uy8dD-7WQA-::placeholder{font-size:14px;font-weight:500;line-height:21.36px;color:var(--color-text);opacity:.2}}.cehrdeucFe8-{font-size:28px;line-height:133%}.cehrdeucFe8-::placeholder{font-size:28px;font-weight:500;line-height:133%;color:var(--color-text);opacity:.2}@media (width <= 520px){.cehrdeucFe8-{font-size:16px;line-height:26.6px}.cehrdeucFe8-::placeholder{font-size:16px;font-weight:500;line-height:26.6px;color:var(--color-text);opacity:.2}}.N32qz3wOHas-{width:100%;margin:0 25px 25px;border-radius:7.22px;background-color:#f5f5f5}.N32qz3wOHas- form{padding:38px 26px}._4WPl6umFZpE-{display:flex;flex-direction:column;gap:18px}.eqpL6QVxKtU-{display:flex;gap:34px;align-items:start;width:80%}@media (width <= 540px){.eqpL6QVxKtU-{flex-direction:column;gap:18px}}@media (width <= 705px){.eqpL6QVxKtU-{width:100%}}.KBc3ygzS-UU-{display:flex;flex-direction:column;gap:10px;align-items:flex-start;width:100%}.XB4D1OJUgLo-{font-size:20px;font-weight:500;line-height:133.5%;color:#010f18;opacity:.5}@media (width <= 520px){.XB4D1OJUgLo-{font-size:14px}}.pT1w63vZzEI-{width:100%;padding:14px;border-radius:5px;font-weight:500;outline:1px solid rgba(111,192,246,0);transition:outline .3s ease}.Sk6PaKprbbM-{letter-spacing:.15em}.TTHaGhf0iN4-{width:100%;font-size:12px!important;color:#b10e0e!important;text-align:left;overflow-wrap:break-word}.QtqJ8ukQOmQ-{display:inline-flex;flex-wrap:nowrap;gap:10px;align-items:center;justify-content:space-evenly;box-sizing:border-box;width:100%;margin:40px 0 80px;padding:14px;border-radius:7.22px;background-color:#f5f5f5}@media (width <= 520px){.QtqJ8ukQOmQ-{flex-wrap:wrap;gap:8px;padding:10px 5px}}.-VE089S8IDk-{font-size:31px;font-weight:600;line-height:133%;color:#010f18;white-space:nowrap;opacity:.5}@media (width <= 650px){.-VE089S8IDk-{font-size:clamp(18px,3.5vw,31px)}}@media (width <= 520px){.-VE089S8IDk-{font-size:22px}}.XbHguhiCLb8-{display:inline-flex;flex-wrap:nowrap;gap:7px}.ujXskP1fsjI-{width:100%;max-width:55px;padding:0;border:1.44px solid transparent;border-radius:5px;font-size:42px;color:#37a8f3;text-align:center;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ujXskP1fsjI-:focus{border:1.44px solid #6fc0f6}@media (width <= 520px){.ujXskP1fsjI-{width:38px;padding:1px 0;font-size:27px}}.sqzGC7X58-4-{color:#6fc0f6}.TTESBB25ZPY-{display:none;color:#37a8f3}._08CQsKZoB5Y-{display:none;gap:10px;align-items:center;justify-content:space-between;width:100%;color:#010f18}.wOf1-wTY08c-{display:inline-flex;gap:15px;align-items:center}@media (width <= 520px){.wOf1-wTY08c-{gap:8px}.wOf1-wTY08c- img{width:41px;height:41px}}.ns4Ikwqe0ig-{cursor:pointer;opacity:.5}._4nVtjBesNfc-{display:inline-flex;flex-wrap:nowrap;gap:20px;justify-content:space-between;width:100%;margin:20px 0;text-align:left}@media (width <= 520px){._4nVtjBesNfc-{margin:15px 0}}.aXtn8tpj8FQ-{display:inline-flex;gap:7px;padding:13px 14px;border-radius:5px;background-color:#f5f5f5}@media (width <= 520px){.aXtn8tpj8FQ-{padding:10px 9px}}._7EbHUJbcpLs-{display:inline-flex;flex-wrap:nowrap;gap:12px;row-gap:0;align-items:center;color:#010f18;border-radius:5px;transition:background-color .3s ease;cursor:pointer;padding:10.5px 14px;flex-wrap:wrap}@media (max-width: 520px){._7EbHUJbcpLs-{gap:8px;row-gap:0;padding:10px}}.hIkvBtvcavk-{background-color:#d7d7d7}.NwOdLovv4Gg-{width:24px;height:24px}@media (max-width: 520px){.NwOdLovv4Gg-{width:19px;height:19px}}.S7uz1imb7rQ-{position:relative;overflow-y:hidden;display:flex;flex-direction:column;flex-grow:.5;flex-shrink:1;width:100%;min-height:326px;max-height:517px;margin-bottom:48px;text-align:left}.S7uz1imb7rQ-:after{pointer-events:none;content:"";position:absolute;bottom:-2px;left:0;width:100%;height:32px;background:linear-gradient(180deg,#fff0,#fff)}@media (width <= 520px){.S7uz1imb7rQ-{min-height:228px;max-height:500px;margin-bottom:0}}.d4erWEvhFns-{position:absolute;overflow-y:auto;display:flex;flex-direction:column;box-sizing:border-box;width:100%;height:100%;min-height:228px;padding-right:14px;padding-bottom:20px}.d4erWEvhFns-::-webkit-scrollbar-thumb{border-radius:3px;background-color:#d2e8f8}.d4erWEvhFns-::-webkit-scrollbar-track{border-radius:3px;background-color:#f2f2f2}.d4erWEvhFns-::-webkit-scrollbar{width:5px;border-radius:3px;background-color:#f2f2f2}.d4erWEvhFns- p{font-size:20px}@media (width <= 650px){.d4erWEvhFns- p{font-size:16px}}@media (width <= 520px){.d4erWEvhFns- p{font-size:14px}}.d4erWEvhFns- p.xl8yRAWOfTo-{width:100%;margin-top:40px;text-align:center}.d4erWEvhFns- p.hmdB3oC3Eb8-{opacity:.5}.d4erWEvhFns- .izqQ6dPjUoI-{cursor:pointer;-webkit-user-select:none;user-select:none;display:inline-flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;padding:30px;border-radius:5px;background-color:#f5f5f5}.d4erWEvhFns- .izqQ6dPjUoI- .qn6f43T569I-{display:inline-flex;flex-grow:1;flex-wrap:nowrap;gap:12px;align-items:center}.d4erWEvhFns- .izqQ6dPjUoI- .qn6f43T569I- img{width:27px;height:27px}@media (width <= 520px){.d4erWEvhFns- .izqQ6dPjUoI- .qn6f43T569I- img{width:19px;height:19px}}.d4erWEvhFns- .izqQ6dPjUoI-._4Sr0asE3aJQ-{background-color:#d7d7d7}@media (width <= 520px){.d4erWEvhFns- .izqQ6dPjUoI-{padding:20px}}@media (width <= 520px){.d4erWEvhFns-{position:absolute;width:100%;height:100%;padding:0 10px 20px 17px}}.OgD381Ggzk8-{display:flex;flex-direction:column;width:100%;margin-top:15px;margin-bottom:24px}@media (width <= 520px){.OgD381Ggzk8-{margin-top:10px;margin-bottom:15px}}.yeR16nqwgsM-{margin-bottom:12px;font-size:25px;font-weight:600;line-height:133%;text-align:left}@media (width <= 520px){.yeR16nqwgsM-{margin-bottom:8px;font-size:18px}}.fQK62vcWHfU-{display:inline-flex;flex-wrap:nowrap;align-items:baseline;justify-content:center;width:100%;padding-bottom:15px;border-bottom:solid 1px rgba(1,15,24,.2);color:#37a8f3;background:none}.fQK62vcWHfU- p{align-items:baseline;font-size:26px;font-weight:400;line-height:133%;color:#37a8f3}@media (width <= 520px){.fQK62vcWHfU- p{font-size:18px}}@media (width <= 520px){.fQK62vcWHfU-{padding-bottom:10px}}.gMp6ja-DOXM-{min-width:1ch;border:none;font-family:inherit;font-size:46px;font-weight:600;line-height:130%;color:#37a8f3;text-align:right;white-space:nowrap;background:none;outline:none}@media (width <= 520px){.gMp6ja-DOXM-{font-size:32px}}.OS0y-fvlVNE-{display:flex;align-items:center;width:100%;max-width:600px;background-color:#f5f5f5}.sglM4KLH1bk-{display:flex;flex-direction:column;width:100%;max-width:600px;padding:38px 26px}.-eoh1RV8ZOE-{width:min(100%,520px);height:85px;padding:0 14px;border-radius:5px}@media (width <= 520px){.-eoh1RV8ZOE-{height:65px}}.ctHhi1F-ejY-{margin-bottom:10px;font-size:20px;font-weight:500;line-height:134%;color:#010f18;text-align:left;letter-spacing:0%;opacity:.5}.vAZoKV-Mbh8-{width:100%;margin-top:4px;font-size:12px!important;color:#b10e0e!important;text-align:left;overflow-wrap:break-word}*{margin:0;padding:0;box-sizing:border-box}li{list-style-type:none}input,button,textarea,select{margin:0;font:inherit}a{text-decoration:none}:root{--text-color: #010f18}
