html{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;height:100%}*,:after,:before{-webkit-box-sizing:inherit;-moz-box-sizing:inherit;box-sizing:inherit}*{margin:0}body{background-color:#efefef;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";line-height:1.5;text-decoration-skip:ink;color:#4f4f4f;margin:0;height:100%;width:100%}.content{height:100%;padding:48px}.card{max-width:512px;overflow:auto;-webkit-box-shadow:12px 24px 96px -32px rgba(0,0,0,.38);-moz-box-shadow:12px 24px 96px -32px rgba(0,0,0,.38);box-shadow:12px 24px 96px -32px rgba(0,0,0,.38)}.card__content{background-color:#fff;padding:48px;border-radius:24px;opacity:.95}@supports ((-webkit-backdrop-filter:initial) or (backdrop-filter:initial)){.card__content{-webkit-backdrop-filter:saturate(180%) blur(20px);backdrop-filter:saturate(180%) blur(20px);background-color:rgba(255,255,255,.7)}}.card__title{font-size:2.25rem;font-weight:800;color:#4f4f4f}.card__subtitle{font-family:Consolas,"Liberation Mono",Menlo,Courier,monospace;font-size:1.25rem;color:#929292;margin-bottom:1.25rem}.card__description{color:#565656;font-size:1.25rem;margin-bottom:2.25rem}.card__description__section{margin-bottom:1.25rem}a{font-weight:700;color:#565656}a:hover{color:#929292}.card__social-group{display:flex;justify-content:flex-end;height:40px}.card__social-group__icon{width:2rem;height:2rem}.card__social-group__link{margin:8px;position:relative;display:inline-flex;justify-content:center;align-items:center;text-decoration:none;fill:#565656}.card__social-group__link:last-child{margin-right:0}.card__social-group__link:after{content:"";position:absolute;height:0;top:0;right:0;bottom:0;left:0}.card__social-group__link:hover{text-decoration:none;fill:#929292}canvas{background:#edf4f7;background:-webkit-linear-gradient(#edf4f7,#d9eff7);background:-o-linear-gradient(#edf4f7,#d9eff7);background:-moz-linear-gradient(#edf4f7,#d9eff7);background:linear-gradient(#edf4f7,#d9eff7);position:fixed;top:0;left:0}@media only screen and (max-width:767px){.content{display:flex;justify-content:center;align-items:center}.card__content{padding:32px}.card__title{font-size:2rem}.card__subtitle{font-size:1rem;margin-bottom:1rem}.card__description{font-size:1rem;margin-bottom:2rem}}@media only screen and (max-width:479px){.content{padding:8px}.card__content{padding:24px}}