@charset "UTF-8";

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

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

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

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

body,
html {
    text-align: left;
    direction: ltr
}

body * {
    box-sizing: border-box;
    -webkit-box-sizing: border-box
}

.no-margin {
    margin: 0 !important
}

body * {
    outline: 0 !important
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-Light.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-Light.woff) format("woff");
    font-weight: 100;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-LightItalic.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-LightItalic.woff) format("woff");
    font-weight: 100;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-Medium.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-Medium.woff) format("woff");
    font-weight: 300;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-MediumItalic.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-MediumItalic.woff) format("woff");
    font-weight: 300;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-Regular.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-Regular.eot?v=2.3) format("embedded-opentype");
    font-weight: 400;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-RegularItalic.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-RegularItalic.woff) format("woff");
    font-weight: 400;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-Bold.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-Bold.woff) format("woff");
    font-weight: 700;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-BoldItalic.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-BoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-Black.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-Black.woff) format("woff");
    font-weight: 900;
    font-display: swap
}

@font-face {
    font-family: Cera;
    src: url(/assets/fonts/cera/CeraPro-BlackItalic.woff2) format("woff2"), url(/assets/fonts/cera/CeraPro-BlackItalic.woff) format("woff");
    font-weight: 900;
    font-style: italic;
    font-display: swap
}

body,
html {
    font-family: Cera, sans-serif;
    font-size: 14px;
    color: #393839
}

body h1,
html h1 {
    font-family: Cera
}

body h2,
html h2 {
    font-family: Cera
}

body h3,
html h3 {
    font-family: Cera
}

body h4,
html h4 {
    font-family: Cera
}

body h5,
html h5 {
    font-family: Cera
}

body h6,
html h6 {
    font-family: Cera
}

body a,
html a {
    color: #6514dd
}

body a:hover,
html a:hover {
    color: #3a0c7f
}

body a.disabled,
body a[disabled],
html a.disabled,
html a[disabled] {
    cursor: default;
    opacity: .5;
    text-decoration: none;
    pointer-events: none
}

body.page h1 {
    font-family: Cera;
    font-size: 120px;
    font-weight: 300;
    letter-spacing: -5px
}

body.page h2 {
    font-family: Cera;
    font-size: 55px;
    line-height: 1
}

@media screen and (min-width:1025px) and (max-width:1500px) {
    body.page h2 {
        font-size: 40px
    }
}

body.page h3 {
    font-family: Cera;
    font-size: 45px;
    font-weight: 700
}

body.page h4 {
    font-family: Cera
}

body.page h5 {
    font-family: Cera
}

body.page h6 {
    font-family: Cera
}

body.page .button {
    font-size: 20px
}

.alert-text {
    color: #ff5c81
}

.core__become-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: 0 0;
    color: #6514dd;
    border: 1px solid #6514dd;
    border-radius: 60px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.03em;
    transition: all ease-in-out .2s;
    white-space: nowrap;
    position: relative;
    font-family: Cera, sans-serif
}

.core__become-btn.expanded {
    width: 100%
}

.core__become-btn.no-border {
    border-color: transparent !important
}

.core__become-btn.rounded {
    border-radius: 50%;
    width: 0;
    padding: 12px 20px
}

.core__become-btn.rounded i {
    margin: 0
}

.core__become-btn.rounded.large {
    padding: 15px 25px
}

.core__become-btn i {
    margin-left: .5rem
}

.core__become-btn i.ahead {
    margin-right: .5rem;
    margin-left: 0
}

.core__become-btn i.after {
    margin-left: .5rem;
    margin-right: 0
}

.core__become-btn i.margin-auto {
    margin-right: auto;
    margin-left: auto
}

.core__become-btn.success {
    border-color: #48e2ac;
    color: #48e2ac
}

.core__become-btn.grey {
    border-color: #787878;
    color: #787878
}

.core__become-btn.danger {
    border-color: #ff5c81;
    color: #ff5c81
}

.core__become-btn.lime {
    border-color: #cf0;
    color: #cf0
}

.core__become-btn.facebook {
    color: #1877f2;
    border-color: #1877f2
}

.core__become-btn.info {
    border-color: #ffbc8f;
    color: #ffbc8f
}

.core__become-btn[disabled] {
    color: #dbdbdb;
    border-color: #dbdbdb;
    pointer-events: none !important
}

.core__become-btn[disabled] * {
    color: #dbdbdb
}

.core__become-btn[disabled].active,
.core__become-btn[disabled].filled {
    color: #fff;
    background-color: #dbdbdb
}

.core__become-btn[disabled].active *,
.core__become-btn[disabled].filled * {
    color: #fff
}

.core__become-btn.static {
    cursor: default;
    pointer-events: all !important
}

.core__become-btn.static:focus {
    outline: 0
}

