:root {
	--blb-navy: #1d2d53;
	--blb-navy-dark: #142240;
	--blb-blue: #22457f;
	--blb-gold: #c7a35a;
	--blb-text: #666666;
	--blb-heading: #23427a;
	--blb-border: #d8d8d8;
	--blb-white: #ffffff;
	--blb-shell: 960px;
	--blb-shadow: 0 10px 30px rgba(24, 33, 56, 0.08);
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Droid Sans", sans-serif;
	font-size: 14px;
	line-height: 1.7;
	color: var(--blb-text);
	background: #f8f8f8 url("../images/seed/bg_home.jpg") center top no-repeat;
	background-size: cover;
	min-width: 320px;
}

a {
	color: var(--blb-heading);
	text-decoration: none;
}

a:hover,
a:focus {
	color: var(--blb-gold);
}

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

iframe {
	max-width: 100%;
	border: 0;
}

.blb-shell {
	width: min(calc(100% - 32px), var(--blb-shell));
	margin: 0 auto;
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

.blb-site {
	min-height: 100vh;
}

.blb-header {
	padding-top: 0;
	background: #1b2946;
}

.blb-header__inner {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	min-height: 112px;
	background: transparent;
	padding: 15px 0;
}

.blb-header__accent {
	display: none;
}

.blb-header__brand {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	min-height: 112px;
	padding: 20px;
	background: #dedede;
	border-radius: 20px;
}

.blb-header__logo {
	max-height: 66px;
	width: auto;
}

.blb-header__brand-text {
	font-family: "Lora", serif;
	font-size: 28px;
	font-weight: 700;
	color: var(--blb-heading);
}

.blb-header__navpanel {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	flex: 1 1 auto;
	min-height: 112px;
	padding: 8px 28px 0 24px;
	background: transparent;
	border-radius: 0;
}

.blb-nav {
	width: auto;
	margin-top: auto;
	align-self: flex-end;
}

.blb-menu,
.blb-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blb-menu {
	display: flex;
	align-items: stretch;
	justify-content: flex-end;
	min-height: 44px;
	background: transparent;
	flex-wrap: wrap;
}

.blb-menu > li {
	position: relative;
	padding-right: 38px;
	font-size: 13px;
}

.blb-menu > li:last-child {
	padding-right: 0;
}

.blb-menu > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 0 0;
	font-size: 13px;
	font-weight: 700;
	color: var(--blb-white);
	text-transform: none;
	border-bottom: 3px solid transparent;
}

.blb-menu > li:hover > a,
.blb-menu > li.current-menu-item > a,
.blb-menu > li.current-menu-ancestor > a {
	color: var(--blb-white);
	border-bottom-color: var(--blb-white);
}

.blb-menu .menu-item-has-children > a::after {
	content: "\00BB";
	margin-left: 6px;
	font-size: 15px;
}

.blb-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: -18px;
	z-index: 20;
	min-width: 210px;
	padding: 4px 18px 10px;
	background: rgba(255, 255, 255, 0.98);
	border-radius: 0 0 10px 10px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	opacity: 0;
	visibility: hidden;
	transform: translateY(8px);
	transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
}

.blb-menu li:hover > .sub-menu,
.blb-menu li:focus-within > .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.blb-menu .sub-menu li a {
	display: block;
	padding: 10px 0 10px 20px;
	color: var(--blb-navy);
	font-size: 11px;
}

.blb-menu .sub-menu li a:hover,
.blb-menu .sub-menu li.current-menu-item > a {
	background: transparent;
	color: var(--blb-navy);
}

.blb-header__phones {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	justify-content: flex-start;
	padding: 0;
	background: transparent;
	color: var(--blb-white);
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	text-align: right;
	min-width: 210px;
}

.blb-header__phones strong {
	display: block;
	margin-bottom: 4px;
	font-size: 0;
	color: transparent;
}

.blb-header__phones span {
	line-height: 1.45;
}

.blb-header__phones br {
	content: "";
	display: block;
	margin-top: 2px;
}

.blb-nav-toggle {
	display: none;
}

.blb-hero {
	padding: 18px 0 0;
}

.blb-slider {
	position: relative;
	overflow: hidden;
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	aspect-ratio: 960 / 237;
}

.blb-slider__arrow {
	position: absolute;
	top: 50%;
	z-index: 3;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #1f3f82;
	cursor: pointer;
	transform: translateY(-50%);
}

.blb-slider__arrow span {
	font-size: 78px;
	font-weight: 400;
	line-height: 1;
}

.blb-slider__arrow--prev {
	left: 18px;
}

.blb-slider__arrow--next {
	right: 18px;
}

