html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
		"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
		sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: rgba(249, 249, 249, 1);
	scroll-behavior: smooth;
}

.googlePlayBadge {
	margin-top: 50px;
	display: block;
	margin: auto;
	width: 202px;
	height: 60px;
}

.hero {
	padding-top: 70px;
	max-width: 900px;
	margin-bottom: 50px;
	margin-left: auto;
	margin-right: auto;
}

h1 {
	font-size: 3vw;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #161e2e;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.hero-largeTitle {
	font-size: 6rem;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #161e2e;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}

.h2-copy {
	font-size: 3.7rem;
	text-align: center;
	color: #2a2a2a;
	margin-top: 4px;
}

.hero-largeTitle-gradient {
	background-image: linear-gradient(135deg, #1FB56D, #069ce3);
	background-size: 100%;
	background-repeat: repeat;
	background-clip: text;
	-webkit-background-clip: text;
	color: transparent;
	box-decoration-break: clone;
}

p.hero-subtitle {
	font-size: 2vw;
	padding: 0;
	margin: 0;
	color: color(srgb 0.472 0.482 0.515);
	text-align: center;
	text-transform: uppercase;
	margin-top: 30px;
}

.content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
}

div.privacy-content {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 80px;
	padding-bottom: 30px;
}

.cardsContainer {
	width: 100%;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-auto-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
	box-sizing: border-box;
	margin-bottom: 20px;
}

div.cardSmall {
	padding: 24px;
	background: white;
	border-radius: 30px;
}

div.cardLarge {
	padding-top: 24px;
	background: white;
	border-radius: 30px;
	margin-bottom: 20px;
}

.cardLargeDescription {
	font-size: 18px;
	line-height: 26px;
	padding: 8px 20px 24px 20px;
	text-align: center;
	color: #666;
	margin: 0;
}

h3 {
	font-size: 30px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #161e2e;
	margin-bottom: 10px;
}

.h3-style {
	font-size: 3rem;
	padding: 0 16px;
	text-align: center;
}

.h4-style {
	font-size: 22px;
	margin: 16px 0 0 0;
}

p.cardText {
	text-align: center;
	font-size: 18px;
	padding: 8px 8px 24px 8px;
	color: #666;
	line-height: 26px;
	margin: 0;
}

.cardSmallText {
	text-align: left;
	font-size: 18px;
	padding-top: 12px;
	color: #666;
	line-height: 26px;
	margin: 0;
}

.icon {
	width: 60px;
	height: 60px;
}

footer {
	box-sizing: border-box;
	width: 100%;
	padding: 30px;
	text-align: center;
	line-height: 44px;
}

a {
	text-decoration: none;
	color: #007aff;
}

a:hover {
	text-decoration: underline;
}

.footer {
	margin: 0 10px;
	font-weight: 500;
	color: #005FCA;
}

.downloadButton {
	background-color: #4E67D2;
	border-radius: 40px;
	padding: 8px;
	padding-left: 14px;
	padding-right: 14px;
	color: white;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
}

.downloadButton:hover {
	background-color: #278eff;
	text-decoration: none;
}

.downloadButton:active {
	background-color: #0e6fd9;
	text-decoration: none;
}

div.topBar {
	position: fixed;
	width: 100%;
	height: 60px;
	margin: 0;
	padding: 0;
	z-index: 10;
}

.gradient-blur {
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	backdrop-filter: blur(30px);
	-webkit-backdrop-filter: blur(30px);
	background-attachment: fixed;
	mask-image: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 1) 60%,
		rgba(0, 0, 0, 1) 80%,
		rgba(0, 0, 0, 1) 90%
	);
	transform: rotate(180deg);
}

div.topBarContent {
	margin-left: auto;
	margin-right: auto;
	max-width: 900px;
	padding-left: 30px;
	padding-right: 30px;
}

div.topBarLeft {
	float: left;
	margin-top: 14px;
}

div.topBarRight {
	float: right;
	margin-top: 20px;
}

.logomarca {
	width: 67.43px;
	height: 30px;
	margin: 0 auto;
	display: block;
}

.privacy-head {
	font-size: large;
	font-weight: 600;
	color: #333333;
}

.privacy-body-content {
	color: #222222;
}

.appstoreBadge {
	width: 179px;
	height: 60px;
	display: block;
	margin: auto;
}

.hero-icon {
	margin: auto;
	display: block;
	width: 300px;
	height: 300px;
}

.heroImage {
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 250px;
}

.appStoreContent {
	display: inline-block;
	margin: 40px auto 0 auto;
}

.appStoreContent:first-child {
	width: 30%;
	margin-left: 19%;
}

.appStoreContent:last-child {
	width: 30%;
	margin-right: 19%;
}



/******** Media Queries Breakpoints ********/

/* Mobile devices */
@media only screen and (max-width: 480px) {
	.hero-largeTitle {
		font-size: 4rem;
	}

	.h2-copy {
		font-size: 4.5vw;
	}

	.h3-style {
		font-size: 7vw;
	}

	.cardLargeDescription {
		padding: 8px 12px 24px 12px;
	}
	
	.hero-icon {
		width: 250px;
		height: 250px;
	}

	.appStoreContent:first-child {
		width: 40%;
		margin-left: 8%;
	}

	.appStoreContent:last-child {
		width: 40%;
		margin-right: 3%;
	}

	.appstoreBadge {
		width: 131px;
		height: 44px;
	}

	.googlePlayBadge {
		width: 148px;
		height: 44px;
	}

	.gradient-blur {
		height: 100px;
	}

	.heroImage {
		width: 272px;
		height: 170px;
	}

	.cardsContainer {
		grid-template-columns: repeat(1, 1fr);
	}

	.privacy-title {
		font-size: 1.8rem;
	}
}

/* iPads, Tablets */
@media only screen and (min-width: 481px) and (max-width: 768px) {
	.hero-largeTitle {
		font-size: 6rem;
	}

	.h2-copy {
		font-size: 3.6vw;
	}

	.h3-style {
		font-size: 5vw;
	}

	.appstoreBadge {
		width: 131px;
		height: 44px;
	}

	.googlePlayBadge {
		width: 148px;
		height: 44px;
	}

	.gradient-blur {
		height: 100px;
	}

	.privacy-title {
		font-size: 2rem;
	}
}

/* Medium screens, laptops */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.hero-largeTitle {
		font-size: 7rem;
	}

	.h2-copy {
		font-size: 3.4vw;
	}

	.h3-style {
		font-size: 4vw;
	}
}

/* All screens greater than 1024 */
@media only screen and (min-width: 1025px) {
	.h4-style {
		font-size: 26px;
	}

	.hero {
		padding-top: 100px;
	}

	.cardLargeDescription {
		font-size: 24px;
		line-height: 30px;
		padding: 12px 40px 30px 40px;
	}

	.cardSmallText {
		font-size: 20px;
		line-height: 30px;
	}
	
	.hero-icon {
		width: 400px;
		height: 400px;
	}

	.heroImage {
		width: 600px;
		height: 375px;
	}
}
