:root {
	--ccb-red: #e10b17;
	--ccb-red-dark: #b80912;
	--ccb-black: #0c0c0c;
	--ccb-ink: #0c0c0c;
	--ccb-muted: #5c6370;
	--ccb-line: #e6e8ee;
	--ccb-soft: #f6f7f9;
	--ccb-white: #ffffff;
	--ccb-max: 1140px;
	--ccb-header: 72px;
	--ccb-hero-links: 72px;
	--ccb-font: "Rubik", Arial, sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: var(--ccb-font);
	font-size: 16px;
	line-height: 1.6;
	color: var(--ccb-ink);
	background: var(--ccb-white);
}

img {
	max-width: 100%;
	height: auto;
	display: block;
}

a {
	color: var(--ccb-red);
	text-decoration: none;
}

a:hover {
	color: var(--ccb-red-dark);
}

.ccb-wrap {
	width: min(var(--ccb-max), calc(100% - 40px));
	margin-inline: auto;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.skip-link:focus {
	clip: auto;
	height: auto;
	width: auto;
	z-index: 100000;
	background: var(--ccb-black);
	color: var(--ccb-white);
	padding: 8px 16px;
}

/* Header */
.ccb-site-head {
	position: relative;
	z-index: 50;
}

.ccb-site-head--overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 50;
	background: transparent;
}

.ccb-header {
	position: sticky;
	top: 0;
	z-index: 50;
	background: var(--ccb-white);
	min-height: var(--ccb-header);
	border-bottom: 1px solid rgba(12, 12, 12, .12);
}

.ccb-site-head--overlay .ccb-header {
	position: relative;
	top: auto;
	background: transparent;
	border-bottom: 0;
}

.ccb-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-height: var(--ccb-header);
	gap: 24px;
}

.ccb-nav {
	display: flex;
	align-items: center;
	gap: 28px;
}

.ccb-logo img {
	height: 38px;
	width: auto;
}

.ccb-social {
	display: flex;
	gap: 14px;
	list-style: none;
	margin: 0;
	padding: 0;
	flex-shrink: 0;
}

.ccb-social a {
	color: var(--ccb-black);
	display: flex;
	width: 18px;
	height: 18px;
}

.ccb-social a:hover {
	color: var(--ccb-red);
}

body.ccb-home .ccb-site-head--overlay .ccb-social a {
	color: var(--ccb-white);
}

body.ccb-home .ccb-site-head--overlay .ccb-social a:hover {
	color: var(--ccb-red);
}

.ccb-icon {
	display: block;
	width: 18px;
	height: 18px;
	background: currentColor;
	mask: center / contain no-repeat;
	-webkit-mask: center / contain no-repeat;
}

.ccb-icon-email {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M20 4H4a2 2 0 00-2 2v12a2 2 0 002 2h16a2 2 0 002-2V6a2 2 0 00-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z'/></svg>");
}

.ccb-icon-location {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a7 7 0 00-7 7c0 5.25 7 13 7 13s7-7.75 7-13a7 7 0 00-7-7zm0 9.5a2.5 2.5 0 110-5 2.5 2.5 0 010 5z'/></svg>");
}

.ccb-icon-facebook {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H8v3h2v7h3v-7h3l1-3h-4v-2c0-.6.4-1 1-1z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M14 9h3V6h-3c-2.2 0-4 1.8-4 4v2H8v3h2v7h3v-7h3l1-3h-4v-2c0-.6.4-1 1-1z'/></svg>");
}

.ccb-icon-instagram {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 3h10a4 4 0 014 4v10a4 4 0 01-4 4H7a4 4 0 01-4-4V7a4 4 0 014-4zm10 2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2zm-5 3.2A3.8 3.8 0 1112 16.8 3.8 3.8 0 0112 8.2zm0 1.8a2 2 0 100 4 2 2 0 000-4zM17.2 6.4a.9.9 0 11-1.8 0 .9.9 0 011.8 0z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M7 3h10a4 4 0 014 4v10a4 4 0 01-4 4H7a4 4 0 01-4-4V7a4 4 0 014-4zm10 2H7a2 2 0 00-2 2v10a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2zm-5 3.2A3.8 3.8 0 1112 16.8 3.8 3.8 0 0112 8.2zm0 1.8a2 2 0 100 4 2 2 0 000-4zM17.2 6.4a.9.9 0 11-1.8 0 .9.9 0 011.8 0z'/></svg>");
}

