@import url(//fonts.googleapis.com/css?family=Open+Sans:300,400,600&subset=latin,latin-ext,cyrillic,cyrillic-ext,greek,greek-ext,vietnamese);
html {
    font: normal 13px/1.4 "Lato", "Helvetica Neue", Helvetica, sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    overflow-y: scroll;
    color: #000;
}
html,
body {
    height: 100%;
    min-height: 100%;
}
body { margin: 0; }
a { background-color: transparent; }
a:active,
a:hover { outline: 0; }
a {
    color: #2498e3;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #188dd9;
    text-decoration: underline;
}
img {
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
.page-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
    table-layout: fixed;
}
.header-wrapper,
.content-wrapper,
.footer-wrapper {
    box-sizing: border-box;
    display: table-row;
}
.content-wrapper { height: 100%; }
.header {
    padding: 0 10px;
    min-height: 50px;
    background: #ffffff;
}
.header:before,
.header:after {
    display: table;
    content: "";
}
.header:after { clear: both; }
.content {
    margin: auto;
    padding: 20px 10px;
    max-width: 960px;
}
.footer {
    padding: 5px 10px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    border-top: 1px solid #efefef;
    background: #21d6bf;
    background-image: linear-gradient(100deg,#10c3cb,#45faa5);
    font-size: 12px;
    line-height: 24px;
}

.product-logo { float: left; }
.product-logo img { height: 50px; }

.info-wrapper { margin-bottom: 15px; padding-top: 60px;}

@media (max-width: 767px) {
    .header-wrapper { height: auto !important; }
}

@media (min-width: 768px) {
    .header-wrapper { height: 51px; }
    .header {
        box-sizing: border-box;
        position: fixed;
        z-index: 300;
        top: 0;
        right: 0;
        left: 0;
        width: 100%;
        min-height: 51px;
    }
    .header,
    .content,
    .footer {
        padding-right: 20px;
        padding-left: 20px;
    }
}

h1 {
    margin: 0 0 20px 0;
    font-family: Lato;
    font-weight: 300;
    color: #111;
    text-transform: uppercase;
    text-align: center;
}

.text-background {
    background-color: #21d6bf;
    background-image: linear-gradient(100deg,#10c3cb,#30e6b3);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
    color: #21d6bf!important;
}

@media (min-width: 960px) {
.container, .container {
    padding-left: 40px;
    padding-right: 40px;
}}
@media (min-width: 640px) {
.container, .container {
    padding-left: 30px;
    padding-right: 30px;
}}
.container, .container {
    box-sizing: content-box;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 60px;
}

@media (min-width: 960px) {
.heading-hero {
    font-size: 100px;
    line-height: 1;
}}
@media (min-width: 660px) {
.heading-hero {
    font-size: 100px;
    line-height: 1;
}}
@media (max-width: 639px) {
.heading-hero {
    font-size: 50px;
    line-height: 1;
}}
.heading-hero {
    color: #111;
    font-family: Lato;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 20px 0;
}