.float-right {
	float: right;
}

.header body {
	position: absolute !important;
	font-family: montserrat, sans-serif !important;
	overflow-x: hidden !important;
}

.header .montserrat-500 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.header .opensans-500 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

.header button:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9) !important;
}

.header .nav-title {
	color: #173844;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.header .language-dropdown {
	background: #173844;
	border: none;
	color: white;
	cursor: pointer;
}

.header .language-dropdown:focus-visible {
	outline: none;
}

.header .trial {
	background-color: #d1202b !important;
	color: #fff;
}

@media screen and (max-width: 768px) {
	.header .trial__wrapper {
		margin-right: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 768px) {
	.header .trial {
		padding: 10px 15px !important;
	}
}

.header .login {
	border: 1px solid #173844 !important;
	color: #173844 !important;
}

.header .login:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9) !important;
}

.header .login:hover {
	color: white;
}

.header .nav-sub-titles {
	color: #173844;
	font-size: 16px;
	line-height: 35px;
	cursor: pointer;
}

.header .nav-sub-titles:hover {
	color: #d1202b;
}

.header .nav-subheading-mobile {
	color: #173844;
	font-size: 16px;
	font-weight: 500;
}

.header .nav-title-mobile {
	color: #173844;
	font-family: 'Montserrat', sans-serif;
}

.header .redColor {
	color: #d1202b;
}

.header .show-nav {
	display: flex !important;
	height: auto;
	overflow: hidden;
	top: 100%;
	width: 100%;
	z-index: 1;
	background-color: white;
	box-shadow: 0px 3px 3px #000 29;
}

.header .show-nav:hover {
	height: auto;
}

.header .nav-mobile {
	display: none;
}

.header .nav-mobile-container {
	display: none;
}

.header .font-20 {
	font-size: 20px;
}

.header .open-accordion {
	display: block !important;
	transition: display 2s;
}

.header .close-accordion {
	display: none !important;
}

.header .nav-btn-m {
	padding: 10px 25px 10px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
}

.header .nav-btn-m:hover {
	background-color: #173844;
}

.header .show-nav-m {
	display: flex !important;
	height: auto;
	overflow: hidden;
	top: 100%;
	width: 100%;
	z-index: 1;
	background: white;
	box-shadow: 0px 3px 3px #000 29;
}

.header .show-nav-m:hover {
	height: auto;
}

.header .main-container {
	background-color: rgba(255, 255, 255, 0.75);
}

.header .main-btn-container {
	padding-right: 35px;
}

.header .header-content {
	color: #173844;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;
}

.header .header-content-m {
	color: #173844;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0;
}

.header .header-btn1 {
	background-color: #d1202b !important;
	color: white !important;
	padding: 15px 8px 15px 8px !important;
	font-weight: 700;
}

.header .header-btn1:hover {
	background-color: #173844 !important;
	border-color: #173844 !important;
}

.header .header-btn2 {
	background-color: rgba(255, 255, 255, 0) !important;
	color: #173844 !important;
	padding: 15px 8px 15px 8px !important;
	border: 1px solid #173844 !important;
	font-weight: 700 !important;
}

.header .header-btn2:hover {
	background-color: #173844;
	border-color: #173844;
	color: white;
}

.header #ipad {
	height: 80%;
}

.header #guy {
	width: 90%;
}

.header #ipad-m {
	position: absolute;
	bottom: -25%;
	left: 0;
}

@media only screen and (max-width: 576px) {
	.header .nav-btn-m {
		padding: 10px 20px 10px 20px;
	}
}

@media only screen and (max-width: 1200px) {
	.header .nav-title {
		font-size: 14px;
	}

	.header .main-container {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.header .main-btn-container {
		padding-right: 15px;
	}

	.header .header-btn1 {
		padding: 10px 10px 10px 10px;
	}

	.header .header-btn2 {
		padding: 10px 10px 10px 10px;
	}

	.header .header-content {
		font-size: 18px;
	}

	.header #ipad {
		height: 75%;
	}

	.header #guy {
		width: 80%;
	}
}

@media only screen and (max-width: 992px) {
	.header .nav-desktop {
		display: none;
	}

	.header .nav-mobile {
		display: flex;
	}

	.header .white-col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.header .guy-col {
		display: none !important;
	}

	.header .main-container {
		padding-bottom: 0;
	}

	.header #ipad {
		height: 85%;
	}
}

@media only screen and (max-width: 840px) {
	.header #ipad {
		height: 75%;
	}
}

@media only screen and (max-width: 745px) {
	.header #ipad {
		height: 70%;
	}
}

@media only screen and (max-width: 698px) {
	.header #ipad {
		display: none;
	}

	.header #guy-mobile {
		display: block !important;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.header .ipad-col {
		display: none !important;
	}

	.header .claim-col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.header .header-btn1 {
		width: 60% !important;
	}

	.header .header-btn2 {
		width: 60% !important;
	}
}

@media only screen and (max-width: 425px) {
	.header .nav-btn-m {
		padding: 10px 20px 10px 20px;
	}

	.header .hide-row {
		display: none;
	}

	.header .guy-for-mobile {
		display: flex !important;
	}

	.header .mobile-header-container {
		display: flex !important;
	}
}

@media only screen and (max-width: 385px) {
	.header .nav-btn-m {
		padding: 5px;
	}
}

