html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Lato', 'Arial', sans-serif;
    font-variant-numeric: lining-nums
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p::-moz-selection,
span::-moz-selection,
strong::-moz-selection,
b::-moz-selection,
br::-moz-selection,
i::-moz-selection,
u::-moz-selection,
a::-moz-selection,
h1::-moz-selection,
h2::-moz-selection,
h3::-moz-selection,
h4::-moz-selection,
img::-moz-selection,
small::-moz-selection,
ul::-moz-selection,
li::-moz-selection,
s::-moz-selection,
div::-moz-selection {
    background-color: #808080;
    color: white;
    font-variant-numeric: lining-nums
}

p::selection,
span::selection,
strong::selection,
b::selection,
br::selection,
i::selection,
u::selection,
a::selection,
h1::selection,
h2::selection,
h3::selection,
h4::selection,
img::selection,
small::selection,
ul::selection,
li::selection,
s::selection,
div::selection {
    background-color: #808080;
    color: white;
    font-variant-numeric: lining-nums
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333333;
    background-color: #ffffff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.row-no-gutters {
    margin-right: 0;
    margin-left: 0
}

.row-no-gutters [class*="col-"] {
    padding-right: 0;
    padding-left: 0
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0%
}

@media (min-width: 768px) {

    .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 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 992px) {

    .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 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0%
    }
}

@media (min-width: 1200px) {

    .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 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0%
    }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " "
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
    clear: both
}

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

.nav-main {
    display: block;
    position: fixed;
    width: 100%;
    top: -50px;
    z-index: 9999;
    background-color: #0a0c13;
    border-bottom: 1px solid #23242c;
    margin-bottom: 10px;
    height: 34px;
    padding: 0px 0px;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    -moz-transition: all .4s ease-out;
    -o-transition: all .4s ease-out
}

.fixed-nav-main {
    top: 0px
}

.clearfix::before,
.clearfix::after {
    content: '';
    display: table
}

.clearfix::after {
    clear: both
}

.logo {
    display: block;
    margin: 0 auto !important;
    overflow: hidden;
    height: auto;
    width: 90px;
    padding-top: 2px
}

.logo img {
    width: 100%;
    height: auto
}

.disclaimer {
    display: block;
    background-color: #ee243b;
    margin-top: 0px;
    width: 100%;
    padding: 10px 0px;
    height: 100%;
    overflow: hidden;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    text-align: center
}

.disclaimer span {
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    font-size: 14px !important;
    line-height: 21px !important;
    font-family: "Roboto Condensed", "Arial", sans-serif
}

.disclaimer p {
    color: #ffffff;
    font-size: 14px !important;
    line-height: 21px !important;
    font-family: "Roboto Condensed", "Arial", sans-serif
}

.headline {
    position: relative;
    hyphens: none;
    overflow: hidden;
    padding: 35px 0px 95px 0px;
    font-family: "Roboto Condensed", "Arial", sans-serif
}

@media only screen and (max-width: 768px) {
    .headline {
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center center;
        background-color: #000;
        background-image: url("../images/2nQ0gsuXW46BXnAmXk26Ciga77zyPdYRAvsvA4Li.jpg");
        background-repeat: no-repeat;
        width: 100%
    }
}

.headline-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 0px 0px 50px 0px !important
}

.headline-img-desk img {
    display: block;
    max-width: 720px
}

@media only screen and (max-width: 768px) {
    .headline-img-desk img {
        display: none
    }
}

.headline-img-mob img {
    display: none
}

@media only screen and (max-width: 768px) {
    .headline-img-mob img {
        display: block;
        max-width: 450px
    }
}

#scroll-down {
    position: relative;
    display: block;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    transition: opacity .3s;
    margin: 40px auto 0 auto
}

#scroll-down span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 46px;
    height: 46px;
    margin-left: -23px;
    border: 3px solid #f55d1a;
    border-radius: 100%;
    box-sizing: border-box
}

.scroll-down div {
    display: block;
    width: 70px;
    height: 0px;
    margin: 0 auto;
    background: #fff
}

.scroll-down div span {
    display: block;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    border-left: 4px solid #ee243c;
    border-bottom: 4px solid #ee243c;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 2.0s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(30px, -30px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(0px, 0px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(30px, -30px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(0px, 0px);
        opacity: 0
    }
}

