﻿@charset "UTF-8";

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-family: 'Zona Pro' !important;
    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: 'Zona Pro' !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding-top: 0px;
}

[tabindex="-1"]:focus {
    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: .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: none;
        text-decoration: none;
    }

    a:not([href]):not([tabindex]) {
        color: inherit;
        text-decoration: none;
    }

        a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
            color: inherit;
            text-decoration: none;
        }

        a:not([href]):not([tabindex]):focus {
            outline: 0;
        }

pre,
code,
kbd,
samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    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: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

button {
    border-radius: 0;
}

    button:focus {
        outline: 1px dotted;
        outline: 5px auto -webkit-focus-ring-color;
    }

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;
}

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;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
    -webkit-appearance: listbox;
}

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: .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: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 767.98px) {
    .container {
        width: 85%;
    }
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.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-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .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-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .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-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .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-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}

.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%;
    }

    .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%;
    }

    .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%;
    }

    .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%;
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

.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 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;
    }
}

.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

    .embed-responsive::before {
        display: block;
        content: "";
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive iframe,
    .embed-responsive embed,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
    }

.embed-responsive-21by9::before {
    padding-top: 42.85714%;
}

.embed-responsive-16by9::before {
    padding-top: 56.25%;
}

.embed-responsive-4by3::before {
    padding-top: 75%;
}

.embed-responsive-1by1::before {
    padding-top: 100%;
}

