/*!
 * Bootstrap Reboot v4.6.0 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    -webkit-text-decoration-skip-ink: none;
            text-decoration-skip-ink: none;
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}
a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([class]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none;
}

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}

figure {
    margin: 0 0 1rem;
}

img {
    vertical-align: middle;
    border-style: none;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

button:focus:not(:focus-visible) {
    outline: 0;
}

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
    cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

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

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-row {
    display: table-row !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: flex !important;
}

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

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-row {
        display: table-row !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-row {
        display: table-row !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: flex !important;
    }

    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-row {
        display: table-row !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1200px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-row {
        display: table-row !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-block {
        display: block !important;
    }

    .d-print-table {
        display: table !important;
    }

    .d-print-table-row {
        display: table-row !important;
    }

    .d-print-table-cell {
        display: table-cell !important;
    }

    .d-print-flex {
        display: flex !important;
    }

    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.fade {
    transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}

.collapse:not(.show) {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}

/*
font-family: neuzeit-grotesk,sans-serif;
font-weight: 400;
font-style: normal;
font-family: neuzeit-grotesk,sans-serif;
font-weight: 700;
font-style: normal;
*/
body {
    background-color: #E5E5E5;
    color: #222222;
    display: flex;
    flex-direction: column;
    font-family: neuzeit-grotesk, sans-serif;
    min-height: 100%;
    padding-bottom: 64px;
    padding-top: 76px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
@media (min-width: 992px) {
    body {
        height: 100vh;
        overflow: hidden;
        padding-bottom: 72px;
        padding-top: 84px;
    }
}

.main {
    background-color: transparent;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
    transition: background-color 0.3s ease;
}
@media (min-width: 992px) {
    .main {
        max-height: 100%;
    }
}

.body-bg {
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.h1, h1, .h2, h2 {
    font-weight: bold;
    letter-spacing: -0.03em;
}

.h1, h1 {
    font-size: 32px;
    line-height: 1.125;
}
@media (min-width: 992px) {
    .h1, h1 {
        font-size: 60px;
        line-height: 1.06667;
    }
}

.h2, h2 {
    font-size: 32px;
    line-height: 1.1875;
}
@media (min-width: 992px) {
    .h2, h2 {
        font-size: 36px;
        line-height: 1.19445;
    }
}

.h3, h3 {
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 14px;
}

.h5, h5 {
    font-size: 16px;
    line-height: 1.1875;
    margin-bottom: 19px;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 576px) {
    .container-sm, .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-md, .container-sm, .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-lg, .container-md, .container-sm, .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1140px;
    }
}
.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.row-cols-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
}

.row-cols-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
}

.row-cols-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.row-cols-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
}

.row-cols-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
}

.row-cols-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}

.col-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
}

.col-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
}

.col-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
}

.col-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
}

.col-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
}

.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    order: -1;
}

.order-last {
    order: 13;
}

.order-0 {
    order: 0;
}

.order-1 {
    order: 1;
}

.order-2 {
    order: 2;
}

.order-3 {
    order: 3;
}

.order-4 {
    order: 4;
}

.order-5 {
    order: 5;
}

.order-6 {
    order: 6;
}

.order-7 {
    order: 7;
}

.order-8 {
    order: 8;
}

.order-9 {
    order: 9;
}

.order-10 {
    order: 10;
}

.order-11 {
    order: 11;
}

.order-12 {
    order: 12;
}

.offset-1 {
    margin-left: 8.3333333333%;
}

.offset-2 {
    margin-left: 16.6666666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.3333333333%;
}

.offset-5 {
    margin-left: 41.6666666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.3333333333%;
}

.offset-8 {
    margin-left: 66.6666666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.3333333333%;
}