.header .slogan {
	color: #173844;
	font-size: 50px;
	letter-spacing: -1.2px;
	line-height: 70px !important;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.header .slogan-m {
	color: #173844;
	font-size: 40px;
	letter-spacing: -1.2px;
	line-height: 48px !important;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.header .lang-row {
	background-color: #173844;
}

.header #myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
}

.header .our-customers-container {
	padding: 50px 100px 50px 100px;
	background-color: #ebf5f7;
}

.header .mobile-client-carousel {
	display: none;
}

.header .serve-container-mobile {
	display: none;
}

@media screen and (max-width: 576px) {
	.header .facts-heading {
		justify-content: center;
	}

	.header .fact-row {
		padding-top: 2rem !important;
	}

	.header .global-map-container {
		padding: 60px 10px 60px 10px !important;
	}

	.header .serve-container-desktop {
		display: none;
	}

	.header .serve-container-mobile {
		display: block;
	}

	.header .desktop-client-carousel {
		display: none;
	}

	.header .mobile-client-carousel {
		display: block;
	}

	.header .our-customers-container {
		padding: 50px 50px 50px 50px;
	}
}

@media screen and (max-width: 992px) {
	.header .customer-review-mobile {
		display: flex !important;
	}

	.header .customer-review-desktop {
		display: none !important;
	}

	.header .carouselExampleControls-m {
		display: block !important;
		top: 55%;
	}

	.header .mobile-carousel-arrow {
		width: 30px !important;
		height: 30px !important;
	}

	.header .carouselExampleControls-d {
		display: none !important;
	}
}

@media screen and (max-width: 425px) {
	.header .with-solextron {
		font-size: 27px;
		line-height: 35px;
	}

	.header .margin-y-mobile {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.header .carouselExampleControls-m {
		top: 65%;
	}
}

.header .global-map-container {
	padding: 50px 100px 50px 100px;
	background-color: #fff;
}

.header .btn-global {
	padding: 20px 50px 20px 50px;
	border: 1px solid #173844;
	color: #173844;
	font-weight: 800;
	border-radius: 0;
	background-color: white;
	letter-spacing: 0.5px;
	font-family: 'Montserrat', sans-serif;
}

.header .btn-global:hover {
	background-color: #173844;
	color: white;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.header .btn-global:focus {
	box-shadow: none;
}

.header .btn-global:active {
	background-color: #173844 !important;
	border: 1px solid #173844 !important;
	color: white !important;
}

.header .btn-global .btn-light:not(:disabled):not(.disabled).active:focus,
.header .btn-global .btn-light:not(:disabled):not(.disabled):active:focus,
.header .btn-global .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
}

.header .serve-container {
	background-color: #ebf5f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.header .job-caption {
	color: #272827;
	font-size: 20px;
	font-weight: 600;
}

.header .scroller {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.header .scroller::-webkit-scrollbar {
	width: 0 !important;
	background: transparent !important;
}

.header .serve-scroller {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.header .serve-scroller::-webkit-scrollbar {
	width: 0 !important;
	background: transparent !important;
}

.header .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 100%;
	background-color: lightslategrey;
}

.header .footer-links {
	color: #272827;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
}

.header .mobile-visible {
	display: none;
}

.header .p-250 {
	padding-bottom: 550px;
}

@media (max-width: 992px) {
	.header .p-250 {
		padding-bottom: 150px;
	}
}

@media (max-width: 992px) {
	.header .p-250 {
		padding-bottom: 50px;
	}
}

@media (max-width: 992px) {
	.header .solex-logo {
		height: calc(100% + 4vw);
		width: auto;
		position: absolute;
		z-index: 1;
		top: -25%;
	}
}

@media (min-width: 992px) {
	.header .solex-logo {
		height: calc(100% + 4vw);
		width: auto;
		position: absolute;
		z-index: 1;
		top: -2vw;
		right: 0;
	}
}

.header .contact-btn {
	padding: 20px 30px 20px 30px;
	background-color: #d1202b;
	color: white;
	border-radius: 0;
}

.header .contact-btn:hover {
	background-color: white;
	color: #d1202b;
}

@media (max-width: 992px) {
	.header .contact-col {
		margin-bottom: 60px;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.header .contact-text-col {
		text-align: center;
		justify-content: center;
	}
}

.header .customer-heading {
	font-size: 40px;
	letter-spacing: -0.5px;
	color: #173844;
	font-weight: 800;
	line-height: 60px;
	font-family: 'Montserrat', sans-serif;
}

.header .customer-heading .customer-heading2 {
	letter-spacing: -0.5px;
	color: #d1202b;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

@media screen and (max-width: 576px) {
	.header .customer-heading {
		font-size: 30px;
	}
}

.header .customer-quote {
	padding-top: 70px;
	color: #272827;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 500;
	text-align: start;
	font-family: 'Open Sans', sans-serif;
}

.header .customer-name {
	color: #272827;
	font-size: 16px;
	line-height: 26px !important;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: start;
	font-family: 'Open Sans', sans-serif;
}

.header .box {
	z-index: 0;
}

.header .company {
	color: #969696;
	font-size: 14px;
	line-height: 26px !important;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: start;
}

@keyframes slideActive {
	to {
		left: 0;
	}
}

.header .next {
	position: absolute;
	top: 0;
	right: 0;
}

.header .previous {
	position: absolute;
	top: 0;
	left: -100%;
}

.header .role-card {
	width: 100%;
	min-width: 100%;
	text-align: center;
}

.header .role-card .scroller {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.header .role-card .scroller::-webkit-scrollbar {
	width: 0 !important;
	background: transparent !important;
}

.header .role-card h3 {
	padding-top: 25px;
}

.header .pr-110 {
	padding-right: 110px;
}

.header .bg-features {
	background-color: #fff;
}

.header .bg-features-btn {
	background-color: #fff;
}

@media screen and (max-width: 576px) {
	.header .features-carousel {
		height: 790px;
	}
}

@media only screen and (min-width: 576px) {
	.header .features-carousel {
		height: 750px;
	}
}

@media only screen and (min-width: 992px) {
	.header .features-carousel {
		height: 600px;
	}
}

@media (max-width: 768px) {
	.header .mobile-6 {
		width: 50%;
	}

	.header .mobile-visible {
		display: block;
	}

	.header .desktop-visible {
		display: none;
	}

	.header .pr-110 {
		padding-right: 0;
	}

	.header .bg-features {
		background-color: #ebf5f7;
	}

	.header .bg-features-btn {
		background-color: #ebf5f7;
		border-color: #173844;
		color: #173844;
	}
}

.header .customer-carousel-control-next {
	top: 15%;
}

@media screen and (max-width: 576px) {
	.header .customer-carousel-control-next {
		top: 40%;
		justify-content: end;
	}
}

.header .customer-carousel-control-prev {
	top: 15%;
}

@media screen and (max-width: 576px) {
	.header .customer-carousel-control-prev {
		top: 40%;
		justify-content: start;
	}
}

.header .carousel-control-prev-icon {
	background-image: url(images/left@2x.png) !important;
	height: 40px;
	width: 40px;
}

.header .carousel-control-next-icon {
	background-image: url(images/right@2x.png) !important;
	height: 40px;
	width: 40px;
}

.header .forward-bg {
	background-image: url(images/forward_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.header .double-arrow {
	top: 0;
	left: 53%;
	transform: translate(-50%, -50%);
}

.header .forward-p {
	padding-left: 70px;
	padding-right: 70px;
}

.header .white-container {
	position: relative;
	width: 60%;
}

@media screen and (max-width: 576px) {
	.header .white-container {
		position: relative;
		width: 100% !important;
	}

	.header .forward-p {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.header .tablet-visible {
	display: flex;
}

@media screen and (max-width: 767px) {
	.header .tablet-visible {
		display: none;
	}
}

@media screen and (min-width: 992px) {
	.header .tablet-visible {
		display: none;
	}
}

.header video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.header .grayscale {
	filter: grayscale(0.6);
}

.header .grayscale:hover {
	filter: grayscale(0);
}

.header .card-body {
	padding: 15px !important;
}

.header .p-relative {
	position: relative;
}

.header .pb-30 {
	padding-bottom: 30px;
}

@media only screen and (max-width: 576px) {
	.header .pb-30 {
		padding-bottom: 15px;
	}
}

.header .font-size-12 {
	font-size: 12px;
}

.header h2 {
	color: #173844;
	font-size: 40px;
	line-height: 1.2em;
	letter-spacing: 1px;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

@media only screen and (max-width: 576px) {
	.header h2 {
		font-size: 30px;
		line-height: 38px !important;
	}
}

.header .centered {
	text-align: center;
}

.header .h3-subheadings {
	font-size: 23px;
	letter-spacing: 1.44px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
}

.header .h3-red {
	color: #d1202b;
}

.header .h3-white {
	color: #fff;
}

.header .nav-btn {
	padding: 10px 25px 10px 25px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

.header .btn {
	padding: 15px 30px;
	display: inline-block;
	font-weight: 700;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	font-size: 1rem;
	line-height: 1.2;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	text-transform: uppercase;
	font-family: Montserrat, sans-serif;
}

.header .red-btn {
	background-color: #d1202b;
	color: #fff;
}

.header .red-btn:hover {
	background-color: #fff;
	color: #d1202b;
}

.header .transparent-btn {
	border: 1px solid #173844;
	color: #173844;
}

.header .transparent-btn:hover {
	background-color: #173844;
	color: white;
}

.header .transparent-btn:focus {
	box-shadow: none !important;
}

.header .bg-white1 {
	backdrop-filter: saturate(180%) blur(5px);
	background: rgba(255, 255, 255, .8);
}

.marketing-page {
	font-family: "Poppins", sans-serif;
	color: #333;
	overflow-x: hidden;
	/* Common Utilities .container {
		 max-width: 1200px;
		 margin: 0 auto;
		 padding: 0 24px;
	}
	 */
}

.marketing-page * {
	box-sizing: border-box;
}

.marketing-page .section-padding {
	min-height: 100vh;
	padding: 80px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media (max-width: 768px) {
	.marketing-page .section-padding {
		padding: 48px 0;
	}
}

.marketing-page .section-padding>.container {
	width: 100%;
}

.marketing-page .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 32px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	cursor: pointer;
	transition: all 0.3s ease;
	border: none;
}

.marketing-page .btn-primary {
	background-color: #d1202b;
	color: #fff;
}

.marketing-page .btn-primary:hover {
	background-color: #ae1b24;
}

.marketing-page .btn-outline {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
}

.marketing-page .btn-outline:hover {
	background-color: #fff;
	color: #d1202b;
}

.marketing-page .section-title {
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.2;
}

@media (max-width: 768px) {
	.marketing-page .section-title {
		font-size: 28px;
	}
}

.marketing-page .section-subtitle {
	font-size: 18px;
	color: #666;
	margin-bottom: 48px;
}

@media (max-width: 768px) {
	.marketing-page .section-subtitle {
		font-size: 16px;
	}
}

.marketing-page .hero-section {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}

.marketing-page .hero-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 100%);
}

.marketing-page .hero-section .hero-content {
	position: relative;
	z-index: 1;
}

.marketing-page .hero-section .container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .hero-section .container {
		padding: 40px 24px;
	}
}

.marketing-page .hero-section .hero-label {
	background-color: #f44444;
	color: #272525;
	padding: 5.4px 10.8px;
	border-radius: 0.35rem;
	font-size: 14.4px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: -0.36px;
	line-height: 23.04px;
	margin-bottom: 12.6px;
	display: inline-block;
}

.marketing-page .hero-section .hero-title {
	font-size: 45px;
	font-weight: 700;
	color: #000;
	margin-bottom: 27px;
	line-height: 1.25;
}

@media (max-width: 767px) {
	.marketing-page .hero-section .hero-title {
		font-size: 40px;
		margin-bottom: 20px;
	}
}

.marketing-page .hero-section .hero-text {
	font-size: 18px;
	color: #272525;
	margin: 20.25px 0;
	line-height: 1.7;
}

@media (max-width: 767px) {
	.marketing-page .hero-section .hero-text {
		font-size: 16px;
		margin: 20px 0;
	}
}

.marketing-page .hero-section .hero-button {
	padding: 12px 22px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28.8px;
	background: #d1202b;
	color: #fff;
	border-radius: 6.75px;
	border-width: 0;
	letter-spacing: -0.36px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.marketing-page .hero-section .hero-button {
		font-size: 16px;
		padding: 9px 16px;
	}
}

.marketing-page .challenge-section {
	background-color: #d1202b;
	color: #fff;
}

.marketing-page .challenge-section .container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .challenge-section .container {
		padding: 40px 24px;
	}
}

.marketing-page .challenge-section .challenge-title {
	color: white;
}

.marketing-page .challenge-section .challenge-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 48px;
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.marketing-page .challenge-section .challenge-grid {
		grid-template-columns: repeat(1, 1fr);
		gap: 40px;
		margin-bottom: 20px;
	}
}

.marketing-page .challenge-section .challenge-card h3 {
	margin: 18px 0;
}

@media (max-width: 767px) {
	.marketing-page .challenge-section .challenge-card h3 {
		margin: 16px 0;
	}
}

.marketing-page .challenge-section .challenge-card ul {
	list-style-type: disc;
	padding: 0 7.2px;
	margin-left: 10px;
}

.marketing-page .challenge-section .challenge-card ul li {
	color: white;
	margin-bottom: 6.3px;
}

.marketing-page .challenge-section .challenge-content {
	color: white;
	font-weight: 600;
	padding-left: 27px;
	padding-top: 20.25px;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .challenge-section .challenge-content {
		padding-left: 20px;
		padding-top: 20px;
		margin-bottom: 20px;
	}
}

.marketing-page .video-section .vid-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container {
		grid-template-columns: 1fr;
	}
}

.marketing-page .video-section .vid-container .content-wrapper {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container .content-wrapper {
		padding: 40px 24px;
	}
}

.marketing-page .video-section .vid-container .content-wrapper .vid-title {
	color: #000;
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container .content-wrapper .vid-title {
		margin-bottom: 20px;
	}
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-1 {
	color: #000;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container .content-wrapper .vid-text-1 {
		margin-bottom: 20px;
	}
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 {
	padding: 4.5px 18px 9px;
	border-radius: 0.35em;
	color: #000;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 {
		padding: 4.5px 16px 9px;
	}
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row {
	display: flex;
	column-gap: 18px;
	margin: 18px 0;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row {
		column-gap: 16px;
		margin: 16px 0;
	}
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-icon i {
	color: #85141b;
	font-size: 18px;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-icon i {
		font-size: 16px;
		margin-top: 5px;
	}
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-content {
	color: black;
	width: 100%;
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-content .video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	border-radius: 5px;
	overflow: hidden;
	background: #000;
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-content .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-content .video-caption {
	margin-top: 12px;
	font-size: 15px;
	line-height: 1.5;
}

.marketing-page .video-section .vid-container .content-wrapper .vid-text-2 .vid-row .vid-content b {
	color: black;
	font-weight: 600;
}

.marketing-page .video-section .vid-container .img-wrapper {
	margin: 18px 0;
	background: url(images/marketing/vid-bg.png);
	border-radius: 6.7px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 0;
	min-height: 0;
}

.marketing-page .video-section .vid-container .img-wrapper img {
	height: 100%;
	max-height: 550px;
	max-width: 100%;
	border-radius: 6.7px;
	display: block;
	object-fit: contain;
	margin: auto;
}

.marketing-page .resources-section .res-container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .resources-section .res-container {
		padding: 40px 24px;
	}
}

.marketing-page .resources-section .res-title {
	margin-bottom: 36px;
	color: black;
}

@media (max-width: 767px) {
	.marketing-page .resources-section .res-title {
		margin-bottom: 30px;
	}
}

.marketing-page .resources-section .res-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 18px;
}

@media (max-width: 767px) {
	.marketing-page .resources-section .res-grid {
		grid-template-columns: repeat(1, 1fr);
		row-gap: 18px;
	}
}

.marketing-page .resources-section .res-grid .res-card {
	background: #f8d3d5;
	border: solid 1px #d1202b;
	border-radius: 6.3px;
	padding: 18px;
}

@media (max-width: 767px) {
	.marketing-page .resources-section .res-grid .res-card {
		padding: 16px;
	}
}

.marketing-page .resources-section .res-grid .res-card .res-icon {
	width: 54px;
	height: 54px;
	margin-bottom: 18px;
	background: #d1202b;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.marketing-page .resources-section .res-grid .res-card .res-icon {
		margin-bottom: 16px;
	}
}

.marketing-page .resources-section .res-grid .res-card .res-icon img {
	width: 24px;
	height: 24px;
	filter: invert(100%);
}

.marketing-page .resources-section .res-grid .res-card h3 {
	color: black;
	margin-bottom: 10.8px;
}

.marketing-page .resources-section .res-grid .res-card p {
	color: black;
}

.marketing-page .optimization-section .op-container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container {
		padding: 40px 24px;
	}
}

.marketing-page .optimization-section .op-container .op-title {
	color: black;
	margin-bottom: 36px;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container .op-title {
		margin-bottom: 30px;
	}
}

.marketing-page .optimization-section .op-container .op-text {
	color: black;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container .op-text {
		margin-bottom: 20px;
	}
}

.marketing-page .optimization-section .op-container .op-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	gap: 18px;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container .op-grid {
		grid-template-columns: 1fr;
		gap: 16px;
	}
}

.marketing-page .optimization-section .op-container .op-grid .op-card {
	border: solid 2px #d1202b;
	border-radius: 6.3px;
}

.marketing-page .optimization-section .op-container .op-grid .op-card .op-icon-wrapper {
	text-align: center;
	width: 100%;
	margin-bottom: 18px;
	background: #d1202b;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container .op-grid .op-card .op-icon-wrapper {
		margin-bottom: 16px;
	}
}

.marketing-page .optimization-section .op-container .op-grid .op-card .op-icon-wrapper .op-icon {
	width: 54px;
	height: 54px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.marketing-page .optimization-section .op-container .op-grid .op-card .op-icon-wrapper .op-icon img {
	width: 27px;
	height: 27px;
	filter: invert(100%);
}

.marketing-page .optimization-section .op-container .op-grid .op-card h4 {
	color: black;
	margin: 0 18px;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container .op-grid .op-card h4 {
		margin: 0 16px;
		margin-bottom: 20px;
	}
}

.marketing-page .optimization-section .op-container .op-grid .op-card p {
	color: black;
	margin: 0 18px;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.marketing-page .optimization-section .op-container .op-grid .op-card p {
		margin: 0 16px;
		margin-bottom: 16px;
	}
}

.marketing-page .optimization-section .optimization-intro {
	text-align: center;
	max-width: 800px;
	margin: 0 auto 48px;
}

.marketing-page .optimization-section .optimization-intro p {
	font-size: 18px;
	color: #666;
	line-height: 1.7;
}

.marketing-page .optimization-section .optimization-grid {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 24px;
}

@media (max-width: 992px) {
	.marketing-page .optimization-section .optimization-grid {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 576px) {
	.marketing-page .optimization-section .optimization-grid {
		grid-template-columns: 1fr;
	}
}

.marketing-page .optimization-section .optimization-card {
	background: #fff;
	border-radius: 12px;
	padding: 32px 24px;
	text-align: center;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
}

.marketing-page .optimization-section .optimization-card .opt-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 20px;
}

.marketing-page .optimization-section .optimization-card .opt-icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.marketing-page .optimization-section .optimization-card h4 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #333;
}

.marketing-page .optimization-section .optimization-card p {
	font-size: 14px;
	color: #666;
	line-height: 1.5;
}

.marketing-page .battery-section .batt-container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container {
		padding: 40px 24px;
	}
}

.marketing-page .battery-section .batt-container .batt-title {
	color: black;
	margin-bottom: 36px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container .batt-title {
		margin-bottom: 30px;
	}
}

.marketing-page .battery-section .batt-container .batt-text-1 {
	color: black;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container .batt-text-1 {
		margin-bottom: 20px;
	}
}

.marketing-page .battery-section .batt-container .batt-grid {
	margin-bottom: 20.25px;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 18px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container .batt-grid {
		grid-template-columns: 1fr;
		gap: 16px;
		margin-bottom: 20px;
	}
}

.marketing-page .battery-section .batt-container .batt-grid .batt-card .batt-num {
	color: black;
	font-weight: 200;
	margin-bottom: 3.6px;
}

.marketing-page .battery-section .batt-container .batt-grid .batt-card .batt-content {
	border-top: solid 2px #d1202b;
	padding-top: 9px;
}

.marketing-page .battery-section .batt-container .batt-grid .batt-card .batt-content h4 {
	color: black;
	margin-bottom: 10.8px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container .batt-grid .batt-card .batt-content h4 {
		margin-bottom: 10px;
	}
}

.marketing-page .battery-section .batt-container .batt-grid .batt-card .batt-content p {
	color: black;
	margin-bottom: 13.5px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container .batt-grid .batt-card .batt-content p {
		margin-bottom: 10px;
	}
}

.marketing-page .battery-section .batt-container .batt-grid .card-1,
.marketing-page .battery-section .batt-container .batt-grid .card-2,
.marketing-page .battery-section .batt-container .batt-grid .card-3 {
	grid-column: span 2;
}

.marketing-page .battery-section .batt-container .batt-grid .card-4,
.marketing-page .battery-section .batt-container .batt-grid .card-5 {
	grid-column: span 3;
}

.marketing-page .battery-section .batt-container .batt-text-2 {
	border-left: solid 2px #d1202b;
	padding-left: 27px;
	color: black;
	padding-top: 20.25px;
	padding-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .battery-section .batt-container .batt-text-2 {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

.marketing-page .crm-section {
	background: #d1202b;
}

.marketing-page .crm-section .crm-container {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	padding: 0;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container {
		grid-template-columns: 1fr;
	}
}

.marketing-page .crm-section .crm-container .content-wrapper {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container .content-wrapper {
		padding: 40px 24px;
	}
}

.marketing-page .crm-section .crm-container .content-wrapper .crm-title {
	color: white;
	margin-bottom: 27px;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container .content-wrapper .crm-title {
		margin-bottom: 20px;
	}
}

.marketing-page .crm-section .crm-container .content-wrapper .crm-content {
	padding: 18px;
	border: solid 1px #ea3944;
	border-radius: 6.3px;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container .content-wrapper .crm-content {
		padding: 16px;
	}
}

.marketing-page .crm-section .crm-container .content-wrapper .crm-text-1 {
	color: white;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container .content-wrapper .crm-text-1 {
		margin-bottom: 20px;
	}
}

.marketing-page .crm-section .crm-container .content-wrapper .crm-text-2 {
	color: white;
}

.marketing-page .crm-section .crm-container .img-wrapper {
	margin: 18px 0;
	border-radius: 6.7px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	min-width: 0;
	min-height: 0;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container .img-wrapper {
		padding: 20px;
	}
}

.marketing-page .crm-section .crm-container .img-wrapper img {
	height: 100%;
	max-height: 550px;
	max-width: 100%;
	border-radius: 6.7px;
	display: block;
	object-fit: contain;
	margin: auto;
}

@media (max-width: 767px) {
	.marketing-page .crm-section .crm-container .img-wrapper img {
		max-height: 300px;
		width: 100%;
	}
}

.marketing-page .financial-section .fin-container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-container {
		padding: 40px 24px;
	}
}

.marketing-page .financial-section .fin-title {
	margin-bottom: 27px;
	color: black;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-title {
		margin-bottom: 20px;
	}
}

.marketing-page .financial-section .fin-layout {
	display: grid;
	grid-template-columns: 60% 40%;
	margin-bottom: 21.5px;
	margin-top: 21.5px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-layout {
		grid-template-columns: 1fr;
		margin: 20px 0;
	}
}

.marketing-page .financial-section .fin-layout .fin-left {
	padding-left: 0;
	padding-right: 21.5px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-layout .fin-left {
		padding-right: 20px;
	}
}

.marketing-page .financial-section .fin-layout .fin-left .fin-text {
	color: black;
	margin-bottom: 16.2px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-layout .fin-left .fin-text {
		margin-bottom: 16px;
	}
}

.marketing-page .financial-section .fin-layout .fin-left .fin-heading {
	color: black;
	margin-bottom: 18px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-layout .fin-left .fin-heading {
		margin-bottom: 16px;
	}
}

.marketing-page .financial-section .fin-layout .fin-left ul {
	list-style-type: disc;
	padding: 0 7.2px;
	margin-left: 10px;
}

.marketing-page .financial-section .fin-layout .fin-left ul li {
	color: black;
	margin-bottom: 6.3px;
}

.marketing-page .financial-section .fin-layout .fin-right {
	padding-left: 20.25px;
	padding-right: 0;
	padding-top: 20.25px;
	padding-bottom: 20.25px;
	display: flex;
	align-content: center;
	justify-content: center;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-layout .fin-right {
		padding: 20px 0px 20px 20px;
	}
}

.marketing-page .financial-section .fin-layout .fin-right img {
	width: 100%;
	height: 100%;
	object-fit: contain;
	display: block;
}

.marketing-page .financial-section .fin-stats .mrkt-h2 {
	color: black;
	font-size: 59.4px;
	text-align: center;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-stats .mrkt-h2 {
		font-size: 40px;
	}
}

.marketing-page .financial-section .fin-stats .col-12:has(.mrkt-h2) {
	padding-top: 9px;
	padding-bottom: 22.5px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-stats .col-12:has(.mrkt-h2) {
		padding-top: 9px;
		padding-bottom: 20px;
	}
}

.marketing-page .financial-section .fin-stats .mrkt-h4 {
	font-size: 22.5px;
	color: black;
	text-align: center;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-stats .mrkt-h4 {
		font-size: 20px;
	}
}

.marketing-page .financial-section .fin-stats .col-12:has(.mrkt-h4) {
	padding-bottom: 10.8px;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-stats .col-12:has(.mrkt-h4) {
		padding-bottom: 10px;
	}
}

.marketing-page .financial-section .fin-stats .mrkt-nt {
	color: black;
	font-size: 18px;
	text-align: center;
}

@media (max-width: 767px) {
	.marketing-page .financial-section .fin-stats .mrkt-nt {
		font-size: 16px;
	}
}

.marketing-page .documentation-section .doc-container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-container {
		padding: 40px 24px;
	}
}

.marketing-page .documentation-section .doc-container .doc-title {
	color: black;
}

.marketing-page .documentation-section .doc-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	column-gap: 22.5px;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-grid {
		grid-template-columns: 1fr;
		column-gap: 20px;
		margin-bottom: 20px;
	}
}

.marketing-page .documentation-section .doc-grid .doc-card .doc-image {
	margin-bottom: 22.5px;
	height: 86px;
	width: 140px;
	display: flex;
	justify-content: flex-start;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-grid .doc-card .doc-image {
		margin-bottom: 20px;
	}
}

.marketing-page .documentation-section .doc-grid .doc-card .doc-image img {
	height: 100%;
	width: auto;
	object-fit: cover;
}

.marketing-page .documentation-section .doc-grid .doc-card .doc-content .mrkt-h4 {
	color: black;
	margin-bottom: 10.8px;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-grid .doc-card .doc-content .mrkt-h4 {
		margin-bottom: 10px;
	}
}

.marketing-page .documentation-section .doc-grid .doc-card .doc-content .mrkt-nt {
	color: black;
}

.marketing-page .documentation-section .doc-text-1 {
	color: black;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-text-1 {
		margin-bottom: 20px;
	}
}

.marketing-page .documentation-section .doc-text-2 {
	padding: 4.5px 18px 9px;
	border-radius: 0.35em;
	background-color: #d1202b;
	color: white;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-text-2 {
		padding: 4.5px 16px 9px;
	}
}

.marketing-page .documentation-section .doc-text-2 .doc-row {
	display: flex;
	column-gap: 18px;
	margin: 18px 0;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-text-2 .doc-row {
		column-gap: 16px;
		margin: 16px 0;
	}
}

.marketing-page .documentation-section .doc-text-2 .doc-row .doc-icon i {
	color: #eb7a81;
	font-size: 18px;
	margin-top: 5px;
}

@media (max-width: 767px) {
	.marketing-page .documentation-section .doc-text-2 .doc-row .doc-icon i {
		font-size: 16px;
		margin-top: 5px;
	}
}

.marketing-page .documentation-section .doc-text-2 .doc-row .doc-content {
	color: white;
}

.marketing-page .documentation-section .doc-text-2 .doc-row .doc-content b {
	font-weight: 600;
	color: white;
}

.marketing-page .visualization-section .viz-title {
	color: black;
}

.marketing-page .visualization-section .viz-desc {
	margin: 20.25px 0;
	color: black;
}

.marketing-page .visualization-section .viz-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 44px;
	margin-bottom: 20.25px;
}

@media (max-width: 767px) {
	.marketing-page .visualization-section .viz-grid {
		grid-template-columns: 1fr;
		column-gap: 40px;
		margin-bottom: 20px;
	}
}

.marketing-page .visualization-section .viz-grid .viz-column h4 {
	margin: 18px 0;
	color: black;
}

@media (max-width: 767px) {
	.marketing-page .visualization-section .viz-grid .viz-column h4 {
		margin: 16px 0;
	}
}

.marketing-page .visualization-section .viz-grid .viz-column ul {
	list-style-type: disc;
	padding: 0 7.2px;
	margin-left: 10px;
}

.marketing-page .visualization-section .viz-grid .viz-column ul li {
	color: black;
	margin-bottom: 6.3px;
}

.marketing-page .visualization-section .viz-grid .viz-column .viz-text-1 {
	color: black;
	margin-bottom: 16.2px;
}

@media (max-width: 767px) {
	.marketing-page .visualization-section .viz-grid .viz-column .viz-text-1 {
		margin-bottom: 16px;
	}
}

.marketing-page .visualization-section .viz-grid .viz-column .viz-text-2 {
	color: black;
	margin-bottom: 16.2px;
}

@media (max-width: 767px) {
	.marketing-page .visualization-section .viz-grid .viz-column .viz-text-2 {
		margin-bottom: 16px;
	}
}

.marketing-page .visualization-section .mrkt-btn {
	color: white;
	background-color: #d1202b;
	display: block;
	margin: 0 auto;
}

.marketing-page .cta-section {
	background-color: #d1202b;
	color: #fff;
}

.marketing-page .cta-section .container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .container {
		padding: 40px 24px;
	}
}

