/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}
img, video {
    max-width: 65%;
    height: auto;
    filter: brightness(0.5);
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

details {
    display: block
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

blockquote,
dd,
dl,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
pre {
    margin: 0
}

button {
    background-color: transparent;
    background-image: none
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: Open Sans, sans-serif;
    line-height: 1.5
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #a0aec0
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #a0aec0
}

input::placeholder,
textarea::placeholder {
    color: #a0aec0
}

[role=button],
button {
    cursor: pointer
}

table {
    border-collapse: collapse
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit
}

a {
    color: inherit;
    text-decoration: inherit
}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: Roboto Mono, monospace
}

audio,
canvas,
embed,
iframe,
img,
object,
svg,
video {
    display: block;
    vertical-align: middle
}


.wrapper-xs {
    width: 310px
}

.wrapper-sm,
.wrapper-xs {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-sm {
    width: 343px
}

.wrapper-sm2 {
    width: 576px
}

.wrapper-md,
.wrapper-sm2 {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto
}

.wrapper-md {
    width: 640px
}

.wrapper-lg {
    position: relative;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 1078px
}

[v-cloak] {
    display: none !important
}

html {
    font-size: 1rem
}

body {
    font-style: normal;
    font-weight: 400;
    color: #000;
    margin: 0;
    padding: 0;
    background: #fff;
    font-family: Open Sans, Arial, sans-serif
}

body,
html {
    overflow-x: hidden
}

a {
    cursor: pointer
}

.headline,
.subheadline,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: Open Sans, Arial, sans-serif;
    color: #0b1743
}

h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: inherit
}

h2,
h3,
h4,
h5,
h6 {
    font-size: 40px;
    font-weight: 700;
    line-height: inherit
}

.headline {
    font-size: 24px;
    font-weight: 600;
    line-height: 29px
}

@media (min-width:768px) {
    .headline {
        font-size: 32px;
        line-height: 38px
    }
}

.subheadline {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px
}

.glow {
    -webkit-animation-name: glow;
    animation-name: glow;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s
}

@-webkit-keyframes glow {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 114, 226, .75)
    }

    75% {
        box-shadow: 0 0 6px 16px rgba(48, 114, 226, 0)
    }

    76% {
        box-shadow: 0 0 0 0 rgba(48, 114, 226, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(48, 114, 226, .75)
    }
}

@keyframes glow {
    0% {
        box-shadow: 0 0 0 0 rgba(48, 114, 226, .75)
    }

    75% {
        box-shadow: 0 0 6px 16px rgba(48, 114, 226, 0)
    }

    76% {
        box-shadow: 0 0 0 0 rgba(48, 114, 226, 0)
    }

    to {
        box-shadow: 0 0 0 0 rgba(48, 114, 226, .75)
    }
}

.header__left {
    max-width: 120px
}

@media (min-width:561px) {
    .header__left {
        max-width: 183px
    }
}

.header__icon {
    margin-top: 4px
}

.cookiebar.active~footer,
.sub-page .cookies-visible {
    padding-bottom: 100px !important
}

@media (min-width:606px) {

    .cookiebar.active~footer,
    .sub-page .cookies-visible {
        padding-bottom: 75px !important
    }
}

.container {
    width: 100%
}

@media (min-width:360px) {
    .container {
        max-width: 360px
    }
}

@media (min-width:375px) {
    .container {
        max-width: 375px
    }
}

@media (min-width:561px) {
    .container {
        max-width: 561px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 768px
    }
}

@media (min-width:900px) {
    .container {
        max-width: 900px
    }
}

@media (min-width:990px) {
    .container {
        max-width: 990px
    }
}

@media (min-width:1025px) {
    .container {
        max-width: 1025px
    }
}

.cookiebar {
    display: none;
    position: fixed;
    min-height: 40px;
    font-size: 13px;
    line-height: 20px;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(0, 0, 0, .8);
    bottom: 0;
    width: 100%;
    color: #e1e1e1;
    text-align: center;
    z-index: 9999
}

.cookiebar__container {
    max-width: 90%;
    width: 1200px;
    margin: auto;
    padding: 12px
}

.cookiebar__container p {
    margin: 5px 0;
    color: #e1e1e1
}

.cookiebar__container a {
    text-decoration: underline;
    cursor: pointer;
    color: #e1e1e1
}

.cookiebar__container .cookiebar__close {
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    right: 16px;
    border-radius: 100px;
    background: #2d5bff;
    border: 2px solid #fff
}

