body.comtop-homepage-redesign,
body.comtop-global-footer {
	--ct-home-navy: #00112b;
	--ct-home-navy-deep: #091936;
	--ct-home-surface: #fff;
	--ct-home-soft: #f1f4f7;
	--ct-home-border: #dee5ec;
	--ct-home-text: #202c3c;
	--ct-home-muted: #687386;
	--ct-home-accent: #f58220;
	--ct-home-accent-dark: #d66c16;
	--ct-home-radius: 6px;
	--ct-home-shadow: 0 12px 28px rgba(0, 17, 43, .1);
	--ct-home-max: 1270px;
}

body.comtop-homepage-redesign {
	background: #f8fafc;
	color: var(--ct-home-text);
}

body.comtop-homepage-redesign .main-page-wrapper {
	padding-top: 0;
}

/* Preserve the source slider proportions on desktop without a dark bleed. */
@media (min-width: 769px) {
	body.comtop-homepage-redesign .elementor-element-b7b0dcf {
		background: #fff !important;
	}

	body.comtop-homepage-redesign .elementor-element-b7b0dcf > .e-con-inner {
		max-width: 1170px !important;
		margin-inline: auto;
	}

	body.comtop-homepage-redesign .elementor-element-b7b0dcf .wd-slide {
		aspect-ratio: 1170 / 451 !important;
	}
}

body.comtop-global-footer .comtop-home-container {
	width: min(var(--ct-home-max), calc(100% - 48px));
	margin-inline: auto;
}

body.comtop-homepage-redesign .comtop-home-section {
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

body.comtop-homepage-redesign .comtop-home-section h2,
body.comtop-homepage-redesign .comtop-home-section h3,
body.comtop-global-footer .comtop-home-footer h2,
body.comtop-global-footer .comtop-home-prefooter h2 {
	font-family: var(--wd-title-font, "Avenir Next", sans-serif);
	color: var(--ct-home-navy);
}

body.comtop-homepage-redesign .comtop-section-heading {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

body.comtop-homepage-redesign .comtop-section-heading h2,
body.comtop-homepage-redesign .comtop-solutions-heading h2 {
	margin: 0;
	font-size: clamp(26px, 2.4vw, 35px);
	font-weight: 900;
	line-height: 1.1;
}

body.comtop-homepage-redesign .comtop-section-heading > a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	color: var(--ct-home-navy);
	font-size: 12px;
	font-weight: 900;
	white-space: nowrap;
}

body.comtop-homepage-redesign .comtop-section-heading > a:hover {
	color: var(--ct-home-accent);
}

body.comtop-homepage-redesign .comtop-trust-row {
	border-bottom: 1px solid var(--ct-home-border);
	background: var(--ct-home-surface);
}

body.comtop-homepage-redesign .comtop-trust-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	border-left: 1px solid var(--ct-home-border);
}

body.comtop-homepage-redesign .comtop-trust-item {
	min-width: 0;
	min-height: 116px;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 24px;
	border-right: 1px solid var(--ct-home-border);
	background: var(--ct-home-surface);
	transition: background-color .18s ease, color .18s ease;
}

body.comtop-homepage-redesign .comtop-trust-item:hover {
	background: var(--ct-home-navy);
	color: #fff;
}

body.comtop-homepage-redesign .comtop-trust-icon {
	width: 50px;
	height: 50px;
	flex: 0 0 50px;
	display: grid;
	place-items: center;
	color: var(--ct-home-navy);
	font-size: 42px;
	transition: color .18s ease;
}

body.comtop-homepage-redesign .comtop-trust-item:hover .comtop-trust-icon {
	color: var(--ct-home-accent);
}

body.comtop-homepage-redesign .comtop-trust-item strong,
body.comtop-homepage-redesign .comtop-trust-item small {
	display: block;
}

body.comtop-homepage-redesign .comtop-trust-item strong {
	font-family: var(--wd-title-font, sans-serif);
	font-size: 15px;
	font-weight: 900;
	line-height: 1.25;
}

body.comtop-homepage-redesign .comtop-trust-item small {
	margin-top: 7px;
	color: var(--ct-home-muted);
	font-size: 12px;
	line-height: 1.4;
}