.ccb-icon-youtube {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M23 12.2s0-3.2-.4-4.6c-.2-.9-.9-1.6-1.8-1.8C19.3 5.4 12 5.4 12 5.4s-7.3 0-8.8.4c-.9.2-1.6.9-1.8 1.8C1 9 1 12.2 1 12.2s0 3.2.4 4.6c.2.9.9 1.6 1.8 1.8 1.5.4 8.8.4 8.8.4s7.3 0 8.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.4.4-4.6.4-4.6zM9.8 15.5v-6.6l6.2 3.3-6.2 3.3z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M23 12.2s0-3.2-.4-4.6c-.2-.9-.9-1.6-1.8-1.8C19.3 5.4 12 5.4 12 5.4s-7.3 0-8.8.4c-.9.2-1.6.9-1.8 1.8C1 9 1 12.2 1 12.2s0 3.2.4 4.6c.2.9.9 1.6 1.8 1.8 1.5.4 8.8.4 8.8.4s7.3 0 8.8-.4c.9-.2 1.6-.9 1.8-1.8.4-1.4.4-4.6.4-4.6zM9.8 15.5v-6.6l6.2 3.3-6.2 3.3z'/></svg>");
}

.ccb-icon-whatsapp {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 00-8.6 15.1L2 22l5-1.3A10 10 0 1012 2zm5.6 14.4c-.2.7-1.3 1.2-1.8 1.3-.5.1-1 .2-1.7-.1-.4-.2-.9-.3-1.5-.6-2.7-1.2-4.4-3.9-4.6-4.1-.1-.2-1.1-1.5-1.1-2.8s.7-2 1-2.2c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5l.8 2c.1.2 0 .4-.1.6l-.4.5c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.2 1.4 2.5 1.5.3.1.5.1.7-.1l.9-1.2c.2-.2.4-.2.6-.1l2 .9c.2.1.4.2.4.4 0 .2 0 1.2-.7 1.8z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 00-8.6 15.1L2 22l5-1.3A10 10 0 1012 2zm5.6 14.4c-.2.7-1.3 1.2-1.8 1.3-.5.1-1 .2-1.7-.1-.4-.2-.9-.3-1.5-.6-2.7-1.2-4.4-3.9-4.6-4.1-.1-.2-1.1-1.5-1.1-2.8s.7-2 1-2.2c.2-.2.5-.3.8-.3h.6c.2 0 .4 0 .6.5l.8 2c.1.2 0 .4-.1.6l-.4.5c-.1.1-.3.3-.1.6.2.3.8 1.3 1.7 2.1 1.2 1 2.2 1.4 2.5 1.5.3.1.5.1.7-.1l.9-1.2c.2-.2.4-.2.6-.1l2 .9c.2.1.4.2.4.4 0 .2 0 1.2-.7 1.8z'/></svg>");
}

body.ccb-home .ccb-site-head--overlay .ccb-menu > li > a {
	color: var(--ccb-white);
	font-size: 17px;
	font-weight: 500;
	padding: 8px 16px;
	letter-spacing: .08em;
	text-shadow: none;
}

body.ccb-home .ccb-site-head--overlay .ccb-menu > li > a:hover,
body.ccb-home .ccb-site-head--overlay .ccb-menu .current-menu-item > a,
body.ccb-home .ccb-site-head--overlay .ccb-menu .current-menu-ancestor > a {
	color: var(--ccb-red);
}

body.ccb-home .ccb-site-head--overlay .ccb-logo img {
	height: 38px;
	position: relative;
	z-index: 70;
}

body.ccb-home .ccb-site-head--overlay .ccb-header-inner,
body.ccb-home .ccb-site-head--overlay .ccb-header {
	min-height: 72px;
}

body.ccb-home .ccb-nav-toggle {
	display: flex;
	z-index: 70;
	color: var(--ccb-white);
}

body.ccb-home .ccb-nav {
	position: fixed;
	inset: 0;
	width: 100%;
	background: rgba(12, 12, 12, .95);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 36px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity .28s ease, visibility .28s ease;
	z-index: 60;
	padding: 80px 24px 40px;
	overflow: auto;
}