.call_to_action_red {
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 20px 10px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background: linear-gradient(268deg, #5a0000, #bf0000, #5a0000, #bf0000);
    background-size: 800% 800%;
    -webkit-animation: cta 6s ease infinite;
    -moz-animation: cta 6s ease infinite;
    -o-animation: cta 6s ease infinite;
    animation: cta 6s ease infinite;
    text-decoration: underline;
    box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75)
}

.call_to_action_red:hover {
    background-color: #bf0000 !important;
    background-image: none !important;
    color: #fff !important
}

.call_to_action_red:focus {
    background-color: #bf0000 !important;
    color: #fff !important;
    background-image: none !important
}

.call_to_action_red:active {
    background-color: #bf0000 !important;
    color: #fff !important;
    background-image: none !important
}

.call_to_action_gray {
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 20px 10px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-size: 800% 800%;
    text-decoration: underline;
    background-color: #7c7c7c
}

.call_to_action_gray:hover {
    background-color: #494949 !important;
    color: #ffffff
}

.call_to_action_gray:focus {
    background-color: #494949 !important;
    color: #ffffff
}

@-webkit-keyframes cta {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes cta {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes cta {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes cta {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

.call_to_action_green {
    background: linear-gradient(315deg, #08775a, #1bcb9b, #08775a, #1bcb9b);
    background-size: 500% 500%;
    -webkit-animation: cta2 6s ease infinite;
    -moz-animation: cta2 6s ease infinite;
    -o-animation: cta2 6s ease infinite;
    animation: cta2 6s ease infinite;
    margin: 27px 0 0 auto;
    padding: 12px 20px;
    display: table;
    text-transform: uppercase;
    width: initial;
    text-decoration: none;
    font-size: 18px;
    padding: 10px 10px;
    border-radius: 2px;
    border-bottom: inset 1.5px rgba(0, 0, 0, 0.3);
    font-weight: bold;
    text-transform: none;
    color: #fff
}

.call_to_action_green:hover,
.call_to_action_green:focus {
    color: #fff !important;
    background: #1bcb9b !important;
    text-decoration: underline
}

@-webkit-keyframes cta2 {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-moz-keyframes cta2 {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@-o-keyframes cta2 {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

@keyframes cta2 {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 51%
    }

    100% {
        background-position: 0% 50%
    }
}

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

#cards {
    display: block
}

.card1 {
    padding: 20px;
    border-radius: 5px;
    display: block;
    background-color: #ffffff;
    border: 4px solid goldenrod
}

.card2 {
    padding: 20px;
    border-radius: 5px;
    background-color: #dddddd;
    display: block
}

.title-card1 {
    padding: 10px;
    background-color: #bf0000;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px !important
}

.title-card2 {
    padding: 10px;
    background-color: #7c7c7c;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    margin-bottom: 15px !important
}

#cards ul {
    list-style-position: inside;
    width: 90%;
    display: block;
    margin: 0 auto
}

#cards ul li {
    list-style: none;
    margin-bottom: 20px;
    font-variant-numeric: lining-nums
}

#cards ul li span {
    width: 24px;
    height: 22px;
    float: left;
    display: block;
    margin-top: 5px;
    margin-right: 10px;
    padding-top: 10px
}

#cards ul li span.sim {
    background-position: center center;
    background-image: url("../images/bg-yes.png");
    background-repeat: no-repeat
}

#cards ul li span.nao {
    background-position: center center;
    background-image: url("../images/bg-no.png");
    background-repeat: no-repeat
}

.accordion {
    width: 100%;
    margin: 0 auto
}

.accordion-item {
    margin-top: 35px;
    position: relative;
    border-radius: 5px;
    background-color: #283241
}

.accordion-item.active .heading {
    color: #fff
}

.accordion-item.active .icon {
    background: #fff
}

.accordion-item.active .icon:before {
    background: #283241
}

.accordion-item.active .icon:after {
    width: 0
}

.accordion-item .heading {
    display: block;
    cursor: pointer;
    text-transform: uppercase;
    text-decoration: none;
    position: relative;
    padding: 20px;
    width: 280px;
    text-align: center;
    margin: 0 auto;
    color: white;
    transition: 0.3s ease-in-out
}

.accordion-item .heading:hover {
    text-decoration: underline
}

.accordion-item .heading .title {
    color: white;
    font-weight: 700;
    font-size: 14px
}

.accordion-item .icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 3rem;
    height: 3rem;
    border: 2px solid #fff;
    border-radius: 3px;
    transform: translateY(-50%)
}