.core__become-btn:not([disabled]):not(.static):hover {
    color: #fff;
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__become-btn:not([disabled]):not(.static):hover.success {
    background-color: #48e2ac
}

.core__become-btn:not([disabled]):not(.static):active:not(.no-focus),
.core__become-btn:not([disabled]):not(.static):focus:not(.no-focus) {
    background-color: #6514dd;
    color: #fff;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__become-btn:not([disabled]):not(.static).active,
.core__become-btn:not([disabled]):not(.static).filled {
    background: #6514dd;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active:hover,
.core__become-btn:not([disabled]):not(.static).filled:hover {
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__become-btn:not([disabled]):not(.static).active:active:not(.no-focus),
.core__become-btn:not([disabled]):not(.static).active:focus:not(.no-focus),
.core__become-btn:not([disabled]):not(.static).filled:active:not(.no-focus),
.core__become-btn:not([disabled]):not(.static).filled:focus:not(.no-focus) {
    background-color: #6514dd;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__become-btn:not([disabled]):not(.static).active.success,
.core__become-btn:not([disabled]):not(.static).filled.success {
    background-color: #48e2ac
}

.core__become-btn:not([disabled]):not(.static).active.success:active,
.core__become-btn:not([disabled]):not(.static).active.success:focus,
.core__become-btn:not([disabled]):not(.static).active.success:hover,
.core__become-btn:not([disabled]):not(.static).filled.success:active,
.core__become-btn:not([disabled]):not(.static).filled.success:focus,
.core__become-btn:not([disabled]):not(.static).filled.success:hover {
    background-color: #22d596
}

.core__become-btn:not([disabled]):not(.static).active.danger,
.core__become-btn:not([disabled]):not(.static).filled.danger {
    background-color: #ff5c81;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.danger:active,
.core__become-btn:not([disabled]):not(.static).active.danger:focus,
.core__become-btn:not([disabled]):not(.static).active.danger:hover,
.core__become-btn:not([disabled]):not(.static).filled.danger:active,
.core__become-btn:not([disabled]):not(.static).filled.danger:focus,
.core__become-btn:not([disabled]):not(.static).filled.danger:hover {
    background-color: #ff295a
}

.core__become-btn:not([disabled]):not(.static).active.lime,
.core__become-btn:not([disabled]):not(.static).filled.lime {
    background-color: #cf0;
    color: #6514dd
}

.core__become-btn:not([disabled]):not(.static).active.lime:active,
.core__become-btn:not([disabled]):not(.static).active.lime:focus,
.core__become-btn:not([disabled]):not(.static).active.lime:hover,
.core__become-btn:not([disabled]):not(.static).filled.lime:active,
.core__become-btn:not([disabled]):not(.static).filled.lime:focus,
.core__become-btn:not([disabled]):not(.static).filled.lime:hover {
    background-color: #a3cc00
}

.core__become-btn:not([disabled]):not(.static).active.facebook,
.core__become-btn:not([disabled]):not(.static).filled.facebook {
    background-color: #1877f2;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.facebook:active,
.core__become-btn:not([disabled]):not(.static).active.facebook:focus,
.core__become-btn:not([disabled]):not(.static).active.facebook:hover,
.core__become-btn:not([disabled]):not(.static).filled.facebook:active,
.core__become-btn:not([disabled]):not(.static).filled.facebook:focus,
.core__become-btn:not([disabled]):not(.static).filled.facebook:hover {
    background-color: #0b5fcc
}

.core__become-btn:not([disabled]):not(.static).active.info,
.core__become-btn:not([disabled]):not(.static).filled.info {
    background-color: #ffbc8f;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.info:active,
.core__become-btn:not([disabled]):not(.static).active.info:focus,
.core__become-btn:not([disabled]):not(.static).active.info:hover,
.core__become-btn:not([disabled]):not(.static).filled.info:active,
.core__become-btn:not([disabled]):not(.static).filled.info:focus,
.core__become-btn:not([disabled]):not(.static).filled.info:hover {
    background-color: #ff9d5c
}

.core__become-btn:not([disabled]):not(.static).active.grey,
.core__become-btn:not([disabled]):not(.static).filled.grey {
    border-color: #787878;
    background-color: #787878;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.grey:active,
.core__become-btn:not([disabled]):not(.static).active.grey:focus,
.core__become-btn:not([disabled]):not(.static).active.grey:hover,
.core__become-btn:not([disabled]):not(.static).filled.grey:active,
.core__become-btn:not([disabled]):not(.static).filled.grey:focus,
.core__become-btn:not([disabled]):not(.static).filled.grey:hover {
    background-color: #5f5f5f
}

.core__become-btn.large {
    font-size: 19px;
    padding: 14px 23px;
    line-height: 19px
}

.core__become-btn.small {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 17px
}

.core__become-btn.tiny {
    font-size: 13px;
    padding: 5px 13px;
    line-height: 15px
}

.core__navigation-bar-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: 0 0;
    color: #6514dd;
    border: 1px solid #6514dd;
    border-radius: 60px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.03em;
    transition: all ease-in-out .2s;
    white-space: nowrap;
    position: relative;
    font-family: Cera, sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0
}

.core__navigation-bar-btn.expanded {
    width: 100%
}

.core__navigation-bar-btn.no-border {
    border-color: transparent !important
}

.core__navigation-bar-btn.rounded {
    border-radius: 50%;
    width: 0;
    padding: 12px 20px
}

.core__navigation-bar-btn.rounded i {
    margin: 0
}

.core__navigation-bar-btn.rounded.large {
    padding: 15px 25px
}

.core__navigation-bar-btn i {
    margin-left: .5rem
}

.core__navigation-bar-btn i.ahead {
    margin-right: .5rem;
    margin-left: 0
}

.core__navigation-bar-btn i.after {
    margin-left: .5rem;
    margin-right: 0
}

.core__navigation-bar-btn i.margin-auto {
    margin-right: auto;
    margin-left: auto
}

.core__navigation-bar-btn.success {
    border-color: #48e2ac;
    color: #48e2ac
}

.core__navigation-bar-btn.grey {
    border-color: #787878;
    color: #787878
}

.core__navigation-bar-btn.danger {
    border-color: #ff5c81;
    color: #ff5c81
}

.core__navigation-bar-btn.lime {
    border-color: #cf0;
    color: #cf0
}

.core__navigation-bar-btn.facebook {
    color: #1877f2;
    border-color: #1877f2
}

.core__navigation-bar-btn.info {
    border-color: #ffbc8f;
    color: #ffbc8f
}

.core__navigation-bar-btn[disabled] {
    color: #dbdbdb;
    border-color: #dbdbdb;
    pointer-events: none !important
}

.core__navigation-bar-btn[disabled] * {
    color: #dbdbdb
}

.core__navigation-bar-btn[disabled].active,
.core__navigation-bar-btn[disabled].filled {
    color: #fff;
    background-color: #dbdbdb
}

.core__navigation-bar-btn[disabled].active *,
.core__navigation-bar-btn[disabled].filled * {
    color: #fff
}

.core__navigation-bar-btn.static {
    cursor: default;
    pointer-events: all !important
}

.core__navigation-bar-btn.static:focus {
    outline: 0
}

.core__navigation-bar-btn:not([disabled]):not(.static):hover {
    color: #fff;
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__navigation-bar-btn:not([disabled]):not(.static):hover.success {
    background-color: #48e2ac
}

.core__navigation-bar-btn:not([disabled]):not(.static):active:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static):focus:not(.no-focus) {
    background-color: #6514dd;
    color: #fff;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__navigation-bar-btn:not([disabled]):not(.static).active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled {
    background: #6514dd;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled:hover {
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__navigation-bar-btn:not([disabled]):not(.static).active:active:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static).active:focus:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static).filled:active:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static).filled:focus:not(.no-focus) {
    background-color: #6514dd;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.success,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success {
    background-color: #48e2ac
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.success:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.success:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.success:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success:hover {
    background-color: #22d596
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.danger,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger {
    background-color: #ff5c81;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.danger:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.danger:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.danger:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger:hover {
    background-color: #ff295a
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.lime,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime {
    background-color: #cf0;
    color: #6514dd
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.lime:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.lime:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.lime:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime:hover {
    background-color: #a3cc00
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook {
    background-color: #1877f2;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook:hover {
    background-color: #0b5fcc
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.info,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info {
    background-color: #ffbc8f;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.info:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.info:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.info:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info:hover {
    background-color: #ff9d5c
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.grey,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey {
    border-color: #787878;
    background-color: #787878;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.grey:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.grey:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.grey:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey:hover {
    background-color: #5f5f5f
}

.core__navigation-bar-btn.large {
    font-size: 19px;
    padding: 14px 23px;
    line-height: 19px
}

.core__navigation-bar-btn.small {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 17px
}

.core__navigation-bar-btn.tiny {
    font-size: 13px;
    padding: 5px 13px;
    line-height: 15px
}

.core__vmiddle-link {
    display: inline-block;
    padding: .4rem .8rem
}

.core__become-filter-btn {
    padding: .475rem .8rem;
    background: 0 0;
    color: #363536;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 13px
}

.core__become-filter-btn.active,
.core__become-filter-btn.filled {
    background: #dbdbdb
}

.core__become-filter-btn[disabled] {
    color: #dbdbdb;
    border-color: #dbdbdb
}

.core__become-filter-btn:not([disabled]):active,
.core__become-filter-btn:not([disabled]):focus,
.core__become-filter-btn:not([disabled]):hover {
    box-shadow: none;
    background: #dbdbdb;
    border: 1px solid #dbdbdb
}

.core__become-group-btn {
    display: flex
}

.core__become-group-btn .group-btn {
    border-radius: 0;
    border-left-width: 0
}

.core__become-group-btn .group-btn:first-of-type {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.core__become-group-btn .group-btn:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.core__become-btn-group,
.core__become-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.core__become-btn-group-vertical>.btn,
.core__become-btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.core__become-btn-group-vertical>.btn:hover,
.core__become-btn-group>.btn:hover {
    z-index: 1
}

.core__become-btn-group-vertical>.btn.active,
.core__become-btn-group-vertical>.btn:active,
.core__become-btn-group-vertical>.btn:focus,
.core__become-btn-group>.btn.active,
.core__become-btn-group>.btn:active,
.core__become-btn-group>.btn:focus {
    z-index: 1
}

.core__become-btn-group>.btn-group:not(:first-child),
.core__become-btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.core__become-btn-group>.btn-group:not(:last-child)>.btn,
.core__become-btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.core__become-btn-group>.btn-group:not(:first-child)>.btn,
.core__become-btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 3.75px;
    padding-left: 3.75px
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.core__become-btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.core__become-btn-group-vertical>.btn,
.core__become-btn-group-vertical>.btn-group {
    width: 100%
}

.core__become-btn-group-vertical>.btn-group:not(:first-child),
.core__become-btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.core__become-btn-group-vertical>.btn-group:not(:last-child)>.btn,
.core__become-btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.core__become-btn-group-vertical>.btn-group:not(:first-child)>.btn,
.core__become-btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.core__become-tickbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    color: #8e8e8e;
    font-size: 13px
}

.core__become-tickbox:hover {
    border-color: #6514dd;
    background-color: #bc95f5;
    color: #fff
}

.core__become-tickbox.checked {
    border-color: #6514dd;
    background-color: #6514dd;
    color: #fff
}

input,
select,
textarea {
    background-color: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    color: #363636;
    padding: .4rem .8rem;
    outline: 0
}

select {
    cursor: pointer
}

.max-select-limit select {
    max-width: 100%
}

.select,
.select-holder {
    position: relative
}

.select select,
.select-holder select {
    -moz-appearance: none;
    -webkit-appearance: none
}

.select-holder:not(.is-multiple):not(.is-loading) select,
.select:not(.is-multiple):not(.is-loading) select {
    padding-right: 1.8rem
}

.select-holder:not(.is-multiple):not(.is-loading):after,
.select:not(.is-multiple):not(.is-loading):after {
    border: 2px solid transparent;
    border-radius: 1px;
    border-right: 0;
    border-top: 0;
    content: " ";
    display: block;
    height: .625rem;
    margin-top: -.4375rem;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: rotate(-45deg);
    transform-origin: center;
    width: .625rem;
    border-color: #8e8e8e;
    right: .7rem;
    z-index: 4
}

.select2 select {
    cursor: pointer;
    display: block;
    font-size: 1rem;
    max-width: 100%;
    padding-right: 2.5rem;
    outline: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    height: 2.25rem;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375rem - 1px) calc(.625rem - 1px);
    position: relative
}

.select2 select :not([multiple]) {
    padding-right: 2.5rem
}

.input,
.select select,
.taginput .taginput-container.is-focusable,
.textarea {
    background-color: #fff;
    border-color: #dbdbdb;
    border-radius: 4px;
    color: #363636
}

.input[disabled],
.select select[disabled],
.taginput .taginput-container.is-focusable[disabled],
.textarea[disabled] {
    background: #dbdbdb
}

.core__become-input {
    background: #fff;
    border: 1px solid #a5a5a5;
    padding: .6rem .8rem;
    box-sizing: border-box;
    border-radius: 2px;
    font-size: 16px;
    display: block;
    width: 100%
}

.checkbox+.checkbox,
.radio+.radio {
    margin-top: 0
}

.radio {
    outline: 0;
    display: inline-flex;
    align-items: center;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.radio+.radio {
    margin-left: .5rem
}

.radio input[type=radio] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: 0;
    z-index: -1
}

.radio input[type=radio]+.check {
    display: flex;
    flex-shrink: 0;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 20px;
    transition: background 150ms ease-out;
    border-radius: 50%;
    border: 2px solid #ccd0d4
}

.radio input[type=radio]+.check:before {
    content: "";
    display: flex;
    position: absolute;
    left: 50%;
    margin-left: calc(-20px/2);
    bottom: 50%;
    margin-bottom: calc(-20px/2);
    width: 20px;
    height: 20px;
    transition: transform 150ms ease-out;
    border-radius: 50%;
    transform: scale(0);
    background-color: #6514dd
}

.radio input[type=radio]:checked+.check {
    border-color: #6514dd
}

.radio input[type=radio]:checked+.check:before {
    transform: scale(.5)
}

.radio input[type=radio]:focus+.check {
    box-shadow: 0 0 .5rem rgba(225, 225, 225, .8)
}

.radio input[type=radio]:focus:checked+.check {
    box-shadow: 0 0 .5rem rgba(101, 20, 221, .8)
}

.radio .control-label {
    padding-left: .5rem
}

.radio[disabled] {
    opacity: .5
}

.radio:hover input[type=radio]:not(:disabled)+.check {
    border-color: #6514dd
}

.checkbox {
    outline: 0;
    display: inline-flex;
    align-items: center;
    margin: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox+.checkbox {
    margin-left: .5rem
}

.checkbox.align-top {
    align-items: initial
}

.checkbox .tick {
    height: 17px
}

.checkbox input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: 0;
    z-index: -1
}

.checkbox input[type=checkbox]+.check {
    font-family: "Font Awesome 5 Pro";
    font-weight: 700;
    color: #dbdbdb;
    font-size: 19px;
    width: 17px;
    line-height: 20px;
    cursor: pointer
}

.checkbox input[type=checkbox]+.check:before {
    transition: color 150ms ease-out;
    content: "\f0c8"
}

.checkbox input[type=checkbox]:checked+.check {
    color: #6514dd;
    font-weight: 400
}

.checkbox input[type=checkbox]:checked+.check:before {
    content: "\f14a";
    font-weight: 400
}

.checkbox[disabled] {
    opacity: .5
}

.checkbox:hover input[type=checkbox]:not(:disabled)+.check {
    border-color: #1d093b
}

.switch {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.switch+.switch {
    margin-left: .5rem
}

.switch input[type=checkbox] {
    position: absolute;
    left: 0;
    opacity: 0;
    outline: 0;
    z-index: -1
}

.switch input[type=checkbox]+.check {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 1.575rem;
    padding: .2rem;
    background: #e1e1e1;
    border-radius: 4px;
    transition: background 150ms ease-out
}

.switch input[type=checkbox]+.check:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    content: "\f00d";
    display: block;
    border-radius: 4px;
    width: 1.175rem;
    height: 1.175rem;
    background: #8e8e8e;
    color: #393839;
    transition: transform 150ms ease-out, width 150ms ease-out;
    will-change: transform;
    text-indent: 4px;
    font-size: 12px;
    line-height: 17px
}

.switch input[type=checkbox]+.check.is-elastic:before {
    width: 1.75rem
}

.switch input[type=checkbox]:checked+.check {
    background: #d9c5f7
}

.switch input[type=checkbox]:checked+.check:before {
    content: "\f00c";
    background: #6514dd;
    color: #cf0;
    transform: translate3d(100%, 0, 0);
    text-indent: 3px;
    font-size: 10px;
    line-height: 16px
}

.switch input[type=checkbox]:checked+.check.is-elastic:before {
    transform: translate3d(36.36364%, 0, 0)
}

.switch input[type=checkbox]:focus {
    outline: 0
}

.switch input[type=checkbox]:focus+.check {
    box-shadow: 0 0 .5rem rgba(225, 225, 225, .6)
}

.switch input[type=checkbox]:focus:checked+.check {
    box-shadow: 0 0 .5rem rgba(217, 197, 247, .8)
}

.switch .control-label {
    padding-left: .5rem
}

.switch:hover input[type=checkbox]+.check {
    background: rgba(181, 181, 181, .9)
}

.switch:hover input[type=checkbox]:checked+.check {
    background: rgba(217, 197, 247, .5)
}

.switch.is-rounded input[type=checkbox]+.check {
    border-radius: 290486px
}

.switch.is-rounded input[type=checkbox]+.check:before {
    border-radius: 290486px
}

.switch.is-outlined input[type=checkbox]+.check {
    background: 0 0;
    border: .1rem solid #b5b5b5
}

.switch.is-outlined input[type=checkbox]+.check:before {
    background: #b5b5b5
}

.switch.is-outlined input[type=checkbox]:checked+.check {
    border-color: #d9c5f7
}

.switch.is-outlined input[type=checkbox]:checked+.check:before {
    background: #d9c5f7
}

.switch.is-outlined:hover input[type=checkbox]+.check {
    background: 0 0;
    border-color: rgba(181, 181, 181, .9)
}

.switch.is-outlined:hover input[type=checkbox]:checked+.check {
    background: 0 0;
    border-color: rgba(217, 197, 247, .9)
}

.switch[disabled] {
    opacity: .5;
    cursor: not-allowed;
    color: #e1e1e1
}

.multiselect__spinner {
    position: absolute;
    right: 1px;
    top: 1px;
    width: 48px;
    height: 35px;
    background: #fff;
    display: block
}

.multiselect__spinner:after,
.multiselect__spinner:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border-color: #41b883 transparent transparent;
    border-style: solid;
    border-width: 2px;
    box-shadow: 0 0 0 1px transparent
}

.multiselect__spinner:before {
    animation: spinning 2.4s cubic-bezier(.41, .26, .2, .62);
    animation-iteration-count: infinite
}

.multiselect__spinner:after {
    animation: spinning 2.4s cubic-bezier(.51, .09, .21, .8);
    animation-iteration-count: infinite
}

.multiselect__loading-enter-active,
.multiselect__loading-leave-active {
    transition: opacity .4s ease-in-out;
    opacity: 1
}

.multiselect__loading-enter,
.multiselect__loading-leave-active {
    opacity: 0
}

.multiselect,
.multiselect__input,
.multiselect__single {
    font-family: inherit;
    font-size: 14px;
    touch-action: manipulation
}

.multiselect {
    box-sizing: content-box;
    display: block;
    position: relative;
    width: 100%;
    min-height: 33px;
    text-align: left;
    color: #35495e
}

.multiselect * {
    box-sizing: border-box
}

.multiselect:focus {
    outline: 0
}

.multiselect--disabled {
    background: #ededed;
    pointer-events: none;
    opacity: .6
}

.multiselect--active {
    z-index: 50
}

.multiselect--active:not(.multiselect--above) .multiselect__current,
.multiselect--active:not(.multiselect--above) .multiselect__input,
.multiselect--active:not(.multiselect--above) .multiselect__tags {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.multiselect--active .multiselect__select {
    transform: rotateZ(180deg)
}

.multiselect--above.multiselect--active .multiselect__current,
.multiselect--above.multiselect--active .multiselect__input,
.multiselect--above.multiselect--active .multiselect__tags {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.multiselect__input,
.multiselect__single {
    position: relative;
    display: inline-block;
    min-height: 20px;
    line-height: 20px;
    border: none;
    border-radius: 5px;
    background: #fff;
    padding: 0;
    width: calc(100%);
    transition: border .1s ease;
    box-sizing: border-box;
    vertical-align: top
}

.multiselect__input::placeholder {
    color: #35495e
}

.multiselect__tag~.multiselect__input,
.multiselect__tag~.multiselect__single {
    width: auto
}

.multiselect__input:hover,
.multiselect__single:hover {
    border-color: #cfcfcf
}

.multiselect__input:focus,
.multiselect__single:focus {
    border-color: #a8a8a8;
    outline: 0
}

.multiselect__single {
    display: flex;
    height: 100%;
    align-items: center
}

.multiselect__tags-wrap {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.multiselect__tags {
    min-height: 33px;
    display: flex;
    padding: 0 30px 0 8px;
    border-radius: 4px;
    border: 1px solid #dbdbdb;
    background: #fff;
    font-size: 14px;
    max-width: 385px
}

.multiselect__tag {
    position: relative;
    display: inline-block;
    padding: 3px 26px 4px 10px;
    border-radius: 5px;
    margin: 2px 10px 2px 0;
    color: #fff;
    line-height: 1;
    background: #6514dd;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis
}

.multiselect__tag-icon {
    cursor: pointer;
    margin-left: 7px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    font-weight: 700;
    font-style: initial;
    width: 22px;
    text-align: center;
    line-height: 22px;
    transition: all .2s ease;
    border-radius: 5px
}

.multiselect__tag-icon:after {
    content: "×";
    color: #9e66f1;
    font-size: 14px
}

.multiselect__tag-icon:focus,
.multiselect__tag-icon:hover {
    background: ligthen(#6514dd, 50%)
}

.multiselect__tag-icon:focus:after,
.multiselect__tag-icon:hover:after {
    color: #fff
}

.multiselect__current {
    line-height: 16px;
    min-height: 33px;
    box-sizing: border-box;
    display: block;
    overflow: hidden;
    padding: 8px 12px 0;
    padding-right: 30px;
    white-space: nowrap;
    margin: 0;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    cursor: pointer
}

.multiselect__select {
    line-height: 16px;
    display: block;
    position: absolute;
    box-sizing: border-box;
    width: 40px;
    height: 33px;
    right: 1px;
    top: 1px;
    padding: 4px 8px;
    margin: 0;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: transform .2s ease
}

.multiselect__select:before {
    position: relative;
    right: 0;
    top: 65%;
    color: #999;
    margin-top: 4px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #999 transparent transparent transparent;
    content: ""
}

.multiselect__placeholder {
    color: #adadad;
    display: inline-block;
    margin-bottom: 10px;
    padding-top: 2px
}

.multiselect--active .multiselect__placeholder {
    display: none
}

.multiselect__content-wrapper {
    position: absolute;
    display: block;
    background: #fff;
    width: 100%;
    max-height: 240px;
    overflow: auto;
    border: 1px solid #e8e8e8;
    border-top: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    z-index: 50;
    -webkit-overflow-scrolling: touch
}

.multiselect__content {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
    min-width: 100%;
    vertical-align: top
}

.multiselect--above .multiselect__content-wrapper {
    bottom: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: none;
    border-top: 1px solid #e8e8e8
}

.multiselect__content::webkit-scrollbar {
    display: none
}

.multiselect__element {
    display: block
}

.multiselect__option {
    display: block;
    padding: 12px;
    min-height: 40px;
    line-height: 16px;
    text-decoration: none;
    text-transform: none;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    white-space: nowrap
}

.multiselect__option:after {
    top: 0;
    right: 0;
    position: absolute;
    line-height: 40px;
    padding-right: 12px;
    padding-left: 20px;
    font-size: 13px
}

.multiselect__option--highlight {
    background: #8037ed;
    outline: 0;
    color: #fff
}

.multiselect__option--highlight:after {
    content: attr(data-select);
    background: #8037ed;
    color: #fff
}

.multiselect__option--selected {
    background: #f3f3f3;
    color: #35495e;
    font-weight: 700
}

.multiselect__option--selected:after {
    content: attr(data-selected);
    color: silver
}

.multiselect__option--selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect--disabled .multiselect__current,
.multiselect--disabled .multiselect__select {
    background: #ededed;
    color: #a6a6a6
}

.multiselect__option--disabled {
    background: #ededed !important;
    color: #a6a6a6 !important;
    cursor: text;
    pointer-events: none
}

.multiselect__option--group {
    background: #ededed;
    color: #35495e
}

.multiselect__option--group.multiselect__option--highlight {
    background: #35495e;
    color: #fff
}

.multiselect__option--group.multiselect__option--highlight:after {
    background: #35495e
}

.multiselect__option--disabled.multiselect__option--highlight {
    background: #dedede
}

.multiselect__option--group-selected.multiselect__option--highlight {
    background: #ff6a6a;
    color: #fff
}

.multiselect__option--group-selected.multiselect__option--highlight:after {
    background: #ff6a6a;
    content: attr(data-deselect);
    color: #fff
}

.multiselect-enter-active,
.multiselect-leave-active {
    transition: all .15s ease
}

.multiselect-enter,
.multiselect-leave-active {
    opacity: 0
}

.multiselect__strong {
    margin-bottom: 8px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top
}

@keyframes spinning {
    from {
        transform: rotate(0)
    }

    to {
        transform: rotate(2turn)
    }
}

.field .label {
    color: #171717;
    font-size: 100%;
    display: block;
    padding: 0;
    line-height: inherit;
    text-align: left
}

.slide-fade-enter-active {
    transition: all .3s ease
}

.slide-fade-leave-active {
    transition: all .1s ease
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateX(10px);
    opacity: 0
}

.list-animation-enter,
.list-animation-leave-to {
    opacity: 0;
    transform: translateX(10px)
}

.list-animation-leave-active {
    position: absolute
}

.list-animation-vertical-enter,
.list-animation-vertical-leave-to {
    opacity: 0;
    transform: translateY(10px)
}

.list-animation-vertical-leave-active {
    position: absolute
}

.slide-left-enter-slide-up-enter-active {
    transition: all .3s ease
}

.slide-left-enter-slide-up-leave-active {
    transition: all .1s cubic-bezier(1, .5, .8, 1)
}

.slide-left-enter-slide-up-enter,
.slide-left-enter-slide-up-leave-to {
    transform: translateX(10px);
    opacity: 0
}

.slide-up-fade-enter-active {
    transition: all .3s ease
}

.slide-up-fade-leave-active {
    transition: all .1s ease
}

.slide-down-fade-leave-to,
.slide-up-fade-enter {
    transform: translateY(10px);
    opacity: 0
}

.slide-down-fade-enter-active {
    transition: all .3s ease
}

.slide-down-fade-leave-active {
    transition: all .1s ease
}

.slide-down-fade-enter,
.slide-down-fade-leave-to {
    transform: translateY(-10px);
    opacity: 0
}

.slide-down-bounce-fade-enter-active {
    transition: all .3s cubic-bezier(.18, .88, .32, 1.28)
}

.slide-down-bounce-fade-leave-active {
    transition: all .2s ease
}

.slide-down-bounce-fade-enter,
.slide-down-bounce-fade-leave-to {
    transform: translateY(-80px);
    opacity: 0
}

.slide-left-slide-left-enter-active {
    transition: all .3s ease
}

.slide-left-slide-left-leave-active {
    transition: all .1s ease
}

.slide-left-slide-left-enter,
.slide-left-slide-left-leave-to {
    transform: translateX(10px)
}

.fade-enter-active {
    transition: opacity .1s ease
}

.fade-leave-active {
    transition: opacity .1s ease
}

.fade-enter,
.fade-leave-to {
    opacity: 0
}

.list-complete-item {
    transition: all 1s;
    display: inline-block
}

.list-complete-enter,
.list-complete-leave-to {
    opacity: 0;
    transform: translateY(30px)
}

.list-complete-leave-active {
    position: absolute
}

.circle-loader {
    position: relative;
    width: 30px;
    height: 30px
}

.circle-loader div {
    height: 5px;
    width: 5px;
    background-color: #8e8e8e;
    border-radius: 50%;
    position: absolute;
    -webkit-animation: 1.3s opaque ease-in-out infinite both;
    animation: 1.3s opaque ease-in-out infinite both
}

.circle-loader.small div {
    height: 2px;
    width: 2px
}

.circle-loader.inline-loader {
    display: inline-flex;
    width: 15px;
    margin: 0;
    height: 15px;
    align-self: center;
    margin-left: 10px
}

.circle-loader>div:nth-child(1) {
    top: 5%;
    left: 48%
}

.circle-loader>div:nth-child(2) {
    top: 15%;
    left: 77%;
    -webkit-animation-delay: .15s;
    animation-delay: .15s
}

.circle-loader>div:nth-child(3) {
    top: 45%;
    left: 91%;
    animation-delay: .3s
}

.circle-loader>div:nth-child(4) {
    top: 75%;
    left: 77%;
    animation-delay: .45s
}

.circle-loader>div:nth-child(5) {
    top: 85%;
    left: 48%;
    animation-delay: .6s
}

.circle-loader>div:nth-child(6) {
    top: 75%;
    left: 15%;
    animation-delay: .75s
}

.circle-loader>div:nth-child(7) {
    top: 45%;
    left: 0;
    animation-delay: .9s
}

.circle-loader>div:nth-child(8) {
    top: 15%;
    left: 15%;
    animation-delay: 1.05s
}

@-webkit-keyframes opaque {

    0%,
    100%,
    40% {
        opacity: .1
    }

    40% {
        opacity: 1
    }
}

@keyframes opaque {

    0%,
    100%,
    40% {
        opacity: .1
    }

    40% {
        opacity: 1
    }
}

@keyframes shake {
    0% {
        transform: translate(1px, 1px) rotate(0)
    }

    10% {
        transform: translate(-1px, -2px) rotate(-1deg)
    }

    20% {
        transform: translate(-3px, 0) rotate(1deg)
    }

    30% {
        transform: translate(3px, 2px) rotate(0)
    }

    40% {
        transform: translate(1px, -1px) rotate(1deg)
    }

    50% {
        transform: translate(-1px, 2px) rotate(-1deg)
    }

    60% {
        transform: translate(-3px, 1px) rotate(0)
    }

    70% {
        transform: translate(3px, 1px) rotate(-1deg)
    }

    80% {
        transform: translate(-1px, -1px) rotate(1deg)
    }

    90% {
        transform: translate(1px, 2px) rotate(0)
    }

    100% {
        transform: translate(1px, -2px) rotate(-1deg)
    }
}

.core__become-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: 0 0;
    color: #6514dd;
    border: 1px solid #6514dd;
    border-radius: 60px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.03em;
    transition: all ease-in-out .2s;
    white-space: nowrap;
    position: relative;
    font-family: Cera, sans-serif
}

.core__become-btn.expanded {
    width: 100%
}

.core__become-btn.no-border {
    border-color: transparent !important
}

.core__become-btn.rounded {
    border-radius: 50%;
    width: 0;
    padding: 12px 20px
}

.core__become-btn.rounded i {
    margin: 0
}

.core__become-btn.rounded.large {
    padding: 15px 25px
}

.core__become-btn i {
    margin-left: .5rem
}

.core__become-btn i.ahead {
    margin-right: .5rem;
    margin-left: 0
}

.core__become-btn i.after {
    margin-left: .5rem;
    margin-right: 0
}

.core__become-btn i.margin-auto {
    margin-right: auto;
    margin-left: auto
}

.core__become-btn.success {
    border-color: #48e2ac;
    color: #48e2ac
}

.core__become-btn.grey {
    border-color: #787878;
    color: #787878
}

.core__become-btn.danger {
    border-color: #ff5c81;
    color: #ff5c81
}

.core__become-btn.lime {
    border-color: #cf0;
    color: #cf0
}

.core__become-btn.facebook {
    color: #1877f2;
    border-color: #1877f2
}

.core__become-btn.info {
    border-color: #ffbc8f;
    color: #ffbc8f
}

.core__become-btn[disabled] {
    color: #dbdbdb;
    border-color: #dbdbdb;
    pointer-events: none !important
}

.core__become-btn[disabled] * {
    color: #dbdbdb
}

.core__become-btn[disabled].active,
.core__become-btn[disabled].filled {
    color: #fff;
    background-color: #dbdbdb
}

.core__become-btn[disabled].active *,
.core__become-btn[disabled].filled * {
    color: #fff
}

.core__become-btn.static {
    cursor: default;
    pointer-events: all !important
}

.core__become-btn.static:focus {
    outline: 0
}

.core__become-btn:not([disabled]):not(.static):hover {
    color: #fff;
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__become-btn:not([disabled]):not(.static):hover.success {
    background-color: #48e2ac
}

.core__become-btn:not([disabled]):not(.static):active:not(.no-focus),
.core__become-btn:not([disabled]):not(.static):focus:not(.no-focus) {
    background-color: #6514dd;
    color: #fff;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__become-btn:not([disabled]):not(.static).active,
.core__become-btn:not([disabled]):not(.static).filled {
    background: #6514dd;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active:hover,
.core__become-btn:not([disabled]):not(.static).filled:hover {
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__become-btn:not([disabled]):not(.static).active:active:not(.no-focus),
.core__become-btn:not([disabled]):not(.static).active:focus:not(.no-focus),
.core__become-btn:not([disabled]):not(.static).filled:active:not(.no-focus),
.core__become-btn:not([disabled]):not(.static).filled:focus:not(.no-focus) {
    background-color: #6514dd;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__become-btn:not([disabled]):not(.static).active.success,
.core__become-btn:not([disabled]):not(.static).filled.success {
    background-color: #48e2ac
}

.core__become-btn:not([disabled]):not(.static).active.success:active,
.core__become-btn:not([disabled]):not(.static).active.success:focus,
.core__become-btn:not([disabled]):not(.static).active.success:hover,
.core__become-btn:not([disabled]):not(.static).filled.success:active,
.core__become-btn:not([disabled]):not(.static).filled.success:focus,
.core__become-btn:not([disabled]):not(.static).filled.success:hover {
    background-color: #22d596
}

.core__become-btn:not([disabled]):not(.static).active.danger,
.core__become-btn:not([disabled]):not(.static).filled.danger {
    background-color: #ff5c81;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.danger:active,
.core__become-btn:not([disabled]):not(.static).active.danger:focus,
.core__become-btn:not([disabled]):not(.static).active.danger:hover,
.core__become-btn:not([disabled]):not(.static).filled.danger:active,
.core__become-btn:not([disabled]):not(.static).filled.danger:focus,
.core__become-btn:not([disabled]):not(.static).filled.danger:hover {
    background-color: #ff295a
}

.core__become-btn:not([disabled]):not(.static).active.lime,
.core__become-btn:not([disabled]):not(.static).filled.lime {
    background-color: #cf0;
    color: #6514dd
}

.core__become-btn:not([disabled]):not(.static).active.lime:active,
.core__become-btn:not([disabled]):not(.static).active.lime:focus,
.core__become-btn:not([disabled]):not(.static).active.lime:hover,
.core__become-btn:not([disabled]):not(.static).filled.lime:active,
.core__become-btn:not([disabled]):not(.static).filled.lime:focus,
.core__become-btn:not([disabled]):not(.static).filled.lime:hover {
    background-color: #a3cc00
}

.core__become-btn:not([disabled]):not(.static).active.facebook,
.core__become-btn:not([disabled]):not(.static).filled.facebook {
    background-color: #1877f2;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.facebook:active,
.core__become-btn:not([disabled]):not(.static).active.facebook:focus,
.core__become-btn:not([disabled]):not(.static).active.facebook:hover,
.core__become-btn:not([disabled]):not(.static).filled.facebook:active,
.core__become-btn:not([disabled]):not(.static).filled.facebook:focus,
.core__become-btn:not([disabled]):not(.static).filled.facebook:hover {
    background-color: #0b5fcc
}

.core__become-btn:not([disabled]):not(.static).active.info,
.core__become-btn:not([disabled]):not(.static).filled.info {
    background-color: #ffbc8f;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.info:active,
.core__become-btn:not([disabled]):not(.static).active.info:focus,
.core__become-btn:not([disabled]):not(.static).active.info:hover,
.core__become-btn:not([disabled]):not(.static).filled.info:active,
.core__become-btn:not([disabled]):not(.static).filled.info:focus,
.core__become-btn:not([disabled]):not(.static).filled.info:hover {
    background-color: #ff9d5c
}

.core__become-btn:not([disabled]):not(.static).active.grey,
.core__become-btn:not([disabled]):not(.static).filled.grey {
    border-color: #787878;
    background-color: #787878;
    color: #fff
}

.core__become-btn:not([disabled]):not(.static).active.grey:active,
.core__become-btn:not([disabled]):not(.static).active.grey:focus,
.core__become-btn:not([disabled]):not(.static).active.grey:hover,
.core__become-btn:not([disabled]):not(.static).filled.grey:active,
.core__become-btn:not([disabled]):not(.static).filled.grey:focus,
.core__become-btn:not([disabled]):not(.static).filled.grey:hover {
    background-color: #5f5f5f
}

.core__become-btn.large {
    font-size: 19px;
    padding: 14px 23px;
    line-height: 19px
}

.core__become-btn.small {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 17px
}

.core__become-btn.tiny {
    font-size: 13px;
    padding: 5px 13px;
    line-height: 15px
}

.core__navigation-bar-btn {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: 0 0;
    color: #6514dd;
    border: 1px solid #6514dd;
    border-radius: 60px;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.03em;
    transition: all ease-in-out .2s;
    white-space: nowrap;
    position: relative;
    font-family: Cera, sans-serif;
    padding: 5px 15px;
    font-size: 14px;
    letter-spacing: 0
}

.core__navigation-bar-btn.expanded {
    width: 100%
}

.core__navigation-bar-btn.no-border {
    border-color: transparent !important
}

.core__navigation-bar-btn.rounded {
    border-radius: 50%;
    width: 0;
    padding: 12px 20px
}

.core__navigation-bar-btn.rounded i {
    margin: 0
}

.core__navigation-bar-btn.rounded.large {
    padding: 15px 25px
}

.core__navigation-bar-btn i {
    margin-left: .5rem
}

.core__navigation-bar-btn i.ahead {
    margin-right: .5rem;
    margin-left: 0
}

.core__navigation-bar-btn i.after {
    margin-left: .5rem;
    margin-right: 0
}

.core__navigation-bar-btn i.margin-auto {
    margin-right: auto;
    margin-left: auto
}

.core__navigation-bar-btn.success {
    border-color: #48e2ac;
    color: #48e2ac
}

.core__navigation-bar-btn.grey {
    border-color: #787878;
    color: #787878
}

.core__navigation-bar-btn.danger {
    border-color: #ff5c81;
    color: #ff5c81
}

.core__navigation-bar-btn.lime {
    border-color: #cf0;
    color: #cf0
}

.core__navigation-bar-btn.facebook {
    color: #1877f2;
    border-color: #1877f2
}

.core__navigation-bar-btn.info {
    border-color: #ffbc8f;
    color: #ffbc8f
}

.core__navigation-bar-btn[disabled] {
    color: #dbdbdb;
    border-color: #dbdbdb;
    pointer-events: none !important
}

.core__navigation-bar-btn[disabled] * {
    color: #dbdbdb
}

.core__navigation-bar-btn[disabled].active,
.core__navigation-bar-btn[disabled].filled {
    color: #fff;
    background-color: #dbdbdb
}

.core__navigation-bar-btn[disabled].active *,
.core__navigation-bar-btn[disabled].filled * {
    color: #fff
}

.core__navigation-bar-btn.static {
    cursor: default;
    pointer-events: all !important
}

.core__navigation-bar-btn.static:focus {
    outline: 0
}

.core__navigation-bar-btn:not([disabled]):not(.static):hover {
    color: #fff;
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__navigation-bar-btn:not([disabled]):not(.static):hover.success {
    background-color: #48e2ac
}

.core__navigation-bar-btn:not([disabled]):not(.static):active:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static):focus:not(.no-focus) {
    background-color: #6514dd;
    color: #fff;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__navigation-bar-btn:not([disabled]):not(.static).active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled {
    background: #6514dd;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled:hover {
    background-color: #964eff;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2)
}

.core__navigation-bar-btn:not([disabled]):not(.static).active:active:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static).active:focus:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static).filled:active:not(.no-focus),
.core__navigation-bar-btn:not([disabled]):not(.static).filled:focus:not(.no-focus) {
    background-color: #6514dd;
    box-shadow: 0 0 5px rgba(91, 18, 200, .4)
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.success,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success {
    background-color: #48e2ac
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.success:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.success:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.success:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.success:hover {
    background-color: #22d596
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.danger,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger {
    background-color: #ff5c81;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.danger:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.danger:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.danger:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.danger:hover {
    background-color: #ff295a
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.lime,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime {
    background-color: #cf0;
    color: #6514dd
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.lime:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.lime:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.lime:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.lime:hover {
    background-color: #a3cc00
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook {
    background-color: #1877f2;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.facebook:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.facebook:hover {
    background-color: #0b5fcc
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.info,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info {
    background-color: #ffbc8f;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.info:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.info:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.info:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.info:hover {
    background-color: #ff9d5c
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.grey,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey {
    border-color: #787878;
    background-color: #787878;
    color: #fff
}

.core__navigation-bar-btn:not([disabled]):not(.static).active.grey:active,
.core__navigation-bar-btn:not([disabled]):not(.static).active.grey:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).active.grey:hover,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey:active,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey:focus,
.core__navigation-bar-btn:not([disabled]):not(.static).filled.grey:hover {
    background-color: #5f5f5f
}

.core__navigation-bar-btn.large {
    font-size: 19px;
    padding: 14px 23px;
    line-height: 19px
}

.core__navigation-bar-btn.small {
    font-size: 14px;
    padding: 7px 15px;
    line-height: 17px
}

.core__navigation-bar-btn.tiny {
    font-size: 13px;
    padding: 5px 13px;
    line-height: 15px
}

.core__vmiddle-link {
    display: inline-block;
    padding: .4rem .8rem
}

.core__become-filter-btn {
    padding: .475rem .8rem;
    background: 0 0;
    color: #363536;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 13px
}

.core__become-filter-btn.active,
.core__become-filter-btn.filled {
    background: #dbdbdb
}

.core__become-filter-btn[disabled] {
    color: #dbdbdb;
    border-color: #dbdbdb
}

.core__become-filter-btn:not([disabled]):active,
.core__become-filter-btn:not([disabled]):focus,
.core__become-filter-btn:not([disabled]):hover {
    box-shadow: none;
    background: #dbdbdb;
    border: 1px solid #dbdbdb
}

.core__become-group-btn {
    display: flex
}

.core__become-group-btn .group-btn {
    border-radius: 0;
    border-left-width: 0
}

.core__become-group-btn .group-btn:first-of-type {
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.core__become-group-btn .group-btn:last-of-type {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.core__become-btn-group,
.core__become-btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle
}

.core__become-btn-group-vertical>.btn,
.core__become-btn-group>.btn {
    position: relative;
    flex: 1 1 auto
}

.core__become-btn-group-vertical>.btn:hover,
.core__become-btn-group>.btn:hover {
    z-index: 1
}

.core__become-btn-group-vertical>.btn.active,
.core__become-btn-group-vertical>.btn:active,
.core__become-btn-group-vertical>.btn:focus,
.core__become-btn-group>.btn.active,
.core__become-btn-group>.btn:active,
.core__become-btn-group>.btn:focus {
    z-index: 1
}

.core__become-btn-group>.btn-group:not(:first-child),
.core__become-btn-group>.btn:not(:first-child) {
    margin-left: -1px
}

.core__become-btn-group>.btn-group:not(:last-child)>.btn,
.core__become-btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.core__become-btn-group>.btn-group:not(:first-child)>.btn,
.core__become-btn-group>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.dropdown-toggle-split {
    padding-right: 3.75px;
    padding-left: 3.75px
}

.dropdown-toggle-split::after,
.dropright .dropdown-toggle-split::after,
.dropup .dropdown-toggle-split::after {
    margin-left: 0
}

.dropleft .dropdown-toggle-split::before {
    margin-right: 0
}

.core__become-btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center
}

.core__become-btn-group-vertical>.btn,
.core__become-btn-group-vertical>.btn-group {
    width: 100%
}

.core__become-btn-group-vertical>.btn-group:not(:first-child),
.core__become-btn-group-vertical>.btn:not(:first-child) {
    margin-top: -1px
}

.core__become-btn-group-vertical>.btn-group:not(:last-child)>.btn,
.core__become-btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.core__become-btn-group-vertical>.btn-group:not(:first-child)>.btn,
.core__become-btn-group-vertical>.btn:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.core__become-tickbox {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #dbdbdb;
    border-radius: 50%;
    color: #8e8e8e;
    font-size: 13px
}

.core__become-tickbox:hover {
    border-color: #6514dd;
    background-color: #bc95f5;
    color: #fff
}

.core__become-tickbox.checked {
    border-color: #6514dd;
    background-color: #6514dd;
    color: #fff
}

.modal-mask {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    transition: opacity .3s ease;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.become-modal .modal-container {
    display: flex;
    flex-flow: column;
    position: relative;
    width: 460px;
    margin: 1rem;
    padding: 24px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
    transition: all .3s ease;
    max-height: 95vh
}

@media screen and (max-width:768px) {
    .become-modal .modal-container {
        width: 95% !important;
        padding: 25px 15px 10px
    }
}

.become-modal .loader-holder {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    background: #fff;
    z-index: 5;
    align-items: center;
    justify-content: center
}

.become-modal .loader-holder.blurred {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(2px)
}

.become-modal .loader-holder .circle-loader {
    margin-right: 10px
}

.become-modal .loader-holder h3 {
    margin: 0
}

.become-modal.medium .modal-container {
    width: 560px
}

.become-modal.large .modal-container {
    width: 760px
}

.become-modal.xlarge .modal-container {
    width: 960px
}

.become-modal.xxlarge .modal-container {
    width: 1200px
}

.become-modal.fluid .modal-container {
    max-width: 90%;
    width: auto
}

.become-modal .close-modal {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #8e8e8e;
    cursor: pointer;
    font-size: 18px;
    font-weight: 300
}

.become-modal .close-modal:hover {
    color: #363536
}

.become-modal .modal-header {
    padding: 0;
    border-bottom: 0;
    text-align: center
}

.become-modal .modal-header h3 {
    font-weight: 600;
    margin-top: 0;
    font-size: 24px;
    line-height: 25px;
    letter-spacing: -.05em;
    color: #333
}

@media screen and (max-width:768px) {
    .become-modal .modal-header h3 {
        font-size: 20px;
        margin-bottom: 2rem
    }
}

.become-modal .modal-body {
    margin: 20px 0;
    padding: 0;
    max-height: 65vh;
    min-height: 5vh
}

.become-modal .modal-body:not(.overflow) {
    overflow-y: auto;
    overflow-x: hidden
}

@media screen and (max-width:768px) {
    .become-modal .modal-body {
        margin-top: 0
    }
}

.become-modal .modal-lead {
    font-size: 20px;
    text-align: center;
    letter-spacing: -.05em;
    font-weight: 200
}

@media screen and (max-width:768px) {
    .become-modal .modal-lead {
        font-size: 18px
    }
}

.become-modal .modal-enter,
.become-modal .modal-leave-active {
    opacity: 0
}

.become-modal .modal-enter .modal-container,
.become-modal .modal-leave-active .modal-container {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.become-modal .modal-footer {
    padding: 0;
    text-align: center;
    border-top: 0
}

.become-modal .modal-footer .modal-footer-text {
    display: block;
    margin-top: 16px;
    margin-bottom: -8px;
    font-size: 14px
}

.display-flex {
    display: flex !important
}

.display-inline-flex {
    display: inline-flex !important
}

.display-inline-block {
    display: inline-block !important
}

.display-block {
    display: block !important
}

.flex-grow {
    flex-grow: 1 !important
}

.flex-align-center {
    align-items: center !important
}

.flex-align-stretch {
    align-items: stretch !important
}

.flex-direction-column {
    flex-direction: column
}

.flex-direction-column-reverse {
    flex-direction: column-reverse
}

.flex-justify-center {
    justify-content: center !important
}

.flex-justify-between {
    justify-content: space-between !important
}

.flex-wrap {
    flex-wrap: wrap
}

.no-round-borders {
    border-radius: 0
}

.overflox-x-scroll {
    overflow-x: scroll
}

.overflox-x-auto {
    overflow-x: auto
}

.margin-auto {
    margin-right: auto;
    margin-left: auto
}

@media print {
    .hide-on-print {
        display: none
    }
}

.underline-hover:hover {
    text-decoration: underline
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.black {
    color: #393839
}

.grey {
    color: #e1e1e1
}

.dark_grey {
    color: #363536
}

.light_grey {
    color: #f9fbfd
}

.dark_purple {
    color: #1d093b
}

.purple {
    color: #6514dd !important
}

.lime {
    color: #cf0
}

.red {
    color: #ff5c81
}

.soft-orange {
    color: #ffbc8f
}

.green {
    color: #48e2ac
}

.le-bg-black {
    background-color: #393839
}

.le-bg-grey {
    background-color: #e1e1e1
}

.le-bg-dark-purple {
    background-color: #1d093b
}

.le-bg-purple {
    background-color: #6514dd
}

.le-bg-lime {
    background-color: #cf0
}

.text-green {
    color: #48e2ac !important
}

body.page div.container-fluid {
    position: relative
}

@media screen and (min-width:1170px) {
    body.page div.container-fluid {
        max-width: 1670px
    }
}

@media screen and (min-width:2000px) {
    body.page div.container-fluid {
        max-width: 90%
    }
}

@media screen and (min-width:1025px) and (max-width:1500px) {
    body.page div.container-fluid {
        max-width: 95%
    }
}

ul.content-block {
    width: 100%;
    display: flex;
    flex-flow: row;
    justify-content: center;
    padding: 0;
    margin: 0
}

ul.content-block li {
    display: block;
    width: 534px;
    height: 506px;
    padding: 75px 60px 65px;
    margin: 0 10px;
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 8px;
    -webkit-border-radius: 8px
}

ul.content-block li .content-block-icon {
    margin-bottom: 30px
}

ul.content-block li .content-block-icon span {
    display: inline-block;
    position: relative;
    width: 74px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    background-color: #cf0;
    border-radius: 100%;
    -webkit-border-radius: 100%
}

ul.content-block li .content-block-icon span img {
    position: relative;
    top: calc(50% - 20px)
}

ul.content-block li h3 {
    opacity: 0;
    position: relative;
    top: -20px;
    margin-bottom: 8px;
    transition: all .75s linear;
    -webkit-transition: all .75s linear
}

ul.content-block li h3.show {
    top: 0;
    opacity: 1
}

ul.content-block li p {
    font-size: 18px !important;
    color: #363536;
    opacity: 0;
    transition: all .75s linear;
    -webkit-transition: all .75s linear
}

ul.content-block li p.show {
    opacity: .5
}

ul.content-block li a {
    opacity: 0;
    display: inline-block;
    position: relative;
    top: -20px;
    transition: all .75s linear;
    -webkit-transition: all .75s linear
}

ul.content-block li a.show {
    top: 0;
    opacity: 1
}

.announcement {
    position: fixed;
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background-color: #6514dd;
    z-index: 99999
}

.announcement span {
    width: 100%;
    color: #fff
}

.announcement span a {
    text-decoration: underline;
    color: #fff
}

header.main-header .top-level:last-child .fa-chevron-down {
    display: none
}

header.main-header {
    position: fixed;
    display: block;
    width: 100%;
    height: 70px;
    padding: 30px 0 50px;
    left: 0;
    transition: all .2s;
    -webkit-transition: all .2s;
    z-index: 1000
}

header.main-header.stretch {
    height: 470px !important;
    z-index: 1000
}

header.main-header .logo {
    float: left;
    transition: all .2s;
    -webkit-transition: all .2s
}

header.main-header .logo img {
    width: 170px
}

header.main-header .main-menu {
    position: relative;
    float: right
}

@media screen and (min-width:1024px) {
    header.main-header .main-menu {
        top: -30px
    }
}

header.main-header .main-menu ul:first-child>li.top-level>a {
    line-height: 80px
}

header.main-header .main-menu ul {
    position: relative;
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    list-style: none
}

header.main-header .main-menu ul ul {
    padding: 16px 24px;
    background: rgba(0, 0, 0, .7);
    box-shadow: 6px 10px 30px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 6px 10px 30px 0 rgba(0, 0, 0, .1)
}

header.main-header .main-menu ul li {
    display: inline-block;
    cursor: pointer
}

header.main-header .main-menu ul li:not(:first-child) {
    margin-left: 39px
}

header.main-header .main-menu ul li:hover ul {
    display: block
}

header.main-header .main-menu ul li * {
    color: #fff
}

header.main-header .main-menu ul li :hover {
    color: #fff
}

header.main-header .main-menu ul li a {
    padding: 10px 0;
    text-decoration: none !important
}

header.main-header .main-menu ul li a:hover {
    text-decoration: underline !important
}

header.main-header .main-menu ul li a i {
    margin-left: 9px;
    font-size: 13px
}

header.main-header .main-menu ul li ul {
    display: none;
    position: absolute;
    top: 90px;
    opacity: 0;
    transition: top .2s;
    -webkit-transition: top .2s
}

header.main-header .main-menu ul li ul li {
    display: block;
    width: 120%;
    margin-left: 0 !important;
    line-height: 2.4
}

header.main-header .main-menu ul li ul li ul {
    min-width: 200px;
    top: 0 !important;
    left: 100%;
    padding-left: 15px
}

header.main-header.static {
    position: static
}

header.main-header.static,
header.main-header.sticky {
    background-color: #fff
}

header.main-header.static .logo,
header.main-header.sticky .logo {
    position: relative;
    top: -10px
}

header.main-header.static .logo img,
header.main-header.sticky .logo img {
    width: 170px
}

header.main-header.static .main-menu ul li *,
header.main-header.sticky .main-menu ul li * {
    color: #000 !important
}

header.main-header.static .main-menu ul li:after,
header.main-header.sticky .main-menu ul li:after {
    color: #6514dd !important
}

header.main-header.static .main-menu ul li ul,
header.main-header.sticky .main-menu ul li ul {
    padding: 10px 15px;
    background: rgba(255, 255, 255, .9);
    box-shadow: 6px 10px 30px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 6px 10px 30px 0 rgba(0, 0, 0, .1)
}

header.main-header.static .main-menu ul li a.active,
header.main-header.sticky .main-menu ul li a.active {
    font-family: Cera !important;
    font-weight: 400 !important;
    color: #6514dd !important
}

header.main-header.static .main-menu ul li a,
header.main-header.sticky .main-menu ul li a {
    font-family: Cera;
    font-weight: 400;
    color: #393839
}

header.main-header.static .main-menu ul li a *,
header.main-header.sticky .main-menu ul li a * {
    color: #393839
}

header.main-header.static .main-menu ul li a:hover,
header.main-header.sticky .main-menu ul li a:hover {
    font-family: Cera;
    font-weight: 700;
    color: #6514dd !important;
    text-decoration: underline !important
}

header.main-header.static .main-menu ul li a:hover *,
header.main-header.sticky .main-menu ul li a:hover * {
    color: #6514dd
}

#footer {
    line-height: 1.5
}

#footer .footer-menu {
    background: #1d073d;
    color: #fff;
    padding: 70px 0;
    margin-bottom: 70px
}

#footer .footer-menu .contact-details {
    margin-left: 21px;
    font-size: 14px
}

#footer .footer-menu .contact-details li {
    text-align: left;
    text-indent: -15px;
    margin-bottom: 6px
}

#footer .footer-menu .contact-details li i {
    color: #ffffff60;
    width: 17px;
    text-align: center;
    margin-right: -3px;
    position: relative;
    top: 1px
}

#footer .footer-menu a {
    color: #fff
}

#footer .footer-menu .footer-menu-ul {
    text-align: left;
    margin-left: 0
}

#footer .footer-menu .footer-menu-ul li {
    margin-bottom: 8px;
    font-weight: 100;
    font-size: 13px
}

#footer .footer-menu .footer-social {
    margin-top: 50px
}

#footer .footer-menu .social-icons i {
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    padding: 9px 6px;
    margin: 0 3px
}

#footer .footer-menu .social-icons li {
    display: inline-block
}

#footer .footer-menu h5 {
    text-align: left;
    margin-bottom: 10px;
    line-height: 18px;
    opacity: .4;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    display: block
}

#footer .footer-menu h5 a {
    text-align: left;
    color: #fff;
    font-size: 17px;
    font-weight: 700
}

#footer .footer-menu .col-md-2 h5 i {
    display: none
}

#footer #seals-footer {
    margin-top: 0
}

#footer #seals-footer .v2sprite {
    display: inline-block;
    vertical-align: middle;
    margin: 4px 9px 18px;
    position: relative;
    z-index: 2
}

#footer #seals-footer img {
    vertical-align: bottom
}

#footer .declimer-lending,
#footer .sec-declimer-lending {
    text-align: center;
    font-size: 12px;
    font-weight: 100;
    padding: 0;
    color: #696d71
}

#footer .declimer-lending p,
#footer .sec-declimer-lending p {
    font-size: 12px;
    margin-top: 24px
}

#footer .v2sprite {
    background-image: url(https://deo97c73nr7tv.cloudfront.net/become/landing_page/img/sealsprite.svg);
    background-size: 191px 96px;
    background-repeat: no-repeat
}

#footer .V2-mcafee {
    width: 85px;
    height: 31px;
    background-position: -106px 0
}

#footer .V2comodo {
    width: 76px;
    height: 42px;
    background-position: 0 0
}

#footer .V2TrustPilot {
    width: 83px;
    height: 35px;
    background-position: 0 -61px
}

#footer .V2TrustSite {
    width: 95px;
    height: 16px;
    background-position: 0 -43px
}

#footer .V2comodossl {
    width: 94px;
    height: 29px;
    background-position: -96px -32px
}

body.page {
    background: #f9f9f9
}

body.page .core__become-btn.danger {
    background-color: #e4253c
}

body.page .main-header {
    background: #fff !important;
    border-bottom: 1px solid #e1e1e1;
    top: 0
}

body.page .main-header .top-level>a {
    color: #393839 !important
}

body.page .main-header .top-level>a * {
    color: #393839 !important
}

body.page .main-header .top-level>a svg {
    margin-left: 8px
}

@media screen and (min-width:1170px) {
    body.page .content-wrapper .container-fluid {
        max-width: 1184px
    }
}

@media screen and (max-width:768px) {
    body.page .content-wrapper .container-fluid {
        padding: 0 16px
    }
}

body.page .page-hero {
    background-image: url(../images/eidl-bg.jpg);
    background-color: #fff;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: right top;
    min-height: 490px;
    position: relative;
    margin-top: 80px;
    padding-bottom: 80px
}

@media screen and (max-width:1460px) {
    body.page .page-hero {
        background-size: 100%
    }
}

@media screen and (max-width:768px) {
    body.page .page-hero {
        background-size: cover;
        background-position: bottom;
        padding-bottom: 110px;
        background-image: url(../images/eidl-bg-mobile.jpg)
    }
}

body.page .page-hero>.container-fluid {
    padding: 4rem 15px
}

@media screen and (max-width:768px) {
    body.page .page-hero>.container-fluid {
        padding: 0 16px
    }
}

body.page .page-hero .hero-title {
    display: flex;
    align-items: center;
    margin-bottom: 2rem
}

@media screen and (max-width:768px) {
    body.page .page-hero .hero-title {
        display: inherit;
        text-align: center;
        padding-top: 2rem
    }
}

body.page .page-hero .hero-title h1 {
    font-size: 29px;
    line-height: 42px;
    letter-spacing: -1px
}

body.page .page-hero .hero-title h1 .extra-purple {
    font-size: 35px;
    color: #6514dd;
    font-weight: 700;
    display: block
}

body.page .page-hero .hero-title h1 .extra-gray {
    font-size: 20px;
    color: #8e8e8e;
    font-weight: 200;
    display: block;
    max-width: 648px;
    line-height: normal;
    letter-spacing: normal;
    margin-top: 8px;
    margin-bottom: 0
}

body.page .page-hero .hero-title img {
    margin-right: 10px;
    align-self: flex-end
}

body.page .page-hero .bullets {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.45px;
    margin-left: 1.5em;
    margin-bottom: 2rem
}

body.page .page-hero .bullets li {
    margin-bottom: 10px
}

body.page .page-hero .bullets li i {
    color: #1a4fa2
}

body.page .page-hero .hero-bottom-holder {
    justify-content: space-between;
    display: flex
}

@media screen and (max-width:768px) {
    body.page .page-hero .hero-bottom-holder {
        flex-direction: column;
        align-items: center
    }
}

body.page .page-hero .core__become-btn:not([disabled]):not(.static) {
    margin-bottom: 2rem;
    box-shadow: 0 3px 4px rgba(91, 18, 200, .2);
    cursor: pointer
}

body.page .page-hero .social-share {
    text-align: center
}

body.page .page-hero .social-share p {
    font-size: 18px;
    margin-bottom: 1rem
}

body.page .page-hero .social-share .social-btns-container {
    background: #fff;
    padding: 1rem
}

body.page .page-hero .covid-hero-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #6514dd;
    color: #fff;
    padding: 1rem 0
}

body.page .page-hero .covid-hero-bottom a {
    color: #fff
}

body.page .page-hero .covid-hero-bottom .container-fluid,
body.page .page-hero .covid-hero-bottom .container-fluid>div {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:768px) {

    body.page .page-hero .covid-hero-bottom .container-fluid,
    body.page .page-hero .covid-hero-bottom .container-fluid>div {
        flex-direction: column;
        text-align: center
    }
}

body.page .main-declimer .container-fluid {
    line-height: normal;
    opacity: .85;
    font-size: 13px;
    margin-top: 18px;
    margin-bottom: 18px
}

body.page .page-calculator {
    padding: 4rem 0;
    margin-top: 80px
}

body.page .page-calculator>.container-fluid {
    padding-right: 15px;
    padding-left: 15px
}

body.page .page-calculator .calc-lable {
    margin-bottom: 1rem;
    font-size: 18px
}

body.page .page-calculator .calc-lable b {
    font-weight: 700
}

body.page .page-calculator h2 {
    font-size: 46px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 700
}

@media screen and (max-width:768px) {
    body.page .page-calculator h2 {
        font-size: 24px;
        line-height: normal
    }
}

body.page .page-calculator .card {
    background: #fff;
    box-shadow: 0 2px 5px rgba(146, 133, 166, .16);
    border: none;
    border-radius: 4px;
    padding: 25px
}

@media screen and (max-width:768px) {
    body.page .page-calculator .card {
        padding: 16px
    }
}

body.page .page-calculator .card.how-to-tip {
    border: 1px solid #6514dd;
    box-shadow: none
}

@media screen and (max-width:768px) {
    body.page .page-calculator .card.how-to-tip {
        padding: 24px
    }
}

@media screen and (min-width:769px) {
    body.page .page-calculator .card.how-to-tip:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 10px solid transparent;
        border-right: 10px solid #6514dd;
        border-top: 10px solid #6514dd;
        border-bottom: 10px solid transparent;
        left: -21px;
        top: 6px
    }

    body.page .page-calculator .card.how-to-tip:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-left: 12px solid transparent;
        border-right: 12px solid #fff;
        border-top: 12px solid #fff;
        border-bottom: 12px solid transparent;
        left: -19px;
        top: 7px
    }
}

body.page .page-calculator .could-qualify-holder {
    margin-bottom: 2rem
}

body.page .page-calculator .could-qualify-holder .card {
    display: none
}

body.page .page-calculator .could-qualify-holder h3 {
    font-weight: 300;
    font-size: 34px;
    line-height: 30px;
    text-align: center;
    letter-spacing: -1px;
    color: #6514dd
}

body.page .page-calculator .could-qualify-holder .qualify-for-number {
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    padding: 2rem 0
}

body.page .page-calculator .could-qualify-holder .qualify-for-number span {
    font-size: 70px
}

body.page .page-calculator .could-qualify-holder .disclaimer {
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    color: #8e8e8e
}

body.page .page-calculator .could-qualify-holder .input-holder {
    position: relative;
    margin-bottom: 1rem
}

body.page .page-calculator .could-qualify-holder .input-holder .prefix {
    position: absolute;
    left: 8px;
    top: 14px
}

body.page .page-calculator .could-qualify-holder .input-holder input {
    padding-left: 20px;
    font-size: 20px
}

body.page .page-calculator .text-holder {
    padding: 25px 50px
}

body.page .page-calculator .text-holder h3 {
    font-weight: 300;
    font-size: 29px;
    line-height: 30px;
    letter-spacing: -1px;
    color: #6514dd;
    margin-bottom: 2.5rem
}

body.page .page-calculator .text-holder h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700
}

body.page .page-calculator .text-holder ul {
    list-style: disc;
    list-style-position: outside;
    margin-bottom: 1rem;
    line-height: 20px;
    font-size: 16px;
    padding-left: 2.5rem
}

body.page .page-form {
    padding: 4rem 0;
    margin-top: 80px
}

body.page .page-form>.container-fluid {
    border-bottom: 1px solid #a3a3a3;
    padding-bottom: 2rem;
    padding-right: 15px;
    padding-left: 15px
}

body.page .page-form h2 {
    font-size: 46px;
    line-height: 45px;
    letter-spacing: -1px;
    margin-bottom: 2rem;
    margin-top: 1rem;
    font-weight: 700
}

body.page .page-form .form-row {
    margin-bottom: 1rem
}

body.page .page-form .form-row label {
    font-weight: 700;
    margin-bottom: .5rem
}

body.page .proceed-modal .content-holder {
    text-align: center
}

body.page .proceed-modal .content-holder .lender-logo {
    margin-top: 2rem
}

body.page .proceed-modal .content-holder .lender-logo img {
    width: 150px;
    border: 2px solid #8e8e8e
}

body.page .proceed-modal .modal-footer {
    flex-direction: column
}

body.page .proceed-modal .modal-footer h5 {
    margin-bottom: 2rem
}

body.page .not-ready-modal .modal-container {
    text-align: center;
    width: 660px
}

body.page .not-ready-modal h3 {
    display: block;
    width: 100%;
    margin-top: -12px
}

body.page .not-ready-modal h4 {
    font-size: 18px;
    line-height: 23px;
    color: #393839;
    display: block;
    text-align: center
}

body.page .not-ready-modal .button {
    margin: 0 auto;
    margin-top: 16px;
    margin-bottom: 16px
}

body.page .not-ready-modal .button:hover {
    text-decoration: none
}

body.page .payroll-example {
    line-height: 130%
}

body.page .thank-you {
    min-height: 300px;
    padding: 40px;
    display: none;
    font-size: 20px;
    line-height: 29px;
    letter-spacing: -.5px
}

body.page .thank-you .thank-you-title {
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    letter-spacing: -.05em;
    color: #333;
    margin-bottom: 12px
}

body.page .thank-you .helloworks-image {
    position: relative;
    top: 11px
}

body.page .thank-you .core__become-btn:hover {
    text-decoration: none
}

body.page .thank-you.partner .partner-info {
    margin-top: 30px;
    background-color: #fff;
    margin-right: 0;
    margin-left: 0;
    box-shadow: 0 0 20px rgba(146, 133, 166, .2);
    border-radius: 3px
}

body.page .thank-you.partner .partner-img {
    width: 112px
}

body.page .thank-you.partner h2.partner-name {
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 8px
}

body.page .thank-you.partner .loan-info {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: -.05em
}

body.page .thank-you.partner .loan-info p {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -.05em;
    color: #555
}

body.page .thank-you.partner .partner-link-button {
    float: right;
    margin-top: 17px
}

body.page .get-sba-loan {
    display: block;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 65vh;
    background: #6514dd;
    background-image: none !important
}

@media screen and (min-width:2000px) {
    body.page .get-sba-loan {
        height: 65vh !important
    }
}

@media screen and (max-width:768px) {
    body.page .get-sba-loan {
        height: auto !important;
        padding: 25px 0
    }
}

body.page .get-sba-loan.lazy {
    background: 0 0
}

body.page .get-sba-loan>.container-fluid {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    flex-direction: column
}

body.page .get-sba-loan h3 {
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 2rem;
    line-height: 65px
}

@media screen and (max-width:768px) {
    body.page .get-sba-loan h3 {
        line-height: 110%
    }
}

body.page .get-sba-loan h3 .big {
    font-size: 56px;
    font-weight: 700
}

@media screen and (max-width:768px) {
    body.page .get-sba-loan h3 .big {
        font-size: 35px
    }
}

body.page .get-sba-loan .home-banner-net {
    opacity: .25;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent url(https://deo97c73nr7tv.cloudfront.net/become/homepage/img/home_banner_net.svg?v=1.0) no-repeat;
    background-size: cover;
    background-position: center !important;
    animation: breathing_net 10s infinite
}

body.page .get-sba-loan .home-banner-net.lazy {
    background: 0 0
}

body.page .bottom-banner-covid-19 {
    background: #6514dd;
    padding: 20px;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    justify-content: center;
    align-items: center
}

body.page .bottom-banner-covid-19 h3 {
    text-align: center;
    margin-bottom: 2rem
}

body.page .bottom-banner-covid-19 h4 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 1em;
    margin-top: -18px
}

body.page .bottom-banner-covid-19 .home-banner-net {
    opacity: .25;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent url(https://deo97c73nr7tv.cloudfront.net/become/homepage/img/home_banner_net.svg?v=1.0) no-repeat;
    background-size: cover;
    background-position: center !important;
    animation: breathing_net 10s infinite
}

body.page .bottom-banner-covid-19 .home-banner-net.lazy {
    background: 0 0
}

body.page .side-banner-covid-19 {
    background: #6514dd;
    display: flex;
    flex-flow: column;
    color: #fff;
    padding: 1rem
}

body.page .side-banner-covid-19 p {
    font-size: 20px;
    line-height: 130%
}

body.page .button {
    padding: 14px 40px;
    text-decoration: none !important;
    box-shadow: 0 10px 20px 0 rgba(101, 20, 221, .3);
    -webkit-box-shadow: 0 10px 20px 0 rgba(101, 20, 221, .3);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    display: inline-block
}

body.page .button.no-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important
}

body.page .button i {
    font-size: 12px
}

body.page .button.small {
    padding: 10px 25px
}

body.page .btn-lime {
    font-weight: 400;
    color: #393839;
    background-color: #cf0;
    border: 2px solid #cf0
}

body.page .btn-lime:hover {
    color: #cf0;
    background-color: transparent
}

body.page .btn-lime:hover i {
    color: #cf0
}

body.page footer {
    padding: 0 !important
}

@media screen and (min-width:2000px) {

    body,
    html {
        font-size: 20px
    }

    .logo img {
        height: 60px !important
    }

    header.main-header.sticky .logo img {
        height: 60px;
        top: -20px
    }

    body.home .content .button {
        font-size: 30px
    }

    body.home .content .home-banner {
        height: 1250px;
        background-image: url(https://deo97c73nr7tv.cloudfront.net/become/homepage/img/home_banner@2x.jpg?v=1.0) no-repeat
    }

    body.home .content .home-banner .home-banner-net {
        background-image: transparent url(https://deo97c73nr7tv.cloudfront.net/become/homepage/img/home_banner_net@2x.png?v=1.0) no-repeat
    }

    body.home .content .static-logos-bar {
        max-width: 1900px;
        top: calc(1250px - 58px);
        left: 50%;
        margin-left: -950px
    }

    body.home .content .static-logos-bar ul li div {
        height: 60px;
        line-height: 60px
    }

    body.home .content .static-logos-bar ul li div img {
        max-height: 60px
    }

    body.home .content .video-section .col-md-8 {
        background-size: 100%
    }

    body.home .content .partners-slider {
        padding-bottom: 40px
    }

    header.main-header {
        height: 120px;
        padding: 45px 0 50px
    }

    header.main-header.stretch {
        height: 600px !important
    }
}

@media screen and (max-width:1400px) and (min-width:1300px) {
    body.home .content .our-solution .slider ul li>div {
        height: auto;
        top: 50% !important;
        left: 30px !important;
        transform: translateY(-50%)
    }

    body.home .content .our-solution .slider ul li>div p {
        font-size: 16px !important
    }

    body.home .content .our-solution .slider ul li .slide-num {
        right: -10px !important;
        bottom: 40px !important;
        font-size: 22px
    }

    body.home .content .our-solution .col-md-5 {
        max-height: 400px
    }

    body.home .content .wrongfully-denied {
        padding: 100px 0 20px
    }

    body.home .content .wrongfully-denied .row .col-md-6 {
        max-height: 450px
    }
}

@media screen and (max-width:1280px) and (min-height:800px) {
    body.home .content .our-solution .slider ul li>div {
        padding: 0 15px
    }
}

@media screen and (min-width:1025px) and (max-width:1500px) {
    body.home .content .home-banner {
        max-height: 740px
    }

    body.home .content .home-banner .content-left h1 {
        margin-top: 150px;
        font-size: 90px;
        line-height: 1
    }

    body.home .content .home-banner .content-left h1 * {
        font-size: 90px;
        line-height: 1
    }

    body.home .content .video-section .col-md-4>div h2 {
        padding-bottom: 4px;
        font-size: 36px
    }

    body.home .content .creating-better-world .container-fluid .row .col-md-12>p.w-100 {
        font-size: 28px
    }

    body.home .content .trusted-partners .row div:not(.icons) span:not(.title) {
        top: 32.5%
    }

    body.home .content .static-logos-bar {
        top: calc(740px - 58px)
    }

    body.home .content .tailor-made-funding .icons>div ul li {
        width: 25%
    }

    body.home .content .tailor-made-funding .icons>div ul li span {
        font-size: 22px
    }

    body.home .content .tailor-made-funding .icons>div ul li span:not(.title) {
        padding: 0
    }

    body.home .content .tailor-made-funding span:not(.title) {
        font-size: 22px
    }

    body.home .content .our-solution .slider ul li {
        margin-right: 0
    }

    body.home .content .our-solution .slider ul li>div {
        width: 55%;
        top: calc(50% + 50px)
    }

    body.home .content .our-solution .slider ul li>div h4 {
        font-size: 22px;
        line-height: 26px;
        font-weight: 700
    }

    body.home .content .our-solution .slider ul li>div .sub-title {
        font-size: 18px
    }

    body.home .content .our-solution .slider ul li>div p {
        margin-top: 8px;
        line-height: 1.25
    }

    body.home .content .our-solution .slider ul li .slide-num {
        right: -15px;
        bottom: 50px
    }

    body.home .content .our-solution .slider ul li img {
        max-width: 120%
    }
}

@media screen and (min-width:1024px) and (max-width:1280px) {
    header .main-menu ul li.top-level a .fa-plus {
        display: none
    }

    body.home #call_now {
        padding-right: 20px
    }

    body.home .content .our-solution .slider ul li {
        margin: 0 70px 0 0 !important
    }

    body.home .content .our-solution .slider ul li>div {
        width: 60%;
        left: 12.5%
    }

    body.home .content .our-solution .slider ul li img {
        min-width: 100%;
        max-width: 120%
    }

    body.home .content .our-solution .slick-list {
        max-height: 530px;
        padding: 0 !important
    }

    body.home .content .our-solution .slick-list .slick-track {
        max-height: 430px
    }
}

@media screen and (max-width:1024px) {
    .video-popup {
        max-width: 100% !important;
        max-height: 100% !important;
        top: 0 !important;
        left: 0 !important;
        margin: 0 !important;
        transform: none !important;
        -webkit-transform: none !important
    }

    .video-popup .close-btn {
        top: 25px !important;
        right: 15px !important;
        z-index: 9999 !important
    }
}

@media screen and (min-width:769px) and (max-width:1024px) {
    header.main-header .logo {
        width: 20%
    }

    header.main-header .main-menu {
        width: 80%;
        top: -30px
    }

    body.home .content ul.content-block li {
        padding: 65px 40px 95px
    }

    body.home .content .home-banner .content-left.covid-ver {
        padding-top: 28%
    }

    body.home .content .home-banner .content-left h1 {
        margin-top: 170px;
        font-size: 80px
    }

    body.home .content .static-logos-bar {
        height: 90px;
        top: calc(980px - 65px)
    }

    body.home .content .static-logos-bar ul {
        max-height: 90px
    }

    body.home .content .static-logos-bar ul li>div {
        height: 60px !important;
        line-height: 60px !important
    }

    body.home .content .static-logos-bar ul li>div img {
        max-height: 60px !important
    }

    body.home .content .video-section>div {
        height: 400px
    }

    body.home .content .video-section>div h2 {
        font-size: 31px !important;
        margin-top: 33px
    }

    body.home .content .video-section .col-md-4 {
        padding: 0
    }

    body.home .content .video-section .col-md-4>div {
        padding: 0 5%
    }

    body.home .content .video-section .col-md-8 {
        height: 400px;
        background-size: 100%
    }

    body.home .content .creating-better-world .row p {
        font-size: 32px
    }

    body.home .content .partners-slider ul li {
        max-width: 120px;
        max-height: 120px;
        text-align: center
    }

    body.home .content .partners-slider ul li div {
        width: 100%;
        text-align: center
    }

    body.home .content .partners-slider ul li div img {
        max-width: 120px;
        max-height: 120px;
        padding: 7.5%;
        margin: 0 auto
    }

    body.home .content .partners-slider .slider-nav {
        top: 32.5%
    }

    body.home .content .tailor-made-funding span:not(.title) {
        max-width: 80%
    }

    body.home .content .tailor-made-funding .icons {
        max-width: 100%
    }

    body.home .content .tailor-made-funding .icons>div ul li {
        width: 25%
    }

    body.home .content .tailor-made-funding .icons>div ul li span {
        padding: 0 15px;
        font-size: 20px
    }

    body.home .content .our-solution .slick-list {
        padding: 0 !important
    }

    body.home .content .our-solution .slider ul li>div {
        width: 55%;
        left: 25px
    }

    body.home .content .our-solution .slider ul li img {
        max-width: 115%
    }

    body.home .content .wrongfully-denied .row .col-md-6 {
        text-align: left
    }

    body.home .content .trust-pilot .container-fluid {
        width: 100%;
        padding: 0
    }

    body.home footer {
        padding: 80px 50px 105px 200px
    }

    body.home footer:before {
        left: 80px
    }
}

@media screen and (max-width:768px) {
    body.home .video-popup {
        background-color: #6514dd
    }

    body.home .video-popup .close-btn {
        top: 80px !important
    }

    body.home .video-popup iframe {
        max-height: 90%;
        margin-top: 10%
    }

    body.home .content .home-banner {
        height: 850px;
        background-position: top right !important
    }

    body.home .content .home-banner .content-left {
        float: none;
        width: 80%;
        height: auto !important;
        top: 100px;
        left: 10%
    }

    body.home .content .home-banner .content-left h1,
    body.home .content .home-banner .content-left h1 *,
    body.home .content .home-banner .content-left h1.covid-ver,
    body.home .content .home-banner .content-left h1.covid-ver * {
        text-shadow: 0 2px 7px rgba(0, 0, 0, .5);
        letter-spacing: -2px;
        font-size: 45px;
        line-height: 50px
    }

    body.home .content .home-banner .content-left p {
        max-width: 60%;
        font-size: 24px;
        line-height: 1.25;
        letter-spacing: 0
    }

    body.home .content .static-logos-bar {
        top: calc(850px - 58px)
    }

    body.home .content .static-logos-bar ul {
        max-height: 60px
    }

    body.home .content .static-logos-bar ul li {
        line-height: 90px
    }

    body.home .content .static-logos-bar ul li>div {
        height: 60px !important;
        line-height: 60px !important
    }

    body.home .content .static-logos-bar ul li>div img {
        max-height: 60px !important
    }

    body.home .content .video-section>div {
        height: auto !important
    }

    body.home .content .video-section .row {
        display: block
    }

    body.home .content .video-section .row .col-md-4,
    body.home .content .video-section .row .col-md-8 {
        max-width: 100%
    }

    body.home .content .video-section .row .col-md-4>div:not(.play),
    body.home .content .video-section .row .col-md-8>div:not(.play) {
        position: static !important;
        padding: 100px 30px;
        text-align: center;
        transform: none;
        -webkit-transform: none
    }

    body.home .content .video-section .row .col-md-4>div:not(.play) p,
    body.home .content .video-section .row .col-md-8>div:not(.play) p {
        margin: 31px 0 15px;
        font-size: 16px;
        line-height: 25px;
        text-align: left
    }

    body.home .content .video-section .row .col-md-4>div:not(.play) ul li,
    body.home .content .video-section .row .col-md-8>div:not(.play) ul li {
        font-size: 16px;
        line-height: 25px;
        text-align: left
    }

    body.home .content .emergancy-resources .card {
        width: 43%
    }

    body.home .content .emergancy-resources .card:nth-child(3),
    body.home .content .emergancy-resources .card:nth-child(4) {
        margin-bottom: 0
    }

    body.home .content .creating-better-world {
        padding-top: 0;
        margin-bottom: 0;
        background: #fff
    }

    body.home .content .creating-better-world .row {
        display: block
    }

    body.home .content .creating-better-world .row p.w-100 {
        padding-top: 30px;
        margin-top: 50px;
        font-size: 25px;
        line-height: 29px;
        border-top: 1px solid #eaeaea
    }

    body.home .content .creating-better-world .row ul.content-block {
        display: block
    }

    body.home .content .creating-better-world .row ul.content-block li {
        width: 100%;
        height: auto;
        padding: 55px 40px;
        margin: 0 0 20px
    }

    body.home .content .creating-better-world .row ul.content-block li p {
        width: 70%;
        margin: 0 auto 30px;
        font-size: 24px !important;
        line-height: 1.5
    }

    body.home .content .creating-better-world .row ul.content-block li a.button {
        max-width: 375px;
        margin-top: 20px
    }

    body.home .content .trusted-partners .row div:not(.icons) span.title {
        font-size: 44px
    }

    body.home .content .trusted-partners .row div:not(.icons) span:not(.title) {
        font-size: 32px
    }

    body.home .content .partners-slider {
        padding: 0
    }

    body.home .content .partners-slider .slider-nav {
        top: 50%
    }

    body.home .content .partners-slider .slider-nav.prev {
        left: 0
    }

    body.home .content .partners-slider .slider-nav.next {
        right: 0
    }

    body.home .content .partners-slider ul {
        height: 160px;
        padding: 0 100px;
        overflow: hidden
    }

    body.home .content .partners-slider ul li,
    body.home .content .partners-slider ul li.slick-center {
        width: 160px !important;
        height: 160px !important
    }

    body.home .content .partners-slider ul li div,
    body.home .content .partners-slider ul li.slick-center div {
        width: 160px !important;
        height: 160px !important
    }

    body.home .content .partners-slider ul li div img,
    body.home .content .partners-slider ul li.slick-center div img {
        width: 160px !important;
        height: 160px !important;
        padding: 7.5% !important
    }

    body.home .content .tailor-made-funding span:not(.title) {
        max-width: none
    }

    body.home .content .tailor-made-funding .icons {
        max-width: 100%
    }

    body.home .content .tailor-made-funding .icons>div ul {
        display: block
    }

    body.home .content .tailor-made-funding .icons>div ul li {
        display: inline-block;
        width: 49%;
        max-width: 49%;
        height: 200px;
        margin: 0 !important
    }

    body.home .content .tailor-made-funding .icons>div ul li>span {
        font-size: 18px;
        line-height: 21px
    }

    body.home .content .our-solution .col-md-5 {
        padding: 10px 15px 20px
    }

    body.home .content .our-solution .col-md-5,
    body.home .content .our-solution .col-md-7 {
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        max-height: none !important
    }

    body.home .content .our-solution .slider ul li {
        margin-left: -50px
    }

    body.home .content .our-solution .slider ul li img {
        max-width: 650px
    }

    body.home .content .our-solution .slider ul li>div {
        width: 50%;
        left: 20px
    }

    body.home .content .our-solution .slider ul li>div h4 {
        font-size: 19px;
        line-height: 24px
    }

    body.home .content .our-solution .slider ul li .slide-num {
        right: 65px;
        bottom: 50px;
        font-size: 26px
    }

    body.home .content .wrongfully-denied .row {
        display: block !important
    }

    body.home .content .wrongfully-denied .row .col-md-6 {
        display: block;
        width: 100%;
        max-width: 100%;
        max-height: 350px;
        text-align: center !important
    }

    body.home .content .wrongfully-denied .row .col-md-6:first-child {
        margin-top: 50px
    }

    body.home .content .wrongfully-denied .row .col-md-6 img {
        position: relative;
        max-width: 100%;
        margin: 50px auto 0 auto;
        left: 0
    }

    body.home .content .wrongfully-denied .row .col-md-6 p {
        font-size: 24px;
        line-height: 1.4
    }

    body.home .awesome {
        top: 9px !important
    }

    body.home footer {
        padding: 80px 40px 105px 40px
    }

    body.home footer:before {
        content: none
    }

    body.home footer ul.contact-info {
        display: block !important
    }

    body.home footer>ul li.nav-item {
        display: block;
        width: 100%;
        line-height: 70px;
        margin-left: 0 !important;
        border-bottom: 1px solid #766a88
    }

    body.home footer>ul li.nav-item:first-child {
        border-top: 1px solid #766a88
    }

    body.home footer>ul li.nav-item:nth-child(5) {
        margin-top: 15px;
        padding-bottom: 20px;
        text-align: center
    }

    body.home footer>ul li.nav-item:nth-child(5)>a {
        display: none
    }

    body.home footer>ul li.nav-item a {
        font-size: 18px;
        line-height: 40px;
        font-weight: 400;
        color: #fff !important
    }

    body.home footer>ul li.nav-item ul {
        display: none
    }

    body.home footer>ul li.nav-item ul.social-networks li a {
        opacity: 1
    }

    body.home footer .disclaimer p {
        max-width: 100%
    }

    header.main-header {
        z-index: 9999
    }

    header.main-header .logo {
        width: 30%
    }

    header.main-header .main-menu {
        width: 70%
    }

    header.main-header .main-menu>div>ul.active {
        overflow-y: auto;
        overflow-x: hidden;
        z-index: -1
    }

    header.main-header .main-menu>ul {
        opacity: 0
    }

    header.main-header .main-menu>ul ul {
        position: static !important;
        padding: 0 !important;
        opacity: 1 !important
    }

    header.main-header .main-menu>ul ul li:last-child {
        border-bottom: 1px solid #ceb1f6
    }

    header.main-header .main-menu ul {
        display: none;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 80px;
        left: 50%;
        padding: 0 15px 0;
        background: #fff;
        transition: left .2s ease;
        -webkit-transition: left .2s ease;
        z-index: -1
    }

    header.main-header .main-menu ul.active {
        left: 0;
        opacity: 1
    }

    header.main-header .main-menu ul li.top-level {
        display: block;
        width: 100%;
        line-height: 70px;
        margin-left: 0 !important;
        border-bottom: 1px solid #ceb1f6
    }

    header.main-header .main-menu ul li.top-level:nth-child(5) {
        position: fixed;
        bottom: 0;
        left: 0;
        padding: 0 15px;
        color: #fff !important;
        background: #6514dd
    }

    header.main-header .main-menu ul li.top-level:nth-child(5) .fal.fa-plus {
        display: none
    }

    header.main-header .main-menu ul li.top-level:nth-child(5) .far.fa-user-circle {
        float: left
    }

    header.main-header .main-menu ul li.top-level:nth-child(5) * {
        color: #fff !important
    }

    header.main-header .main-menu ul li.top-level a .fa-chevron-down {
        display: none
    }

    header.main-header .main-menu ul li.top-level a,
    header.main-header .main-menu ul li.top-level a>i {
        font-size: 22px;
        line-height: 70px;
        color: #6514dd !important
    }

    header.main-header .main-menu ul li.top-level a>i {
        float: right
    }

    header.main-header .main-menu ul li.top-level>ul {
        position: static !important;
        width: 100%;
        opacity: 1 !important;
        padding: 0 !important;
        box-shadow: none;
        -webkit-box-shadow: none
    }

    #hamburger {
        position: relative;
        float: right;
        width: 60px;
        height: 45px;
        margin: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    #hamburger span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        left: 0;
        background: #6514dd;
        border-radius: 9px;
        opacity: 1;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #hamburger span:nth-child(1) {
        top: 0
    }

    #hamburger span:nth-child(2),
    #hamburger span:nth-child(3),
    #hamburger span:nth-child(4) {
        top: 14px
    }

    #hamburger span:nth-child(5) {
        top: 28px
    }

    #hamburger.open span:nth-child(1) {
        top: 18px;
        width: 0%;
        left: 50%
    }

    #hamburger.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #hamburger.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #hamburger.open span:nth-child(4) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    #hamburger.open span:nth-child(5) {
        top: 18px;
        width: 0%;
        left: 50%
    }
}

