.company-page {
	font-size: 16px;
	line-height: 1.7;
}

.company-shell {
	background: #fff;
}

.company-container {
	max-width: 1222px;
	margin: 0 auto;
	padding: 0 15px;
}

.company-site-header {
	background: #000;
	box-shadow: none;
	position: relative;
	z-index: 50;
}

.company-main-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 28px;
	min-height: 90px;
	padding: 0 15px;
}

.company-mobile-left {
	display: none;
}

.company-header-left {
	flex: 0 0 auto;
}

.company-header-center {
	flex: 1 1 420px;
	display: flex;
	justify-content: center;
}

.company-header-right {
	align-items: center;
	display: flex;
	flex: 0 0 auto;
	gap: 20px;
	justify-content: flex-end;
}

.company-logo img {
	display: block;
	max-width: 250px;
	height: auto;
}

.company-main-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.company-main-nav > ul,
.company-main-nav #company-menu {
	display: flex;
	align-items: center;
	gap: 34px;
}

.company-main-nav a {
	color: #fff;
	display: block;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	padding: 36px 0;
	text-decoration: none;
}

.company-menu-parent > a::after {
	border-color: rgba(255, 255, 255, .72) transparent transparent;
	border-style: solid;
	border-width: 4px 3.5px 0;
	content: "";
	display: inline-block;
	margin-left: 4px;
	vertical-align: middle;
}

.company-menu-parent:hover > a::after {
	border-top-color: #fff;
}

.company-main-nav a:hover,
.company-main-nav .company-menu-parent:hover > a {
	color: rgba(255, 255, 255, .78);
}

.company-product-search {
	display: flex;
	align-items: center;
	gap: 0;
	position: relative;
	width: 290px;
}

.company-product-search input[type="search"] {
	flex: 1 1 auto;
	min-width: 0;
	width: 100%;
	padding: 12px 48px 12px 16px;
	border: 1px solid rgba(255, 255, 255, .22);
	border-radius: 999px;
	background: #050505;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
}

.company-product-search input[type="search"]::placeholder {
	color: rgba(255, 255, 255, .65);
}

.company-product-search button {
	align-items: center;
	background: transparent;
	border: 0;
	color: rgba(255, 255, 255, .84);
	display: flex;
	height: 100%;
	justify-content: center;
	padding: 0 15px;
	position: absolute;
	right: 0;
	top: 0;
	width: 46px;
}

.company-product-search button svg {
	display: block;
	height: 24px;
	width: 24px;
}

.company-language-switch {
	align-items: center;
	background: #f2f2f2;
	display: flex;
	height: 31px;
	min-width: 174px;
	padding: 0 8px;
}

.company-language-flag {
	font-size: 22px;
	line-height: 1;
	margin-right: 6px;
}

.company-language-switch select {
	appearance: auto;
	background: transparent;
	border: 0;
	color: #555;
	font-size: 16px;
	height: 31px;
	line-height: 31px;
	padding: 0;
	padding-right: 18px;
	width: 100%;
}

.company-header-utility {
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.company-header-utility:hover {
	color: rgba(255, 255, 255, .78);
}

.company-sticky-social {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 399;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	transform: translate3d(0, -50%, 0);
	transition: transform .5s cubic-bezier(.19, 1, .22, 1) 1s;
}

.company-sticky-social-link {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: nowrap;
	font-size: 14px;
	height: 40px;
	min-width: 40px;
	overflow: hidden;
	text-decoration: none;
	white-space: nowrap;
}

.company-sticky-social-link:hover {
	box-shadow: inset 0 0 200px rgba(0, 0, 0, .15);
	color: #fff;
}

.company-sticky-social-facebook {
	background-color: #365493;
}

.company-sticky-social-twitter {
	background-color: #3cf;
}

.company-sticky-social-pinterest {
	background-color: #cb2027;
}

.company-sticky-social-linkedin {
	background-color: #0274b3;
}

.company-sticky-social-telegram {
	background-color: #37aee2;
}

.company-sticky-social-icon {
	align-items: center;
	display: flex;
	height: 40px;
	justify-content: center;
	width: 40px;
}

.company-sticky-social-icon svg {
	display: block;
	height: 16px;
	width: 16px;
}

.company-sticky-social-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	max-width: 0;
	overflow: hidden;
	padding: 0;
	transition: padding .4s cubic-bezier(.175, .885, .32, 1.15), max-width .4s cubic-bezier(.175, .885, .32, 1.15);
}

