@charset "UTF-8";
._toast_2v2z1_1 {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 14px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .08);
    background: #0d0b20eb;
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    box-shadow: 0 12px 40px #06084659;
    overflow: hidden;
    pointer-events: auto;
    animation: _toast-in_2v2z1_1 .2s ease
}

._toast_2v2z1_1 ._icon_2v2z1_16 {
    flex: none;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff
}

._toast_2v2z1_1 ._icon_2v2z1_16 svg {
    display: block;
    width: 14px;
    height: 14px
}

._toast_2v2z1_1._success_2v2z1_32 ._icon_2v2z1_16 {
    background: #6dbb0038;
    color: #9be24a
}

._toast_2v2z1_1._error_2v2z1_36 ._icon_2v2z1_16 {
    background: #e6394638;
    color: #ff7b85
}

._toast_2v2z1_1._warning_2v2z1_40 ._icon_2v2z1_16 {
    background: #f5a62338;
    color: #ffc35c
}

._toast_2v2z1_1._info_2v2z1_44 ._icon_2v2z1_16 {
    background: #1155d947;
    color: #7ba6ff
}

._toast_2v2z1_1 ._content_2v2z1_48 {
    flex: 1;
    min-width: 0
}

._toast_2v2z1_1 ._title_2v2z1_52 {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    white-space: pre-line;
    overflow-wrap: anywhere
}

._toast_2v2z1_1 ._message_2v2z1_60 {
    margin-top: 4px;
    font-size: 13px;
    line-height: 1.5;
    color: #ffffffb8;
    white-space: pre-line;
    overflow-wrap: anywhere
}

._toast_2v2z1_1 ._close-button_2v2z1_68 {
    flex: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    margin-top: -1px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background: transparent;
    color: #fff9;
    cursor: pointer;
    transition: background .15s ease, color .15s ease
}

._toast_2v2z1_1 ._close-button_2v2z1_68 svg {
    width: 13px;
    height: 13px
}

._toast_2v2z1_1 ._close-button_2v2z1_68:hover {
    background: #ffffff1f;
    color: #fff
}

@keyframes _toast-in_2v2z1_1 {
    0% {
        opacity: 0;
        transform: translate(24px)
    }
    to {
        opacity: 1;
        transform: translate(0)
    }
}

._toast-container_1yual_1 {
    position: fixed;
    top: 90px;
    right: 16px;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 360px;
    max-width: calc(100vw - 24px);
    pointer-events: none
}

