.style_backButtonWrapper__Xp5hY .style_backButton__oZ3jo{display:flex;margin-top:10px;text-transform:uppercase;text-align:center;border-radius:var(--radius-2,4px)}.style_backButtonWrapper__Xp5hY .style_backButton__oZ3jo.style_filled__Qmrte{--backgroundColor:var(--color-accent-cyan)}.checkSuccessIcon svg{width:100px;display:flex;align-items:center;margin:0 auto;position:relative}.checkSuccessIcon .path{stroke-dasharray:1000;stroke-dashoffset:0}.checkSuccessIcon .path.circle{position:relative;animation:dash .5s ease-in-out .4s both,scale .3s ease-in .7s;fill:none}.checkSuccessIcon .path.bg{position:absolute;fill:#6dcc5b;animation:fill .2s linear .8s;animation-fill-mode:both}.checkSuccessIcon .path.check{stroke-dashoffset:-100;animation:dash-check .5s ease-in-out 1.2s forwards}@keyframes dash{0%{stroke-dashoffset:1000}to{stroke-dashoffset:0}}@keyframes fill{0%{transform:scale(.5) translate(35%,35%);fill:#fff}to{transform:scale(1) translate(0);fill:#6dcc5b}}@keyframes dash-check{0%{stroke-dashoffset:-100;stroke:#000}to{stroke-dashoffset:900;stroke:#fff}}@keyframes scale{0%{transform:scale(1) translate(0)}50%{transform:scale(.5) translate(35%,35%)}to{transform:scale(1) translate(0)}}.FormResultPage_resultContainer__Y_9kL{display:flex;width:50vw;min-width:350px;min-height:50vh;flex-direction:column;align-items:center;justify-content:center;background-color:var(--color-surface)}.FormResultPage_errorResult__7U0Wl{padding:30px 0 40px;background:var(--color-surface)}.FormResultPage_resultTitle__abCQ7{margin:0;font-size:32px;font-weight:700}.FormResultPage_successTitle___whHj{color:#05c366}.FormResultPage_errorTitle__B_NKi{color:#fa264c}.FormResultPage_resultMessage__BqN5f{color:#888;font-size:18px}