﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 
html{
	scroll-behavior: smooth;
}
/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#ccc 1px solid;}


/*---AESTHETIC--------------------------------*/

.white{
	color: #fff;
}
.green{
	color: #16a34a;
}
.light-red{
	color: #ff9ea2;
}
.red{
	color: #df131b !important;
}
.red-on-black{
	color: #ff2a32 !important;
}
.gray{
	color: #ececec;
}
.dark{
	color: #151515;
}
.rounded{
	border-radius: 4px;
	overflow: hidden;
}
.bg-img{
	background-size: cover;
	background-position: center center;
}
.bg-tl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.bg-tr{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: top right;
	background-repeat: no-repeat;
}
.bg-bl{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom left;
	background-repeat: no-repeat;
}
.bg-br{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
	background-size: auto auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}

.bg-offwhite{
	background-color: #ececec;
}
.bg-black{background-color: #000;
color:#fff;}
/*---STRUCTURE--------------------------------*/

.relative{
	position: relative;
}
.pad-top{
	padding-top: max(80px, 4.5vw);
}
.pad-bottom{
	padding-bottom: max(80px, 4.5vw);
}

.pad-top-half{
	padding-top: max(40px, 2.25vw);
}
.pad-bottom-half{
	padding-bottom: max(40px, 2.25vw);
}
.cs-wrapper{
	padding-left:8vw;
	padding-right:8vw;
}
.cs-shadow{box-shadow: 0 0 24px 0 rgba(0,0,0,0.15); z-index: 100; 
    position: relative;}
/*---TEXT--------------------------------*/

.heading-xl, .heading-lg, .heading-md, .heading-sm, .heading-xs{
	font-family: "aktiv-grotesk", sans-serif;
	display: block;
}

.heading-xl{
	font-weight: 700;
	font-size: clamp(30px, 54px, 2vw);
	line-height: 0.93;
	letter-spacing: -0.05em;
}
.heading-lg{
	font-weight: 700;
	font-size: clamp(24px, 36px, 2vw);
	line-height: 1;
	letter-spacing: -0.05em;
}
.heading-md{
	font-weight: 700;
	font-size: clamp(24px, 30px, 2vw);
	line-height: 1.1;
	letter-spacing: -0.05em;
}
.heading-sm{
	font-weight: 800;
	font-size: 18px;
	line-height: 1.1;
	letter-spacing: -0.05em;
}
.heading-xs{
	font-weight: 700;
	font-size: 14px;
	line-height: 1.3;
	letter-spacing: -0.05em;
}
.paragraph{	
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.3;
	letter-spacing: normal;
}
.paragraph-sm{	
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 400;
	font-size: 12px;
	line-height: 1.3;
	letter-spacing: normal;
}


/*---BUTTONS--------------------------------*/

.cta{
	display: inline-block;
	padding: 0 30px 0;
	line-height: 48px;
	white-space: nowrap;
	max-width: 100%;
	position: relative;
	font-family: "aktiv-grotesk", sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	color: #fff;
	letter-spacing: -0.01em;
	background-color: #df131b;
	text-align: center;
	border-radius: 90px;
    box-sizing: border-box;
	
	transition: ease all 0.4s;
}
.cta:hover{
	background-color: #c10a11;
}
.cta-white:hover{
	background-color: #ececec;
}
.cta-dark:hover{
	background-color: #151515;
}
.cta-simple{
	display: inline-block;
	padding: 0 0 0 0;
	line-height: 48px;
	max-width: 100%;
	position: relative;
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #000;
	letter-spacing: -0.01em;
	text-align: center;
    box-sizing: border-box;
	transition: ease all 0.4s;
}
.cta-simple:hover{
	color: #df131b;
}
.cta-simple i{
	transform: translateX(0px);
	transition: ease all 0.4s;
}
.cta-simple:hover i{
	transform: translateX(5px);
}
.cta-dark{
	background: #000;
	color: #fff;
}

.cta-white{
	background: #fff;
	color: #000;
}
.cta-lg{
	font-size: 24px;
	padding: 10px 30px;
}
.cta-sm{
	font-size: 12px;
	padding: 0px 16px;
	line-height: 30px;
	text-transform: unset;
}
/* HERO */

.hero{
}
.hero > div{
	display: flex;
	align-items: flex-end;
	min-height: 35vw;
}
.hero-text{
	width: 100%;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	padding: 8vh 8vw 8vh 8vw;
	gap: 20px;
}

.hero-toggles{
	display: flex; align-items: stretch;
	flex-direction: column;
}
.hero-toggles > div{
	background: #000;
	flex-grow: 1;
	width: 100%;
	box-sizing: border-box;
	padding: 30px 40px;
    display: flex;
    align-items: center;
	transition: ease all 0.2s;
	cursor: pointer;
	position: relative;
}
.hero-toggles > div:hover{
	padding-left: 50px;
}
.hero-toggles > div.active{
	background: #df131b;
	color: #fff;
	
	padding-left: 50px;
}
.hero-toggles > div.active > div{ 
	background-color: #df131b;
}
.hero-toggles > div:not(.active) > div{ 
	opacity: 0;
	background: #000;
}
.hero-toggles > div > div{    
    background-size: 100% auto;
    background-position: center;
    background-blend-mode: multiply;
    position: absolute;
    right: 40px;
    top: 0;
    bottom: 0;
    width: 160px;
    background-repeat: no-repeat;
	opacity: 0.15;
	
	transition: ease background-color 0.2s;
}

@media screen and (max-width: 1199px){

	.hero-toggles > div:not(.active) > div{ 
		filter: invert(1);
		background: #fff;
	}
	.hero-toggles > div > div{    
		opacity: 0.7 !important;
		background-size: 70% auto !important;
		background-position: center !important;
		background-repeat: no-repeat !important;
		background-blend-mode: multiply;
		position: absolute;
		right: 0;
		left: 0;
		top: 0;
		bottom: 0;
		width: unset;

		transition: ease all 0.2s;
	}
	.hero > div{
		min-height: unset !important;
		height: 450px;
	}
	.hero > div{
		position: relative;
		background-size: 100% auto !important;
		background-position: top center !important;
		background-repeat: no-repeat !important;
	}
	.hero > div:nth-of-type(1){
		background-color: #d2d2d2;
	}
	.hero > div:nth-of-type(2), .hero > div:nth-of-type(3){
		background-color: #212121;
	}
	.hero .hero-text{
		position: relative;
		flex-wrap: wrap;
	}
	.hero .hero-text > div{
		flex-direction: unset !important ;
		flex-wrap: wrap;
	}
}
@media screen and (max-width: 767px){
	.hero-toggles{
		display: flex; flex-wrap: nowrap;
		flex-direction: row;
	}
	.hero-toggles > div {
		width: 33.33333%;
	}
	.hero-toggles > div > div{
		background-size: auto 80% !important;
		opacity: 1 !important;
	}
	.hero-toggles > div:not(.active) > div{
		background-color: #ccc !important;
	}
	.hero{
		border-radius: 0px !important;
	}
	.hero > div:nth-of-type(n+2):nth-of-type(-n+3)  .hero-text{
		margin-bottom: 30px;
	}
}
.bg-red{background-color: #df131b !important;}
.hero-toggles > div span{
	position: relative;
	z-index: 10;
}

/* CAROUSEL */

.cta-machine{
	border-radius: 8px;
	background: #ececec;
	padding: 30px;
	box-sizing: border-box;
    height: unset !important;
	transition: ease box-shadow 0.4s !important;
}
.cta-machine:hover{
	box-shadow: inset 0 0 24px 0 rgba(0,0,0,0.15);
}
a.cta-machine{
	cursor: pointer;
}
.cta-machine img{
	max-width: 100%;
	margin: 10px -10px 0;
	display: block;
}
.cta-machine > div:nth-of-type(1){
	margin: 20px 0;
	font-size: 24px;
}

.cta-service{
	padding: 30px;
	box-sizing: border-box;
}
.cta-service .paragraph{
	max-width: 260px;
}

/*--------FORM STYLES--------------------*/


		#multiStepForm {
			position: relative;
			display: block;
		  	margin: 0 auto;
			font-family: "aktiv-grotesk", sans-serif;
			padding: 4vw;
			border-radius: 8px;
			background-color: #ececec;
		}
		#multiStepForm .nav-buttons {
			margin-left: 1px;
			display: flex; gap: 10px;
			
		}
		#multiStepForm .swiper-pagination{
			display: flex;
			gap: 0;
			position: relative;
			margin-top: 30px;
			margin-bottom: 30px;
			border-radius: 90px;
			overflow: hidden;
		}
		#multiStepForm .form-swiper .heading-md{
			margin-bottom: 12px;
		}
		#multiStepForm .swiper-pagination > .swiper-pagination-bullet{
			width: 100%; margin: 0;
			border-radius: 0;
			background-color: dodgerblue !important;
    		opacity: 1;
		}
		#multiStepForm .swiper-pagination > .swiper-pagination-bullet-active ~ .swiper-pagination-bullet{
			background-color: #999 !important;
		}

		.form-swiper button {
		  margin-top: 1.5rem;
		  border: none;
		  border-radius: 4px;
		  cursor: pointer;
		  background: #2563eb;
		  color: #fff;
			transition: ease all 0.2s;
		}
		.form-swiper button:hover {
		  background: #2563eb;
		}
		.form-swiper button.prev-btn {
		  background: #6b7280;
		}
		.form-swiper button.prev-btn:hover {
		  background: #6b7280;
		}
		.form-swiper .submit-btn {
		  background: #16a34a;
		}
		.form-swiper .submit-btn:hover {
		  background: #16a34a;
		}