body.comtop-homepage-redesign .comtop-trust-item:hover small {
	color: #fff;
}

body.comtop-homepage-redesign .comtop-promo-section {
	background: var(--ct-home-soft);
}

body.comtop-homepage-redesign .comtop-promo-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	padding-block: 52px;
}

body.comtop-homepage-redesign .comtop-promo-card {
	position: relative;
	min-height: 218px;
	margin: 0;
	border: 1px solid var(--ct-home-border);
	border-radius: var(--ct-home-radius);
	background: #f5f6f7;
	overflow: hidden;
	transition: border-color .18s ease, box-shadow .18s ease;
}

body.comtop-homepage-redesign .comtop-promo-card:hover {
	border-color: #cad3dd;
	box-shadow: var(--ct-home-shadow);
}

body.comtop-homepage-redesign .comtop-promo-card > img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

body.comtop-homepage-redesign .comtop-promo-card:hover > img {
	transform: scale(1.035);
}

body.comtop-homepage-redesign .comtop-promo-copy {
	position: relative;
	z-index: 1;
	width: 52%;
	padding: 28px 0 24px 24px;
}

body.comtop-homepage-redesign .comtop-promo-copy h2 {
	margin: 0 0 7px;
	font-size: 23px;
	font-weight: 900;
	line-height: 1.05;
}

body.comtop-homepage-redesign .comtop-promo-copy p {
	margin: 0 0 18px;
	color: var(--ct-home-muted);
	font-size: 12px;
	line-height: 1.45;
}

body.comtop-homepage-redesign .comtop-promo-copy a {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-height: 36px;
	padding: 0 14px;
	border: 1px solid var(--ct-home-accent);
	background: rgba(255, 255, 255, .9);
	color: var(--ct-home-accent);
	font-size: 11px;
	font-weight: 900;
}

body.comtop-homepage-redesign .comtop-promo-copy a:hover {
	background: var(--ct-home-accent);
	color: #fff;
}

body.comtop-homepage-redesign .comtop-news-section,
body.comtop-homepage-redesign .comtop-solutions-section,
body.comtop-homepage-redesign .comtop-media-section {
	background: var(--ct-home-surface);
}

body.comtop-homepage-redesign .comtop-news-section .comtop-home-container {
	padding-block: 44px 34px;
}

body.comtop-homepage-redesign .comtop-news-section .comtop-section-heading h2 {
	text-transform: uppercase;
}

body.comtop-homepage-redesign .comtop-news-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

body.comtop-homepage-redesign .comtop-news-card {
	min-width: 0;
	margin: 0;
	border-radius: 5px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(0, 17, 43, .07);
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.comtop-homepage-redesign .comtop-news-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--ct-home-shadow);
}

body.comtop-homepage-redesign .comtop-news-image {
	position: relative;
	height: 150px;
	display: block;
	background: var(--ct-home-navy);
	overflow: hidden;
}

body.comtop-homepage-redesign .comtop-news-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

body.comtop-homepage-redesign .comtop-news-card:hover .comtop-news-image img {
	transform: scale(1.035);
}

body.comtop-homepage-redesign .comtop-news-date {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 52px;
	min-height: 58px;
	display: grid;
	place-items: center;
	padding: 7px;
	border-radius: 4px;
	background: #fff;
	color: var(--ct-home-navy);
	line-height: 1;
}

body.comtop-homepage-redesign .comtop-news-date strong {
	font-size: 22px;
}

body.comtop-homepage-redesign .comtop-news-date small {
	color: var(--ct-home-accent);
	font-size: 11px;
	font-weight: 900;
	text-transform: uppercase;
}

body.comtop-homepage-redesign .comtop-news-copy {
	padding: 15px 16px;
}

body.comtop-homepage-redesign .comtop-news-copy h3 {
	min-height: 48px;
	margin: 0;
	font-size: 15px;
	font-weight: 850;
	line-height: 1.28;
}

body.comtop-homepage-redesign .comtop-news-meta {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-top: 12px;
	padding-top: 11px;
	border-top: 1px solid var(--ct-home-border);
	color: var(--ct-home-muted);
	font-size: 11px;
}

