
h1, h2, h3, h4, h5, h6, p, ul {
    margin: 0px;
    padding: 0;
}

* {
    outline: 0;
}

html, body {
    overflow-x: hidden;
}

ul, ol {
    list-style: none;
}

img {
    image-rendering: optimizeQuality;
    image-rendering: -webkit-optimize-contrast;
}

/*Common styles and helpers $helper*/

.link-hover {
    display: inline-block;
    text-decoration: none;
}

.link-hover:hover {
    text-decoration: none;
}

.link-hover::after {
    content: '';
    display: block;
    width: 0;
    height: 1px;
    transition: all 0.3s ease;
    margin-top: -2px;
    background-color: #87959c;
    opacity: 0;
}

.link-hover:hover::after {
    width: 100%;
    opacity: 1;
    transition: all 0.3s ease;
}


.container {
    text-align: center;
    margin-left: 50px;
    margin-right: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.container p{
    margin-left: 100px;
    margin-right: 100px;
}
.logo{
    text-align: left;
}
.cta-buttons {
    text-align: center;
}
.primary-cta,
.secondary-cta {
    display: inline-block;
    line-height: 65px;
    border-radius: 14px;
    padding: 0px 40px;
    border: 2px solid;
    margin-top: 50px;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
}

.primary-cta:hover,
.secondary-cta:hover {
    text-decoration: none;
}

.primary-cta {
    color: #fff !important;
    background-color: #3a36db;
    border-color: #3a36db;
    margin-right: 12px;
    transition: .3s all;
}

.primary-cta.download-cta {
    margin-right: 0;
}

.primary-cta:hover {
    color: #fff;
    background-color: #00008B;
    border-color: #00008B;
    transition: .3s all;
}

.secondary-cta {
    color: #06152b;
    background-color: transparent;
    border-color: #afc3d4;
    transition: .3s all;
}

.secondary-cta:hover {
    color: #f2f4f7;
    background-color: #00008b;
    border-color: #afc3d4;
    transition: .3s all;
}

.clearfix {
        /*position: absolute;
        right: 54px;
        top: 60px;
        display: inline-block;*/
}

/*Typography $typography*/

body {
    font-family: "proxima-nova", sans-serif;
    background: rgb(245, 248, 254);
    background: linear-gradient(180deg, rgba(245, 248, 254, 1) 0%, rgba(245, 248, 254, 1) 12%, rgba(255, 255, 255, 1) 100%);
}

body.no-bg {
    background: none;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "proxima-nova", sans-serif;
}

/*Header $header*/

header {
    line-height: 50px;
}

header nav ul li {
    float: left;
    line-height: 1px;
}

header nav ul li a {
    color: #06152b;
    font-size: 16px;
    font-weight: 600;
    transition: color .3s;
    line-height: 1px;
}

header nav ul li a:hover {
    color: #3a36db;
    text-decoration: none;
    transition: color .3s;
}

header nav ul li:not(:first-child) {
    margin-left: 10px;
}

header nav {
    float: right;
}

h2 {
    color: #06152b;
    font-weight: 700;
    font-size: 52px;
    margin-top: 10px;
}

h3 {
    font-size: 36px;
    font-weight: 700;
    color: #06152b;
}

.hero p {
    font-size: 22px;
    color: #809fb8;
    line-height: 36px;
    margin-top: 20px;
}

.hero {
    margin-top: 30px;
    line-height: normal;
}

.hero-container {
    position: relative;
}

    .clearfix::after {
        display: block;
        clear: both;
        content: "";
    }



.wrap h1{
    display: none;	
}
