decentralized-video-chat/public/css/landing.css

3512 lines
132 KiB
CSS
Raw Normal View History

2020-05-14 11:10:11 +08:00
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:600|Lato:400&display=swap");
2020-03-24 11:20:28 +08:00
html {
2020-03-31 02:16:08 +08:00
line-height: 1.15;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
2020-03-24 11:20:28 +08:00
}
body {
2020-03-31 02:16:08 +08:00
margin: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
article,
aside,
footer,
header,
nav,
section {
display: block;
2020-03-24 11:20:28 +08:00
}
h1 {
2020-03-31 02:16:08 +08:00
font-size: 2em;
margin: 0.67em 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
figcaption,
figure,
main {
display: block;
2020-03-24 11:20:28 +08:00
}
figure {
2020-03-31 02:16:08 +08:00
margin: 1em 40px;
2020-03-24 11:20:28 +08:00
}
hr {
2020-03-31 02:16:08 +08:00
box-sizing: content-box;
height: 0;
overflow: visible;
2020-03-24 11:20:28 +08:00
}
pre {
2020-03-31 02:16:08 +08:00
font-family: monospace, monospace;
font-size: 1em;
2020-03-24 11:20:28 +08:00
}
a {
2020-03-31 02:16:08 +08:00
background-color: transparent;
-webkit-text-decoration-skip: objects;
2020-03-24 11:20:28 +08:00
}
abbr[title] {
2020-03-31 02:16:08 +08:00
border-bottom: none;
text-decoration: underline;
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
b,
strong {
font-weight: inherit;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
b,
strong {
font-weight: bolder;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
2020-03-24 11:20:28 +08:00
}
dfn {
2020-03-31 02:16:08 +08:00
font-style: italic;
2020-03-24 11:20:28 +08:00
}
mark {
2020-03-31 02:16:08 +08:00
background-color: #ff0;
color: #000;
2020-03-24 11:20:28 +08:00
}
small {
2020-03-31 02:16:08 +08:00
font-size: 80%;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
2020-03-24 11:20:28 +08:00
}
sub {
2020-03-31 02:16:08 +08:00
bottom: -0.25em;
2020-03-24 11:20:28 +08:00
}
sup {
2020-03-31 02:16:08 +08:00
top: -0.5em;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
audio,
video {
display: inline-block;
2020-03-24 11:20:28 +08:00
}
audio:not([controls]) {
2020-03-31 02:16:08 +08:00
display: none;
height: 0;
2020-03-24 11:20:28 +08:00
}
img {
2020-03-31 02:16:08 +08:00
border-style: none;
2020-03-24 11:20:28 +08:00
}
svg:not(:root) {
2020-03-31 02:16:08 +08:00
overflow: hidden;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
button,
input,
optgroup,
select,
textarea {
font-family: sans-serif;
font-size: 100%;
line-height: 1.15;
margin: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
button,
input {
overflow: visible;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
button,
select {
text-transform: none;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
button,
html [type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
2020-03-24 11:20:28 +08:00
}
fieldset {
2020-03-31 02:16:08 +08:00
padding: 0.35em 0.75em 0.625em;
2020-03-24 11:20:28 +08:00
}
legend {
2020-03-31 02:16:08 +08:00
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
2020-03-24 11:20:28 +08:00
}
progress {
2020-03-31 02:16:08 +08:00
display: inline-block;
vertical-align: baseline;
2020-03-24 11:20:28 +08:00
}
textarea {
2020-03-31 02:16:08 +08:00
overflow: auto;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
2020-03-24 11:20:28 +08:00
}
[type="search"] {
2020-03-31 02:16:08 +08:00
-webkit-appearance: textfield;
outline-offset: -2px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
2020-03-24 11:20:28 +08:00
}
::-webkit-file-upload-button {
2020-03-31 02:16:08 +08:00
-webkit-appearance: button;
font: inherit;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
details,
menu {
display: block;
2020-03-24 11:20:28 +08:00
}
summary {
2020-03-31 02:16:08 +08:00
display: list-item;
2020-03-24 11:20:28 +08:00
}
canvas {
2020-03-31 02:16:08 +08:00
display: inline-block;
2020-03-24 11:20:28 +08:00
}
template {
2020-03-31 02:16:08 +08:00
display: none;
2020-03-24 11:20:28 +08:00
}
[hidden] {
2020-03-31 02:16:08 +08:00
display: none;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.has-animations [class*="reveal-"] {
opacity: 0;
will-change: opacity, transform;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-from-top {
transform: translateY(-10px);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-from-bottom {
transform: translateY(10px);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-from-left {
transform: translateX(-10px);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-from-right {
transform: translateX(10px);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-scale-up {
transform: scale(0.95);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-scale-down {
transform: scale(1.05);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-rotate-from-left {
transform: perspective(1000px) rotateY(-45deg);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations .reveal-rotate-from-right {
transform: perspective(1000px) rotateY(45deg);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations.is-loaded [class*="reveal-"] {
transition: opacity 1s cubic-bezier(0.39, 0.575, 0.565, 1),
transform 1s cubic-bezier(0.39, 0.575, 0.565, 1);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.has-animations.is-loaded [class*="reveal-"].is-revealed {
opacity: 1;
transform: translate(0);
}
2020-03-24 11:20:28 +08:00
}
html {
2020-03-31 02:16:08 +08:00
box-sizing: border-box;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
*,
*:before,
*:after {
box-sizing: inherit;
2020-03-24 11:20:28 +08:00
}
body {
2020-03-31 02:16:08 +08:00
background: #16171b;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
2020-03-24 11:20:28 +08:00
}
hr {
2020-03-31 02:16:08 +08:00
border: 0;
display: block;
height: 1px;
background: #292b32;
margin-top: 24px;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
ul,
ol {
margin-top: 0;
padding-left: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
ul:not(:last-child),
ol:not(:last-child) {
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
ul {
2020-03-31 02:16:08 +08:00
list-style: disc;
2020-03-24 11:20:28 +08:00
}
ol {
2020-03-31 02:16:08 +08:00
list-style: decimal;
2020-03-24 11:20:28 +08:00
}
li:not(:last-child) {
2020-03-31 02:16:08 +08:00
margin-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
li > ul,
li > ol {
margin-top: 12px;
margin-bottom: 0;
2020-03-24 11:20:28 +08:00
}
dl {
2020-03-31 02:16:08 +08:00
margin-top: 0;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
dt {
2020-03-31 02:16:08 +08:00
font-weight: 700;
2020-03-24 11:20:28 +08:00
}
dd {
2020-03-31 02:16:08 +08:00
margin-left: 24px;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
img {
2020-03-31 02:16:08 +08:00
border-radius: 2px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
img,
svg,
video {
display: block;
height: auto;
max-width: 100%;
2020-03-24 11:20:28 +08:00
}
figure {
2020-03-31 02:16:08 +08:00
margin: 48px 0;
2020-03-24 11:20:28 +08:00
}
figcaption {
2020-03-31 02:16:08 +08:00
padding: 8px 0;
2020-03-24 11:20:28 +08:00
}
table {
2020-03-31 02:16:08 +08:00
font-size: 16px;
line-height: 24px;
letter-spacing: -0.1px;
border-collapse: collapse;
margin-bottom: 24px;
width: 100%;
2020-03-24 11:20:28 +08:00
}
tr {
2020-03-31 02:16:08 +08:00
border-bottom: 1px solid #292b32;
2020-03-24 11:20:28 +08:00
}
th {
2020-03-31 02:16:08 +08:00
font-weight: 700;
text-align: left;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
th,
td {
padding: 8px 16px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
th:first-child,
td:first-child {
padding-left: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
th:last-child,
td:last-child {
padding-right: 0;
2020-03-24 11:20:28 +08:00
}
.invert-color hr {
2020-03-31 02:16:08 +08:00
display: block;
height: 1px;
background: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
.invert-color tr {
2020-03-31 02:16:08 +08:00
border-bottom: 1px solid #e5e9ff;
2020-03-24 11:20:28 +08:00
}
html {
2020-03-31 02:16:08 +08:00
font-size: 20px;
line-height: 32px;
letter-spacing: -0.1px;
2020-03-24 11:20:28 +08:00
}
body {
2020-03-31 02:16:08 +08:00
color: #959cb1;
font-size: 1rem;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
body,
button,
input,
select,
textarea {
2020-05-14 11:10:11 +08:00
font-family: "Lato", sans-serif;
2020-03-31 02:16:08 +08:00
font-weight: 400;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
font-family: "Fira Sans", sans-serif;
font-weight: 600;
clear: both;
color: #f9faff;
word-wrap: break-word;
overflow-wrap: break-word;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h1,
.h1 {
font-size: 38px;
line-height: 48px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h2,
.h2 {
font-size: 32px;
line-height: 42px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h3,
.h3 {
font-size: 24px;
line-height: 34px;
letter-spacing: -0.1px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h4,
.h4 {
font-size: 24px;
line-height: 34px;
letter-spacing: -0.1px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h5,
.h5 {
font-size: 20px;
line-height: 32px;
letter-spacing: -0.1px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h6,
.h6,
small,
.text-sm {
font-size: 18px;
line-height: 30px;
letter-spacing: -0.1px;
2020-03-24 11:20:28 +08:00
}
.text-xs {
2020-03-31 02:16:08 +08:00
font-size: 16px;
line-height: 24px;
letter-spacing: -0.1px;
2020-03-24 11:20:28 +08:00
}
.text-xxs {
2020-03-31 02:16:08 +08:00
font-size: 14px;
line-height: 22px;
2020-03-24 11:20:28 +08:00
}
figcaption {
2020-03-31 02:16:08 +08:00
font-size: 14px;
line-height: 22px;
2020-03-24 11:20:28 +08:00
}
a:not(.button) {
2020-03-31 02:16:08 +08:00
color: inherit;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
a:not(.button):hover,
a:not(.button):active {
color: #f9faff;
outline: 0;
2020-03-24 11:20:28 +08:00
}
a.button-link {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
a.button-link:hover,
a.button-link:active {
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
a.func-link {
2020-03-31 02:16:08 +08:00
color: #376df9;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
a.func-link:hover,
a.func-link:active {
color: #6991fa;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h1,
.h1 {
margin-top: 48px;
margin-bottom: 32px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h2,
.h2 {
margin-top: 48px;
margin-bottom: 32px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h3,
.h3 {
margin-top: 36px;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
h4,
h5,
h6,
.h4,
.h5,
.h6 {
margin-top: 24px;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
p {
2020-03-31 02:16:08 +08:00
margin-top: 0;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
dfn,
cite,
em,
i {
font-style: italic;
2020-03-24 11:20:28 +08:00
}
blockquote {
2020-03-31 02:16:08 +08:00
font-size: 20px;
line-height: 32px;
letter-spacing: -0.1px;
margin-top: 24px;
margin-bottom: 24px;
margin-left: 24px;
2020-03-24 11:20:28 +08:00
}
blockquote::before {
2020-03-31 02:16:08 +08:00
content: "\201C";
2020-03-24 11:20:28 +08:00
}
blockquote::after {
2020-03-31 02:16:08 +08:00
content: "\201D";
2020-03-24 11:20:28 +08:00
}
blockquote p {
2020-03-31 02:16:08 +08:00
display: inline;
2020-03-24 11:20:28 +08:00
}
address {
2020-03-31 02:16:08 +08:00
border-width: 1px 0;
border-style: solid;
border-color: #292b32;
padding: 24px 0;
margin: 0 0 24px;
}
pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
font-family: "Courier 10 Pitch", Courier, monospace;
}
pre,
code,
kbd,
tt,
var {
background: #0d0d10;
2020-03-24 11:20:28 +08:00
}
pre {
2020-03-31 02:16:08 +08:00
font-size: 16px;
line-height: 24px;
letter-spacing: -0.1px;
max-width: 100%;
overflow: auto;
padding: 24px 24px;
margin-top: 24px;
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.1px;
padding: 2px 4px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
abbr,
acronym {
cursor: help;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
mark,
ins {
text-decoration: none;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
b,
strong {
font-weight: 700;
2020-03-24 11:20:28 +08:00
}
.invert-color {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color a:not(.button):hover,
.invert-color a:not(.button):active {
color: #1c1d22;
outline: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color a.button-link:hover,
.invert-color a.button-link:active {
color: #376df9;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color a.func-link:hover,
.invert-color a.func-link:active {
color: #6991fa;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color h1,
.invert-color h2,
.invert-color h3,
.invert-color h4,
.invert-color h5,
.invert-color h6,
.invert-color .h1,
.invert-color .h2,
.invert-color .h3,
.invert-color .h4,
.invert-color .h5,
.invert-color .h6 {
color: #16171b;
2020-03-24 11:20:28 +08:00
}
.invert-color address {
2020-03-31 02:16:08 +08:00
border-color: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color pre,
.invert-color code,
.invert-color kbd,
.invert-color tt,
.invert-color var {
background: #0d0d10;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.h1-mobile {
font-size: 38px;
line-height: 48px;
}
.h2-mobile {
font-size: 32px;
line-height: 42px;
}
.h3-mobile {
font-size: 24px;
line-height: 34px;
letter-spacing: -0.1px;
}
.h4-mobile {
font-size: 24px;
line-height: 34px;
letter-spacing: -0.1px;
}
.h5-mobile {
font-size: 20px;
line-height: 32px;
letter-spacing: -0.1px;
}
.h6-mobile {
font-size: 18px;
line-height: 30px;
letter-spacing: -0.1px;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
h1,
.h1 {
font-size: 44px;
line-height: 54px;
}
h2,
.h2 {
font-size: 38px;
line-height: 48px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
h3,
.h3 {
font-size: 32px;
line-height: 42px;
}
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.container,
.container-sm,
.container-xs {
width: 100%;
margin: 0 auto;
padding-left: 16px;
padding-right: 16px;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 481px) {
2020-03-31 02:16:08 +08:00
.container,
.container-sm,
.container-xs {
padding-left: 24px;
padding-right: 24px;
}
2020-03-24 11:20:28 +08:00
}
.container {
2020-03-31 02:16:08 +08:00
max-width: 1128px;
2020-03-24 11:20:28 +08:00
}
.container-sm {
2020-03-31 02:16:08 +08:00
max-width: 944px;
2020-03-24 11:20:28 +08:00
}
.container-xs {
2020-03-31 02:16:08 +08:00
max-width: 668px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="container"] [class*="container"] {
padding-left: 0;
padding-right: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="container"] .container-sm {
max-width: 896px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="container"] .container-xs {
max-width: 620px;
2020-03-24 11:20:28 +08:00
}
.button {
2020-03-31 02:16:08 +08:00
display: inline-flex;
font-size: 14px;
line-height: 22px;
font-weight: 700;
padding: 12px 31px;
height: 48px;
text-decoration: none !important;
text-transform: uppercase;
color: #6a6f82;
background-color: #f9faff;
border-width: 1px;
border-style: solid;
border-color: rgba(0, 0, 0, 0);
border-radius: 2px;
cursor: pointer;
justify-content: center;
text-align: center;
letter-spacing: inherit;
white-space: nowrap;
transition: background 0.15s ease;
2020-03-24 11:20:28 +08:00
}
.button:active {
2020-03-31 02:16:08 +08:00
outline: 0;
2020-03-24 11:20:28 +08:00
}
.button:hover {
2020-03-31 02:16:08 +08:00
background-color: #fff;
2020-03-24 11:20:28 +08:00
}
.button.is-loading {
2020-03-31 02:16:08 +08:00
position: relative;
color: transparent !important;
pointer-events: none;
2020-03-24 11:20:28 +08:00
}
.button.is-loading::after {
2020-03-31 02:16:08 +08:00
content: "";
display: block;
position: absolute;
width: 22px;
height: 22px;
margin-left: -11px;
margin-top: -11px;
top: 50%;
left: 50%;
border: 2px solid #6a6f82;
border-radius: 50%;
border-right-color: transparent !important;
border-top-color: transparent !important;
z-index: 1;
-webkit-animation: button-loading 0.6s infinite linear;
animation: button-loading 0.6s infinite linear;
2020-03-24 11:20:28 +08:00
}
.button[disabled] {
2020-03-31 02:16:08 +08:00
cursor: not-allowed;
color: #16171b;
background-color: #292b32 !important;
2020-03-24 11:20:28 +08:00
}
.button[disabled].is-loading::after {
2020-03-31 02:16:08 +08:00
border-color: #16171b;
2020-03-24 11:20:28 +08:00
}
.button-sm {
2020-03-31 02:16:08 +08:00
padding: 6px 23px;
height: 36px;
2020-03-24 11:20:28 +08:00
}
.button-dark {
2020-03-31 02:16:08 +08:00
color: #f9faff;
background-color: #292b32;
2020-03-24 11:20:28 +08:00
}
.button-dark:hover {
2020-03-31 02:16:08 +08:00
background-color: #30323a;
2020-03-24 11:20:28 +08:00
}
.button-dark.is-loading::after {
2020-03-31 02:16:08 +08:00
border-color: #f9faff;
2020-03-24 11:20:28 +08:00
}
.button-primary {
2020-03-31 02:16:08 +08:00
color: #f9faff;
background-color: #376df9;
2020-03-24 11:20:28 +08:00
}
.button-primary:hover {
2020-03-31 02:16:08 +08:00
background-color: #4678f9;
2020-03-24 11:20:28 +08:00
}
.button-primary.is-loading::after {
2020-03-31 02:16:08 +08:00
border-color: #f9faff;
2020-03-24 11:20:28 +08:00
}
.button-secondary {
2020-03-31 02:16:08 +08:00
color: #f9faff;
background-color: #ff5fa0;
2020-03-24 11:20:28 +08:00
}
.button-secondary:hover {
2020-03-31 02:16:08 +08:00
background-color: #ff6ea9;
2020-03-24 11:20:28 +08:00
}
.button-secondary.is-loading::after {
2020-03-31 02:16:08 +08:00
border-color: #f9faff;
2020-03-24 11:20:28 +08:00
}
.button-block {
2020-03-31 02:16:08 +08:00
display: flex;
width: 100%;
2020-03-24 11:20:28 +08:00
}
.button-group {
2020-03-31 02:16:08 +08:00
display: flex;
flex-wrap: wrap;
align-items: center;
margin-right: -8px;
margin-left: -8px;
margin-top: -8px;
2020-03-24 11:20:28 +08:00
}
.button-group:last-of-type {
2020-03-31 02:16:08 +08:00
margin-bottom: -8px;
2020-03-24 11:20:28 +08:00
}
.button-group:not(:last-of-type) {
2020-03-31 02:16:08 +08:00
margin-bottom: 8px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.button-group > [class*="button"] {
margin: 8px;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.button-wide-mobile {
width: 100%;
max-width: 280px;
}
2020-03-24 11:20:28 +08:00
}
@-webkit-keyframes button-loading {
2020-03-31 02:16:08 +08:00
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
2020-03-24 11:20:28 +08:00
}
@keyframes button-loading {
2020-03-31 02:16:08 +08:00
0% {
transform: rotate(0);
}
100% {
transform: rotate(360deg);
}
2020-03-24 11:20:28 +08:00
}
fieldset {
2020-03-31 02:16:08 +08:00
padding: 0;
margin: 0;
border: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-label,
.form-switch {
color: #6a6f82;
font-weight: 500;
2020-03-24 11:20:28 +08:00
}
.form-label {
2020-03-31 02:16:08 +08:00
font-size: 14px;
line-height: 22px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input,
.form-select,
.form-checkbox input,
.form-radio input {
-moz-appearance: none;
-webkit-appearance: none;
background-color: #f9faff;
border-width: 1px;
border-style: solid;
border-color: #16171b;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input:hover,
.form-select:hover,
.form-checkbox input:hover,
.form-radio input:hover {
border-color: #6a6f82;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input:active,
.form-input:focus,
.form-select:active,
.form-select:focus,
.form-checkbox input:active,
.form-checkbox input:focus,
.form-radio input:active,
.form-radio input:focus {
outline: none;
border-color: #376df9;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input[disabled],
.form-select[disabled],
.form-checkbox input[disabled],
.form-radio input[disabled] {
cursor: not-allowed;
background-color: #292b32;
border-color: #1c1d22;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input.form-error,
.form-select.form-error,
.form-checkbox input.form-error,
.form-radio input.form-error {
border-color: #ff5fa0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input.form-warning,
.form-select.form-warning,
.form-checkbox input.form-warning,
.form-radio input.form-warning {
border-color: #ffc55a;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input.form-success,
.form-select.form-success,
.form-checkbox input.form-success,
.form-radio input.form-success {
border-color: #1ec198;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-input,
.form-select {
display: block;
font-size: 16px;
line-height: 24px;
letter-spacing: -0.1px;
padding: 11px 15px;
height: 48px;
border-radius: 0;
color: #16171b;
box-shadow: none;
max-width: 100%;
width: 100%;
2020-03-24 11:20:28 +08:00
}
.form-input::-webkit-input-placeholder {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.form-input::-moz-placeholder {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.form-input:-ms-input-placeholder {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.form-input::-ms-input-placeholder {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.form-input::placeholder {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.form-input::-ms-input-placeholder {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
textarea.form-input {
2020-03-31 02:16:08 +08:00
height: auto;
resize: vertical;
2020-03-24 11:20:28 +08:00
}
.form-select {
2020-03-31 02:16:08 +08:00
padding-right: 46px;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23F9FAFF%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
background-position: right 15px center;
background-repeat: no-repeat;
background-size: 16px 16px;
2020-03-24 11:20:28 +08:00
}
.form-select-sm {
2020-03-31 02:16:08 +08:00
padding-right: 38px;
background-position: right 11px center;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-select-sm,
.form-input-sm {
padding: 5px 11px;
height: 36px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.has-icon-left,
.has-icon-right {
position: relative;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.has-icon-left svg,
.has-icon-right svg {
pointer-events: none;
position: absolute;
top: 50%;
transform: translateY(-50%);
2020-03-24 11:20:28 +08:00
}
.has-icon-left .form-input {
2020-03-31 02:16:08 +08:00
padding-left: 46px;
2020-03-24 11:20:28 +08:00
}
.has-icon-left .form-input + svg {
2020-03-31 02:16:08 +08:00
left: 15px;
2020-03-24 11:20:28 +08:00
}
.has-icon-left .form-input-sm {
2020-03-31 02:16:08 +08:00
padding-left: 38px;
2020-03-24 11:20:28 +08:00
}
.has-icon-left .form-input-sm + svg {
2020-03-31 02:16:08 +08:00
left: 11px;
2020-03-24 11:20:28 +08:00
}
.has-icon-right .form-input {
2020-03-31 02:16:08 +08:00
padding-right: 46px;
2020-03-24 11:20:28 +08:00
}
.has-icon-right .form-input + svg {
2020-03-31 02:16:08 +08:00
right: 15px;
2020-03-24 11:20:28 +08:00
}
.has-icon-right .form-input-sm {
2020-03-31 02:16:08 +08:00
padding-right: 38px;
2020-03-24 11:20:28 +08:00
}
.has-icon-right .form-input-sm + svg {
2020-03-31 02:16:08 +08:00
right: 11px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-checkbox,
.form-radio,
.form-switch {
font-size: 16px;
line-height: 24px;
letter-spacing: -0.1px;
cursor: pointer;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-checkbox,
.form-radio {
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-checkbox,
.form-radio {
position: relative;
padding-left: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-checkbox input,
.form-radio input {
position: absolute;
left: 0;
top: 3px;
width: 16px;
height: 16px;
cursor: pointer;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.form-checkbox input:checked,
.form-radio input:checked {
background-color: #376df9 !important;
border-color: #376df9 !important;
background-position: 50%;
2020-03-24 11:20:28 +08:00
}
.form-checkbox input {
2020-03-31 02:16:08 +08:00
border-radius: 2px;
2020-03-24 11:20:28 +08:00
}
.form-checkbox input:checked {
2020-03-31 02:16:08 +08:00
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxwYXRoIGQ9Ik0xMS40IDVMMTAgMy42bC00IDQtMi0yTDIuNiA3IDYgMTAuNHoiIGZpbGw9IiNGRkYiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
2020-03-24 11:20:28 +08:00
}
.form-radio input {
2020-03-31 02:16:08 +08:00
border-radius: 50%;
2020-03-24 11:20:28 +08:00
}
.form-radio input:checked {
2020-03-31 02:16:08 +08:00
background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNyIgY3k9IjciIHI9IjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
2020-03-24 11:20:28 +08:00
}
.form-switch {
2020-03-31 02:16:08 +08:00
display: inline-flex;
align-items: center;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
2020-03-24 11:20:28 +08:00
}
.form-switch input {
2020-03-31 02:16:08 +08:00
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
position: absolute;
width: 1px;
2020-03-24 11:20:28 +08:00
}
.form-switch .form-switch-icon {
2020-03-31 02:16:08 +08:00
display: block;
position: relative;
min-width: 60px;
width: 60px;
height: 32px;
border-radius: 16px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.form-switch .form-switch-icon::before {
2020-03-31 02:16:08 +08:00
content: "";
display: block;
position: absolute;
top: 2px;
left: 2px;
width: 28px;
height: 28px;
border-radius: 14px;
background: #f9faff;
transition: all 0.15s ease-out;
2020-03-24 11:20:28 +08:00
}
.form-switch input:checked + .form-switch-icon {
2020-03-31 02:16:08 +08:00
background: #376df9;
2020-03-24 11:20:28 +08:00
}
.form-switch input:checked + .form-switch-icon::before {
2020-03-31 02:16:08 +08:00
left: 30px;
2020-03-24 11:20:28 +08:00
}
.form-switch > span:not(.form-switch-icon) {
2020-03-31 02:16:08 +08:00
order: -1;
margin-right: 12px;
2020-03-24 11:20:28 +08:00
}
.form-switch > span:not(.form-switch-icon):last-child {
2020-03-31 02:16:08 +08:00
order: initial;
margin-left: 12px;
margin-right: 0;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-label,
.invert-color .form-switch {
color: #292b32;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-input,
.invert-color .form-select,
.invert-color .form-checkbox input,
.invert-color .form-radio input {
border-color: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-input:active,
.invert-color .form-input:focus,
.invert-color .form-select:active,
.invert-color .form-select:focus,
.invert-color .form-checkbox input:active,
.invert-color .form-checkbox input:focus,
.invert-color .form-radio input:active,
.invert-color .form-radio input:focus {
border-color: #376df9;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-input[disabled],
.invert-color .form-select[disabled],
.invert-color .form-checkbox input[disabled],
.invert-color .form-radio input[disabled] {
background-color: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-input,
.invert-color .form-select {
color: #292b32;
2020-03-24 11:20:28 +08:00
}
.invert-color .form-select {
2020-03-31 02:16:08 +08:00
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M8%2011.4L2.6%206%204%204.6l4%204%204-4L13.4%206%208%2011.4z%22%20fill%3D%22%23292B32%22%20fill-rule%3D%22evenodd%22%2F%3E%3C%2Fsvg%3E");
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-checkbox,
.invert-color .form-radio {
color: #292b32;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .form-checkbox input:checked,
.invert-color .form-radio input:checked {
/*background-color: !important;*/
/*border-color: !important*/
2020-03-24 11:20:28 +08:00
}
.form-group {
2020-03-31 02:16:08 +08:00
display: flex;
2020-03-24 11:20:28 +08:00
}
.form-group .form-input {
2020-03-31 02:16:08 +08:00
flex-grow: 1;
flex-shrink: 1;
margin-right: 12px;
2020-03-24 11:20:28 +08:00
}
.form-group .button {
2020-03-31 02:16:08 +08:00
padding-left: 24px;
padding-right: 24px;
flex-shrink: 0;
2020-03-24 11:20:28 +08:00
}
.form-hint {
2020-03-31 02:16:08 +08:00
font-size: 14px;
line-height: 22px;
margin-top: 8px;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.form-group-desktop .form-input {
margin-bottom: 12px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.form-group-desktop .button {
width: 100%;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.form-group-desktop {
display: flex;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.form-group-desktop .form-input {
flex-grow: 1;
flex-shrink: 1;
margin-right: 12px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.form-group-desktop .button {
padding-left: 24px;
padding-right: 24px;
flex-shrink: 0;
}
2020-03-24 11:20:28 +08:00
}
.header-nav-toggle {
2020-03-31 02:16:08 +08:00
background: transparent;
border: 0;
outline: 0;
padding: 0;
cursor: pointer;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.hamburger,
.hamburger-inner {
display: block;
pointer-events: none;
2020-03-24 11:20:28 +08:00
}
.hamburger {
2020-03-31 02:16:08 +08:00
position: relative;
width: 24px;
height: 24px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
width: 24px;
height: 2px;
position: absolute;
background: #959cb1;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.invert-color .hamburger-inner,
.invert-color .hamburger-inner::before,
.invert-color .hamburger-inner::after {
background: #1c1d22;
2020-03-24 11:20:28 +08:00
}
.hamburger-inner {
2020-03-31 02:16:08 +08:00
top: 50%;
margin-top: -1px;
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.hamburger-inner::before,
.hamburger-inner::after {
content: "";
display: block;
2020-03-24 11:20:28 +08:00
}
.hamburger-inner::before {
2020-03-31 02:16:08 +08:00
top: -7px;
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
2020-03-24 11:20:28 +08:00
}
.hamburger-inner::after {
2020-03-31 02:16:08 +08:00
bottom: -7px;
transition: bottom 0.1s 0.25s ease-in,
transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19),
width 0.1s 0.25s ease-in;
2020-03-24 11:20:28 +08:00
}
.off-nav-is-active .hamburger-inner {
2020-03-31 02:16:08 +08:00
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
2020-03-24 11:20:28 +08:00
}
.off-nav-is-active .hamburger-inner::before {
2020-03-31 02:16:08 +08:00
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
2020-03-24 11:20:28 +08:00
}
.off-nav-is-active .hamburger-inner::after {
2020-03-31 02:16:08 +08:00
width: 24px;
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out,
transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1),
width 0.1s ease-out;
2020-03-24 11:20:28 +08:00
}
.accordion li {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.accordion li::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.accordion li:last-of-type {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.accordion li:last-of-type::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.invert-color .accordion li {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.invert-color .accordion li::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
.invert-color .accordion li:last-of-type {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.invert-color .accordion li:last-of-type::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
.accordion-header {
2020-03-31 02:16:08 +08:00
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 24px;
padding-bottom: 24px;
cursor: pointer;
2020-03-24 11:20:28 +08:00
}
.accordion-header span {
2020-03-31 02:16:08 +08:00
width: calc(100% - (16px * 2));
2020-03-24 11:20:28 +08:00
}
.accordion-content {
2020-03-31 02:16:08 +08:00
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.15s ease-in-out, opacity 0.15s;
2020-03-24 11:20:28 +08:00
}
.is-active .accordion-content {
2020-03-31 02:16:08 +08:00
opacity: 1;
2020-03-24 11:20:28 +08:00
}
.accordion-content p:last-child {
2020-03-31 02:16:08 +08:00
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
.accordion-icon {
2020-03-31 02:16:08 +08:00
position: relative;
width: 16px;
height: 16px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.accordion-icon::before,
.accordion-icon::after {
content: "";
position: absolute;
background: #376df9;
transition: transform 0.25s ease-out;
2020-03-24 11:20:28 +08:00
}
.accordion-icon::before {
2020-03-31 02:16:08 +08:00
top: 0;
left: 50%;
width: 2px;
height: 100%;
margin-left: -1px;
2020-03-24 11:20:28 +08:00
}
.accordion-icon::after {
2020-03-31 02:16:08 +08:00
top: 50%;
left: 0;
width: 100%;
height: 2px;
margin-top: -1px;
2020-03-24 11:20:28 +08:00
}
.is-active .accordion-icon {
2020-03-31 02:16:08 +08:00
cursor: pointer;
2020-03-24 11:20:28 +08:00
}
.is-active .accordion-icon::before {
2020-03-31 02:16:08 +08:00
transform: rotate(90deg);
2020-03-24 11:20:28 +08:00
}
.is-active .accordion-icon::after {
2020-03-31 02:16:08 +08:00
transform: rotate(180deg);
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.modal,
.modal::before {
bottom: 0;
left: 0;
right: 0;
top: 0;
2020-03-24 11:20:28 +08:00
}
.modal {
2020-03-31 02:16:08 +08:00
display: none;
align-items: center;
flex-direction: column;
justify-content: center;
overflow: hidden;
position: fixed;
z-index: 40;
2020-03-24 11:20:28 +08:00
}
.modal.modal-video .modal-inner {
2020-03-31 02:16:08 +08:00
padding: 0;
max-width: 1024px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.modal::before,
.modal .modal-inner {
display: none;
2020-03-24 11:20:28 +08:00
}
.modal::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
background-color: rgba(22, 23, 27, 0.88);
2020-03-24 11:20:28 +08:00
}
.modal.is-active {
2020-03-31 02:16:08 +08:00
display: flex;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.modal.is-active::before,
.modal.is-active .modal-inner {
display: block;
2020-03-24 11:20:28 +08:00
}
.modal.is-active .modal-inner {
2020-03-31 02:16:08 +08:00
-webkit-animation: slideUpInModal 0.15s ease-in-out both;
animation: slideUpInModal 0.15s ease-in-out both;
2020-03-24 11:20:28 +08:00
}
.modal.is-active::before {
2020-03-31 02:16:08 +08:00
-webkit-animation: slideUpInModalBg 0.15s ease-in-out both;
animation: slideUpInModalBg 0.15s ease-in-out both;
2020-03-24 11:20:28 +08:00
}
.modal-inner {
2020-03-31 02:16:08 +08:00
max-height: calc(100vh - 16px * 2);
overflow: auto;
position: relative;
width: calc(100% - (16px * 2));
max-width: 480px;
margin-left: 16px;
margin-right: 16px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.modal-content {
2020-03-31 02:16:08 +08:00
padding: 48px 16px;
2020-03-24 11:20:28 +08:00
}
.modal-close {
2020-03-31 02:16:08 +08:00
background: transparent;
border: 0;
outline: 0;
padding: 0;
cursor: pointer;
position: absolute;
right: 24px;
top: 24px;
width: 16px;
height: 16px;
}
.modal-close::before,
.modal-close::after {
content: "";
display: block;
position: absolute;
top: 50%;
left: 50%;
margin-top: -1px;
margin-left: -8px;
width: 16px;
height: 2px;
background: #6a6f82;
2020-03-24 11:20:28 +08:00
}
.modal-close::before {
2020-03-31 02:16:08 +08:00
transform: rotate(225deg);
2020-03-24 11:20:28 +08:00
}
.modal-close::after {
2020-03-31 02:16:08 +08:00
transform: rotate(-45deg);
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.modal-close:hover::before,
.modal-close:hover::after {
background: #959cb1;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.modal-inner {
margin: 0 auto;
max-height: calc(100vh - 48px * 2);
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.modal-content {
padding-top: 48px;
padding-bottom: 48px;
padding-left: 32px;
padding-right: 32px;
}
2020-03-24 11:20:28 +08:00
}
@-webkit-keyframes slideUpInModal {
2020-03-31 02:16:08 +08:00
0% {
opacity: 0;
transform: translateY(-24px);
}
to {
opacity: 1;
transform: translateY(0);
}
2020-03-24 11:20:28 +08:00
}
@keyframes slideUpInModal {
2020-03-31 02:16:08 +08:00
0% {
opacity: 0;
transform: translateY(-24px);
}
to {
opacity: 1;
transform: translateY(0);
}
2020-03-24 11:20:28 +08:00
}
@-webkit-keyframes slideUpInModalBg {
2020-03-31 02:16:08 +08:00
0% {
opacity: 0;
}
to {
opacity: 1;
}
2020-03-24 11:20:28 +08:00
}
@keyframes slideUpInModalBg {
2020-03-31 02:16:08 +08:00
0% {
opacity: 0;
}
to {
opacity: 1;
}
2020-03-24 11:20:28 +08:00
}
.carousel-item {
2020-03-31 02:16:08 +08:00
display: none;
2020-03-24 11:20:28 +08:00
}
.carousel-item.is-loading:not(.is-active) {
2020-03-31 02:16:08 +08:00
display: block;
position: absolute;
visibility: hidden;
opacity: 0;
2020-03-24 11:20:28 +08:00
}
.carousel-item.is-active {
2020-03-31 02:16:08 +08:00
display: block;
2020-03-24 11:20:28 +08:00
}
.carousel-bullets {
2020-03-31 02:16:08 +08:00
display: inline-flex;
2020-03-24 11:20:28 +08:00
}
.carousel-bullet {
2020-03-31 02:16:08 +08:00
display: block;
position: relative;
width: 20px;
height: 20px;
padding: 0;
cursor: pointer;
line-height: 0;
border: none;
background: transparent;
2020-03-24 11:20:28 +08:00
}
.carousel-bullet::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
left: 6px;
top: 6px;
background: #292b32;
width: 8px;
height: 8px;
border-radius: 50%;
transition: background 0.25s ease;
2020-03-24 11:20:28 +08:00
}
.carousel-bullet:focus {
2020-03-31 02:16:08 +08:00
outline: none;
2020-03-24 11:20:28 +08:00
}
.carousel-bullet.is-active::before {
2020-03-31 02:16:08 +08:00
background: #6a6f82;
2020-03-24 11:20:28 +08:00
}
.carousel-bullet:hover::before {
2020-03-31 02:16:08 +08:00
background: #959cb1;
2020-03-24 11:20:28 +08:00
}
.invert-color .carousel-bullet::before {
2020-03-31 02:16:08 +08:00
background: #6a6f82;
2020-03-24 11:20:28 +08:00
}
.invert-color .carousel-bullet.is-active::before {
2020-03-31 02:16:08 +08:00
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.invert-color .carousel-bullet:hover::before {
2020-03-31 02:16:08 +08:00
background: #376df9;
2020-03-24 11:20:28 +08:00
}
.split-wrap {
2020-03-31 02:16:08 +08:00
margin-top: -24px;
2020-03-24 11:20:28 +08:00
}
.split-wrap:last-of-type {
2020-03-31 02:16:08 +08:00
margin-bottom: -24px;
2020-03-24 11:20:28 +08:00
}
.split-wrap:not(:last-of-type) {
2020-03-31 02:16:08 +08:00
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
.split-wrap .split-item {
2020-03-31 02:16:08 +08:00
padding-top: 24px;
padding-bottom: 24px;
display: flex;
flex-direction: column;
2020-03-24 11:20:28 +08:00
}
.split-wrap .split-item .split-item-image {
2020-03-31 02:16:08 +08:00
position: relative;
width: 100%;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.split-wrap .split-item .split-item-image img,
.split-wrap .split-item .split-item-image svg,
.split-wrap .split-item .split-item-image video {
width: auto;
height: auto;
max-width: 100%;
overflow: visible;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.split-wrap .split-item .split-item-image.split-item-image-fill img,
.split-wrap .split-item .split-item-image.split-item-image-fill svg,
.split-wrap .split-item .split-item-image.split-item-image-fill video {
width: 100%;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.split-wrap .split-item .split-item-content {
margin-bottom: 32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.split-wrap.invert-mobile .split-item .split-item-content {
order: 1;
margin-bottom: 0 !important;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.split-wrap.invert-mobile .split-item .split-item-image {
margin-bottom: 32px;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.split-wrap {
margin-top: -40px;
}
.split-wrap:last-of-type {
margin-bottom: -40px;
}
.split-wrap:not(:last-of-type) {
margin-bottom: 40px;
}
.split-wrap .split-item {
padding-top: 40px;
padding-bottom: 40px;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
justify-content: flex-start;
}
.split-wrap .split-item .split-item-content {
flex-shrink: 0;
width: 396px;
margin-bottom: 0;
margin-right: 64px;
}
.split-wrap .split-item .split-item-image {
min-width: 436px;
}
.split-wrap:not(.invert-desktop) .split-item:nth-child(even),
.split-wrap.invert-desktop .split-item:nth-child(odd) {
justify-content: flex-end;
}
.split-wrap:not(.invert-desktop)
.split-item:nth-child(even)
.split-item-content,
.split-wrap.invert-desktop .split-item:nth-child(odd) .split-item-content {
order: 1;
margin-left: 64px;
margin-right: 0;
}
.split-wrap:not(.invert-desktop)
.split-item:nth-child(odd)
.split-item-image
img,
.split-wrap:not(.invert-desktop)
.split-item:nth-child(odd)
.split-item-image
svg,
.split-wrap:not(.invert-desktop)
.split-item:nth-child(odd)
.split-item-image
video,
.split-wrap.invert-desktop .split-item:nth-child(even) .split-item-image img,
.split-wrap.invert-desktop .split-item:nth-child(even) .split-item-image svg,
.split-wrap.invert-desktop
.split-item:nth-child(even)
.split-item-image
video {
margin-left: auto;
}
.split-wrap.align-top .split-item {
align-items: flex-start;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 821px) {
2020-03-31 02:16:08 +08:00
.container .split-wrap .split-item .split-item-content {
width: 488px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.container .split-wrap .split-item .split-item-image {
min-width: 528px;
}
2020-03-24 11:20:28 +08:00
}
.tiles-wrap {
2020-03-31 02:16:08 +08:00
display: flex;
flex-wrap: wrap;
justify-content: center;
margin-right: -12px;
margin-left: -12px;
margin-top: -12px;
2020-03-24 11:20:28 +08:00
}
.tiles-wrap:last-of-type {
2020-03-31 02:16:08 +08:00
margin-bottom: -12px;
2020-03-24 11:20:28 +08:00
}
.tiles-wrap:not(:last-of-type) {
2020-03-31 02:16:08 +08:00
margin-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
.tiles-wrap.push-left::after {
2020-03-31 02:16:08 +08:00
content: "";
flex-basis: 330px;
max-width: 330px;
box-sizing: content-box;
padding-left: 12px;
padding-right: 12px;
height: 0;
2020-03-24 11:20:28 +08:00
}
.tiles-item {
2020-03-31 02:16:08 +08:00
flex-basis: 330px;
max-width: 330px;
box-sizing: content-box;
padding: 12px;
2020-03-24 11:20:28 +08:00
}
.tiles-item * {
2020-03-31 02:16:08 +08:00
box-sizing: border-box;
2020-03-24 11:20:28 +08:00
}
.tiles-item-inner {
2020-03-31 02:16:08 +08:00
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100%;
padding: 32px 24px;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
.section:first-of-type {
min-height: calc(100vh - (80px / 2));
}
}
2020-03-24 11:20:28 +08:00
.site-header {
2020-03-31 02:16:08 +08:00
position: absolute !important;
top: 0;
width: 100%;
z-index: 10 !important;
2020-03-24 11:20:28 +08:00
}
.site-header + .site-content .section:first-of-type {
2020-03-31 02:16:08 +08:00
padding-top: 80px;
2020-03-24 11:20:28 +08:00
}
.site-header .brand {
2020-03-31 02:16:08 +08:00
margin-right: 32px;
2020-03-24 11:20:28 +08:00
}
.site-header-inner {
2020-03-31 02:16:08 +08:00
display: flex;
justify-content: space-between;
align-items: center;
height: 80px;
2020-03-24 11:20:28 +08:00
}
.header-nav {
2020-03-31 02:16:08 +08:00
flex-grow: 1;
2020-03-24 11:20:28 +08:00
}
.header-nav .header-nav-inner {
2020-03-31 02:16:08 +08:00
display: flex;
flex-grow: 1;
2020-03-24 11:20:28 +08:00
}
.header-nav ul {
2020-03-31 02:16:08 +08:00
display: flex;
align-items: center;
flex-grow: 1;
white-space: nowrap;
margin-bottom: 0;
2020-03-24 11:20:28 +08:00
}
.header-nav ul:first-of-type {
2020-03-31 02:16:08 +08:00
flex-wrap: wrap;
2020-03-24 11:20:28 +08:00
}
.header-nav li + .header-button {
2020-03-31 02:16:08 +08:00
margin-left: 32px;
2020-03-24 11:20:28 +08:00
}
.header-nav a:not(.button) {
2020-03-31 02:16:08 +08:00
display: block;
text-decoration: none;
font-weight: 500;
text-transform: uppercase;
padding: 0 32px;
2020-03-24 11:20:28 +08:00
}
.invert-color .header-nav a:not(.button) {
2020-03-31 02:16:08 +08:00
text-decoration: none;
2020-03-24 11:20:28 +08:00
}
.header-nav a.button {
2020-03-31 02:16:08 +08:00
margin-left: 32px;
2020-03-24 11:20:28 +08:00
}
.header-nav-center:first-of-type {
2020-03-31 02:16:08 +08:00
flex-grow: 1;
justify-content: flex-end;
2020-03-24 11:20:28 +08:00
}
.header-nav-right {
2020-03-31 02:16:08 +08:00
justify-content: flex-end;
2020-03-24 11:20:28 +08:00
}
.header-nav-right + .header-nav-right {
2020-03-31 02:16:08 +08:00
flex-grow: 0;
2020-03-24 11:20:28 +08:00
}
.header-nav-toggle {
2020-03-31 02:16:08 +08:00
display: none;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.header-nav-toggle {
display: block;
2020-03-31 02:16:08 +08:00
}
.header-nav-toggle + .header-nav {
flex-direction: column;
position: absolute;
left: 0;
right: 0;
top: 100%;
z-index: 9999;
background: #292b32;
max-height: 0;
opacity: 0;
overflow: hidden;
transition: max-height 0.25s ease-in-out, opacity 0.15s;
}
.header-nav-toggle + .header-nav.is-active {
opacity: 1;
}
.header-nav-toggle + .header-nav .header-nav-inner {
flex-direction: column;
padding: 24px;
}
.header-nav-toggle + .header-nav ul {
display: block;
text-align: center;
}
.header-nav-toggle + .header-nav ul a:not(.button) {
display: inline-flex;
padding-top: 12px;
padding-bottom: 12px;
}
.header-nav-toggle + .header-nav a.button {
margin-left: 0;
margin-top: 12px;
margin-bottom: 12px;
}
2020-03-24 11:20:28 +08:00
}
.is-boxed {
2020-03-31 02:16:08 +08:00
background: #1b1c21;
2020-03-24 11:20:28 +08:00
}
.is-boxed .body-wrap {
2020-03-31 02:16:08 +08:00
max-width: 1440px;
margin: 0 auto;
box-shadow: 0 20px 48px rgba(22, 23, 27, 0.8);
2020-03-24 11:20:28 +08:00
}
.is-boxed .body-wrap::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #16171b;
z-index: -10;
2020-03-24 11:20:28 +08:00
}
.body-wrap {
2020-03-31 02:16:08 +08:00
position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
min-height: 100vh;
2020-03-24 11:20:28 +08:00
}
.site-content {
2020-03-31 02:16:08 +08:00
flex: 1 0 auto;
2020-03-24 11:20:28 +08:00
}
.site-footer {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.site-footer::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background: #16171b;
z-index: -3;
2020-03-24 11:20:28 +08:00
}
.site-footer-inner {
2020-03-31 02:16:08 +08:00
padding: 48px 0;
2020-03-24 11:20:28 +08:00
}
.footer-top {
2020-03-31 02:16:08 +08:00
padding-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
.footer-bottom {
2020-03-31 02:16:08 +08:00
padding-top: 12px;
2020-03-24 11:20:28 +08:00
}
.footer-blocks {
2020-03-31 02:16:08 +08:00
display: flex;
flex-wrap: wrap;
margin-right: -24px;
margin-left: -24px;
margin-top: -12px;
2020-03-24 11:20:28 +08:00
}
.footer-blocks:last-of-type {
2020-03-31 02:16:08 +08:00
margin-bottom: 28px;
2020-03-24 11:20:28 +08:00
}
.footer-blocks:not(:last-of-type) {
2020-03-31 02:16:08 +08:00
margin-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
.footer-block {
2020-03-31 02:16:08 +08:00
flex-grow: 1;
flex-basis: 160px;
box-sizing: content-box;
padding: 12px 24px;
2020-03-24 11:20:28 +08:00
}
.footer-block * {
2020-03-31 02:16:08 +08:00
box-sizing: border-box;
2020-03-24 11:20:28 +08:00
}
.footer-block ul li:not(:last-child) {
2020-03-31 02:16:08 +08:00
margin-bottom: 4px;
2020-03-24 11:20:28 +08:00
}
.footer-block a {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
text-decoration: none;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.footer-block a:hover,
.footer-block a:active {
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.invert-color .footer-block a {
2020-03-31 02:16:08 +08:00
text-decoration: none;
2020-03-24 11:20:28 +08:00
}
.footer-block-title {
2020-03-31 02:16:08 +08:00
font-size: 14px;
line-height: 22px;
font-weight: 700;
color: #f9faff;
text-transform: uppercase;
margin-bottom: 8px;
2020-03-24 11:20:28 +08:00
}
.invert-color .footer-block-title {
2020-03-31 02:16:08 +08:00
color: #16171b;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.footer-social a,
.footer-nav a {
display: flex;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.footer-social ul,
.footer-nav ul {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
white-space: nowrap;
margin-bottom: 0;
2020-03-24 11:20:28 +08:00
}
.footer-social ul {
2020-03-31 02:16:08 +08:00
margin-right: -16px;
margin-left: -16px;
2020-03-24 11:20:28 +08:00
}
.footer-social li {
2020-03-31 02:16:08 +08:00
padding: 0 8px;
2020-03-24 11:20:28 +08:00
}
.footer-social a {
2020-03-31 02:16:08 +08:00
padding: 8px;
2020-03-24 11:20:28 +08:00
}
.footer-social a svg {
2020-03-31 02:16:08 +08:00
fill: #376df9;
transition: fill 0.15s ease;
2020-03-24 11:20:28 +08:00
}
.footer-social a:hover svg {
2020-03-31 02:16:08 +08:00
fill: #6991fa;
2020-03-24 11:20:28 +08:00
}
.footer-nav {
2020-03-31 02:16:08 +08:00
margin-right: -12px;
margin-left: -12px;
2020-03-24 11:20:28 +08:00
}
.footer-nav a {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
text-decoration: none;
padding: 0 12px;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.footer-nav a:hover,
.footer-nav a:active {
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.invert-color .footer-nav a {
2020-03-31 02:16:08 +08:00
text-decoration: none;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.footer-top > *:not(:last-child),
.footer-bottom > *:not(:last-child) {
margin-bottom: 24px;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.site-footer-inner {
padding: 64px 0;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.footer-top.space-between,
.footer-bottom.space-between {
display: flex;
justify-content: space-between;
align-items: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.footer-top.invert-order-desktop > *:first-child,
.footer-bottom.invert-order-desktop > *:first-child {
order: 1;
}
2020-03-24 11:20:28 +08:00
}
.section-inner {
2020-03-31 02:16:08 +08:00
position: relative;
padding-top: 48px;
padding-bottom: 48px;
2020-03-24 11:20:28 +08:00
}
.section-header {
2020-03-31 02:16:08 +08:00
padding-bottom: 48px;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.section-inner {
padding-top: 80px;
padding-bottom: 80px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.section-header {
padding-bottom: 80px;
}
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.hero-inner > .hero-content + .hero-figure,
.hero-inner > .hero-figure + .hero-content {
margin-top: 48px;
2020-03-24 11:20:28 +08:00
}
.hero-inner > .hero-figure > a {
2020-03-31 02:16:08 +08:00
display: inline-flex;
align-items: center;
vertical-align: top;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.hero .split-wrap .split-item .split-item-content {
margin-bottom: 48px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.hero .split-wrap.invert-mobile .split-item .split-item-image {
margin-bottom: 48px;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.hero-inner > .hero-content + .hero-figure,
.hero-inner > .hero-figure + .hero-content {
margin-top: 64px;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.features-split .section-header {
padding-bottom: 92px;
}
2020-03-24 11:20:28 +08:00
}
.features-tiles .tiles-wrap {
2020-03-31 02:16:08 +08:00
margin-right: -16px;
margin-left: -16px;
margin-top: -16px;
2020-03-24 11:20:28 +08:00
}
.features-tiles .tiles-wrap:last-of-type {
2020-03-31 02:16:08 +08:00
margin-bottom: -16px;
2020-03-24 11:20:28 +08:00
}
.features-tiles .tiles-wrap:not(:last-of-type) {
2020-03-31 02:16:08 +08:00
margin-bottom: 16px;
2020-03-24 11:20:28 +08:00
}
.features-tiles .tiles-wrap.push-left::after {
2020-03-31 02:16:08 +08:00
flex-basis: 360px;
max-width: 360px;
padding-left: 16px;
padding-right: 16px;
2020-03-24 11:20:28 +08:00
}
.features-tiles .tiles-item {
2020-03-31 02:16:08 +08:00
flex-basis: 360px;
max-width: 360px;
padding: 16px;
2020-03-24 11:20:28 +08:00
}
.features-tiles .tiles-item-inner {
2020-03-31 02:16:08 +08:00
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.features-tiles .tiles-wrap {
margin-right: -32px;
margin-left: -32px;
margin-top: -32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.features-tiles .tiles-wrap:last-of-type {
margin-bottom: -32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.features-tiles .tiles-wrap:not(:last-of-type) {
margin-bottom: 32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.features-tiles .tiles-wrap.push-left::after {
padding-left: 32px;
padding-right: 32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.features-tiles .tiles-item {
padding: 32px;
}
2020-03-24 11:20:28 +08:00
}
.pricing .tiles-wrap.push-left::after {
2020-03-31 02:16:08 +08:00
flex-basis: 344px;
max-width: 344px;
2020-03-24 11:20:28 +08:00
}
.pricing .tiles-item {
2020-03-31 02:16:08 +08:00
flex-basis: 344px;
max-width: 344px;
2020-03-24 11:20:28 +08:00
}
.pricing .tiles-item-inner {
2020-03-31 02:16:08 +08:00
padding-top: 24px;
padding-bottom: 24px;
padding-left: 24px;
padding-right: 24px;
2020-03-24 11:20:28 +08:00
}
.pricing-item-content {
2020-03-31 02:16:08 +08:00
flex-grow: 1;
width: 100%;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list li {
2020-03-31 02:16:08 +08:00
display: flex;
align-items: center;
margin-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
.pricing-switcher {
2020-03-31 02:16:08 +08:00
margin-bottom: 48px;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.pricing-switcher {
margin-bottom: 64px;
}
2020-03-24 11:20:28 +08:00
}
.testimonial .tiles-wrap.push-left::after {
2020-03-31 02:16:08 +08:00
flex-basis: 344px;
max-width: 344px;
2020-03-24 11:20:28 +08:00
}
.testimonial .tiles-item {
2020-03-31 02:16:08 +08:00
flex-basis: 344px;
max-width: 344px;
2020-03-24 11:20:28 +08:00
}
.testimonial .tiles-item-inner {
2020-03-31 02:16:08 +08:00
padding-top: 20px;
padding-bottom: 20px;
padding-left: 24px;
padding-right: 24px;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-content {
2020-03-31 02:16:08 +08:00
flex-grow: 1;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-source {
2020-03-31 02:16:08 +08:00
display: inline-flex;
flex-wrap: wrap;
align-items: center;
2020-03-24 11:20:28 +08:00
}
.team .tiles-wrap {
2020-03-31 02:16:08 +08:00
margin-right: -16px;
margin-left: -16px;
margin-top: -16px;
2020-03-24 11:20:28 +08:00
}
.team .tiles-wrap:last-of-type {
2020-03-31 02:16:08 +08:00
margin-bottom: -16px;
2020-03-24 11:20:28 +08:00
}
.team .tiles-wrap:not(:last-of-type) {
2020-03-31 02:16:08 +08:00
margin-bottom: 16px;
2020-03-24 11:20:28 +08:00
}
.team .tiles-wrap.push-left::after {
2020-03-31 02:16:08 +08:00
flex-basis: 296px;
max-width: 296px;
padding-left: 16px;
padding-right: 16px;
2020-03-24 11:20:28 +08:00
}
.team .tiles-item {
2020-03-31 02:16:08 +08:00
flex-basis: 296px;
max-width: 296px;
padding: 16px;
2020-03-24 11:20:28 +08:00
}
.team .tiles-item-inner {
2020-03-31 02:16:08 +08:00
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.team .section-header {
padding-bottom: 80px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.team .tiles-wrap {
margin-right: -32px;
margin-left: -32px;
margin-top: -32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.team .tiles-wrap:last-of-type {
margin-bottom: -32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.team .tiles-wrap:not(:last-of-type) {
margin-bottom: 32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.team .tiles-wrap.push-left::after {
padding-left: 32px;
padding-right: 32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.team .tiles-item {
padding: 32px;
}
2020-03-24 11:20:28 +08:00
}
.cta .section-inner {
padding-top: 48px;
padding-bottom: 48px;
2020-03-24 11:20:28 +08:00
}
.cta-slogan {
margin-bottom: 40px;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.cta .section-inner {
padding-top: 64px;
padding-bottom: 64px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.cta-split {
display: flex;
justify-content: space-between;
align-items: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.cta-split .cta-slogan {
margin-bottom: 0;
margin-right: 48px;
}
2020-03-24 11:20:28 +08:00
}
.clients .section-inner {
2020-03-31 02:16:08 +08:00
padding-top: 26px;
padding-bottom: 26px;
2020-03-24 11:20:28 +08:00
}
.clients-inner ul {
2020-03-31 02:16:08 +08:00
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
2020-03-24 11:20:28 +08:00
}
.clients-inner li {
2020-03-31 02:16:08 +08:00
padding: 12px 28px;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.clients .clients-inner ul {
flex-direction: row;
}
2020-03-24 11:20:28 +08:00
}
.signin .section-header {
2020-03-31 02:16:08 +08:00
padding-bottom: 32px;
2020-03-24 11:20:28 +08:00
}
.signin .tiles-item-inner {
2020-03-31 02:16:08 +08:00
padding-top: 0;
padding-bottom: 0;
padding-left: 0;
padding-right: 0;
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.signin .section-header {
padding-bottom: 48px;
}
2020-03-24 11:20:28 +08:00
}
.signin-footer {
2020-03-31 02:16:08 +08:00
display: flex;
flex-wrap: wrap;
justify-content: space-between;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="illustration-"] {
position: relative;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="illustration-"]::after {
pointer-events: none;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="illustration-element-"]::after {
z-index: -1;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
[class*="illustration-section-"]::after {
z-index: -2;
2020-03-24 11:20:28 +08:00
}
.illustration-section-01::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
width: 100%;
max-width: 100%;
height: 612px;
background-image: url(../images/illustration-section-01.svg);
background-repeat: no-repeat;
background-size: auto;
left: 50%;
top: 0;
background-position: center top;
transform: translate(-50%);
2020-03-24 11:20:28 +08:00
}
.illustration-section-02::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
width: 100%;
max-width: 100%;
height: 612px;
background-image: url(../images/illustration-section-02.svg);
background-repeat: no-repeat;
background-size: auto;
left: 50%;
top: 0;
background-position: center top;
transform: translate(-50%);
2020-03-24 11:20:28 +08:00
}
.site-footer {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
2020-03-24 11:20:28 +08:00
}
.features-tiles-item-image {
2020-03-31 02:16:08 +08:00
display: inline-flex;
border-radius: 50%;
background: radial-gradient(
circle at bottom,
#376df9 0%,
#ff79af 50%,
#ff8d74 100%
);
2020-03-24 11:20:28 +08:00
}
.pricing .tiles-item-inner {
2020-03-31 02:16:08 +08:00
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.pricing-item-header {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.pricing-item-header::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.pricing-item-header::after {
2020-03-31 02:16:08 +08:00
background: rgba(106, 111, 130, 0.32);
max-width: 88px;
2020-03-24 11:20:28 +08:00
}
.pricing-item-price-currency {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list::after {
2020-03-31 02:16:08 +08:00
background: rgba(106, 111, 130, 0.32);
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list li {
2020-03-31 02:16:08 +08:00
margin-bottom: 0;
padding: 14px 0;
position: relative;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list li::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list li::before {
2020-03-31 02:16:08 +08:00
background: rgba(106, 111, 130, 0.32);
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list li::after {
2020-03-31 02:16:08 +08:00
content: "";
display: block;
width: 24px;
height: 24px;
margin-right: 12px;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M5%2011h14v2H5z%22%20fill%3D%22%236A6F82%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
order: -1;
2020-03-24 11:20:28 +08:00
}
ul.pricing-item-features-list li.is-checked::after {
2020-03-31 02:16:08 +08:00
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cg%20fill-rule%3D%22nonzero%22%20fill%3D%22none%22%3E%3Ccircle%20fill%3D%22%231EC198%22%20cx%3D%2212%22%20cy%3D%2212%22%20r%3D%2212%22%2F%3E%3Cpath%20fill%3D%22%23292B32%22%20d%3D%22M10.5%2012.267l-2.5-1.6-1%201.066L10.5%2016%2017%209.067%2016%208z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
2020-03-24 11:20:28 +08:00
}
.testimonial .tiles-item-inner {
2020-03-31 02:16:08 +08:00
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-content {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-content::before {
2020-03-31 02:16:08 +08:00
content: "";
display: block;
width: 24px;
height: 18px;
margin-top: 12px;
margin-bottom: 16px;
background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2218%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0%2013.481c0-2.34.611-4.761%201.833-7.263C3.056%203.716%204.733%201.643%206.865%200L11%202.689C9.726%204.382%208.777%206.093%208.152%207.824c-.624%201.73-.936%203.578-.936%205.545V18H0v-4.519zm13%200c0-2.34.611-4.761%201.833-7.263%201.223-2.502%202.9-4.575%205.032-6.218L24%202.689c-1.274%201.693-2.223%203.404-2.848%205.135-.624%201.73-.936%203.578-.936%205.545V18H13v-4.519z%22%20fill%3D%22%23FF5FA0%22%20fill-rule%3D%22nonzero%22%2F%3E%3C%2Fsvg%3E");
background-repeat: no-repeat;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-footer {
2020-03-31 02:16:08 +08:00
font-family: "Fira Sans", sans-serif;
font-weight: 600;
padding-top: 20px;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-footer.has-top-divider::before {
2020-03-31 02:16:08 +08:00
background: rgba(106, 111, 130, 0.32);
2020-03-24 11:20:28 +08:00
}
.testimonial-item-link {
2020-03-31 02:16:08 +08:00
color: #376df9;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-link a {
2020-03-31 02:16:08 +08:00
color: #376df9;
text-decoration: none;
2020-03-24 11:20:28 +08:00
}
.testimonial-item-link a:hover {
2020-03-31 02:16:08 +08:00
color: #6991fa;
2020-03-24 11:20:28 +08:00
}
.cta .form-input {
2020-03-31 02:16:08 +08:00
border-color: transparent;
border-radius: 2px;
2020-03-24 11:20:28 +08:00
}
.cta-inner {
2020-03-31 02:16:08 +08:00
padding-left: 16px;
padding-right: 16px;
background-color: #376df9;
background: linear-gradient(100deg, #376df9 0, #ff5fa0 75%, #ffc55a 100%);
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.cta .form-input {
min-width: 280px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.cta-inner {
padding-left: 48px;
padding-right: 48px;
}
2020-03-24 11:20:28 +08:00
}
.screen-reader {
2020-03-31 02:16:08 +08:00
position: absolute;
width: 1px;
height: 1px;
padding: 0;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
2020-03-24 11:20:28 +08:00
}
.list-reset {
2020-03-31 02:16:08 +08:00
list-style: none;
padding: 0;
2020-03-24 11:20:28 +08:00
}
.list-reset li {
2020-03-31 02:16:08 +08:00
margin: 0;
2020-03-24 11:20:28 +08:00
}
.ta-l {
2020-03-31 02:16:08 +08:00
text-align: left;
2020-03-24 11:20:28 +08:00
}
.ta-c {
2020-03-31 02:16:08 +08:00
text-align: center;
2020-03-24 11:20:28 +08:00
}
.ta-r {
2020-03-31 02:16:08 +08:00
text-align: right;
2020-03-24 11:20:28 +08:00
}
.fw-400 {
2020-03-31 02:16:08 +08:00
font-weight: 400;
2020-03-24 11:20:28 +08:00
}
.fw-500 {
2020-03-31 02:16:08 +08:00
font-weight: 500;
2020-03-24 11:20:28 +08:00
}
.fw-600 {
2020-03-31 02:16:08 +08:00
font-weight: 600;
2020-03-24 11:20:28 +08:00
}
.fw-700 {
2020-03-31 02:16:08 +08:00
font-weight: 700;
2020-03-24 11:20:28 +08:00
}
.text-color-high {
2020-03-31 02:16:08 +08:00
color: #f9faff;
2020-03-24 11:20:28 +08:00
}
.text-color-mid {
2020-03-31 02:16:08 +08:00
color: #959cb1;
2020-03-24 11:20:28 +08:00
}
.text-color-low {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
2020-03-24 11:20:28 +08:00
}
.text-color-primary {
2020-03-31 02:16:08 +08:00
color: #376df9;
2020-03-24 11:20:28 +08:00
}
.text-color-secondary {
2020-03-31 02:16:08 +08:00
color: #ff5fa0;
2020-03-24 11:20:28 +08:00
}
.text-color-error {
2020-03-31 02:16:08 +08:00
color: #ff5fa0;
2020-03-24 11:20:28 +08:00
}
.text-color-warning {
2020-03-31 02:16:08 +08:00
color: #ffc55a;
2020-03-24 11:20:28 +08:00
}
.text-color-success {
2020-03-31 02:16:08 +08:00
color: #1ec198;
2020-03-24 11:20:28 +08:00
}
.invert-color .text-color-high {
2020-03-31 02:16:08 +08:00
color: #16171b;
2020-03-24 11:20:28 +08:00
}
.invert-color .text-color-mid {
2020-03-31 02:16:08 +08:00
color: #1c1d22;
2020-03-24 11:20:28 +08:00
}
.invert-color .text-color-low {
2020-03-31 02:16:08 +08:00
color: #6a6f82;
2020-03-24 11:20:28 +08:00
}
.tt-u {
2020-03-31 02:16:08 +08:00
text-transform: uppercase;
2020-03-24 11:20:28 +08:00
}
.image-full {
2020-03-31 02:16:08 +08:00
width: 100%;
2020-03-24 11:20:28 +08:00
}
.image-larger {
2020-03-31 02:16:08 +08:00
position: relative;
left: 50%;
transform: translateX(-50%);
width: calc(100% + 96px);
max-width: 100vw;
2020-03-24 11:20:28 +08:00
}
.has-bg-color {
2020-03-31 02:16:08 +08:00
position: relative;
background-color: #fff;
z-index: 0;
2020-03-24 11:20:28 +08:00
}
.has-shadow {
2020-03-31 02:16:08 +08:00
box-shadow: 0 24px 64px rgba(22, 23, 27, 0.64);
2020-03-24 11:20:28 +08:00
}
img.has-shadow {
2020-03-31 02:16:08 +08:00
border-radius: 2px;
2020-03-24 11:20:28 +08:00
}
.has-top-divider {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.has-top-divider::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.has-bottom-divider {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.has-bottom-divider::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #292b32;
2020-03-24 11:20:28 +08:00
}
.invert-color .has-top-divider {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.invert-color .has-top-divider::before {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
.invert-color .has-bottom-divider {
2020-03-31 02:16:08 +08:00
position: relative;
2020-03-24 11:20:28 +08:00
}
.invert-color .has-bottom-divider::after {
2020-03-31 02:16:08 +08:00
content: "";
position: absolute;
bottom: 0;
left: 0;
width: 100%;
display: block;
height: 1px;
background: #e5e9ff;
2020-03-24 11:20:28 +08:00
}
.center-content {
2020-03-31 02:16:08 +08:00
text-align: center;
2020-03-24 11:20:28 +08:00
}
2020-03-31 02:16:08 +08:00
.center-content img,
.center-content svg,
.center-content video {
margin-left: auto;
margin-right: auto;
2020-03-24 11:20:28 +08:00
}
.center-content .button-group {
2020-03-31 02:16:08 +08:00
justify-content: center;
2020-03-24 11:20:28 +08:00
}
.responsive-video {
2020-03-31 02:16:08 +08:00
position: relative;
padding-bottom: 56.25%;
height: 0;
2020-03-24 11:20:28 +08:00
}
.responsive-video.is-4-3 {
2020-03-31 02:16:08 +08:00
padding-bottom: 75%;
2020-03-24 11:20:28 +08:00
}
.responsive-video iframe {
2020-03-31 02:16:08 +08:00
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
2020-03-24 11:20:28 +08:00
}
.m-0 {
2020-03-31 02:16:08 +08:00
margin: 0;
2020-03-24 11:20:28 +08:00
}
.mt-0 {
2020-03-31 02:16:08 +08:00
margin-top: 0;
2020-03-24 11:20:28 +08:00
}
.mr-0 {
2020-03-31 02:16:08 +08:00
margin-right: 0;
2020-03-24 11:20:28 +08:00
}
.mb-0 {
2020-03-31 02:16:08 +08:00
margin-bottom: 0;
2020-03-24 11:20:28 +08:00
}
.ml-0 {
2020-03-31 02:16:08 +08:00
margin-left: 0;
2020-03-24 11:20:28 +08:00
}
.m-4 {
2020-03-31 02:16:08 +08:00
margin: 4px;
2020-03-24 11:20:28 +08:00
}
.mt-4 {
2020-03-31 02:16:08 +08:00
margin-top: 4px;
2020-03-24 11:20:28 +08:00
}
.mr-4 {
2020-03-31 02:16:08 +08:00
margin-right: 4px;
2020-03-24 11:20:28 +08:00
}
.mb-4 {
2020-03-31 02:16:08 +08:00
margin-bottom: 4px;
2020-03-24 11:20:28 +08:00
}
.ml-4 {
2020-03-31 02:16:08 +08:00
margin-left: 4px;
2020-03-24 11:20:28 +08:00
}
.m-8 {
2020-03-31 02:16:08 +08:00
margin: 8px;
2020-03-24 11:20:28 +08:00
}
.mt-8 {
2020-03-31 02:16:08 +08:00
margin-top: 8px;
2020-03-24 11:20:28 +08:00
}
.mr-8 {
2020-03-31 02:16:08 +08:00
margin-right: 8px;
2020-03-24 11:20:28 +08:00
}
.mb-8 {
2020-03-31 02:16:08 +08:00
margin-bottom: 8px;
2020-03-24 11:20:28 +08:00
}
.ml-8 {
2020-03-31 02:16:08 +08:00
margin-left: 8px;
2020-03-24 11:20:28 +08:00
}
.m-12 {
2020-03-31 02:16:08 +08:00
margin: 12px;
2020-03-24 11:20:28 +08:00
}
.mt-12 {
2020-03-31 02:16:08 +08:00
margin-top: 12px;
2020-03-24 11:20:28 +08:00
}
.mr-12 {
2020-03-31 02:16:08 +08:00
margin-right: 12px;
2020-03-24 11:20:28 +08:00
}
.mb-12 {
2020-03-31 02:16:08 +08:00
margin-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
.ml-12 {
2020-03-31 02:16:08 +08:00
margin-left: 12px;
2020-03-24 11:20:28 +08:00
}
.m-16 {
2020-03-31 02:16:08 +08:00
margin: 16px;
2020-03-24 11:20:28 +08:00
}
.mt-16 {
2020-03-31 02:16:08 +08:00
margin-top: 16px;
2020-03-24 11:20:28 +08:00
}
.mr-16 {
2020-03-31 02:16:08 +08:00
margin-right: 16px;
2020-03-24 11:20:28 +08:00
}
.mb-16 {
2020-03-31 02:16:08 +08:00
margin-bottom: 16px;
2020-03-24 11:20:28 +08:00
}
.ml-16 {
2020-03-31 02:16:08 +08:00
margin-left: 16px;
2020-03-24 11:20:28 +08:00
}
.m-24 {
2020-03-31 02:16:08 +08:00
margin: 24px;
2020-03-24 11:20:28 +08:00
}
.mt-24 {
2020-03-31 02:16:08 +08:00
margin-top: 24px;
2020-03-24 11:20:28 +08:00
}
.mr-24 {
2020-03-31 02:16:08 +08:00
margin-right: 24px;
2020-03-24 11:20:28 +08:00
}
.mb-24 {
2020-03-31 02:16:08 +08:00
margin-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
.ml-24 {
2020-03-31 02:16:08 +08:00
margin-left: 24px;
2020-03-24 11:20:28 +08:00
}
.m-32 {
2020-03-31 02:16:08 +08:00
margin: 32px;
2020-03-24 11:20:28 +08:00
}
.mt-32 {
2020-03-31 02:16:08 +08:00
margin-top: 32px;
2020-03-24 11:20:28 +08:00
}
.mr-32 {
2020-03-31 02:16:08 +08:00
margin-right: 32px;
2020-03-24 11:20:28 +08:00
}
.mb-32 {
2020-03-31 02:16:08 +08:00
margin-bottom: 32px;
2020-03-24 11:20:28 +08:00
}
.ml-32 {
2020-03-31 02:16:08 +08:00
margin-left: 32px;
2020-03-24 11:20:28 +08:00
}
.p-0 {
2020-03-31 02:16:08 +08:00
padding: 0;
2020-03-24 11:20:28 +08:00
}
.pt-0 {
2020-03-31 02:16:08 +08:00
padding-top: 0;
2020-03-24 11:20:28 +08:00
}
.pr-0 {
2020-03-31 02:16:08 +08:00
padding-right: 0;
2020-03-24 11:20:28 +08:00
}
.pb-0 {
2020-03-31 02:16:08 +08:00
padding-bottom: 0;
2020-03-24 11:20:28 +08:00
}
.pl-0 {
2020-03-31 02:16:08 +08:00
padding-left: 0;
2020-03-24 11:20:28 +08:00
}
.p-4 {
2020-03-31 02:16:08 +08:00
padding: 4px;
2020-03-24 11:20:28 +08:00
}
.pt-4 {
2020-03-31 02:16:08 +08:00
padding-top: 4px;
2020-03-24 11:20:28 +08:00
}
.pr-4 {
2020-03-31 02:16:08 +08:00
padding-right: 4px;
2020-03-24 11:20:28 +08:00
}
.pb-4 {
2020-03-31 02:16:08 +08:00
padding-bottom: 4px;
2020-03-24 11:20:28 +08:00
}
.pl-4 {
2020-03-31 02:16:08 +08:00
padding-left: 4px;
2020-03-24 11:20:28 +08:00
}
.p-8 {
2020-03-31 02:16:08 +08:00
padding: 8px;
2020-03-24 11:20:28 +08:00
}
.pt-8 {
2020-03-31 02:16:08 +08:00
padding-top: 8px;
2020-03-24 11:20:28 +08:00
}
.pr-8 {
2020-03-31 02:16:08 +08:00
padding-right: 8px;
2020-03-24 11:20:28 +08:00
}
.pb-8 {
2020-03-31 02:16:08 +08:00
padding-bottom: 8px;
2020-03-24 11:20:28 +08:00
}
.pl-8 {
2020-03-31 02:16:08 +08:00
padding-left: 8px;
2020-03-24 11:20:28 +08:00
}
.p-12 {
2020-03-31 02:16:08 +08:00
padding: 12px;
2020-03-24 11:20:28 +08:00
}
.pt-12 {
2020-03-31 02:16:08 +08:00
padding-top: 12px;
2020-03-24 11:20:28 +08:00
}
.pr-12 {
2020-03-31 02:16:08 +08:00
padding-right: 12px;
2020-03-24 11:20:28 +08:00
}
.pb-12 {
2020-03-31 02:16:08 +08:00
padding-bottom: 12px;
2020-03-24 11:20:28 +08:00
}
.pl-12 {
2020-03-31 02:16:08 +08:00
padding-left: 12px;
2020-03-24 11:20:28 +08:00
}
.p-16 {
2020-03-31 02:16:08 +08:00
padding: 16px;
2020-03-24 11:20:28 +08:00
}
.pt-16 {
2020-03-31 02:16:08 +08:00
padding-top: 16px;
2020-03-24 11:20:28 +08:00
}
.pr-16 {
2020-03-31 02:16:08 +08:00
padding-right: 16px;
2020-03-24 11:20:28 +08:00
}
.pb-16 {
2020-03-31 02:16:08 +08:00
padding-bottom: 16px;
2020-03-24 11:20:28 +08:00
}
.pl-16 {
2020-03-31 02:16:08 +08:00
padding-left: 16px;
2020-03-24 11:20:28 +08:00
}
.p-24 {
2020-03-31 02:16:08 +08:00
padding: 24px;
2020-03-24 11:20:28 +08:00
}
.pt-24 {
2020-03-31 02:16:08 +08:00
padding-top: 24px;
2020-03-24 11:20:28 +08:00
}
.pr-24 {
2020-03-31 02:16:08 +08:00
padding-right: 24px;
2020-03-24 11:20:28 +08:00
}
.pb-24 {
2020-03-31 02:16:08 +08:00
padding-bottom: 24px;
2020-03-24 11:20:28 +08:00
}
.pl-24 {
2020-03-31 02:16:08 +08:00
padding-left: 24px;
2020-03-24 11:20:28 +08:00
}
.p-32 {
2020-03-31 02:16:08 +08:00
padding: 32px;
2020-03-24 11:20:28 +08:00
}
.pt-32 {
2020-03-31 02:16:08 +08:00
padding-top: 32px;
2020-03-24 11:20:28 +08:00
}
.pr-32 {
2020-03-31 02:16:08 +08:00
padding-right: 32px;
2020-03-24 11:20:28 +08:00
}
.pb-32 {
2020-03-31 02:16:08 +08:00
padding-bottom: 32px;
2020-03-24 11:20:28 +08:00
}
.pl-32 {
2020-03-31 02:16:08 +08:00
padding-left: 32px;
2020-03-24 11:20:28 +08:00
}
.spacer-4 {
2020-03-31 02:16:08 +08:00
padding-top: 4px;
2020-03-24 11:20:28 +08:00
}
.spacer-8 {
2020-03-31 02:16:08 +08:00
padding-top: 8px;
2020-03-24 11:20:28 +08:00
}
.spacer-12 {
2020-03-31 02:16:08 +08:00
padding-top: 12px;
2020-03-24 11:20:28 +08:00
}
.spacer-16 {
2020-03-31 02:16:08 +08:00
padding-top: 16px;
2020-03-24 11:20:28 +08:00
}
.spacer-24 {
2020-03-31 02:16:08 +08:00
padding-top: 24px;
2020-03-24 11:20:28 +08:00
}
.spacer-32 {
2020-03-31 02:16:08 +08:00
padding-top: 32px;
2020-03-24 11:20:28 +08:00
}
.spacer-48 {
2020-03-31 02:16:08 +08:00
padding-top: 48px;
2020-03-24 11:20:28 +08:00
}
.spacer-64 {
2020-03-31 02:16:08 +08:00
padding-top: 64px;
2020-03-24 11:20:28 +08:00
}
@media (max-width: 640px) {
2020-03-31 02:16:08 +08:00
.ta-l-mobile {
text-align: left;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.ta-c-mobile {
text-align: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.ta-r-mobile {
text-align: right;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.center-content-mobile {
text-align: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.center-content-mobile img,
.center-content-mobile svg,
.center-content-mobile video {
margin-left: auto;
margin-right: auto;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.center-content-mobile .button-group {
justify-content: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-4-mobile {
padding-top: 4px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-8-mobile {
padding-top: 8px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-12-mobile {
padding-top: 12px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-16-mobile {
padding-top: 16px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-24-mobile {
padding-top: 24px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-32-mobile {
padding-top: 32px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-48-mobile {
padding-top: 48px;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.spacer-64-mobile {
padding-top: 64px;
}
2020-03-24 11:20:28 +08:00
}
@media (min-width: 641px) {
2020-03-31 02:16:08 +08:00
.ta-l-desktop {
text-align: left;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.ta-c-desktop {
text-align: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.ta-r-desktop {
text-align: right;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.center-content-desktop {
text-align: center;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.center-content-desktop img,
.center-content-desktop svg,
.center-content-desktop video {
margin-left: auto;
margin-right: auto;
}
2020-03-24 11:20:28 +08:00
2020-03-31 02:16:08 +08:00
.center-content-desktop .button-group {
justify-content: center;
}
2020-03-24 11:20:28 +08:00
}
2020-03-27 04:44:58 +08:00
/*# sourceMappingURL=data:application/json;base64,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
/*Pulse Button*/
.pulse {
2020-03-31 02:16:08 +08:00
box-shadow: 0 0 0 rgba(120, 120, 120, 0.4);
animation: pulse 4s infinite;
2020-03-27 04:44:58 +08:00
}
.pulse:hover {
2020-03-31 02:16:08 +08:00
animation: none;
2020-03-27 04:44:58 +08:00
}
@-webkit-keyframes pulse {
2020-03-31 02:16:08 +08:00
0% {
-webkit-box-shadow: 0 0 0 0 rgba(120, 120, 120, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 15px rgba(120, 120, 120, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(120, 120, 120, 0);
}
2020-03-27 04:44:58 +08:00
}
@keyframes pulse {
2020-03-31 02:16:08 +08:00
0% {
-moz-box-shadow: 0 0 0 0 rgba(120, 120, 120, 0.4);
box-shadow: 0 0 0 0 rgba(120, 120, 120, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(120, 120, 120, 0);
box-shadow: 0 0 0 15px rgba(120, 120, 120, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(120, 120, 120, 0);
box-shadow: 0 0 0 0 rgba(120, 120, 120, 0);
}
}
/*Pulse Button*/