body.comtop-homepage-redesign .comtop-news-meta a {
	color: var(--ct-home-accent);
	font-weight: 900;
	white-space: nowrap;
}

body.comtop-homepage-redesign .comtop-product-section {
	background: var(--ct-home-soft);
	border-top: 1px solid var(--ct-home-border);
}

body.comtop-homepage-redesign .comtop-product-section + .comtop-product-section {
	border-top: 0;
}

body.comtop-homepage-redesign .comtop-product-section .comtop-home-container {
	padding-block: 34px 44px;
}

body.comtop-homepage-redesign .comtop-product-grid {
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 12px;
}

body.comtop-homepage-redesign .comtop-product-tabs {
	display: flex;
	align-items: center;
	gap: 28px;
	margin: -7px 0 22px;
	overflow-x: auto;
}

body.comtop-homepage-redesign .comtop-product-tabs a {
	flex: 0 0 auto;
	color: var(--ct-home-muted);
	font-size: 12px;
	font-weight: 800;
}

body.comtop-homepage-redesign .comtop-product-tabs a:first-child,
body.comtop-homepage-redesign .comtop-product-tabs a:hover {
	color: var(--ct-home-navy);
}

body.comtop-homepage-redesign .comtop-home-product-card {
	min-width: 0;
	min-height: 354px;
	display: flex;
	flex-direction: column;
	margin: 0;
	border: 1px solid var(--ct-home-border);
	background: #fff;
	overflow: hidden;
	transition: transform .18s ease, box-shadow .18s ease;
}

body.comtop-homepage-redesign .comtop-home-product-card:hover {
	transform: translateY(-3px);
	box-shadow: var(--ct-home-shadow);
}

body.comtop-homepage-redesign .comtop-home-product-image {
	height: 190px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	border-bottom: 1px solid var(--ct-home-border);
	background: #f1f4f7;
}

body.comtop-homepage-redesign .comtop-home-product-media {
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	line-height: 0;
}

body.comtop-homepage-redesign .comtop-home-product-media img {
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 170px;
}

body.comtop-homepage-redesign .comtop-home-product-copy {
	flex: 1;
	padding: 16px;
}

body.comtop-homepage-redesign .comtop-home-product-copy h3 {
	margin: 0;
	font-size: 14px;
	font-weight: 900;
	line-height: 1.3;
	overflow-wrap: anywhere;
}

body.comtop-homepage-redesign .comtop-home-product-quote {
	padding: 0 12px 14px;
}

body.comtop-homepage-redesign .comtop-home-product-quote .yith-ywraq-add-to-quote,
body.comtop-homepage-redesign .comtop-home-product-quote .yith_ywraq_add_item_browse_message {
	width: 100%;
	margin: 0 !important;
}

body.comtop-homepage-redesign .comtop-home-product-quote .yith-ywraq-add-button,
body.comtop-homepage-redesign .comtop-home-product-quote .yith-ywraq-add-to-quote {
	min-height: 38px;
}

body.comtop-homepage-redesign .comtop-home-product-quote .add-request-quote-button,
body.comtop-homepage-redesign .comtop-home-product-quote .comtop-quote-fallback,
body.comtop-homepage-redesign .comtop-home-product-quote .yith_ywraq_add_item_browse_message a {
	width: 100%;
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0 10px;
	border: 1px solid var(--ct-home-accent) !important;
	border-radius: 0;
	background: #fff !important;
	color: var(--ct-home-accent) !important;
	font-size: 11px !important;
	font-weight: 900;
	line-height: 1 !important;
	text-transform: uppercase;
}

body.comtop-homepage-redesign .comtop-home-product-quote .add-request-quote-button:hover,
body.comtop-homepage-redesign .comtop-home-product-quote .comtop-quote-fallback:hover,
body.comtop-homepage-redesign .comtop-home-product-quote .yith_ywraq_add_item_browse_message a:hover {
	background: var(--ct-home-accent) !important;
	color: #fff !important;
}

