body::after {
  content: url('/images/studies_nv5.jpg') url('/images/studies_mark-thomas.jpg') url('/images/studies_forgen.jpg') url('/images/studies_salas.jpg')  url('/images/studies_ardurra.jpg') url('/images/studies_gpi.jpg') url('/images/studies_bkf.jpg') url('/images/studies_washu.jpg') url('/images/studies_oil-changers.jpg') url('/images/studies_finthrive.jpg');
  display: none;
}
html, body, div, span, p, a, del, em, img, ol, ul, li, fieldset, form, label {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Inter", sans-serif;
/* 	vertical-align: baseline; */
	}
body, html {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
a, a:active, a:hover {
	text-decoration: none;
}
.bs-container {
  width: 90%;
  margin: 0 5%;
}
h1 {
	font: 3.5vw 'Inter', sans-serif;
	line-height: 3vw;
	font-weight: 700;
	color: #000;
	letter-spacing: -0.2vw;
}
h2 {
	font: 32px 'Inter', sans-serif;
	color: #000;
	font-weight: 700;
}
h3 {
	font: 2.5vw "Inter", sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
}
h4 {
	font: 1.5vw 'Inter', sans-serif;
	line-height: 2vw;
	font-weight: 400;
	letter-spacing: -0.1vw;
}
h4.start-subline {
	color:#EF5600;
	font-weight: 600;
	font-size: 2vw;
	margin: 20px 0 0 !important;
}
.label {
	padding: 0;
}
.desktop { display: block; }
.mobile { display: none; }

.home {
  padding-bottom: 100px;
}


/* CLIENTS CSS */

.studies {
	background-color: #E1F3FF;
}
.studies h1 {
	font: 90px/85px 'Inter', sans-serif;
	letter-spacing: -2px;
	color: #0773BB;
	font-weight: 600;
	margin: 0 0 75px 0;
}
.studies h2 {
	color: #000;
	text-transform: uppercase;
	font: 16px 'Inter', sans-serif;
	font-weight: 700;
	margin: 75px 0 10px;
}
.studies h3 {
	margin: 50px 0;
}
.studies-header {
	margin-top: 30px;
}
.studies-header img {
	float: left;
	height: 67px;
	margin: 5px 50px 0 0;
}


/* START CSS */

.start {
	background-color: #fbfcfd;
}
.start-box {
	width: 100%;
	margin: 0px;
	position: relative;
	border-radius: 0 0 25px 25px ;
}
.start-top-left {
	width: 42%;
	float: left;
	padding: 5% 1%;
}
.start-top-right {
	width: 54%;
	float: right;
	padding: 1%;
}
video#\33 0sec {
	border-radius: 25px;
	overflow: hidden;
}
.start h1 {
	font: 4.5vw 'Inter', sans-serif;
	line-height: 5vw;
	letter-spacing: -2px;
	color: #222;
	font-weight: 800;
	margin: 0 0 0 0;
	text-align: center;
}
.start h2 {
	color: #000;
	text-transform: uppercase;
	font: 16px 'Inter', sans-serif;
	font-weight: 700;
	margin: 75px 0 10px;
}
.start h3 {
	margin: 20px 0;
}
.start h4 {
	margin: 20px 0 40px 0;
	text-align: center;
}
.studies-header {
	margin-top: 30px;
}
.start-header img {
	float: left;
	height: 67px;
	margin: 5px 50px 0 0;
}
.start-field {
	background-color: #fff;
  margin: 10px 0;
  border-radius: 10px;
  padding: 30px;
}
.start-field label {
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}
.start-field input {
	border: 0;
  border-bottom: 1px solid #ccc;
  width: 65%;
  font-size: 18px;
}
.start-field textarea {
	width: 100%;
	border: 0;
	border-bottom: 1px solid #ccc;
	height: 100px;
}
.start-box {
	width: 75%;
	margin: 0 auto;
}
.required {
	color: #EF5600;
}
.checkboxes {
	width: 100%;
	padding: 5px 0 0;
}
.checkbox {
	width: auto !important;
	margin-right: 10px !important;
	float: left;
}
.checkbox-label {
	width: auto !important;
	display: flex;
}
.start-button {
	font: 19px 'Inter', sans-serif;
	color: #fff;
	margin: 20px auto;
	display: flex;
	padding: 10px 75px;
	background-color: #EF5600;
	border-radius: 30px;
	height: 40px;	
	border: 0;
}
.features {
	background-color: #FDE3D4;
}
.features h1 {
	font: 90px/85px 'Inter', sans-serif;
	letter-spacing: -2px;
	color: #EF5600;
	font-weight: 600;
	margin: 0 0 75px 0;
}
.features h2 {
	color: #000;
	text-transform: uppercase;
	font: 16px 'Inter', sans-serif;
	font-weight: 700;
	margin: 75px 0 10px;
}
a.studies-box {
	width: calc(33% - 15px);
	height: 35vh;
	font: 50px/50px 'Inter', sans-serif;
	letter-spacing: -2px;
	color: #fff;
	font-weight: 700;
	margin-bottom: 30px;
	margin-right: 30px;
	position: relative;
	border-radius: 25px;
	float: left;
	transition: transform 0.3s ease;
}
a.studies-box:nth-child(3n) {
	margin-right: 0px;
}
a.studies-box:hover {
	color: #fff;
	transform: scale(1.02);
}
#client-site {
	position: fixed;
	top: 100px;
	right: 30px;
	padding: 0px;
  z-index: 1000;
  border-radius: 10px;
  opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(-10px);
}
#client-site a button {
	display: inline-block;
	font: 21px 'Inter', sans-serif;
	color: #fff;
	margin: 0 15px;
	display: inline;
	padding: 10px 60px 10px 25px;
	background-color: #EF5600;
  background-image: url(images/outbound-link-white.png);
  background-position: right 15px center;
  background-size: 30px;
  background-repeat: no-repeat;
	border-radius: 30px;
	min-height: 30px;
	font-weight: 500;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
  border: 0;
}