@media only screen and (max-width:550px) {
    ._toast-container_1yual_1 {
        left: 12px;
        right: 12px;
        width: auto;
        max-width: none
    }
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

.hidden,
[hidden] {
    display: none !important
}

.pure-img {
    max-width: 100%;
    height: auto;
    display: block
}

.pure-g {
    letter-spacing: -.31em;
    *letter-spacing: normal;
    *word-spacing: -.43em;
    text-rendering: optimizespeed;
    font-family: FreeSans, Arimo, Droid Sans, Helvetica, Arial, sans-serif;
    display: -webkit-flex;
    -webkit-flex-flow: row wrap;
    display: -ms-flexbox;
    -ms-flex-flow: row wrap;
    -ms-align-content: flex-start;
    -webkit-align-content: flex-start;
    align-content: flex-start
}

.opera-only :-o-prefocus,
.pure-g {
    word-spacing: -.43em
}

.pure-u {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-g [class*=pure-u] {
    font-family: sans-serif
}

.pure-u-1,
.pure-u-1-1,
.pure-u-1-2,
.pure-u-1-3,
.pure-u-2-3,
.pure-u-1-4,
.pure-u-3-4,
.pure-u-1-5,
.pure-u-2-5,
.pure-u-3-5,
.pure-u-4-5,
.pure-u-5-5,
.pure-u-1-6,
.pure-u-5-6,
.pure-u-1-8,
.pure-u-3-8,
.pure-u-5-8,
.pure-u-7-8,
.pure-u-1-12,
.pure-u-5-12,
.pure-u-7-12,
.pure-u-11-12,
.pure-u-1-24,
.pure-u-2-24,
.pure-u-3-24,
.pure-u-4-24,
.pure-u-5-24,
.pure-u-6-24,
.pure-u-7-24,
.pure-u-8-24,
.pure-u-9-24,
.pure-u-10-24,
.pure-u-11-24,
.pure-u-12-24,
.pure-u-13-24,
.pure-u-14-24,
.pure-u-15-24,
.pure-u-16-24,
.pure-u-17-24,
.pure-u-18-24,
.pure-u-19-24,
.pure-u-20-24,
.pure-u-21-24,
.pure-u-22-24,
.pure-u-23-24,
.pure-u-24-24 {
    display: inline-block;
    *display: inline;
    zoom: 1;
    letter-spacing: normal;
    word-spacing: normal;
    vertical-align: top;
    text-rendering: auto
}

.pure-u-1-24 {
    width: 4.1667%;
    *width: 4.1357%
}

.pure-u-1-12,
.pure-u-2-24 {
    width: 8.3333%;
    *width: 8.3023%
}

.pure-u-1-8,
.pure-u-3-24 {
    width: 12.5%;
    *width: 12.469%
}

.pure-u-1-6,
.pure-u-4-24 {
    width: 16.6667%;
    *width: 16.6357%
}

.pure-u-1-5 {
    width: 20%;
    *width: 19.969%
}

.pure-u-5-24 {
    width: 20.8333%;
    *width: 20.8023%
}

.pure-u-1-4,
.pure-u-6-24 {
    width: 25%;
    *width: 24.969%
}

.pure-u-7-24 {
    width: 29.1667%;
    *width: 29.1357%
}

.pure-u-1-3,
.pure-u-8-24 {
    width: 33.3333%;
    *width: 33.3023%
}

.pure-u-3-8,
.pure-u-9-24 {
    width: 37.5%;
    *width: 37.469%
}

.pure-u-2-5 {
    width: 40%;
    *width: 39.969%
}

.pure-u-5-12,
.pure-u-10-24 {
    width: 41.6667%;
    *width: 41.6357%
}

.pure-u-11-24 {
    width: 45.8333%;
    *width: 45.8023%
}

.pure-u-1-2,
.pure-u-12-24 {
    width: 50%;
    *width: 49.969%
}

.pure-u-13-24 {
    width: 54.1667%;
    *width: 54.1357%
}

.pure-u-7-12,
.pure-u-14-24 {
    width: 58.3333%;
    *width: 58.3023%
}

.pure-u-3-5 {
    width: 60%;
    *width: 59.969%
}

.pure-u-5-8,
.pure-u-15-24 {
    width: 62.5%;
    *width: 62.469%
}

.pure-u-2-3,
.pure-u-16-24 {
    width: 66.6667%;
    *width: 66.6357%
}

.pure-u-17-24 {
    width: 70.8333%;
    *width: 70.8023%
}

.pure-u-3-4,
.pure-u-18-24 {
    width: 75%;
    *width: 74.969%
}

.pure-u-19-24 {
    width: 79.1667%;
    *width: 79.1357%
}

.pure-u-4-5 {
    width: 80%;
    *width: 79.969%
}

.pure-u-5-6,
.pure-u-20-24 {
    width: 83.3333%;
    *width: 83.3023%
}

.pure-u-7-8,
.pure-u-21-24 {
    width: 87.5%;
    *width: 87.469%
}

.pure-u-11-12,
.pure-u-22-24 {
    width: 91.6667%;
    *width: 91.6357%
}

.pure-u-23-24 {
    width: 95.8333%;
    *width: 95.8023%
}

.pure-u-1,
.pure-u-1-1,
.pure-u-5-5,
.pure-u-24-24 {
    width: 100%
}

@media screen and (min-width:35.5em) {
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-1-2,
    .pure-u-sm-1-3,
    .pure-u-sm-2-3,
    .pure-u-sm-1-4,
    .pure-u-sm-3-4,
    .pure-u-sm-1-5,
    .pure-u-sm-2-5,
    .pure-u-sm-3-5,
    .pure-u-sm-4-5,
    .pure-u-sm-5-5,
    .pure-u-sm-1-6,
    .pure-u-sm-5-6,
    .pure-u-sm-1-8,
    .pure-u-sm-3-8,
    .pure-u-sm-5-8,
    .pure-u-sm-7-8,
    .pure-u-sm-1-12,
    .pure-u-sm-5-12,
    .pure-u-sm-7-12,
    .pure-u-sm-11-12,
    .pure-u-sm-1-24,
    .pure-u-sm-2-24,
    .pure-u-sm-3-24,
    .pure-u-sm-4-24,
    .pure-u-sm-5-24,
    .pure-u-sm-6-24,
    .pure-u-sm-7-24,
    .pure-u-sm-8-24,
    .pure-u-sm-9-24,
    .pure-u-sm-10-24,
    .pure-u-sm-11-24,
    .pure-u-sm-12-24,
    .pure-u-sm-13-24,
    .pure-u-sm-14-24,
    .pure-u-sm-15-24,
    .pure-u-sm-16-24,
    .pure-u-sm-17-24,
    .pure-u-sm-18-24,
    .pure-u-sm-19-24,
    .pure-u-sm-20-24,
    .pure-u-sm-21-24,
    .pure-u-sm-22-24,
    .pure-u-sm-23-24,
    .pure-u-sm-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }
    .pure-u-sm-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }
    .pure-u-sm-1-12,
    .pure-u-sm-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }
    .pure-u-sm-1-8,
    .pure-u-sm-3-24 {
        width: 12.5%;
        *width: 12.469%
    }
    .pure-u-sm-1-6,
    .pure-u-sm-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }
    .pure-u-sm-1-5 {
        width: 20%;
        *width: 19.969%
    }
    .pure-u-sm-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }
    .pure-u-sm-1-4,
    .pure-u-sm-6-24 {
        width: 25%;
        *width: 24.969%
    }
    .pure-u-sm-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }
    .pure-u-sm-1-3,
    .pure-u-sm-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }
    .pure-u-sm-3-8,
    .pure-u-sm-9-24 {
        width: 37.5%;
        *width: 37.469%
    }
    .pure-u-sm-2-5 {
        width: 40%;
        *width: 39.969%
    }
    .pure-u-sm-5-12,
    .pure-u-sm-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }
    .pure-u-sm-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }
    .pure-u-sm-1-2,
    .pure-u-sm-12-24 {
        width: 50%;
        *width: 49.969%
    }
    .pure-u-sm-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }
    .pure-u-sm-7-12,
    .pure-u-sm-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }
    .pure-u-sm-3-5 {
        width: 60%;
        *width: 59.969%
    }
    .pure-u-sm-5-8,
    .pure-u-sm-15-24 {
        width: 62.5%;
        *width: 62.469%
    }
    .pure-u-sm-2-3,
    .pure-u-sm-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }
    .pure-u-sm-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }
    .pure-u-sm-3-4,
    .pure-u-sm-18-24 {
        width: 75%;
        *width: 74.969%
    }
    .pure-u-sm-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }
    .pure-u-sm-4-5 {
        width: 80%;
        *width: 79.969%
    }
    .pure-u-sm-5-6,
    .pure-u-sm-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }
    .pure-u-sm-7-8,
    .pure-u-sm-21-24 {
        width: 87.5%;
        *width: 87.469%
    }
    .pure-u-sm-11-12,
    .pure-u-sm-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }
    .pure-u-sm-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }
    .pure-u-sm-1,
    .pure-u-sm-1-1,
    .pure-u-sm-5-5,
    .pure-u-sm-24-24 {
        width: 100%
    }
}

