html,
body,
div,
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;
    vertical-align: baseline;
}

strong,
b,
h5 {
    font-weight: bold;
}

.disclaimer p,
.disclaimer h5 {
    max-width: 800px;
    margin: 10px auto 30px auto;
}

.disclaimer h5 {
    margin-top: 20px;
    margin-bottom: 10px
}

a {
    color: #202125;
}


 body .footer .copy, body .footer a {
     color: #fff !important;
 }

body .footer a {
    text-decoration: none !important;
}

.footer a {
    color: #fff !important;
    text-decoration: none !important;
}

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    background-color: #eff5f4;
    background-image: url("https://upload.pdfmanualsearch.com/content/20429");
    background-size: cover;
    background-repeat: no-repeat;

}

#storeInfo {
    font-size: 20px;
    line-height: 20px;
    padding-top: 20px;
    color: #727171;
}


.contentMain {
    background-color: #fff;
    border-radius: 24px;
    -webkit-box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.96);
    box-shadow: 0px 0px 14px -6px rgba(0,0,0,0.96);
}
.contentTitle {
    color: #202125;
    font-size: 44px;
    font-weight: 700 !important;
    line-height: 50px;
}
.contentText{
    color: #727171;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px
}
.textSteps {
    color: #727171;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    font-weight: bold;
}
.appBtn {
    display: inline-block;
    background-color: #1b68d2;
    width: 300px;
    line-height: 65px;
    text-decoration: none;
    height: 65px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    transition: all 0.25s ease;
    cursor: pointer;
    border-radius: 30px;
    border: none;
}
.appBtn:hover {
    transform: scale(0.95);
}
.copy {
    text-align: center;
    color: #202125;
    padding: 15px 0 5px 0;
}

.footer a {
    color: #202125 !important;
    text-decoration: underline !important;
}

.storeIcon {
    width: 200px;
    height: auto;
}


@media only screen and (max-width: 1270px) {
    #note {
        position: absolute;
        top: 110px;
        left: 635px;
        z-index: 1;
    }
}

.counter {
    width: 40px;
    height: 40px;
    border: solid 3px #5489f7;
    border-radius: 50%;
    position: relative;
    color: #5489f7;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.counter:before {
    content: "";
    width: 130%;
    height: 130%;
    border-radius: 50%;
    border: solid 2px rgba(84, 137, 247, 0.76);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.disclaimer {
    color: white;
    list-style: disc;
    font-size: 0.9em;
    margin: 30px 0;
}

.disclaimer a {
    color: white;
}

.wrapper {
    padding: 48px;
}

.logo {
    margin: 0 auto;
    display: block;
    margin-bottom: 40px;
    max-width: 140px;
}

@media screen and (min-width: 1300px){
    .wrapper {
        padding: 60px 40px 0;
        margin: 0 auto;
        max-width: 1600px;
    }
    .logo {
        position: absolute;
        left: 40px;
        top: 60px;
    }
}
