.next-button{position:fixed;height:70px;width:70px;bottom:5%;right:2%;border-radius:100px;z-index:20;background-color:#97c865;color:grey;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center}.pulse{animation:pulse-animation 1.5s infinite}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(0,0,0,.2)}to{box-shadow:0 0 0 20px transparent}}.master{color:#000;float:right}.next-button .icon{border-radius:100px;height:28.5px;width:38px}.back-button{height:2rem;width:2rem}@media (min-width:768px){.back-button{height:2.75rem;width:2.75rem}}.back-button{position:fixed;border-radius:100px;z-index:20;background-color:#3b535d;color:grey;border:none;cursor:pointer;display:flex;justify-content:center;align-items:center;transform:rotate(180deg);top:2%;left:2%}@media (min-width:600px) and (max-width:1023px){.back-button{top:auto;bottom:8%;left:2%}}@media (min-width:1024px){.back-button{top:auto;bottom:8%;left:2%}}.back-button .icon{height:1rem;width:1.25rem}@media (min-width:768px){.back-button .icon{height:1.25rem;width:1.5rem}}.back-button .icon{border-radius:200px}.error-text-box{font-size:10rem;font-family:Poppins,sans-serif;min-height:200px}.error-text-box .text{fill:none;stroke-width:6;stroke-linejoin:round;stroke-dasharray:30 100;stroke-dashoffset:0;animation:stroke 9s linear infinite}.error-text-box .text:nth-child(5n+1){stroke:#5993fd;animation-delay:-1.2s}.error-text-box .text:nth-child(5n+2){stroke:#f7b84b;animation-delay:-2.4s}.error-text-box .text:nth-child(5n+3){stroke:#f06b78;animation-delay:-3.6s}.error-text-box .text:nth-child(5n+4){stroke:#3bafda;animation-delay:-4.8s}.error-text-box .text:nth-child(5n+5){stroke:#1abc9c;animation-delay:-6s}@keyframes stroke{to{stroke-dashoffset:-400}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.error-text-box .text{fill:#5993fd;stroke:#5993fd;stroke-width:6;stroke-dasharray:0 0;stroke-dashoffset:0;animation:none}}