﻿html{font-size:14px;}@media(min-width:992px){html{font-size:16px;}}body{margin:0;min-height:100dvh;min-height:100vh;color:#333;font-family:"Roboto",sans-serif;background-image:url("/assets/images/not-found-bg.jpg");background-position:center;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;}.text-wrapper{padding:48px;background-color:rgba(255,255,255,.6);font-size:1.5rem;}@media(min-width:992px){.text-wrapper{height:calc(100dvh - 96px);height:calc(100vh - 96px);width:532px;}}img{max-width:100%;}.logo{max-height:40px;}h1,.header{font-size:5rem;}h2,.subheader{font-size:2.5rem;}h1,h2,h3,h4,h5,h6,p{margin:0;}hr{margin:24px 0;background-color:#ced4da;}.text-wrapper__bottom{display:flex;flex-direction:column;gap:24px;}.btn{border-radius:179px;font-weight:700;font-size:1rem;text-decoration:none;}.btn.disabled,.btn:disabled{border-color:#9b9b9b;background-color:#9b9b9b;opacity:1;}.btn-primary{padding:8px 16px;background:#357a7f;border:1px solid #357a7f;color:#fff;display:inline-flex;gap:10px;justify-content:center;}.btn-primary:hover,.btn-primary:active,.btn-primary:focus{border-color:#357a7f;background-color:#357a7f;color:#fff;position:relative;background-image:linear-gradient(rgba(51,51,51,.4) 0 0);}.btn-primary:first-child:active{border-color:#357a7f;background-color:#357a7f;color:#fff;}:not(.btn-check)+.btn-primary:active{border-color:#357a7f;background-color:#357a7f;color:#fff;}