.custom-form input, .custom-form select{
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #333;
	line-height: 24px;
	resize: none;
	outline: none;
	border: none;
	box-sizing: border-box;
	width: 100%;
	border-bottom: solid 1px #999;
	background: transparent !important;
	border-radius: 0;
	margin-bottom: 10px;    
	font-family: "aktiv-grotesk", sans-serif !important;
}
.custom-form input[type="radio"], .custom-form input[type="checkbox"]{
	width: 24px;
}
.custom-form .flex{
	gap: 10px;
	display: flex;
}
.custom-form textarea{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	font-weight: 300;
	font-size: 14px;
	color: #535b65;
	line-height: 24px;
	resize: none;
	margin-bottom: 10px;
	border: none;
	border-bottom: solid 1px #999;
	background: transparent !important;
	border-radius: 0;
	outline: none;
	font-family: "aktiv-grotesk", sans-serif !important;
}


#formcaptcha {
    position: absolute;
    left: 4vw;
    top: calc(100% - 4vw - 72px);
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.3);
	background: #fff;
	z-index: 100;
    width: 215px;
}
#formcaptcha button {
	border: unset;
	outline: unset;
	appearance: none;
	cursor: pointer;
	border-radius: 8px;
	margin-top: 12px;
}
#formcaptcha i {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 18px;
	text-align: center;
	font-size: 18px;
	color: #555;
	cursor: pointer;
	padding: 4px;
	background: #ececec;
	border-radius: 4px;
}
.CaptchaPanel{
	margin: 0 !important;
	padding: 0 !important;
	text-align: left !important;
	font-family: "aktiv-grotesk", sans-serif !important;
}
.CaptchaPanel img{
	border: unset !important;
	border-radius: 10px;
	width: 100%;
}
.CaptchaPanel, .CaptchaAnswerPanel, .CaptchaImagePanel, .CaptchaMessagePanel{
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.CaptchaWhatsThisPanel a{
	color: #535b65 !important;
}
.CaptchaMessagePanel, .CaptchaWhatsThisPanel{
	padding: 0 !important;
	font-size: 12px;
}

#is-forms form{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 23px;
	padding: 40px 0;
}
#is-forms .view-all-btn{
	position: absolute;
	bottom: -60px;
	font-size: 18px;
	
	font-family: "aktiv-grotesk", sans-serif;
	font-weight: 500;
}
#is-forms .view-all-btn i{
	padding-left: 5px;
	transition: ease all 0.2s;
}
#is-forms .view-all-btn:hover i{
	transform: translateX(10px);
}
#is-forms form > div{
	display: flex;
	width: 100%;
}
#is-forms form > div > div:not([class^="col-lg"]):not(.cs-divider){
	width: 100%;
	padding: 0 3%; 
	box-sizing: border-box;
}
#is-forms .cs-divider{
	background: #444;
}
#is-forms ::placeholder{
	color: #999;
}
#is-forms form > div > div[class^="col-lg"]{
	padding: 0 3%; 
	box-sizing: border-box;
}
#is-forms form input, #is-forms form select, #is-forms form button{
	width: 100%;
	display: block;
	color: #fff;
}
#is-forms form select option{
	color: #333;
}
#is-forms form input, #is-forms form select{
	line-height: 48px;
	font-family: "aktiv-grotesk", sans-serif;
	font-size: 18px;
	font-weight: 300;
	background: none !important;
	border: none !important;
	height: 48px;
	width: 100%;
	outline: none;
}