@media screen and (min-width:48em) {
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-1-2,
    .pure-u-md-1-3,
    .pure-u-md-2-3,
    .pure-u-md-1-4,
    .pure-u-md-3-4,
    .pure-u-md-1-5,
    .pure-u-md-2-5,
    .pure-u-md-3-5,
    .pure-u-md-4-5,
    .pure-u-md-5-5,
    .pure-u-md-1-6,
    .pure-u-md-5-6,
    .pure-u-md-1-8,
    .pure-u-md-3-8,
    .pure-u-md-5-8,
    .pure-u-md-7-8,
    .pure-u-md-1-12,
    .pure-u-md-5-12,
    .pure-u-md-7-12,
    .pure-u-md-11-12,
    .pure-u-md-1-24,
    .pure-u-md-2-24,
    .pure-u-md-3-24,
    .pure-u-md-4-24,
    .pure-u-md-5-24,
    .pure-u-md-6-24,
    .pure-u-md-7-24,
    .pure-u-md-8-24,
    .pure-u-md-9-24,
    .pure-u-md-10-24,
    .pure-u-md-11-24,
    .pure-u-md-12-24,
    .pure-u-md-13-24,
    .pure-u-md-14-24,
    .pure-u-md-15-24,
    .pure-u-md-16-24,
    .pure-u-md-17-24,
    .pure-u-md-18-24,
    .pure-u-md-19-24,
    .pure-u-md-20-24,
    .pure-u-md-21-24,
    .pure-u-md-22-24,
    .pure-u-md-23-24,
    .pure-u-md-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }
    .pure-u-md-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }
    .pure-u-md-1-12,
    .pure-u-md-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }
    .pure-u-md-1-8,
    .pure-u-md-3-24 {
        width: 12.5%;
        *width: 12.469%
    }
    .pure-u-md-1-6,
    .pure-u-md-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }
    .pure-u-md-1-5 {
        width: 20%;
        *width: 19.969%
    }
    .pure-u-md-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }
    .pure-u-md-1-4,
    .pure-u-md-6-24 {
        width: 25%;
        *width: 24.969%
    }
    .pure-u-md-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }
    .pure-u-md-1-3,
    .pure-u-md-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }
    .pure-u-md-3-8,
    .pure-u-md-9-24 {
        width: 37.5%;
        *width: 37.469%
    }
    .pure-u-md-2-5 {
        width: 40%;
        *width: 39.969%
    }
    .pure-u-md-5-12,
    .pure-u-md-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }
    .pure-u-md-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }
    .pure-u-md-1-2,
    .pure-u-md-12-24 {
        width: 50%;
        *width: 49.969%
    }
    .pure-u-md-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }
    .pure-u-md-7-12,
    .pure-u-md-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }
    .pure-u-md-3-5 {
        width: 60%;
        *width: 59.969%
    }
    .pure-u-md-5-8,
    .pure-u-md-15-24 {
        width: 62.5%;
        *width: 62.469%
    }
    .pure-u-md-2-3,
    .pure-u-md-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }
    .pure-u-md-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }
    .pure-u-md-3-4,
    .pure-u-md-18-24 {
        width: 75%;
        *width: 74.969%
    }
    .pure-u-md-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }
    .pure-u-md-4-5 {
        width: 80%;
        *width: 79.969%
    }
    .pure-u-md-5-6,
    .pure-u-md-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }
    .pure-u-md-7-8,
    .pure-u-md-21-24 {
        width: 87.5%;
        *width: 87.469%
    }
    .pure-u-md-11-12,
    .pure-u-md-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }
    .pure-u-md-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }
    .pure-u-md-1,
    .pure-u-md-1-1,
    .pure-u-md-5-5,
    .pure-u-md-24-24 {
        width: 100%
    }
}