body.ccb-home .ccb-nav.is-open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

body.ccb-home .ccb-menu {
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

body.ccb-home .ccb-menu > li:hover > .sub-menu,
body.ccb-home .ccb-menu > li:focus-within > .sub-menu {
	display: block;
	max-height: 0;
	opacity: 0;
	transform: translateY(-8px);
}

body.ccb-home .ccb-menu .sub-menu {
	display: block;
	position: static;
	min-width: 0;
	background: transparent;
	border: 0;
	padding: 0;
	text-align: center;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transform: translateY(-8px);
	transition: max-height .4s ease, opacity .28s ease, transform .35s ease, padding .35s ease;
}

body.ccb-home .ccb-menu > li.is-open > .sub-menu {
	display: block;
	max-height: 280px;
	opacity: 1;
	transform: translateY(0);
	padding: 6px 0 10px;
}

body.ccb-home .ccb-menu .sub-menu a {
	color: rgba(255, 255, 255, .72);
	font-size: 14px;
	padding: 6px 12px;
}

body.ccb-home .ccb-submenu-toggle {
	display: inline-flex;
	position: absolute;
	right: -36px;
	top: 6px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	cursor: pointer;
}

body.ccb-home .ccb-submenu-toggle::before {
	content: "";
	width: 8px;
	height: 8px;
	border-right: 2px solid var(--ccb-white);
	border-bottom: 2px solid var(--ccb-white);
	transform: rotate(45deg);
	margin: auto;
	transition: transform .28s ease;
}

body.ccb-home .ccb-menu > li.is-open > .ccb-submenu-toggle::before {
	transform: rotate(-135deg);
}

body.ccb-home .ccb-menu .sub-menu a:hover,
body.ccb-home .ccb-menu .sub-menu .current-menu-item > a {
	color: var(--ccb-red);
}

body.ccb-home .ccb-nav .ccb-social {
	display: flex;
	gap: 22px;
}

body.ccb-home .ccb-nav .ccb-social a {
	color: var(--ccb-white);
	width: 22px;
	height: 22px;
}

body.ccb-home .ccb-nav .ccb-social a:hover {
	color: var(--ccb-red);
}

html.ccb-nav-lock,
html.ccb-nav-lock body {
	overflow: hidden;
}

.ccb-nav-toggle {
	display: none;
	width: 44px;
	height: 44px;
	border: 0;
	background: transparent;
	cursor: pointer;
	position: relative;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 6px;
	color: var(--ccb-black);
	z-index: 70;
}

.ccb-nav-toggle-line {
	display: block;
	width: 22px;
	height: 2px;
	background: currentColor;
	border-radius: 1px;
	transition: transform .28s ease, opacity .2s ease;
	transform-origin: center;
}

body.nav-open .ccb-nav-toggle-line:nth-child(1) {
	transform: translateY(8px) rotate(45deg);
}

body.nav-open .ccb-nav-toggle-line:nth-child(2) {
	opacity: 0;
}

body.nav-open .ccb-nav-toggle-line:nth-child(3) {
	transform: translateY(-8px) rotate(-45deg);
}

.ccb-menu {
	display: flex;
	align-items: center;
	gap: 4px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-menu > li {
	position: relative;
}

.ccb-menu a {
	display: block;
	padding: 10px 12px;
	color: var(--ccb-black);
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .02em;
	text-transform: uppercase;
}

.ccb-menu a:hover,
.ccb-menu .current-menu-item > a,
.ccb-menu .current-menu-ancestor > a {
	color: var(--ccb-red);
}

.ccb-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	background: var(--ccb-white);
	list-style: none;
	margin: 0;
	padding: 10px 0;
	border: 1px solid var(--ccb-line);
	display: none;
}

.ccb-menu > li:hover > .sub-menu,
.ccb-menu > li:focus-within > .sub-menu,
.ccb-menu > li.is-open > .sub-menu {
	display: block;
}

.ccb-menu .sub-menu a {
	text-transform: none;
	font-weight: 500;
	color: var(--ccb-black);
}

.ccb-submenu-toggle {
	display: none;
}

/* Home slider */
.ccb-main-home {
	padding: 0;
	margin: 0;
}

body.ccb-home {
	overflow-x: hidden;
}

.ccb-home-slider {
	position: relative;
	min-height: 100vh;
	min-height: 100svh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-slider-track {
	position: absolute;
	inset: 0;
}

.ccb-slider-slide {
	position: absolute;
	inset: 0;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	opacity: 0;
	transition: opacity 1.1s ease;
}

.ccb-slider-slide.is-active {
	opacity: 1;
}

.ccb-slider-shade {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .32);
	pointer-events: none;
}

.ccb-slider-content {
	position: relative;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 28px;
	padding: calc(var(--ccb-header) + 24px) 24px 48px;
	text-align: center;
}

.ccb-blend-title {
	margin: 0;
	font-size: clamp(26px, 3.4vw, 44px);
	font-weight: 800;
	letter-spacing: -.02em;
	line-height: 1.12;
	max-width: min(820px, 92vw);
}

.ccb-blend-line {
	display: block;
}

.ccb-slider-cta {
	isolation: isolate;
	mix-blend-mode: normal;
	min-width: min(100%, 320px);
	font-size: 13px;
}

/* Buttons */
.ccb-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 28px;
	background: var(--ccb-red);
	color: var(--ccb-white);
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .04em;
	border: 2px solid var(--ccb-red);
	border-radius: 8px;
}