.company-sticky-social-link:hover .company-sticky-social-name {
	max-width: 220px;
	padding-left: 15px;
}

.company-mobile-menu-extra {
	display: none;
}

.company-menu-parent {
	position: relative;
}

.company-menu-parent ul {
	background: #fff;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
	left: 0;
	min-width: 220px;
	opacity: 0;
	padding: 10px 0;
	position: absolute;
	top: 100%;
	transform: translateY(8px);
	transition: opacity .2s ease, transform .2s ease, visibility .2s ease;
	visibility: hidden;
	z-index: 20;
}

.company-menu-parent:hover ul {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.company-menu-parent ul li a {
	color: #242424;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 10px 18px;
}

.company-menu-parent ul li a:hover {
	color: #da0000;
}

.company-menu-toggle {
	display: none;
	align-items: center;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	gap: 8px;
	padding: 0;
}

.company-menu-toggle::before {
	content: "☰";
	font-size: 18px;
	line-height: 1;
}

.company-breadcrumb-wrap {
	background: #f7f7f7;
	border-bottom: 1px solid #eee;
	padding: 12px 0;
}

.company-breadcrumb-wrap {
	display: none;
}

.company-site-content {
	padding: 32px 0 56px;
}

.company-content-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 36px;
}

.company-main-content {
	min-width: 0;
}

.company-content-full {
	display: block;
}

.company-home-main {
	display: grid;
	gap: 44px;
}

.company-home-hero {
	margin: -32px calc(50% - 50vw) 0;
}

.company-home-slider img {
	display: block;
	width: 100%;
	height: auto;
}

.company-home-section {
	display: grid;
	gap: 24px;
}

.company-home-section h2 {
	text-align: center;
	font-weight: 700;
	margin: 0;
}

.company-home-two-col {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 32px;
	align-items: center;
}

.company-home-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 18px;
}

.company-home-card-grid a {
	display: grid;
	gap: 8px;
	place-items: center;
	padding: 18px 12px;
	border: 1px solid #e6e6e6;
	color: #222;
	text-decoration: none;
	font-weight: 600;
}

.company-home-card-grid img {
	width: 80px;
	height: 80px;
	object-fit: cover;
}

.company-home-video {
	width: 100%;
	height: auto;
	background: #000;
}

.company-sidebar {
	display: none;
}

.company-sidebar-widget {
	border: 1px solid #e8e8e8;
	padding: 18px;
	background: #fafafa;
}

.company-sidebar-widget h3 {
	margin-top: 0;
}

.company-sidebar-widget ul {
	margin: 0;
	padding-left: 18px;
}

.company-footer {
	background: #000;
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	width: 100%;
}