@media screen and (min-width:64em) {
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-1-2,
    .pure-u-lg-1-3,
    .pure-u-lg-2-3,
    .pure-u-lg-1-4,
    .pure-u-lg-3-4,
    .pure-u-lg-1-5,
    .pure-u-lg-2-5,
    .pure-u-lg-3-5,
    .pure-u-lg-4-5,
    .pure-u-lg-5-5,
    .pure-u-lg-1-6,
    .pure-u-lg-5-6,
    .pure-u-lg-1-8,
    .pure-u-lg-3-8,
    .pure-u-lg-5-8,
    .pure-u-lg-7-8,
    .pure-u-lg-1-12,
    .pure-u-lg-5-12,
    .pure-u-lg-7-12,
    .pure-u-lg-11-12,
    .pure-u-lg-1-24,
    .pure-u-lg-2-24,
    .pure-u-lg-3-24,
    .pure-u-lg-4-24,
    .pure-u-lg-5-24,
    .pure-u-lg-6-24,
    .pure-u-lg-7-24,
    .pure-u-lg-8-24,
    .pure-u-lg-9-24,
    .pure-u-lg-10-24,
    .pure-u-lg-11-24,
    .pure-u-lg-12-24,
    .pure-u-lg-13-24,
    .pure-u-lg-14-24,
    .pure-u-lg-15-24,
    .pure-u-lg-16-24,
    .pure-u-lg-17-24,
    .pure-u-lg-18-24,
    .pure-u-lg-19-24,
    .pure-u-lg-20-24,
    .pure-u-lg-21-24,
    .pure-u-lg-22-24,
    .pure-u-lg-23-24,
    .pure-u-lg-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }
    .pure-u-lg-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }
    .pure-u-lg-1-12,
    .pure-u-lg-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }
    .pure-u-lg-1-8,
    .pure-u-lg-3-24 {
        width: 12.5%;
        *width: 12.469%
    }
    .pure-u-lg-1-6,
    .pure-u-lg-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }
    .pure-u-lg-1-5 {
        width: 20%;
        *width: 19.969%
    }
    .pure-u-lg-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }
    .pure-u-lg-1-4,
    .pure-u-lg-6-24 {
        width: 25%;
        *width: 24.969%
    }
    .pure-u-lg-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }
    .pure-u-lg-1-3,
    .pure-u-lg-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }
    .pure-u-lg-3-8,
    .pure-u-lg-9-24 {
        width: 37.5%;
        *width: 37.469%
    }
    .pure-u-lg-2-5 {
        width: 40%;
        *width: 39.969%
    }
    .pure-u-lg-5-12,
    .pure-u-lg-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }
    .pure-u-lg-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }
    .pure-u-lg-1-2,
    .pure-u-lg-12-24 {
        width: 50%;
        *width: 49.969%
    }
    .pure-u-lg-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }
    .pure-u-lg-7-12,
    .pure-u-lg-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }
    .pure-u-lg-3-5 {
        width: 60%;
        *width: 59.969%
    }
    .pure-u-lg-5-8,
    .pure-u-lg-15-24 {
        width: 62.5%;
        *width: 62.469%
    }
    .pure-u-lg-2-3,
    .pure-u-lg-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }
    .pure-u-lg-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }
    .pure-u-lg-3-4,
    .pure-u-lg-18-24 {
        width: 75%;
        *width: 74.969%
    }
    .pure-u-lg-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }
    .pure-u-lg-4-5 {
        width: 80%;
        *width: 79.969%
    }
    .pure-u-lg-5-6,
    .pure-u-lg-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }
    .pure-u-lg-7-8,
    .pure-u-lg-21-24 {
        width: 87.5%;
        *width: 87.469%
    }
    .pure-u-lg-11-12,
    .pure-u-lg-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }
    .pure-u-lg-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }
    .pure-u-lg-1,
    .pure-u-lg-1-1,
    .pure-u-lg-5-5,
    .pure-u-lg-24-24 {
        width: 100%
    }
}

