img.logo-mark {
	display: none;
}

img.logo-title {
	height: 25px;
}

section.top-bar {
	height: 64px;
	padding: 10px 0px;
}

section.top-bar .top-logo {
	padding-left: 15px;
}
section.top-bar .top-nav {
	position: absolute;
	right: -250px;
	top: 63px;
	background-color: #fff;
	margin: 0;
	z-index: 300;
	width: 250px;
	display: none;
}

#toggle-xx {
	height: auto;
	width: 64px;
	padding: 17px 15px;
	background-color: var(--appTeal);
}

#toggle-xx span {
	display: block;
	height: 4px;
	margin-bottom: 6px;
	background-color: #fff;
}

section.top-bar .top-nav.active {
	right: 0;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.show-mobile {
	display: inherit !important;
}

/* section.top-bar .top-nav .nav-button.nav-mobile {
	padding: 5px 20px;
} */
section.top-bar .top-nav .nav-mobile {
	margin-left: 15px;
	font-size: 80% !important;
}

section.top-bar .top-nav a.nav-link:last-child {
	border-left: none;
}

section.top-bar .top-nav a.nav-button {
	background-color: transparent;
	color: #7b7b7b;
	padding: 10px 15px;
}

body {
	width: 100vw;
}

.hide-mobile {
	display: none;
}
.hide-desktop {
	display: inherit;
}

div.top-fixed {
	height: 64px;
}

section {
	padding-bottom: 50px;
}

button.c2a-button {
	font-size: 0.7em !important;
}

div.promo-bar {
	flex-direction: column;
}

.bonus-text h1 {
	font-size: 0.8em;
	letter-spacing: 4px;
}

.countdown-section {
	width: 90%;
	font-size: 18px;
	justify-content: space-around;
}

div.time-number {
	min-width: 40px;
}


.bonus-text h3 {
	display: none;
}


div.promo-bar {
	font-size: 1.5ch;
}

.countdown-section {
	width: 80%;
	font-size: 13px;
}

section.section1 {
	padding-top: 60px;
	height: 100vh;
}

section.section1 .section1-video {
	top: 0px;
	height: auto;
	width: 100vw;
}

section.section1 .mid-section h1.headline {
	font-size: 7vw;
	line-height: 1em;
	margin-bottom: 0.6em;
}

section.section1 .mid-section span.subheadline {
	font-size: 5vw;
	font-weight: 400;
}

section.section2 {
	padding-bottom: 0px !important;
}

section.section2 .grey-section {
	min-width: 50%;
	padding: 30px 10px;
}

section.section2 .grey-section .checkmark {
	width: 1.4em;
	margin: 0 10px;
}

section.section3 {
	flex-wrap: wrap;
	min-height: 100vh;
}

section.section3 h1 {
	margin: 20px 10px;
	font-size: 1.4em;
	text-align: center;
	letter-spacing: 3px;
}

section.section3 .benefits {
	padding: 0 15px;
	flex-direction: column;
}

section.section3 .benefits .benefit {
	margin: 10px auto;
	width: 90%;
}

section.section3 .benefits .benefit .benefit-icon {
	margin-right: 5%;
	padding: 0;
	height: 50px;
}


section.section3 .benefits .benefit .benefit-icon img {
	width: inherit;
}

section.section3 .benefits .benefit .benefit-text h2 {
	font-size: 100%;
}

section.section3 .benefits .benefit .benefit-text h3 {
	font-size: 95%;
}

section.section3 .benefits .benefit .benefit-text h4 {
	font-size: 90%;
}

section.section3 button.c2a-button {
	width: 90%;
	padding: 15px 0;
}

section.section4 {
	min-height: 100vh;
}

section.section4 h1.headline {
	font-size: 17vw;
}

section.section5 h1 {
	text-align: center;
	align-self: center;
	margin: 50px auto;
	font-size: 1.5em;
	letter-spacing: 1px;
}

section.section6 h1.headline {
	font-size: 1.5em;
	letter-spacing: 1px;
}

section.section6 .testimony {
	width: 100%;
	margin-top: 50px;
}

section.section6 .testimony .testimony-text {
	font-size: 1.2em;
	width: 90%;
}

.testimony-rating {
	width: inherit;
	text-align: center;
}

.testimony-rating img {
	width: 40%;
}

section.section6 .testimony .testimony-image {
	text-align: center;
}

section.section6 .testimony .testimony-image img {
	width: 80%;
}

section.section3b {
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 0;
}

section.section3b .right-section {
	min-height: 100vh;
	width: 100vw;
}
section.section3b .left-section {
	display: none;
}

section.section3b .left-section h2 {
	font-family: 'azo-sans-web';

	letter-spacing: 7px;
}

section.section3b .left-section h2 {
	font-size: 2.5em;
}

section.section3b .left-section h3 {
	width: 100%;
}

section.section7 {
	flex-wrap: wrap;
	display: flex;
	min-height: 100vh;
}

section.section7 .left-section {
	width: 100%;
	min-height: 100vh;
}
section.section7 .right-section {
	width: 100%;
	margin-top: 20px;
	min-height: 100vh;
	display: none;
}

.section7 .faq h2 {
	font-size: 1em;
	letter-spacing: 1px;
}

.section7 .faq h3 {
	font-size: 0.9em;
}

section.footer {
	height: calc(100vh - 60px);
}

section.footer h1 {
	font-size: 3ch;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0px;
}

section.footer .mid-section {
	display: flex;
	flex-direction: column;
}

section.footer .mid-section button.c2a-button {
	margin: 10px auto;
	padding: 10px 15%;
	font-size: 14px !important;
}

.footer-links ul li a {
	font-size: 0.9em;
}