/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}
body {
    background-color: #303030;
    color: #fff;
    font-family: -apple-system,BlinkMacSystemFont,Helvetica Neue,PingFang SC,Microsoft YaHei,Source Han Sans SC,Noto Sans CJK SC,WenQuanYi Micro Hei,sans-serif;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}
ul {
    padding: 0;
    margin: 0;
}
.card {
    background-color: #424242;
    border-color: hsla(0,0%,100%,.1) hsla(0,0%,100%,.07) hsla(0,0%,100%,.04);
    border-style: solid;
    border-width: 1px;
    border-radius: 8px;
    box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
    width: 320px;
    font-size: 12px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 24px;
    box-sizing: border-box;
    text-align: center;
}
.card h1 {
    margin-bottom: 0;
}
.card h2 {
    margin-top: 0;
    font-size: 16px;
    font-weight: normal;
    color: #afafaf;
}
.logo img {
    height: 192px;
    width: 192px;
    background: #212121;
    border-radius: 50%;
    display: inline-block;
}
.cta {
    display: inline-block;
    width: 180px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    transition: box-shadow .3s ease;
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    text-decoration: none;
}
.cta:hover {
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
code {
    border-radius: 0.25rem;
    font-size: .65625rem;
    margin-left: 0.25rem;
    margin-right: 0.25rem;
    padding: 0.25rem;
    color: #f5f5f5;
    background-color: #212121;
    font-family: ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;
}
.bg-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    height: auto;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}
.bg-wrapper__bubbles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.bg-wrapper__bubbles li {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.1);
    bottom: -160px;
    animation: square 30s infinite;
    transition-timing-function: linear;
    border-radius: 5%;
}
.bg-wrapper__bubbles li:nth-child(1) {
    left: 10%;
}
.bg-wrapper__bubbles li:nth-child(2) {
    left: 20%;
    width: 80px;
    height: 80px;
    animation-delay: 2s;
    animation-duration: 22s;
    background-color: rgba(255, 255, 255, 0.15);
}
.bg-wrapper__bubbles li:nth-child(3) {
    left: 25%;
    animation-delay: 4s;
}
.bg-wrapper__bubbles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-duration: 26s;
    background-color: rgba(255, 255, 255, 0.07);
}
.bg-wrapper__bubbles li:nth-child(5) {
    left: 70%;
}
.bg-wrapper__bubbles li:nth-child(6) {
    left: 80%;
    width: 120px;
    height: 120px;
    animation-delay: 3s;
    background-color: rgba(255, 255, 255, 0.18);
}
.bg-wrapper__bubbles li:nth-child(7) {
    left: 32%;
    width: 160px;
    height: 160px;
    animation-delay: 7s;
    background-color: rgba(255, 255, 255, 0.2);
}
.bg-wrapper__bubbles li:nth-child(8) {
    left: 55%;
    width: 20px;
    height: 20px;
    animation-delay: 15s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.05);
}
.bg-wrapper__bubbles li:nth-child(9) {
    left: 25%;
    width: 10px;
    height: 10px;
    animation-delay: 2s;
    animation-duration: 40s;
    background-color: rgba(255, 255, 255, 0.05);
}
.bg-wrapper__bubbles li:nth-child(10) {
    left: 90%;
    width: 160px;
    height: 160px;
    animation-delay: 11s;
    background-color: rgba(255, 255, 255, 0.17);
}
@keyframes square {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-200vh) rotate(600deg);
    }
}
