@import"https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap";@font-face{font-family:Dolce Vita Light;src:url("/fonts/Dolce Vita Light.ttf")}@font-face{font-family:Dolce Vita;src:url(/fonts/Dolce\ Vita.ttf)}body,html{padding:0;margin:0;font-family:Roboto,Helvetica,sans-serif;font-size:15px;background:#f9f9f9;color:#232324}.strikethrough{text-decoration:line-through}.anchor{display:block;position:relative;top:-100px;visibility:hidden}a{color:#d7171f;text-decoration:none}a:hover{text-decoration:underline;cursor:pointer}*{box-sizing:border-box}input,select,textarea{font-family:inherit;font-size:inherit}.headline{font-family:Dolce Vita Light,Helvetica,sans-serif;font-weight:500;color:#d7171f;line-height:.9;font-size:2.5rem;letter-spacing:.2rem;margin:25px auto;max-width:1200px}@media only screen and (max-width:1225px){.headline{width:95%;max-width:900px}}@media only screen and (max-width:768px){.headline{font-size:2rem}}@media only screen and (max-width:480px){.headline{text-align:center;line-height:1.25}}.btn{font-size:1rem;font-family:Roboto,Helvetica,sans-serif;cursor:pointer;height:2.5rem;display:block;line-height:2.5rem;text-align:center;text-decoration:none!important;font-weight:300;border:none;padding:1px 4px}.btn[disabled]{background:#6c6e70!important;cursor:default}.btn-animated{position:relative}.btn-animated--white:after{background-color:#f9f9f9!important}.btn-animated:after{content:"";display:block;position:absolute;left:0;right:0;bottom:0;height:4px;background-color:#232324;transform:scaleX(0);transform-origin:right;transition:transform .25s ease-in}.btn-animated:focus:after,.btn-animated:hover:after{transform:scaleX(1);transform-origin:left}.btn-100{width:100px!important}.btn-150{width:150px!important}.btn-accent{background:#d7171f!important}.btn-accent,.btn-dark{color:#f9f9f9!important}.btn-dark{background:#232324!important}.btn-light{background:#f9f9f9!important;color:#232324!important}.btn-center,.btn-right{margin-left:auto!important}.btn-center{margin-right:auto!important}.spinner-ring{display:inline-block;inset:0}.spinner-ring:after{content:" ";display:block;width:1rem;height:1rem;border-radius:50%;border-color:#f9f9f9;border-color:#f9f9f9 rgba(0,0,0,0);border-style:solid;border-width:3px;animation:spinner-ring 1.2s linear infinite}@keyframes spinner-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.underscore{color:#d7171f}