@import url("fonts.css");
@import url("fontawesome/css/fontawesome-all.css");
@import url("cryptofont/css/cryptofont.min.css");
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&amp;display=swap");

/* ------------------------------------------------------------------ /* c. Reset Adapted from: Normalize.css - https://github.com/necolas/normalize.css/ HTML5 Doctor Reset - html5doctor.com/html-5-reset-stylesheet/ /* ------------------------------------------------------------------ */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    position: relative
}

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

audio,
canvas,
video {
    display: inline-block
}

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

[hidden] {
    display: none
}

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

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

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

/* ------------------------------------------------------------------ */
/* d. Default and Basic Styles Adapted from: Skeleton CSS Framework - http://www.getskeleton.com/ Typeplate Typographic Starter Kit - http://typeplate.com/ /* ------------------------------------------------------------------ */
/* . Basic -------------------------------------------------------------------------------------------------------------- */
*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

html {
    font-size: 100%;
}

@media only screen and (max-width: 1380px) {
    html {
        font-size: 98%;
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 96%;
    }
}

@media only screen and (max-width: 900px) {
    html {
        font-size: 94%;
    }
}

@media only screen and (max-width: 767px) {
    html {
        font-size: 92%;
    }
}

body {
    font-family: 'Karla', sans-serif;
    font-size: 1rem;
    letter-spacing: -.04em;
    line-height: 150%;
    color: #818BA2;
    overflow-x: hidden;
    position: relative;
    transition: All .1s ease;
    -webkit-transition: All .1s ease;
}

html,
body {
    width: 100%;
    overflow-x: hidden;
    background: #fff;
}

/* . Typography Vertical rhythm with leading derived from 6 -------------------------------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #191922;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: -.02em;
    position: relative;
    line-height: 1.125em;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 3.25rem;
}

h2 {
    font-size: 2.875rem;
}

h3 {
    font-size: 2.125rem;
}

h4 {
    font-size: 1.75rem;
}

h5 {
    font-size: 1.375rem;
}

h6 {
    font-size: 1.125rem;
}

@media only screen and (max-width: 900px) {
    h1 {
        font-size: 2.875rem;
    }

    h2 {
        font-size: 2.375rem;
    }

    h3 {
        font-size: 2.125rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.375rem;
    }

    h6 {
        font-size: 1.125rem;
    }
}

@media only screen and (max-width: 767px) {
    h1 {
        font-size: 2.875rem;
    }

    h2 {
        font-size: 2.375rem;
    }

    h3 {
        font-size: 2.125rem;
    }

    h4 {
        font-size: 1.75rem;
    }

    h5 {
        font-size: 1.375rem;
    }

    h6 {
        font-size: 1.125rem;
    }
}

p,
b,
label,
small,
strong {
    font-family: 'Karla', sans-serif;
}

small {
    font-size: 0.8em;
    font-style: italic;
}

b {
    color: #191922;
    font-weight: 600;
}

span {
    display: inline-block;
}

p img {
    margin: 0;
}

p {
    color: #818BA2;
    font-size: 1rem;
    letter-spacing: -.04em;
    line-height: 150%;
    font-weight: 401;
    padding: 1.375rem 0;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

/* . Links -------------------------------------------------------------------------------------------------------------- */
a,
a:visited {
    line-height: 1rem;
    color: #f7c366;
    font-weight: 400;
    text-decoration: none;
    outline: 0;
    -webkit-transition: color .3s ease-in-out;
    -moz-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

a:hover,
a:focus {}

p a,
p a:visited {
    line-height: inherit;
}

/* . List ---------------------------------------------------------------------------------------------------------------- */
ul,
ol {}

ul {
    list-style: none outside;
}

ol {
    list-style: decimal;
}

ol,
ul.square,
ul.circle,
ul.disc {}

ul.square {
    list-style: square outside;
}

ul.circle {
    list-style: circle outside;
}

ul.disc {
    list-style: disc outside;
}

ul ul,
ul ol,
ol ol,
ol ul {}

ul ul li,
ul ol li,
ol ol li,
ol ul li {}

li {}

ul.large li {}

li p {}

/* 5. Media ---------------------------------------------------------------------------------------------------------------- */
img,
video,
iframe,
embed,
object {
    max-width: 100%;
    height: auto;
}

/* . Flex box ---------------------------------------------------------------------------------------------------------------- */
.flex {
    display: flex;
    flex-wrap: wrap;
}

/* . Section ---------------------------------------------------------------------------------------------------------------- */
section {
    width: 100%;
    padding: 0;
    position: relative;
}

.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 0 auto;
    max-width: 1125px;
    width: 86%;
}