.accordion-item .icon:before,
.accordion-item .icon:after {
    content: '';
    width: 1.25rem;
    height: 0.25rem;
    background: white;
    position: absolute;
    border-radius: 3px;
    left: 50%;
    top: 50%;
    transition: 0.3s ease-in-out;
    transform: translate(-50%, -50%)
}

.accordion-item .icon:after {
    transform: translate(-50%, -50%) rotate(90deg);
    z-index: -1
}

.accordion-item .content {
    display: none;
    padding: 20px;
    background-color: #324157
}

.accordion-item .content p {
    color: #ffffff;
    font-size: 15px
}

body {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-color: #000;
    background-image: url("../images/bg-desk.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed
}

@media only screen and (max-width: 768px) {
    body {
        background: none;
        background-color: #000;
        padding: 0px;
        background-position: left center
    }
}

.wrapper {
    width: 60%;
    max-width: 840px;
    margin: 0 auto;
    position: relative
}

@media only screen and (max-width: 1199px) {
    .wrapper {
        width: 75%
    }
}

@media only screen and (max-width: 991px) {
    .wrapper {
        width: 80%
    }
}

@media only screen and (max-width: 768px) {
    .wrapper {
        width: 90%
    }
}

.wrapper2 {
    width: 100%;
    max-width: 930px;
    padding: 50px 100px 15px 100px;
    margin: 0 auto;
    background-color: #ffffff
}

@media only screen and (max-width: 1199px) {
    .wrapper2 {
        width: 75%;
        padding: 60px 60px 25px 60px
    }
}

@media only screen and (max-width: 991px) {
    .wrapper2 {
        width: 80%;
        padding: 40px 40px 5px 40px
    }
}

@media only screen and (max-width: 768px) {
    .wrapper2 {
        background-color: #ffffff;
        width: 100%;
        padding: 35px 8% 5px 8%
    }
}

.wrapper-break {
    width: 100%;
    background-color: #ee243b;
    max-width: 930px;
    padding: 35px;
    margin: 0 auto
}

@media only screen and (max-width: 1199px) {
    .wrapper-break {
        width: 75%
    }
}

@media only screen and (max-width: 991px) {
    .wrapper-break {
        width: 80%
    }
}

@media only screen and (max-width: 768px) {
    .wrapper-break {
        width: 100%;
        background-color: #ee243b
    }
}

.main-h2 {
    color: #fff;
    font-family: "Roboto Condensed", "Arial", sans-serif;
    margin-bottom: 0px !important;
    text-align: center;
    font-size: 36px;
    line-height: 54px;
    font-weight: bold;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    -webkit-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    -moz-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    -o-text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7)
}

.main-h2 span {
    font-family: "Roboto Condensed", "Arial", sans-serif
}

.main-h2 b {
    font-family: "Roboto Condensed", "Arial", sans-serif
}

.main-h2 u {
    font-family: "Roboto Condensed", "Arial", sans-serif
}

.main-h2 i {
    font-family: "Roboto Condensed", "Arial", sans-serif
}

.no-border img {
    margin-bottom: 0px !important
}

.no-border p {
    color: #fff !important
}

main {
    padding: 0px 0px 70px 0px
}

main p {
    font-size: 22px;
    line-height: 150%;
    margin-bottom: 40px
}

main p b {
    line-height: 150%
}

main p a {
    color: #bf0000;
    text-decoration: underline;
    font-weight: bold
}

main p a:hover {
    color: #fff;
    background-color: #bf0000
}

b {
    font-weight: bold
}

i {
    font-style: italic
}

u {
    text-decoration: underline
}

main img {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    -webkit-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    mix-blend-mode: multiply
}

.no-margin img {
    margin-bottom: 0px !important
}