body.comtop-homepage-redesign .comtop-home-product-quote .yith-ywraq-add-to-quote:has(.yith_ywraq_add_item_browse_message a) {
	display: grid;
	gap: 7px;
}

body.comtop-homepage-redesign .comtop-home-product-quote .yith_ywraq_add_item_response_message {
	min-height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 !important;
	padding: 7px 10px !important;
	background: #459647;
	color: #fff;
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	text-align: center;
	overflow-wrap: anywhere;
}

body.comtop-homepage-redesign .comtop-solutions-section .comtop-home-container {
	padding-block: 52px 48px;
}

body.comtop-homepage-redesign .comtop-solutions-heading h2 {
	display: inline-block;
	margin-bottom: 24px;
	text-transform: uppercase;
}

body.comtop-homepage-redesign .comtop-solutions-heading h2::after {
	content: "";
	width: 58px;
	height: 4px;
	display: block;
	margin-top: 10px;
	background: var(--ct-home-accent);
}

body.comtop-homepage-redesign .comtop-solutions-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

body.comtop-homepage-redesign .comtop-solution-card {
	--ct-solution-image-height: 220px;
	position: relative;
	margin: 0;
	border-radius: 5px;
	background: var(--ct-home-navy);
	box-shadow: 0 8px 18px rgba(0, 17, 43, .16);
	overflow: hidden;
	transition: transform .18s ease;
}

body.comtop-homepage-redesign .comtop-solution-card:hover {
	transform: translateY(-4px);
}

body.comtop-homepage-redesign .comtop-solution-image {
	position: relative;
	height: var(--ct-solution-image-height);
	overflow: hidden;
}

body.comtop-homepage-redesign .comtop-solution-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .35s ease;
}

body.comtop-homepage-redesign .comtop-solution-card:hover img {
	transform: scale(1.025);
}

body.comtop-homepage-redesign .comtop-solution-card > .dashicons {
	position: absolute;
	top: calc(var(--ct-solution-image-height) - 22px);
	left: 18px;
	z-index: 2;
	width: 44px;
	height: 44px;
	display: grid;
	place-items: center;
	border: 3px solid #fff;
	border-radius: 50%;
	background: #fff;
	color: var(--ct-home-navy);
	font-size: 22px;
}

body.comtop-homepage-redesign .comtop-solution-copy {
	min-height: 112px;
	padding: 26px 18px 18px;
}

body.comtop-homepage-redesign .comtop-solution-copy h3 {
	margin: 0 0 7px;
	color: #fff;
	font-size: 15px;
	font-weight: 900;
}

body.comtop-homepage-redesign .comtop-solution-copy p {
	margin: 0;
	color: #c9d1db;
	font-size: 12px;
	line-height: 1.45;
}

body.comtop-homepage-redesign .comtop-capability-section {
	background: var(--ct-home-navy-deep);
	color: #fff;
}

body.comtop-homepage-redesign .comtop-capability-grid {
	display: grid;
	grid-template-columns: 1.1fr 2fr .8fr;
	gap: 36px;
	align-items: center;
	padding-block: 54px;
}

body.comtop-homepage-redesign .comtop-capability-section h2,
body.comtop-homepage-redesign .comtop-capability-section h3 {
	color: #fff;
}

body.comtop-homepage-redesign .comtop-capability-intro h2,
body.comtop-homepage-redesign .comtop-certification h2 {
	margin: 0 0 12px;
	font-size: clamp(27px, 2.6vw, 38px);
	font-weight: 900;
	line-height: 1.05;
}

body.comtop-homepage-redesign .comtop-capability-intro p {
	margin: 0 0 22px;
	color: #c9d1db;
	font-size: 13px;
}

body.comtop-homepage-redesign .comtop-primary-button {
	min-height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 0 18px;
	background: var(--ct-home-accent);
	color: #fff;
	font-size: 12px;
	font-weight: 900;
}

body.comtop-homepage-redesign .comtop-primary-button:hover {
	background: var(--ct-home-accent-dark);
	color: #fff;
}

body.comtop-homepage-redesign .comtop-process-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

body.comtop-homepage-redesign .comtop-process-step {
	position: relative;
	text-align: center;
}