.cookiebar__container .cookiebar__close span {
    position: absolute;
    width: 50%;
    height: 3px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cookiebar__container .cookiebar__close span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cookiebar.active {
    display: flex
}

.cookiebar.active+main .footer {
    padding-bottom: 100px
}

@media (min-width:768px) {
    .cookiebar.active+main .footer {
        padding-bottom: 75px
    }
}

.footer {
    font-family: Open Sans, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 200%;
    text-align: center;
    color: #fafafa;
    background: #0b1743;
    padding: 12px 16px 30px
}

.footer__links a {
    display: inline-block;
    text-decoration: underline
}

.footer__links a,
.footer__links a:hover {
    line-height: 40px;
    padding: 0 8px
}

.header {
    background-color: transparent;
    height: 60px;
    color: #000;
    position: relative
}

.header__container {
    width: 1078px;
    padding: 0 16px;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
    max-width: 100%
}

.header__container,
.header__left {
    display: flex;
    align-items: center
}

.header__middle {
    display: flex
}

.header__right {
    display: flex;
    align-items: center;
    justify-content: center
}

#kssref-components-headers-journey {
    background-color: rgba(255, 0, 0, .1);
    border: 2px dashed rgba(255, 0, 0, .5);
    padding: 16px
}

#kssref-components-headers-journey .kss-description p {
    color: orange;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px
}

#kssref-components-headers-journey:before {
    content: "THIS IS NOT DONE YET";
    font-size: 60px;
    color: red;
    font-weight: 700;
    line-height: 120%
}

#kss-node pre+p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    margin-bottom: 4px !important;
    border-bottom: 2px solid #000
}

.green-checks__list li {
    position: relative;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 8px;
    padding-left: 18px
}

.green-checks__list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 14px;
    height: 14px;
    background-image: url(/form/images/check-input.svg);
    background-size: cover;
    display: inline-block
}

.secure {
    flex-direction: column;
    min-height: 90px
}

.secure,
.secure__container {
    display: flex;
    align-items: center;
    justify-content: center
}

.secure__container {
    margin-top: 18px
}

.secure__text {
    font-size: 14px;
    line-height: 19px;
    display: flex;
    align-items: center;
    justify-content: center
}

.secure__text img {
    margin-right: 4px
}

.secure__text:not(:last-child):after {
    content: "|";
    margin: 0 .5rem
}

.ie .main-form {
    display: block
}

.ie .sls__progressbar--wrapper+div {
    left: 0;
    top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.ie .reviews .reviews-individual p {
    max-width: 100%
}

.ie .reviews .reviews-individual img {
    width: 88px
}

.ie .sm\:bg-logo-bg {
    display: none
}

@media (min-width:561px) {
    .ie .sm\:w-wrapper-sm.button-wrapper {
        width: auto
    }
}

.sub-page section {
    max-width: 750px
}

.sub-page section p {
    font-family: Open Sans, Arial, sans-serif;
    margin-bottom: 1rem;
    line-height: 1.75rem
}

.sub-page section p+h2,
.sub-page section p+h3,
.sub-page section p+ol {
    padding-top: 1rem
}

.sub-page section ol {
    list-style-type: decimal
}

.sub-page section ul {
    list-style-type: disc
}

.sub-page section ol,
.sub-page section ul {
    font-family: Open Sans, Arial, sans-serif;
    margin-bottom: 2rem;
    margin-left: 1rem;
    padding: 0;
    font-weight: 400
}

.sub-page section ol ol,
.sub-page section ol ul,
.sub-page section ul ol,
.sub-page section ul ul {
    margin-bottom: 0;
    padding-left: 1rem
}

.sub-page section ol li,
.sub-page section ul li {
    font-size: .875rem;
    margin: 0 0 .5rem 1rem;
    line-height: 1.75rem
}

.sub-page section ol li::marker,
.sub-page section ul li::marker {
    color: #6c757c;
    font-weight: 600
}

.sub-page section ol li+h2,
.sub-page section ul li+h2 {
    padding-top: 1rem
}

.space-y-0>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(0px*(1 - var(--space-y-reverse)));
    margin-bottom: calc(0px*var(--space-y-reverse))
}

.space-y-4>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(16px*(1 - var(--space-y-reverse)));
    margin-bottom: calc(16px*var(--space-y-reverse))
}

.space-y-6>:not(template)~:not(template) {
    --space-y-reverse: 0;
    margin-top: calc(24px*(1 - var(--space-y-reverse)));
    margin-bottom: calc(24px*var(--space-y-reverse))
}

.bg-grey-light-50 {
    --bg-opacity: 1;
    background-color: #f9f9f9;
    background-color: rgba(249, 249, 249, var(--bg-opacity))
}

.bg-white {
    --bg-opacity: 1;
    background-color: #fff;
    background-color: rgba(255, 255, 255, var(--bg-opacity))
}

.bg-orange-500 {
    --bg-opacity: 1;
    background-color: #fa5900;
    background-color: rgba(250, 89, 0, var(--bg-opacity))
}

.bg-green-500 {
    --bg-opacity: 1;
    background-color: #28b440;
    background-color: rgba(40, 180, 64, var(--bg-opacity))
}