@media screen and (min-width:80em) {
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-1-2,
    .pure-u-xl-1-3,
    .pure-u-xl-2-3,
    .pure-u-xl-1-4,
    .pure-u-xl-3-4,
    .pure-u-xl-1-5,
    .pure-u-xl-2-5,
    .pure-u-xl-3-5,
    .pure-u-xl-4-5,
    .pure-u-xl-5-5,
    .pure-u-xl-1-6,
    .pure-u-xl-5-6,
    .pure-u-xl-1-8,
    .pure-u-xl-3-8,
    .pure-u-xl-5-8,
    .pure-u-xl-7-8,
    .pure-u-xl-1-12,
    .pure-u-xl-5-12,
    .pure-u-xl-7-12,
    .pure-u-xl-11-12,
    .pure-u-xl-1-24,
    .pure-u-xl-2-24,
    .pure-u-xl-3-24,
    .pure-u-xl-4-24,
    .pure-u-xl-5-24,
    .pure-u-xl-6-24,
    .pure-u-xl-7-24,
    .pure-u-xl-8-24,
    .pure-u-xl-9-24,
    .pure-u-xl-10-24,
    .pure-u-xl-11-24,
    .pure-u-xl-12-24,
    .pure-u-xl-13-24,
    .pure-u-xl-14-24,
    .pure-u-xl-15-24,
    .pure-u-xl-16-24,
    .pure-u-xl-17-24,
    .pure-u-xl-18-24,
    .pure-u-xl-19-24,
    .pure-u-xl-20-24,
    .pure-u-xl-21-24,
    .pure-u-xl-22-24,
    .pure-u-xl-23-24,
    .pure-u-xl-24-24 {
        display: inline-block;
        *display: inline;
        zoom: 1;
        letter-spacing: normal;
        word-spacing: normal;
        vertical-align: top;
        text-rendering: auto
    }
    .pure-u-xl-1-24 {
        width: 4.1667%;
        *width: 4.1357%
    }
    .pure-u-xl-1-12,
    .pure-u-xl-2-24 {
        width: 8.3333%;
        *width: 8.3023%
    }
    .pure-u-xl-1-8,
    .pure-u-xl-3-24 {
        width: 12.5%;
        *width: 12.469%
    }
    .pure-u-xl-1-6,
    .pure-u-xl-4-24 {
        width: 16.6667%;
        *width: 16.6357%
    }
    .pure-u-xl-1-5 {
        width: 20%;
        *width: 19.969%
    }
    .pure-u-xl-5-24 {
        width: 20.8333%;
        *width: 20.8023%
    }
    .pure-u-xl-1-4,
    .pure-u-xl-6-24 {
        width: 25%;
        *width: 24.969%
    }
    .pure-u-xl-7-24 {
        width: 29.1667%;
        *width: 29.1357%
    }
    .pure-u-xl-1-3,
    .pure-u-xl-8-24 {
        width: 33.3333%;
        *width: 33.3023%
    }
    .pure-u-xl-3-8,
    .pure-u-xl-9-24 {
        width: 37.5%;
        *width: 37.469%
    }
    .pure-u-xl-2-5 {
        width: 40%;
        *width: 39.969%
    }
    .pure-u-xl-5-12,
    .pure-u-xl-10-24 {
        width: 41.6667%;
        *width: 41.6357%
    }
    .pure-u-xl-11-24 {
        width: 45.8333%;
        *width: 45.8023%
    }
    .pure-u-xl-1-2,
    .pure-u-xl-12-24 {
        width: 50%;
        *width: 49.969%
    }
    .pure-u-xl-13-24 {
        width: 54.1667%;
        *width: 54.1357%
    }
    .pure-u-xl-7-12,
    .pure-u-xl-14-24 {
        width: 58.3333%;
        *width: 58.3023%
    }
    .pure-u-xl-3-5 {
        width: 60%;
        *width: 59.969%
    }
    .pure-u-xl-5-8,
    .pure-u-xl-15-24 {
        width: 62.5%;
        *width: 62.469%
    }
    .pure-u-xl-2-3,
    .pure-u-xl-16-24 {
        width: 66.6667%;
        *width: 66.6357%
    }
    .pure-u-xl-17-24 {
        width: 70.8333%;
        *width: 70.8023%
    }
    .pure-u-xl-3-4,
    .pure-u-xl-18-24 {
        width: 75%;
        *width: 74.969%
    }
    .pure-u-xl-19-24 {
        width: 79.1667%;
        *width: 79.1357%
    }
    .pure-u-xl-4-5 {
        width: 80%;
        *width: 79.969%
    }
    .pure-u-xl-5-6,
    .pure-u-xl-20-24 {
        width: 83.3333%;
        *width: 83.3023%
    }
    .pure-u-xl-7-8,
    .pure-u-xl-21-24 {
        width: 87.5%;
        *width: 87.469%
    }
    .pure-u-xl-11-12,
    .pure-u-xl-22-24 {
        width: 91.6667%;
        *width: 91.6357%
    }
    .pure-u-xl-23-24 {
        width: 95.8333%;
        *width: 95.8023%
    }
    .pure-u-xl-1,
    .pure-u-xl-1-1,
    .pure-u-xl-5-5,
    .pure-u-xl-24-24 {
        width: 100%
    }
}

html {
    background: #181227;
    color: #fff;
    font-weight: 300;
    font-family: Plus Jakarta Sans, Open Sans, sans-serif;
    letter-spacing: .5px
}

p {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: .5px;
    padding-bottom: 25px
}

body {
    background-size: 100% auto;
    background-size: cover;
    background-color: #f2f2f2
}

body.no-scroll {
    overflow: hidden
}

html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
div,
a,
span,
strong,
input,
em,
ul,
li,
select,
option,
textarea {
    font-family: Plus Jakarta Sans, Open Sans, sans-serif
}

a {
    text-decoration: none;
    opacity: .85;
    color: inherit
}

a:hover,
a.selected {
    opacity: 1
}

a.selected {
    color: #fff
}

main {
    overflow-x: hidden
}