body.comtop-homepage-redesign .comtop-process-step .dashicons {
	width: 52px;
	height: 52px;
	display: grid;
	place-items: center;
	margin: 0 auto 12px;
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: 50%;
	color: #d9e7f5;
	font-size: 27px;
}

body.comtop-homepage-redesign .comtop-process-step h3 {
	margin: 0 0 6px;
	font-size: 13px;
}

body.comtop-homepage-redesign .comtop-process-step p {
	margin: 0;
	color: #c9d1db;
	font-size: 10px;
	line-height: 1.45;
}

body.comtop-homepage-redesign .comtop-certification {
	padding-left: 32px;
	border-left: 1px solid rgba(255, 255, 255, .15);
}

body.comtop-homepage-redesign .comtop-certification figure {
	max-width: 264px;
	margin: 0;
	padding: 12px;
	border-radius: 4px;
	background: #fff;
}

body.comtop-homepage-redesign .comtop-media-section {
	border-top: 1px solid var(--ct-home-border);
}

body.comtop-homepage-redesign .comtop-media-section > .comtop-home-container {
	display: grid;
	gap: 30px;
	padding-block: 58px;
}

body.comtop-homepage-redesign .comtop-video-block,
body.comtop-homepage-redesign .comtop-download-block {
	margin: 0;
	border: 1px solid var(--ct-home-border);
	border-radius: var(--ct-home-radius);
	overflow: hidden;
}

body.comtop-homepage-redesign .comtop-video-block {
	padding: 30px;
	background: var(--ct-home-navy-deep);
}

body.comtop-homepage-redesign .comtop-video-block h2 {
	margin: 0 0 24px;
	color: #fff;
	font-size: clamp(23px, 2.2vw, 32px);
	font-weight: 900;
}

body.comtop-homepage-redesign .comtop-video-frame {
	position: relative;
	aspect-ratio: 16 / 9;
	border: 1px solid rgba(255, 255, 255, .18);
	background: #08162f;
	overflow: hidden;
}

body.comtop-homepage-redesign .comtop-video-frame iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

body.comtop-homepage-redesign .comtop-download-block {
	padding: 30px;
	background: #fff;
}

body.comtop-homepage-redesign .comtop-download-block > header h2 {
	margin: 0 0 8px;
	font-size: clamp(24px, 2.2vw, 32px);
	font-weight: 900;
}

body.comtop-homepage-redesign .comtop-download-block > header h2 span {
	text-decoration: underline;
	text-decoration-color: var(--ct-home-accent);
	text-underline-offset: 5px;
}

body.comtop-homepage-redesign .comtop-download-block > header p {
	margin: 0;
	color: var(--ct-home-muted);
	font-size: 13px;
}

body.comtop-homepage-redesign .comtop-download-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-top: 24px;
}

body.comtop-homepage-redesign .comtop-download-card {
	min-height: 190px;
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 24px;
	align-items: end;
	padding: 28px;
	border: 1px solid var(--ct-home-border);
	background-color: #fff;
	background-image:
		linear-gradient(90deg, rgba(255, 255, 255, .99) 0 48%, rgba(255, 255, 255, .92) 62%, rgba(255, 255, 255, .16) 100%),
		var(--comtop-download-image);
	background-position: center, var(--comtop-download-position, center);
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
}

body.comtop-homepage-redesign .comtop-download-card-cabling {
	--comtop-download-image: url("../images/homepage/download-catalog-structured-cabling.webp");
	--comtop-download-position: center 48%;
}

body.comtop-homepage-redesign .comtop-download-card-data-center {
	--comtop-download-image: url("../images/homepage/download-catalog-data-center.webp");
	--comtop-download-position: center 50%;
}

body.comtop-homepage-redesign .comtop-download-card h3 {
	margin: 0 0 10px;
	font-size: clamp(20px, 2vw, 28px);
	font-weight: 900;
	line-height: 1.08;
}

body.comtop-homepage-redesign .comtop-download-card p {
	margin: 0;
	color: var(--ct-home-muted);
	font-size: 13px;
	line-height: 1.5;
}