.blb-slider__arrow:hover,
.blb-slider__arrow:focus {
	color: #153265;
}

.blb-slide {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.55s ease;
}

.blb-slide.is-active {
	opacity: 1;
	visibility: visible;
}

.blb-slide img {
	width: auto;
	height: 100%;
	object-fit: contain;
}

.blb-featured-border {
	height: 22px;
}

.blb-featured-border__shadow {
	display: block;
	height: 22px;
	background: url("../images/seed/featured-bottom-shadow.png") center top repeat-x;
}

.blb-main {
	padding: 0 0 30px;
}

.home .blb-main {
	min-height: 40px;
}

.blb-home-spacer {
	min-height: 32px;
}

.blb-card {
	background: rgba(255, 255, 255, 0.94);
	border: 1px solid rgba(216, 216, 216, 0.85);
	border-radius: 0 0 30px 30px;
	box-shadow: var(--blb-shadow);
	padding: 34px 34px 40px;
}

.blb-card--page,
.blb-card--contact,
.blb-card--product {
	margin-top: 18px;
}

.blb-entry__title {
	margin: 0 0 18px;
	font-family: "Lora", serif;
	font-size: 38px;
	line-height: 1.1;
	color: var(--blb-heading);
}

.blb-entry__content {
	font-size: 15px;
}

.blb-entry__content p:first-child {
	margin-top: 0;
}

.blb-entry__content p:last-child {
	margin-bottom: 0;
}

.blb-entry__content ul,
.blb-entry__content ol {
	padding-left: 22px;
}

.blb-product-image {
	margin-bottom: 22px;
	padding: 16px;
	background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
	border: 1px solid #ececec;
	border-radius: 18px;
}

.blb-product-image img {
	width: 100%;
}

.blb-contact-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
	gap: 28px;
	align-items: start;
}

.blb-contact-grid__form,
.blb-contact-grid__info {
	min-width: 0;
}

.blb-form-placeholder,
.blb-contact-box,
.blb-contact-map {
	padding: 20px;
	background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
	border: 1px solid #e8e8e8;
	border-radius: 16px;
}

.blb-contact-box p {
	margin: 0 0 18px;
}

.blb-contact-box p:last-child {
	margin-bottom: 0;
}

.blb-contact-map {
	margin-top: 18px;
}

.blb-contact-map iframe {
	width: 100%;
	min-height: 280px;
}

.blb-footer {
	padding: 0 0 36px;
}

.blb-footer .blb-shell {
	background: rgba(255, 255, 255, 0.94);
	border-radius: 0 0 30px 30px;
	box-shadow: var(--blb-shadow);
	padding: 32px 34px 28px;
}

.blb-footer__widgets {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
	gap: 34px;
}

.blb-footer__widget {
	min-width: 0;
}

.blb-footer__title {
	margin: 0 0 16px;
	font-family: "Lora", serif;
	font-size: 28px;
	color: var(--blb-heading);
}

.blb-footer__widget p {
	margin: 0;
}

