/*!
 * Bootstrap v4.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #007bff;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1170px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*, ::after, ::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

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", 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: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title], abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol, ol ul, ul ol, ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .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: -.25em
}

sup {
    top: -.5em
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none
}

code, kbd, pre, 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
}

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: .75rem;
    padding-bottom: .75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input, optgroup, select, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

select {
    word-wrap: normal
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}
p#ero_msg {
    margin: 30px 0px;
    color: red;
}
.col-lg-12.terms .checkbox {
    margin-top: 20px;
}
button.btn.steptwosubmit:disabled {
    background: #0030569c;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .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
}

.container {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 992px
    }
}

@media (min-width: 1170px) {
    .container {
        max-width: 1170px
    }
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {
    .container, .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 750px
    }
}

@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 992px
    }
}

@media (min-width: 1170px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -10px;
    margin-left: -10px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters > .col, .no-gutters > [class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px
}

.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.33333%;
    max-width: 33.33333%
}

.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.66667%;
    max-width: 16.66667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
}

.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.col-3 {
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.col-6 {
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.col-9 {
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.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.33333%
}

.offset-2 {
    margin-left: 16.66667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333%
}

.offset-5 {
    margin-left: 41.66667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333%
}

.offset-8 {
    margin-left: 66.66667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333%
}

.offset-11 {
    margin-left: 91.66667%
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-sm-2 {
        margin-left: 16.66667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333%
    }

    .offset-sm-5 {
        margin-left: 41.66667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333%
    }

    .offset-sm-8 {
        margin-left: 66.66667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333%
    }

    .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-md-2 {
        margin-left: 16.66667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333%
    }

    .offset-md-5 {
        margin-left: 41.66667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333%
    }

    .offset-md-8 {
        margin-left: 66.66667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333%
    }

    .offset-md-11 {
        margin-left: 91.66667%
    }
}

@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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-lg-2 {
        margin-left: 16.66667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333%
    }

    .offset-lg-5 {
        margin-left: 41.66667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333%
    }

    .offset-lg-8 {
        margin-left: 66.66667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333%
    }

    .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media (min-width: 1170px) {
    .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.33333%;
        max-width: 33.33333%
    }

    .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.66667%;
        max-width: 16.66667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: 100%
    }

    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%
    }

    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%
    }

    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .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.33333%
    }

    .offset-xl-2 {
        margin-left: 16.66667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333%
    }

    .offset-xl-5 {
        margin-left: 41.66667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333%
    }

    .offset-xl-8 {
        margin-left: 66.66667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333%
    }

    .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal
}

.btn, .btn--close {
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 0
}

.questions-section::after {
    content: '';
    display: block;
    min-height: inherit;
    font-size: 0
}

body {
    font-size: 16px;
    line-height: 1.3
}

@media (max-width: 767.98px) {
    body {
        line-height: 1.6
    }
}

.title-h1, .title-h2, .title-h3 {
    font-weight: 800
}

.title-h1 {
    font-size: 34px;
    line-height: 1.21
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .title-h1 {
        font-size: 26px
    }
}

@media (max-width: 767.98px) {
    .title-h1 {
        font-size: 24px;
        line-height: 1.3
    }
}

.title-h2 {
    font-size: 32px;
    line-height: 1.3
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .title-h2 {
        font-size: 24px
    }
}

@media (max-width: 767.98px) {
    .title-h2 {
        font-size: 22px
    }
}

.title-h3 {
    font-size: 26px;
    line-height: 1.58
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .title-h3 {
        font-size: 21px
    }
}

@media (max-width: 767.98px) {
    .title-h3 {
        font-size: 19px
    }
}

.title-h4 {
    font-size: 21px;
    line-height: 1.14
}

@media (max-width: 991.98px) {
    .title-h4 {
        font-size: 18px;
        line-height: 1.3
    }
}

@media (max-width: 767.98px) {
    .title-h4 {
        font-size: 16px
    }
}

.text-15 {
    font-size: 15px
}

@media (max-width: 767.98px) {
    .text-15 {
        font-size: 14px
    }
}

.text-16 {
    font-size: 16px;
    line-height: 1.44
}

@media (max-width: 767.98px) {
    .text-16 {
        font-size: 14px
    }
}

.text-18 {
    font-size: 18px
}

.text-20, input:not([type=submit]):not([type=checkbox]):not([type=radio]), select, textarea {
    font-size: 20px
}

.radio-box {
    font-size: 24px
}

@media (max-width: 991.98px) {
    .radio-box {
        font-size: 20px
    }
}

@media (max-width: 575.98px) {
    .radio-box {
        font-size: 18px
    }
}

@font-face {
    font-family: Avenir;
    src: url(../font/Avenir-Medium.woff2) format("woff2"), url(../font/Avenir-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(../font/Avenir-Black.woff2) format("woff2"), url(../font/Avenir-Black.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Avenir;
    src: url(../font/Avenir-Heavy.woff2) format("woff2"), url(../font/Avenir-Heavy.woff) format("woff");
    font-weight: 900;
    font-style: normal
}

body, html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    color: #00b0f0;
    font-family: Avenir, sans-serif;
    font-weight: 500;
    position: relative;
    height: auto;
    min-height: 100vh;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

::-webkit-selection {
    background-color: #00b0f0;
    color: #fff
}

::-moz-selection {
    background-color: #00b0f0;
    color: #fff
}

:-ms-selection {
    background-color: #00b0f0;
    color: #fff
}

::selection {
    background-color: #00b0f0;
    color: #fff
}

.main {
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative
}

p {
    margin: 0
}

p a {
    color: inherit;
    border-bottom: 1px dotted transparent
}

p a:hover {
    border-color: currentColor
}

a {
    color: inherit;
    transition: color .3s ease, border .3s ease;
    -webkit-transition: color .3s ease, border .3s ease
}

a:focus, a:hover {
    color: inherit;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
    font-size: inherit;
    margin: 0
}

:focus {
    outline: 0
}

.text *, .title * {
    font-size: inherit !important;
    line-height: inherit !important;
    color: inherit !important;
    font-weight: inherit !important;
    text-transform: inherit !important
}

img {
    margin: 0;
    max-width: 100%;
    height: auto;
    width: auto
}

select::-ms-expand {
    display: none
}

input, select, textarea {
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

input, textarea {
    -webkit-appearance: none;
    border-radius: 0
}

button:focus, input:invalid {
    outline: 0
}

input::-ms-clear, textarea::-ms-clear {
    display: none
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.text-blue {
    color: #003056
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

[class*=icon-] {
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.icon-close {
    width: 20px;
    height: 20px;
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2220px%22%20height%3D%2218.6px%22%20viewBox%3D%220%200%2020%2018.6%22%20enable-background%3D%22new%200%200%2020%2018.6%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cline%20fill%3D%22%2300B0F0%22%20x1%3D%2218.7%22%20y1%3D%221.3%22%20x2%3D%221.4%22%20y2%3D%2217.3%22%2F%3E%20%3Cpath%20fill%3D%22%2300B0F0%22%20d%3D%22M1.4%2C18.6c-0.3%2C0-0.7-0.1-0.9-0.4C0%2C17.7%2C0%2C16.9%2C0.5%2C16.4l17.3-16c0.5-0.5%2C1.3-0.5%2C1.8%2C0.1%20c0.5%2C0.5%2C0.5%2C1.3-0.1%2C1.8l-17.3%2C16C2%2C18.5%2C1.7%2C18.6%2C1.4%2C18.6%22%2F%3E%20%3Cline%20fill%3D%22%2300B0F0%22%20x1%3D%2218.6%22%20y1%3D%2217.3%22%20x2%3D%221.3%22%20y2%3D%221.3%22%2F%3E%20%3Cpath%20fill%3D%22%2300B0F0%22%20d%3D%22M18.6%2C18.6c-0.3%2C0-0.6-0.1-0.9-0.3L0.4%2C2.2c-0.5-0.5-0.5-1.3-0.1-1.8s1.3-0.5%2C1.8-0.1l17.3%2C16%20c0.5%2C0.5%2C0.6%2C1.3%2C0.1%2C1.8C19.3%2C18.5%2C18.9%2C18.6%2C18.6%2C18.6%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E)
}

.icon-chevron-right {
    width: 8px;
    height: 12px;
    background-image: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%229.5px%22%20height%3D%2215px%22%20viewBox%3D%220%200%209.5%2015%22%20enable-background%3D%22new%200%200%209.5%2015%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%23FFFFFF%22%20d%3D%22M1.1%2C0c0.2%2C0%2C0.4%2C0.1%2C0.6%2C0.2l7.8%2C7.3l-7.8%2C7.2c-0.4%2C0.4-1%2C0.3-1.4-0.1c-0.4-0.4-0.3-1%2C0.1-1.4l6.2-5.6%20L0.5%2C1.7C0.1%2C1.4%2C0%2C0.8%2C0.4%2C0.3C0.5%2C0.1%2C0.8%2C0%2C1.1%2C0%22%2F%3E%20%3C%2Fsvg%3E)
}

.bg-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

.list ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.list li {
    display: block;
    position: relative;
    margin-bottom: 16px;
    padding-left: 45px
}

.list li::before {
    content: '';
    width: 29px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 40%;
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2228.7px%22%20height%3D%2224.7px%22%20viewBox%3D%220%200%2028.7%2024.7%22%20enable-background%3D%22new%200%200%2028.7%2024.7%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%2300B0F0%22%20d%3D%22M0.2%2C13.6c2.2%2C1.5%2C3.4%2C1.8%2C5.3%2C5.1c1.9%2C3.2%2C2.3%2C5.5%2C2.8%2C5.9c0.5%2C0.4%2C3-0.1%2C4.4-0.8c1.3-0.7%2C1.4-1.1%2C2.6-4%20c1.7-4%2C4.5-8.9%2C6.6-11.7c2.1-2.8%2C6.6-6.6%2C6.8-7.3c0.2-0.7-1.9-1-4-0.4c-2%2C0.6-6.3%2C5.3-8.9%2C9c-2.9%2C4.1-3.9%2C7.6-4.4%2C7.5%20c-0.5-0.1-1.5-2.2-2.9-3.7c-1.4-1.5-2.9-2.6-4.6-2.2C2.2%2C11.2-0.8%2C12.9%2C0.2%2C13.6%22%2F%3E%20%3C%2Fsvg%3E) no-repeat center center/contain;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%)
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    padding: 10px 15px;
    min-width: 108px;
    color: #fff;
    background-color: #003056;
    border-radius: 30px
}

.btn i {
    margin-left: 15px;
    transition: transform .6s ease;
    -webkit-transition: transform .6s ease
}

.btn:hover {
    color: #fff
}

.btn:hover i {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0)
}

.btn--close {
    cursor: pointer
}

.questions-section {
    position: relative;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    display: flex;
    min-height: 100vh
}

@media (max-width: 767.98px) {
    .questions-section {
        display: block
    }
}

@media (max-width: 767.98px) {
    .questions-section::after {
        display: none
    }
}

.questions-section .btn--close {
    position: absolute;
    z-index: 99;
    right: 20px;
    top: 18px;
    padding: 10px;
    transition: transform .6s ease;
    -webkit-transition: transform .6s ease
}

.questions-section .btn--close:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2)
}

.left-col {
    background-color: #e3e329;
    max-width: 500px;
    flex: 0 0 35.5%;
    color: #003056;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .left-col {
        padding: 20px
    }
}

@media (max-width: 767.98px) {
    .left-col {
        max-width: 100%;
        flex: 0 0 100%
    }
}

.left-col__content {
    display: block;
    margin: 35px 0;
    max-width: 275px;
    width: 100%
}

@media (max-width: 767.98px) {
    .left-col__content {
        max-width: 538px;
        margin: 40px 0 0
    }
}

.left-col__image {
    width: 100%;
    text-align: center
}

.left-col .list, .left-col__title {
    padding-left: 28px;
    margin-top: 68px
}

@media (max-width: 991.98px) {
    .left-col .list, .left-col__title {
        padding-left: 0;
        margin-top: 50px
    }
}

.left-col__title {
    margin-bottom: 32px
}

.right-col {
    padding: 30px;
    flex: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.right-col__content {
    display: block;
    margin: 46px 0;
    max-width: 730px;
    width: 100%
}

@media (max-width: 767.98px) {
    .right-col__content {
        margin: 10px 0 0
    }
}

.right-col__title {
    margin-bottom: 17px
}

.right-col__text {
    margin-bottom: 57px
}

@media (max-width: 767.98px) {
    .right-col__text {
        margin-bottom: 40px
    }
}

.right-col .steps {
    font-weight: 800;
    margin-bottom: 18px
}

.right-col .date-picker {
    width: 100%;
    margin-bottom: 20px
}

.right-col .date-picker iframe {
    border: 0;
    width: 100%
}

.right-col .date-picker img, .right-col .date-picker svg {
    width: 100%
}

.radio-box {
    margin-bottom: 17px;
    max-width: 800px
}

.radio-box input {
    position: absolute;
    opacity: 0;
    width: 0 !important;
    height: 0 !important;
    right: 0
}

.radio-box input:checked + label {
    background-color: #d6d6d6
}

.radio-box input:checked + label::before {
    transform: translate(5px, -50%);
    -webkit-transform: translate(5px, -50%)
}

.radio-box label {
    cursor: pointer;
    position: relative;
    background-color: #efefef;
    width: 100%;
    padding: 11px 100px 11px 57px;
    border-radius: 25px;
    margin-bottom: 0;
    transition: background-color .3s ease, color .3s ease;
    -webkit-transition: background-color .3s ease, color .3s ease
}

@media (max-width: 767.98px) {
    .radio-box label {
        padding: 11px 70px 11px 25px
    }
}

.radio-box label::before {
    content: '';
    position: absolute;
    width: 49px;
    height: 20px;
    right: 42px;
    top: 50%;
    background: url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2248.8px%22%20height%3D%2220.2px%22%20viewBox%3D%220%200%2048.8%2020.2%22%20enable-background%3D%22new%200%200%2048.8%2020.2%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cg%3E%20%3Cline%20fill%3D%22none%22%20stroke%3D%22%2300B0F0%22%20stroke-width%3D%222%22%20stroke-miterlimit%3D%2210%22%20x1%3D%220%22%20y1%3D%2210.1%22%20x2%3D%2239.8%22%20y2%3D%2210.1%22%2F%3E%20%3Cpath%20fill%3D%22%2300B0F0%22%20d%3D%22M38.2%2C0c2.5%2C4.2%2C6.4%2C7.5%2C10.5%2C10.1c-4.2%2C2.5-7.9%2C6-10.5%2C10.1h-2.5c2.6-4%2C5.8-7.5%2C9.7-10.1%20C41.5%2C7.5%2C38.2%2C3.9%2C35.7%2C0H38.2z%22%2F%3E%20%3Cpath%20fill%3D%22%2300B0F0%22%20d%3D%22M32.2%2C0c2.5%2C4.2%2C6.4%2C7.5%2C10.5%2C10.1c-4.2%2C2.5-7.9%2C6-10.5%2C10.1h-2.5c2.6-4%2C5.8-7.5%2C9.7-10.1%20C35.5%2C7.5%2C32.2%2C3.9%2C29.7%2C0H32.2z%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fsvg%3E) no-repeat center center/contain;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transition: transform .3s ease;
    -webkit-transition: transform .3s ease
}

@media (max-width: 767.98px) {
    .radio-box label::before {
        width: 36px;
        height: 16px;
        right: 26px
    }
}

.radio-box label:hover {
    background-color: #e2e2e2
}

.radio-box label:hover::before {
    transform: translate(5px, -50%);
    -webkit-transform: translate(5px, -50%)
}

::-webkit-input-placeholder {
    color: #00b0f0;
    opacity: 1
}

::-moz-placeholder {
    color: #00b0f0;
    opacity: 1
}

::-ms-input-placeholder {
    color: #00b0f0;
    opacity: 1
}

:-moz-placeholder {
    color: #00b0f0;
    opacity: 1
}

:-ms-input-placeholder {
    color: #00b0f0;
    opacity: 1
}

::placeholder {
    color: #00b0f0;
    opacity: 1
}

input:not([type=submit]):not([type=checkbox]):not([type=radio]), select, textarea {
    border: 1px solid #efefef;
    width: 100%;
    height: 60px;
    padding: 0 30px;
    border-radius: 30px;
    background-color: #efefef;
    color: #00b0f0;
    transition: border .3s ease;
    -webkit-transition: border .3s ease
}

@media (max-width: 991.98px) {
    input:not([type=submit]):not([type=checkbox]):not([type=radio]), select, textarea {
        height: 60px;
        padding: 0 30px;
        border-radius: 30px
    }
}

.has-error input:not([type=submit]):not([type=checkbox]):not([type=radio]), .has-error select, .has-error textarea {
    color: #ff2727;
    border-color: #ff2727
}

select {
    cursor: pointer;
    color: #00b0f0;
    background: #efefef url(data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2214.9px%22%20height%3D%229.4px%22%20viewBox%3D%220%200%2014.9%209.4%22%20enable-background%3D%22new%200%200%2014.9%209.4%22%20xml%3Aspace%3D%22preserve%22%3E%20%3Cpath%20fill%3D%22%2300B0F0%22%20d%3D%22M14.9%2C1c0%2C0.2-0.1%2C0.4-0.2%2C0.6L7.4%2C9.4L0.2%2C1.6c-0.4-0.4-0.3-1%2C0.1-1.4c0.4-0.4%2C1-0.3%2C1.4%2C0.1l5.6%2C6.2%20l5.9-6.1c0.3-0.4%2C0.9-0.5%2C1.4-0.1C14.8%2C0.4%2C14.9%2C0.7%2C14.9%2C1%22%2F%3E%20%3C%2Fsvg%3E) no-repeat right center/15px auto;
    background-position: calc(100% - 50px) center
}

textarea {
    padding: 30px 30px;
    min-height: 200px;
    resize: none
}

@media (max-width: 991.98px) {
    textarea {
        padding: 20px 30px;
        min-height: 120px
    }
}

.form-group {
    margin-bottom: 25px
}

.form-submit {
    margin-top: 12px
}

.form-label {
    font-size: 18px;
    margin: 20px 0;
    font-weight: 800
}

@media (max-width: 767.98px) {
    .form-label {
        font-size: 18px;
        margin: 0 0 15px
    }
}

.checkbox-group {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

.checkbox-group li {
    display: block
}

.checkbox-group li + li {
    margin-top: 10px
}

.checkbox input {
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0
}

.checkbox input:checked + label::after {
    transform: scale(1);
    -webkit-transform: scale(1)
}

.checkbox label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.checkbox label::after, .checkbox label::before {
    content: '';
    position: absolute;
    border-radius: 3px
}

.checkbox label::before {
    width: 18px;
    height: 18px;
    top: 1px;
    left: 0;
    border: 1px solid #00b0f0
}

.checkbox label::after {
    left: 4px;
    top: 5px;
    width: 10px;
    height: 10px;
    background-color: #00b0f0;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: transform .2s ease;
    -webkit-transition: transform .2s ease
}

.testimonial__image {
    margin-bottom: 22px
}

.testimonial blockquote {
    margin: 0 0 38px
}

.testimonial__author-image {
    border: 5px solid #fff;
    border-radius: 100%;
    width: 86px;
    height: 86px;
    margin-bottom: 10px
}

.testimonial__author-text {
    font-size: 14px
}

.testimonial__author-text strong {
    font-weight: 900
}
.col-lg-12.terms p {
    font-size: 13px;
}
.leftcol-person-text{margin-bottom: 25px;}
.questions-section .left-col .left-col__content{margin: -75px 0 0 0;}
@media (max-width: 768px) {
    .questions-section .left-col .left-col__content{margin: 40px 0 0;}
}