.marketing-page .cta-section .cta-title {
	font-size: 36px;
	font-weight: 700;
	color: white;
	margin-bottom: 36px;
	letter-spacing: -1.08px;
	line-height: 45px;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .cta-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

.marketing-page .cta-section .kpi-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 1.25em;
	gap: 48px;
	margin-bottom: 48px;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .kpi-grid {
		grid-template-columns: 1fr;
		gap: 25px;
		margin-bottom: 40px;
	}
}

.marketing-page .cta-section .kpi-item {
	display: flex;
	flex-direction: column;
	row-gap: 13.5px;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .kpi-item {
		row-gap: 10px;
	}
}

.marketing-page .cta-section .kpi-item .kpi-dots {
	display: grid;
	grid-template-columns: repeat(10, 18px);
	grid-template-rows: repeat(10, 18px);
	gap: 0.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

.marketing-page .cta-section .kpi-item .kpi-dots .dot {
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: transparent;
	border: solid 1px white;
}

.marketing-page .cta-section .kpi-item .kpi-dots .dot.filled {
	background-color: #fff;
}

.marketing-page .cta-section .kpi-item .kpi-value {
	font-size: 54px;
	font-weight: 700;
	line-height: 54px;
	letter-spacing: -1.62px;
	margin-bottom: 13.5px;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .kpi-item .kpi-value {
		font-size: 40px;
		margin-bottom: 10px;
	}
}

.marketing-page .cta-section .kpi-item .kpi-label {
	font-size: 22.5px;
	margin-bottom: 10.8px;
	letter-spacing: -0.625px;
	line-height: 28.125px;
	font-weight: 600;
	color: white;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .kpi-item .kpi-label {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.marketing-page .cta-section .kpi-item .kpi-desc {
	font-size: 18px;
	margin-bottom: 10.8px;
	letter-spacing: -0.36px;
	line-height: 28.8px;
	font-weight: 300;
	color: white;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .kpi-item .kpi-desc {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.marketing-page .cta-section .cta-padded {
	margin: 20.25px 0;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .cta-padded {
		margin: 20px 0;
	}
}

.marketing-page .cta-section .cta-padded .cta-bottom-text {
	margin: 20.25px 0;
	padding-left: 27px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	letter-spacing: -0.36px;
	line-height: 28.8px;
	font-weight: 300;
	color: white;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .cta-padded .cta-bottom-text {
		margin: 20px 0;
		padding-left: 20px;
		font-size: 16px;
	}
}

.marketing-page .cta-section .btn-1 {
	background-color: white;
	margin-top: 20.25px;
	color: black;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .btn-1 {
		margin-top: 20px;
	}
}

.marketing-page .cta-section .btn-2 {
	margin-top: 20.25px;
	background-color: #d1202b;
	color: white;
}

@media (max-width: 767px) {
	.marketing-page .cta-section .btn-2 {
		margin-top: 20px;
	}
}

.mrkt-container {
	padding: 85.5px 63px;
}

@media (max-width: 767px) {
	.mrkt-container {
		padding: 40px 24px;
	}
}

.mrkt-h4 {
	font-size: 22.5px;
	letter-spacing: -0.625px;
	line-height: 28.125px;
	font-weight: 600;
	color: white;
}

@media (max-width: 767px) {
	.mrkt-h4 {
		font-size: 20px;
	}
}

.mrkt-h2 {
	font-size: 36px;
	font-weight: 700;
	color: white;
	margin-bottom: 36px;
	letter-spacing: -1.08px;
	line-height: 45px;
}

@media (max-width: 767px) {
	.mrkt-h2 {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

.mrkt-nt {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	letter-spacing: -0.36px;
	line-height: 28.8px;
	font-weight: 300;
	color: white;
}

@media (max-width: 767px) {
	.mrkt-nt {
		font-size: 16px;
	}
}

.mrkt-btn {
	border: solid 1px white;
	padding: 12px 22px;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 28.8px;
	border-radius: 6.75px;
	letter-spacing: -0.36px;
	display: block;
	margin: 0 auto;
}

@media (max-width: 767px) {
	.mrkt-btn {
		padding: 9px 16px;
		font-size: 16px;
	}
}

.footer body {
	position: absolute !important;
	font-family: montserrat, sans-serif !important;
	overflow-x: hidden !important;
}

.footer .montserrat-500 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.footer .opensans-500 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

.footer button:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9) !important;
}

.footer .nav-title {
	color: #173844;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.footer .language-dropdown {
	background: #173844;
	border: none;
	color: white;
	cursor: pointer;
}

.footer .language-dropdown:focus-visible {
	outline: none;
}

.footer .trial {
	background-color: #d1202b;
	color: #fff;
}

.footer .login {
	border: 1px solid #173844;
	color: #173844;
}

.footer .login:focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.9) !important;
}

.footer .login:hover {
	color: white;
}

.footer .nav-sub-titles {
	color: #173844;
	font-size: 16px;
	line-height: 35px;
	cursor: pointer;
}

.footer .nav-sub-titles:hover {
	color: #d1202b;
}

.footer .nav-subheading-mobile {
	color: #173844;
	font-size: 16px;
	font-weight: 500;
}

.footer .nav-title-mobile {
	color: #173844;
	font-family: 'Montserrat', sans-serif;
}

.footer .redColor {
	color: #d1202b;
}

.footer .show-nav {
	display: flex !important;
	height: auto;
	overflow: hidden;
	top: 100%;
	width: 100%;
	z-index: 1;
	background-color: white;
	box-shadow: 0px 3px 3px #000 29;
}

.footer .show-nav:hover {
	height: auto;
}

.footer .nav-mobile {
	display: none;
}

.footer .nav-mobile-container {
	display: none;
}

.footer .nav-btn-m {
	padding: 10px 25px 10px 25px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 12px;
}

.footer .nav-btn-m:hover {
	background-color: #173844;
}

.footer .show-nav-m {
	display: flex !important;
	height: auto;
	overflow: hidden;
	top: 100%;
	width: 100%;
	z-index: 1;
	background: transparent linear-gradient(180deg, #fff 0%, #ebf5f7 50%, #ebf5f7 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 3px 3px #000 29;
}

.footer .show-nav-m:hover {
	height: auto;
}

.footer .main-container {
	background-color: rgba(255, 255, 255, 0.75);
}

.footer .main-btn-container {
	padding-right: 50px;
}

.footer .header-content {
	color: #173844;
	font-size: 20px;
	line-height: 32px;
	letter-spacing: 0;
}

.footer .header-content-m {
	color: #173844;
	font-size: 22px;
	line-height: 32px;
	letter-spacing: 0;
}

.footer .header-btn1 {
	background-color: #d1202b;
	color: white;
	padding: 15px 8px 15px 8px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.footer .header-btn1:hover {
	background-color: #173844;
	border-color: #173844;
}

.footer .header-btn2 {
	background-color: rgba(255, 255, 255, 0.65);
	color: #173844;
	padding: 15px 8px 15px 8px;
	border: 1px solid #173844;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.footer .header-btn2:hover {
	background-color: #173844;
	border-color: #173844;
	color: white;
}

.footer #ipad {
	height: 80%;
}

.footer #guy {
	width: 90%;
}

.footer #ipad-m {
	position: absolute;
	bottom: -25%;
	left: 0;
}

@media only screen and (max-width: 576px) {
	.footer .nav-btn-m {
		padding: 10px 20px 10px 20px;
		border-radius: 0;
	}
}

@media only screen and (max-width: 1200px) {
	.footer .nav-title {
		font-size: 14px;
	}

	.footer .main-container {
		margin-bottom: 50px;
		padding-bottom: 50px;
	}

	.footer .main-btn-container {
		padding-right: 15px;
	}

	.footer .header-btn1 {
		padding: 10px 10px 10px 10px;
	}

	.footer .header-btn2 {
		padding: 10px 10px 10px 10px;
	}

	.footer .header-content {
		font-size: 18px;
	}

	.footer #ipad {
		height: 75%;
	}

	.footer #guy {
		width: 80%;
	}
}