.blb-footer__product-columns {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.blb-footer__product-columns ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.blb-footer__product-columns li + li {
	margin-top: 10px;
}

.blb-footer__product-columns a {
	color: #5f5f5f;
}

.blb-footer__bottom {
	margin-top: 28px;
	padding-top: 18px;
	border-top: 1px solid #ececec;
	font-size: 13px;
	color: #7a7a7a;
}

.blb-footer__bottom--standalone {
	margin-top: 0;
	padding-top: 0;
	border-top: 0;
}

.blb-footer__bottom p {
	margin: 0;
}

.blb-footer__bottom span {
	padding: 0 6px;
}

.blb-whatsapp {
	position: fixed;
	right: 18px;
	bottom: 18px;
	z-index: 40;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	background: #25d366;
	color: #ffffff;
	border-radius: 999px;
	box-shadow: 0 10px 24px rgba(37, 211, 102, 0.35);
	font-weight: 700;
}

.blb-whatsapp:hover,
.blb-whatsapp:focus {
	color: #ffffff;
	background: #1ebe5a;
}

.blb-whatsapp__icon {
	display: inline-flex;
	width: 22px;
	height: 22px;
}

.blb-whatsapp__icon svg {
	width: 100%;
	height: 100%;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 18px;
}

.wp-caption {
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	font-size: 12px;
	color: #8a8a8a;
	text-align: center;
}

.sticky,
.bypostauthor {
	display: block;
}

@media (max-width: 980px) {
	.blb-header__inner {
		display: grid;
		grid-template-columns: 1fr auto;
		grid-template-areas:
			"brand toggle"
			"phones phones"
			"nav nav";
		min-height: 0;
		align-items: center;
		gap: 12px 14px;
		background: transparent;
		padding: 14px 0 12px;
	}

	.blb-header__accent {
		display: none;
	}

	.blb-header__brand {
		flex: initial;
		grid-area: brand;
		display: inline-flex;
		justify-content: flex-start;
		justify-self: start;
		align-self: center;
		width: fit-content;
		max-width: 100%;
		padding: 14px 18px;
		min-height: 0;
		border-radius: 18px;
	}

	.blb-nav-toggle {
		grid-area: toggle;
		display: inline-flex;
		flex-direction: column;
		justify-content: center;
		gap: 5px;
		width: 54px;
		height: 54px;
		align-self: center;
		margin-right: 0;
		border: 0;
		border-radius: 14px;
		background: var(--blb-navy);
		box-shadow: 0 12px 24px rgba(8, 18, 44, 0.24);
		cursor: pointer;
	}

	.blb-nav-toggle span {
		display: block;
		width: 22px;
		height: 2px;
		margin: 0 auto;
		background: var(--blb-white);
		transition: transform 0.2s ease, opacity 0.2s ease;
	}

	.blb-nav-toggle[aria-expanded="true"] span:nth-child(1) {
		transform: translateY(7px) rotate(45deg);
	}

	.blb-nav-toggle[aria-expanded="true"] span:nth-child(2) {
		opacity: 0;
	}

	.blb-nav-toggle[aria-expanded="true"] span:nth-child(3) {
		transform: translateY(-7px) rotate(-45deg);
	}

	.blb-header__phones {
		grid-area: phones;
		align-items: flex-start;
		padding: 2px 2px 0;
		background: transparent;
		color: rgba(255, 255, 255, 0.92);
		text-align: left;
		font-size: 14px;
		line-height: 1.5;
	}

	.blb-header__phones strong {
		font-size: 15px;
		color: var(--blb-white);
		margin-bottom: 4px;
	}

	.blb-nav {
		grid-area: nav;
		display: none;
		margin-top: 0;
		background: rgba(255, 255, 255, 0.98);
		border-radius: 18px;
		box-shadow: 0 16px 36px rgba(6, 14, 34, 0.18);
		overflow: hidden;
	}

	.blb-nav.is-open {
		display: block;
	}

	.blb-header__navpanel {
		display: contents;
	}

	.blb-menu {
		display: block;
		min-height: 0;
		padding: 10px 0;
		background: linear-gradient(180deg, var(--blb-navy) 0%, var(--blb-navy-dark) 100%);
	}

	.blb-menu > li {
		padding-right: 0;
	}

	.blb-menu > li > a {
		justify-content: flex-start;
		min-height: 0;
		padding: 14px 24px;
		border-bottom: 0;
	}

	.blb-menu .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		min-width: 0;
		padding: 0 0 8px;
		border-radius: 0;
		background: rgba(255, 255, 255, 0.03);
		box-shadow: none;
	}

	.blb-menu .sub-menu li a {
		padding: 10px 38px;
		color: var(--blb-white);
		font-size: 13px;
	}

	.blb-slider {
		aspect-ratio: 960 / 320;
	}

	.blb-contact-grid,
	.blb-footer__widgets {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 640px) {
	body {
		background-position: center top;
	}

	.blb-shell {
		width: min(calc(100% - 20px), var(--blb-shell));
	}

	.blb-header {
		padding-top: 10px;
	}

	.blb-header__inner {
		grid-template-columns: minmax(0, 1fr) auto;
		gap: 10px 12px;
		padding: 12px 0 10px;
	}

	.blb-header__brand {
		min-height: 0;
		width: fit-content;
		max-width: calc(100vw - 108px);
		padding: 12px 14px;
		border-radius: 16px;
	}

	.blb-header__logo {
		max-width: 100%;
		max-height: 54px;
	}

	.blb-nav-toggle {
		width: 50px;
		height: 50px;
		border-radius: 12px;
	}

	.blb-header__phones {
		padding: 0 2px 0;
		font-size: 13px;
	}

	.blb-header__phones strong {
		font-size: 14px;
	}

	.blb-hero {
		padding-top: 14px;
	}

	.blb-slider {
		aspect-ratio: 16 / 7.5;
	}

	.blb-card,
	.blb-footer .blb-shell {
		padding: 24px 18px 26px;
		border-radius: 0 0 22px 22px;
	}

	.blb-entry__title {
		font-size: 30px;
	}

	.blb-footer__title {
		font-size: 24px;
	}

	.blb-footer__product-columns {
		grid-template-columns: 1fr;
	}

	.blb-whatsapp {
		right: 12px;
		bottom: 12px;
		padding: 12px;
	}

	.blb-whatsapp__text {
		display: none;
	}
}