@media screen and (max-width:500px) {
    .container-fluid {
        padding: 0 15px
    }

    header.main-header {
        height: 60px;
        padding: 15px 0;
        z-index: 99999;
        background-color: #fff !important
    }

    header.main-header .logo {
        top: 0 !important
    }

    header.main-header .logo img {
        position: relative;
        max-height: 30px;
        left: -4px
    }

    header.main-header .main-menu {
        top: 8px
    }

    header.main-header .main-menu ul {
        max-width: 100%
    }

    header.main-header .main-menu ul li.top-level {
        line-height: 50px
    }

    header.main-header .main-menu ul li.top-level a {
        display: block;
        padding: 0;
        font-size: 16px;
        line-height: 50px !important
    }

    header.main-header .main-menu ul li.top-level i {
        font-size: 16px !important;
        line-height: 50px !important
    }

    #hamburger {
        width: 22px;
        height: 15px
    }

    #hamburger:not(.open) {
        top: 3px
    }

    #hamburger:not(.open) span {
        height: 2px
    }

    #hamburger:not(.open) span:nth-child(2),
    #hamburger:not(.open) span:nth-child(4) {
        top: 6px
    }

    #hamburger:not(.open) span:nth-child(3) {
        top: 12px
    }

    #hamburger.open {
        height: 30px
    }

    #hamburger.open span {
        height: 2px
    }

    body.home .video-popup {
        background-color: #6514dde0;
        backdrop-filter: blur(8px)
    }

    body.home .video-popup iframe {
        max-height: 90%;
        margin-top: 10%
    }

    body.home .content .home-banner {
        height: 468px;
        margin-top: 61px;
        background-size: cover;
        background-position: -450px bottom !important
    }

    body.home .content .home-banner .content-left {
        width: 100%;
        top: 105px;
        left: 0;
        text-align: center
    }

    body.home .content .home-banner .content-left.covid-ver {
        top: 0
    }

    body.home .content .home-banner .content-left h1,
    body.home .content .home-banner .content-left h1 *,
    body.home .content .home-banner .content-left h1.covid-ver,
    body.home .content .home-banner .content-left h1.covid-ver * {
        margin-top: 0;
        font-size: 35px;
        line-height: 39px;
        text-align: left
    }

    body.home .content .home-banner .content-left p {
        max-width: 100%;
        margin: 20px 0 0;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        text-align: left
    }

    body.home .content .home-banner .content-left a {
        margin: 0 auto;
        font-size: 16px
    }

    body.home .content .static-logos-bar {
        width: 90%;
        top: calc(555px - 30px);
        left: 5%;
        height: 55px;
        line-height: 55px
    }

    body.home .content .static-logos-bar .container-fluid {
        padding: 0 !important
    }

    body.home .content .static-logos-bar .container-fluid ul {
        display: block
    }

    body.home .content .static-logos-bar .container-fluid ul li {
        display: inline-block;
        float: none;
        width: calc(20% - 10px);
        margin: 0 10px;
        line-height: 38px;
        text-align: center
    }

    body.home .content .static-logos-bar .container-fluid ul li img {
        margin: 0 auto;
        transform: none;
        position: relative;
        top: 9px;
        max-height: 38px
    }

    body.home .content .emergancy-resources .card {
        width: 43%;
        margin-bottom: 75px;
        padding-left: 10px;
        padding-right: 10px
    }

    body.home .content .emergancy-resources .card .thumb {
        top: -24%
    }

    body.home .content .emergancy-resources .card h4 {
        font-size: 16px
    }

    body.home .content .emergancy-resources .card .subtitle {
        font-size: 14px
    }

    body.home .content .video-section .row .col-md-4>div {
        padding: 37px 0 !important
    }

    body.home .content .video-section .row .col-md-4>div h2 {
        margin-top: 30px;
        font-size: 35px
    }

    body.home .content .video-section .row .col-md-4>div p,
    body.home .content .video-section .row .col-md-4>div ul li {
        font-size: 16px;
        line-height: 25px
    }

    body.home .content .video-section .row .col-md-4>div ul {
        padding-left: 15px
    }

    body.home .content .video-section .row .col-md-8 {
        max-height: 220px;
        background-size: cover
    }

    body.home .content .video-section .row .col-md-8 .play {
        margin-left: -75px
    }

    body.home .content .video-section .row .col-md-8 .play img {
        position: relative;
        max-width: 150px;
        margin: 0 auto !important
    }

    body.home .content .creating-better-world .row ul.content-block li {
        padding: 35px 10px 45px 10px
    }

    body.home .content .creating-better-world .row ul.content-block li .content-block-icon {
        margin-bottom: 20px
    }

    body.home .content .creating-better-world .row ul.content-block li .content-block-icon span {
        width: 61px;
        height: 61px;
        line-height: 61px
    }

    body.home .content .creating-better-world .row ul.content-block li h3 {
        font-size: 35px;
        line-height: 44px
    }

    body.home .content .creating-better-world .row ul.content-block li p {
        width: 100%;
        padding: 0;
        margin-bottom: 0;
        font-size: 16px !important;
        line-height: 25px
    }

    body.home .content .creating-better-world .row ul.content-block li a {
        max-width: 85% !important;
        padding: 8px 36px;
        margin-top: 0;
        font-size: 16px;
        line-height: 22px
    }

    body.home .content .trusted-partners {
        padding-bottom: 25px
    }

    body.home .content .trusted-partners .row div:not(.icons) {
        margin-bottom: 0
    }

    body.home .content .trusted-partners .row div:not(.icons) span.title {
        margin-bottom: 10px;
        font-size: 28px;
        line-height: 35px
    }

    body.home .content .trusted-partners .row div:not(.icons) span:not(.title) {
        font-size: 21px;
        line-height: 26px
    }

    body.home .content .trusted-partners .row .icons.partners-slider {
        margin: 30px 0 30px
    }

    body.home .content .trusted-partners .row .icons.partners-slider ul {
        padding: 0 30px !important
    }

    body.home .content .trusted-partners .row .icons.partners-slider ul {
        max-height: 95px
    }

    body.home .content .trusted-partners .row .icons.partners-slider ul li {
        max-width: 95px;
        max-height: 95px
    }

    body.home .content .trusted-partners .row .icons.partners-slider ul li img {
        max-width: 95px;
        max-height: 95px
    }

    body.home .content .trusted-partners .row .icons.partners-slider .slider-nav {
        top: 55%
    }

    body.home .content .partners-slider {
        height: auto
    }

    body.home .content .partners-slider ul li {
        max-width: 120px;
        max-height: 120px
    }

    body.home .content .partners-slider ul li div img {
        max-width: 120px;
        max-height: 120px
    }

    body.home .content .partners-slider .slider-nav i {
        font-size: 24px
    }

    body.home .content .partners-slider .slider-nav.next,
    body.home .content .partners-slider .slider-nav.prev {
        top: 40%
    }

    body.home .content .tailor-made-funding .title {
        font-size: 25px;
        line-height: 29px;
        font-weight: 400
    }

    body.home .content .tailor-made-funding span:not(.title) {
        font-size: 16px;
        line-height: 25px
    }

    body.home .content .tailor-made-funding .col-md-12.text-center {
        padding: 0
    }

    body.home .content .tailor-made-funding .icons {
        padding: 30px 0 15px
    }

    body.home .content .tailor-made-funding .icons>div ul li>div {
        max-height: 100px
    }

    body.home .content .tailor-made-funding .icons>div ul li>span {
        margin-top: 0;
        font-size: 18px;
        line-height: 21px;
        font-weight: 500
    }

    body.home .content .tailor-made-funding .icons>div ul li:nth-child(2) span {
        padding: 0 20px
    }

    body.home .content .tailor-made-funding .icons>div ul li:nth-child(2) img {
        max-width: 70px
    }

    body.home .content .tailor-made-funding .icons>div ul li:nth-child(4) img {
        max-width: 75px
    }

    body.home .content .tailor-made-funding .icons>div ul li img {
        max-width: 85px
    }

    body.home .content .tailor-made-funding a.button {
        font-size: 16px;
        line-height: 19px
    }

    body.home .content .our-solution .slider-nav {
        padding-top: 10px
    }

    body.home .content .our-solution .slider-nav span:first-child {
        padding-left: 0
    }

    body.home .content .our-solution .slider-scrollbar {
        padding-left: 0;
        padding-right: 0
    }

    body.home .content .our-solution .container-fluid {
        padding-top: 25px
    }

    body.home .content .our-solution .container-fluid .col-md-5 {
        padding: 10px 15px 20px 30px
    }

    body.home .content .our-solution .container-fluid .col-md-5 h2,
    body.home .content .our-solution .container-fluid .col-md-5 h2>span {
        font-size: 48px;
        line-height: 49px;
        letter-spacing: -1px
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list {
        padding: 0 !important
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li {
        margin: 0 !important
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li img {
        width: 100%;
        max-width: 100% !important
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li .slide-num {
        right: 5px;
        bottom: 3px;
        font-size: 24px;
        font-weight: 700
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li>div {
        width: 100%;
        height: auto;
        top: 110px;
        left: 0
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li>div h4 {
        padding: 15px 0 5px;
        margin-bottom: 0;
        font-size: 19px;
        line-height: 24px;
        font-weight: 300
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li>div .sub-title {
        font-size: 14px;
        line-height: 19px
    }

    body.home .content .our-solution .container-fluid .col-md-7.slider .slick-slider .slick-list li>div p {
        padding: 0;
        margin: 5px 0;
        font-size: 13px;
        line-height: 19px
    }

    body.home .content .wrongfully-denied {
        padding: 10px 0 0
    }

    body.home .content .wrongfully-denied .row {
        margin-top: 60px !important
    }

    body.home .content .wrongfully-denied .row:first-child {
        margin-top: 40px !important
    }

    body.home .content .wrongfully-denied .row .col-md-12 .title {
        font-size: 25px;
        line-height: 30px
    }

    body.home .content .wrongfully-denied .row .col-md-6 {
        max-height: 200px !important;
        max-height: none
    }

    body.home .content .wrongfully-denied .row .col-md-6 img {
        left: 0;
        margin: 10px auto 0
    }

    body.home .content .wrongfully-denied .row .col-md-6:first-child {
        height: 400px;
        margin-top: 0
    }

    body.home .content .wrongfully-denied .row .col-md-6.left p {
        opacity: .5;
        top: 100px;
        left: 0;
        padding: 0;
        font-size: 17px;
        line-height: 26px
    }

    body.home .content .wrongfully-denied .row .col-md-6.left small {
        margin-top: 10px
    }

    body.home .content .trust-pilot {
        padding-bottom: 50px
    }

    body.home .content .trust-pilot .testimonial-image {
        width: 100%;
        height: auto
    }

    body.home .content .trust-pilot .testimonial-image img {
        width: 100% !important;
        height: auto !important
    }

    body.home .content .trust-pilot .slider-nav {
        width: 92%;
        top: 315px;
        bottom: initial;
        left: initial;
        margin: 0;
        text-align: center
    }

    body.home .content .trust-pilot .slider-nav>span {
        display: inline-block;
        position: static;
        width: 40px;
        height: 40px;
        margin: 0 -3px;
        line-height: 40px;
        box-shadow: 0 4px 11px rgba(0, 0, 0, .4);
        -webkit-box-shadow: 0 4px 11px rgba(0, 0, 0, .04)
    }

    body.home .content .trust-pilot .slider-nav>span i {
        font-size: 15px;
        line-height: 34px
    }

    body.home .content .trust-pilot .container-fluid {
        max-width: 100%
    }

    body.home .content .trust-pilot .container-fluid .col-md-6.with-pic {
        margin-top: 40px
    }

    body.home .content .trust-pilot .container-fluid .col-md-6.with-pic .card-block {
        position: static;
        top: 0;
        transform: none;
        padding: 0
    }

    body.home .content .trust-pilot .container-fluid .col-md-6 .testimonial-title {
        font-size: 22px;
        line-height: 28px;
        font-weight: 300
    }

    body.home .content .trust-pilot .container-fluid .col-md-6 .testimonial-name {
        font-size: 16px;
        line-height: 20px;
        margin-top: 10px
    }

    body.home .content .ready-to-become-more-net {
        background-position: -1000px 350px;
        background-size: 1800px
    }

    body.home .content .bottom-wrapper {
        overflow: initial
    }

    body.home .content .ready-to-become {
        height: 400px;
        padding: 45px 0 0
    }

    body.home .content .ready-to-become h3,
    body.home .content .ready-to-become h3 span {
        font-size: 48px;
        line-height: 45px
    }

    body.home .content .ready-to-become .button {
        padding: 9px 40px;
        margin-top: 25px !important
    }

    body.home footer {
        padding: 80px 25px 20px 25px
    }

    body.home footer:before {
        content: '';
        display: block;
        position: absolute;
        width: 23px;
        height: 30px;
        top: 24px;
        left: 50%;
        margin-left: -12px;
        background: transparent url(https://deo97c73nr7tv.cloudfront.net/become/homepage/img/become-logo-b.svg) no-repeat;
        background-size: 100%
    }

    body.home footer ul.open li.nav-item a:before {
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Font Awesome 5 Pro";
        line-height: 40px;
        color: #fff;
        -webkit-font-smoothing: antialiased
    }

    body.home footer ul li.nav-item>a {
        font-size: 12px;
        margin-bottom: 0
    }

    body.home footer ul li.nav-item>a:before {
        content: "\f067";
        position: absolute;
        top: 0;
        right: 0;
        font-family: "Font Awesome 5 Pro";
        line-height: 40px;
        color: #fff;
        -webkit-font-smoothing: antialiased
    }

    body.home footer ul li.nav-item ul li a {
        font-size: 12px;
        color: #fff;
        opacity: .4;
        line-height: 2
    }

    body.home footer .disclaimer p {
        font-size: 10px;
        line-height: 14px
    }

    body.home footer .disclaimer .privacy-and-terms {
        line-height: 18px;
        text-align: center
    }

    body.home footer .disclaimer .privacy-and-terms * {
        font-size: 14px;
        line-height: 18px;
        text-align: center
    }
}

/*# sourceMappingURL=https://www.become.co/assets\scss\ppp.css.map */