.bg-green-400 {
    --bg-opacity: 1;
    background-color: #34d08c;
    background-color: rgba(52, 208, 140, var(--bg-opacity))
}

.bg-green-100 {
    --bg-opacity: 1;
    background-color: #e2f9e6;
    background-color: rgba(226, 249, 230, var(--bg-opacity))
}

.bg-blue-300 {
    --bg-opacity: 1;
    background-color: #216cf6;
    background-color: rgba(33, 108, 246, var(--bg-opacity))
}

.bg-blue-500 {
    --bg-opacity: 1;
    background-color: #e6f3ff;
    background-color: rgba(230, 243, 255, var(--bg-opacity))
}

.bg-gradient-to-t {
    background-image: linear-gradient(0deg, var(--gradient-color-stops))
}

.bg-opacity-75 {
    --bg-opacity: 0.75
}

.bg-center {
    background-position: 50%
}

.bg-no-repeat {
    background-repeat: no-repeat
}

.bg-cover {
    background-size: cover
}

.border-grey-light-500 {
    --border-opacity: 1;
    border-color: #999;
    border-color: rgba(153, 153, 153, var(--border-opacity))
}

.border-grey-light-200 {
    --border-opacity: 1;
    border-color: #e6e6e6;
    border-color: rgba(230, 230, 230, var(--border-opacity))
}

.border-white {
    --border-opacity: 1;
    border-color: #fff;
    border-color: rgba(255, 255, 255, var(--border-opacity))
}

.border-orange-500 {
    --border-opacity: 1;
    border-color: #fa5900;
    border-color: rgba(250, 89, 0, var(--border-opacity))
}

.border-green-500 {
    --border-opacity: 1;
    border-color: #28b440;
    border-color: rgba(40, 180, 64, var(--border-opacity))
}

.border-blue-300 {
    --border-opacity: 1;
    border-color: #216cf6;
    border-color: rgba(33, 108, 246, var(--border-opacity))
}

.border-blue-500 {
    --border-opacity: 1;
    border-color: #e6f3ff;
    border-color: rgba(230, 243, 255, var(--border-opacity))
}

.rounded-none {
    border-radius: 0
}

.rounded-lg {
    border-radius: .5rem
}

.rounded-full {
    border-radius: 9999px
}

.rounded-input {
    border-radius: 5px
}

.border-none {
    border-style: none
}

.border-0 {
    border-width: 0
}

.border-2 {
    border-width: 2px
}

.border {
    border-width: 1px
}

.border-b-2 {
    border-bottom-width: 2px
}

.border-l-2 {
    border-left-width: 2px
}

.border-l-4 {
    border-left-width: 4px
}

