*{box-sizing:border-box}body{font-family:IBM Plex Sans,sans-serif}html,body{height:100%}a{text-decoration:none}a,a:visited{color:inherit}#root{height:100%;display:flex;flex-direction:column}.card{width:90%;height:80%;margin:auto;min-height:512px;box-shadow:0 35px 70px #ffa37da6,0 30px 40px -10px #ff647c8c;background:linear-gradient(180deg,#ffa37d,#ff637c);border-radius:10px;display:flex;flex-direction:column}@media screen and (max-width: 512px){.card{width:100%;height:100%;border-radius:0;box-shadow:none}}.header{display:flex;padding:48px;justify-content:space-between;align-items:center;color:#fff}.logo{font-weight:700;font-size:1.5em;transition:opacity .05s ease}.logo:hover{opacity:.75}.social{display:flex}.social a{display:inline-block;margin-right:12px;transition:opacity .05s ease}.social a:last-child{margin-right:0}.social a:hover{opacity:.75}.social .icon{width:18px;fill:#fff}.content{flex:1 1 auto;min-height:256px;display:flex;flex-direction:column;justify-content:center;align-items:center}.content .title-holder{color:#fff;text-align:center;margin-bottom:24px}.content .title-holder h1{font-weight:700;font-size:36px;margin-bottom:12px}.content .title-holder p{font-size:16px;line-height:28px;font-weight:500;color:#ffffffbf}@media screen and (max-width: 768px){.content .title-holder{max-width:80%}}.content .cta{min-width:64px;padding:16px 24px;background:#fff;border-radius:50px;cursor:pointer;text-align:center;font-size:1em;font-weight:700;transform:none;box-shadow:0 10px 30px #0000001a;transition:box-shadow .3s cubic-bezier(.25,.25,.315,1.35),transform .1s linear}.content .cta:hover{transform:translateY(-1px);box-shadow:0 10px 40px #0000004d}.footer{display:flex;flex-direction:row;padding:48px;justify-content:center;color:#fff;font-size:14px;font-weight:500;text-align:center}a.underlined:hover{border-bottom:1px dotted #fff}
