a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
mark,
menu,
nav,
nav li,
nav ul,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none
}

.txt-rt {
    text-align: right
}

.txt-lt {
    text-align: left
}

.txt-center {
    text-align: center
}

.float-rt {
    float: right
}

.float-lt {
    float: left
}

.clear {
    clear: both
}

.pos-relative {
    position: relative
}

.pos-absolute {
    position: absolute
}

.vertical-base {
    vertical-align: baseline
}

.vertical-top {
    vertical-align: top
}

.underline {
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
    margin: 0 0 20px 0
}

nav.vertical ul li {
    display: block
}

nav.horizontal ul li {
    display: inline-block
}

img {
    max-width: 100%
}

body {
    font-family: "Open Sans", arial, sans-serif;
    font-weight: 300;
    height: 100vh
}

.wrap {
    width: 80%;
    margin: 0 auto
}

.content {
    position: relative
}

.content-grid {
    text-align: center
}

input[type=text] {
    font-family: 'Alegreya Sans', sans-serif;
    border: none;
    -webkit-border-radius: 3px 33px 33px 3px;
    border-radius: 10px 33px 33px 10px;
    color: rgba(85, 85, 85, .85);
    font-size: 1.1em;
    display: inline;
    padding: 19.7px 13px;
    background: #f5f5f5;
    border-top: 2px solid #000;
    outline: 0;
    width: 33%;
    box-shadow: 0 11px 34px #111;
    vertical-align: middle
}

form {
    margin-bottom: 0;
    text-align: center;
    width: 100%
}

.content-grid p img {
    text-align: center;
    z-index: -9999;
    margin-top: -11em
}

.grid {
    text-align: center;
    margin-top: 1em
}

.grid h3 {
    font-family: 'Petit Formal Script', cursive;
    color: #fff;
    display: block;
    padding-bottom: 15px;
    font-size: 1.6em;
    font-weight: 600;
    text-align: center;
    filter: drop-shadow(2px 3px 0 rgba(0, 0, 0, .5))
}

.footer p.a {
    display: block;
    line-height: 1.8em;
    text-align: center;
    margin-top: 4em
}

.footer p {
    font-family: 'Titillium Web', sans-serif;
    color: rgba(14, 151, 243, .63);
    display: block;
    font-size: 1em;
    font-weight: 100;
    line-height: 1.8em;
    text-align: center;
    margin-top: 1em;
    text-shadow: 0 1px 0 rgba(255, 250, 250, .09)
}

.footer p.a a {
    color: #000;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    font-weight: 900
}

.footer p a {
    color: #0e97f3;
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out
}

.footer p a:hover {
    color: #fff
}