.company-footer-inner {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1222px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.company-footer-grid {
	box-sizing: border-box;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0;
	padding: 48px 0 34px;
}

.company-footer-logo {
	grid-column: 1 / -1;
}

.company-footer-column,
.company-footer-logo,
.company-footer .footer-widget,
.company-footer .textwidget,
.company-footer p {
	margin: 0;
	padding: 0;
}

.company-footer img {
	height: auto;
	max-width: 300px;
}

.company-footer .widget-title {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0 0 20px;
	text-transform: none;
}

.company-footer a {
	color: rgba(255, 255, 255, .72);
	text-decoration: none;
}

.company-footer .textwidget a {
	display: inline-block;
	line-height: 1.55;
	margin-bottom: 4px;
}

.company-footer a:hover {
	color: #fff;
}

.company-footer .elementor-social-icons-wrapper {
	display: flex;
	gap: 8px;
	justify-content: center;
}

.company-footer .elementor-grid-item {
	display: block;
}

.company-footer .elementor-icon {
	align-items: center;
	background-color: currentColor;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	height: 33px;
	justify-content: center;
	line-height: 1;
	padding: 5px;
	width: 33px;
}

.company-footer .elementor-grid-item a {
	justify-content: center;
}

.company-footer .elementor-grid-item .elementor-screen-only {
	position: absolute;
}

.company-footer .company-social-icon-box {
	align-items: center;
	background-color: #fff;
	display: inline-flex;
	height: 16px;
	justify-content: center;
	width: 16px;
}

.company-footer .company-social-icon-box svg {
	display: block;
	height: 11px;
	width: 11px;
}

.company-footer .elementor-icon i {
	display: none;
}

.company-footer .elementor-social-icon-facebook-square {
	background-color: #3b5998;
	color: #3b5998;
}

.company-footer .elementor-social-icon-linkedin {
	background-color: #0077b5;
	color: #0077b5;
}

.company-footer .company-social-facebook {
	color: #3b5998;
}

.company-footer .company-social-linkedin {
	color: #0077b5;
}

.company-footer .company-footer-column:last-child,
.company-footer .company-footer-column:last-child .widget-title,
.company-footer .company-footer-column:last-child .textwidget {
	text-align: center;
}

.company-footer .elementor-screen-only {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

.company-footer-bottom {
	background: #000;
	border-top: 1px solid rgba(255, 255, 255, .12);
	padding: 16px 0;
	text-align: center;
}

.company-footer .min-footer,
.company-footer .col-left {
	display: block;
	text-align: center;
}

.company-footer-bottom p {
	font-size: 14px;
	line-height: 1.5;
	margin: 0;
}

.company-page h2,
.company-page h3 {
	margin: 1.4em 0 .7em;
	font-weight: 700;
}

.company-page p {
	margin: 0 0 1em;
}

.company-page img {
	display: block;
	max-width: 100%;
	height: auto;
}

.company-page figure {
	margin: 0;
}

.company-hero,
.company-wide-image,
.company-wide-plain {
	margin: 0 0 1.5em;
}

.company-page-media-text {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 1.5em;
}

.company-page-media-text .company-hero,
.company-page-media-text h2:last-child,
.company-page-media-text p:last-child {
	margin-bottom: 0;
}

.company-page-media-text h2:first-child,
.company-stat-list h2:first-child {
	margin-top: 0;
}

.company-hero img,
.company-wide-image img,
.company-wide-plain {
	width: 100%;
}

.company-about-intro {
	align-items: center;
	display: grid;
	gap: 30px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 0 1.5em;
}

.company-about-intro .company-hero {
	margin-bottom: 0;
}

.company-about-text h2 {
	margin-top: 0;
}

.company-about-layout {
	font-size: 14px;
	line-height: 1.6;
}

.company-about-layout .elementor-section-boxed > .elementor-container {
	display: flex;
	max-width: 1140px;
	margin: 0 auto;
}

.company-about-layout .elementor-section-content-middle > .elementor-container {
	align-items: center;
}

.company-about-layout .elementor-column {
	min-height: 1px;
}

.company-about-layout .elementor-col-50 {
	width: 50%;
}

.company-about-layout .elementor-col-100 {
	width: 100%;
}

.company-about-layout .elementor-widget-wrap {
	align-content: center;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.company-about-layout .elementor-element {
	width: 100%;
}

.company-about-layout .elementor-widget-container,
.company-about-layout .wd-text-block {
	margin: 0;
}

.company-about-layout .elementor-element-ca9ac1c .wd-text-block,
.company-about-layout .elementor-element-5397be2 .wd-text-block {
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4;
}

.company-about-layout .elementor-element-9518fa3 .wd-text-block {
	font-size: 14px;
}

.company-about-layout .elementor-widget-image img,
.company-about-layout .wd-gallery-item img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.company-about-layout .elementor-element-4ae3098 {
	margin-top: 20px;
}

.company-about-layout .elementor-element-5397be2 {
	margin-top: 10px;
}

.company-about-layout .elementor-element-5397be2 p:first-child {
	min-height: 1em;
}

.company-about-layout .gallery-images {
	margin: 0;
	padding: 0;
}

.company-about-layout .wd-gallery-item {
	list-style: none;
}

.company-about-testing-carousel {
	margin: 1.25em 0 2em;
	overflow: hidden;
	position: relative;
	--wd-car-sp: 0px;
}

.company-carousel-track {
	position: relative;
}

.company-carousel-slide {
	display: none;
}

.company-carousel-slide.is-active {
	display: block;
}

.company-carousel-slide img {
	display: block;
	height: auto;
	width: 100%;
}

.company-carousel-arrow {
	align-items: center;
	background-color: transparent;
	border: 0;
	color: #666;
	cursor: pointer;
	display: flex;
	height: 34px;
	justify-content: center;
	margin-top: -17px;
	opacity: 0;
	position: absolute;
	top: 50%;
	transform: translateY(10px);
	transition: opacity .2s ease, transform .2s ease, color .2s ease;
	visibility: hidden;
	width: 34px;
	z-index: 2;
}

.company-about-testing-carousel:hover .company-carousel-arrow {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

.company-carousel-arrow:hover {
	color: #242424;
}

.company-carousel-arrow::before {
	border-color: currentColor;
	border-style: solid;
	content: "";
	display: block;
	height: 9px;
	width: 9px;
}

.company-carousel-prev {
	left: 5px;
}

.company-carousel-prev::before {
	border-width: 0 0 2px 2px;
	transform: rotate(45deg);
}

.company-carousel-next {
	right: 5px;
}

.company-carousel-next::before {
	border-width: 2px 2px 0 0;
	transform: rotate(45deg);
}

.company-carousel-dots {
	bottom: 12px;
	display: flex;
	gap: 8px;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
}

.company-carousel-dot {
	background: rgba(255, 255, 255, .55);
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 10px;
	padding: 0;
	width: 10px;
}

.company-carousel-dot.is-active {
	background: #fff;
}

.company-lightbox {
	align-items: center;
	background: rgba(0, 0, 0, .92);
	display: none;
	inset: 0;
	justify-content: center;
	position: fixed;
	z-index: 1500;
}

.company-lightbox.is-open {
	display: flex;
}

.company-lightbox-image {
	cursor: zoom-in;
	max-height: calc(100vh - 120px);
	max-width: calc(100vw - 80px);
	transition: transform .2s ease;
}

.company-lightbox.is-zoomed .company-lightbox-image {
	cursor: zoom-out;
	max-height: none;
	max-width: none;
	transform: scale(1.35);
}

.company-lightbox-toolbar {
	display: flex;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1501;
}

.company-lightbox-button {
	align-items: center;
	background: rgba(0, 0, 0, .6);
	border: 0;
	color: #fff;
	cursor: pointer;
	display: flex;
	height: 44px;
	justify-content: center;
	opacity: .85;
	padding: 0;
	position: relative;
	text-decoration: none;
	transition: opacity .2s ease;
	width: 44px;
}

.company-lightbox-button:hover {
	color: #fff;
	opacity: 1;
}

.company-lightbox-button::before,
.company-lightbox-button::after {
	content: "";
	display: block;
	position: absolute;
}

.company-lightbox-zoom::before {
	border: 2px solid currentColor;
	border-radius: 50%;
	height: 15px;
	left: 13px;
	top: 12px;
	width: 15px;
}

.company-lightbox-zoom::after {
	background: currentColor;
	height: 2px;
	left: 26px;
	top: 27px;
	transform: rotate(45deg);
	width: 10px;
}

.company-lightbox-open::before {
	border: 2px solid currentColor;
	border-left: 0;
	border-bottom: 0;
	height: 15px;
	right: 13px;
	top: 12px;
	width: 15px;
}

.company-lightbox-open::after {
	background: currentColor;
	height: 2px;
	right: 13px;
	top: 19px;
	transform: rotate(-45deg);
	transform-origin: right center;
	width: 18px;
}

.company-lightbox-download::before {
	border-color: currentColor;
	border-style: solid;
	border-width: 0 2px 2px 0;
	height: 12px;
	top: 10px;
	transform: rotate(45deg);
	width: 12px;
}

.company-lightbox-download::after {
	border-bottom: 2px solid currentColor;
	border-left: 2px solid currentColor;
	border-right: 2px solid currentColor;
	height: 8px;
	top: 25px;
	width: 20px;
}

.company-lightbox-close::before,
.company-lightbox-close::after {
	background: currentColor;
	height: 2px;
	width: 22px;
}

.company-lightbox-toolbar .company-lightbox-button + .company-lightbox-button {
	margin-left: 1px;
}

.company-lightbox-close::before {
	transform: rotate(45deg);
}

.company-lightbox-close::after {
	transform: rotate(-45deg);
}

.company-gallery {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
	margin: 1.25em 0 2em;
}

.company-gallery-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.company-gallery figure {
	background: #f6f6f6;
	overflow: hidden;
}

.company-gallery a,
.company-wide-image a,
.company-hero a {
	display: block;
}

.company-gallery img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.company-certifications .company-gallery img {
	aspect-ratio: 3 / 4;
	object-fit: contain;
	background: #fff;
}

.company-stat-list {
	margin: 0 0 1.5em;
	font-size: 1.08em;
	font-weight: 600;
}

.company-stat-list p {
	margin-bottom: .35em;
}

.company-feature-list {
	display: grid;
	gap: 24px;
	margin: 2em 0;
}

.company-feature {
	display: grid;
	grid-template-columns: 280px minmax(0, 1fr);
	gap: 24px;
	align-items: center;
}

.company-feature img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.company-feature h3 {
	margin-top: 0;
}

.company-contact {
	color: #777;
	font-size: 14px;
	line-height: 1.6;
	padding: 0 0 20px;
}

.company-contact-page {
	padding: 0 0 20px;
}

.company-contact-page .page-title {
	min-height: 54px;
}

.company-contact-page .container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1222px;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.company-contact-page .content-layout-wrapper,
.company-contact-page .row {
	display: flex;
	flex-wrap: wrap;
}

.company-contact-page .site-content {
	box-sizing: border-box;
	max-width: 100%;
	width: 100%;
}

.company-contact-page .entry-content {
	margin: 0;
}

.company-contact p {
	margin: 0 0 20px;
}

.company-contact strong {
	color: #242424;
	font-weight: 700;
}

.company-contact-eyebrow,
.company-contact-title {
	color: #777;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
}

.company-contact-map {
	margin-top: 20px;
}

.company-contact-map iframe {
	display: block;
	max-width: 100%;
}

@media (max-width: 1024px) {
	.company-topbar {
		display: none;
	}

	.company-sticky-social {
		display: none;
	}

	.company-main-header {
		display: grid;
		grid-template-columns: 1fr auto 1fr;
		min-height: 70px;
		position: relative;
	}

	.company-mobile-left {
		display: flex;
		justify-content: flex-start;
	}

	.company-header-left {
		justify-self: center;
	}

	.company-logo img {
		max-width: 140px;
	}

	.company-header-center {
		display: block;
		grid-column: 1 / -1;
		order: 4;
	}

	.company-header-right {
		flex-basis: auto;
		justify-content: flex-end;
	}

	.company-product-search,
	.company-language-switch {
		display: none;
	}

	.company-main-nav > ul,
	.company-main-nav #company-menu {
		align-items: stretch;
		background: #000;
		border-top: 1px solid rgba(255, 255, 255, .12);
		display: none;
		flex-direction: column;
		gap: 0;
		margin: 0 -15px;
		padding: 8px 15px 14px;
	}

	.company-site-header.company-menu-open .company-main-nav > ul,
	.company-site-header.company-menu-open .company-main-nav #company-menu {
		display: flex;
	}

	.company-main-nav a {
		border-bottom: 1px solid rgba(255, 255, 255, .12);
		color: #fff;
		padding: 12px 0;
	}

	.company-menu-toggle {
		display: inline-flex;
	}

	.company-menu-parent ul {
		box-shadow: none;
		min-width: 0;
		opacity: 1;
		padding: 0 0 0 16px;
		position: static;
		transform: none;
		visibility: visible;
	}

	.company-menu-parent ul li a {
		color: rgba(255, 255, 255, .82);
		font-size: 14px;
		padding: 10px 0;
	}

	.company-menu-parent ul li a:hover {
		color: #fff;
	}

	.company-mobile-menu-extra {
		display: block;
	}
}

@media (max-width: 768px) {
	.company-content-grid,
	.company-about-intro,
	.company-page-media-text,
	.company-home-two-col,
	.company-home-card-grid {
		grid-template-columns: 1fr;
		display: grid;
	}

	.company-gallery,
	.company-gallery-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 12px;
	}

	.company-about-layout .elementor-section-boxed > .elementor-container {
		display: block;
	}

	.company-about-layout .elementor-col-50,
	.company-about-layout .elementor-col-100 {
		width: 100%;
	}

	.company-about-layout .elementor-column + .elementor-column {
		margin-top: 20px;
	}

	.company-feature {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.company-footer-grid {
		grid-template-columns: 1fr;
		gap: 22px;
	}

	.company-footer-logo {
		grid-column: auto;
	}

}

@media (max-width: 480px) {
	.company-gallery,
	.company-gallery-4 {
		grid-template-columns: 1fr;
	}
}