body.comtop-homepage-redesign .comtop-download-card > a,
body.comtop-global-footer .comtop-home-prefooter > .comtop-home-container > a,
body.comtop-global-footer .comtop-footer-subscribe,
body.comtop-global-footer .comtop-footer-newsletter button[type="submit"] {
	min-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 18px;
	border: 1px solid var(--ct-home-accent);
	border-radius: 0;
	background: var(--ct-home-accent);
	color: #fff;
	font-size: 11px;
	font-weight: 900;
}

body.comtop-global-footer .comtop-home-prefooter {
	border-top: 1px solid var(--ct-home-border);
	background: var(--ct-home-soft);
}

body.comtop-global-footer .comtop-home-prefooter > .comtop-home-container {
	display: grid;
	grid-template-columns: 1fr auto;
	gap: 24px;
	align-items: center;
	padding-block: 30px;
}

body.comtop-global-footer .comtop-prefooter-copy {
	display: flex;
	align-items: center;
	gap: 16px;
}

body.comtop-global-footer .comtop-prefooter-copy > .dashicons {
	width: 52px;
	height: 52px;
	flex: 0 0 52px;
	display: grid;
	place-items: center;
	border: 3px solid var(--ct-home-navy);
	border-radius: 50%;
	color: var(--ct-home-navy);
	font-size: 27px;
}

body.comtop-global-footer .comtop-prefooter-copy h2 {
	margin: 0;
	font-size: 18px;
	font-weight: 900;
}

body.comtop-global-footer .comtop-prefooter-copy p {
	margin: 5px 0 0;
	color: var(--ct-home-muted);
	font-size: 13px;
}

body.comtop-global-footer .comtop-home-footer {
	background: var(--ct-home-navy-deep);
	color: #c9d1db;
}

body.comtop-global-footer .comtop-footer-grid {
	display: grid;
	grid-template-columns: 1.25fr .8fr .9fr 1.45fr 1.2fr;
	gap: clamp(24px, 2.7vw, 42px);
	align-items: start;
	padding-block: 54px;
}

body.comtop-global-footer .comtop-footer-brand img {
	width: 210px;
	height: auto;
	filter: brightness(0) invert(1);
}

body.comtop-global-footer .comtop-footer-brand p,
body.comtop-global-footer .comtop-footer-newsletter p {
	margin: 16px 0;
	color: #c9d1db;
	font-size: 12px;
	line-height: 1.55;
}

body.comtop-global-footer .comtop-footer-brand > strong {
	display: block;
	margin-top: 20px;
	color: #fff;
	font-size: 11px;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.comtop-global-footer .comtop-footer-social {
	display: flex;
	gap: 10px;
	margin-top: 10px;
}

body.comtop-global-footer .comtop-footer-social a {
	width: 36px;
	height: 36px;
	display: grid;
	place-items: center;
	border: 1px solid #31445f;
	border-radius: 5px;
	background: #10213a;
	color: #fff;
}

body.comtop-global-footer .comtop-footer-social a:hover {
	border-color: var(--ct-home-accent);
	background: var(--ct-home-accent);
}

body.comtop-global-footer .comtop-footer-column h2 {
	margin: 0 0 16px;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	letter-spacing: .05em;
	text-transform: uppercase;
}

body.comtop-global-footer .comtop-footer-column ul {
	display: grid;
	gap: 9px;
	margin: 0;
	padding: 0;
	list-style: none;
}

body.comtop-global-footer .comtop-footer-column li,
body.comtop-global-footer .comtop-footer-column a {
	color: #c9d1db;
	font-size: 12px;
}

body.comtop-global-footer .comtop-footer-column a:hover {
	color: var(--ct-home-accent);
}

body.comtop-global-footer .comtop-footer-contact li {
	display: grid;
	grid-template-columns: 20px minmax(0, 1fr);
	gap: 9px;
	align-items: start;
	line-height: 1.45;
}

body.comtop-global-footer .comtop-footer-contact .dashicons {
	color: var(--ct-home-accent);
	font-size: 17px;
}

body.comtop-global-footer .comtop-footer-contact address {
	font-style: normal;
}

body.comtop-global-footer .comtop-footer-newsletter input[type="email"] {
	width: 100%;
	min-height: 43px;
	margin-bottom: 10px;
	border: 1px solid #41546d;
	border-radius: 0;
	background: #0d1d36;
	color: #fff;
}

body.comtop-global-footer .comtop-footer-newsletter input[type="submit"] {
	width: 100%;
}

body.comtop-global-footer .comtop-footer-newsletter button[type="submit"] {
	width: 100%;
}

body.comtop-global-footer .comtop-home-copyright {
	border-top: 1px solid #334862;
	color: #a8b4c2;
	font-size: 11px;
}

body.comtop-global-footer .comtop-home-copyright > .comtop-home-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding-block: 18px;
}