@media only screen and (max-width: 992px) {
	.footer .nav-desktop {
		display: none;
	}

	.footer .nav-mobile {
		display: flex;
	}

	.footer .white-col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.footer .guy-col {
		display: none !important;
	}

	.footer .main-container {
		padding-bottom: 0;
	}

	.footer #ipad {
		height: 85%;
	}
}

@media only screen and (max-width: 840px) {
	.footer #ipad {
		height: 75%;
	}
}

@media only screen and (max-width: 745px) {
	.footer #ipad {
		height: 70%;
	}
}

@media only screen and (max-width: 698px) {
	.footer #ipad {
		display: none;
	}

	.footer #guy-mobile {
		display: block !important;
		width: 100%;
	}
}

@media only screen and (max-width: 500px) {
	.footer .ipad-col {
		display: none !important;
	}

	.footer .claim-col {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}

	.footer .header-btn1 {
		width: 60% !important;
	}

	.footer .header-btn2 {
		width: 60% !important;
	}
}

@media only screen and (max-width: 425px) {
	.footer .nav-btn-m {
		padding: 10px 20px 10px 20px;
		border-radius: 0;
	}

	.footer .hide-row {
		display: none;
	}

	.footer .guy-for-mobile {
		display: flex !important;
	}

	.footer .mobile-header-container {
		display: flex !important;
	}
}

