@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Bold.otf');
	font-weight: 700;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/nova-grotesk/nova-grotesk/Untype - Nova Grotesk ExtraBold.otf');
	font-weight: 800;
}
@font-face {
	font-family: 'Nova Grotesk';
	src: url('../font/nova-grotesk/nova-grotesk/Untype - Nova Grotesk Black.otf');
	font-weight: 900;
}

body {
	font-family: 'Open Sans', sans-serif;
}

p {
	font-size: 18px;
	text-align: center;
	color: #ffffff;
}

input {
	border: 5px solid yellow !important;
}

button {
	/*background-color: #F9ED31 !important;*/
}

.row-padding {
	padding: 100px 0;
}

.highlight-1 {
	border-right: 3px solid #045D9C;
	border-bottom: 3px solid #045D9C;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 25px;
}

.highlight-2 {
	border-right: 3px solid #045D9C;
	text-align: center;
	padding-bottom: 20px;
	padding-right: 25px;
}

.learn-more-link {
	color: #c7c7c7;
	font-weight: bold;
	border: 2px solid #c7c7c7;
  border-radius: 22px;
  padding: 7px 15px;
  text-decoration: none;
}

.button {
	font-family: 'Nova Grotesk', sans-serif;
  font-size: 24px;
  font-weight: 900;
  background-color: #F9ED31;
  border: 2px solid #0109A5;
  border-radius: 6px;
  color: #08559A;
  padding: 12px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
}

.button:hover {
	opacity: 0.9;
}

.lp-bg {
	background-image: url(../img-live-cooler/live-cooler-bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.hero {
	background-image: url(../img-live-cooler/hero-bg.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	height: 100vh;
}

.hero-img {
	margin-bottom: 40px;
/*	display: none;*/
}

.lp-chill .hero-img,
.kye-cool .hero-img {
	display: block !important;
}

.hero-img-xs{
	display: none !important;
}


.hero .col-md-6 {
	padding-left: 0;
}

.hs-input {
	color: #ffffff;
}

iframe .input input {
	color: #ffffff !important;
}

.opaque {
	background-color: #0000008c;
	border-radius: 10px;
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	padding: 20px;
}

.lp-heading {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	font-size: 48px;
	text-align: center;
	padding-bottom: 20px;
}
h2.lp-heading {
	font-size: 60px;
}

.main-text-lp-white {
	font-family: 'Nova Grotesk', sans-serif;
	font-size: 26px;
	font-weight: 700;
	color: #ffffff;
	margin-bottom: 30px;
}

.text-lp {
/*	font-size: 22px;*/
	padding-bottom: 15px;
}

.text-lp-white {
	color: #ffffff;
/*	font-size: 22px;*/
}

.terms .text-lp {
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	padding-bottom: 20px;
	padding-top: 30px;
	width: 100%;
}

.terms h2.text-lp {
	font-size: 26px;
	text-decoration: underline;
	/*padding-left: 0;*/
}

ul.text-lp {
	padding-left: 20px;
}

.text-lp li{
	padding-bottom: 20px;
}

.lp-ac-brands p {
	font-size: 24px;
}
.ac-mobile {
	display: none !important;
}

.lp-usps-img {
	width: 150px;
}
.lp-usps h4 {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 800;
	font-size: 30px;
	color: #F9ED32;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}
.lp-usps p {
	padding: 0 10% 15px;
}

.lp-locations p strong {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 900;
}
.lp-locations p {
	font-family: 'Nova Grotesk', sans-serif;
	font-weight: 700;
}

/**/

@media (max-width: 767.98px) {
	.lp-heading {
		font-size: 38px;
	}
	h2.lp-heading {
		font-size: 48px;
	}
	.main-text-lp-white {
		width: 100%;
	}
	.text-lp {
		width: 100%;
	}
	.text-lp-white {
		padding: 0;
	}
	.hero {
		background-image: none;
		/*background-size: 150%;
		background-repeat: no-repeat;
		background-position: top;*/
		height: auto;
	}
	.hero-img {
		display: block;
	}
	.hero-img-xs{
		display: block !important;
	}
	.lp-ac-brands img {
		display: none !important;
	}
	.lp-ac-brands img.ac-mobile {
		display: block !important;
	}
}