img.multiply {
    -webkit-mix-blend-mode: multiply;
    -ms-mix-blend-mode: multiply;
    mix-blend-mode: multiply
}

main ul li,
main ol li {
    font-size: 22px !important;
    line-height: 33px !important;
    list-style: initial;
    list-style-position: inside
}

main ul li:last-child,
main ol li:last-child {
    margin-bottom: 40px
}

.contato {
    background-color: #fff
}

.contato .box-contato {
    display: block;
    padding: 70px 0px;
    width: 630px;
    margin: 0 auto
}

@media only screen and (max-width: 991px) {
    .contato .box-contato {
        width: 600px
    }
}

@media only screen and (max-width: 768px) {
    .contato .box-contato {
        width: 100%
    }
}

@media only screen and (max-width: 768px) {
    .contato .wrapper {
        width: 100%
    }
}

.contato .left {
    display: block;
    width: 150px;
    float: left;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .contato .left {
        width: 100%;
        float: none
    }
}

.contato .right {
    float: right;
    display: block;
    width: calc(100% - 150px);
    padding: 0px 0px 0px 35px;
    box-sizing: border-box
}

@media only screen and (max-width: 768px) {
    .contato .right {
        width: 100%;
        float: none;
        padding: 0px
    }
}

.contato .icone-contato {
    display: block;
    width: 150px;
    height: 150px;
    background-color: #e83d4e;
    border-radius: 50%;
    background-image: url("../images/sprite.png");
    background-position: 10px -62px
}

@media only screen and (max-width: 768px) {
    .contato .icone-contato {
        margin: 0 auto
    }
}

.contato h4 {
    font-size: 28px;
    font-weight: bold
}

@media only screen and (max-width: 991px) {
    .contato h4 {
        font-size: 24px
    }
}

@media only screen and (max-width: 768px) {
    .contato h4 {
        font-size: 22px;
        text-align: center
    }
}

.contato p {
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 17px
}

@media only screen and (max-width: 991px) {
    .contato p {
        font-size: 22px
    }
}

@media only screen and (max-width: 768px) {
    .contato p {
        font-size: 18px;
        text-align: center
    }
}

@media only screen and (max-width: 768px) {
    .contato ul {
        width: 100%;
        max-width: 250px;
        margin: 0 auto
    }
}

.contato ul li {
    list-style: none
}

.contato ul li:nth-of-type(2) {
    margin: 20px 0px
}

.contato a {
    font-size: 24px;
    line-height: 24px;
    display: inline-block;
    height: 24px;
    padding-left: 40px;
    font-weight: normal;
    color: #3b3b3b;
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: top left
}

@media only screen and (max-width: 991px) {
    .contato a {
        font-size: 20px
    }
}

@media only screen and (max-width: 768px) {
    .contato a {
        font-size: 16px;
        text-align: left;
        margin: 0 auto;
        width: 100%;
        max-width: 240px;
        hyphens: auto;
        padding-left: 35px;
        float: none
    }
}

.contato a:hover {
    cursor: pointer;
    color: #e83d4e
}

.contato a.whatsapp {
    background-position: 0px -48px
}

.contato a.telefone {
    background-position: 0px -24px
}

.a-empiricus {
    background-color: #e5e5e5;
    display: block;
    text-align: left;
    padding: 70px 0px 70px 0px
}

.a-empiricus p {
    font-size: 18px;
    line-height: 27px
}

@media only screen and (max-width: 768px) {
    .a-empiricus p {
        font-size: 14px;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto
    }
}

.a-empiricus p a {
    color: #333333;
    font-weight: bold;
    text-decoration: underline
}

.a-empiricus p a:hover {
    color: #e83d4e
}

.a-empiricus img {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 200px !important;
    margin-bottom: 14px;
    cursor: pointer
}

.warning-footer {
    background-color: #394657;
    color: #fff;
    padding: 70px 0px
}

.warning-footer h3 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 0px 0px 18px 0px !important;
    text-decoration: underline
}

.warning-footer p {
    font-size: 16px;
    margin: 0px
}

@media only screen and (max-width: 768px) {
    .warning-footer p {
        font-size: 14px
    }
}

.dados-footer {
    background-color: #06070b;
    padding: 35px 0px;
    font-size: 11px;
    line-height: 20px
}