@media only screen and (max-width: 1560px) {
    .row {
        width: 86%;
    }
}

@media only screen and (max-width: 1380px) {
    .row {
        width: 90%;
    }
}

@media only screen and (max-width: 1024px) {
    .row {
        width: 94%;
    }
}

@media only screen and (max-width: 900px) {
    .row {
        width: 96%;
    }
}

@media only screen and (max-width: 767px) {
    .row {
        width: 98%;
    }
}

.row .col {
    -webkit-flex: initial;
    flex: initial;
    padding: 2rem;
}

.number {
    font-family: 'Jura', sans-serif;
}

.center {
    text-align: center;
    margin: 0 auto;
}

/* . Moving ---------------------------------------------------------------------------------------------------------------- */
.moving-3 {
    transition: All .3s ease;
    -webkit-transition: All .3s ease;
}

.moving-2 {
    transition: All .2s ease;
    -webkit-transition: All .2s ease;
}

.moving-1 {
    transition: All .1s ease;
    -webkit-transition: All .1s ease;
}

.aniview {
    animation-duration: .5s !important;
}

.d1 {
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
}

.d2 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}

.d3 {
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.d4 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}

.d5 {
    -webkit-animation-delay: .25s;
    animation-delay: .25s;
}

.d6 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.d7 {
    -webkit-animation-delay: .35s;
    animation-delay: .35s;
}

.d8 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}

.d9 {
    -webkit-animation-delay: .45s;
    animation-delay: .45s;
}

.d10 {
    -webkit-animation-delay: .50s;
    animation-delay: .50s;
}

.d11 {
    -webkit-animation-delay: .55s;
    animation-delay: .55s;
}

.d12 {
    -webkit-animation-delay: .60s;
    animation-delay: .60s;
}

.d13 {
    -webkit-animation-delay: .65s;
    animation-delay: .65s;
}

.d14 {
    -webkit-animation-delay: .70s;
    animation-delay: .70s;
}

.d15 {
    -webkit-animation-delay: .75s;
    animation-delay: .75s;
}

.d16 {
    -webkit-animation-delay: .80s;
    animation-delay: .80s;
}

@media only screen and (max-width: 1380px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 900px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 480px) {}

input,
textarea,
select {
    width: 100%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 8px solid #e7e7e7;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
    color: #999;
    -webkit-transition: all linear .4s;
    -moz-transition: all linear .4s;
    -o-transition: all linear .4s;
    transition: all linear .4s;
    -webkit-appearance: none !important;
    line-height: 2.675rem;
    padding: 0 0.8rem;
    color: #12203E;
    font-family: 'Karla', sans-serif;
    font-size: .875rem;
}

textarea {
    height: 8rem;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #91bdff;
    outline: none;
}

.sbmt {
    background: #f7c366;
    color: #fff;
    line-height: 3.2em;
    border: none;
    outline: none;
    box-shadow: none;
}

.cancel {
    background: #F4F6F9;
    color: #B5BBC7;
}

#content-faq ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

#content-faq ul.tabs li {
    flex: 1;
    -webkit-flex: 1;
    margin: 0;
    padding: 0 0 0 2rem;
    overflow: hidden;
    position: relative;
}

#content-faq ul.tabs li:before {
    position: absolute;
    background: #f7c366;
    width: calc(100% - 2rem);
    height: 0;
    content: '';
    bottom: 10%;
    left: 2rem;
    transition: All .1s ease;
    -webkit-transition: All .1s ease;
}

#content-faq ul.tabs li a {
    text-decoration: none;
    color: #000;
    font-size: 1.375rem;
    color: #191922;
    font-family: 'GT Walsheim', sans-serif;
    letter-spacing: -.02em;
    line-height: 1.125em;
    z-index: 2;
    position: relative;
}

#content-faq ul.tabs li.active:before {
    height: 35%;
    transition: All .1s ease;
    -webkit-transition: All .1s ease;
}

@media only screen and (max-width: 767px) {
    #content-faq ul.tabs li {
        flex: 1;
        -webkit-flex: 1;
        margin: 0;
        padding: 0 0 0 0rem;
        overflow: hidden;
        position: relative;
        text-align: center;
    }

    #content-faq ul.tabs li:before {
        left: 0rem !important;
        width: calc(100% - 0rem) !important;
    }

    #content-faq ul.tabs li a {
        font-size: 1.125rem;
    }
}