main,
section,
nav {
    display: block;
    position: relative
}

nav,
nav a {
    transition: all .2s ease-in
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    margin: 25px auto;
    text-align: center;
    -webkit-font-smoothing: subpixel-antialiased
}

h1 {
    font-size: 3.5em;
    line-height: 1.2em
}

h2 {
    font-size: 2.1em;
    line-height: 1.2em
}

h4 {
    font-size: 22px
}

hr {
    border: 1px solid #9665b2;
    border-bottom: 0px;
    margin: 32px 25px
}

.white-wrap {
    background-color: #ffffff14;
    overflow: hidden
}

.dark-wrap {
    background-color: #0000004d;
    overflow: hidden
}

.container {
    max-width: 1280px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto
}

.container.small {
    max-width: 820px
}

.container.smaller {
    max-width: 680px
}

section .container {
    margin: 100px auto;
    overflow: visible
}

section .container.no-v-margin {
    margin: 0 auto
}

section .container.half-v-margin {
    margin-top: 50px;
    margin-bottom: 100px
}

.section-header {
    margin-bottom: 40px
}

.section-header.small {
    font-size: .9em
}

.holder-1 {
    max-width: 1280px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px
}

.holder-2 {
    max-width: 680px;
    margin: auto
}

section .holder-1,
section .holder-2 {
    margin: 148px auto;
    overflow: visible
}

section .holder-1.no-v-margin,
section .holder-2.no-v-margin {
    margin: 0 auto
}

.icon,
.thumb,
.logo {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat
}

.pure-g .grid-item {
    padding-left: 20px;
    margin-top: 20px
}

.pure-g .grid-item.small {
    padding: 60px;
    margin: 0
}

@media screen and (max-width:990px) {
    section .container {
        margin: 50px auto
    }
    .container {
        padding-left: 20px;
        padding-right: 20px
    }
    .pure-g .grid-item {
        padding-left: 12px;
        padding-right: 12px;
        margin-top: 12px
    }
    .pure-g .grid-item.small {
        padding: 20px;
        margin: 0
    }
}

.title-subtitle {
    margin-bottom: 30px;
    text-align: center;
    color: #000
}

.title-subtitle h2 {
    color: #1155d9;
    font-weight: 700
}

.title-subtitle h2.purple-title {
    color: #7b5bf5
}

.title-subtitle h3 {
    color: #000;
    font-weight: 700;
    font-size: 1.5em
}

.title-subtitle p {
    max-width: 546px;
    display: inline-block;
    margin-left: 40px;
    margin-right: 40px;
    font-size: 16px
}

.title-subtitle p.last-p {
    padding-bottom: 0;
    margin-bottom: 22px
}

.title-subtitle a {
    color: #1155d9;
    font-weight: 400
}

.title-subtitle a:after {
    content: "  >"
}

.hero-area {
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0 100%)
}

.hero-area .blobs-mask {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-image: url(/assets/header-mask-CQaZvKD4.png);
    opacity: 1
}

.hero-area h2 {
    max-width: 100% !important;
    font-size: 1em !important
}

.hero-mascot {
    z-index: 1;
    text-align: center;
    height: 100px
}

.hero-mascot .hero-mascot-container {
    position: relative
}

.hero-mascot .hero-mascot-container img {
    transform: translateY(-70%);
    max-width: 100%
}

.hero-mascot.builder-mascot {
    height: 117px
}

.hero-mascot.builder-mascot .hero-mascot-container img {
    transform: translateY(-80%)
}

.big-builder-mascot {
    display: none
}

@media screen and (max-width:1100px) {
    .hero-mascot .hero-mascot-container img {
        transform: translateY(-80%)
    }
    .hero-mascot.builder-mascot .hero-mascot-container img {
        transform: translateY(-70%)
    }
}

@media screen and (max-width:990px) {
    .hero-mascot .hero-mascot-container img {
        transform: translateY(-90%)
    }
    .hero-mascot.builder-mascot .hero-mascot-container img {
        transform: translateY(-80%);
        max-width: 70%
    }
}

@media screen and (max-width:800px) {
    .hero-mascot .hero-mascot-container img {
        transform: translateY(-100%)
    }
    .hero-mascot.builder-mascot .hero-mascot-container img {
        transform: translateY(-80%)
    }
}

@media screen and (max-width:540px) {
    .title-subtitle h2 {
        font-size: 1.9rem
    }
    .title-subtitle h3 {
        font-size: 1.25em
    }
}

.notification {
    padding: 20px;
    text-align: center;
    font-size: 18px;
    background-color: #feb006;
    color: red;
    font-weight: 400;
    z-index: 99999;
    position: absolute;
    left: 0;
    right: 0
}

.notification+nav {
    margin-top: 60px
}

.notification.large+nav {
    margin-top: 85px
}