body.comtop-global-footer .comtop-home-copyright a {
	margin-left: 18px;
	color: #a8b4c2;
}

@media (max-width: 1024px) {
	body.comtop-homepage-redesign .comtop-trust-grid,
	body.comtop-homepage-redesign .comtop-news-grid,
	body.comtop-homepage-redesign .comtop-solutions-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	body.comtop-homepage-redesign .comtop-promo-grid {
		grid-template-columns: 1fr;
	}

	body.comtop-homepage-redesign .comtop-promo-card {
		min-height: 245px;
	}

	body.comtop-homepage-redesign .comtop-product-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	body.comtop-homepage-redesign .comtop-capability-grid {
		grid-template-columns: 1fr;
	}

	body.comtop-homepage-redesign .comtop-certification {
		padding: 28px 0 0;
		border-top: 1px solid rgba(255, 255, 255, .15);
		border-left: 0;
	}

	body.comtop-global-footer .comtop-footer-grid {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	body.comtop-homepage-redesign .comtop-home-container {
		width: min(100% - 32px, var(--ct-home-max));
	}

	body.comtop-homepage-redesign .comtop-section-heading {
		align-items: flex-end;
	}

	body.comtop-homepage-redesign .comtop-section-heading h2,
	body.comtop-homepage-redesign .comtop-solutions-heading h2 {
		font-size: 25px;
	}

	body.comtop-homepage-redesign .comtop-trust-grid,
	body.comtop-homepage-redesign .comtop-news-grid,
	body.comtop-homepage-redesign .comtop-product-grid,
	body.comtop-homepage-redesign .comtop-solutions-grid,
	body.comtop-homepage-redesign .comtop-download-grid,
	body.comtop-global-footer .comtop-footer-grid {
		grid-template-columns: 1fr;
	}

	body.comtop-homepage-redesign .comtop-promo-grid {
		padding-block: 32px;
	}

	body.comtop-homepage-redesign .comtop-promo-card {
		min-height: 220px;
	}

	body.comtop-homepage-redesign .comtop-promo-copy {
		width: 55%;
		padding-left: 18px;
	}

	body.comtop-homepage-redesign .comtop-news-section .comtop-home-container,
	body.comtop-homepage-redesign .comtop-product-section .comtop-home-container,
	body.comtop-homepage-redesign .comtop-solutions-section .comtop-home-container,
	body.comtop-homepage-redesign .comtop-media-section > .comtop-home-container {
		padding-block: 36px;
	}

	body.comtop-homepage-redesign .comtop-home-product-card {
		min-height: 330px;
	}

	body.comtop-homepage-redesign .comtop-home-product-image {
		height: 210px;
	}

	body.comtop-homepage-redesign .comtop-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 24px 14px;
	}

	body.comtop-homepage-redesign .comtop-video-block,
	body.comtop-homepage-redesign .comtop-download-block {
		padding: 22px;
	}

	body.comtop-homepage-redesign .comtop-download-card {
		grid-template-columns: 1fr;
		min-height: 0;
		padding: 22px;
	}

	body.comtop-global-footer .comtop-home-prefooter > .comtop-home-container,
	body.comtop-global-footer .comtop-home-copyright > .comtop-home-container {
		grid-template-columns: 1fr;
		display: grid;
	}

	body.comtop-global-footer .comtop-home-prefooter > .comtop-home-container > a {
		width: 100%;
	}

	body.comtop-global-footer .comtop-home-copyright a {
		margin: 0 14px 0 0;
	}
}
