@import "https://fonts.googleapis.com/css?family=Inter:400,500,600,700,800&display=swap";
html {
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {
    margin: 0;
}
article, aside, footer, header, nav, section {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
figcaption, figure, main {
    display: block;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: inherit;
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
dfn {
    font-style: italic;
}
mark {
    background-color: #ff0;
    color: #000;
}
small {
    font-size: 80%;
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
audio, video {
    display: inline-block;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
img {
    border-style: none;
}
svg:not(:root) {
    overflow: hidden;
}
button, input, optgroup, select, textarea {
    font-family: sans-serif;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type="reset"], [type="submit"], button, html [type="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: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    display: inline-block;
    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-cancel-button, [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details, menu {
    display: block;
}
summary {
    display: list-item;
}
canvas {
    display: inline-block;
}
[hidden], template {
    display: none;
}
@media (min-width: 641px) {
    .has-animations [class*="reveal-"] {
        opacity: 0;
        will-change: opacity, transform;
    }
    .has-animations .reveal-from-top {
        transform: translateY(-10px);
    }
    .has-animations .reveal-from-bottom {
        transform: translateY(10px);
    }
    .has-animations .reveal-from-left {
        transform: translateX(-10px);
    }
    .has-animations .reveal-from-right {
        transform: translateX(10px);
    }
    .has-animations .reveal-scale-up {
        transform: scale(0.95);
    }
    .has-animations .reveal-scale-down {
        transform: scale(1.05);
    }
    .has-animations .reveal-rotate-from-left {
        transform: perspective(1000px) rotateY(-45deg);
    }
    .has-animations .reveal-rotate-from-right {
        transform: perspective(1000px) rotateY(45deg);
    }
    .has-animations.is-loaded [class*="reveal-"] {
        transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
    }
    .has-animations.is-loaded [class*="reveal-"].is-revealed {
        opacity: 1;
        transform: translate(0);
    }
}
html {
    box-sizing: border-box;
}
*, :after, :before {
    box-sizing: inherit;
}
body {
    background: #ffffff;
    background-image: url(./bg.svg);
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
hr {
    border: 0;
    display: block;
    height: 1px;
    background: #25282c;
    margin-top: 24px;
    margin-bottom: 24px;
}
ol, ul {
    margin-top: 0;
    padding-left: 24px;
}
ol:not(:last-child), ul:not(:last-child) {
    margin-bottom: 24px;
}
ul {
    list-style: disc;
}
ol {
    list-style: decimal;
}
li:not(:last-child) {
    margin-bottom: 12px;
}
li > ol, li > ul {
    margin-top: 12px;
    margin-bottom: 0;
}
dl {
    margin-top: 0;
    margin-bottom: 24px;
}
dt {
    font-weight: 700;
}
dd {
    margin-left: 24px;
    margin-bottom: 24px;
}
img {
    border-radius: 2px;
}
img, svg, video {
    display: block;
    height: auto;
    max-width: 100%;
}
figure {
    margin: 48px 0;
}
figcaption {
    padding: 8px 0;
}
table {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.1px;
    border-collapse: collapse;
    margin-bottom: 24px;
    width: 100%;
    margin-bottom: -0.5em;
    margin-top: -3em;
}
tr {
    border-bottom: 1px solid #25282c;
}
th {
    font-weight: 700;
    text-align: left;
}
td, th {
    padding: 0px 16px;
}
td:first-child, th:first-child {
    padding-left: 0;
}
td:last-child, th:last-child {
    padding-right: 0;
}
.invert-color hr {
    display: block;
    height: 1px;
    background: #eceded;
}
.invert-color tr {
    border-bottom: 1px solid #eceded;
}
html {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
}
body {
    color: #ffffff;
    font-size: 1rem;
}
body, button, input, select, textarea {
    font-family: inter, sans-serif;
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    clear: both;
    color: #232323;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.h1, h1 {
    font-size: 44px;
    line-height: 54px;
}
.h1, .h2, h1, h2 {
    letter-spacing: -0.3px;
}
.h2, h2 {
    font-size: 32px;
    line-height: 42px;
}
.h3, .h4, h3, h4 {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: -0.1px;
}
.h5, h5 {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
}
.h6, .text-sm, h6, small {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -0.1px;
}
.text-xs {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
}
.text-xxs, figcaption {
    font-size: 14px;
    line-height: 25px;
}
a:not(.button) {
    color: #eceded;
    text-decoration: none;
}
a:not(.button):active, a:not(.button):hover {
    outline: 0;
}
a.button-link {
    color: #9ca9b3;
}
a.button-link:active, a.button-link:hover {
    color: #eceded;
}
.h1, .h2, h1, h2 {
    margin-top: 48px;
    margin-bottom: 32px;
}
.h3, h3 {
    margin-top: 36px;
    margin-bottom: 24px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 24px;
    margin-bottom: 24px;
}
p {
    margin-top: 0;
    margin-bottom: 24px;
}
cite, dfn, em, i {
    font-style: italic;
}
blockquote {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px;
}
blockquote:before {
    content: "\201C";
}
blockquote:after {
    content: "\201D";
}
blockquote p {
    display: inline;
}
address {
    border-color: #25282c;
    border-style: solid;
    border-width: 1px 0;
    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;
}
code, kbd, pre, tt, var {
    background: #050507;
}
pre {
    max-width: 100%;
    overflow: auto;
    padding: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
}
code, kbd, pre, tt, var {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
}
code, kbd, tt, var {
    font-family: Monaco, Consolas, andale mono, dejavu sans mono, monospace;
    padding: 2px 4px;
}
abbr, acronym {
    cursor: help;
}
ins, mark {
    text-decoration: none;
}
b, strong {
    font-weight: 700;
}
.invert-color {
    color: #717d86;
}
.invert-color a:not(.button) {
    color: #717d86;
    text-decoration: none;
}
.invert-color a:not(.button):active, .invert-color a:not(.button):hover {
    outline: 0;
}
.invert-color a.button-link:active, .invert-color a.button-link:hover, .invert-color a.func-link:active, .invert-color a.func-link:hover {
    color: #2e73ff;
}
.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: #0c0c0f;
}
.invert-color address {
    border-color: #eceded;
}
.invert-color code, .invert-color kbd, .invert-color pre, .invert-color tt, .invert-color var {
    background: #050507;
}
@media (max-width: 640px) {
    .h1-mobile {
        font-size: 44px;
        line-height: 54px;
        letter-spacing: -0.3px;
    }
    .h2-mobile {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.3px;
    }
    .h3-mobile, .h4-mobile {
        font-size: 24px;
        line-height: 34px;
        letter-spacing: -0.1px;
    }
    .h5-mobile {
        font-size: 20px;
        line-height: 30px;
        letter-spacing: -0.1px;
    }
    .h6-mobile {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: -0.1px;
    }
}
@media (min-width: 641px) {
    .h1, h1 {
        font-size: 52px;
        line-height: 62px;
    }
    .h1, .h2, h1, h2 {
        letter-spacing: -0.3px;
    }
    .h2, h2 {
        font-size: 44px;
        line-height: 54px;
    }
    .h3, h3 {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: -0.3px;
    }
}
.container, .container-sm, .container-xs {
    width: 100%;
    margin: 0 auto;
    padding-left: 16px;
    padding-right: 16px;
}
@media (min-width: 481px) {
    .container, .container-sm, .container-xs {
        padding-left: 24px;
        padding-right: 24px;
    }
}
.container {
    max-width: 1128px;
}
.container-sm {
    max-width: 944px;
}
.container-xs {
    max-width: 668px;
}
[class*="container"] [class*="container"] {
    padding-left: 0;
    padding-right: 0;
}
[class*="container"] .container-sm {
    max-width: 896px;
}
[class*="container"] .container-xs {
    max-width: 620px;
}
.button {
    display: inline-flex;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
    font-weight: 600;
    padding: 11px 31px;
    height: 48px;
    text-decoration: none !important;
    color: #25282c;
    background-color: #eceded;
    border: 1px solid transparent;
    border-radius: 2px;
    cursor: pointer;
    justify-content: center;
    text-align: center;
    letter-spacing: inherit;
    white-space: nowrap;
    transition: background 0.15s ease;
}
.button:active {
    outline: 0;
}
.button:hover {
    background-color: #dfe1e1;
}
.button.is-loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}
.button.is-loading:after {
    content: "";
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    margin-top: -12px;
    top: 50%;
    left: 50%;
    border: 2px solid #25282c;
    border-radius: 50%;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    z-index: 1;
    -webkit-animation: button-loading 0.6s linear infinite;
    animation: button-loading 0.6s linear infinite;
}
.button[disabled] {
    cursor: not-allowed;
    color: #33363a;
    background-color: #717d86 !important;
}
.button[disabled].is-loading:after {
    border-color: #33363a;
}
.button-sm {
    padding: 5px 23px;
    height: 36px;
}
.button-dark {
    color: #eceded;
    background-color: #25282c;
}
.button-dark:hover {
    background-color: #2a2d32;
}
.button-dark.is-loading:after {
    border-color: #eceded;
}
.button-primary {
    color: #ffffff;
    background-color: #4d995f;
}
.button-primary:hover {
    background-color: #387aff;
}
.button-primary.is-loading:after {
    border-color: #eceded;
}
.button-secondary {
    color: #eceded;
    background-color: #24e5af;
}
.button-secondary:hover {
    background-color: #2de6b2;
}
.button-secondary.is-loading:after {
    border-color: #eceded;
}
.button-block {
    display: flex;
    width: 100%;
}
.button-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: -8px;
    margin-left: -8px;
    margin-top: -8px;
}
.button-group:last-of-type {
    margin-bottom: -8px;
}
.button-group:not(:last-of-type) {
    margin-bottom: 8px;
}
.button-group > [class*="button"] {
    margin: 8px;
}
@media (max-width: 640px) {
    .button-wide-mobile {
        width: 100%;
        max-width: 280px;
    }
}
@-webkit-keyframes button-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
@keyframes button-loading {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
}
.form-label, .form-slider, .form-switch {
    color: #717d86;
    font-weight: 500;
}
.form-label {
    font-size: 14px;
    line-height: 22px;
}
.form-checkbox input, .form-input, .form-radio input, .form-select {
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #eceded;
    border: 1px solid #0c0c0f;
}
.form-checkbox input:hover, .form-input:hover, .form-radio input:hover, .form-select:hover {
    border-color: #717d86;
}
.form-checkbox input:active, .form-checkbox input:focus, .form-input:active, .form-input:focus, .form-radio input:active, .form-radio input:focus, .form-select:active, .form-select:focus {
    outline: none;
    border-color: #2e73ff;
}
.form-checkbox input[disabled], .form-input[disabled], .form-radio input[disabled], .form-select[disabled] {
    cursor: not-allowed;
    background-color: #33363a;
    border-color: #25282c;
}
.form-checkbox input.form-error, .form-input.form-error, .form-radio input.form-error, .form-select.form-error {
    border-color: #ff6171;
}
.form-checkbox input.form-warning, .form-input.form-warning, .form-radio input.form-warning, .form-select.form-warning {
    border-color: #ffa173;
}
.form-checkbox input.form-success, .form-input.form-success, .form-radio input.form-success, .form-select.form-success {
    border-color: #24e5af;
}
.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: #0c0c0f;
    box-shadow: none;
    max-width: 100%;
    width: 100%;
}
.form-input::-webkit-input-placeholder {
    color: #9ca9b3;
}
.form-input:-ms-input-placeholder {
    color: #9ca9b3;
}
.form-input::placeholder {
    color: #9ca9b3;
}
.form-input::-ms-input-placeholder {
    color: #9ca9b3;
}
textarea.form-input {
    height: auto;
    resize: vertical;
}
.form-select {
    padding-right: 46px;
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB2aWV3Qm94PSIwIDAgMTYgMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTggMTEuNEwyLjYgNiA0IDQuNmw0IDQgNC00TDEzLjQgNiA4IDExLjR6IiBmaWxsPSIjZWNlZGVkIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
}
.form-select-sm {
    padding-right: 38px;
    background-position: right 11px center;
}
.form-input-sm, .form-select-sm {
    padding: 5px 11px;
    height: 36px;
}
.has-icon-left, .has-icon-right {
    position: relative;
}
.has-icon-left svg, .has-icon-right svg {
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.has-icon-left .form-input {
    padding-left: 46px;
}
.has-icon-left .form-input + svg {
    left: 15px;
}
.has-icon-left .form-input-sm {
    padding-left: 38px;
}
.has-icon-left .form-input-sm + svg {
    left: 11px;
}
.has-icon-right .form-input {
    padding-right: 46px;
}
.has-icon-right .form-input + svg {
    right: 15px;
}
.has-icon-right .form-input-sm {
    padding-right: 38px;
}
.has-icon-right .form-input-sm + svg {
    right: 11px;
}
.form-checkbox, .form-radio, .form-switch {
    cursor: pointer;
}
.form-checkbox, .form-radio, .form-slider, .form-switch {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.1px;
}
.form-checkbox, .form-radio {
    color: #9ca9b3;
    position: relative;
    padding-left: 24px;
}
.form-checkbox input, .form-radio input {
    position: absolute;
    left: 0;
    top: 3px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.form-checkbox input:checked, .form-radio input:checked {
    background-color: #2e73ff !important;
    border-color: #2e73ff !important;
    background-position: 50%;
}
.form-checkbox input {
    border-radius: 2px;
}
.form-checkbox input:checked {
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTExLjQgNUwxMCAzLjZsLTQgNC0yLTJMMi42IDcgNiAxMC40eiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+);
}
.form-radio input {
    border-radius: 50%;
}
.form-radio input:checked {
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBmaWxsPSIjRkZGIiBjeD0iNyIgY3k9IjciIHI9IjMiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==);
}
.form-switch {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-switch input {
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    position: absolute;
    width: 1px;
}
.form-switch .form-switch-icon {
    display: block;
    position: relative;
    min-width: 60px;
    width: 60px;
    height: 32px;
    border-radius: 16px;
    background: #33363a;
}
.form-switch .form-switch-icon:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 2px;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    background: #eceded;
    transition: all 0.15s ease-out;
}
.form-switch input:checked + .form-switch-icon {
    background: #2e73ff;
}
.form-switch input:checked + .form-switch-icon:before {
    left: 30px;
}
.form-switch > span:not(.form-switch-icon) {
    order: -1;
    margin-right: 12px;
}
.form-switch > span:not(.form-switch-icon):last-child {
    order: 0;
    margin-left: 12px;
    margin-right: 0;
}
.form-slider > span {
    display: block;
}
.form-slider input[type="range"] {
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #9ca9b3;
    border-radius: 3px;
    height: 6px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    outline: none;
}
.form-slider input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    background-color: #2e73ff;
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAuNXY3TDEyIDR6TTAgNGw0IDMuNXYtN3oiIGZpbGw9IiNlY2VkZWQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
.form-slider input[type="range"]::-moz-range-thumb {
    background-color: #2e73ff;
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAuNXY3TDEyIDR6TTAgNGw0IDMuNXYtN3oiIGZpbGw9IiNlY2VkZWQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
.form-slider input[type="range"]::-ms-thumb {
    background-color: #2e73ff;
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOCAuNXY3TDEyIDR6TTAgNGw0IDMuNXYtN3oiIGZpbGw9IiNlY2VkZWQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    height: 36px;
    width: 36px;
}
.form-slider input[type="range"]::-moz-focus-outer {
    border: 0;
}
.form-group {
    display: flex;
}
.form-group .form-input {
    flex-grow: 1;
    flex-shrink: 1;
    margin-right: 12px;
}
.form-group .button {
    padding-left: 24px;
    padding-right: 24px;
    flex-shrink: 0;
}
.form-hint {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
}
@media (max-width: 640px) {
    .form-group-desktop .form-input {
        margin-bottom: 12px;
    }
    .form-group-desktop .button {
        width: 100%;
    }
}
@media (min-width: 641px) {
    .form-group-desktop {
        display: flex;
    }
    .form-group-desktop .form-input {
        flex-grow: 1;
        flex-shrink: 1;
        margin-right: 12px;
    }
    .form-group-desktop .button {
        padding-left: 24px;
        padding-right: 24px;
        flex-shrink: 0;
    }
}
.header-nav-toggle {
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
}
.hamburger, .hamburger-inner {
    display: block;
    pointer-events: none;
}
.hamburger {
    position: relative;
    width: 24px;
    height: 24px;
}
.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before {
    width: 24px;
    height: 2px;
    position: absolute;
    background: #9ca9b3;
}
.invert-color .hamburger-inner, .invert-color .hamburger-inner:after, .invert-color .hamburger-inner:before {
    background: #25282c;
}
.hamburger-inner {
    top: 50%;
    margin-top: -1px;
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner:after, .hamburger-inner:before {
    content: "";
    display: block;
}
.hamburger-inner:before {
    top: -7px;
    transition: top 0.1s ease-in 0.25s, opacity 0.1s ease-in;
}
.hamburger-inner:after {
    bottom: -7px;
    transition: bottom 0.1s ease-in 0.25s, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), width 0.1s ease-in 0.25s;
}
.off-nav-is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.off-nav-is-active .hamburger-inner:before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s ease-out 0.12s;
}
.off-nav-is-active .hamburger-inner:after {
    width: 24px;
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, width 0.1s ease-out;
}
.modal, .modal:before {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.modal {
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: fixed;
    z-index: 40;
}
.modal.modal-video .modal-inner {
    padding: 0;
    max-width: 1024px;
}
.modal .modal-inner, .modal:before {
    display: none;
}
.modal:before {
    content: "";
    position: absolute;
    background-color: rgba(12, 12, 15, 0.88);
}
.modal.is-active {
    display: flex;
}
.modal.is-active .modal-inner, .modal.is-active:before {
    display: block;
}
.modal.is-active .modal-inner {
    -webkit-animation: slideUpInModal 0.15s ease-in-out both;
    animation: slideUpInModal 0.15s ease-in-out both;
}
.modal.is-active:before {
    -webkit-animation: slideUpInModalBg 0.15s ease-in-out both;
    animation: slideUpInModalBg 0.15s ease-in-out both;
}
.modal-inner {
    max-height: calc(100vh - 32px);
    overflow: auto;
    position: relative;
    width: calc(100% - 32px);
    max-width: 520px;
    margin-left: 16px;
    margin-right: 16px;
    background: #25282c;
}
.modal-content {
    padding: 48px 16px;
}
.modal-close {
    background: 0 0;
    border: 0;
    outline: 0;
    padding: 0;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 16px;
    width: 16px;
    height: 16px;
}
.modal-close:after, .modal-close:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -1px;
    margin-left: -8px;
    width: 16px;
    height: 2px;
    background: #717d86;
}
.modal-close:before {
    transform: rotate(225deg);
}
.modal-close:after {
    transform: rotate(-45deg);
}
.modal-close:hover:after, .modal-close:hover:before {
    background: #9ca9b3;
}
@media (min-width: 641px) {
    .modal-inner {
        margin: 0 auto;
        max-height: calc(100vh - 96px);
    }
    .modal-content {
        padding: 64px 32px;
    }
}
@-webkit-keyframes slideUpInModal {
    0% {
        opacity: 0;
        transform: translateY(-24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@keyframes slideUpInModal {
    0% {
        opacity: 0;
        transform: translateY(-24px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
@-webkit-keyframes slideUpInModalBg {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes slideUpInModalBg {
    0% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
.split-wrap {
    margin-top: -24px;
}
.split-wrap:last-of-type {
    margin-bottom: -24px;
}
.split-wrap:not(:last-of-type) {
    margin-bottom: 24px;
}
.split-wrap .split-item {
    padding-top: 24px;
    padding-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.split-wrap .split-item .split-item-image {
    position: relative;
    width: 100%;
}
.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;
}
.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%;
}
@media (max-width: 640px) {
    .split-wrap .split-item .split-item-content {
        margin-bottom: 32px;
    }
    .split-wrap.invert-mobile .split-item .split-item-content {
        order: 1;
        margin-bottom: 0 !important;
    }
    .split-wrap.invert-mobile .split-item .split-item-image {
        margin-bottom: 32px;
    }
}
@media (min-width: 641px) {
    .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.invert-desktop .split-item:nth-child(odd), .split-wrap:not(.invert-desktop) .split-item:nth-child(2n) {
        justify-content: flex-end;
    }
    .split-wrap.invert-desktop .split-item:nth-child(odd) .split-item-content, .split-wrap:not(.invert-desktop) .split-item:nth-child(2n) .split-item-content {
        order: 1;
        margin-left: 64px;
        margin-right: 0;
    }
    .split-wrap.invert-desktop .split-item:nth-child(2n) .split-item-image img, .split-wrap.invert-desktop .split-item:nth-child(2n) .split-item-image svg, .split-wrap.invert-desktop .split-item:nth-child(2n) .split-item-image video, .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 {
        margin-left: auto;
    }
    .split-wrap.align-top .split-item {
        align-items: flex-start;
    }
}
@media (min-width: 821px) {
    .container .split-wrap .split-item .split-item-content {
        width: 488px;
    }
    .container .split-wrap .split-item .split-item-image {
        min-width: 528px;
    }
}
.tiles-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: -12px;
    margin-left: -12px;
    margin-top: -12px;
}
.tiles-wrap:last-of-type {
    margin-bottom: -12px;
}
.tiles-wrap:not(:last-of-type) {
    margin-bottom: 12px;
}
.tiles-wrap.push-left:after {
    content: "";
    padding-left: 12px;
    padding-right: 12px;
    height: 0;
}
.tiles-item, .tiles-wrap.push-left:after {
    flex-basis: 330px;
    max-width: 330px;
    box-sizing: content-box;
}
.tiles-item {
    padding: 12px;
}
.tiles-item * {
    box-sizing: border-box;
}
.tiles-item-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 100%;
    padding: 32px 24px;
}
.site-header {
    position: absolute !important;
    top: 0;
    width: 100%;
    z-index: 10 !important;
}
.site-header + .site-content .section:first-of-type {
    padding-top: 80px;
}
.site-header .brand {
    margin-right: 32px;
}
.site-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}
.header-nav {
    flex-grow: 1;
}
.header-nav .header-nav-inner, .header-nav ul {
    display: flex;
    flex-grow: 1;
}
.header-nav ul {
    align-items: center;
    white-space: nowrap;
    margin-bottom: 0;
}
.header-nav ul:first-of-type {
    flex-wrap: wrap;
}
.header-nav li + .header-button {
    margin-left: 32px;
}
.header-nav a:not(.button) {
    display: block;
    color: #9ca9b3;
    font-weight: 500;
    padding: 0 32px;
}
.header-nav a:not(.button):active, .header-nav a:not(.button):hover {
    color: #eceded;
}
.invert-color .header-nav a:not(.button) {
    color: #33363a;
}
.invert-color .header-nav a:not(.button):active, .invert-color .header-nav a:not(.button):hover {
    color: #2e73ff;
}
.header-nav a.button {
    margin-left: 32px;
}
.header-nav-center:first-of-type {
    flex-grow: 1;
    justify-content: flex-end;
}
.header-nav-right {
    justify-content: flex-end;
}
.header-nav-right + .header-nav-right {
    flex-grow: 0;
}
.header-nav-toggle {
    display: none;
}
@media (max-width: 640px) {
    .header-nav-toggle {
        display: block;
    }
    .header-nav-toggle + .header-nav {
        flex-direction: column;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 9999;
        background: #050507;
        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;
        color: #eceded;
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .header-nav-toggle + .header-nav a.button {
        margin-left: 0;
        margin-top: 12px;
        margin-bottom: 12px;
    }
}
.is-boxed {
    background: #111115;
}
.is-boxed .body-wrap {
    max-width: 1440px;
    margin: 0 auto;
    box-shadow: 0 20px 48px rgba(12, 12, 15, 0.8);
}
.is-boxed .body-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0c0c0f;
    z-index: -10;
}
.body-wrap {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.site-content {
    flex: 1 0 auto;
}
.site-footer {
    position: relative;
}
.site-footer:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #4d995f;
    z-index: -3;
}
.site-footer-inner {
    padding: 48px 0;
}
.footer-top {
}
.footer-bottom {
    padding-top: 12px;
}
.footer-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-right: -24px;
    margin-left: -24px;
    margin-top: -12px;
}
.footer-blocks:last-of-type {
    margin-bottom: 28px;
}
.footer-blocks:not(:last-of-type) {
    margin-bottom: 12px;
}
.footer-block {
    flex-grow: 1;
    flex-basis: 160px;
    box-sizing: content-box;
    padding: 12px 24px;
}
.footer-block * {
    box-sizing: border-box;
}
.footer-block ul li:not(:last-child) {
    margin-bottom: 4px;
}
.footer-block a {
    color: #9ca9b3;
}
.footer-block a:active, .footer-block a:hover {
    color: #eceded;
}
.footer-block-title {
    font-size: 14px;
    line-height: 22px;
    font-weight: 700;
    color: #eceded;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.invert-color .footer-block-title {
    color: #0c0c0f;
}
.footer-nav a, .footer-social a {
    display: flex;
}
.footer-nav ul, .footer-social ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 0;
}
.footer-social ul {
    margin-right: -16px;
    margin-left: -16px;
}
.footer-social li {
    padding: 0 8px;
}
.footer-social a {
    padding: 8px;
}
.footer-social a svg {
    fill: #2e73ff;
    transition: fill 0.15s ease;
}
.footer-social a:hover svg {
    fill: #acadff;
}
.footer-nav {
    margin-right: -12px;
    margin-left: -12px;
}
.footer-nav a {
    color: #ffffff;
    padding: 0 12px;
}
.footer-nav a:active, .footer-nav a:hover {
    color: #eceded;
}
@media (max-width: 640px) {
    .footer-bottom > :not(:last-child), .footer-top > :not(:last-child) {
        margin-bottom: 24px;
    }
}
@media (min-width: 641px) {
    .site-footer-inner {
        /* padding: 64px 0; */
    }
    .footer-bottom.space-between, .footer-top.space-between {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footer-bottom.invert-order-desktop > :first-child, .footer-top.invert-order-desktop > :first-child {
        order: 1;
    margin-top: -2.5em;}
}
.section-inner {
    position: relative;
    padding-top: 48px;
}
.section-header, .section-inner {
    padding-bottom: 48px;
}
@media (min-width: 641px) {
    .section-inner {
        padding-top: 80px;
    }
    .section-header, .section-inner {
        padding-bottom: 80px;
    }
}
.hero-inner > .hero-content + .hero-figure, .hero-inner > .hero-figure + .hero-content {
    margin-top: 48px;
}
.hero-inner > .hero-figure > a {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}
@media (max-width: 640px) {
    .hero .split-wrap.invert-mobile .split-item .split-item-image, .hero .split-wrap .split-item .split-item-content {
        margin-bottom: 48px;
    }
}
@media (min-width: 641px) {
    .hero-inner > .hero-content + .hero-figure, .hero-inner > .hero-figure + .hero-content {
        margin-top: 64px;
    }
}
@media (min-width: 641px) {
    .features-split .section-header {
        padding-bottom: 92px;
    }
}
.features-tiles .tiles-wrap {
    margin-right: -16px;
    margin-left: -16px;
    margin-top: -16px;
}
.features-tiles .tiles-wrap:last-of-type {
    margin-bottom: -16px;
}
.features-tiles .tiles-wrap:not(:last-of-type) {
    margin-bottom: 16px;
}
.features-tiles .tiles-wrap.push-left:after {
    flex-basis: 317px;
    max-width: 317px;
    padding-left: 16px;
    padding-right: 16px;
}
.features-tiles .tiles-item {
    flex-basis: 317px;
    max-width: 317px;
    padding: 16px;
}
.features-tiles .tiles-item-inner {
    padding: 0;
}
@media (min-width: 641px) {
    .features-tiles .tiles-wrap {
        margin-right: -32px;
        margin-left: -32px;
        margin-top: -32px;
    }
    .features-tiles .tiles-wrap:last-of-type {
        margin-bottom: -32px;
    }
    .features-tiles .tiles-wrap:not(:last-of-type) {
        margin-bottom: 32px;
    }
    .features-tiles .tiles-wrap.push-left:after {
        padding-left: 32px;
        padding-right: 32px;
    }
    .features-tiles .tiles-item {
        padding: 32px;
    }
}
.testimonial .tiles-item, .testimonial .tiles-wrap.push-left:after {
    flex-basis: 344px;
    max-width: 344px;
}
.testimonial .tiles-item-inner {
    padding: 24px 32px;
}
.testimonial-item-content {
    flex-grow: 1;
}
.testimonial-item-source {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
}
.cta .section-inner {
    padding-top: 48px;
    padding-bottom: 48px;
}
.cta-slogan {
    margin-bottom: 40px;
}
@media (min-width: 641px) {
    .cta .section-inner {
        padding-top: 64px;
        padding-bottom: 64px;
    }
    .cta-split {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .cta-split .cta-slogan {
        margin-bottom: 0;
        margin-right: 48px;
    }
}
.h3, .h4, .h5, .h6, h3, h4, h5, h6 {
    font-weight: 700;
}
.features-tiles-item-image {
    display: inline-flex;
    border-radius: 50%;
    background-color: #2e73ff;
}
.testimonial .tiles-item-inner {
    background: #25282c;
}
.testimonial-item-content {
    position: relative;
}
.testimonial-item-content:before {
    content: "";
    display: block;
    width: 24px;
    height: 18px;
    margin-top: 12px;
    margin-bottom: 16px;
    background-image: url(data:image/svg+xml;
    base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTMuNDgxYzAtMi4zNC42MTEtNC43NjEgMS44MzMtNy4yNjNDMy4wNTYgMy43MTYgNC43MzMgMS42NDMgNi44NjUgMEwxMSAyLjY4OUM5LjcyNiA0LjM4MiA4Ljc3NyA2LjA5MyA4LjE1MiA3LjgyNGMtLjYyNCAxLjczLS45MzYgMy41NzgtLjkzNiA1LjU0NVYxOEgwdi00LjUxOXptMTMgMGMwLTIuMzQuNjExLTQuNzYxIDEuODMzLTcuMjYzIDEuMjIzLTIuNTAyIDIuOS00LjU3NSA1LjAzMi02LjIxOEwyNCAyLjY4OWMtMS4yNzQgMS42OTMtMi4yMjMgMy40MDQtMi44NDggNS4xMzUtLjYyNCAxLjczLS45MzYgMy41NzgtLjkzNiA1LjU0NVYxOEgxM3YtNC41MTl6IiBmaWxsPSIjMmU3M2ZmIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48L3N2Zz4=);
    background-repeat: no-repeat;
}
.testimonial-item-footer {
    font-weight: 600;
    padding-top: 20px;
}
.testimonial-item-footer.has-top-divider:before {
    background: #33363a;
}
.testimonial-item-link {
    color: #1cb68b;
}
.testimonial-item-link a {
    color: #1cb68b;
    text-decoration: none;
}
.testimonial-item-link a:hover {
    color: #73efcc;
}
.cta .form-input {
    border-color: transparent;
    border-radius: 2px;
}
.cta-inner {
    padding-left: 16px;
    padding-right: 16px;
    background-color: #5658dd;
    background-image: url(/static/media/cta-illustration.79633e45.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
@media (min-width: 641px) {
    .cta .form-input {
        min-width: 280px;
    }
    .cta-inner {
        padding-left: 48px;
        padding-right: 48px;
    }
}
.screen-reader {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.list-reset {
    list-style: none;
    padding: 0;
}
.list-reset li {
    margin: 0;
}
.ta-l {
    text-align: left;
}
.ta-c {
    text-align: center;
}
.ta-r {
    text-align: right;
}
.fw-400 {
    font-weight: 400;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.text-color-high {
    color: #eceded;
}
.text-color-mid {
    color: #9ca9b3;
}
.text-color-low {
    color: #717d86;
}
.text-color-primary {
    color: #5658dd;
}
.text-color-secondary {
    color: #24e5af;
}
.text-color-error {
    color: #ff6171;
}
.text-color-warning {
    color: #ffa173;
}
.text-color-success {
    color: #24e5af;
}
.invert-color .text-color-high {
    color: #0c0c0f;
}
.invert-color .text-color-mid {
    color: #25282c;
}
.invert-color .text-color-low {
    color: #717d86;
}
.tt-u {
    text-transform: uppercase;
}
.image-full {
    width: 100%;
}
.image-larger {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% + 96px);
    max-width: 100vw;
}
.has-bg-color {
    position: relative;
    background-color: #fff;
    z-index: 0;
}
.has-shadow {
    box-shadow: 0 24px 64px rgba(12, 12, 15, 0.64);
}
img.has-shadow {
    border-radius: 2px;
}
.has-top-divider {
    position: relative;
}
.has-top-divider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #25282c;
}
.has-bottom-divider {
    position: relative;
}
.has-bottom-divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #25282c;
}
.invert-color .has-top-divider {
    position: relative;
}
.invert-color .has-top-divider:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #eceded;
}
.invert-color .has-bottom-divider {
    position: relative;
}
.invert-color .has-bottom-divider:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #eceded;
}
.center-content {
    text-align: center;
}
.center-content img, .center-content svg, .center-content video {
    margin-left: auto;
    margin-right: auto;
}
.center-content .button-group {
    justify-content: center;
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.responsive-video.is-4-3 {
    padding-bottom: 75%;
}
.responsive-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.m-0 {
    margin: 0;
}
.mt-0 {
    margin-top: 0;
}
.mr-0 {
    margin-right: 0;
}
.mb-0 {
    margin-bottom: 0;
}
.ml-0 {
    margin-left: 0;
}
.m-4 {
    margin: 4px;
}
.mt-4 {
    margin-top: 4px;
}
.mr-4 {
    margin-right: 4px;
}
.mb-4 {
    margin-bottom: 4px;
}
.ml-4 {
    margin-left: 4px;
}
.m-8 {
    margin: 8px;
}
.mt-8 {
    margin-top: 8px;
}
.mr-8 {
    margin-right: 8px;
}
.mb-8 {
    margin-bottom: 8px;
}
.ml-8 {
    margin-left: 8px;
}
.m-12 {
    margin: 12px;
}
.mt-12 {
    margin-top: 12px;
}
.mr-12 {
    margin-right: 12px;
}
.mb-12 {
    margin-bottom: 12px;
}
.ml-12 {
    margin-left: 12px;
}
.m-16 {
    margin: 16px;
}
.mt-16 {
    margin-top: 16px;
}
.mr-16 {
    margin-right: 16px;
}
.mb-16 {
    margin-bottom: 16px;
}
.ml-16 {
    margin-left: 16px;
}
.m-24 {
    margin: 24px;
}
.mt-24 {
    margin-top: 24px;
}
.mr-24 {
    margin-right: 24px;
}
.mb-24 {
    margin-bottom: 24px;
}
.ml-24 {
    margin-left: 24px;
}
.m-32 {
    margin: 32px;
}
.mt-32 {
    margin-top: 32px;
}
.mr-32 {
    margin-right: 32px;
}
.mb-32 {
    margin-bottom: 32px;
}
.ml-32 {
    margin-left: 32px;
}
.p-0 {
    padding: 0;
}
.pt-0 {
    padding-top: 0;
}
.pr-0 {
    padding-right: 0;
}
.pb-0 {
    padding-bottom: 0;
}
.pl-0 {
    padding-left: 0;
}
.p-4 {
    padding: 4px;
}
.pt-4 {
    padding-top: 4px;
}
.pr-4 {
    padding-right: 4px;
}
.pb-4 {
    padding-bottom: 4px;
}
.pl-4 {
    padding-left: 4px;
}
.p-8 {
    padding: 8px;
}
.pt-8 {
    padding-top: 8px;
}
.pr-8 {
    padding-right: 8px;
}
.pb-8 {
    padding-bottom: 8px;
}
.pl-8 {
    padding-left: 8px;
}
.p-12 {
    padding: 12px;
}
.pt-12 {
    padding-top: 12px;
}
.pr-12 {
    padding-right: 12px;
}
.pb-12 {
    padding-bottom: 12px;
}
.pl-12 {
    padding-left: 12px;
}
.p-16 {
    padding: 16px;
}
.pt-16 {
    padding-top: 16px;
}
.pr-16 {
    padding-right: 16px;
}
.pb-16 {
    padding-bottom: 16px;
}
.pl-16 {
    padding-left: 16px;
}
.p-24 {
    padding: 24px;
}
.pt-24 {
    padding-top: 24px;
}
.pr-24 {
    padding-right: 24px;
}
.pb-24 {
    padding-bottom: 24px;
}
.pl-24 {
    padding-left: 24px;
}
.p-32 {
    padding: 32px;
}
.pt-32 {
    padding-top: 32px;
}
.pr-32 {
    padding-right: 32px;
}
.pb-32 {
    padding-bottom: 32px;
}
.pl-32 {
    padding-left: 32px;
}
.spacer-4 {
    padding-top: 4px;
}
.spacer-8 {
    padding-top: 8px;
}
.spacer-12 {
    padding-top: 12px;
}
.spacer-16 {
    padding-top: 16px;
}
.spacer-24 {
    padding-top: 24px;
}
.spacer-32 {
    padding-top: 32px;
}
.spacer-48 {
    padding-top: 48px;
}
.spacer-64 {
    padding-top: 64px;
}
@media (max-width: 640px) {
    .ta-l-mobile {
        text-align: left;
    }
    .ta-c-mobile {
        text-align: center;
    }
    .ta-r-mobile {
        text-align: right;
    }
    .center-content-mobile {
        text-align: center;
    }
    .center-content-mobile img, .center-content-mobile svg, .center-content-mobile video {
        margin-left: auto;
        margin-right: auto;
    }
    .center-content-mobile .button-group {
        justify-content: center;
    }
    .spacer-4-mobile {
        padding-top: 4px;
    }
    .spacer-8-mobile {
        padding-top: 8px;
    }
    .spacer-12-mobile {
        padding-top: 12px;
    }
    .spacer-16-mobile {
        padding-top: 16px;
    }
    .spacer-24-mobile {
        padding-top: 24px;
    }
    .spacer-32-mobile {
        padding-top: 32px;
    }
    .spacer-48-mobile {
        padding-top: 48px;
    }
    .spacer-64-mobile {
        padding-top: 64px;
    }
}
@media (min-width: 641px) {
    .ta-l-desktop {
        text-align: left;
    }
    .ta-c-desktop {
        text-align: center;
    }
    .ta-r-desktop {
        text-align: right;
    }
    .center-content-desktop {
        text-align: center;
    }
    .center-content-desktop img, .center-content-desktop svg, .center-content-desktop video {
        margin-left: auto;
        margin-right: auto;
    }
    .center-content-desktop .button-group {
        justify-content: center;
    }
}
.vanced--gradient {
    background: #2e73ff;
    background-image: linear-gradient( 45deg, #2e73ff 20%, #ff0032 52%, #0c0c0f 95% );
    background-size: 100%;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-background-clip: text;
    -moz-text-fill-color: transparent;
}
.features--image--container {
    display: flex;
}
@media (max-width: 768px) {
    .features--image--container {
        flex-direction: column;
    }
}
html {
    scroll-behavior: smooth;
}
