html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}body{font-family:lato;background:#fff}strong{font-weight:700}#header{z-index:9999;position:fixed;top:0;left:0;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100vw;padding:64px 64px 0 64px;box-sizing:border-box;animation-name:fadeIn;animation-duration:0.5s;animation-delay:0.5s;animation-fill-mode:both}@media (max-width: 599px){#header{padding:32px 16px 0 16px}}#header .logo{height:64px}#header .button{padding:0 24px;border:2px solid #0F72BA;border-radius:26px;box-sizing:border-box;font-size:18px;font-weight:700;line-height:48px;text-decoration:none;color:#0F72BA}#container{display:flex;justify-content:center;align-items:center;height:100vh;padding:112px 64px 0 64px;box-sizing:border-box;animation-name:fadeIn;animation-duration:0.5s;animation-delay:0.5s;animation-fill-mode:both}@media (max-width: 599px){#container{padding:80px 16px 0 16px}}#container .card{width:800px;color:#0F72BA}#container .card .text{margin-bottom:64px;text-align:center}#container .card .text h1{font-size:36px;font-weight:700;margin-bottom:16px}@media (max-width: 599px){#container .card .text h1{font-size:32px}}#container .card .text p{font-size:26px;line-height:38px;font-weight:300}@media (max-width: 599px){#container .card .text p{font-size:22px;line-height:32px}}#container .card .list{display:flex;flex-direction:row;justify-content:space-around;padding:32px;border-radius:8px;background:#fff;box-shadow:0 16px 64px rgba(27,34,53,0.2)}@media (max-width: 599px){#container .card .list{padding:24px 16px}}#container .card .list .item{display:flex;flex-direction:column;align-items:center;font-size:16px;font-weight:700;color:rgba(27,34,53,0.75)}@media (max-width: 599px){#container .card .list .item{font-size:14px}}#container .card .list .item .icon{height:28px;text-align:center;margin-bottom:16px}@media (max-width: 599px){#container .card .list .item .icon{height:24px}}.shape{z-index:50;position:fixed;background:rgba(255,255,255,0.05)}.shape.circle{bottom:-120vw;right:-50vw;width:140vw;height:140vw;border-radius:50%}@media (max-width: 599px){.shape.circle{bottom:-80vw;right:-50vw;width:160vw;height:140vw}}.shape.square{top:-10vh;left:-40vw;width:50vw;height:50vw;border-radius:10%;transform:rotate(45deg)}@media (max-width: 599px){.shape.square{top:-90vw;left:-50vw;width:140vw;height:140vw}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}