.btn {
    background: #0d7ec4;
    background: -moz-linear-gradient(top, #0d7ec4 0, #0a76b9 19%, #035b98 52%, #045a93 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #0d7ec4), color-stop(19%, #0a76b9), color-stop(52%, #035b98), color-stop(100%, #045a93));
    background: -webkit-linear-gradient(top, #0d7ec4 0, #0a76b9 19%, #035b98 52%, #045a93 100%);
    background: -o-linear-gradient(top, #0d7ec4 0, #0a76b9 19%, #035b98 52%, #045a93 100%);
    background: -ms-linear-gradient(top, #0d7ec4 0, #0a76b9 19%, #035b98 52%, #045a93 100%);
    background: linear-gradient(to bottom, #0d7ec4 0, #0a76b9 19%, #035b98 52%, #045a93 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0d7ec4', endColorstr='#045a93', GradientType=0);
    cursor: pointer;
    padding: 29px 29px;
    display: inline-block;
    position: relative;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    vertical-align: middle;
    margin-left: -67px;
    text-indent: -9999px;
    margin-top: 2.8px;
    outline: 0;
    width: 42px;
    height: 14px;
    border: none
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

button span {
    background: url(../images/arrow.png) repeat-x -8px -4px;
    height: 14px;
    width: 21px;
    display: block;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    transition: all .6s;
    top: 23px;
    position: absolute;
    left: 18px;
    outline: 0
}

.btn-4 {
    border-radius: 50px;
    border: 4px solid #0e2955;
    color: #fff;
    overflow: hidden
}

.btn-4:active {
    color: #17954c
}

button span:hover {
    background: url(../images/arrow.png) repeat-x 32px -4px;
    height: 14px;
    width: 21px;
    display: block;
    outline: 0;
    border: none
}

.btn-4:before {
    position: absolute;
    left: 70%;
    display: none;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.btn-4:active:before {
    color: #17954c;
    left: 20%;
    opacity: 0;
    top: 20px
}

@media only screen and (max-width:1366px) and (min-width:1280px) {
    .wrap {
        width: 95%
    }

    .content-grid p img {
        margin-top: -8em
    }
}

@media only screen and (max-width:1280px) and (min-width:1024px) {
    .wrap {
        width: 95%
    }

    input[type=text] {
        width: 37%
    }

    .content-grid p img {
        margin-top: -8em
    }
}

@media only screen and (max-width:1024px) and (min-width:768px) {
    .wrap {
        width: 95%
    }

    .grid p {
        margin-top: 1em
    }

    .footer p.a {
        margin-top: 4em
    }

    input[type=text] {
        width: 45%
    }

    .content-grid p img {
        margin-top: -8em
    }
}

@media only screen and (max-width:768px) and (min-width:480px) {
    .wrap {
        width: 95%
    }

    .content-grid p {
        margin-top: 5.9em
    }

    .grid p {
        margin-top: 0
    }

    .grid p img {
        width: 80%;
        margin-top: 1em
    }

    .grid h3 {
        font-size: 1em
    }

    input[type=text] {
        font-size: .8em;
        padding: 19.7px 13px;
        width: 57%
    }

    .btn {
        padding: 25px 25px;
        margin-left: -61px;
        margin-top: 2.8px
    }

    .footer p.a {
        margin-top: 4em;
        margin-bottom: 0
    }

    .footer p {
        margin-bottom: 1em
    }

    button span {
        top: 18px;
        left: 14px
    }
}

@media only screen and (max-width:480px) and (min-width:320px) {
    .wrap {
        width: 95%
    }

    .content-grid p img {
        margin-top: -2em;
        width: 300px;
        text-align: center
    }

    .content-grid {
        text-align: center;
        margin: 0 auto
    }

    .grid {
        margin-top: 0
    }

    .grid p {
        margin-top: 0
    }

    .grid p img {
        width: 283px;
        margin-top: .3em
    }

    .grid h3 {
        font-size: .9em
    }

    input[type=text] {
        font-size: .9em;
        padding: 10.7px 13px;
        width: 72%
    }

    .btn {
        padding: 18px 18px;
        margin-left: -48px;
        margin-top: 2.8px
    }

    .footer p.a {
        margin-top: 2.7em;
        margin-bottom: 0
    }

    .footer p.a a img {
        margin-bottom: 0;
        width: 100px
    }

    .footer p {
        margin-bottom: 1em;
        margin-top: .8em;
        font-size: .9em
    }

    button span:hover {
        background: url(../images/arrow.png) repeat-x 32px -4px;
        height: 14px;
        width: 21px
    }

    button span {
        background: url(../images/arrow.png) repeat-x -9px -4px;
        height: 14px;
        width: 21px;
        top: 12px;
        left: 8px
    }
}

@media only screen and (max-width:320px) and (min-width:240px) {
    .grid p img {
        width: 100%;
        margin-top: 0
    }

    .content-grid p {
        margin-top: 3em
    }

    .grid p {
        margin-top: 0
    }

    .grid h3 {
        font-size: 1em
    }

    input[type=text] {
        font-size: .9em;
        padding: 10.7px 13px;
        width: 72%
    }

    .btn {
        padding: 18px 18px;
        margin-left: -48px;
        margin-top: 2.8px
    }

    .footer p.a {
        margin-top: 2.5em;
        margin-bottom: 0
    }

    .footer p {
        margin-bottom: 1em
    }

    button span:hover {
        background: url(../images/arrow.png) repeat-x 32px -4px;
        height: 14px;
        width: 21px
    }

    button span {
        background: url(../images/arrow.png) repeat-x -9px -4px;
        height: 14px;
        width: 21px;
        top: 12px;
        left: 8px
    }

    .content-grid p img {
        margin-top: -4.6em
    }

    .wrap {
        width: 95%
    }
}

.trial-btn {
    text-align: center
}

.trial-btn a {
    filter: drop-shadow(1px 2px 0 rgba(0, 0, 0, .5));
    font-size: 18px;
    display: inline-block
}

.animated_tet {
    animation: marquee 7s linear infinite;
    max-width: 450px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-animation: marquee 7s linear infinite;
}

@keyframes marquee {
    from {
        transform: translateX(20vw);
        -webkit-transform: translateX(20vw);
        -moz-transform: translateX(20vw);
        -ms-transform: translateX(20vw);
        -o-transform: translateX(20vw);
    }

    to {
        transform: translateX(-102vw);
        -webkit-transform: translateX(-102vw);
        -moz-transform: translateX(-102vw);
        -ms-transform: translateX(-102vw);
        -o-transform: translateX(-102vw);
    }
}

.animated_tet2 {
    animation: marquee2 7s linear infinite;
    max-width: 450px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-animation: marquee2 7s linear infinite;
}

@keyframes marquee2 {
    from {
        transform: translateX(-20vw);
        -webkit-transform: translateX(-20vw);
        -moz-transform: translateX(-20vw);
        -ms-transform: translateX(-20vw);
        -o-transform: translateX(-20vw);
}

    to {
        transform: translateX(102vw);
        -webkit-transform: translateX(102vw);
        -moz-transform: translateX(102vw);
        -ms-transform: translateX(102vw);
        -o-transform: translateX(102vw);
    }
}