.footer {
	background-image: url(../images/footer-top-bg.png);
	background-repeat-x: repeat;
	background-position: top;
	background-size: 100%;
	padding: 180px 0 70px;
	overflow-x: hidden;
	background-color: #000;
	background-repeat: no-repeat;
}
.footer ul {
	list-style-type: none;
}
.footer li {
	margin: 0;
	line-height: inherit;
}
/*Footer middle css*/
.footer .footer-middle {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 57px;
}
.footer .footer-middle .site-logo {
	max-width: 16%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16%;
	-ms-flex: 0 0 16%;
	flex: 0 0 16%;
	padding: 10px 0 0;
}
/*footer left-col css*/
.footer .footer-middle .left-col {
	max-width: 49%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 49%;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	position: relative;
}
.footer .footer-middle .left-col:after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	background-image: -moz-linear-gradient( 90deg,rgba(0,183,241,0) 0%, rgb(0,183,241) 50%, rgba(0,183,241,0) 100%);
	background-image: -webkit-linear-gradient( 90deg,rgba(0,183,241,0) 0%, rgb(0,183,241) 50%, rgba(0,183,241,0) 100%);
	background-image: -ms-linear-gradient( 90deg,rgba(0,183,241,0) 0%, rgb(0,183,241) 50%, rgba(0,183,241,0) 100%);
	width: 2px;
	height: 310px;
}
.footer .footer-middle .black-bg {
	background-color: transparent;
	position: relative;
}
.footer .footer-middle .black-bg * {
	position: relative;
	z-index: 1;
}
.footer .footer-middle .black-bg:after {
	border-radius: 0 25px 0 0;
}
.footer .footer-middle .black-bg:before {
	right: 100%;
}
.footer .footer-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -25px;
	padding-right: 30px;
}
.footer .footer-links .footer-link {
	max-width: 33.33%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%;
	flex: 0 0 33.33%;
	padding: 0 25px;
}
.footer .footer-links .link-wrapper ul li {
	margin: 0 0 15px;
}
.footer .footer-links .link-wrapper ul li:last-of-type {
	margin: 0;
}
.footer .footer-links .link-wrapper ul li a {
	font-size: 13px;
	line-height: 1.5;
	color: #aaaaaa;
	text-transform: capitalize;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: fibra-light;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	position: relative;
}
.footer .chevron-icon {
	display: none;
}
.footer .link-heading-wrapper {
	margin: 0 0 20px;
}
.footer .footer-links .footer-link .link-heading {
	font-family: fibra-regular;
	color: #D0D3D8;
	font-size: 14px;
	line-height: 1.9;
	margin: 0;
}
.footer .footer-links .link-wrapper ul li a:not(.link-heading):hover {
	color: #00B7F1;
}
/*footer right-col css*/
.footer .footer-middle .right-col {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 35%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 35%;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	padding: 0 0 0 90px;
}
.footer .copyright-block.mobile {
	display: none;
}
.footer .footer-form-wrapper label {
	font-size: 14px;
	line-height: 1.9;
	display: block;
	text-transform: capitalize;
	color: #fff;
	margin: 0 0 12px;
}
.footer .footer-form-wrapper label.hs-error-msg {
	letter-spacing: 0;
	position: absolute;
	color: red;
	margin-top: 5px;
}
.footer .footer-form-wrapper .hs_error_rollup li label {
	position: absolute;
	padding: 10px 0;
}
.footer .contact-info-list {
	margin: 0 0 23px;
}
.footer .contact-info-list li {
	padding: 15px 0;
}
.footer .contact-info-list li a {
	font-size: 14px;
	line-height: 1.3;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: inline-flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .contact-info-list li i {
	font-size: 20px;
	color: #00B7F1;
	margin: 0 27px 0 0;
	cursor: pointer;
}
.footer .contact-info-list li a p {
	line-height: inherit !important;
	font-family: fibra-regular;
}
.footer .contact-info-list li a:hover {
	color: #00B7F1;
}
.footer .contact-info-list li a .transparent-text {
	display: inline-block;
	color: #aaaaaa;
	margin: 0 0 0 2px;
	font-family: fibra-light;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .contact-info-list li a:hover .transparent-text {
	color: #fff;
}
.footer .footer-middle .right-col .footer-form {
	max-width: 250px;
}
.footer .footer-form label {
	margin: 0 0 18px;
}
.footer .footer-form .input-wrapper {
	position: relative;
}
.footer .footer-form .input-wrapper label:not(.hs-error-msg) {
	display: none;
}
.footer .footer-form .form-input {
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: -0.4px;
	color: #999;
	padding: 17px 70px 17px 19px;
	border: 1px solid #00B7F1;
	border-radius: 5px;
	background-color: transparent;
	width: 100%;
}
.footer .footer-form .form-input:focus {
	outline: none;
}
.footer .footer-form .primary-btn {
	padding: 0;
	width: 50px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	border-left: 1px solid #00b7f1;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .footer-form .form-input:focus ~ .primary-btn,
.footer .footer-form .primary-btn:hover {
	background-color: #00b7f1;
	border-color: transparent;
	color: #fff;
}
.footer .footer-form .primary-btn:before,
.footer .footer-form .primary-btn:after {
	display: none;
}
.footer .footer-form .primary-btn .right-arrow {
	font-size: 22px;
}
.footer .footer-form .hs-input {
	font-size: 13px;
	line-height: 1.2;
	font-family: fibra-light;
	letter-spacing: -0.4px;
	color: #999;
	padding: 17px 70px 17px 19px;
	border: 1px solid #A9A9A9;
	border-radius: 5px;
	background-color: transparent;
	width: 100%;
	height: 52px;
}
.footer .footer-form .hs-input:focus {
	outline: none;
	box-shadow: none;
}
.footer .footer-form .actions {
	position: absolute;
	height: 52px;
	width: 50px;
	top: 0;
	right: 0;
	border-radius: 5px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	cursor: pointer;
}
.footer .footer-form .actions:before {
	content: "\f178";
	font-family: 'Font Awesome 5 Pro';
	font-weight: 300;
	font-size: 22px;
	position: absolute;
	right: 16px;
	color: #fff;
	top: 50%;
	z-index: 1;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	display: none;
}
.footer .footer-form .hbspt-form .hs-submit .hs-button {
	font-size: 22px;
	color: transparent;
	width: 50px;
	height: 52px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 0;
	bottom: 0;
	border: none;
	border-radius: 5px;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	cursor: pointer;
	background-image: url(../images/arrow-right-blue.svg);
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
}

.footer .footer-form .hbspt-form .hs-submit .hs-button:focus {
	outline: none;
	box-shadow: none;
}
/*Footer bottom css*/
.footer .copyright-block {
	margin: 0 0 26px;
}
.footer .copyright-block:last-child {
	margin: 0;
}
.footer .copyright-block p {
	font-size: 13px;
	line-height: 1.9 !important;
	color: #343434;
	text-align: left;
	margin: 0;
	/*color: #989595;*/
}
.footer .copyright-block p span {
	display: block;
}
.footer .copyright-block .conditioins-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer .copyright-block .conditioins-block #menu-footer-bottom-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.footer .copyright-block .conditioins-block li {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 20px;
	position: relative;
}
.footer .copyright-block .conditioins-block a {
	font-size: 13px;
	line-height: 1.9;
	color: #aaaaaa;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .copyright-block .conditioins-block a:hover {
	color: #00B7F1;
}
.footer .copyright-block .conditioins-block li:first-of-type {
	padding-left: 0;
}
.footer .copyright-block .conditioins-block li:not(:first-of-type):before {
	content: '';
	position: absolute;
	display: block;
	width: 3px;
	height: 3px;
	border-radius: 50%;
	background-color: #aaaaaa;
	left: 8px;
	top: 12px;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .social-links {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -25px;
}
.footer .social-links li {
	padding: 0 25px;
	display: inline-flex;
}
.footer .social-links li a {
	font-size: 20px;
	color: #5B6369;
	height: 16px;
	width: 16px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .social-links li a.youtube-link {
	height: 22px;
	width: 22px;
}
.footer .social-links li a.twitter-link{
	width: 18px;
	height: 18px;
}
.footer .social-links li a:hover {
	color: #00b7f1;
}
.footer .social-links li a img {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
}
.footer .social-links li a img.hover-img,
.footer .social-links li a:hover img.normal-img {
	opacity: 0;
	visibility: hidden;
}
.footer .social-links li a:hover img.hover-img {
	opacity: 1;
	visibility: visible;
}

div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner { display: flex; font-family: fibra-regular; align-items: center; padding: 10px 15px !important; max-width: 1030px; }
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner > div { margin: 0 !important; font-size: 16px; line-height: 1.7 !important; }
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area { margin-top: 0 !important; }
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner > div p { margin-bottom: 0 !important; }
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button { /*transition: all 1s; -webkit-transition: all 1s; -ms-transition: all 1s; -moz-transition: all 1s; -o-transition: all 1s;*/ background-color: transparent !important; color: #00b7f1 !important; border: none !important; font-family: fibra-regular; font-size: 16px; padding: 0 5px !important; margin-right: 0 !important; }
/*div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button:hover { color: #33475b !important; }*/
#hubspot-messages-iframe-container { z-index: 99999 !important; }

/*04-07-2022 start*/
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
    border: none;
    width: auto;
    bottom: 15px !important;
    left: 15px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(23,23,23,0.8);
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 10%), 0 20px 20px -15px rgb(0 0 0 / 10%) !important;
	backdrop-filter: blur(10px);
	max-width: 492px;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner {
	padding: 5px 15px !important;
    max-width: 100%;
    background: transparent;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner > div,
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button{
	font-size: 14px;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner > div p {
	margin: 0 !important;
	color: #999999;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
	color: #999999 !important;
}
div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom div#hs-eu-cookie-confirmation-inner a, 
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a:hover {
	color: #999999 !important;
	text-decoration: underline !important;
}
/*04-07-2022 end*/

/*Media query css*/

@media (min-width:320px) {

	div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
		position: fixed;
		top: auto;
		bottom: 0;
	}

}

@media (min-width:768px) {
	.footer .footer-links .link-wrapper {
		display: block !important;
	}
}
@media (max-width: 1800px) {
	.footer {
		padding: 145px 0 70px
	}
	.footer .footer-middle .right-col {
		padding: 0 0 0 100px;
	}
}
@media (max-width:1439px) {
	
	.footer .footer-links {
		padding: 0;
	}
	.footer .footer-links .link-wrapper ul li {
		margin: 0 0 12px;
	}
	.footer .link-heading-wrapper {
		margin: 0 0 15px;
	}
	.footer .footer-middle .right-col {
		padding: 0 0 0 65px;
	}
	.footer .contact-info-list li i {
		margin-right: 20px;
	}
}
@media (max-width:1199px) {
	.footer .footer-middle .right-col {
		padding: 0 0 0 50px;
	}
	.footer .contact-info-list li {
		padding: 13px 0;
	}
	.footer .footer-links {
		margin: 0 -10px;
	}
	.footer .footer-links .footer-link {
		padding: 0 10px;
	}
	.footer .footer-middle {
		margin: 0 0 50px;
	}
	/*3-8-2022 changes*/
	div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
		max-width: 465px;
	}
}
@media (max-width:991px) {
	.footer {
		background-size: 150%;
	}
	.footer .footer-middle .site-logo {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 0;
		text-align: center;
		margin: 0 0 30px;
	}
	
	.footer .footer-middle .left-col {
		padding: 0 10px 0 0;
		max-width: 60%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		flex: 0 0 60%;
	}
	.footer .footer-middle .right-col {
		padding: 0 0 0 30px;
		max-width: 40%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		flex: 0 0 40%;
	}
	.footer .footer-links {
		margin: 0 -15px;
	}
	.footer .footer-links .footer-link {
		padding: 0 15px;
	}
	.footer .contact-info-list li i {
		margin-right: 13px;
	}
	.footer .footer-form .form-input {
		padding: 10px 65px 10px 15px;
	}
	.footer .footer-form .hs-input {
		padding: 10px 65px 10px 15px;
		height: 38px;
	}
	.footer .footer-form .hbspt-form .hs-submit .hs-button,
	.footer .footer-form .actions {
		height: 38px;
		width: 40px;
		font-size: 18px;
	}
	.footer .footer-form .actions:before {
		font-size: 20px;
		right: 11px;
	}
	.footer .copyright-block,
	.footer .copyright-block p {
		text-align: center;
	}
	.footer .copyright-block .conditioins-block,
	.footer .social-links {
		justify-content: center;
	}

	/*04-07-2022 start*/
	div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom {
		right: 85px;
		max-width: 315px;
	}
	/*04-07-2022 end*/
}
@media (max-width:767px) {
	.footer .container {
		max-width: 400px;
	}
	.footer {
		padding: 110px 0 95px;
	}
	.footer .footer-middle {
		margin: 0 0 92px;
	}
	.footer .footer-middle .left-col,
	.footer .footer-middle .right-col {
		max-width: 100%;
		flex: 100%;
	}
	.footer .footer-middle .left-col {
		padding: 0;
		margin: 0 0 50px;
	}
	.footer .footer-middle .left-col:after {
		display: none;
	}
	.footer .footer-middle .right-col {
		padding: 0;
	}
	.footer .copyright-block.desktop {
		display: none;
	}
	.footer .copyright-block.mobile {
		display: block;
	}
	.footer .footer-middle .black-bg:before,
	.footer .footer-middle .black-bg:after {
		display: none;
	}
	.footer .footer-links {
		margin: 0;
	}
	.footer .footer-links .footer-link {
		max-width: 100%;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		padding: 23px 0;
		margin: 0;
		position: relative;
	}
	.footer .footer-links .footer-link:after {
		display: block;
		content: "";
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		height: 2px;
		width: 100%;
		background: rgba(91, 99, 105, 1);
		background: -moz-linear-gradient(left, rgba(91, 99, 105, 1) 0%, rgba(91, 99, 105, 0) 100%);
		background: -webkit-gradient(left top, right top, color-stop(0%, rgba(91, 99, 105, 1)), color-stop(100%, rgba(91, 99, 105, 0)));
		background: -webkit-linear-gradient(left, rgba(91, 99, 105, 1) 0%, rgba(91, 99, 105, 0) 100%);
		background: -o-linear-gradient(left, rgba(91, 99, 105, 1) 0%, rgba(91, 99, 105, 0) 100%);
		background: -ms-linear-gradient(left, rgba(91, 99, 105, 1) 0%, rgba(91, 99, 105, 0) 100%);
		background: linear-gradient(to right, rgba(91, 99, 105, 1) 0%, rgba(91, 99, 105, 0) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b6369', endColorstr='#5b6369', GradientType=1)
	}
	.footer .footer-links .link-wrapper ul li {
		margin: 0 0 5px;
	}
	.footer .footer-links .link-heading-wrapper {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		justify-content: space-between;
		position: relative;
		margin: 0;
	}
	.footer .footer-links .footer-link .link-heading {
		letter-spacing: 0;
	}
	.footer .chevron-icon {
		display: block;
		height: 25px;
		right: 9px;
		top: 0;
	}
	.footer li.active-link .chevron-icon {
		-webkit-transform: translateY(-3px);
		-moz-transform: translateY(-3px);
		-o-transform: translateY(-3px);
		-ms-transform: translateY(-3px);
		transform: translateY(-3px);
	}
	.footer .chevron-icon:before,
	.footer .chevron-icon:after {
		top: 12px;
		width: 10px;
	}
	.footer li.active-link .link-heading {
		font-family: fibra-bold;
	}
	.footer li.active-link .chevron-icon:before,
	.footer li.active-link .chevron-icon:after {
		height: 3px;
	}
	.footer li.active-link .chevron-icon:before {
		-webkit-transform-origin: 100% 0%;
		-ms-transform-origin: 100% 0%;
		transform-origin: 100% 0%;
		-webkit-transform: rotate(-45deg) scaleY(1.1);
		-ms-transform: rotate(-45deg) scaleY(1.1);
		transform: rotate(-45deg) scaleY(1.1);
	}
	.footer li.active-link .chevron-icon:after {
		-webkit-transform-origin: 0% 0%;
		-ms-transform-origin: 0% 0%;
		transform-origin: 0% 0%;
		-webkit-transform: rotate(45deg) scaleY(1.1);
		-ms-transform: rotate(45deg) scaleY(1.1);
		transform: rotate(45deg) scaleY(1.1);
	}
	.footer .footer-links .link-wrapper {
		padding: 15px 0 10px 15px;
		display: none;
	}
	.footer .footer-middle .right-col .footer-form {
		max-width: 100%;
	}
	.footer .footer-form-wrapper label {
		margin: 0 0 11px;
		letter-spacing: 0;
	}
	.footer .footer-form label {
		margin: 0 0 19px;
	}
	.footer .contact-info-list li {
		padding: 24px 0;
	}
	.footer .contact-info-list li i {
		margin-right: 26px;
	}
	.footer .contact-info-list li a p {
		letter-spacing: 0;
	}
	.footer .contact-info-list {
		margin: 0 0 56px;
	}
	.footer .footer-form .form-input {
		padding: 17px 65px 17px 15px;
	}
	.footer .footer-form .hs-input {
		padding: 17px 65px 17px 15px;
		height: 52px;
	}
	.footer .footer-form .hbspt-form .hs-submit .hs-button,
	.footer .footer-form .actions {
		width: 51px;
		height: 52px;
		font-size: 22px;
	}
	.footer .footer-form .actions:before {
		font-size: 22px;
		right: 16px;
	}
	.footer .social-links {
		margin: 0 0 0;
		justify-content: center;
	}
	.footer .social-links li {
		padding: 0 51px 0 0;
	}
	.footer .social-links li:last-child {
		padding: 0;
	}
	.footer .copyright-block {
		margin: 0 0 27px;
		text-align: right;
	}
	.footer .copyright-block .conditioins-block {
		display: block;
		text-align: center;
		max-width: 230px;
		width: 100%;
		margin: 0 auto;
	}
	.footer .copyright-block p {
		text-align: center;
		margin: 0 0 9px;
		letter-spacing: 0;
	}
	.footer .copyright-block .conditioins-block li {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 5px;
	}
	.footer .copyright-block .conditioins-block li:last-child {
		margin: 0;
	}
	.footer .copyright-block .conditioins-block li:before {
		display: none !important;
	}
	.footer .copyright-block .conditioins-block a {
		display: inline-block;
		letter-spacing: 0;
	}
	/*3-8-2022 changes*/
	div#hs-eu-cookie-confirmation.hs-cookie-notification-position-bottom{
		max-width: 100%;
	}
}
@media (max-width:575px) {
	.footer {
		background-size: 250%;
		padding: 130px 0 95px;
	}
	.footer .container {
		max-width: 353px;
	}
	.footer .footer-middle {
		max-width: 288px;
		margin-left: auto;
		margin-right: auto;
	}
}
@media (max-width:479px) {
	.footer {
		background-size: 300%;
	}
	.footer .copyright-block .conditioins-block a {
		padding: 0;
		width: 100%;
	}
}
@media (max-width: 374px) {
	.footer {
		padding: 100px 0 90px
	}
}