.ccb-btn:hover {
	background: var(--ccb-red-dark);
	color: var(--ccb-white);
}

.ccb-btn-outline {
	background: transparent;
	border-color: var(--ccb-white);
	color: var(--ccb-white);
}

.ccb-btn-outline:hover {
	background: var(--ccb-white);
	color: var(--ccb-black);
	border-color: var(--ccb-white);
}

.ccb-btn-outline-dark {
	background: transparent;
	color: var(--ccb-black);
	border-color: var(--ccb-black);
}

/* Hero quick links */
.ccb-hero-links {
	position: relative;
	z-index: 3;
	flex: 0 0 var(--ccb-hero-links);
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	background: rgba(0, 0, 0, .82);
	margin-top: auto;
}

.ccb-hero-links a {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: var(--ccb-hero-links);
	color: var(--ccb-white);
	font-weight: 600;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .06em;
	border-right: 1px solid rgba(255,255,255,.12);
}

.ccb-hero-links a:last-child {
	border-right: 0;
}

.ccb-hero-links a:hover {
	background: var(--ccb-red);
	color: var(--ccb-white);
}

.ccb-hero-ico {
	width: 22px;
	height: 22px;
	background: currentColor;
	mask: center / contain no-repeat;
	-webkit-mask: center / contain no-repeat;
}

.ccb-hero-ico-ship {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 16l9-3 9 3-1.2 4H4.2L3 16zm9-5V4h2.5L21 11H5l6.5-7H13z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M3 16l9-3 9 3-1.2 4H4.2L3 16zm9-5V4h2.5L21 11H5l6.5-7H13z'/></svg>");
}

.ccb-hero-ico-plane {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M21 16v-2l-8-5V3.5A1.5 1.5 0 0011.5 2 1.5 1.5 0 0010 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M21 16v-2l-8-5V3.5A1.5 1.5 0 0011.5 2 1.5 1.5 0 0010 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z'/></svg>");
}

.ccb-hero-ico-list {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 6h2v2H4V6zm4 0h12v2H8V6zM4 11h2v2H4v-2zm4 0h12v2H8v-2zM4 16h2v2H4v-2zm4 0h12v2H8v-2z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M4 6h2v2H4V6zm4 0h12v2H8V6zM4 11h2v2H4v-2zm4 0h12v2H8v-2zM4 16h2v2H4v-2zm4 0h12v2H8v-2z'/></svg>");
}