.dados-footer .logotipo-footer {
    background-image: url("../images/empiricus-logotipo-footer.png");
    background-position: left center;
    background-repeat: no-repeat;
    display: block;
    height: 60px
}

@media only screen and (max-width: 768px) {
    .dados-footer .logotipo-footer {
        background-position: center top;
        height: 52px;
        margin: 0 auto
    }
}

.dados-footer p {
    color: #eeeeee;
    text-align: center
}

@media only screen and (max-width: 768px) {
    .dados-footer p {
        padding-top: 8px
    }
}

.seta {
    margin: 0 auto;
    margin-top: 30px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #bf0000
}

.box {
    padding: 35px 20px 0px 20px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    margin-bottom: 50px;
    border-top-left-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -ms-border-top-left-radius: 5px;
    -o-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -ms-border-top-right-radius: 5px;
    -o-border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -ms-border-bottom-right-radius: 5px;
    -o-border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomleft: 5px;
    -ms-border-bottom-left-radius: 5px;
    -o-border-bottom-left-radius: 5px;
    border: solid #052642 2px
}

@-webkit-keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(30px, -30px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(0px, 0px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(30px, -30px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: rotate(-45deg) translate(0px, 0px);
        opacity: 0
    }
}


.modalForm {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10000000;
    display: none;
    font-family: 'Roboto Condensed', 'Arial', sans-serif
}

.modalForm input {
    font-family: 'Roboto Condensed', 'Arial', sans-serif
}

.modalFormOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8)
}

.modalFormContent {
    width: calc(100% - (1rem * 2));
    max-width: 460px;
    height: auto;
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    border-radius: 4px;
    background: #fff;
    color: #2c2c2c;
    text-align: center
}

.buttonCloseModal {
    width: 16px;
    height: 16px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: table
}

.buttonCloseModal::before,
.buttonCloseModal::after {
    content: "";
    width: 3px;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 100px;
    background: #8492a8;
    display: table
}

.buttonCloseModal::before {
    transform: translate(-50%, -50%) rotate(-45deg)
}

.buttonCloseModal::after {
    transform: translate(-50%, -50%) rotate(45deg)
}

.titleForm {
    font-size: 22px;
    line-height: 150%;
    margin: 0px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #bf0000;
    font-weight: bold;
    text-align: center
}

.textForm {
    font-size: 18px;
    line-height: 150%;
    margin: 0px;
    margin-bottom: 20px;
    display: table;
    color: #000000;
    font-weight: normal
}

.boxInput {
    width: 100%;
    position: relative;
    display: table;
    margin: 0 auto 1rem
}

.boxInput label {
    margin-bottom: calc(1rem / 3);
    font-size: 18px;
    display: table
}

.boxInput input {
    width: 100%;
    min-height: 45px;
    display: table;
    font-size: inherit;
    font-weight: normal;
    box-sizing: border-box;
    outline: 0;
    border: solid 1.5px #c4cedd;
    border-radius: calc(1rem / 3.4);
    padding: calc(1rem / 2) 0 calc(1rem / 2) calc(1rem / 2);
    color: #6f7988;
    background: rgba(0, 0, 0, 0);
    overflow: visible
}

.boxInput.flex {
    display: flex
}

.boxInput.flex div {
    width: 49%
}

.cellphone {
    margin-left: 2%
}

.boxInput input:focus {
    border: solid 1.5px #0088cc;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15)
}

.boxInput input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset;
    background-image: url(../fonts/email-black.svg)
}

.checkAs {
    position: absolute;
    opacity: 0
}

.iCheckbox {
    display: none
}

.btn {
    display: block;
    box-sizing: border-box;
    text-transform: uppercase;
    padding: 20px 10px;
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    background-color: #810404;
    background-size: 800% 800%
}

.btn:hover {
    color: #fff !important
}

.btn:hover {
    text-decoration: underline;
    background-color: #a50101
}

.infoSubmit {
    font-size: 14px;
    line-height: 21px;
    color: #8a98ad;
    text-align: center
}

.infoSubmit a {
    color: #333
}

@media only screen and (min-width: 1000px) {
    .modalFormContent {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}