.border-t {
    border-top-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.cursor-default {
    cursor: default
}

.cursor-pointer {
    cursor: pointer
}

.block {
    display: block
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.inline-flex {
    display: inline-flex
}

.table {
    display: table
}

.grid {
    display: grid
}

.contents {
    display: contents
}

.hidden {
    display: none
}

.flex-row {
    flex-direction: row
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

.items-start {
    align-items: flex-start
}

.items-end {
    align-items: flex-end
}

.items-center {
    align-items: center
}

.items-stretch {
    align-items: stretch
}

.justify-start {
    justify-content: flex-start
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.justify-around {
    justify-content: space-around
}

.flex-1 {
    flex: 1 1 0%
}

.order-1 {
    order: 1
}

.order-2 {
    order: 2
}

.float-right {
    float: right
}

.font-primary {
    font-family: Open Sans, sans-serif
}

.font-secondary {
    font-family: museo-sans-rounded
}

.font-tertiary {
    font-family: museo-sans, sans-serif
}

.font-sans {
    font-family: Open Sans, sans-serif
}

.font-light {
    font-weight: 300
}

.font-normal {
    font-weight: 400
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.h-2 {
    height: 8px
}

.h-4 {
    height: 16px
}

.h-8 {
    height: 2rem
}

.h-14 {
    height: 3.5rem
}

.h-16 {
    height: 4rem
}

.h-32 {
    height: 8rem
}

.h-36 {
    height: 9rem
}

.h-40 {
    height: 10rem
}

.h-auto {
    height: auto
}

.h-px {
    height: 1px
}

.h-2\.5 {
    height: 10px
}

.h-full {
    height: 100%
}

.h-screen {
    height: 100vh
}

.text-14 {
    font-size: .875rem
}

.text-26 {
    font-size: 1.625rem
}

.text-32 {
    font-size: 2rem
}

.text-40 {
    font-size: 2.5rem
}

.text-xxs {
    font-size: .75rem
}

.text-xs {
    font-size: .8125rem
}

.text-sm {
    font-size: 1rem
}

.text-base {
    font-size: 1.125rem
}

.text-xl {
    font-size: 1.25rem
}

.text-3xl {
    font-size: 1.5rem
}

.text-sm2 {
    font-size: .875rem
}

.leading-sm {
    line-height: .75rem
}

.leading-base {
    line-height: 1.125rem
}

.leading-xl {
    line-height: 1.25rem
}

.leading-2xl {
    line-height: 1.375rem
}

.leading-3xl {
    line-height: 1.5rem
}

.leading-4xl {
    line-height: 2rem
}

.leading-5xl {
    line-height: 2.5rem
}

.leading-sm2 {
    line-height: .875rem
}

.m-0 {
    margin: 0
}

.m-1 {
    margin: 4px
}

.m-10 {
    margin: 2.5rem
}

.m-18 {
    margin: 4.5rem
}

.-m-1 {
    margin: -4px
}

.-m-1\.5 {
    margin: -6px
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0
}

.mx-1 {
    margin-left: 4px;
    margin-right: 4px
}

.my-2 {
    margin-top: 8px;
    margin-bottom: 8px
}

.mx-2 {
    margin-left: 8px;
    margin-right: 8px
}

.my-4 {
    margin-top: 16px;
    margin-bottom: 16px
}

.mx-4 {
    margin-left: 16px;
    margin-right: 16px
}

.my-6 {
    margin-top: 24px;
    margin-bottom: 24px
}

.mx-auto {
    margin-left: auto;
    margin-right: auto
}

.-mx-1 {
    margin-left: -4px;
    margin-right: -4px
}

.-mx-2 {
    margin-left: -8px;
    margin-right: -8px
}

.-mx-3 {
    margin-left: -12px;
    margin-right: -12px
}

.-mx-4 {
    margin-left: -16px;
    margin-right: -16px
}

.mt-0 {
    margin-top: 0
}

.mb-0 {
    margin-bottom: 0
}

.ml-0 {
    margin-left: 0
}

.mt-1 {
    margin-top: 4px
}

.mr-1 {
    margin-right: 4px
}

.mb-1 {
    margin-bottom: 4px
}

.mt-2 {
    margin-top: 8px
}

.mr-2 {
    margin-right: 8px
}

.mb-2 {
    margin-bottom: 8px
}

.ml-2 {
    margin-left: 8px
}

.mt-3 {
    margin-top: 12px
}

.mb-3 {
    margin-bottom: 12px
}

.mt-4 {
    margin-top: 16px
}

.mr-4 {
    margin-right: 16px
}

.mb-4 {
    margin-bottom: 16px
}

.mt-5 {
    margin-top: 20px
}

.mb-5 {
    margin-bottom: 20px
}

.mt-6 {
    margin-top: 24px
}

.mb-6 {
    margin-bottom: 24px
}

.mt-7 {
    margin-top: 28px
}

.mb-7 {
    margin-bottom: 28px
}

.mt-8 {
    margin-top: 2rem
}

.mb-8 {
    margin-bottom: 2rem
}

.mb-9 {
    margin-bottom: 2.25rem
}

.mt-10 {
    margin-top: 2.5rem
}

.mb-10 {
    margin-bottom: 2.5rem
}

.mt-12 {
    margin-top: 3rem
}

.mb-12 {
    margin-bottom: 3rem
}

.mt-14 {
    margin-top: 3.5rem
}

.mt-20 {
    margin-top: 5rem
}

.mt-32 {
    margin-top: 8rem
}

.ml-auto {
    margin-left: auto
}

.mb-5\/8 {
    margin-bottom: .625rem
}

.mr-7\/8 {
    margin-right: .875rem
}

.mb-7\/8 {
    margin-bottom: .875rem
}

.-mt-1 {
    margin-top: -4px
}

.-mt-12 {
    margin-top: -3rem
}

.-mt-3\/8 {
    margin-top: -.375rem
}

.max-w-md {
    max-width: 28rem
}

.max-w-full {
    max-width: 100%
}

.max-w-initial {
    max-width: none
}

.min-h-8 {
    min-height: 2rem
}

.min-h-16 {
    min-height: 4rem
}

.min-h-20 {
    min-height: 5rem
}

.min-h-22 {
    min-height: 5.5rem
}

.min-h-screen {
    min-height: 100vh
}

.opacity-0 {
    opacity: 0
}

.opacity-75 {
    opacity: .75
}

.overflow-hidden {
    overflow: hidden
}

.overflow-visible {
    overflow: visible
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: 4px
}

.p-2 {
    padding: 8px
}

.p-3 {
    padding: 12px
}

.p-10 {
    padding: 2.5rem
}

.p-18 {
    padding: 4.5rem
}

.p-32 {
    padding: 8rem
}

.p-1\/8 {
    padding: .125rem
}

.p-1\.5 {
    padding: 6px
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0
}

.px-0 {
    padding-left: 0;
    padding-right: 0
}

.py-1 {
    padding-top: 4px;
    padding-bottom: 4px
}

.px-1 {
    padding-left: 4px;
    padding-right: 4px
}

.py-2 {
    padding-top: 8px;
    padding-bottom: 8px
}

.px-2 {
    padding-left: 8px;
    padding-right: 8px
}

.py-3 {
    padding-top: 12px;
    padding-bottom: 12px
}

.px-3 {
    padding-left: 12px;
    padding-right: 12px
}

.px-4 {
    padding-left: 16px;
    padding-right: 16px
}

.py-5 {
    padding-top: 20px;
    padding-bottom: 20px
}

.px-5 {
    padding-left: 20px;
    padding-right: 20px
}

.py-6 {
    padding-top: 24px;
    padding-bottom: 24px
}

.py-7 {
    padding-top: 28px;
    padding-bottom: 28px
}

.px-7 {
    padding-left: 28px;
    padding-right: 28px
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.py-19 {
    padding-top: 4.75rem;
    padding-bottom: 4.75rem
}

.py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem
}

.py-px {
    padding-top: 1px;
    padding-bottom: 1px
}

.px-px {
    padding-left: 1px;
    padding-right: 1px
}

.px-5\/8 {
    padding-left: .625rem;
    padding-right: .625rem
}

.py-7\/8 {
    padding-top: .875rem;
    padding-bottom: .875rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: 4px
}

.pb-1 {
    padding-bottom: 4px
}

.pt-2 {
    padding-top: 8px
}

.pb-2 {
    padding-bottom: 8px
}

.pt-3 {
    padding-top: 12px
}

.pt-4 {
    padding-top: 16px
}

.pr-4 {
    padding-right: 16px
}

.pb-4 {
    padding-bottom: 16px
}

.pt-5 {
    padding-top: 20px
}

.pb-5 {
    padding-bottom: 20px
}

.pt-6 {
    padding-top: 24px
}

.pb-6 {
    padding-bottom: 24px
}

.pt-7 {
    padding-top: 28px
}

.pt-8 {
    padding-top: 2rem
}

.pb-8 {
    padding-bottom: 2rem
}

.pb-10 {
    padding-bottom: 2.5rem
}

.pb-14 {
    padding-bottom: 3.5rem
}

.pb-20 {
    padding-bottom: 5rem
}

.pt-px {
    padding-top: 1px
}

.pb-px {
    padding-bottom: 1px
}

.pt-3\/8 {
    padding-top: .375rem
}

.pb-5\/8 {
    padding-bottom: .625rem
}

.pt-16\/9 {
    padding-top: 56.25%
}

.pointer-events-none {
    pointer-events: none
}

.static {
    position: static
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.sticky {
    position: -webkit-sticky;
    position: sticky
}

.top-0 {
    top: 0
}

.right-0 {
    right: 0
}

.bottom-0 {
    bottom: 0
}

.left-0 {
    left: 0
}

.bottom-4 {
    bottom: 1rem
}

.right-6 {
    right: 1.5rem
}

.left-1\/2 {
    left: 50%
}

.resize {
    resize: both
}

.shadow-inner {
    box-shadow: inset 0 2px 4px 0 rgba(0, 0, 0, .06)
}

.shadow-none {
    box-shadow: none
}

.shadow-input {
    box-shadow: inset 0 0 4px #8a8a8a
}

.shadow-wrapper {
    box-shadow: 0 8px 16px rgba(0, 0, 0, .25)
}

.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-black {
    --text-opacity: 1;
    color: #000;
    color: rgba(0, 0, 0, var(--text-opacity))
}

.text-grey-dark-100 {
    --text-opacity: 1;
    color: grey;
    color: rgba(128, 128, 128, var(--text-opacity))
}

.text-grey-light-500 {
    --text-opacity: 1;
    color: #999;
    color: rgba(153, 153, 153, var(--text-opacity))
}

.text-white {
    --text-opacity: 1;
    color: #fff;
    color: rgba(255, 255, 255, var(--text-opacity))
}

.text-red-500 {
    --text-opacity: 1;
    color: red;
    color: rgba(255, 0, 0, var(--text-opacity))
}

.text-green-500 {
    --text-opacity: 1;
    color: #28b440;
    color: rgba(40, 180, 64, var(--text-opacity))
}

.text-green-400 {
    --text-opacity: 1;
    color: #34d08c;
    color: rgba(52, 208, 140, var(--text-opacity))
}

.text-blue-300 {
    --text-opacity: 1;
    color: #216cf6;
    color: rgba(33, 108, 246, var(--text-opacity))
}

.text-blue-500 {
    --text-opacity: 1;
    color: #e6f3ff;
    color: rgba(230, 243, 255, var(--text-opacity))
}

.text-link-blue {
    --text-opacity: 1;
    color: #0021cd;
    color: rgba(0, 33, 205, var(--text-opacity))
}

.italic {
    font-style: italic
}

.uppercase {
    text-transform: uppercase
}

.underline {
    text-decoration: underline
}

.line-through {
    text-decoration: line-through
}

.no-underline {
    text-decoration: none
}

.invisible {
    visibility: hidden
}

.w-2 {
    width: 8px
}

.w-4 {
    width: 16px
}

.w-auto {
    width: auto
}

.w-2\.5 {
    width: 10px
}

.w-1\/2 {
    width: 50%
}

.w-full {
    width: 100%
}

.w-screen {
    width: 100vw
}

.z-10 {
    z-index: 10
}

.z-20 {
    z-index: 20
}

.gap-2 {
    grid-gap: 8px;
    gap: 8px
}

.gap-3 {
    grid-gap: 12px;
    gap: 12px
}

.gap-6 {
    grid-gap: 24px;
    gap: 24px
}

.gap-y-2 {
    grid-row-gap: 8px;
    row-gap: 8px
}

.grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr))
}

.transform {
    --transform-translate-x: 0;
    --transform-translate-y: 0;
    --transform-rotate: 0;
    --transform-skew-x: 0;
    --transform-skew-y: 0;
    --transform-scale-x: 1;
    --transform-scale-y: 1;
    -webkit-transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y));
    transform: translateX(var(--transform-translate-x)) translateY(var(--transform-translate-y)) rotate(var(--transform-rotate)) skewX(var(--transform-skew-x)) skewY(var(--transform-skew-y)) scaleX(var(--transform-scale-x)) scaleY(var(--transform-scale-y))
}

.-translate-x-full {
    --transform-translate-x: -100%
}

.-translate-x-1\/2 {
    --transform-translate-x: -50%
}

.transition-all {
    transition-property: all
}

.transition {
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, -webkit-transform
}

.transition-shadow {
    transition-property: box-shadow
}

.ease-out {
    transition-timing-function: cubic-bezier(0, 0, .2, 1)
}

.ease-in-out {
    transition-timing-function: cubic-bezier(.4, 0, .2, 1)
}

.duration-300 {
    transition-duration: .3s
}

.duration-500 {
    transition-duration: .5s
}

.delay-500 {
    transition-delay: .5s
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@-webkit-keyframes ping {

    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@keyframes ping {

    75%,
    to {
        -webkit-transform: scale(2);
        transform: scale(2);
        opacity: 0
    }
}

@-webkit-keyframes pulse {
    50% {
        opacity: .5
    }
}

@keyframes pulse {
    50% {
        opacity: .5
    }
}

@-webkit-keyframes bounce {

    0%,
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@keyframes bounce {

    0%,
    to {
        -webkit-transform: translateY(-25%);
        transform: translateY(-25%);
        -webkit-animation-timing-function: cubic-bezier(.8, 0, 1, 1);
        animation-timing-function: cubic-bezier(.8, 0, 1, 1)
    }

    50% {
        -webkit-transform: none;
        transform: none;
        -webkit-animation-timing-function: cubic-bezier(0, 0, .2, 1);
        animation-timing-function: cubic-bezier(0, 0, .2, 1)
    }
}

@media (min-width:360px) {
    .xxs\:text-26 {
        font-size: 1.625rem
    }
}

@media (min-width:375px) {
    .xs\:block {
        display: block
    }

    .xs\:hidden {
        display: none
    }

    .xs\:flex-row {
        flex-direction: row
    }

    .xs\:order-1 {
        order: 1
    }

    .xs\:order-2 {
        order: 2
    }

    .xs\:mb-0 {
        margin-bottom: 0
    }

    .xs\:ml-auto {
        margin-left: auto
    }
}

@media (min-width:561px) {
    .sm\:space-y-0>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--space-y-reverse)));
        margin-bottom: calc(0px*var(--space-y-reverse))
    }

    .sm\:space-x-2>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(8px*var(--space-x-reverse));
        margin-left: calc(8px*(1 - var(--space-x-reverse)))
    }

    .sm\:space-x-4>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(16px*var(--space-x-reverse));
        margin-left: calc(16px*(1 - var(--space-x-reverse)))
    }

    .sm\:space-x-6>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(24px*var(--space-x-reverse));
        margin-left: calc(24px*(1 - var(--space-x-reverse)))
    }

    .sm\:bg-no-repeat {
        background-repeat: no-repeat
    }

    .sm\:flex {
        display: flex
    }

    .sm\:hidden {
        display: none
    }

    .sm\:flex-row {
        flex-direction: row
    }

    .sm\:flex-no-wrap {
        flex-wrap: nowrap
    }

    .sm\:items-center {
        align-items: center
    }

    .sm\:justify-start {
        justify-content: flex-start
    }

    .sm\:flex-1 {
        flex: 1 1 0%
    }

    .sm\:h-10 {
        height: 2.5rem
    }

    .sm\:text-32 {
        font-size: 2rem
    }

    .sm\:text-sm {
        font-size: 1rem
    }

    .sm\:text-xl {
        font-size: 1.25rem
    }

    .sm\:leading-base {
        line-height: 1.125rem
    }

    .sm\:leading-2xl {
        line-height: 1.375rem
    }

    .sm\:leading-4xl {
        line-height: 2rem
    }

    .sm\:leading-5xl {
        line-height: 2.5rem
    }

    .sm\:mb-0 {
        margin-bottom: 0
    }

    .sm\:mb-1 {
        margin-bottom: 4px
    }

    .sm\:mt-4 {
        margin-top: 16px
    }

    .sm\:mb-4 {
        margin-bottom: 16px
    }

    .sm\:mb-8 {
        margin-bottom: 2rem
    }

    .sm\:mb-10 {
        margin-bottom: 2.5rem
    }

    .sm\:mb-12 {
        margin-bottom: 3rem
    }

    .sm\:ml-auto {
        margin-left: auto
    }

    .sm\:py-2 {
        padding-top: 8px;
        padding-bottom: 8px
    }

    .sm\:px-2 {
        padding-left: 8px;
        padding-right: 8px
    }

    .sm\:px-4 {
        padding-left: 16px;
        padding-right: 16px
    }

    .sm\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }

    .sm\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .sm\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .sm\:py-12 {
        padding-top: 3rem;
        padding-bottom: 3rem
    }

    .sm\:px-16 {
        padding-left: 4rem;
        padding-right: 4rem
    }

    .sm\:py-px {
        padding-top: 1px;
        padding-bottom: 1px
    }

    .sm\:px-3\/8 {
        padding-left: .375rem;
        padding-right: .375rem
    }

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:pt-3 {
        padding-top: 12px
    }

    .sm\:pb-10 {
        padding-bottom: 2.5rem
    }

    .sm\:pb-16 {
        padding-bottom: 4rem
    }

    .sm\:w-auto {
        width: auto
    }
}