#is-forms .cta{
	background: #df131b;
	outline: none;
	color: #fff;
	border: none !important;
	cursor: pointer;
    white-space: nowrap;
	text-transform: unset !important;
}
#is-forms .cta:hover{
	background: #c10a11;
}


#is-forms .col-xs-12{
	position: relative;
}
#is-forms .col-xs-12 input, #is-forms .col-xs-12 select{
	padding-left: 12px;
}
#is-forms .input-icon{
	position: absolute;
	left: 30px;
	top: 15px;
	font-size: 16px;
	opacity: 0.66;
}
@media screen and (max-width: 1199px){
	#is-forms form > div{
		flex-wrap: wrap;
		gap: 20px;
	}
	.cs-divider{
		display: none !important;
	}
}
/*-------- FOOTER STYLES ----------------*/

.cs-footer a{
	color: #fff;
}
.cs-footer ul:not(.icon-list) li{
	
	margin-bottom: 4px;
}
ul.icon-list li{
	position: relative;
	padding-left: 40px;
	margin-bottom: 18px;
}
.icon-list li i{
	position: absolute;
	left: 0;
	top: 3px;
	width: 24px;
	text-align: center;
}

/*---------- RESPONSIVE STYLES ----------*/

@media only screen and (max-width: 1440px) {

	.pad-top{
		padding-top: max(60px, 3vw);
	}
	.pad-bottom{
		padding-bottom: max(60px, 3vw);
	}

	.pad-top-half{
		padding-top: max(30px, 1.5vw);
	}
	.pad-bottom-half{
		padding-bottom: max(30px, 1.5vw);
	}
}
@media only screen and (max-width: 1200px) {

	.wrapper{
		padding-left: 0;
		padding-right: 0;
	}
	
}
@media only screen and (max-width: 767px) {

	.custom-form .flex{flex-wrap: wrap; gap: 0px;}
	.heading-sm{
		font-size: 14px;
	}
}