.footer .slogan {
	color: #173844;
	font-size: 50px;
	letter-spacing: -1.2px;
	line-height: 70px !important;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.footer .slogan-m {
	color: #173844;
	font-size: 40px;
	letter-spacing: -1.2px;
	line-height: 48px !important;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.footer .nav-btn {
	padding: 10px 25px 10px 25px;
	border-radius: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.footer .nav-btn:hover {
	background-color: #173844;
}

.footer .lang-row {
	background-color: #173844;
}

.footer #myVideo {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	min-width: 100%;
}

.footer .our-customers-container {
	padding: 50px 100px 50px 100px;
	background-color: #ebf5f7;
}

.footer .mobile-client-carousel {
	display: none;
}

.footer .serve-container-mobile {
	display: none;
}

@media screen and (max-width: 576px) {
	.footer .facts-heading {
		justify-content: center;
	}

	.footer .fact-row {
		padding-top: 2rem !important;
	}

	.footer .global-map-container {
		padding: 60px 10px 60px 10px !important;
	}

	.footer .serve-container-desktop {
		display: none;
	}

	.footer .serve-container-mobile {
		display: block;
	}

	.footer .desktop-client-carousel {
		display: none;
	}

	.footer .mobile-client-carousel {
		display: block;
	}

	.footer .our-customers-container {
		padding: 50px 50px 50px 50px;
	}
}

@media screen and (max-width: 992px) {
	.footer .customer-review-mobile {
		display: flex !important;
	}

	.footer .customer-review-desktop {
		display: none !important;
	}

	.footer .carouselExampleControls-m {
		display: block !important;
		top: 55%;
	}

	.footer .mobile-carousel-arrow {
		width: 30px !important;
		height: 30px !important;
	}

	.footer .carouselExampleControls-d {
		display: none !important;
	}
}

@media screen and (max-width: 425px) {
	.footer .with-solextron {
		font-size: 27px;
	}

	.footer .margin-y-mobile {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.footer .carouselExampleControls-m {
		top: 65%;
	}
}

.footer .global-map-container {
	padding: 50px 100px 50px 100px;
	background-color: #fff;
}

.footer .btn-global {
	padding: 20px 50px 20px 50px;
	border: 1px solid #173844;
	color: #173844;
	font-weight: bold;
	border-radius: 0;
	background-color: white;
}

.footer .btn-global:hover {
	background-color: #173844;
	color: white;
	transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.footer .btn-global:focus {
	box-shadow: none;
}

.footer .btn-global:active {
	background-color: #173844 !important;
	border: 1px solid #173844 !important;
	color: white !important;
}

.footer .btn-global .btn-light:not(:disabled):not(.disabled).active:focus,
.footer .btn-global .btn-light:not(:disabled):not(.disabled):active:focus,
.footer .btn-global .show>.btn-light.dropdown-toggle:focus {
	box-shadow: none;
}

.footer .serve-container {
	background-color: #ebf5f7;
	padding-top: 50px;
	padding-bottom: 50px;
}

.footer .job-caption {
	color: #272827;
	font-size: 20px;
	font-weight: 600;
}

.footer .scroller {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.footer .scroller::-webkit-scrollbar {
	width: 0 !important;
	background: transparent !important;
}

.footer .serve-scroller {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.footer .serve-scroller::-webkit-scrollbar {
	width: 0 !important;
	background: transparent !important;
}

.footer .carousel-indicators li {
	border: 1px solid #d8d8d8 !important;
	border-radius: 15px !important;
	width: 10px !important;
	height: 10px !important;
}

.footer .footer-links {
	color: #272827;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
}

.footer .mobile-visible {
	display: none;
}

@media (max-width: 992px) {
	.footer .solex-logo {
		height: calc(100% + 4vw);
		width: auto;
		position: absolute;
		z-index: 1;
		top: -50%;
	}
}

@media (min-width: 992px) {
	.footer .solex-logo {
		height: calc(100% + 4vw);
		width: auto;
		position: absolute;
		z-index: 1;
		top: -2vw;
		right: 0;
	}
}

.footer .contact-btn {
	padding: 20px 30px 20px 30px;
	background-color: #d1202b;
	color: white;
	border-radius: 0;
}

.footer .contact-btn:hover {
	background-color: white;
	color: #d1202b;
}

@media (max-width: 992px) {
	.footer .contact-col {
		margin-bottom: 60px;
		justify-content: center;
	}
}

@media (max-width: 992px) {
	.footer .contact-text-col {
		text-align: center;
		justify-content: center;
	}
}

.footer .customer-heading {
	font-size: 40px;
	letter-spacing: -0.5px;
	color: #173844;
	font-weight: 700;
	line-height: 60px;
}

.footer .customer-heading .customer-heading2 {
	letter-spacing: -0.5px;
	color: #d1202b;
	font-weight: 700;
}

.footer .customer-quote {
	padding-top: 70px;
	color: #272827;
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0;
	font-weight: 500;
	text-align: start;
	font-family: 'Open Sans', sans-serif;
}

.footer .customer-name {
	color: #272827;
	font-size: 16px;
	line-height: 26px !important;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: start;
	font-family: 'Open Sans', sans-serif;
}

.footer .box {
	z-index: 0;
}

.footer .company {
	color: #969696;
	font-size: 14px;
	line-height: 26px !important;
	letter-spacing: 0px;
	font-weight: 500;
	text-align: start;
}

.footer .active {
	position: absolute;
	left: 0;
	top: 0;
	height: 300px;
	width: 100%;
	animation: slideActive 2s linear;
}

@keyframes slideActive {
	to {
		left: 0;
	}
}

.footer .next {
	position: absolute;
	top: 0;
	right: 0;
}

.footer .previous {
	position: absolute;
	top: 0;
	left: -100%;
}

.footer .role-card {
	width: 100%;
	min-width: 100%;
	display: inline-block;
	text-align: center;
}

.footer .role-card .scroller {
	overflow-x: scroll;
	-ms-overflow-style: none;
	scrollbar-width: none;
}

.footer .role-card .scroller::-webkit-scrollbar {
	width: 0 !important;
	background: transparent !important;
}

.footer .role-card h3 {
	padding-top: 25px;
}

.footer .pr-110 {
	padding-right: 110px;
}

.footer .bg-features {
	background-color: #fff;
}

.footer .bg-features-btn {
	background-color: #fff;
}

@media screen and (max-width: 576px) {
	.footer .features-carousel {
		height: 760px;
	}
}

@media only screen and (min-width: 576px) {
	.footer .features-carousel {
		height: 750px;
	}
}

@media only screen and (min-width: 992px) {
	.footer .features-carousel {
		height: 500px;
	}
}

@media (max-width: 768px) {
	.footer .mobile-6 {
		width: 50%;
	}

	.footer .mobile-visible {
		display: block;
	}

	.footer .desktop-visible {
		display: none;
	}

	.footer .pr-110 {
		padding-right: 0;
	}

	.footer .bg-features {
		background-color: #ebf5f7;
	}

	.footer .bg-features-btn {
		background-color: #ebf5f7;
		border-color: #173844;
		color: #173844;
	}
}

.footer .customer-carousel-control-next {
	top: 15%;
}

@media screen and (max-width: 576px) {
	.footer .customer-carousel-control-next {
		top: 40%;
		justify-content: end;
	}
}

.footer .customer-carousel-control-prev {
	top: 15%;
}

@media screen and (max-width: 576px) {
	.footer .customer-carousel-control-prev {
		top: 40%;
		justify-content: start;
	}
}

.footer .carousel-control-prev-icon {
	background-image: url(images/left@2x.png) !important;
	height: 40px;
	width: 40px;
}

.footer .carousel-control-next-icon {
	background-image: url(images/right@2x.png) !important;
	height: 40px;
	width: 40px;
}

.footer .forward-bg {
	background-image: url(images/forward_background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

.footer .double-arrow {
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
}

.footer .forward-p {
	padding-left: 70px;
	padding-right: 70px;
}

.footer .white-container {
	position: relative;
	width: 60%;
}

@media screen and (max-width: 576px) {
	.footer .white-container {
		position: relative;
		width: 100% !important;
	}

	.footer .forward-p {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.footer video {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer .grayscale {
	filter: grayscale(0.6);
}

.footer .grayscale:hover {
	filter: grayscale(0);
}

.footer .card-body {
	padding: 15px !important;
}


.footer .padding-y {
	padding-top: 40px;
	padding-bottom: 60px;
}