.studies-corner {
	background-image: url('/images/studies_white-corner.png');
	background-position: top left;
	background-size: cover;
	width: 240px;
	height: 136px;
  padding: 15px 60px 52px 25px;
	justify-content: center;
  align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;

}
.studies-title {
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 60%;
	text-align: right;
}
.studies-85sixty {
	background-image: url('/images/clients_85sixty.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-achieve {
	background-image: url('/images/clients_achieve.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-alten {
	background-image: url('/images/clients_alten.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-amerisave {
	background-image: url('/images/clients_amerisave.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-ardurra {
	background-image: url('/images/studies_ardurra.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-bge {
	background-image: url('/images/clients_bge.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-bkf {
	background-image: url('/images/studies_bkf.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-cambro {
	background-image: url('/images/clients_cambro.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-cbre {
	background-image: url('/images/clients_cbre.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-certerra {
	background-image: url('/images/clients_certerra.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-ciat {
	background-image: url('/images/clients_ciat.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #f4fcfb;
}
.studies-dewalt {
	background-image: url('/images/clients_dewalt.jpg');
	background-position: center center;
	background-size: cover;
	background-color: #febd18;
}
.studies-divergence {
	background-image: url('/images/clients_divergence.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-dzeel {
	background-image: url('/images/clients_dzeel.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-finthrive {
	background-image: url('/images/studies_finthrive.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-forgen {
	background-image: url('/images/studies_forgen.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-ges {
	background-image: url('/images/clients_ges.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-gpi {
	background-image: url('/images/studies_gpi.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-hbk {
	background-image: url('/images/clients_hbk.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-icepop {
	background-image: url('/images/clients_icepop.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-israel {
	background-image: url('/images/clients_israel.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-jensen {
	background-image: url('/images/clients_jensen.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-mackay {
	background-image: url('/images/clients_mackay.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-maincourt {
	background-image: url('/images/clients_maincourt.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-mark-thomas {
	background-image: url('/images/studies_mark-thomas.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-moneta {
	background-color: #00213f;
}
.studies-mustang {
	background-image: url('/images/clients_mustang.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-nv5 {
	background-image: url('/images/studies_nv5.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-oil-changers {
	background-image: url('/images/studies_oil-changers.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-pds {
	background-image: url('/images/clients_pds.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-pw {
	background-image: url('/images/clients_pw.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-simplus {
	background-image: url('/images/clients_simplus.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-stratford {
	background-image: url('/images/clients_stratford.jpg');
	background-position: center center;
	background-size: cover;
}
.studies-washu {
	background-image: url('/images/clients_washu.jpg');
	background-position: center center;
	background-size: cover;
}

.studies-85sixty .studies-corner img { width: 150px; }
.studies-achieve .studies-corner img { width: 150px; }
.studies-alten .studies-corner img { width: 150px; }
.studies-amerisave .studies-corner img { width: 160px; }
.studies-ardurra .studies-corner img { height: 75px; }
.studies-bge .studies-corner img { width: 80px; }
.studies-bkf .studies-corner img { width: 90px; }
.studies-cambro .studies-corner img { width: 150px; }
.studies-cbre .studies-corner img { width: 150px; }
.studies-certerra .studies-corner img { width: 160px; }
.studies-ciat .studies-corner img { width: 130px; }
.studies-dewalt .studies-corner img { width: 130px; }
.studies-divergence .studies-corner img { width: 170px; }
.studies-dzeel .studies-corner img { width: 100px; }
.studies-finthrive .studies-corner img { width: 170px; }
.studies-forgen .studies-corner img { height: 44px; }
.studies-ges .studies-corner img { height: 50px; }
.studies-gpi .studies-corner img { height: 50px; }
.studies-hbk .studies-corner img { width: 150px; }
.studies-israel .studies-corner img { width: 150px; }
.studies-icepop .studies-corner img { width: 150px; }
.studies-jensen .studies-corner img { width: 150px; }
.studies-maincourt .studies-corner img { width: 110px; }
.studies-mackay .studies-corner img { width: 150px; }
.studies-mark-thomas .studies-corner img { height: 40px; }
.studies-moneta .studies-corner img { width: 160px; }
.studies-mustang .studies-corner img { width: 160px; }
.studies-nv5 .studies-corner img { width: 96px; }
.studies-oil-changers .studies-corner img { height: 75px; }
.studies-pds .studies-corner img { width: 160px; }
.studies-pw .studies-corner img { width: 160px; }
.studies-simplus .studies-corner img { width: 150px; }
.studies-stratford .studies-corner img { width: 150px; }
.studies-washu .studies-corner img { width: 145px; }

.studies-finthrive .studies-title { 
	width: 50%; 
	color: #005850;
	}
ul.tags {
	position: relative;
	padding: 5px 0;
	display: none;
}
ul.tags li {
	background-color: #fff;
	border: 1px solid #0066A4;
	padding: 3px 10px;
	height: 24px;
	border-radius: 30px;
	font: 13px 'Inter', sans-serif;
	color: #0066A4;
	font-weight: 600;
	display: inline-block;
	margin: 6px 3px 0 0;
	white-space: nowrap;
}
	
.features-row {
	margin: 0 -25px;
}
.features-box {
	background-color: #fff;
	border-radius: 25px;
	padding: 0 35px 35px;
	text-align: center;
	font: 40px 'Inter', sans-serif;
	color: #EF5600;
	font-weight: 800;
	margin: 0 25px 50px;
	width: calc(33.33% - 50px);
	float: left;
	min-height: 345px;
}
.features-box img {
	width: 90%;
}

.interior {
  background-image: url('/images/bg2.jpg');
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.header, .header-light {
	width: 100%;
	padding: 30px 0;
}
.logo {
  width: 220px;
}
/* Hamburger Menu Icon Styling */
.hamburger-menu {
  display: none;
}

ul.top-nav {
	float: right;
	text-align: right;
}
ul.top-nav li {
	margin: 12px 0 0;
	line-height: 22px;
	display: inline;
	list-style: none;
}
a.top-link {
	font: 16px 'Inter', sans-serif;
	color: #0066A4;
	margin: 0 15px;
	display: inline;
	padding: 7px 0;
}
a:hover.top-link { color: #EF5600; }
a.top-button {
	font: 16px 'Inter', sans-serif;
	color: #0066A4;
	margin: 0 15px;
	display: inline;
	padding: 7px 15px;
	background-color: #fff;
	border: 2px solid #0066A4;
	border-radius: 30px;
	height: 30px;
}
a:hover.top-button { 
	color: #fff;
	background-color: #EF5600;
	border: 2px solid #EF5600;
	}
.interior a.top-link {
	font: 16px 'Inter', sans-serif;
	color: #222;
	margin: 0 15px;
	display: inline;
	padding: 7px 0;
}
.interior a:hover.top-link { color: #444; }
.interior a.top-button {
	font: 16px 'Inter', sans-serif;
	color: #fff;
	margin: 0 15px;
	display: inline;
	padding: 7px 15px;
	background-color: rgba(0,0,0,0.2);
	border-radius: 10px;
}
.interior a:hover.top-button { 
	color: #000;
	background-color: rgba(255,255,255,0.9); 
	}
.dashboard {
	background-image: url('/images/dashboard.jpg');
	background-size: cover;
	background-position: top center;
	width: 100%;
	height: 100vh;
}
.hero {
  border-radius: 15px;
  height: 40vw;
  background-image: url('/images/happy-employees.jpg');
  background-size: cover;
  background-color: #005990;
  padding: 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.hero h1 {
	font-size: 5vw;
	font-family: Inter, sans-serif;
	letter-spacing: -2px;
	line-height: 4.5vw;
	font-weight: 300;
	color: #fff;
	width: 70%;
	position: absolute;
	top: 15%;
	left: 5vw;
}
.hero h2 {
	position: absolute;
	left: 5vw;
	top: 43%;
	width: 40%;
	font-size: 2vw;
	color: #fff;
	font-family: Inter, sans-serif;
	font-weight: 300;
	line-height: 2.2vw;
}
.hero .match {
	border: 2px solid #fff;
	padding: 10px 30px;
	color: #fff;
	border-radius: 50px;
	font: 2vw 'Inter', sans-serif;
	font-weight: 300;
	position: absolute;
	left: 5vw;
	bottom: 10%;
}
a.match:hover {
	color: #EBEB65;
	border-color: #EBEB65;
}
.hero h4 {
	margin-bottom: 25px;
}
.yellow {
	color: #EBEB65;
	background: none !important;
}


/* GUARANTEE */

.guarantee {
	background-color: #472E68;
	padding: 6vw 5vw 0;
	width: 100%;
}
.guarantee-banner {
	background-image: url('/images/guarantee-banner.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top center;
	color: #fff;
	font: 1.25vw 'Inter', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	aspect-ratio: 10 / 1;
	width: 30vw;
	margin: 0 auto;
	padding: 0.29% 0 0;
}
.guarantee h1 {
	font-size: 5vw;
	font-family: Inter, sans-serif;
	letter-spacing: -2px;
	line-height: 4.5vw;
	font-weight: 300;
	color: #fff;
	padding: 5% 15%;
	text-align: center;
}
.guarantee-checks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 40px;
	margin: 0 auto;
	width: 100%;
	padding: 1vw 2vw 3vw;
}
.guarantee-buttons {
	width: 30%;
	height: 50vh;
	text-align: center;
	padding: 20vh 4% 0;
	float: left;
}
a.guarantee-shop {
	border: 2px solid #fff;
	padding: 10px 30px;
	color: #fff;
	border-radius: 50px;
	font: 1.5vw 'Inter', sans-serif;
	font-weight: 300;
	width: 100%;
	display: block;
}
a.guarantee-shops {
	border: 2px solid #EBEB65;
	padding: 10px 30px;
	color: #EBEB65;
	border-radius: 50px;
	font: 1.5vw 'Inter', sans-serif;
	font-weight: 300;
	width: 100%;
	display: block;
	margin: 3vw 0;
}
.guarantee-ipad {
	width: 70%;
	height: 50vh;
	overflow: hidden;
	float: right;
}
.bs-white {
	text-decoration: underline;
	color: #fff;
}
.check {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	font: 1.2vw 'Inter', sans-serif;
	font-weight: 500;
	text-align: left;
	height: 1.2vw;
}
.check img {
	width: 1.2vw;
	height: 1vw;
}


/* UNIFIED */

.unified {
	background-color: #fff;
	padding: 5vw 2vw;
}
.unified h1 {
	color: #472E68;
	text-align: center;
	margin: 0 auto;
	padding: 25px 0 100px;
	font-weight: 300;
	letter-spacing: -2px;
	font-size: 5vw;
	line-height: 4.5vw;
}
.unified h4 {
	color: #FF5D59;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 50px 0 25px;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 1.25vw;
}


/* DEPARTMENT */

.department {
	background-color: #fff;
	padding: 1vw 2vw;
}
.department h1 {
	color: #472E68;
	text-align: center;
	margin: 0 auto;
	padding: 25px;
	font-weight: 300;
	letter-spacing: -2px;
	font-size: 5vw;
	line-height: 4.5vw;
}
.department h4 {
	color: #FF5D59;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 50px 0 25px;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 1.25vw;
}
.other-stores {
	width: 40%;
}
.brand-sauce {
	width: 60%;
	text-align: left;
	padding-left: 30px;
}
img.department-other-stores {
	width: 70%;
}
img.department-brand-sauce {
	width: 70%;
}

.comparison-section h3 {
	padding: 10px 2vw;
	font-weight: 300;
	font-size: 2vw;
	width: 100%;
	border-bottom: 1px solid #ddd;
}
.comparison-container {
	font-family: Arial, sans-serif;
	max-width: 80vw;
	margin: 0 10vw 5vw;
	border: 1px solid #ddd;
	border-radius: 15px;
	overflow: hidden;
}
.comparison-header {
	display: flex;
	align-items: center;
	text-align: center;
	max-height: 90px;
}
.comparison-header .other-stores {
	background-color: #f7f7f7;
	padding: 25px;
	width: 40%;
	height: 90px;
}
.comparison-header .brand-sauce {
	background-color: #fff;
	padding: 25px 20px 25px 50px;
	width: 60%;
	border-left: 1px dotted #bbb;
	height: 90px;
}
.comparison-header .comparison-column {
	flex: 1;
}
.comparison-header .comparison-vs {
	position: absolute;
	left: calc(40% + 5px);
	font-size: 2vw;
	line-height: 4vw;
	border-radius: 50%;
	color: #fff;
	background-color: #472E68;
	aspect-ratio: 1 / 1;
	width: 4vw;
	height: 4vw;
}
.comparison-column.other-stores {
	width: 40%;
}
.comparison-column.brand-sauce {
	width: 60%;
}
.comparison-section {
	padding: 20px 0 0;
	border-top: 1px solid #ddd;
}
.comparison-row {
	display: flex;
	justify-content: space-between;
	background-color: #efefef;
}
.comparison-column {
}
.comparison-column.other-stores {
	background-image: url('/images/comparison-x.png');
	background-repeat: no-repeat;
	background-position: 2vw 1.25vw;
	background-size: 2vw;
	padding: 1.25vw 2vw 1.5vw 5vw;
	width: 40%;
	line-height: 1.5vw;
	font-weight: 300;
}
.comparison-column.brand-sauce {
	background-image: url('/images/comparison-check.png');
	background-repeat: no-repeat;
	background-position: 2vw 1.25vw;
	background-size: 2vw;
	background-color: #fff;
	padding: 1.25vw 2vw 1.5vw 5vw;
	width: 60%;
	line-height: 1.5vw;
	font-weight: 300;
	border-left: 1px dotted #bbb;
}
/* .other-company,
.brand-sauce {
	margin: 0 0 15px;
	align-items: flex-start;
	line-height: 1.7vw;
	font-size: 1.4vw;
} */

.comparison-icon {
	height: 2vw;
	width: 2.5vw;
	margin-right: 10px;
}



.slogan {
	width: 100%;
	padding: 50px 0;
	text-align: left;
	color: #EF5600;
	font: 50px/50px "Inter", sans-serif;
	font-weight: 300;
}
.home-boxes {
	padding: 4%;
	position: relative;
  overflow: hidden;
  width: 100vw;
  background-color: #EF5600;
}
.background-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Scales the video to cover the container */
    z-index: -1; /* Places the video behind your content */
}
.home-products-box {
	width: 100%;
	background-color: #eee;
	height: 40vw;
	position: relative;
}
.home-products-box h1 { margin: 10% 0 5%; }
.home-products-sub { padding: 5% 0; }
.home-products {
	 display: flex;
	 flex-direction: row;
	 justify-content: left;
	 align-items: center;
	 overflow: hidden;
	 min-height: 500px;
	 font-family: 'Roboto', sans-serif;
	 transition: 0.25s;
}
 .home-products .credit {
	 position: absolute;
	 bottom: 20px;
	 left: 20px;
	 color: inherit;
}
 .home-products .options {
	 display: flex;
	 flex-direction: row;
	 align-items: stretch;
	 overflow: hidden;
	 min-width: 600px;
	 max-width: 1500px;
	 width: calc(100% - 100px);
	 height: 500px;
}

 .home-products .options .option {
	 position: relative;
	 overflow: hidden;
	 min-width: 60px;
	 margin: 10px;
	 background: var(--optionBackground, var(--defaultBackground, #e6e9ed));
	 background-size: auto 120%;
	 background-position: center;
	 cursor: pointer;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
 .home-products .options .option:nth-child(1) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(2) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(3) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(4) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(5) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(6) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(7) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option:nth-child(8) {
	 --defaultBackground: #EF5600;
}
 .home-products .options .option.active {
	 flex-grow: 10000;
	 transform: scale(1);
	 max-width: 1200px;
	 margin: 0px;
	 border-radius: 40px;
	 background-size: auto 100%;
	/*&:active {
		 transform:scale(0.9);
	}
	*/
}
 .home-products .options .option.active .shadow {
   box-shadow: inset 0 -190px 50px -120px white, inset 0 0px 50px -100px white;
}
 .home-products .options .option.active .label {
	 bottom: 20px;
	 left: 20px;
}
 .home-products .options .option.active .label .info > div {
	 left: 0px;
	 opacity: 1;
}
 .home-products .options .option:not(.active) {
	 flex-grow: 1;
	 border-radius: 30px;
}
 .home-products .options .option:not(.active) .shadow {
	 bottom: -40px;
	 box-shadow: inset 0 -120px 0px -120px white, inset 0 -120px 0px -100px white;
}
 .home-products .options .option:not(.active) .label {
	 bottom: 10px;
	 left: 10px;
}
 .home-products .options .option:not(.active) .label .info > div {
	 left: 20px;
	 opacity: 0;
}
 .home-products .options .option .shadow {
	 position: absolute;
	 bottom: 0px;
	 left: 0px;
	 right: 0px;
	 height: 160px;
	 transition: 0.5s cubic-bezier(0.0, 0.61, 0.41, 0.95);
}
 .home-products .options .option .label {
	 display: flex;
	 position: absolute;
	 right: 0px;
	 height: 40px;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
}
 .home-products .options .option .label .icon {
	 display: flex;
	 flex-direction: row;
	 justify-content: center;
	 align-items: center;
	 min-width: 40px;
	 max-width: 40px;
	 height: 40px;
	 border-radius: 100%;
	 background-color: white;
	 color: var(--defaultBackground);
}
 .home-products .options .option .label .info {
	 display: flex;
	 flex-direction: column;
	 justify-content: center;
	 margin-left: 10px;
	 color: black;
	 white-space: pre;
}
 .home-products .options .option .label .info > div {
	 position: relative;
	 transition: 0.5s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity 0.5s ease-out;
}
 .home-products .options .option .label .info .main {
	 font-weight: bold;
	 font-size: 18px;
	 text-align: left;
}
 .home-products .options .option .label .info .sub {
	 transition-delay: 0.1s;
	 font-size: 14px;
	 text-align: left;
}
.fa, .fas {
	font-size: 16px;
}

.client-hero {
	width: 100%;
	height: 50vh;
	margin: 50px 0;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}
.client-hero video {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%; 
  min-height: 100%; 
  width: auto;
  height: auto;
  object-fit: cover;
  z-index: 1;
}
.client-corner {
	position: absolute;
	bottom: 0;
	left: 0;
	max-height: 50%;
	width: auto;
	border-radius: 0 25px;
	z-index: 10;
}
.client-box {
	border-radius: 25px;
	width: 100%;
	height: auto;
	margin: 50px 0;
}
a.client-link {
	margin: 15px 0 10px 0px;
  border-radius: 50px;
  border: 1px solid #EF5600;
  background-color: #fff;
  text-align: center;
  padding: 10px 60px 10px 30px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -0.5px;
  display: inline-flex;
  color: #EF5600;
  width: fit-content;
  background-image: url(images/outbound-link.png);
  background-position: right 15px center;
  background-size: 30px;
  background-repeat: no-repeat;
}
#intro-video {
  display: none;
  z-index: 1;
}
#intro-static {
	width: 100%;
}
.intro-left {
	width: 48%;
	padding: 8vw 0 0 2vw;
	position: absolute;
	left: 0;
	top: 0;
}
.intro-right {
	width: 55%;
	position: absolute;
	bottom: 7%;
	right: 3%;
  opacity: 0;
  z-index: 0;
}
.intro-right img {
	border-radius: 25px;
}
@keyframes introRight {
  from { opacity: 0; }
  to { opacity: 1; }
}
.home-setup {
	background-color: #fff;
	padding: 25px 0;
	text-align: center;
	border-radius: 25px;
	font: 30px "Inter", sans-serif;
	color: #000;
	font-weight: 600;
	line-height: 30px;
	float: left;
	width: 48%;
	margin-right: 0;
}
.home-want-store {
	border: 1px solid #ddd;
	border-radius: 25px;
	padding: 30px;
	color: #fff;
	text-align: center;
	font: 36px "Inter", sans-serif;
	font-weight: 600;
/* 	margin-top: 4%; */
}
.home-want-store img {
	height: 26px;
	margin-bottom: -2px;
	margin-left: 5px;
}
.home-want-break {
  display: none;
}
.btn-white {
	background-color: #fff;
	border-radius: 30px;
	padding: 5px 50px;
	color: #000;
	font: 30px "Inter", sans-serif;
	font-weight: 700;
	border: 0px;
	margin: 0 15px;
}
.btn-orange {
	background-color: #D7540B;
	border-radius: 5px;
	padding: 7px 15px;
	width: 100%;
	color: #fff;
	font: 18px "Inter", sans-erif;
	font-weight: 700;
	border: 0px;
}
.home-features {
	text-align: center;
	padding: 50px 0;
}
.home-features-box {
	border: 1px solid #90B5F3;
	background-color: rgba(255,255,255,0.4);
	padding: 30px;
	text-align: center;
	font-size: 24px;
	line-height: 24px;
	font-weight: 700;
	color: #000;
	border-radius: 10px;
	width: calc(33.333% - 30px);
	margin: 15px;
	float: left;
}
.btn-orange-features {
	width: calc(33.333% - 30px);
	margin: 20px auto;
	background-color: #D7540B;
	border-radius: 5px;
	padding: 15px 40px;
	color: #fff;
	font: 21px "Inter", sans-erif;
	font-weight: 700;
	border: 0px;
}

.setup-steps {
	font: 18px/21px 'Inter', sans-serif;
	color: #000;
	font-weight: 400;
	width: 100%;
	text-align: left;
	padding: 10px 0 0;
}

.setup-step {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
	padding: 10px 10%;
	border-bottom: 1px solid #ccc;
}
.setup-step:last-child {
	border-bottom: 0;
}

.setup-step img {
  width: 20%; 
  height: auto;
  max-width: 100px;
  min-width: 50px; 
  margin-right: 20px;
}

.setup-step p {
  margin: 0; /* Removes default paragraph margin */
  font-size: 18px;
}

.animated-text {
  color: #0572ba;
	font: 9vw 'Inter', sans-serif;
	line-height: 7.5vw;
	letter-spacing: -5px;
	font-weight: 600;
	padding: 100px 0 50px;
	width: 90vw;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}

.learn-how {
	font: 21px "Inter", sans-serif;
	letter-spacing: -1px;
	color: #0066A4;
	font-weight: 400;
	margin: 0 0 150px;
}
.learn-how a {
	border-radius: 30px;
	border: 1px solid #0066A4;
	padding: 5px 15px 5px 25px;
	text-align: center;
	font: 30px "Inter", sans-serif;
	font-weight: 500;
	display: inline;
	margin-right: 10px;
	color: #0066A4;
}
.learn-how-arrow {
	width: 30px;
	display: inline-block;
	margin-left: 10px;
}
@keyframes bounceLeft {
  10% { transform: translateX(-10px); }
  20% { transform: translateX(0px); }
}
.bouncing-image {
  width: 100%;
  height: auto;
  animation: bounceLeft 3.5s infinite;
}

.brands {
	padding: 30px 0 75px 0;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}
.brand-logo {
	display: inline-block;
	width: 150px;
	margin: 0 10px;
}
h4.brands-title {
	color: #0066A4;
	text-align: center;
	margin: 0 auto;
	text-transform: uppercase;
	padding: 50px 0 25px;
	font-weight: 700;
	letter-spacing: -0.5px;
	font-size: 1.25vw;
}

.footer {
	color: #000;
	font-weight: 700;
	padding: 50px 15px;
	z-index: 1000;
}
.footer-logo {
	text-align: center;
	line-height: 21px;
	margin: 0 0 30px;
}
.footer-logo img {
	padding: 0 42% 5px;
	width: 50px;
}
a.footer-email {
	text-decoration: none;
	color: #009BFF;
}
.footer-links a {
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	color: #000;
}
.footer-links li {
	list-style: none;
	display: inline;
  margin: 0 10px;
  border-radius: 30px;
  padding: 5px 15px 7px;
  border: 1px solid #fff;
  background-color: #f7f7f7;
  white-space: nowrap;
  line-height: 45px;
}
.footer-links li:hover {
	background-color: #fff;
	border: 1px solid #efefef;
}
.footer-links ul {
	width: 100%;
	text-align: center;
	margin: 2% 0;
}
.footer-copyright {
	font-size: 11px;
	font-weight: 400;
	width: 100%;
	text-align: center;
}
.footer-email {
	font-weight: 400;
	margin-top: 20px;
}
.footer-social {
	width: 100%;
	padding: 0;
	text-align: center;
}
.footer-social img {
	display: inline;
	width: 45px;
	padding: 0 5px;
}
.home .footer-hoh {
	border: none;
	border-radius: 0;
}
.start .footer-hoh {
	display: none;
}
.footer-hoh {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 50px 30vw;
	background: #F9FAFB;
	border: 1px solid #ccc;
	border-radius: 25px;
}
.footer-hoh img {
	width: 25vw;
	margin: 0 0 30px;
}
.footer-hoh p {
	color: #000 !important;
}



/* FAQ */
.faq {
	background-image: url(/images/faq-bg.jpg);
	background-size: cover;
	background-attachment: fixed;
}
.faq .hamburger-menu div { background-color: #fff; }
.faq h1 {
	font-size: 7vw;
	line-height: 5vw;;
	color: #fff;
	letter-spacing: -0.4vw;
}
.faq-box {
  	width: calc(33% - 2vw);
  	min-height: 28vw;
  	display: block;
	margin: 2vw 2vw 0 0;
  	float: left;
	border-radius: 25px;
	border: 1px solid #fff;
	background: rgba(255,255,255,0.15);
	padding: 1.5vw 1.5vw;
}
.faq-box:nth-child(3n) {
	margin-right: 0;
}
.faq-question {
	color: #000;
	font: 1.75vw 'Inter', sans-serif;
	font-weight: 600;
	line-height: 2vw;
}
.faq-answer {
	margin: 2vw 0 0;
	font: 1.75vw 'Inter', sans-serif;
	line-height: 2.25vw;
	color: #fff;
	font-weight: 600;
}
.faq a { color: yellow; }
.faq a.top-link { color: #FFF; }
.faq a:hover.top-link { color: #13283c; }
.faq a.top-button {
	color: #FFF;
	background-color: #13283c;
	border-color: #fff;
}
.faq a:hover.top-button { 
	color: #FFF;
	background-color: #000; 
	}
.faq .footer, .footer-links a { color: #025f49; }






.cleaner {
  clear: both;
  height: 0px;
  font-size: 1px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  line-height: 1px;
  background-color: none;
}
@media (max-width: 1664px) {
  a.studies-box {
  	width: calc(50% - 15px);
  	margin: 15px 0;
  	float: left;
  }
  a.studies-box:nth-child(even) {
		margin-right: 30px;
	}
}
@media (max-width: 1200px) {
  .features-box {
  	background-color: #fff;
  	border-radius: 15px;
  	padding: 10px 35px 25px;
  	text-align: center;
  	font: 25px 'Inter', sans-serif;
  	line-height: 26px;
  	font-weight: 800;
  	margin: 0 10px 20px;
  	width: calc(50% - 20px);
  	float: left;
  	min-height: 180px;
  }
  .features h1 {
  	font: 60px/60px 'Inter', sans-serif;
  	letter-spacing: -2px;
  	font-weight: 600;
  	margin: 0 0 30px 0;
  }
  .studies h1 {
  	font: 60px/60px 'Inter', sans-serif;
  	font-weight: 600;
  	margin: 0 0 35px 0;
  }
  .studies h2 {
  	color: #000;
  	text-transform: uppercase;
  	font: 16px 'Inter', sans-serif;
  	font-weight: 700;
  	margin: 75px 0 10px;
  }
  a.studies-box {
  	width: 100%;
  	height: 350px;
  	font: 60px/55px 'Inter', sans-serif;
  	font-weight: 700;
  	margin: 15px 0;
  	border-radius: 25px;
  	float: left;
  	display: block;
  }

  a.studies-box:nth-child(even) {

  }
  .studies-corner {
  	width: 180px;
  	height: 102px;
    padding: 25px 60px 52px 25px;
  }
  .studies-title {
  	position: absolute;
  	bottom: 25px;
  	right: 20px;
  	width: 70%;
  	text-align: right;
  	font-size: 60px;
  	line-height: 55px;
  }
  .studies-finthrive .studies-title {
	  background: linear-gradient(to bottom, rgba(244,252,251,0), #f4fcfb);
  }
  .studies-finthrive {
  	background-position: center center;
  	background-size: cover;
  	background-color: #f4fcfb;
  }
  
  .studies-85sixty .studies-corner img { width: 110px; }
  .studies-achieve .studies-corner img { width: 100px; }
  .studies-alten .studies-corner img { width: 110px; }
  .studies-amerisave .studies-corner img { width: 120px; }
  .studies-ardurra .studies-corner img { height: 56px; }
  .studies-bge .studies-corner img { width: 55px; }
  .studies-bkf .studies-corner img { width: 60px; }
  .studies-cambro .studies-corner img { width: 120px; }
  .studies-cbre .studies-corner img { width: 120px; }
  .studies-certerra .studies-corner img { width: 125px; }
  .studies-ciat .studies-corner img { width: 115px; }
  .studies-dewalt .studies-corner img { width: 110px; }
  .studies-divergence .studies-corner img { width: 125px; }
  .studies-dzeel .studies-corner img { width: 75px; }
  .studies-finthrive .studies-corner img { width: 128px; }
  .studies-forgen .studies-corner img { height: 31px; }
  .studies-ges .studies-corner img { height: 45px; }
  .studies-gpi .studies-corner img { height: 38px; }
  .studies-hbk .studies-corner img { width: 120px; }
  .studies-icepop .studies-corner img { width: 110px; }
  .studies-jensen .studies-corner img { width: 120px; }
  .studies-mackay .studies-corner img { width: 120px; }
  .studies-maincourt .studies-corner img { width: 90px; }
  .studies-mark-thomas .studies-corner img { height: 30px; }
  .studies-moneta .studies-corner img { width: 120px; }
  .studies-mustang .studies-corner img { width: 115px; }
  .studies-nv5 .studies-corner img { width: 72px; }
  .studies-oil-changers .studies-corner img { height: 56px; }
  .studies-pds .studies-corner img { width: 110px; }
  .studies-pw .studies-corner img { width: 120px; }
  .studies-simplus .studies-corner img { width: 120px; }
  .studies-stratford .studies-corner img { width: 120px; }
  .studies-washu .studies-corner img { width: 110px; }
  
  
  .studies-finthrive .studies-title {	
  	width: 70%; 
  	color: #005850;
	}
  .home-setup {
  	padding: 20px 0 0;
	}
	.setup-step {
		padding: 5px 10%;
		border-bottom: 1px solid #ccc;
	}
	.setup-step p {
	  margin: 0; /* Removes default paragraph margin */
	  font-size: 16px;
	}
	.footer-hoh {
		padding: 50px 15vw;
	}
	.footer-hoh img {
		width: 40vw;
	}
	.faq-box {
		width: calc(50% - 2vw);
		min-height: 20vw;
		display: block;
	  margin: 2vw 2vw 0 0;
		float: left;
	  border-radius: 25px;
	  border: 1px solid #fff;
	  background: rgba(255,255,255,0.15);
	  padding: 1.5vw 1.5vw;
	}
	.faq-box:nth-child(3n) {
		margin-right: 2vw;
	}
	.faq-box:nth-child(odd) {
		margin-right: 0;
	}

}

@media (max-width: 767px) {
	h3 {
		font: 21px/27px "Inter", sans-serif;
		font-weight: 400;
		letter-spacing: -1px;
	}
	.studies h3 {
		margin: 30px 0;
	}
  .equal {
    flex-wrap: wrap;
  }
  .header, .header-light {
  	width: 100%;
  	padding: 20px 0;
  }
  .logo {
    width: 140px;
  }
	/* Transform to 'X' */
	.change .bar1 {
    transform: rotate(-45deg) translate(-1px, 2px);
	}
	.change .bar2 {opacity: 0;}
	.change .bar3 {
    transform: rotate(45deg) translate(-5px, -6px);
	}
	.hamburger-menu {
    cursor: pointer;
    display: block;
    width: 30px;
    height: 24px;
		position: absolute;
		top: 15px;
		right: 20px;
		z-index: 101;
	}
	.hamburger-menu div {
	    width: 100%;
	    height: 4px;
	    background-color: #333;
	    margin: 6px 0;
	    transition: 0.4s;
	}
  ul.top-nav {
		float: none;
		position: fixed;
  	text-align: center;
  	margin: 0;
  	background-color: rgba(255,255,255,0.95);
  	width: 100vw;
  	height: 100vh;
  	top:0;
  	left:0;
  	display: none;
  	padding: 20% 0;
  	z-index: 100;
  }
  a.top-link {
	  font-size: 9vw;
	  font-weight: 700;
	  letter-spacing: -2px;
	  line-height: 15vw;
  }
	ul.top-nav li {
	    display: block;
	    opacity: 0;
	    transition: opacity 0.5s ease-in-out;
	}
	a.top-button {
		font-size: 9vw;
		font-weight: 700;
		line-height: 20vw;
		border-radius: 100px;
		padding: 10px 45px;
		letter-spacing: -1px;
		border: 2px solid #ef5600;
		color: #ef5600;
		background-color: #fff;
	}
	.fade-in {
	    opacity: 1 !important;
	}
  .hero {
  	padding: 30% 20px 20px;
  	min-height: 25%;
  	position: relative;
  }
  .hero-play {
    position: absolute;
    right: 20px;
    bottom: 20px;
  	width: 75px;
  }
  .slogan {
  	width: 100%;
  	padding: 30px 0;
  	font: 25px/25px "Inter", sans-serif;
  	font-weight: 300;
  }
  .home-features-box {
  	padding: 20px;
  	font-size: 20px;
  	line-height: 20px;
  	width: calc(50% - 20px);
  	margin: 10px;
  	min-height: 175px
  }
  .btn-orange-features {
  	width: calc(100% - 20px);
  	padding: 10px 30px;
  	color: #fff;
  	font: 18px "Inter", sans-erif;
  	font-weight: 700;
  }
  .home-boxes {
		padding: 3%;
  }
  .home-products {
  	padding: 15px;
  	border-radius: 15px;
  	font: 20px "Inter", sans-serif;
  	font-weight: 600;
  	line-height: 20px;
  	width: 100%;
  	margin-right: 0;
  	margin-bottom: 15px;
  	float: none;
  }
  .home-setup {
  	padding: 15px 0;
  	border-radius: 15px;
  	font: 20px "Inter", sans-serif;
  	font-weight: 600;
  	line-height: 20px;
  	float: none;
  	width: 100%;
  	margin-right: 0;
  }
  .home-want-store {
  	border-radius: 15px;
  	padding: 20px;
  	font: 24px "Inter", sans-serif;
  	line-height: 24px;
  	font-weight: 600;
  	margin-top: 0;
  }
  .home-want-store img {
  	height: 14px;
  	margin-bottom: -2px;
  	margin-left: 5px;
  }
  .btn-white {
  	background-color: #fff;
  	border-radius: 25px;
  	padding: 5px 30px;
  	font: 20px "Inter", sans-serif;
  	font-weight: 700;
  	margin: 20px 0 0;
  }
  .home-want-break {
  	content: "\A";
    white-space: pre;
    display: block;
  }
  .studies h1 {
	font: 36px/35px 'Inter', sans-serif;
	letter-spacing: -2px;
	font-weight: 600;
	margin: 0 0 30px 0;
  }
  .studies h2 {
  	color: #000;
  	text-transform: uppercase;
  	font: 16px 'Inter', sans-serif;
  	font-weight: 700;
  	margin: 30px 0 10px;
  }
  .features h1 {
  	font: 36px/35px 'Inter', sans-serif;
  	letter-spacing: -2px;
  	font-weight: 600;
  	margin: 0 0 30px 0;
  }
  .features h2 {
  	color: #000;
  	text-transform: uppercase;
  	font: 16px 'Inter', sans-serif;
  	font-weight: 700;
  	margin: 30px 0 10px;
  }
  .features-row {
  	margin: 0 -25px;
  }
  .features-box img {
  	width: 100%;
  }
  .features-box {
  	background-color: #fff;
  	border-radius: 15px;
  	padding: 10px 35px 25px;
  	text-align: center;
  	font: 25px 'Inter', sans-serif;
  	line-height: 26px;
  	font-weight: 800;
  	margin: 0 10px 20px;
  	width: calc(50% - 20px);
  	float: left;
  	min-height: 230px;
  }
  .studies-corner {
  	width: 180px;
  	height: 102px;
    padding: 20px 60px 52px 25px;
  }
  .studies-title {
  	position: absolute;
  	bottom: 30px;
  	right: 30px;
  	width: 90%;
  	text-align: right;
  	font-size: 35px;
  	line-height: 35px;
  	letter-spacing: -1px;
  }

  a.studies-box {
  	width: 100%;
  	height: 300px;
  	font: 35px/30px 'Inter', sans-serif;
  	font-weight: 700;
  	margin: 15px 0;
  	border-radius: 20px;
  }
  
  .studies-achieve .studies-corner img { width: 110px; }
  .studies-amerisave .studies-corner img { width: 120px; }
  .studies-ardurra .studies-corner img { height: 45px; }
  .studies-bkf .studies-corner img { width: 55px; }
  .studies-cambro .studies-corner img { width: 120px; }
  .studies-cbre .studies-corner img { width: 110px; }
  .studies-certerra .studies-corner img { width: 130px; }
  .studies-dewalt .studies-corner img { width: 120px; }
  .studies-dzeel .studies-corner img { width: 80px; }
  .studies-finthrive .studies-corner img { width: 95px; }
  .studies-forgen .studies-corner img { height: 28px; }
  .studies-gpi .studies-corner img { height: 30px; }
  .studies-jensen .studies-corner img { width: 120px; }
  .studies-nv5 .studies-corner img { width: 48px; }
  .studies-oil-changers .studies-corner img { height: 40px; }
  .studies-pds .studies-corner img { width: 110px; }
  .studies-pw .studies-corner img { width: 120px; }
  .studies-washu .studies-corner img { width: 100px; }
  
  
  .studies-finthrive .studies-title {	
  	width: 80%;
  	text-align: right;
	}
	.tag {
    padding: 2px 6px;
    height: 20px;
    border-radius: 24px;
    font: 11px 'Inter', sans-serif;
    font-weight: 600;
    display: inline-block;
    margin: 4px 0px 0 0;
    white-space: nowrap;
  }
	.animated-text {
		font: 12vw 'Inter', sans-serif;
		line-height: 9.5vw;
		letter-spacing: -2px;
		font-weight: 600;
		padding: 75px 0 40px;
		width: 100%;
	}
	.learn-how {
		font: 16px "Inter", sans-serif;
		letter-spacing: -0.5px;
		margin: 0 0 75px;
	}
	.learn-how a {
		font: 21px "Inter", sans-serif;
	}
	.learn-how-arrow {
		width: 20px;
	}  
	.studies-header {
		font: 50px/45px 'Inter', sans-serif;
		letter-spacing: -2px;
		font-weight: 600;
		color: #0066A4;
		margin-top: 30px;
	}
	.studies-header img {
    float: left;
    height: 67px;
    margin: 5px 0 20px 4px;
  }
  .client-hero {
		width: 100%;
		height: 30vh;
		margin: 30px 0;
		position: relative;
		border-radius: 15px;
	}
	.client-corner {
		border-radius: 0 15px;
	}
	.client-box {
		border-radius: 15px;
		width: 100%;
		height: auto;
		margin: 30px 0;
	}
	a.client-link {
    margin: 5% 0 10px 3%;
    border-radius: 25px;
    padding: 0px 45px 0px 15px;
    font-size: 16px;
    background-size: 20px;
    float: right;
    line-height: 36px;
	}
	#client-site {
		position: fixed;
		top: 50px;
		right: 10px;
	  opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    transform: translateY(-10px);
	}
	#client-site a button {
		display: inline-block;
		font: 16px 'Inter', sans-serif;
		display: inline;
		padding: 10px 45px 10px 15px;
		background-color: #EF5600;
	  background-image: url(images/outbound-link-white.png);
	  background-position: right 15px center;
	  background-size: 20px;
	  background-repeat: no-repeat;
		border-radius: 25px;
		min-height: 25px;
		font-weight: 500;
	  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
	  border: 0;
	}
	.brands {
		padding: 20px 0 30px 0;
	  width: 100%;
	  overflow: hidden;
	  white-space: nowrap;
	}
	.brand-logo {
		display: inline-block;
		width: 100px;
		margin: 0 5px;
	}
	h4.brands-title {
		color: #000;
		text-align: center;
		margin: 0 auto;
		text-transform: uppercase;
		padding: 30px 0 10px;
		font-weight: 700;
		letter-spacing: -0.5px;
		font-size: 16px;
	}
	.footer-hoh {
		padding: 50px 5vw;
	}
	.footer-hoh img {
		width: 50vw;
	}

	.desktop { display: none; }
	.mobile { display: block; }
}

#container {
  height: 40vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  overflow: hidden;
  margin: 5%;
}

.word-pair {
  display: flex;
  flex-direction: column;
  align-items: left;
  position: absolute;
  left: 3vw;
  top: 10%;
  z-index: 4;
}

#pair1 { color: #eee; }
#pair1 .word:nth-child(2) { color: #eee; }
#pair2  { color: #eee; }
#pair2 .word:nth-child(2) { color: #efefef; }
#pair3 { color: #fff; }

.word {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.5s, transform 0.5s;
  font-size: 13.5vw;
  line-height: 10.5vw;
	font-family: 'Inter', Arial, sans-serif;
  letter-spacing: -0.75vw;
  text-align: left;
  font-weight: 900;
}
#final-words {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.25s, transform 0.25s;
  text-align: left;
  position: absolute;
  left: 14vw;
  top: 9.5%;
  color: #e4e4e4;
  z-index: 5;
}
.final-words {
  font-size: 3vw;
	font-family: 'Inter', Arial, sans-serif;
	font-weight: 900;
	letter-spacing: -1px;
}
.watch-video {
	padding: 15px 30px;
	border: 2px solid #fff;
	font-size: 24px;
	font-weight: 700;
	font-family: 'Inter', sans-serif;
	border-radius: 50px;
}
.video-text {
	position: absolute;
	bottom: 10%;
	left: 5%;
	color: #fff;
	font: 35px 'Inter', sans-esrif;
	border: 2px solid #fff;
	border-radius: 40px;
	padding: 15px 15px;
	letter-spacing: -1.5px;
	opacity: 1;
}
.video-text img {
	border-radius: 0 !important;
	margin: 0 0 5px 5px;
	width: 40px;
}
.hero-play {
    position: relative;
    width: 100%;
    /* You can set a specific height if needed, or let it adjust based on the video's aspect ratio */
    height: 50vw;
    overflow: hidden;
    border-radius: 25px;
}

.hero-play video {
  width: 100%;
  height: auto;
  display: block;
}
#play-button {
	background: none;
	border: 0;
	width: 45%;
	position: absolute;
	bottom: 7%;
	right: 3%;
  opacity: 1;
  z-index: 1;
	padding: 0;
	border-radius: 25px;
	filter: brightness(95%);
	transition: filter 0.5s ease;
	overflow: hidden;
}
#play-button:hover {
	filter: brightness(110%);

	}
#x-button {
	position: absolute;
	width: 50px;
	top: 20px;
	right: 20px;
	border: none;
	background: none;
	display: none;
	z-index: 10;
}
.hero-text {
  font-size: 2vw;
  line-height: 2.5vw;
  font-weight: 500;
  color: #e4e4e4;
  width: 38%;
  letter-spacing: -1px;
  position: absolute;
  top: 59%;
  left: 4vw;
}
.hero-box-text {
	position: absolute;
	right: 5%;
	bottom: 20%;
	font: 2vw 'Inter', sans-serif;
	font-weight: 700;
	text-align: right;
}
.hero-box-text-2 {
	position: absolute;
	right: 7%;
	top: 12%;
	font: 5vw 'Inter', sans-serif;
	line-height: 4.5vw;
	letter-spacing: -2px;
	font-weight: 700;
	text-align: right;
	width: 50%;
	color: #777;
}
.hero-box-1 {
	position: absolute;
	right: 3%;
	top: 12%;
	width: 30%;
	height: 15%;
	border-radius: 25px;
	border: 1px solid #999;
	background-size: cover;
	background-position: left center;
}
.hero-box-2 {
	position: absolute;
	right: 3%;
	top: 29%;
	width: 30%;
	height: 15%;
	border-radius: 25px;
	border: 1px solid #999;
	background-image: url('images/hero-2.jpg');
	background-size: cover;
	background-position: left center;
}
.hero-box-3 {
	border: 0;
	width: 49%;
	height: 49.5%;
	position: absolute;
	bottom: 7%;
	right: 3%;
  z-index: 0;
	padding: 0;
	border-radius: 25px;
/* 	border: 1px solid #777; */
}
a.why-button {
	position: absolute;
	left: 3vw;
	bottom: 3vw;
	border: 1px solid;
	padding: 0.75% 1.5%;
	text-align: center;
	font: 2vw 'Inter', sans-serif;
	letter-spacing: -1px;
	color: #fff;
	font-weight: 600;
	border: 2px solid #fff;
	background-color: rgba(255,255,255,0.1);
	border-radius: 50px;
}

.hero-content {
	z-index: 0;
}

.home-clients {
	width: 100%;
	background-color: #efefef;
	padding: 50px 0;
	margin: 50px 0 0;
	text-align: center;
}
a.clients-button {
	font-size: 1.5vw;
	font-weight: 500;
	letter-spacing: -1px;
	color: #222;
	padding: 7px 20px;
	background-color: #fff;
	border-radius: 50px;
	text-align: center;
	margin: 50px auto;
	border: 1px solid #aaa;
  transition: color 0.5s ease, border 0.5s ease, background-color 0.5s ease;
}
a.clients-button:hover {
  color: #000;
  border: 1px solid #222;
  background-color: #eee;
  transition: color 0.5s ease, border 0.5s ease, background-color 0.5s ease;
}

.home-clients-row {
	width: 90%;
	margin: 0 5% 3% 5%;
	border-radius: 25px;
	height: 35vh;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}
.home-studies-box {
  display: inline-block;
  white-space: normal;
  margin-right: 5%;
  position: absolute;
	width: calc(50% - 15px);
	height: 35vh;
	font: 50px/50px 'Inter', sans-serif;
	letter-spacing: -2px;
	color: #fff;
	font-weight: 700;
	border-radius: 25px;
}
a.home-link { display: none; }
a.home-studies-box:hover { color: #efefef; }
.home-want {
	position: absolute;
	width: 28%;
	right: 5%;
	top: 15%;
}
.product-carousel {
    width: 60vw;
    position: absolute;
    left: 5%;
    top: 10%;
    height: 80%;
    overflow: hidden;
    border-radius: 25px;
}
.slide {
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    transition: transform 1s ease-in-out;
    border-radius: 25px;
}
.slide img { border-radius: 25px; }
.slide:nth-child(1) { z-index: 2; }
.slide:first-child { z-index: 1; }

.testimonials {
	background-color: #fc6961;
	margin-top: 5vw;
	padding: 5vw 0;
}
.testimonials h1 {
	color: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 50px 0 0;
	font-weight: 300;
	letter-spacing: -2px;
	font-size: 3.5vw;
	line-height: 3vw;
}
.carousel {
  min-height: 50vw;
  perspective: 300px;
	width: 100%;
	padding: 0;
}
.carousel .carousel-item {
	width: 40vw;
	background: #fff;
	padding: 50px;
	height: auto;
	text-align: center;
  border-radius: 15px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
}
a.carousel-item:hover, a.carousel-item:visited, a.carousel-item:active, a.carousel-item {
	text-decoration: none;
	color: inherit
}
.testimonial-image {
	margin: 0 auto;
	overflow: hidden;
	border-radius: 50%;
	border: solid 8px #fff;
	width: 150px;
	height: 150px;
	position: absolute;
	top: -80px;
	left: calc( 50% - 75px );
}
.testimonial-image img {
  width: 100%;
}
.testimonial-stars img {
	margin: 30px auto 20px;
	width: 150px;
}
.testimonial-author {
	clear: both;
}
.testimonial-name {
	font: 1.1vw 'Inter', sans-serif;
	font-weight: 800;
	margin: 20px 0 7px;
}
.testimonial-title {
	font: 1vw 'Inter', sans-serif;
	font-weight: 400;
	margin: 3px 0;
	font-style: italic;
}
.testimonial-client {
	font: 1vw 'Inter', sans-serif;
	font-weight: 400;
	margin: 3px 0;
}
.testimonial-client img {
	max-width: 150px;
	max-height: 60px;
	margin: 20px 0 0;
}
.carousel-item p {
	font: 1.1vw 'Inter', sans-serif;
	line-height: 1.5vw;
	font-weight: 300;
}
.quote-top {
	width: 40px;
	float: left;
	margin-top: -10px;
	margin-left: -10px;
}
.quote-bottom {
	width: 40px;
	float: right;
	margin-top: -10px;
	margin-right: -10px;
}
.home-calendly {
	background-color: #101D4D;
	width: 100%;
	padding: 3vw 0;
}
.home-form {
	background-color: #fbfcfd;
	width: 80vw;
	margin: 3vw 10vw;
	padding: 3vw;
	border-radius: 15px;
}
.home-form-right {
	float: right;
	width: 60%
}
.home-form-left {
	float: left;
	width: 40%;
	color: #fff;
	font-weight: 400;
	font-size: 3vw;
	line-height: 3.5vw;
	letter-spacing: -0.15vw;
	padding-top: 5vw;
}
.home-form-left h1 {
	color: #101D4D;
	font-size: 4vw;
	line-height: 3.5vw;
	font-weight: 400;
	margin-top: 5vw;
}
.home-form-left h2 {
	color: #101D4D;
	font-size: 1.5vw;
	line-height: 2vw;
	font-weight: 400;
	margin: 50px 0 0;
	letter-spacing: -0.05vw;
}
.bs-red {
	color: #fc6961;
}

@media (max-width: 1200px) {
	h4 { letter-spacing: -1px; }
	.hero-text { letter-spacing: -1px; }
	.hero-box-1, .hero-box-2, .hero-box-3, #play-button img { border-radius: 15px; }
	.carousel{
	  min-height: 70vw;
	  perspective: 250px;
		
		width: 100%;
		padding: 50px 0;
	}
}
@media (max-width: 1000px) {
	.carousel{
	  min-height: 80vw;
	  perspective: 200px;
		width: 100%;
		padding: 0;
	}
	.carousel .carousel-item {
		width: 50vw;
		background: #fff;
		padding: 30px;
		height: auto;
		text-align: center;
	  border-radius: 15px;
	  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	}
	.testimonial-image {
		margin: 0 auto;
		overflow: hidden;
		border-radius: 50%;
		border: solid 8px #fff;
		width: 100px;
		height: 100px;
		position: absolute;
	  top: -50px;
	  left: calc( 50% - 50px );
	}
	.testimonial-stars img {
		margin: 40px auto 20px;
		width: 120px;
	}
	.testimonial-author {
		clear: both;
	}
	.testimonial-name {
		font: 1.75vw 'Inter', sans-serif;
		font-weight: 800;
		margin: 20px 0 5px;
	}
	.testimonial-title {
		font: 1.75vw 'Inter', sans-serif;
		font-weight: 400;
		margin: 0;
		font-style: italic;
	}
	.testimonial-client img {
		max-width: 120px;
		max-height: 50px;
		margin: 20px 0 0;
	}
	.carousel-item p {
		font: 1.75vw 'Inter', sans-serif;
		line-height: 2.5vw;
		font-weight: 300;
	}
	.quote-top {
		width: 30px;
		float: left;
		margin-top: -10px;
		margin-left: -10px;
	}
	.quote-bottom {
		width: 30px;
		float: right;
		margin-top: -10px;
		margin-right: -10px;
	}
}
@media (max-width: 767px) {
	h4 { letter-spacing: -0.5px; }
	a.why-button { letter-spacing: 0; }
	.hero-text {
		width: 45%;
		letter-spacing: 0;
		top: 60%;
	}
	.hero-box-1, .hero-box-2, .hero-box-3, #play-button img { border-radius: 10px; }
	.video-text {
		top: 82%;
		left: 11%;
		transform: translate(-50%, -50%);
		color: #fff;
		font: 24px 'Inter', sans-esrif;
		padding: 5px;
		opacity: 0.8;
		background-color: rgba(0,0,0,0.5);
		width: 45px;
		height: 45px;
	}
	.video-text img {
    margin: 0 0 2px 7px;
    width: 20px;
	}
	.hero { border-radius: 15px; }
	a.home-link { display: block; }
	.faq-box {
		width: calc(100%);
		min-height: 0;
		display: block;
		margin: 3vw 0;
		float: none;
	  	border-radius: 15px;
	  	border: 1px solid #fff;
	  	background: rgba(255,255,255,0.15);
	  	padding: 3vw;
	}
	.faq-box:nth-child(3n) {
		margin-right: 0;
	}
	.faq-box:nth-child(odd) {
		margin-right: 0;
	}
	.faq-question {
		color: #000;
		font: 3vw 'Inter', sans-serif;
		font-weight: 600;
		line-height: 3vw;
		margin: 0;
	}
	.faq-answer {
		margin: 2vw 0;
		font: 3vw 'Inter', sans-serif;
		line-height: 3vw;
		color: #fff;
		font-weight: 600;
	}
	.faq a.top-link { color: #333; }
	
	.hero {
		background-position: center;
	}
	.hero h1 {
		font-size: 10vw;
		top: 7%;
		line-height: 7.5vw;
	}
	.hero h2 {
		width: 60%;
		font-size: 4vw;
		line-height: 4vw;
	}
	.hero .match {
		padding: 4px 20px;
		font-size: 5vw;
	}
	.guarantee {
		padding: 5vw 5vw 0;
	}
	.guarantee-banner {
		font-size: 2vw;
		width: 40vw;
	}
	.guarantee h1 {
		font-size: 7vw;
		line-height: 6.5vw;
		padding: 5%;
	}
	.guarantee-checks {
		gap: 10px 20px;
	}
	.check {
		font-size: 2.2vw;
		line-height: 2.2vw;
	}
	.guarantee-buttons {
		width: 100%;
		height: 10vh;
		padding: 0 20vw;
	}
	a.guarantee-shop {
		border: 1px solid #fff;
		padding: 4px 10px;
		font-size: 3vw;
		margin: 3vw 0;
	}
	a.guarantee-shops{
		border: 1px solid #ebeb65;
		padding: 4px 10px;
		font-size: 3vw;
		margin: 3vw 0;
	}
	.guarantee-ipad {
		width: 95%;
		height: 20vh;
	}
	.unified h4 {
		text-transform: capitalize;
		padding: 50px 0 0;
		letter-spacing: 0;
		font-size: 4vw;
	}
	.unified h1 {
		font-size: 7vw;
		line-height: 7vw;
		padding: 25px 0;
	}
	img.department-brand-sauce {
		width: 90%;
	}
	img.department-other-stores {
		width: 90%;
	}
	.comparison-container {
		max-width: 98vw;
		margin: 0 1vw 5vw;
	}
	.comparison-section h3 {
		font-size: 4vw;
		padding: 5px 2vw;
	}
	.comparison-header .brand-sauce {
		padding: 5px 5px 5px 30px;
		height: 40px;
	}
	.comparison-header .other-stores {
		height: 40px;
		padding: 5px;
	}
	.comparison-column.other-stores {
		font-size: 2.5vw;
		line-height: 2.5vw;
		font-weight: 400;
		padding: 2vw 2vw 2vw 6vw;
		background-size: 3vw;
		background-position: 2vw 2vw;
	}
	.comparison-column.brand-sauce {
		font-size: 2.5vw;
		line-height: 3vw;
		font-weight: 400;
		padding: 2vw 2vw 2vw 6vw;
		background-size: 3vw;
		background-position: 2vw 2vw;
	}
	.testimonials h1 {
		font-size: 8vw;
		line-height: 7vw;
		letter-spacing: -1px;
	}
	.department h4 {
		font-size: 3vw;
		padding: 30px 0 0;
	}
	.department h1 {
		font-size: 9.5vw;
		line-height: 9.5vw;
	}
	.check img {
		width: 2.3vw;
		height: 2vw;
	}
	.check {
		gap: 2px;
	}
	.home-calendly {
		background-color: #101D4D;
		width: 100%;
		padding: 10vh 0;
	}
	.home-form {
		background-color: #fbfcfd;
		width: 94vw;
		margin: 3vw;
		padding: 3vw;
		border-radius: 10px;
	}
	.home-form-right {
		float: none;
		width: 100%
	}
	.home-form-left {
		float: none;
		width: 100%;
		color: #fff;
		font-weight: 400;
		font-size: 3vw;
		line-height: 3.5vw;
		letter-spacing: -0.15vw;
		padding-top: 5vw;
	}
	.home-form-left h1 {
		color: #101D4D;
		font-size: 9vw;
		line-height: 9.5vw;
		font-weight: 400;
		margin-top: 0vw;
	}
	.home-form-left h2 {
		color: #101D4D;
		font-size: 4.5vw;
		line-height: 5vw;
		font-weight: 300;
		margin: 20px 0;
		letter-spacing: -0.05vw;
	}
}

@media screen and (max-width: 718px) {
 .home-products .options {
		 min-width: 520px;
	}
	 .home-products .options .option:nth-child(8), .home-products .options .option:nth-child(6), .home-products .options .option:nth-child(7) {
		 display: none;
	}
	.carousel{
	  min-height: 100vw;
	  perspective: 200px;
		
		width: 100%;
		padding: 0;
	}
	.carousel .carousel-item {
		width: 50vw;
		background: #fff;
		padding: 30px;
		height: auto;
		text-align: center;
	  border-radius: 15px;
	  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	}
	.testimonial-image {
		margin: 0 auto;
		overflow: hidden;
		border-radius: 50%;
		border: solid 8px #fff;
		width: 100px;
		height: 100px;
		position: absolute;
	  top: -50px;
	  left: calc( 50% - 50px );
	}
	.testimonial-stars img {
		margin: 40px auto 20px;
		width: 120px;
	}
	.testimonial-author {
		clear: both;
	}
	.testimonial-name {
		font: 2.25vw 'Inter', sans-serif;
		font-weight: 800;
		margin: 20px 0 5px;
	}
	.testimonial-title {
		font: 2vw 'Inter', sans-serif;
		font-weight: 400;
		margin: 0;
		font-style: italic;
	}
	.testimonial-client img {
		max-width: 120px;
		max-height: 50px;
		margin: 20px 0 0;
	}
	.carousel-item p {
		font: 2vw 'Inter', sans-serif;
		line-height: 2.75vw;
		font-weight: 300;
	}
	.quote-top {
		width: 25px;
		float: left;
		margin-top: -10px;
		margin-left: -10px;
	}
	.quote-bottom {
		width: 25px;
		float: right;
		margin-top: 0px;
		margin-right: -10px;
	}
}
 @media screen and (max-width: 638px) {
	 .home-products .options {
		 min-width: 440px;
	}
	 .home-products .options .option:nth-child(6) {
		 display: none;
	}
	.home-products .options { height: 450px; }
	.home-products { padding: 0; }
}
 @media screen and (max-width: 558px) {
	 .home-products .options {
		 min-width: 360px;
	}
	 .home-products .options .option:nth-child(5) {
		 display: none;
	}

	.home-products .options { height: 350px; }
	.home-products { padding: 0; }
}
 
@media (max-width: 480px) {
	h1 {
		font: 5vw 'Inter', sans-serif;
		line-height: 4.5vw;
		font-weight: 600;
		letter-spacing: -1px;
	}
	h2 {
		font: 32px 'Inter', sans-serif;
		color: #000;
		font-weight: 700;
	}
	h3 {
		font: 18px "Inter", sans-serif;
		font-weight: 400;
		letter-spacing: 0px;
	}
	h4 {
		font: 4vw 'Inter', sans-serif;
		letter-spacing: 0;
	}	
	.home-products-sub { width: 100%; }
	.hero-box-1, .hero-box-2, .hero-box-3{ display: none; }
	.word {
		font-size: 15vw;
		line-height: 12vw;
	}
	.word-pair { top: 0; }
	.final-words {
    font-size: 4vw;
    letter-spacing: -0.5px;
  }
  #final-words {
	  left: 13vw;
	  top: 4.5vw;
  }
	.hero { height: 100vw; }
	.hero-text {
		width: 90%;
		top: 34vw;
		font-size: 3vw;
		line-height: 4vw;
	}
	a.why-button {
		display: none;
	}
	#play-button {
		width: 94%;
		right: 3%;
		bottom: 3%;
		opacity: 1;
	}
	.home-studies-box {
		width: 100%;
		position: relative;
		margin-right: -45%;
	}
	.home-clients-row {
		margin: 0 5% 10%;
	}
	a.clients-button { font-size: 5vw; }
	.start h1 {
    font: 9.5vw 'Inter', sans-serif;
    line-height: 10vw;
    font-weight: 700;
  }
  .start-top-left, .start-top-right { width: 100%;float: none;position:relative; }
  video#\33 0sec { border-radius: 10px; }
  .start-box-top { height: auto;  }
	.carousel {
	  min-height: 80vh;
	  perspective: 150px;
		width: 100%;
		padding: 0;
	}
	.carousel .carousel-item {
		width: 70vw;
		background: #fff;
		padding: 30px;
		height: auto;
		text-align: center;
	  border-radius: 15px;
	  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.25);
	}
	.testimonial-image {
		margin: 0 auto;
		overflow: hidden;
		border-radius: 50%;
		border: solid 8px #fff;
		width: 100px;
		height: 100px;
		position: absolute;
	  top: -50px;
	  left: calc( 50% - 50px );
	}
	.testimonial-stars img {
		margin: 40px auto 20px;
		width: 120px;
	}
	.testimonial-author {
		clear: both;
	}
	.testimonial-name {
		font: 3.25vw 'Inter', sans-serif;
		font-weight: 800;
		margin: 20px 0 5px;
	}
	.testimonial-title {
		font: 3vw 'Inter', sans-serif;
		font-weight: 400;
		margin: 0;
		font-style: italic;
	}
	.testimonial-client img {
		max-width: 120px;
		max-height: 50px;
		margin: 20px 0 0;
	}
	.carousel-item p {
		font: 3.5vw 'Inter', sans-serif;
		line-height: 3.75vw;
		font-weight: 300;
	}
	.quote-top {
		width: 25px;
		float: left;
		margin-top: -10px;
		margin-left: -10px;
	}
	.quote-bottom {
		width: 25px;
		float: right;
		margin-top: 0px;
		margin-right: -10px;
	}
}

@media screen and (max-width: 478px) {
	 .home-products .options {
		 min-width: 280px;
	}
	 .home-products .options .option:nth-child(4) {
		 display: none;
	}
	.home-products-box { height:125vw; }
	.home-products .options { height: 250px; }
	.home-products { padding: 0; }
	.home-products-box h1 { margin: 5% 0 5%; }
	.home-products-sub { padding: 5% 0; }
	.home-want {
		position: relative;
		width: 100%;
		padding:5%;
		top: 0;
		left: 0;
	}
	.product-carousel {
	    width: 90vw;
	    position: relative;
	    height: 40%;
	    overflow: hidden;
	    border-radius: 10px;
	    top: 0;
	    left: 0;
	    margin: 0 5vw;
	}
	.slide {
	    border-radius: 10px;
	}
	.slide img { border-radius: 10px; }
}