.offset-11 {
    margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-sm-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-sm-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-sm-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-sm-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-sm-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-sm-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-sm-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-sm-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-sm-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-sm-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-sm-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-sm-first {
        order: -1;
    }

    .order-sm-last {
        order: 13;
    }

    .order-sm-0 {
        order: 0;
    }

    .order-sm-1 {
        order: 1;
    }

    .order-sm-2 {
        order: 2;
    }

    .order-sm-3 {
        order: 3;
    }

    .order-sm-4 {
        order: 4;
    }

    .order-sm-5 {
        order: 5;
    }

    .order-sm-6 {
        order: 6;
    }

    .order-sm-7 {
        order: 7;
    }

    .order-sm-8 {
        order: 8;
    }

    .order-sm-9 {
        order: 9;
    }

    .order-sm-10 {
        order: 10;
    }

    .order-sm-11 {
        order: 11;
    }

    .order-sm-12 {
        order: 12;
    }

    .offset-sm-0 {
        margin-left: 0;
    }

    .offset-sm-1 {
        margin-left: 8.3333333333%;
    }

    .offset-sm-2 {
        margin-left: 16.6666666667%;
    }

    .offset-sm-3 {
        margin-left: 25%;
    }

    .offset-sm-4 {
        margin-left: 33.3333333333%;
    }

    .offset-sm-5 {
        margin-left: 41.6666666667%;
    }

    .offset-sm-6 {
        margin-left: 50%;
    }

    .offset-sm-7 {
        margin-left: 58.3333333333%;
    }

    .offset-sm-8 {
        margin-left: 66.6666666667%;
    }

    .offset-sm-9 {
        margin-left: 75%;
    }

    .offset-sm-10 {
        margin-left: 83.3333333333%;
    }

    .offset-sm-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-md-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-md-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-md-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-md-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-md-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-md-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-md-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-md-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-md-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-md-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-md-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-md-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-md-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-md-first {
        order: -1;
    }

    .order-md-last {
        order: 13;
    }

    .order-md-0 {
        order: 0;
    }

    .order-md-1 {
        order: 1;
    }

    .order-md-2 {
        order: 2;
    }

    .order-md-3 {
        order: 3;
    }

    .order-md-4 {
        order: 4;
    }

    .order-md-5 {
        order: 5;
    }

    .order-md-6 {
        order: 6;
    }

    .order-md-7 {
        order: 7;
    }

    .order-md-8 {
        order: 8;
    }

    .order-md-9 {
        order: 9;
    }

    .order-md-10 {
        order: 10;
    }

    .order-md-11 {
        order: 11;
    }

    .order-md-12 {
        order: 12;
    }

    .offset-md-0 {
        margin-left: 0;
    }

    .offset-md-1 {
        margin-left: 8.3333333333%;
    }

    .offset-md-2 {
        margin-left: 16.6666666667%;
    }

    .offset-md-3 {
        margin-left: 25%;
    }

    .offset-md-4 {
        margin-left: 33.3333333333%;
    }

    .offset-md-5 {
        margin-left: 41.6666666667%;
    }

    .offset-md-6 {
        margin-left: 50%;
    }

    .offset-md-7 {
        margin-left: 58.3333333333%;
    }

    .offset-md-8 {
        margin-left: 66.6666666667%;
    }

    .offset-md-9 {
        margin-left: 75%;
    }

    .offset-md-10 {
        margin-left: 83.3333333333%;
    }

    .offset-md-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 992px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-lg-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-lg-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-lg-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-lg-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-lg-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-lg-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-lg-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-lg-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-lg-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-lg-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-lg-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-lg-first {
        order: -1;
    }

    .order-lg-last {
        order: 13;
    }

    .order-lg-0 {
        order: 0;
    }

    .order-lg-1 {
        order: 1;
    }

    .order-lg-2 {
        order: 2;
    }

    .order-lg-3 {
        order: 3;
    }

    .order-lg-4 {
        order: 4;
    }

    .order-lg-5 {
        order: 5;
    }

    .order-lg-6 {
        order: 6;
    }

    .order-lg-7 {
        order: 7;
    }

    .order-lg-8 {
        order: 8;
    }

    .order-lg-9 {
        order: 9;
    }

    .order-lg-10 {
        order: 10;
    }

    .order-lg-11 {
        order: 11;
    }

    .order-lg-12 {
        order: 12;
    }

    .offset-lg-0 {
        margin-left: 0;
    }

    .offset-lg-1 {
        margin-left: 8.3333333333%;
    }

    .offset-lg-2 {
        margin-left: 16.6666666667%;
    }

    .offset-lg-3 {
        margin-left: 25%;
    }

    .offset-lg-4 {
        margin-left: 33.3333333333%;
    }

    .offset-lg-5 {
        margin-left: 41.6666666667%;
    }

    .offset-lg-6 {
        margin-left: 50%;
    }

    .offset-lg-7 {
        margin-left: 58.3333333333%;
    }

    .offset-lg-8 {
        margin-left: 66.6666666667%;
    }

    .offset-lg-9 {
        margin-left: 75%;
    }

    .offset-lg-10 {
        margin-left: 83.3333333333%;
    }

    .offset-lg-11 {
        margin-left: 91.6666666667%;
    }
}
@media (min-width: 1200px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }

    .row-cols-xl-1 > * {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .row-cols-xl-2 > * {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .row-cols-xl-3 > * {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .row-cols-xl-4 > * {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .row-cols-xl-5 > * {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .row-cols-xl-6 > * {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%;
    }

    .col-xl-1 {
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%;
    }

    .col-xl-2 {
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%;
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .col-xl-5 {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%;
    }

    .col-xl-8 {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%;
    }

    .col-xl-11 {
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%;
    }

    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .order-xl-first {
        order: -1;
    }

    .order-xl-last {
        order: 13;
    }

    .order-xl-0 {
        order: 0;
    }

    .order-xl-1 {
        order: 1;
    }

    .order-xl-2 {
        order: 2;
    }

    .order-xl-3 {
        order: 3;
    }

    .order-xl-4 {
        order: 4;
    }

    .order-xl-5 {
        order: 5;
    }

    .order-xl-6 {
        order: 6;
    }

    .order-xl-7 {
        order: 7;
    }

    .order-xl-8 {
        order: 8;
    }

    .order-xl-9 {
        order: 9;
    }

    .order-xl-10 {
        order: 10;
    }

    .order-xl-11 {
        order: 11;
    }

    .order-xl-12 {
        order: 12;
    }

    .offset-xl-0 {
        margin-left: 0;
    }

    .offset-xl-1 {
        margin-left: 8.3333333333%;
    }

    .offset-xl-2 {
        margin-left: 16.6666666667%;
    }

    .offset-xl-3 {
        margin-left: 25%;
    }

    .offset-xl-4 {
        margin-left: 33.3333333333%;
    }

    .offset-xl-5 {
        margin-left: 41.6666666667%;
    }

    .offset-xl-6 {
        margin-left: 50%;
    }

    .offset-xl-7 {
        margin-left: 58.3333333333%;
    }

    .offset-xl-8 {
        margin-left: 66.6666666667%;
    }

    .offset-xl-9 {
        margin-left: 75%;
    }

    .offset-xl-10 {
        margin-left: 83.3333333333%;
    }

    .offset-xl-11 {
        margin-left: 91.6666666667%;
    }
}
.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

@-webkit-keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes spin-rotate {
    100% {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -62px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}
@keyframes spin-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 80, 200;
        stroke-dashoffset: -62px;
    }
    100% {
        stroke-dashoffset: -124px;
    }
}
.spin {
    -webkit-animation: spin-rotate 3s linear infinite;
            animation: spin-rotate 3s linear infinite;
    transform-origin: center;
    width: 60px;
}
.spin circle {
    fill: none;
    stroke-width: 1.5;
}
.spin .dash {
    stroke: #0967D2;
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: spin-dash 2s ease-in-out infinite;
            animation: spin-dash 2s ease-in-out infinite;
}

.spin-value {
    display: flex;
    justify-content: center;
    color: #222222;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.20834;
    padding-top: 162px;
    text-align: center;
}
.spin-value > svg {
    height: 142px;
    position: absolute;
    top: 0;
    width: 142px;
}
.spin-value .dash {
    stroke: #0967D2;
    stroke-dasharray: 0, 200;
    stroke-dashoffset: 0;
    stroke-width: 2;
    transform: rotate(-90deg);
    transform-origin: 100% 100%;
    transition: stroke-dasharray 0.5s linear;
    stroke-linecap: round;
}
.spin-value:before {
    align-items: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0px 5px 0px #E8E8E8;
    color: #0967D2;
    content: attr(data-value) "%";
    display: flex;
    font-size: 36px;
    font-weight: bold;
    height: 142px;
    justify-content: center;
    letter-spacing: -0.03em;
    line-height: 1.19445;
    position: absolute;
    top: 0;
    width: 142px;
}
.spin-value:after {
    content: attr(data-text);
}
.spin-value.complete:before {
    background-image: url(../images/sprite.svg#g-check);
    background-size: 68px 51px;
    background-repeat: no-repeat;
    background-position: center;
    content: "";
}
@media (min-width: 992px) {
    .spin-value {
        font-size: 24px;
        padding-top: 194px;
    }
    .spin-value > svg {
        height: 172px;
        width: 172px;
    }
    .spin-value:before {
        height: 172px;
        width: 172px;
    }
}

.btn {
    background-color: transparent;
    border: 2px solid transparent;
    border-radius: 12px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.03em;
    line-height: 1.2;
    padding: 16px 30px;
    text-align: center;
    transition: all 0.15s ease;
    vertical-align: middle;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
.btn-lg {
    border-radius: 16px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.25;
    padding-bottom: 13px;
    padding-top: 13px;
}
.btn-xs {
    border-radius: 6px;
    font-size: 18px;
    line-height: 1.22223;
    padding-bottom: 7px;
    padding-top: 7px;
}
.btn:hover {
    text-decoration: none;
}
.btn.disabled, .btn:disabled {
    opacity: 0.5;
    pointer-events: none;
}
.btn-primary {
    background-color: #2186EB;
    border: none;
    border-bottom: 4px solid #0967D2;
    color: #fff;
}
.btn-primary:hover {
    background-color: #1379E7;
}
.btn-primary:focus {
    background-color: #0967D2;
    box-shadow: none;
}
.btn-secondary {
    background-color: #fff;
    border-color: #CFCFCF;
    box-shadow: 0px 2px 0px #CFCFCF;
    color: #222;
}
.btn-secondary.active, .btn-secondary:hover {
    background-color: #fff;
    border-color: #0967D2;
    color: #222;
}
@media (min-width: 992px) {
    .btn {
        font-size: 24px;
        line-height: 1.20833;
        padding: 19px 57px;
    }
    .btn-lg {
        font-size: 36px;
        line-height: 1.19444;
        padding-bottom: 22px;
        padding-top: 22px;
    }
    .btn-xs {
        border-radius: 6px;
        font-size: 18px;
        line-height: 1.22223;
        padding-bottom: 7px;
        padding-top: 7px;
    }
}

label.btn {
    font-weight: normal;
}

.form {
    margin-left: auto;
    margin-right: auto;
    max-width: 426px;
}
.form-group {
    margin-bottom: 12px;
    position: relative;
}
.form-group .btn {
    display: block;
    width: 100%;
}
.form-group .btn + .btn {
    margin-top: 12px;
}
.form-control {
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #fff;
    color: #232625;
    font-size: 20px;
    font-weight: normal;
    height: 60px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    outline: none;
    padding: 17px 20px;
    width: 100%;
}
.form-control ~ label {
    color: #0967D2;
    font-size: 14px;
    left: 20px;
    line-height: 1.21428;
    pointer-events: none;
    position: absolute;
    top: 10px;
    white-space: nowrap;
}
.form-control:focus {
    border-color: #0967D2;
    box-shadow: 0 0 0 1px #0967D2;
}
.form-control:focus ~ label {
    transition: all 0.15s ease !important;
}
.form-control::-moz-placeholder {
    color: #7F7F7F;
}
.form-control:-ms-input-placeholder {
    color: #7F7F7F;
}
.form-control::placeholder {
    color: #7F7F7F;
}
.form-control:not(:-moz-placeholder-shown) {
    padding-bottom: 8px;
    padding-top: 26px;
}
.form-control:not(:-ms-input-placeholder) {
    padding-bottom: 8px;
    padding-top: 26px;
}
.form-control:not(:placeholder-shown) {
    padding-bottom: 8px;
    padding-top: 26px;
}
.form-control:-moz-placeholder-shown ~ label {
    color: #7F7F7F;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-control:-ms-input-placeholder ~ label {
    color: #7F7F7F;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-control:placeholder-shown ~ label {
    color: #7F7F7F;
    font-size: 20px;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
    top: 50%;
    transform: translateY(-50%);
}
.form-control:-moz-read-only {
    background-color: #3B3B3B;
    border-color: #515151;
    color: #fff;
}
.form-control:read-only {
    background-color: #3B3B3B;
    border-color: #515151;
    color: #fff;
}
.form-control:-moz-read-only:focus {
    border-color: #515151;
    box-shadow: 0 0 0 1px #515151;
}
.form-control:read-only:focus {
    border-color: #515151;
    box-shadow: 0 0 0 1px #515151;
}
@media (min-width: 992px) {
    .form-control {
        height: 70px;
        font-size: 24px;
        line-height: 1.25;
        padding: 19px 30px;
    }
    .form-control ~ label {
        font-size: 16px;
        left: 30px;
        line-height: 1.1875;
        top: 20px;
    }
    .form-control-lg {
        border-radius: 16px;
        font-size: 30px;
        height: 90px;
        padding: 26px 30px;
    }
    .form-control.form-control-lg:not(:-moz-placeholder-shown) {
        padding-bottom: 12px;
        padding-top: 40px;
    }
    .form-control.form-control-lg:not(:-ms-input-placeholder) {
        padding-bottom: 12px;
        padding-top: 40px;
    }
    .form-control.form-control-lg:not(:placeholder-shown) {
        padding-bottom: 12px;
        padding-top: 40px;
    }
    .form-control:-moz-placeholder-shown ~ label {
        font-size: 30px;
    }
    .form-control:-ms-input-placeholder ~ label {
        font-size: 30px;
    }
    .form-control:placeholder-shown ~ label {
        font-size: 30px;
    }
}

.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: none;
}
.modal.modal-static .modal-dialog {
    transform: scale(1.02);
}

.modal-dialog-scrollable {
    display: flex;
    max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
    flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
    overflow-y: auto;
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    height: -webkit-min-content;
    height: -moz-min-content;
    height: min-content;
    content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
    content: none;
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}
.modal-backdrop.fade {
    opacity: 0;
}
.modal-backdrop.show {
    opacity: 0.5;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}

.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
    margin: 0.25rem;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }

    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem);
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }

    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered::before {
        height: calc(100vh - 3.5rem);
        height: -webkit-min-content;
        height: -moz-min-content;
        height: min-content;
    }

    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 992px) {
    .modal-lg,
.modal-xl {
        max-width: 800px;
    }
}
@media (min-width: 1200px) {
    .modal-xl {
        max-width: 1140px;
    }
}
.modal-quotes.modal {
    padding-bottom: 64px;
    padding-top: 76px;
}
.modal-quotes .h2 {
    color: #0967D2;
    margin-bottom: 21px;
}
.modal-quotes .form-footer {
    margin-top: 26px;
}
.modal-quotes .form-footer a {
    color: #F7F7F7;
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.2;
}
.modal-quotes .form-footer .link-code {
    display: block;
    color: #47A3F3;
    font-size: 18px;
    line-height: 1.20834;
    letter-spacing: -0.02em;
    margin-top: 9px;
}
.modal-quotes .form-footer small {
    color: #9E9E9E;
    display: block;
    font-size: 14px;
    line-height: 1.21428;
}
.modal-quotes .form-terms-body {
    border-top: 1px solid #3B3B3B;
    color: #9E9E9E;
    font-size: 12px;
    line-height: 1.25;
    margin-top: 19px;
    padding-top: 13px;
    text-align: left;
}
.modal-quotes .btn {
    width: 100%;
}
.modal-quotes .modal-content {
    background-color: transparent;
    border: none;
    border-radius: 0;
}
.modal-quotes .modal-header {
    border-bottom: none;
    justify-content: center;
    padding: 0;
}
.modal-quotes .modal-title {
    color: #fff;
    font-size: 24px;
    line-height: 1.20834;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
}
.modal-quotes .modal-opening {
    margin-bottom: 21px;
}
.modal-quotes .modal-body {
    background-color: #222222;
    border-radius: 12px;
    color: #E8E8E8;
    padding: 34px 20px 28px;
    text-align: center;
}
@media (max-width: 575px) {
    .modal-quotes .modal-dialog {
        margin-left: 20px;
        margin-right: 20px;
    }
}
@media (min-width: 576px) {
    .modal-quotes .modal-dialog {
        max-width: 546px;
    }
}
@media (min-width: 992px) {
    .modal-quotes .form-footer {
        margin-top: 36px;
    }
    .modal-quotes .form-footer a {
        display: inline-block;
    }
    .modal-quotes .form-footer .link-code {
        font-size: 24px;
    }
    .modal-quotes .form-terms {
        max-height: 87px;
        overflow-y: auto;
    }
    .modal-quotes .modal-dialog {
        max-width: 546px;
    }
    .modal-quotes .modal-title {
        font-size: 30px;
        line-height: 1.2;
        letter-spacing: normal;
        margin-bottom: 23px;
    }
    .modal-quotes .modal-body {
        padding: 50px 60px 54px;
    }
}

.step {
    padding-bottom: 45px;
    padding-top: 34px;
    transition: opacity 0.3s ease, transform 0.3s ease;
    width: 100%;
}
.step-list {
    color: #F6F6F6;
    counter-reset: li;
    display: flex;
    font-size: 14px;
    justify-content: space-between;
    letter-spacing: -0.01em;
    line-height: 1.28571;
    list-style: none;
    margin: 46px auto 34px;
    max-width: 100%;
    padding-left: 0;
    text-align: center;
    width: 654px;
}
.step-list li {
    counter-increment: li;
    display: inline-block;
    opacity: 0.8;
    position: relative;
    width: 33.33334%;
}
.step-list li > span {
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 90%;
}
.step-list li:before {
    border: 2px solid #F6F6F6;
    border-radius: 50%;
    content: counter(li);
    display: block;
    font-size: 18px;
    font-weight: bold;
    height: 34px;
    line-height: 30px;
    margin: 0 auto 16px;
    width: 34px;
}
.step-list li + li:after {
    background-color: #F6F6F6;
    content: "";
    display: inline-block;
    height: 2px;
    position: absolute;
    right: calc(50% + 25px);
    top: 16px;
    transform: translateY(-50%);
    width: calc(100% - 50px);
}
.step-list .step-active {
    opacity: 1;
}
.step-list .step-active:before {
    background-color: #fff;
    color: #0967D2;
}
.step-header {
    margin-bottom: 19px;
    text-align: center;
}
.step-title {
    margin-bottom: 4px;
}
.step-opening {
    color: #BAE3FF;
    font-size: 24px;
    letter-spacing: -0.02em;
    line-height: 1.20834;
}
.step-summary {
    font-size: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
}
.step-summary ul {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
.step-summary li {
    flex-grow: 1;
    height: 6px;
}
.step-summary li:before {
    background-color: #0967D2;
    content: "";
    display: block;
    height: 100%;
    transition: width 0.15s ease;
    width: 100%;
}
.step-summary li.active:before,
.step-summary li.active ~ li:before {
    width: 0;
}
.step-loading {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 100%;
    transition: opacity 0.3s ease;
    width: 100%;
    position: relative;
    z-index: 0;
}
.step-loading:before {
    background-color: rgba(246, 246, 246, 0.7);
    bottom: 0;
    content: "";
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}
.step-loading .spin-value {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.step-results {
    content: "";
    height: 100%;
    overflow: hidden;
    position: absolute;
    z-index: -1;
    width: 100%;
}
.step-results .h3 {
    filter: blur(12px);
    padding-left: 15px;
    padding-right: 15px;
}
.step-results-item {
    height: auto;
    max-width: 100%;
}
.step:not(.show) {
    height: 100%;
    opacity: 0;
    position: absolute;
    transform: translateY(-100%);
}
.step.hide {
    transform: translateY(100%) !important;
}
@media (min-width: 992px) {
    .step {
        overflow-y: auto;
        padding-bottom: 32px;
        padding-top: 32px;
    }
    .step-list {
        font-size: 18px;
        font-weight: bold;
        line-height: 1.22223;
        margin-bottom: 22px;
        margin-top: 94px;
    }
    .step-title {
        margin-bottom: 7px;
    }
    .step-opening {
        font-size: 30px;
        letter-spacing: -0.03em;
        line-height: 1.2;
    }
    .step-summary {
        font-size: 20px;
        height: 100%;
        letter-spacing: -0.01em;
        line-height: 1.2;
        padding: 32px 50px;
        position: absolute;
        right: auto;
    }
    .step-summary ul {
        display: block;
    }
    .step-summary li {
        height: auto;
        position: relative;
        padding-left: 30px;
    }
    .step-summary li:before {
        background: url(../images/sprite.svg#g-check2) no-repeat center;
        background-size: 10px 10px;
        border: 2px solid #0967D2;
        border-radius: 50%;
        height: 20px;
        left: 0;
        position: absolute;
        top: 2px;
        transition: none;
        width: 20px;
    }
    .step-summary li.active {
        font-weight: bold;
    }
    .step-summary li.active:before,
.step-summary li.active ~ li:before {
        background: #222;
        border: none;
        height: 10px;
        left: 5px;
        top: 50%;
        margin-top: -5px;
        width: 10px;
    }
    .step-summary li.active ~ li {
        color: #9E9E9E;
    }
    .step-summary li.active ~ li:before {
        background: #9E9E9E;
    }
    .step-summary li + li {
        margin-top: 12px;
    }
    .step-summary span {
        color: #626262;
        display: block;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.1875;
        margin-top: 3px;
    }
    .step-results {
        max-width: 908px;
    }
}
@media (min-height: 768px) and (min-width: 1200px) {
    .step {
        padding-bottom: 56px;
        padding-top: 56px;
    }
    .step-summary {
        padding-bottom: 67px;
        padding-top: 67px;
    }
    .step-summary li + li {
        margin-top: 24px;
    }
}

.step-home {
    align-items: center;
    display: flex;
    padding-bottom: 18px;
    padding-top: 18px;
    transition: opacity 0.3s ease;
}
.step-home .step-header {
    margin-bottom: 21px;
}
.step-home .step-title {
    color: #fff;
}
.step-home .form {
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    z-index: 0;
}
.step-home .form label {
    opacity: 0;
    transition: opacity 1s ease 0.35s;
}
.step-home .form .btn {
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    transition: all 0.15s ease-out, font-size 0s;
    width: 100%;
}
.step-home .form .btn .spin {
    left: 0;
    position: absolute;
    top: 0;
}
.step-home .form .btn.disabled, .step-home .form .btn:disabled {
    opacity: 1;
}
.step-home .form-control-value {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    left: 0;
    letter-spacing: -0.01em;
    line-height: 22px;
    padding-left: 22px;
    margin-top: 6px;
    position: relative;
    width: 100%;
}
.step-home .form-control-value:before {
    background: #fff url(../images/sprite.svg#g-check3) no-repeat center;
    background-size: 10px 9px;
    border: 2px solid #2186EB;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 24px;
    margin-right: 8px;
    width: 24px;
    vertical-align: top;
}
.step-home .form.show .form-group {
    margin-right: -16px;
    max-width: 100%;
}
.step-home .form.show label {
    opacity: 1;
}
.step-home .form.loading {
    align-items: center;
    display: flex;
    justify-content: center;
}
.step-home .form.loading .form-group {
    opacity: 0;
    max-width: 0;
    transition: none;
}
.step-home .form.loading .btn {
    background-color: #fff;
    border-radius: 50%;
    border-bottom: none;
    box-shadow: 0px 5px 0px #7B8794;
    color: #0967D2;
    font-size: 0;
    height: 142px;
    padding: 15px;
    width: 142px;
}
.step-home .form.loading .btn .spin {
    height: 100%;
    width: 100%;
}
.step-home .form.loading .btn:before {
    content: "Searching...";
    font-size: 20px;
}
.step-home .form.complete .btn {
    background-image: url(../images/sprite.svg#g-check);
    background-size: 68px 51px;
    box-shadow: inset 0 0 0 6px #0967D2;
}
.step-home .form.complete .btn:before, .step-home .form.complete .btn:after,
.step-home .form.complete .btn .spin {
    display: none;
}
.step-home.hide {
    transform: none !important;
}
@media (min-width: 992px) {
    .step-home .step-header {
        margin-bottom: 56px;
    }
    .step-home .form {
        align-items: center;
        display: flex;
        justify-content: center;
        height: 172px;
        margin-bottom: -41px;
        margin-top: -41px;
        max-width: 828px;
        padding-left: 0;
        padding-right: 0;
    }
    .step-home .form .btn {
        height: 90px;
        width: 362px;
    }
    .step-home .form.loading .btn {
        height: 172px;
        width: 172px;
    }
    .step-home .form.loading .btn:before {
        font-size: 24px;
    }
    .step-home .form.loading .btn:after {
        color: #7E7E7E;
        content: "Woburn";
        font-size: 18px;
        left: 50%;
        margin-top: 15px;
        position: absolute;
        top: 50%;
        transform: translateX(-50%);
    }
    .step-home .form-group {
        flex-grow: 1;
        margin-bottom: 0;
        max-width: 0;
        transition: max-width 0.75s ease-out 0.25s;
        z-index: -1;
    }
    .step-home .form-control {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .step-home .form-control-value {
        font-size: 20px;
        padding-left: 31px;
        line-height: 24px;
        margin-top: 17px;
        position: absolute;
    }
}

.step-home:not(.show),
.step-1:not(.show) {
    transform: none;
}

.autocomplete-suggestions {
    background-color: #fff;
    border-radius: 16px;
    color: rgba(35, 38, 37, 0.85);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-top: 6px;
    padding: 0 27px;
}
.autocomplete-suggestion {
    cursor: pointer;
    padding: 13px 3px;
}
.autocomplete-suggestion + .autocomplete-suggestion {
    border-top: 1px solid #E5E5E5;
}

.quote-item {
    background-color: #fff;
    border: 1px solid #E1E1E1;
    box-shadow: 0 4px 8px rgba(233, 233, 233, 0.74);
    border-radius: 6px;
    margin-bottom: 30px;
    overflow: hidden;
}
.quote-item .h5 {
    min-height: 38px;
}
.quote-item-img {
    height: auto;
    margin-bottom: 16px;
    width: 100%;
}
.quote-item-body {
    padding: 0 20px 22px;
}

.header {
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(233, 233, 233, 0.74);
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed;
    top: 0;
    transition: all 0.3s ease;
    right: 0;
    z-index: 2;
}
@media (min-width: 992px) {
    .header {
        padding-left: 50px;
        padding-right: 50px;
    }
}

.navbar {
    align-items: center;
    display: flex;
    height: 76px;
    justify-content: space-between;
}
.navbar-brand > img:last-child {
    display: none;
}
.navbar-expand .navbar-collapse {
    display: flex;
}
.navbar-nav {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}
@media (min-width: 992px) {
    .navbar {
        height: 84px;
    }
    .navbar-brand > img {
        height: 50px;
    }
}

.nav-link {
    color: #0967D2;
    display: block;
    font-size: 16px;
    letter-spacing: -0.01em;
    line-height: 1.1875;
    margin-right: -8px;
    padding: 6px 8px;
    text-align: right;
}
.nav-link b {
    display: block;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: -0.02em;
    line-height: 1.20834;
    text-align: right;
}
@media (min-width: 768px) {
    .nav-link {
        color: #7E7E7E;
    }
    .nav-link b {
        color: #0967D2;
    }
}

.footer {
    background-color: #F6F6F6;
    background-blend-mode: hard-light;
    bottom: 0;
    box-shadow: 0px -1px 0px rgba(233, 233, 233, 0.74);
    font-size: 12px;
    height: 64px;
    left: 0;
    line-height: 1.1875;
    padding-bottom: 16px;
    padding-top: 16px;
    position: fixed;
    right: 0;
    transition: all 0.3s ease;
    z-index: 1;
}
.footer > .container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
}
.footer, .footer a {
    color: #9E9E9E;
}
.footer img {
    margin-right: 15px;
}
.footer-item {
    align-items: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 991px) {
    .footer .footer-item:first-child {
        display: none;
    }
}
@media (min-width: 348px) {
    .footer {
        font-size: 14px;
    }
}
@media (min-width: 992px) {
    .footer {
        font-size: 16px;
        height: 72px;
    }
    .footer > .container {
        justify-content: space-between;
    }
    .footer a {
        font-size: 14px;
    }
    .footer img {
        margin-right: 21px;
    }
}

.home {
    background-color: #232625;
}
.home .header {
    background-color: transparent;
    box-shadow: none;
}
.home .navbar-brand > img:first-child {
    display: none;
}
.home .navbar-brand > img:last-child {
    display: block;
}
.home .nav-link {
    color: #fff;
}
.home .footer {
    background-color: rgba(35, 38, 37, 0.6);
    box-shadow: none;
}
@media (max-width: 991px) {
    .home .footer-item:first-child {
        display: block;
    }
    .home .footer-item:last-child {
        display: none;
    }
}
@media (min-width: 992px) {
    .home .nav-link {
        color: #BAE3FF;
    }
    .home .nav-link b {
        color: #fff;
    }
}

.page {
    background-color: #F7F7F7;
}
.page .main {
    justify-content: flex-start;
    overflow-y: auto;
    padding-bottom: 32px;
    padding-top: 32px;
}
.page .h2 {
    color: #0967D2;
}
.page .link-thanks {
    color: #626262;
    display: block;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.005em;
    line-height: 1.1875;
    padding: 10px;
    text-align: center;
}
.page-header {
    margin-bottom: 29px;
    text-align: center;
}
.page-opening {
    color: #626262;
    font-size: 18px;
    line-height: 1.22223;
}
.page-body .h3 {
    margin-bottom: 27px;
    text-align: center;
}
@media (min-width: 992px) {
    .page-header {
        margin-bottom: 47px;
    }
}

.funnel {
    height: 100vh;
}
.funnel .main {
    background-color: #E5E5E5;
    justify-content: flex-start;
}
.funnel-loading .step {
    overflow: hidden;
}
.funnel-loading .modal-backdrop {
    background-color: transparent;
}