/** Native structured Brands Directory. */
.abtaz-bd {
	--abtaz-bd-heading: #007c91;
	--abtaz-bd-accent: #00b4d8;
	--abtaz-bd-dark: #2b2d42;
	box-sizing: border-box;
	width: 100%;
}

.abtaz-bd *, .abtaz-bd *::before, .abtaz-bd *::after { box-sizing: border-box; }

.abtaz-bd__container {
	margin-inline: auto;
	max-width: 1180px;
	padding-inline: 20px;
	width: 100%;
}

.abtaz-bd__breadcrumb-wrap {
	background: #fff;
	min-height: 50.69px;
	padding-inline: 10px;
}

.abtaz-bd__breadcrumb {
	align-items: center;
	display: flex;
	font-size: 14px;
	margin-inline: auto;
	max-width: 1140px;
	min-height: 50.69px;
}

.abtaz-bd__breadcrumb ol {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0;
	list-style: none;
	margin: 0;
	padding: 0;
	row-gap: 6px;
}

.abtaz-bd__breadcrumb li {
	align-items: center;
	color: #2b2d42;
	display: flex;
	gap: 10px;
	margin-right: 10px;
}

.abtaz-bd__breadcrumb-separator { font-size: .9em; }
.abtaz-bd__breadcrumb svg { fill: #000; height: 1em; width: 1em; }
.abtaz-bd__breadcrumb a { color: #007c91; text-decoration: none; }
.abtaz-bd__breadcrumb a:hover,
.abtaz-bd__breadcrumb a:focus-visible { color: var(--abtaz-bd-accent); }
.abtaz-bd__breadcrumb a:focus:not(:focus-visible) { box-shadow: none; outline: none; }
.abtaz-bd__breadcrumb a:focus-visible { outline: 1px dotted var(--abtaz-bd-accent); outline-offset: 1px; }

.abtaz-bd__intro {
	background: #fff;
	padding-block: 36px 53px;
}

.abtaz-bd__intro-inner { text-align: center; }

.abtaz-bd__heading {
	color: var(--abtaz-bd-heading);
	font-family: inherit;
	font-size: 32px;
	font-weight: 700;
	letter-spacing: .02em;
	line-height: 1.25;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
}

.abtaz-bd__heading::after {
	background: var(--abtaz-bd-accent);
	content: '';
	display: block;
	height: 3px;
	margin: 11px auto 0;
	width: 54px;
}

.abtaz-bd__intro p {
	color: #2d2d2d;
	font-size: 17px;
	line-height: 1.65;
	margin: 16px auto 0;
	max-width: 760px;
}

.abtaz-bd__directory {
	background: #f6f9fb;
	padding-block: 58px 64px;
}

.abtaz-bd__grid {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: flex-start;
	margin-top: 32px;
}

.abtaz-bd__card {
	background: #fff;
	border: 1px solid #dce3e7;
	border-radius: 3px;
	box-shadow: 0 5px 14px rgba(43, 45, 66, .07);
	display: flex;
	flex: 0 0 calc((100% - 60px) / 4);
	flex-direction: column;
	min-height: 290px;
	padding: 17px;
	transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.abtaz-bd__card--linked:hover {
	border-color: var(--abtaz-bd-accent);
	box-shadow: 0 9px 20px rgba(43, 45, 66, .12);
	transform: translateY(-2px);
}

.abtaz-bd__logo-area {
	align-items: center;
	display: flex;
	height: 75px;
	justify-content: center;
}

.abtaz-bd__logo-link, .abtaz-bd__logo-static {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	max-width: 100%;
}

.abtaz-bd__logo {
	display: block;
	height: auto;
	max-height: 68px;
	max-width: 175px;
	object-fit: contain;
	width: auto;
}

.abtaz-bd__brand-name {
	color: #2d2d2d;
	font-size: 19px;
	font-weight: 600;
	line-height: 1.3;
	margin: 8px 0 0;
	text-align: center;
}

.abtaz-bd__brand-link { color: inherit; text-decoration: none; }
.abtaz-bd__brand-link:hover { color: var(--abtaz-bd-heading); }

.abtaz-bd__families {
	border-top: 1px solid #eef2f4;
	display: grid;
	font-size: 14px;
	gap: 5px;
	line-height: 1.42;
	list-style: none;
	margin: 9px 0 0;
	padding: 8px 0 0;
	text-align: center;
}

.abtaz-bd__families li { margin: 0; }
.abtaz-bd__families li { color: #2d2d2d; cursor: default; }
.abtaz-bd__logo-static { cursor: default; }

.abtaz-bd__card-action {
	margin-top: auto;
	padding-top: 10px;
	text-align: center;
}

.abtaz-bd__button {
	background: var(--abtaz-bd-heading);
	border: 1px solid var(--abtaz-bd-heading);
	color: #fff;
	display: inline-flex;
	font-size: 13px;
	font-weight: 600;
	justify-content: center;
	letter-spacing: .02em;
	line-height: 1.3;
	padding: 10px 15px;
	text-decoration: none;
	width: 100%;
}

.abtaz-bd__button:hover, .abtaz-bd__button:active {
	background: var(--abtaz-bd-accent);
	border-color: var(--abtaz-bd-accent);
	color: #212121;
}

.abtaz-bd__logo-link:focus:not(:focus-visible),
.abtaz-bd__brand-link:focus:not(:focus-visible),
.abtaz-bd__button:focus:not(:focus-visible),
.abtaz-bd__cta-button:focus:not(:focus-visible) { box-shadow: none; outline: none; }

.abtaz-bd__logo-link:focus-visible,
.abtaz-bd__brand-link:focus-visible,
.abtaz-bd__button:focus-visible {
	outline: 2px solid var(--abtaz-bd-accent);
	outline-offset: 3px;
}

.abtaz-bd__cta {
	--abtaz-bd-cta-overlay: .60;
	background-color: var(--abtaz-bd-dark);
	background-image: linear-gradient(rgba(43, 45, 66, var(--abtaz-bd-cta-overlay)), rgba(43, 45, 66, var(--abtaz-bd-cta-overlay))), var(--abtaz-bd-cta-image, none);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	padding-block: 76px;
}


@media (min-width: 1025px) {
	.abtaz-bd__cta--has-image { background-attachment: fixed; }
	.abtaz-bd__cta--has-image[data-background-effect="scroll"] { background-attachment: scroll; }
}

.abtaz-bd__cta-inner { max-width: 1180px; text-align: center; }
.abtaz-bd__cta h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
	margin: 0;
}

.abtaz-bd__cta p {
	color: #f2f4f5;
	font-size: 17px;
	line-height: 1.65;
	margin: 16px auto 27px;
	max-width: none;
	width: 100%;
}

.abtaz-bd__cta-button {
	background: #fff;
	border: 2px solid #fff;
	color: var(--abtaz-bd-dark);
	display: inline-flex;
	font-size: 15px;
	font-weight: 700;
	justify-content: center;
	letter-spacing: .03em;
	line-height: 1.2;
	padding: 14px 26px;
	text-decoration: none;
}

.abtaz-bd__cta-button:hover, .abtaz-bd__cta-button:active {
	background: var(--abtaz-bd-accent);
	border-color: var(--abtaz-bd-accent);
	color: #212121;
}

.abtaz-bd__cta-button:focus-visible {
	outline: 2px solid var(--abtaz-bd-accent);
	outline-offset: 3px;
}

@media (max-width: 1023px) {
	.abtaz-bd__container { padding-inline: 25px; }
	.abtaz-bd__intro { padding-block: 34px 49px; }
	.abtaz-bd__directory { padding-block: 56px 59px; }
	.abtaz-bd__heading { font-size: 27px; }
	.abtaz-bd__grid { gap: 18px; }
	.abtaz-bd__card { flex-basis: calc((100% - 18px) / 2); max-width: 300px; }
	.abtaz-bd__logo { max-width: 190px; }
	.abtaz-bd__brand-name { font-size: 19px; }
	.abtaz-bd__cta { background-attachment: scroll; padding-block: 62px; }
	.abtaz-bd__cta h2 { font-size: 25px; }
}

@media (max-width: 767px) {
	.abtaz-bd__container { padding-inline: 20px; }
	.abtaz-bd__breadcrumb-wrap { padding-inline: 20px; }
	.abtaz-bd__intro { padding-block: 29px 39px; }
	.abtaz-bd__heading { font-size: 24px; }
	.abtaz-bd__intro p { font-size: 16px; }
	.abtaz-bd__directory { padding-block: 46px 48px; }
	.abtaz-bd__grid { gap: 16px; justify-content: center; margin-top: 31px; }
	.abtaz-bd__card { flex-basis: 100%; max-width: 320px; min-height: 0; padding: 17px; }
	.abtaz-bd__logo { max-width: 180px; }
	.abtaz-bd__brand-name { font-size: 19px; }
	.abtaz-bd__cta { padding-block: 51px; }
	.abtaz-bd__cta h2 { font-size: 23px; }
	.abtaz-bd__cta p { font-size: 16px; }
}

@media (prefers-reduced-motion: reduce) {
	.abtaz-bd__card { transition: none; }
	.abtaz-bd__card--linked:hover { transform: none; }
	.abtaz-bd__cta { background-attachment: scroll; }
}