@media (min-width:768px) {
    .md\:space-y-0>:not(template)~:not(template) {
        --space-y-reverse: 0;
        margin-top: calc(0px*(1 - var(--space-y-reverse)));
        margin-bottom: calc(0px*var(--space-y-reverse))
    }

    .md\:border-l-4 {
        border-left-width: 4px
    }

    .md\:block {
        display: block
    }

    .md\:inline-block {
        display: inline-block
    }

    .md\:flex {
        display: flex
    }

    .md\:inline-flex {
        display: inline-flex
    }

    .md\:hidden {
        display: none
    }

    .md\:flex-row {
        flex-direction: row
    }

    .md\:flex-col {
        flex-direction: column
    }

    .md\:items-start {
        align-items: flex-start
    }

    .md\:items-center {
        align-items: center
    }

    .md\:justify-center {
        justify-content: center
    }

    .md\:order-1 {
        order: 1
    }

    .md\:order-2 {
        order: 2
    }

    .md\:text-26 {
        font-size: 1.625rem
    }

    .md\:text-32 {
        font-size: 2rem
    }

    .md\:text-40 {
        font-size: 2.5rem
    }

    .md\:text-44 {
        font-size: 2.75rem
    }

    .md\:text-xs {
        font-size: .8125rem
    }

    .md\:text-sm {
        font-size: 1rem
    }

    .md\:text-base {
        font-size: 1.125rem
    }

    .md\:text-xl {
        font-size: 1.25rem
    }

    .md\:text-2xl {
        font-size: 1.375rem
    }

    .md\:text-3xl {
        font-size: 1.5rem
    }

    .md\:leading-54 {
        line-height: 3.375rem
    }

    .md\:leading-sm {
        line-height: .75rem
    }

    .md\:leading-xl {
        line-height: 1.25rem
    }

    .md\:leading-3xl {
        line-height: 1.5rem
    }

    .md\:leading-4xl {
        line-height: 2rem
    }

    .md\:leading-5xl {
        line-height: 2.5rem
    }

    .md\:mx-2 {
        margin-left: 8px;
        margin-right: 8px
    }

    .md\:mx-6 {
        margin-left: 24px;
        margin-right: 24px
    }

    .md\:mx-auto {
        margin-left: auto;
        margin-right: auto
    }

    .md\:-mx-2 {
        margin-left: -8px;
        margin-right: -8px
    }

    .md\:-mx-4 {
        margin-left: -16px;
        margin-right: -16px
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:mr-1 {
        margin-right: 4px
    }

    .md\:mb-2 {
        margin-bottom: 8px
    }

    .md\:mb-3 {
        margin-bottom: 12px
    }

    .md\:mt-4 {
        margin-top: 16px
    }

    .md\:mb-4 {
        margin-bottom: 16px
    }

    .md\:mb-5 {
        margin-bottom: 20px
    }

    .md\:mt-6 {
        margin-top: 24px
    }

    .md\:mb-6 {
        margin-bottom: 24px
    }

    .md\:ml-6 {
        margin-left: 24px
    }

    .md\:mb-7 {
        margin-bottom: 28px
    }

    .md\:mt-8 {
        margin-top: 2rem
    }

    .md\:mb-8 {
        margin-bottom: 2rem
    }

    .md\:mt-9 {
        margin-top: 2.25rem
    }

    .md\:mb-9 {
        margin-bottom: 2.25rem
    }

    .md\:mb-10 {
        margin-bottom: 2.5rem
    }

    .md\:ml-10 {
        margin-left: 2.5rem
    }

    .md\:mb-11 {
        margin-bottom: 2.75rem
    }

    .md\:mb-16 {
        margin-bottom: 4rem
    }

    .md\:p-5 {
        padding: 20px
    }

    .md\:px-0 {
        padding-left: 0;
        padding-right: 0
    }

    .md\:px-2 {
        padding-left: 8px;
        padding-right: 8px
    }

    .md\:py-3 {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .md\:px-3 {
        padding-left: 12px;
        padding-right: 12px
    }

    .md\:px-4 {
        padding-left: 16px;
        padding-right: 16px
    }

    .md\:px-5 {
        padding-left: 20px;
        padding-right: 20px
    }

    .md\:px-6 {
        padding-left: 24px;
        padding-right: 24px
    }

    .md\:py-8 {
        padding-top: 2rem;
        padding-bottom: 2rem
    }

    .md\:px-8 {
        padding-left: 2rem;
        padding-right: 2rem
    }

    .md\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem
    }

    .md\:px-14 {
        padding-left: 3.5rem;
        padding-right: 3.5rem
    }

    .md\:py-15 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem
    }

    .md\:px-28 {
        padding-left: 7rem;
        padding-right: 7rem
    }

    .md\:px-32 {
        padding-left: 8rem;
        padding-right: 8rem
    }

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pt-1 {
        padding-top: 4px
    }

    .md\:pb-2 {
        padding-bottom: 8px
    }

    .md\:pt-3 {
        padding-top: 12px
    }

    .md\:pb-3 {
        padding-bottom: 12px
    }

    .md\:pt-4 {
        padding-top: 16px
    }

    .md\:pb-4 {
        padding-bottom: 16px
    }

    .md\:pr-5 {
        padding-right: 20px
    }

    .md\:pt-8 {
        padding-top: 2rem
    }

    .md\:pt-9 {
        padding-top: 2.25rem
    }

    .md\:pt-10 {
        padding-top: 2.5rem
    }

    .md\:pb-10 {
        padding-bottom: 2.5rem
    }

    .md\:pt-12 {
        padding-top: 3rem
    }

    .md\:pb-14 {
        padding-bottom: 3.5rem
    }

    .md\:pb-16 {
        padding-bottom: 4rem
    }

    .md\:text-left {
        text-align: left
    }

    .md\:text-right {
        text-align: right
    }

    .md\:w-1\/3 {
        width: 33.333333%
    }

    .md\:w-1\/4 {
        width: 25%
    }

    .md\:gap-0 {
        grid-gap: 0;
        gap: 0
    }

    .md\:gap-y-4 {
        grid-row-gap: 16px;
        row-gap: 16px
    }

    .md\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }
}