main section {
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.section-sep {
    border-bottom: 1px solid #333858;
    width: 100%
}

.button {
    background: #6dbb00;
    padding: 25px 45px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    cursor: pointer;
    opacity: 1;
    color: #fff;
    font-weight: 600;
    letter-spacing: .03em;
    text-transform: uppercase;
    opacity: .9
}

.button.darker {
    background: #8a5aab
}

.button:hover {
    opacity: 1
}

.button.invert {
    background: #fff;
    color: #6dbb00
}

ul,
li {
    list-style: none;
    padding: 0
}

li {
    padding-left: 33px;
    line-height: 120%;
    background-size: 22px 16px;
    background-repeat: no-repeat;
    background-position: left 5px;
    margin: 0 0 14px
}

.romb {
    width: 85px;
    height: 85px;
    margin: 30px auto;
    position: relative;
    backface-visibility: hidden;
    transform: translateZ(0)
}

.romb .icon,
.romb .number {
    position: absolute;
    inset: 0;
    margin: auto;
    transition: all .3s ease-in
}

.romb .icon {
    opacity: .9;
    width: 56%;
    height: 56%
}

.romb .number {
    width: 20px;
    height: 15px
}

.romb:before {
    content: "";
    display: block;
    float: left;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
    background: #fff3
}

.right {
    float: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.upper {
    text-transform: uppercase
}

.lower {
    text-transform: lowercase
}

.cptlz {
    text-transform: capitalize
}

.nott {
    text-transform: none
}

.cptlz-first {
    text-transform: lowercase
}

.cptlz-first:first-letter {
    text-transform: uppercase
}

.error {
    color: #fb5e19
}

.success {
    color: #19fbb8
}

.info {
    color: #b174d7
}

.warning {
    color: #fbb919
}

.dark-ribbon {
    background: transparent linear-gradient(135deg, #272458 0% 0%, #100e0d) 0% 0% no-repeat padding-box;
    transform: skewY(-4deg);
    padding: 30px 0;
    color: #fff
}

.dark-ribbon .container {
    transform: skewY(4deg);
    margin-top: 0;
    margin-bottom: 0
}

.purple-ribbon {
    background: transparent linear-gradient(9deg, #1155d9, #7b5bf5) 0% 0% no-repeat padding-box;
    transform: skewY(-4deg);
    z-index: 3
}

.purple-ribbon .container {
    transform: skewY(4deg)
}

.black-ribbon {
    background: #000;
    transform: skewY(-4deg);
    padding: 30px 0
}

.black-ribbon .container {
    transform: skewY(4deg);
    margin-top: 0;
    margin-bottom: 0
}

.ribbon-reverse {
    transform: skewY(4deg)
}

.ribbon-reverse .container {
    transform: skewY(-4deg)
}

.bg-default {
    background-color: #8a5aab;
    color: #fff
}

.bg-default .section-header,
.bg-default .highlight {
    color: #fff
}

.bg-light {
    background-color: #fff;
    color: #000
}

.bg-light .section-header,
.bg-light .highlight {
    color: #633f7e
}

.bg-light-darker {
    background-color: #efefef;
    color: #181726
}

.bg-light-darker .section-header,
.bg-light-darker .highlight {
    color: #181726
}

.bg-light-semi-darker {
    background-color: #dce3f4;
    color: #181726
}

.bg-light-semi-darker .section-header,
.bg-light-semi-darker .highlight {
    color: #633f7e
}

.bg-dark {
    background-color: #2b2c43;
    color: #7a7985
}

.bg-dark .section-header,
.bg-dark .highlight {
    color: #8ca3dc
}

.bg-darker {
    background-color: #633f7e;
    color: #fff
}

.bg-darker .section-header,
.bg-darker .highlight {
    color: #fff
}

.titlecase {
    text-transform: capitalize
}

.testimonials-holder {
    position: relative
}

.testimonials-holder .testimonials-slide {
    display: none
}

.testimonials-holder .testimonials-slide.active {
    display: block
}

.testimonials-holder .testimonials-slide .icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    vertical-align: top;
    margin-right: 15px;
    opacity: .3;
    margin-top: 10px
}

.testimonials-holder .testimonials-slide .message {
    position: relative;
    width: calc(100% - 75px);
    display: inline-block;
    color: #633f7e;
    font-size: 2.3em;
    vertical-align: top
}

.testimonials-holder .testimonials-slide .info {
    margin-top: 30px
}

.testimonials-holder .testimonials-slide .info img {
    border-radius: 100%;
    width: 70px;
    height: 70px;
    border: 3px solid #8a5aab;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.testimonials-holder .testimonials-slide .info .basic {
    display: inline-block;
    width: calc(100% - 286px);
    vertical-align: middle;
    color: #181726
}

.testimonials-holder .testimonials-slide .info .basic .name {
    opacity: .5;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900
}

.testimonials-holder .testimonials-slide .info .basic .position {
    opacity: .5;
    font-size: 16px;
    font-weight: 500
}

.testimonials-holder .nav {
    position: absolute;
    bottom: 6px;
    right: 20px
}

.testimonials-holder .nav .icon {
    display: inline-block;
    width: 28px;
    height: 57px
}

.testimonials-holder .nav .icon:first-child {
    margin-right: 30px
}

.testimonials-holder .nav .arrow {
    opacity: .3;
    cursor: pointer;
    transition: opacity .2s ease-in-out
}

.testimonials-holder .nav .arrow:hover,
.testimonials-holder .nav .arrow:focus {
    opacity: 1
}

.fade {
    animation-name: fade;
    animation-duration: 1s
}

.hero h1 {
    margin-bottom: 15px;
    white-space: pre-line;
    font: 600 2.7rem/3rem Plus Jakarta Sans, Open Sans, sans-serif;
    letter-spacing: 1.35px;
    text-align: left;
    color: #fff;
    opacity: .87
}

.hero h2 {
    font-size: 1.2em;
    margin-bottom: 40px;
    margin-top: 5px;
    color: #bbb;
    text-align: left;
    font: 300 1.2rem/1.7rem Plus Jakarta Sans, Open Sans, sans-serif;
    letter-spacing: .6px;
    color: #fff;
    opacity: .87;
    max-width: 50%;
    display: inline-block
}

.header-container {
    max-width: 525px
}

.header-container h1 {
    margin-bottom: 40px !important;
    font-weight: 600;
    font-size: 2.7rem
}

.header-container h2 {
    line-height: 1.9rem
}

@media screen and (max-width:780px) {
    .header-container {
        display: block;
        width: 100%;
        padding: 0 20px
    }
}

@media screen and (max-width:540px) {
    .hero h1 {
        font-size: 1.9rem
    }
}

@keyframes fade {
    0% {
        opacity: .1
    }
    to {
        opacity: 1
    }
}

.half-img img {
    max-height: 400px
}

.half-img img.left {
    float: right
}

.half-img img.right {
    float: none
}

@media screen and (max-width:768px) {
    .half-img img {
        max-height: none;
        width: calc(100% + 40px);
        margin-left: -20px;
        margin-right: -20px;
        float: none
    }
    .half-img img.right {
        margin-top: 10px;
        float: none
    }
    .half-img img.left {
        margin-bottom: 10px;
        float: none
    }
    .half-img .img-container {
        max-height: 260px;
        overflow: hidden;
        padding-top: 40px
    }
}

body .android-announce {
    display: block
}

body.mobile .mobile-buttons {
    display: block !important
}

body.mobile .download {
    display: none !important
}

body.mobile.ios .mobile-buttons .ios,
body.mobile.android .mobile-buttons .android {
    display: block !important;
    background-position: right !important;
    margin-right: 55px !important
}

.mobile-buttons {
    margin-left: 50px
}

.mobile-buttons .icon {
    height: 60px;
    width: 223px;
    margin: auto;
    display: block
}

a.get-gplay {
    display: inline-block;
    opacity: 1
}

a.get-gplay:hover {
    opacity: .85
}

a.get-gplay img {
    width: 233px;
    border-radius: 40px
}

.overlay {
    position: relative;
    background-color: #201f32b3;
    background-blend-mode: multiply
}

.overlay.dark {
    background-color: #0a0a17cc
}

.overlay.light {
    background-color: #ffffffe6
}

.hero {
    margin: 170px auto 70px
}

.hero h2 {
    font-size: .9em
}

.form-msg {
    display: none
}

.resp-table {
    width: 100%;
    display: table;
    color: #000
}

.resp-table-header {
    display: table-header-group;
    font-weight: 700;
    font-size: 25px
}

.table-header-cell {
    display: table-cell;
    text-align: justify;
    opacity: .3;
    color: #000;
    font-size: 12px
}

.resp-table-body {
    display: table-row-group
}

.resp-table-body .resp-table-row {
    display: table-row
}

.resp-table-body .resp-table-row .table-body-cell {
    display: table-cell;
    padding: 40px 0;
    border-bottom: 1px solid #7b5bf5
}

.resp-table-body .resp-table-row .table-body-cell.table-padding-right {
    padding-right: 10px
}

.resp-table-body .resp-table-row:last-of-type .table-body-cell {
    border-bottom: none
}

@media screen and (max-width:780px) {
    .purple-ribbon-image {
        display: none
    }
    .purple-ribbon .container .pure-g>div {
        display: block;
        width: 100%
    }
    .dark-ribbon .pure-g>div {
        display: block;
        width: 100%
    }
    .black-ribbon .pure-g>div {
        display: block;
        width: 100%
    }
    .builder-mascot {
        display: none
    }
    .big-builder-mascot {
        display: block;
        margin-bottom: 90px
    }
    .big-builder-mascot .hero-mascot-container {
        text-align: center
    }
    .big-builder-mascot .hero-mascot-container img {
        max-width: 70%
    }
}

@media screen and (max-width:990px) {
    body.mobile.ios .mobile-buttons .ios,
    body.mobile.android .mobile-buttons .android {
        margin-right: 32px !important
    }
}

.dialog-container {
    display: none;
    position: fixed;
    z-index: 1000;
    inset: 0;
    background: #00000080
}

.dialog-container .dialog {
    margin: auto;
    color: #000;
    background-color: #fff;
    border-radius: 10px
}

.dialog-container .dialog button {
    border-radius: 10px;
    font-weight: 600
}

body.mobile p {
    font-size: 16px
}

.icon {
    height: 4rem;
    width: 4rem
}