[class^="icon-"]:before,
[class*=" icon-"]:before, .form-select:before, .form-option input[type='checkbox'] + span:after {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.heading {
    margin: 10px 0 20px;
}

@media (max-width: 767.98px) {
    .heading {
        margin: 20px 0 0;
    }
}

.heading h1 {
    font-size: 3.5rem;
    letter-spacing: 0.1rem;
    color: white;
}

@media (max-width: 767.98px) {
    .heading h1 {
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 3rem;
    }
}

.heading p {
    font-size: 1.6rem;
    line-height: 2.4rem;
    margin: 6px 0 0;
    opacity: .8;
    color: white;
}

@font-face {
    font-family: 'Zona Pro ExtraBold';
    font-style: normal;
    font-weight: bolder;
    src: local('Zona Pro ExtraBold'), url('fonts/ZonaPro/ZonaPro-ExtraBold.woff') format('woff');
}

@font-face {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: bold;
    src: local('Zona Pro Bold'), url('fonts/ZonaPro/ZonaPro-Bold.woff') format('woff');
}


@font-face {
    font-family: 'Zona Pro';
    font-style: normal;
    font-weight: normal;
    src: local('Zona Pro Thin'), url('fonts/ZonaPro/ZonaPro-Thin.woff') format('woff');
}


@font-face {
    font-family: 'icomoon';
    src: url("fonts/icomoon.eot?xbcm1u");
    src: url("fonts/icomoon.eot?xbcm1u#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?xbcm1u") format("truetype"), url("fonts/icomoon.woff?xbcm1u") format("woff"), url("fonts/icomoon.svg?xbcm1u#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

.icon-arrow-left:before {
    content: "";
}

.icon-arrow-up:before {
    content: "";
}

.icon-arrow-right:before {
    content: "";
}

.icon-arrow-down:before {
    content: "";
}

.icon-check:before {
    content: "";
}

.icon-check-circled:before {
    content: "";
}

.icon-close:before {
    content: "";
}

.icon-users:before {
    content: "";
}

.icon-warning-circled:before {
    content: "";
}

.icon-home:before {
    content: "";
}

.icon-upload:before {
    content: "";
}

.icon-lock:before {
    content: "";
}

.icon-headset:before {
    content: "";
}

button {
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
}

.button-1, .button-2, .button-3, .button-4 {
    position: relative;
    z-index: 1;
    display: inline-block;
    min-width: 170px;
    height: 52px;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 52px;
    text-align: center;
    transition: color .2s, opacity .2s;
}

    .button-1:before, .button-2:before, .button-3:before, .button-4:before, .button-1:after, .button-2:after, .button-3:after, .button-4:after {
        content: "";
        position: absolute;
        z-index: -2;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: .3s;
    }

    .button-1:after, .button-2:after, .button-3:after, .button-4:after {
        z-index: -1;
        opacity: 0;
    }

    .button-1:not(:disabled):not(.disabled):hover:after, .button-2:not(:disabled):not(.disabled):hover:after, .button-3:not(:disabled):not(.disabled):hover:after, .button-4:not(:disabled):not(.disabled):hover:after {
        opacity: 1;
    }

    .button-1:disabled, .button-2:disabled, .button-3:disabled, .button-4:disabled, .disabled.button-1, .disabled.button-2, .disabled.button-3, .disabled.button-4 {
        opacity: .3;
        cursor: default;
    }

.sm.button-1, .sm.button-2, .sm.button-3, .sm.button-4 {
    height: 42px;
    padding: 0 15px;
    font-size: 1.4rem;
    line-height: 42px;
}

.button-1 {
    color: #fff;
}

    .button-1:before {
        background: linear-gradient(135deg, #136a7f 0%, #136a7f 100%);
        border-radius: 10px;
    }

    .button-1:after {
        background: #136a7f;
        border-radius: 10px;
    }

.button-2 {
    color: #db6d01;
}

    .button-2:before {
        border: 2px solid #db6d01;
        border-radius: 10px;
    }

    .button-2:after {
        border: 2px solid #db6d01;
        border-radius: 10px;
    }

    .button-2:not(:disabled):not(.disabled):hover {
        color: #db6d01;
    }

.button-3 {
    color: #9e0d49;
}

    .button-3:before {
        background: #FFF;
    }

    .button-3:after {
        background: #750a36;
    }

    .button-3:not(:disabled):not(.disabled):hover {
        background-color: #750a36;
        color: #FFF;
    }

.button-4 {
    color: #fff;
}

    .button-4:before {
        border: 2px solid #fff;
    }

    .button-4:after {
        border: 2px solid #fff;
        background-color: #fff;
    }

    .button-4:not(:disabled):not(.disabled):hover {
        color: #9e0d49;
        background-color: #fff;
    }

.link-1 {
    display: inline-block;
    font-size: 1.8rem;
    color: #136a7f;
    transition: .2s;
}

    .link-1:hover {
        color: #136a7f;
    }

input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
}

textarea {
    resize: none;
}

.form-select {
    position: relative;
}

    .form-select:before {
        content: "";
    }

    .form-select:before {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1.2rem;
        color: #111;
        pointer-events: none;
    }

    .form-select select {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        height: 42px;
        font-size: 1.8rem;
        padding: 0 30px 0 15px;
        color: #111;
        background: none;
        border: none;
        border-bottom: 1px solid #b8b8b8;
        border-radius: 0;
    }

.form-control {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #b8b8b8 !important;
    transition: .2s;
    border: none;
}

    .form-control input {
        width: 100%;
        height: 42px;
        min-width: 0;
        font-size: 1.8rem;
        color: #111;
        background: none;
        caret-color: #9e0d49;
        transition: .2s;
    }

        .form-control input:disabled {
            background: none;
        }

    .form-control [class^="icon-"],
    .form-control [class*=" icon-"] {
        font-size: 1.8rem;
        margin: 0 10px;
        color: #707070;
    }

    .form-control.focus {
        border-color: #111;
    }

    .form-control.disabled {
        opacity: .4;
    }

    .form-control.error {
        border-color: #df0b4d;
    }

        .form-control.error input {
            color: #df0b4d;
        }

.form-option {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .form-option span {
        font-size: 1.4rem;
        line-height: 2rem;
        position: relative;
        padding-left: 28px;
        color: #111;
        cursor: pointer;
    }

        .form-option span:before, .form-option span:after {
            content: "";
            position: absolute;
            transition: .2s;
        }

        .form-option span:before {
            width: 16px;
            height: 16px;
            left: 0;
            top: 0;
            border: 1px solid #979797;
        }

        .form-option span:after {
            top: 3px;
            opacity: 0;
            visibility: hidden;
            transform: scale(0);
        }

        .form-option span a {
            color: #9e0d49;
        }

    .form-option input {
        display: none;
    }

        .form-option input:checked + span:after {
            opacity: 1;
            visibility: visible;
            transform: scale(1);
        }

        .form-option input:disabled + span {
            opacity: .4;
            cursor: default;
        }

        .form-option input:not(:disabled) + span:hover:before {
            border-color: #9e0d49;
        }

        .form-option input[type='radio'] + span:before {
            border-radius: 50%;
        }

        .form-option input[type='radio'] + span:after {
            width: 10px;
            height: 10px;
            left: 3px;
            background: #9e0d49;
            border-radius: 50%;
        }

        .form-option input[type='radio']:checked + span:before {
            border-color: #9e0d49;
        }

        .form-option input[type='checkbox'] + span:after {
            content: "";
        }

        .form-option input[type='checkbox'] + span:after {
            width: 14px;
            left: 1px;
            font-size: 1.1rem;
            text-align: center;
            color: #fff;
        }

        .form-option input[type='checkbox']:checked + span:before {
            background: #9e0d49;
            border-color: #9e0d49;
        }

.form-captcha {
    text-align: center;
}

.form-group {
    text-align: left;
}

    .form-group > label {
        margin-bottom: 2px;
        font-size: 1.4rem;
        line-height: 2rem;
        color: #111;
    }

    .form-group .fields {
        display: flex;
        align-items: center;
        margin: 0 -5px;
    }

        .form-group .fields > * {
            flex-basis: 0;
            flex-grow: 1;
            width: 100%;
            margin: 0 5px 5px;
        }

    .form-group .form-error {
        font-size: 1.4rem;
        line-height: 2rem;
        position: relative;
        color: #df0b4d;
    }

    .form-group .form-link {
        margin-top: 12px;
    }

        .form-group .form-link.m-30 {
            margin-top: 30px;
        }

    .form-group .form-hint {
        margin-top: 12px;
        font-size: 1.2rem;
        line-height: 1.8rem;
        color: #999;
    }

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

    .form-row .form-col {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex-grow: 1;
        flex-basis: 0;
        max-width: 100%;
        margin-bottom: 25px;
    }

        .form-row .form-col.form-button {
            margin-top: 5px;
            text-align: center;
        }

            .form-row .form-col.form-button > [class^="button-"] {
                width: 100%;
                margin-bottom: 15px;
            }

                .form-row .form-col.form-button > [class^="button-"]:last-child {
                    margin-bottom: 0;
                }

    .form-row:last-child .form-col {
        margin-bottom: 0;
    }

.ui-keyboard-input {
    box-shadow: none;
}

.ui-keyboard {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    font-size: 1.2rem;
}

.ui-keyboard-preview {
    font-size: 1.2em;
    border: 1px solid #999;
}

.ui-keyboard-button {
    padding: 0 5px;
    line-height: normal;
    background: #dfdfdf;
    border: 1px solid #999;
    transition: .2s;
}

    .ui-keyboard-button:hover {
        background: #999;
    }

    .ui-keyboard-button.ui-keyboard-actionkey:not(.ui-keyboard-space).active {
        color: #fff;
        background: #9e0d49;
    }

* {
    outline: 0 !important;
}

html {
    font-size: 10px;
}

body {
    font-family: 'Zona Pro' !important;
    color: #414141;
}

h1, h2, h3, h4, h5, h6, figure, ul, label {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    color: #111;
}

::-moz-selection {
    color: #fff;
    background: #db6d01;
}

::selection {
    color: #fff;
    background: #db6d01;
}


.container-fluid {
    padding: 0 30px;
}

@media (max-width: 991.98px) {
    .container-fluid {
        padding: 0 15px;
    }
}

header {
    height: 40px;
}

@media (max-width: 767.98px) {
    header {
        height: 50px;
    }
}

header .outer {
    position: fixed;
    z-index: 999;
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
}

    header .outer .inner {
        display: flex;
        align-items: center;
        height: 70px;
    }

@media (max-width: 767.98px) {
    header .outer .inner {
        justify-content: center;
        height: 50px;
    }
}

header .outer .inner .logo {
    width: 150px;
    height: 42px;
    /*background: url('images/logo_login.PNG') 0 0/100% no-repeat;*/
}

@media (max-width: 767.98px) {
    header .outer .inner .logo {
        
    }
}

#main {
    
    padding: 1px 0;
    background: transparent;
}

@media (max-width: 767.98px) {
    #main {
        min-height: 0;
    }
}

footer {
    background: #fff;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
    footer {
       
    }
}

footer .inner {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    height: 79px;
}

@media (max-width: 767.98px) {
    footer .inner {
        height: auto;
    }
}

footer .inner nav {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

@media (max-width: 767.98px) {
    footer .inner nav {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

footer .inner nav ul {
    display: flex;
}

@media (max-width: 767.98px) {
    footer .inner nav ul {
        display: block;
        text-align: center;
    }
}

footer .inner nav ul li {
    margin-right: 24px;
}

@media (max-width: 767.98px) {
    footer .inner nav ul li {
        margin: 0 0 10px 0;
    }
}

footer .inner nav ul li a {
    font-size: 1.3rem;
}

@media (max-width: 767.98px) {
    footer .inner nav ul li a {
        font-size: 1.6rem;
    }
}

footer .inner nav ul li:last-child {
    margin: 0;
}

footer .inner nav .copyright {
    display: block;
    margin-top: 10px;
    font-size: 1.1rem;
    color: #707070;
}

@media (max-width: 767.98px) {
    footer .inner nav .copyright {
        display: none;
    }
}

footer .inner .call-center {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    text-align: center;
}

@media (max-width: 767.98px) {
    footer .inner .call-center {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 10px;
    }
}

footer .inner .call-center a {
    display: inline-block;
    width: 103px;
    height: 40px;
    text-indent: -9999px;
    /*background: url(images/layout/call-center.png) 0 0/100% no-repeat;*/
}

footer .inner .info {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media (max-width: 767.98px) {
    footer .inner .info {
        display: none;
    }
}

footer .inner .info .secure {
    width: 108px;
    height: 41px;
    margin-left: 40px;
    text-indent: -9999px;
    /*background: url('images/layout/global-sign.png') 0 0/100% no-repeat;*/
}

footer .inner .copyright-mobile {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
    margin-top: 22px;
    font-size: 1.1rem;
    text-align: center;
    color: #707070;
}

@media (max-width: 767.98px) {
    footer .inner .copyright-mobile {
        display: block;
    }
}

.main-container {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 20px;
    margin-bottom: 40px;
}

    .main-container .main-content-outer {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }

@media (max-width: 767.98px) {
    .main-container .main-content-outer {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0;
    }
}

.main-container .main-side {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}

@media (max-width: 767.98px) {
    .main-container .main-side {
        display: none;
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 20px;
    }
}

.main-content {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 1px 0;
    border-radius: 10px;
}

    .main-content .form {
        max-width: 420px;
        margin: 40px auto 40px;
        padding: 0 15px;
    }

@media (max-width: 767.98px) {
    .main-content .form {
        max-width: none;
        margin: 20px auto;
    }
}

.main-content .form .note {
    margin: 20px 0 0;
    font-size: 1.2rem;
    line-height: 1.8rem;
    color: #999;
}

.info-box {
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    padding: 30px 20px 45px;
    border-radius: 10px;
}

    .info-box h3 {
        font-size: 2rem;
        line-height: 2.4rem;
        color: #136a7f;
    }

    .info-box p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        margin: 14px 0 0;
        color: #707070;
    }

    .info-box ul.login-info li, .info-box span.conclusion {
        color: #136a7f;
    }


.info-box-links {
    position: relative;
    top: 20px;
    text-align: left;
}

    .info-box-links .mobileapp {
        position: absolute;
        top: -190px;
        right: -110px;
    }


.page-result {
    margin: 30px 0 60px;
    text-align: center;
}

    .page-result [class^="icon-"] {
        font-size: 50px;
        color: #db6d01;
    }

    .page-result h1 {
        font-size: 2.2rem;
        letter-spacing: .02rem;
        line-height: 3rem;
        font-weight: normal;
    }

    .page-result p {
        font-size: 1.6rem;
        line-height: 2.4rem;
        max-width: 600px;
        margin: 8px auto 0;
        color: #414141;
    }

    .page-result .m-30 {
        margin-top: 30px;
    }

    .page-result .actions {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 30px;
    }

@media (max-width: 767.98px) {
    .page-result .actions {
        flex-direction: column-reverse;
    }
}

.page-result .actions > * {
    margin: 0 5px;
}

@media (max-width: 767.98px) {
    .page-result .actions > * {
        margin: 5px 0;
    }
}

.info-row {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 2rem;
    padding-bottom: 5px;
    color: #999;
    border-bottom: 1px solid #dfdfdf;
}

    .info-row.emphasized {
        font-weight: 600;
        color: #707070;
    }

.sms-countdown {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 1.6rem;
    line-height: 2.4rem;
}

    .sms-countdown .remaining {
        font-weight: 600;
        color: #db6d01;
    }

span#message_dialog > span.error-alert > ul.ul-alert-class {
    padding: 5px 0px;
    /*border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;*/
    margin-bottom: 10px !important;
    list-style-type: none;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    font-size: 14px;
}


body.body_background.ata-body-container {
    height: 100%;
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,0.29735644257703087) 0%, rgba(19,106,127,0.31) 80%);
    background-color: #136a7f;
}

    body.body_background.ata-body-container .bgTopDiv, body.body_background.ata-body-container .main-wrapper {
        height: 100%;
        background: url(images/bg-rp.PNG) left top repeat;
    }




#info_popup {
    display:none;

}



select::-ms-expand {
    display: none;
}

.display_none {
    display: none;
}


ul.ul-alert-class.success-alert {
    background-color: #deffde !important;
    border: 1px solid #c8ffc8 !important;
    color: #006a00 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #136a7f;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #136a7f;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #136a7f;
}

@media (max-width: 767.98px) {
    #CaptchaCodeText {
        width: 70%;
    }
}