@media (min-width:990px) {
    .md3\:space-x-6>:not(template)~:not(template) {
        --space-x-reverse: 0;
        margin-right: calc(24px*var(--space-x-reverse));
        margin-left: calc(24px*(1 - var(--space-x-reverse)))
    }

    .md3\:flex {
        display: flex
    }

    .md3\:flex-1 {
        flex: 1 1 0%
    }
}

@media (min-width:1025px) {
    .lg\:block {
        display: block
    }

    .lg\:hidden {
        display: none
    }

    .lg\:text-32 {
        font-size: 2rem
    }

    .lg\:text-40 {
        font-size: 2.5rem
    }

    .lg\:text-sm {
        font-size: 1rem
    }

    .lg\:text-base {
        font-size: 1.125rem
    }

    .lg\:text-xl {
        font-size: 1.25rem
    }

    .lg\:text-3xl {
        font-size: 1.5rem
    }

    .lg\:leading-54 {
        line-height: 3.375rem
    }

    .lg\:leading-4xl {
        line-height: 2rem
    }

    .lg\:mb-6 {
        margin-bottom: 24px
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:px-18 {
        padding-left: 4.5rem;
        padding-right: 4.5rem
    }

    .lg\:px-22 {
        padding-left: 5.5rem;
        padding-right: 5.5rem
    }
}