.ccb-hero-ico-faq {
	mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 17h-2v-2h2v2zm1.1-7.8c-.4.4-.8.7-1.1 1.2-.2.4-.2.8-.2 1.6h-2v-.5c0-.8.2-1.5.6-2 .4-.5.9-.9 1.3-1.3.5-.5.7-.9.7-1.5 0-1-.8-1.7-1.9-1.7-1.2 0-2 .8-2.1 2H7.3c.1-2.2 1.8-3.8 4.3-3.8 2.5 0 4.2 1.6 4.2 3.8 0 1.1-.5 2-1.4 2.8z'/></svg>");
	-webkit-mask-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='black' d='M12 2a10 10 0 100 20 10 10 0 000-20zm1 17h-2v-2h2v2zm1.1-7.8c-.4.4-.8.7-1.1 1.2-.2.4-.2.8-.2 1.6h-2v-.5c0-.8.2-1.5.6-2 .4-.5.9-.9 1.3-1.3.5-.5.7-.9.7-1.5 0-1-.8-1.7-1.9-1.7-1.2 0-2 .8-2.1 2H7.3c.1-2.2 1.8-3.8 4.3-3.8 2.5 0 4.2 1.6 4.2 3.8 0 1.1-.5 2-1.4 2.8z'/></svg>");
}

/* Inner pages */
.ccb-page-hero {
	background: var(--ccb-black) center / cover no-repeat;
	min-height: 260px;
	display: flex;
	align-items: flex-end;
	padding: 70px 0 36px;
	position: relative;
}

.ccb-page-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.45);
}

.ccb-page-hero .ccb-wrap {
	position: relative;
	z-index: 1;
}

.ccb-page-hero h1 {
	margin: 0;
	color: var(--ccb-white);
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
}

.ccb-content {
	padding: 56px 0 80px;
	min-height: 280px;
}

.ccb-entry > *:first-child {
	margin-top: 0;
}

.ccb-entry h2,
.ccb-entry h3 {
	line-height: 1.2;
}

.ccb-entry ul {
	padding-left: 1.2em;
}

.ccb-entry li {
	margin: 0 0 8px;
}

.ccb-table-wrap {
	overflow-x: auto;
	margin: 0 0 28px;
}

.ccb-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
}

.ccb-table th,
.ccb-table td {
	border: 1px solid var(--ccb-line);
	padding: 12px 14px;
	text-align: left;
	vertical-align: top;
}

.ccb-table th {
	background: var(--ccb-black);
	color: var(--ccb-white);
}

.ccb-contact-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

.ccb-contact-card {
	border: 1px solid var(--ccb-line);
	padding: 24px;
}

.ccb-contact-card h3 {
	margin: 0 0 10px;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: .06em;
	color: var(--ccb-red);
}

.ccb-inline-cta {
	margin: 36px 0 0;
}

.ccb-benefits {
	list-style: none;
	padding: 0;
}

.ccb-benefits li {
	padding: 10px 0 10px 16px;
	border-left: 3px solid var(--ccb-red);
}

@media (max-width: 800px) {
	.ccb-contact-grid {
		grid-template-columns: 1fr;
	}
}

.ccb-faq-list {
	display: grid;
	gap: 10px;
}

.ccb-faq-item {
	border: 1px solid var(--ccb-line);
	padding: 14px 18px;
	background: var(--ccb-white);
}

.ccb-faq-item summary {
	cursor: pointer;
	font-weight: 700;
}

.ccb-docs-grid,
.ccb-videos-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 20px;
}

.ccb-doc-card,
.ccb-video-card {
	border: 1px solid var(--ccb-line);
	padding: 20px;
}

.ccb-footer {
	background: var(--ccb-black);
	color: #d7d7d7;
	padding-top: 56px;
}

.ccb-footer a {
	color: var(--ccb-white);
}

.ccb-footer a:hover {
	color: #ffd6d8;
}

.ccb-footer-grid {
	display: grid;
	grid-template-columns: 1.3fr 1fr 1fr;
	gap: 40px;
	padding-bottom: 48px;
}

.ccb-footer h2 {
	margin: 0 0 16px;
	color: var(--ccb-white);
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: .06em;
}

.ccb-footer-brand .ccb-logo img {
	height: 52px;
	margin-bottom: 16px;
}

.ccb-footer-links,
.ccb-footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ccb-footer-links a {
	display: inline-block;
	padding: 4px 0;
}

.ccb-footer-copy {
	border-top: 1px solid rgba(255,255,255,.12);
	padding: 18px 0;
	font-size: 13px;
}

.ccb-wa-float {
	position: fixed;
	right: 18px;
	bottom: 18px;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	background: #25d366;
	color: var(--ccb-white);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 60;
}

