:root {
	--white: white;
	--red: #FF4A76;
	--orange: #F6991D;
	--indigo: #6960FC;
	--purple: #C32EFC;
	--dark-blue: #190341;
}
body { 
	font-family: azo-sans-web, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 23px;
	line-height: 1.33;
	background: var(--dark-blue); 
	color: white; 
}
h1, .h1 {
	font-family: "azo-sans-uber", sans-serif;
	font-weight: 400;
	font-style: normal;
    font-size: 45px;
    line-height: 1.2;
	text-transform: uppercase;
}
h2 {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 700;
	font-style: normal;
    font-size: 45px;
    line-height: 1.2;
}
h3 {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 30px;
	line-height: 1.2;
}
h4 {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 23px;
	line-height: 1.2;
}
h5 {
	font-family: "azo-sans-web", sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 23px;
	line-height: 1.2;
}
.text-tiny { font-size: 23px; }
.text-small { font-size: 26px; }
.text-big { font-size: 30px; }
.text-huge { font-size: 45px; }
.pricing-cards .text-tiny { font-size: 22px; }
.pricing-cards .text-small { font-size: 27px; }
.pricing-cards .text-big { font-size: 38px; }
.pricing-cards .text-huge { font-size: 51px; }
.white {color:white;}
.gray {color:#BBBBBB;}
.dark-gray {color: #494C62;}
.text-yellow { color: #FFFF8A !important; }
.px16 {font-size: 16px;}
.light-blue-bg {background:#232C39;}
.dark-blue-bg {background: var(--dark-blue);}
.justify-center {justify-content:center;}
.relative {position:relative;}
.flex {display:flex;}
.space-between {justify-content:space-between;}
.bold {font-weight: bold;}
.line-2 {line-height: 2;}
.line-1 {line-height: 1;}
.fpc { font-size: 15px; }
.hand-written { font-family: "azo-sans-web", sans-serif !important; font-size: 30px !important; font-weight: 500; }
.z-1 {
	z-index: 1;
}

.button {
	display: inline-block;
	min-width: 277px;
	max-width: 485px;
	padding: 5px 41px;
	font-size: 23px;
	border-radius: 34px;
	font-family: "azo-sans-web", sans-serif;
	font-style: normal;
	font-weight: 700;
	text-transform: uppercase;
	transition: ease .6s;
	text-decoration: none;
	border:0;
	outline: none !important;
	box-shadow: none !important;
	border-width: 2px;
	border-style: solid;
}
.button:hover {
	transition: ease .6s;
	text-decoration: none;
}
.orange-button {
	background: var(--orange);
	color: var(--white);
	border-color: var(--orange);
}
.orange-button:hover {
	background: var(--white);
	color: var(--orange);
}
.indigo-button {
	background: var(--indigo);
	color: var(--white);
	border-color: var(--indigo);
}
.indigo-button:hover {
	background: var(--white);
	color: var(--indigo);
}
.purple-button {
	background: var(--purple);
	color: var(--white);
	border-color: var(--purple);
}
.purple-button:hover {
	background: var(--white);
	color: var(--purple);
}
.red-button {
	background: var(--red);
	color: var(--white);
	border-color: var(--red);
}
.red-button:hover {
	background: var(--white);
	color: var(--red);
	transition: ease .6s;
	text-decoration: none;
}
.indigo-button span,.yellow-button span,.orange-button span {font-weight: bold;}
.orange-button.larger,.indigo-button.larger,.yellow-button.larger {
    padding: 15px 20px;
}
.indigo-button.larger,.orange-button.larger,.yellow-button.larger{padding:10px 20px;white-space:nowrap}

.navigation {
	position: absolute;
	width: 100%;
	z-index: 12;
	top:0;
	left:0;
	z-index:100;
}
.navigation .nav-logo a,
.navigation .nav-logo img { max-width: 400px; }
.navigation.bg {
	background-color: rgba(25, 3, 65, 0.5);
}
.navigation .navbar-brand { max-width: 401px; }
.navigation .nav-link {
	display: inline-block;
	padding: 0 0 0 1rem;
	color: white;
	font-family:'Poppins', sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	white-space: nowrap;
}
.navigation .nav-link.active,
.navigation .nav-link:hover {
	text-decoration: underline;
}
.navigation .nav-list {
	list-style: none;
	padding:0;
	margin:0;
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.navigation .nav-list li a {
	padding: 10px 15px;
	color: white;
	text-transform: uppercase;
}
.navigation .nav-list li a span {
	font-weight: bold;
}

.banner {
	background: url('/images/banner-1.jpg') center center no-repeat #0E0F10;
	background-size: cover;
}
.banner .container {
	padding: 330px 0 270px;
}
.banner h1 {
	color: white;
}
.banner .fa-angle-down {
	background: #BBBBBB;
    color: black;
    padding: 1px 3px;
    text-align: center;
    border-radius: 50%;
    margin-left: 4px;
}
.banner .fa-angle-down:before {
	position: relative;
	top:1px;
}
.banner p { color: #fff; font-weight: 500; }
.banner .button { margin-top: 40px; }
.banner .fpc { color: var(--dark-blue); margin-top: 30px; font-weight: 400; }

.play-video {
	position: relative;
}
.play-video .fa-play-circle {
	position: absolute;
	right: 25px;
	bottom: 25px;
	color: white;
	font-size: 40px;
	z-index: 2;
}
.page-banner:after {
	content: " ";
	width:100%;
	bottom:0;
	left:0;
	z-index: 1;
	position: absolute;
	height:200px;
	/* background: rgb(35,44,57); */
	/* background: linear-gradient(0deg, rgba(35,44,57,1) 0%, rgba(0,0,0,0) 100%); */
}
.page-banner:before {
	content: " ";
	width:100%;
	height:100%;
	z-index: 1;
	top:0;
	left:0;
	position: absolute;
	/* background: rgb(0,0,0); */
	/* background: radial-gradient(circle, rgba(0,0,0,0) 28%, rgba(35,44,57,1) 100%); */
}
.page-banner p { font-size: 30px; }

.notice-after:after {
	content: 'Special Price Ends Aug. 17';
	position: absolute;
    right: -50px;
    top: -12px;
	width: 120px;
	font-style: italic;
	color: var(--orange);
}
.border-l-r {
	border-left: 1px solid #979797;
	border-right: 1px solid #979797;
}
.icons img {
	height: 160px;
	padding: 0 0 25px;
}
.icons p {
	margin-bottom:0;
	line-height: 1;
	color: white;
	font-size: 26px;
}
.icons p span {
	display: block;
}
.red-text {
	font-family: 'Caveat', cursive;
	color:#EE5F4A;
    transform: rotate(-5deg);
    font-size:22px;
}

.features { background: var(--dark-blue); }
.features .main-text { margin-top: -124px; }
.features h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: 3.2rem !important; }
.features li { color: white; padding: 5px 0px; }

.carousel {
	background: var(--indigo);
}
.carousel p {
	color:white;
	font-size: 15px;
	font-family: azo-sans-web, sans-serif;
	font-weight: 400;
	font-style: normal; 
	line-height: 35px; 
}	
.carousel .description p {
	font-size: 30px;
}
.carousel .owl-item p { 
	padding: 0 10%; 
	line-height: 1.5; 
	color: #fff; 
	font-size: 30px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
 }

form input[type="text"],form input[type="password"],form input[type="email"],form input[type="number"] {
	padding: 10px 15px;
	border-radius: 7px;
	border:0;
	outline: none !important;
	box-shadow: none !important;
}

.social-list {
	list-style: none;
	padding:0;
	margin:0;
}
.social-list li {
	display: inline;
	list-style: none;
	margin-right: 15px;
}
.social-list li a {
	color:#BBBBBB;
	text-decoration: none;
}
.border-l {
	border-left: 1px solid #979797;
}
.report-carousel .owl-dots {
	display: none !important;
}
.owl-theme .owl-nav .owl-next:before,.owl-theme .owl-nav .owl-prev:before {display: none !important;}
.report-carousel .owl-next i, .report-carousel .owl-prev i {position: relative;top:4px;}
.report-carousel .owl-next i {right:-2px;}
.report-carousel .owl-prev i {left:0px;}
.report-carousel .owl-nav {top:25%;}
.report-carousel .owl-prev {position: relative;left:-50px !important;background:transparent !important;opacity:1 !important;color:var(--white) !important;}
.report-carousel .owl-next {position: relative;right:-50px !important;background:transparent !important;opacity:1 !important;color:var(--white) !important;}
.strike-through {
	position: relative;
}
.strike-through:after {
	content: " ";
    width: 160px;
    position: absolute;
    left: 50%;
    top: 11px;
    background: #EE5F4A;
    height: 3px;
    transform: rotate(-4deg) translateX(-50%);
}
.show-mobile {display: none;}
hr {
	border-color:#586271;
}
.menu-toggle {
	color: var(--white) !important;
	text-decoration: none !important;
	font-size: 32px;
}
.menu-toggle .fa-times {display: none;font-size: 40px;position: relative;top: 4px;}
.menu-toggle.open .fa-times {display: block;}
.menu-toggle.open .fa-bars {display: none;}

.accordions { position: relative; }
.accordions h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: 3.2rem !important; }
/* .pricing-cards:after { background-image: linear-gradient(180deg, rgba(35,44,57,0) 0%, rgba(35,44,57,1) 90%); z-index: -1; content: ""; position: absolute; top: 0; right: 0; left: 0; height: 100%; } */
.accordions img { max-width: 100px; }
.accordions .card,
.accordions .card-header { border: none; }
.accordions .card { background-color: var(--indigo); }
.accordions .card:not(:first-child) { margin-top: 25px; }
.accordions .card-header { padding: 0; background-color: transparent; }
.accordions .btn-link { display: flex; justify-content: space-between; align-items: center; width: 100%; text-align: left; color: var(--white); font-size: 30px; font-family: azo-sans-web, sans-serif; font-weight: 400; font-style: normal; white-space: normal; border: none; }
.accordions .btn-link .arrow { 
	margin-left: 15px; 
	/* display: flex; 
	flex-wrap: wrap; 
	justify-content: center; 
	align-content: flex-end; 
	min-width: 47px; 
	height: 24px;  */
}
/* .accordions .btn-link .arrow::after { content: ""; border-color: var(--white); border-style: solid; border-width: 5px 5px 0 0; width: 33px; height: 33px; display: inline-block; transform: rotate(135deg); } */
.accordions .btn-link:not(.collapsed) .arrow i { transform: rotate(180deg); }
.accordions .card-body { padding: 0 12px; }
.btn-link.focus, .btn-link:focus, .btn-link:hover { text-decoration: none; }
.pricing-cards-container { display: flex; grid-row: inherit; padding: 0px 0px 0px 0px !important; margin: 0 auto;  }
.pricing-cards-footer { display: flex; justify-content: center; }

.pricing-cards-footer-link { font-size: 25px; }

.subjects { background-color: var(--dark-blue); text-align: center; }
.subjects h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: 3.2rem !important; }
.subjects h5 { font-weight: 100 !important; }
.subjects img { height: 100%; width: 100%; }
.subjects-text { display: flex; align-items: center; height: 100%; }
.subjects-subject { position: absolute; z-index: 1; bottom: 30px; text-align: center; width: 100%; }
.subjects-quote { position: relative; z-index: 1; margin: 15px; text-align: center; }
.subjects-container { position: relative; text-align: center; color: white; display: block; }
.individual-subject { position: relative; overflow: hidden; text-align: center; display: flex; align-items: center; border-radius: 2px; min-height: 300px; }
.individual-subject .subjects-quote { color: white; font-size: 19px; visibility: hidden; font-family: azo-sans-web; font-style: normal; font-weight: 500; line-height: 1.2;  }
.individual-subject .subjects-subject { color: white; font-size: 30px; font-family: azo-sans-uber; font-style: normal; font-weight: 400; line-height: 1.2; }
.individual-subject:hover { cursor: default; }
.individual-subject:hover .subjects-quote { visibility: visible; }
.individual-subject:hover .subjects-subject { visibility: hidden; }

.devices { background: var(--indigo); }
.devices h2 { font-family: 'Bebas Neue', sans-serif !important; font-size: 3.2rem !important; }
.device-container { display: flex; justify-content: space-evenly; flex-wrap: wrap; gap: 2px 30px; }
.devices img { max-height: 40px !important; width: 100%; display: block; margin: 10px 0px; }

.individual-pricing-card { background: #fff; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; text-align: center; height: 357px; max-width: 31%; width: 100%; margin-top: 65px; padding: 51px 50px; z-index: 2; flex-grow: 1; display: flex; flex-direction: column; justify-content: flex-end; }
.individual-pricing-card p { text-align: center; color: black; font-weight: 500; font-style: normal; margin-bottom: 0; line-height: 1.1; }
.individual-pricing-card a { z-index: 4; min-width: 100%; }
.individual-pricing-card:nth-child(4) {	height: 441px !important; max-width: 38%; -webkit-box-shadow: 0px 0px 10px 2px #0000004a; box-shadow: 0px 0px 10px 2px #0000004a; z-index: 3; position: relative; top: -30px;  font-size: 23px; padding: 53px 70px; margin-top: 50px; }
.individual-pricing-card:nth-child(4) p { line-height: 1.18; }
.individual-pricing-card-text { max-height: 500px; }
.individual-pricing-card-form form input[type=email],form input[type=number],form input[type=password],form input[type=text]{ padding:2px 25px;border-radius:5px;border:0;outline:0!important;box-shadow:none!important; background: #F2F2F2; font-size: 15px;  }

.columns-block { margin-top: 50px; margin-bottom: 50px; }
.columns-block h2,
.columns-block p { margin-bottom: 30px; }
.columns-block img { max-width: 100%; height: auto; }

.cards-block img { max-width: 400px; width: 100%; border-radius: 50%; object-fit: cover; aspect-ratio: 1/1; }

.footer .fpc { color: var(--indigo); font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; }
.footer-links {
	margin:0 0 25px;
	padding:0;
	list-style: none;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	max-height: 163px;
}
.footer-links li {
	list-style: none;
	line-height: 20px;
}
.footer-links li a {
	color: var(--white);
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 
	  Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 19px;
	line-height: 1.2;
}
.footer-links li a.active,
.footer-links li a:hover {
	color: var(--indigo);
	text-decoration: none;
}
@media screen and (max-width: 1199.98px) {
	.individual-pricing-card {
		padding: 41px 40px;
	}
	.individual-pricing-card:nth-child(4) {
		padding: 43px 60px;
	}
	.individual-pricing-card a {
		padding: 5px 31px;
	}
}
@media screen and (max-width: 991.98px) {
	.pricing-cards-container { display: inline-block; }
	.individual-pricing-card { height: 100% !important; max-width: 100%; }
	.individual-pricing-card:nth-child(4) { box-shadow: none !important; top: 0px !important; height: 100% !important; max-width: 100%; }
	
	.features .main-text { margin-top: -50px; }
}
@media screen and (max-width: 767.98px) {
	body {
		font-size: 20px;
	}
	h1, .h1, 
	h2 { font-size: 50px; }
	h3 { font-size: 35px; }
	h4 { font-size: 20px; }
	.button { font-size: 20px; }
	.orange-button.larger,.blue-button.larger,.yellow-button.larger { 
		margin: 0; 
		/* font-size: 20px!important;  */
		padding:10px!important; 
	}
	.fpc { font-size: 15px; }
	.remove-top-padding-mobile {padding-top:0 !important;}
	.z-mobile-top {z-index: 99999;}
	.mobile-menu,.hidden-mobile {display: none;}
	.navigation .row {position: initial;}
	.mobile-menu {
		position: fixed;
		left:0;
		top:0;
		z-index: 100;
		width: 100%;
		max-width: 100%;
		height: 100%;
	    background: rgb(36,44,57,.94);
	}
	.decoration-none {text-decoration: none !important;}
	.navigation .nav-list {
		display: flex;
		flex-direction: column;
	    padding: 2rem;
	    font-size: 24px;
	}
	.navigation .nav-list li {margin-bottom:25px;}
	.show-mobile {display: block;}
	h2 {font-size:2rem;}
	.navigation img {
		/* margin-bottom:15px; */
		/* max-width: 60% !important; */
	}
	.navigation .col-md-3 {text-align: center;}
	.banner .container { padding: 90px 0px 60px !important; }
	.banner .row.justify-center {
		max-width:100%;
		margin: 0;
	}
	.border-l-r {
		border-top: 1px solid #979797;
		border-bottom: 1px solid #979797;
		border-left: 0;
		border-right: 0;
	}
	.border-l {
		border: 0;
	}
	.icons img {
		margin-top: 25px !important;
	}
	.icons p {
		margin-bottom: 25px !important;
	}
	.banner .orange-button {
		display: block;
		margin:0 25px;
	}
	.banner .orange-button span {
		display: block;
	}
	.notice-after:after {
		position: relative;
		left:0;
		top:0;
		display:block;
		margin-top:15px;
		width: 100%;
		text-align: center;
	}
	.learn-more img {
		margin-bottom:25px;
	}
	.cards .col-md-6:first-child {
		margin-bottom:25px;
	}
	.device-container { text-align: center; position: relative; width: 100%;  }
	.individual-device { position: relative; overflow: hidden; text-align: center; display: inline-block; }
	
	.individual-subject {min-height: 200px; height: 100%; border-radius: 5px; }
	.individual-subject .subjects-quote { font-size: .8em; }
	.individual-subject .subjects-subject { font-size: 20px; }
	
	.accordions .btn-link { font-size: 23px; }
	
	.carousel .description p { font-size: 23px; }
	.carousel .owl-item p { font-size: 20px; }
	
	.pricing-cards-footer-logo {width: 100px; }
	.pricing-cards-footer-link { font-size: 20px; display: block; margin: 0 auto; }
	.pricing-cards-footer-link a { text-decoration: none !important; padding-left: 0px !important; }
	.pricing-cards-footer-link a:after { content:" \2192"; }
	.pricing-card-filter-2 p { margin-top: 40px !important; margin-bottom: 10px !important; }
	
	p span[style*="font-size:26px"] { font-size: 20px !important; }
	p span[style*="font-size:30px"] { font-size: 25px !important; }
	p span[style*="font-size:32px"] { font-size: 28px !important; }
	p span[style*="font-size:40px"] { font-size: 35px !important; }
	p span[style*="font-size:45px"] { font-size: 40px !important; }
	p span[style*="font-size:60px"] { font-size: 50px !important; }
	
	.footer img {
		margin-bottom: 25px;
	}
	/* .footer-links li {
		margin-bottom:15px;
	} */
	.sm-pb-4 {
		padding-bottom: 1.5rem!important;
	}
	.sm-pt-2 {
		padding-top: .5rem !important;
	}
	.footer .footer-links a,
	.footer img {
		text-align: center;
		margin-left:auto;
		margin-right:auto;
		display: block;
		float: none !important;
	}
	.social-list { text-align: center; margin-bottom: 25px; }
}
@media screen and (max-width: 575.98px) {
	h1, .h1, 
	h2 { font-size: 40px; }
	h3 { font-size: 30px; }
	.text-tiny {
		font-size: 20px;
	}
	.text-small {
		font-size: 25px;
	}
	.text-big {
		font-size: 30px;
	}
	.text-huge {
		font-size: 40px;
	}
	.pricing-cards .text-tiny { font-size: 18px; }
	.pricing-cards .text-small { font-size: 23px; }
	.pricing-cards .text-big { font-size: 38px; }
	.page-banner p { line-height: 1.1; }
}
@media screen and (max-width: 400px) {
	.footer-links { max-height: none; }
}