@charset "utf-8";
@font-face {
    font-family: 'Lora';
    font-style: normal;
    font-weight: 400;
    src: url('/fonts/lora-v9-latin-regular.eot');
    src: local('Lora'), local('Lora-Regular'),
         url('/fonts/lora-v9-latin-regular.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lora-v9-latin-regular.woff2') format('woff2'),
         url('/fonts/lora-v9-latin-regular.woff') format('woff'),
         url('/fonts/lora-v9-latin-regular.ttf') format('truetype'),
         url('/fonts/lora-v9-latin-regular.svg#Lora') format('svg');
}
body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
    margin: 0;
    padding: 0;
}
*, *::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body {
    font: 400 18px/1.5 "Lora", serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-feature-settings: "kern" 1;
    -moz-font-feature-settings: "kern" 1;
    -o-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
}
header {
    font-size: 26px;
    font-weight: 500;
    line-height: 56px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    min-height: 58px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
header a {
    text-decoration: none;
}
.logo {
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Lora", serif;
    font-size: 36px;
}
.download {
    font-family: "Lora", serif;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    border-color: #033C42;
    border-width: 2px;
    border-style: solid;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 9px;
    margin: 3px;
    text-decoration: none;
    justify-content: space-between;
}
.pitch {
    font-family: "Lora", serif;
    font-size: 20px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 853px) {
    .pitch {
        width: 853px;
    }
}
.launch-video {
    padding: 20px;
}
.preserve-aspect-ratio {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (min-width: 853px) {
    .preserve-aspect-ratio {
        width: 853px;
        height: 480px;
        padding-bottom: 0;
    }
}
.preserve-aspect-ratio iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
}
.card {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-left: 5px;
    margin-right: 5px;
    font-family: "Lora", serif;
    font-size: 20px;
}
@media screen and (min-width: 610px) {
    .card {
        width: 600px;
        padding: 10px;
    }
}
a {
    color: #000;
}
ul {
    list-style-type: none;
}
p {
    margin-bottom: 16px;
}
footer {
    padding-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}
.footer-links {
    display: flex;
}

.footer-links a {
    display: block;
    margin-right: 15px;
}


.features {
	padding-bottom: 20px;
}

.features h1 {
	text-align: center;
	font-family: "Lora", serif;
	font-weight: 500;
	font-size: 36px;
}

.features div {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
}

.features div .card {
    color: #000000;
	background-color: #ffffff;
	width: 100%;
	margin-top: 40px;
	margin-left: 5px;
	margin-right: 5px;
	border-radius: 9px;
	padding: 4px;
	font-size: 20px;
}
@media screen and (min-width: 610px) {
	.features div .card {
		width: 600px;
		padding: 10px;
	}
}

.features div .card {
	display: flex;
	align-items: center;
}

.left-img img {
	margin-right: 10px;
}

.right-img img {
	order: 2;
	margin-left: 10px;
}

.top-img {
	flex-direction: column;
	justify-content: space-around;
}

.top-img img {
	width: 100%;
}

.top-img img {
	margin-bottom: 10px;
}

.bottom-img {
	flex-direction: column;
}

.bottom-img img {
	margin-top: 10px;
	order: 2;
}

.end-pitch {
	padding-top: 40px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.end-text h1 {
	font-family: "Lora", serif;
	font-size: 28px;
	font-weight: 400;
}
@media screen and (min-width: 600px) {
	.end-text h1 {
		font-size: 36px;
	}
}

.end-text h2 {
	font-family: "Lora", serif;
	font-size: 18px;
	font-weight: 400;
}
@media screen and (min-width: 600px) {
	.end-text h2 {
		font-size: 24px;
	}
}

.end-button {
	margin-top: 30px;
	display: block;
}

.ribbon {
    width: 100%;
}
}