.ccb-wa-float:hover {
	color: var(--ccb-white);
	background: #1ebe5d;
}

.ccb-wa-float .ccb-icon {
	width: 28px;
	height: 28px;
}

@media (max-width: 980px) {
	.ccb-nav-toggle {
		display: flex;
		z-index: 70;
	}

	.ccb-nav {
		position: fixed;
		inset: 0 0 0 auto;
		width: min(360px, 86vw);
		background: var(--ccb-white);
		transform: translateX(100%);
		transition: transform .22s ease;
		padding: 90px 24px 24px;
		overflow: auto;
		z-index: 55;
	}

	.ccb-nav.is-open {
		transform: none;
	}

	.ccb-menu {
		flex-direction: column;
		align-items: stretch;
	}

	.ccb-menu a {
		color: var(--ccb-black);
		padding: 12px 0;
	}

	.ccb-menu .sub-menu {
		position: static;
		border: 0;
		display: block;
		max-height: 0;
		opacity: 0;
		overflow: hidden;
		padding: 0;
		transition: max-height .35s ease, opacity .25s ease, padding .3s ease;
	}

	.ccb-menu > li:hover > .sub-menu,
	.ccb-menu > li:focus-within > .sub-menu {
		display: block;
		max-height: 0;
		opacity: 0;
	}

	.ccb-menu > li.is-open > .sub-menu {
		display: block;
		max-height: 280px;
		opacity: 1;
		padding: 0 0 8px 12px;
	}

	.ccb-submenu-toggle {
		display: inline-flex;
		position: absolute;
		right: 0;
		top: 8px;
		width: 36px;
		height: 36px;
		border: 0;
		background: transparent;
		cursor: pointer;
	}

	.ccb-submenu-toggle::before {
		content: "";
		width: 8px;
		height: 8px;
		border-right: 2px solid var(--ccb-black);
		border-bottom: 2px solid var(--ccb-black);
		transform: rotate(45deg);
		margin: auto;
		transition: transform .28s ease;
	}

	.ccb-menu > li.is-open > .ccb-submenu-toggle::before {
		transform: rotate(-135deg);
	}

	.ccb-header .ccb-social {
		display: flex;
		margin-top: 20px;
	}

	.ccb-hero-links {
		grid-template-columns: 1fr 1fr;
		flex-basis: auto;
	}

	.ccb-hero-links a {
		min-height: 68px;
		border-bottom: 1px solid rgba(255,255,255,.12);
	}

	.ccb-footer-grid {
		grid-template-columns: 1fr;
	}

	.ccb-nav .ccb-social {
		display: flex;
		margin-top: 8px;
	}

	body.ccb-home .ccb-nav {
		inset: 0;
		width: 100%;
		background: rgba(12, 12, 12, .95);
		transform: none;
		padding: 80px 24px 40px;
		align-items: center;
		justify-content: center;
	}

	body.ccb-home .ccb-menu {
		align-items: center;
	}

	body.ccb-home .ccb-menu a,
	body.ccb-home .ccb-site-head--overlay .ccb-menu > li > a {
		color: var(--ccb-white);
		font-size: 17px;
		padding: 8px 16px;
		text-align: center;
	}

	body.ccb-home .ccb-menu .sub-menu a {
		color: rgba(255, 255, 255, .72);
		font-size: 14px;
	}

	body.ccb-home .ccb-submenu-toggle::before {
		border-right-color: var(--ccb-white);
		border-bottom-color: var(--ccb-white);
	}

	.ccb-blend-title {
		font-size: clamp(22px, 6.4vw, 34px);
	}
}

@media (min-width: 1921px) {
	:root {
		--ccb-hero-links: 80px;
	}

	.ccb-blend-title {
		font-size: clamp(32px, 2.2vw, 48px);
	}

	.ccb-hero-links a {
		min-height: var(--ccb-hero-links);
		font-size: 13px;
	}
}

@media (max-width: 600px) {
	.ccb-wrap {
		width: min(var(--ccb-max), calc(100% - 24px));
	}

	.ccb-logo img,
	body.ccb-home .ccb-site-head--overlay .ccb-logo img {
		height: 34px;
	}

	.ccb-content {
		padding: 36px 0 56px;
	}
}