#content-faq .tab_container {
    padding-top: 3rem;
}

#content-faq .tab_container .tab_content b.q {
    display: block;
    width: 100%;
    padding-left: 2rem;
    position: relative;
    color: #191922;
    font-weight: 600;
    padding-top: 1rem;
}

#content-faq .tab_container .tab_content p.answer {
    padding-left: 2rem;
}

#content-faq .tab_container .tab_content b.q .fa-question-circle {
    position: absolute;
    left: 0;
    top: 1rem;
    line-height: 150%;
    color: #D7DEE7;
}

#content-faq .tab_container .tab_content b.active .fa-question-circle {
    color: #4CADF4;
}

.tooltipped {
    position: relative
}

.tooltipped:after {
    position: absolute;
    z-index: 1000000;
    display: none;
    padding: 5px 8px;
    font: normal normal 11px/1.5 Helvetica, arial, nimbussansl, liberationsans, freesans, clean, sans-serif, "Segoe UI Emoji", "Segoe UI Symbol";
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: break-word;
    white-space: pre;
    pointer-events: none;
    content: attr(aria-label);
    background: rgba(0, 0, 0, 0.8);
    border-radius: 3px;
    -webkit-font-smoothing: subpixel-antialiased
}

.tooltipped:before {
    position: absolute;
    z-index: 1000001;
    display: none;
    width: 0;
    height: 0;
    color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    content: "";
    border: 5px solid transparent
}

.tooltipped:hover:before,
.tooltipped:hover:after,
.tooltipped:active:before,
.tooltipped:active:after,
.tooltipped:focus:before,
.tooltipped:focus:after {
    display: inline-block;
    text-decoration: none
}

.tooltipped-multiline:hover:after,
.tooltipped-multiline:active:after,
.tooltipped-multiline:focus:after {
    display: table-cell
}

.tooltipped-s:after,
.tooltipped-se:after,
.tooltipped-sw:after {
    top: 100%;
    right: 50%;
    margin-top: 5px
}

.tooltipped-s:before,
.tooltipped-se:before,
.tooltipped-sw:before {
    top: auto;
    right: 50%;
    bottom: -5px;
    margin-right: -5px;
    border-bottom-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-se:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-sw:after {
    margin-right: -15px
}

.tooltipped-n:after,
.tooltipped-ne:after,
.tooltipped-nw:after {
    right: 50%;
    bottom: 100%;
    margin-bottom: 5px
}

.tooltipped-n:before,
.tooltipped-ne:before,
.tooltipped-nw:before {
    top: -5px;
    right: 50%;
    bottom: auto;
    margin-right: -5px;
    border-top-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-ne:after {
    right: auto;
    left: 50%;
    margin-left: -15px
}

.tooltipped-nw:after {
    margin-right: -15px
}

.tooltipped-s:after,
.tooltipped-n:after {
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%)
}

.tooltipped-w:after {
    right: 100%;
    bottom: 50%;
    margin-right: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-w:before {
    top: 50%;
    bottom: 50%;
    left: -5px;
    margin-top: -5px;
    border-left-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-e:after {
    bottom: 50%;
    left: 100%;
    margin-left: 5px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
}

.tooltipped-e:before {
    top: 50%;
    right: -5px;
    bottom: 50%;
    margin-top: -5px;
    border-right-color: rgba(0, 0, 0, 0.8)
}

.tooltipped-multiline:after {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    max-width: 250px;
    word-break: break-word;
    word-wrap: normal;
    white-space: pre-line;
    border-collapse: separate
}

.tooltipped-multiline.tooltipped-s:after,
.tooltipped-multiline.tooltipped-n:after {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.tooltipped-multiline.tooltipped-w:after,
.tooltipped-multiline.tooltipped-e:after {
    right: 100%
}

@media screen and (min-width: 0\0) {
    .tooltipped-multiline:after {
        width: 250px
    }
}

.tooltipped-sticky:before,
.tooltipped-sticky:after {
    display: inline-block
}

.tooltipped-sticky.tooltipped-multiline:after {
    display: table-cell
}

.fullscreen-overlay-enabled.dark-theme .tooltipped:after {
    color: #000;
    background: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-s:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-se:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped .tooltipped-sw:before {
    border-bottom-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-n:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-ne:before,
.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-nw:before {
    border-top-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-e:before {
    border-right-color: rgba(255, 255, 255, 0.8)
}

.fullscreen-overlay-enabled.dark-theme .tooltipped.tooltipped-w:before {
    border-left-color: rgba(255, 255, 255, 0.8)
}