:root {
	--pure-blue: #0057bd;
	--pure-blue-dark: #064aa0;
	--pure-text: #070707;
	--pure-muted: #4b5565;
	--pure-soft: #f6f6f6;
	--pure-line: #e9edf3;
	--pure-panel: #eaf6ff;
	--pure-white: #fff;
}

html {
	scroll-behavior: smooth;
}

body {
	background: var(--pure-white);
	color: var(--pure-text);
	font-family: "DM Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}

body::after {
	background: var(--pure-blue);
	border-radius: 999px;
	bottom: 28px;
	box-shadow: 0 -210px 0 var(--pure-blue), 0 -420px 0 var(--pure-blue), 0 -630px 0 var(--pure-blue);
	color: #fff;
	content: "?";
	display: grid;
	font-size: 16px;
	font-weight: 900;
	height: 34px;
	place-items: center;
	position: fixed;
	right: 28px;
	width: 34px;
	z-index: 30;
}

.pure-container {
	margin: 0 auto;
	max-width: 920px;
	padding: 0 20px;
	width: 100%;
}

.pure-site-header {
	background: var(--pure-white);
	border-bottom: 1px solid #f0f0f0;
	display: block;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 40;
}

.pure-header-strip {
	background: var(--pure-blue);
	color: #fff;
	display: grid;
	font-size: 11px;
	font-weight: 600;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	min-height: 25px;
	text-align: center;
}

.pure-header-strip__item {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 4px 8px;
	white-space: nowrap;
}

.pure-header-main {
	align-items: center;
	display: grid;
	grid-template-columns: 120px 1fr 120px;
	min-height: 62px;
}

.pure-brand,
.custom-logo-link {
	align-items: center;
	color: var(--pure-text);
	display: inline-flex;
	flex-direction: column;
	font-size: 9px;
	font-weight: 800;
	gap: 4px;
	text-decoration: none;
	text-transform: uppercase;
}

.pure-brand--text {
	display: inline-flex;
	flex-direction: row;
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	text-transform: lowercase;
}

.custom-logo-link img {
	max-height: 42px;
	width: auto;
}

.pure-brand__mark {
	align-items: center;
	border: 3px solid var(--pure-blue);
	color: var(--pure-blue);
	display: inline-flex;
	font-size: 28px;
	font-weight: 900;
	height: 42px;
	justify-content: center;
	line-height: 1;
	width: 42px;
}

.pure-site-navigation {
	display: flex;
	justify-content: center;
}

.pure-nav-menu,
.pure-footer-menu {
	display: flex;
	gap: 18px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pure-nav-menu a {
	color: var(--pure-text);
	font-size: 12px;
	font-weight: 600;
	padding: 6px 0;
	position: relative;
	text-decoration: none;
}

.pure-nav-menu a:hover,
.pure-nav-menu .current-menu-item > a {
	color: var(--pure-blue);
}

.pure-nav-menu a:hover::after,
.pure-nav-menu .current-menu-item > a::after {
	background: var(--pure-blue);
	bottom: 1px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}

.pure-header-icons {
	align-items: center;
	display: flex;
	gap: 16px;
	justify-content: flex-end;
}

.pure-header-icons a {
	color: #111;
	display: inline-flex;
	position: relative;
}

.pure-header-icons svg {
	fill: none;
	height: 17px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.8;
	width: 17px;
}

.pure-cart-link span {
	align-items: center;
	background: #ef4444;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 9px;
	font-weight: 800;
	height: 14px;
	justify-content: center;
	position: absolute;
	right: -8px;
	top: -8px;
	width: 14px;
}

.pure-home {
	max-width: none !important;
	padding: 0 !important;
}

.pure-hero-slider {
	margin: 14px auto 0;
	max-width: 980px;
	padding: 0 36px 46px;
	position: relative;
}

.pure-hero-banner {
	align-items: center;
	background:
		radial-gradient(circle at 18% 72%, rgba(0, 87, 189, .12), transparent 20%),
		linear-gradient(90deg, rgba(255, 255, 255, .55), rgba(255, 255, 255, .2)),
		linear-gradient(135deg, #edf7ff 0%, #ffffff 46%, #e7eef4 100%);
	border-radius: 16px;
	display: grid;
	grid-template-columns: 130px 1fr 330px;
	min-height: 305px;
	overflow: hidden;
	padding: 26px 36px;
	position: relative;
}

.pure-hero-banner::before {
	background:
		linear-gradient(90deg, rgba(0, 87, 189, .08) 1px, transparent 1px),
		linear-gradient(rgba(0, 87, 189, .06) 1px, transparent 1px);
	background-size: 42px 42px;
	bottom: -80px;
	content: "";
	left: -40px;
	opacity: .45;
	position: absolute;
	right: -40px;
	top: 0;
}

.pure-hero-logo,
.pure-hero-copy,
.pure-hero-vials,
.pure-hero-cta {
	position: relative;
	z-index: 1;
}

.pure-hero-logo {
	align-self: start;
	color: var(--pure-blue);
	display: inline-flex;
	flex-direction: column;
	font-size: 7px;
	font-weight: 900;
	gap: 5px;
	text-align: center;
	width: 56px;
}

.pure-hero-logo span {
	align-items: center;
	background: #fff;
	border: 3px solid var(--pure-blue);
	display: flex;
	font-size: 36px;
	height: 52px;
	justify-content: center;
	line-height: 1;
	width: 52px;
}

.pure-hero-logo small {
	font-size: 7px;
}

.pure-hero-copy {
	align-self: start;
	margin-left: -10px;
	text-align: center;
}

.pure-hero-copy h1 {
	color: var(--pure-blue);
	font-size: 43px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .9;
	margin: 0 auto 8px;
	max-width: 520px;
}

.pure-hero-copy p {
	color: #1f2937;
	font-size: 13px;
	margin: 0;
}

.pure-hero-vials {
	bottom: 54px;
	display: flex;
	gap: 34px;
	left: 50%;
	position: absolute;
	transform: translateX(-42%);
}

.pure-vial {
	display: block;
	filter: drop-shadow(0 14px 16px rgba(14, 50, 91, .18));
	height: 170px;
	width: 120px;
}

.pure-vial--large {
	height: 145px;
	width: 104px;
}

.pure-hero-cta {
	align-self: end;
	background: var(--pure-blue);
	border: 0;
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	grid-column: 2 / 3;
	justify-self: center;
	line-height: 1;
	padding: 10px 24px;
	text-decoration: none;
}

.pure-button:hover,
.pure-hero-cta:hover {
	background: var(--pure-blue-dark);
	color: #fff;
}

.pure-slider-arrow {
	background: #fff;
	border: 1px solid var(--pure-blue);
	border-radius: 999px;
	color: var(--pure-blue);
	display: grid;
	font-size: 20px;
	height: 24px;
	padding: 0;
	place-items: center;
	position: absolute;
	top: 142px;
	width: 24px;
	z-index: 4;
}

.pure-slider-arrow:hover {
	background: var(--pure-blue);
	color: #fff;
}

.pure-slider-arrow--left {
	left: 0;
}

.pure-slider-arrow--right {
	right: 0;
}

.pure-slider-dot {
	background: var(--pure-blue);
	border-radius: 999px;
	height: 5px;
	margin: 12px auto 10px;
	width: 5px;
}

.pure-message-bar {
	background: #e6f3ff;
	border-radius: 999px;
	color: var(--pure-blue);
	font-size: 11px;
	font-weight: 700;
	margin: 0 auto;
	max-width: 920px;
	padding: 9px 20px;
	text-align: center;
}

.pure-section {
	padding: 72px 0;
}

.pure-products-section {
	padding-top: 38px;
}

.pure-about-section,
.pure-process-section {
	background: var(--pure-soft);
}

.pure-split-heading,
.pure-process-heading {
	display: grid;
	gap: 34px;
	grid-template-columns: 260px 1fr;
	margin-bottom: 34px;
}

.pure-split-heading > div,
.pure-process-heading > p {
	border-top: 1px solid var(--pure-line);
	padding-top: 18px;
}

.pure-pill {
	align-self: start;
	border: 1px solid var(--pure-blue);
	border-radius: 999px;
	color: var(--pure-blue);
	display: inline-flex;
	font-size: 10px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1;
	margin: 18px 0 0;
	padding: 6px 14px;
	text-transform: uppercase;
	width: fit-content;
}

.pure-split-heading h2,
.pure-process-heading h2 {
	font-size: 34px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.05;
	margin: 0 0 12px;
	max-width: 490px;
}

.pure-split-heading h2::first-line,
.pure-process-heading h2::first-line {
	color: var(--pure-text);
}

.pure-split-heading h2,
.pure-process-heading h2 {
	color: var(--pure-blue);
}

.pure-split-heading p:not(.pure-pill),
.pure-process-heading p {
	color: #1f2937;
	font-size: 12px;
	line-height: 1.55;
	margin: 0;
	max-width: 580px;
}

.pure-product-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pure-product-card {
	background: #fff;
	border: 1px solid #edf1f5;
	border-radius: 14px;
	box-shadow: 0 10px 28px rgba(15, 23, 42, .05);
	min-height: 300px;
	padding: 14px;
	position: relative;
	text-align: center;
}

.pure-sale-badge {
	align-items: center;
	background: #ff4e57;
	border-radius: 999px;
	color: #fff;
	display: flex;
	font-size: 9px;
	font-weight: 900;
	height: 32px;
	justify-content: center;
	position: absolute;
	right: 22px;
	top: 20px;
	width: 32px;
	z-index: 2;
}

.pure-product-card__media {
	align-items: center;
	background: #eaf6ff;
	border-radius: 8px;
	display: flex;
	height: 205px;
	justify-content: center;
	margin-bottom: 13px;
	overflow: hidden;
}

.pure-product-card__media img {
	height: 100%;
	object-fit: contain;
	width: 100%;
}

.pure-product-card h3 {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 5px;
}

.pure-product-price {
	color: var(--pure-blue);
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 12px;
}

.pure-product-price del {
	color: #6b7280;
	font-size: 10px;
	font-weight: 500;
	margin-left: 5px;
}

.pure-card-button {
	background: var(--pure-blue);
	border-radius: 5px;
	color: #fff;
	display: inline-flex;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 10px 28px;
	text-decoration: none;
}

.pure-card-button:hover {
	background: var(--pure-blue-dark);
	color: #fff;
}

.pure-centered-action {
	margin-top: 34px;
	text-align: center;
}

.pure-outline-button {
	border: 1px solid var(--pure-blue);
	border-radius: 5px;
	color: var(--pure-blue);
	display: inline-flex;
	font-size: 11px;
	font-weight: 800;
	padding: 10px 24px;
	text-decoration: none;
}

.pure-feature-grid {
	display: grid;
	gap: 14px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.pure-feature-grid article,
.pure-process-grid article {
	background: #fff;
	border: 1px solid #eceff4;
	border-radius: 14px;
	box-shadow: 0 12px 28px rgba(15, 23, 42, .06);
	min-height: 164px;
	padding: 24px;
}

.pure-feature-grid h3,
.pure-process-grid h3 {
	font-size: 18px;
	font-weight: 900;
	line-height: 1.1;
	margin: 0 0 42px;
}

.pure-feature-grid p,
.pure-process-grid p {
	color: #1f2937;
	font-size: 11px;
	line-height: 1.45;
	margin: 0;
}

.pure-standard-banner {
	align-items: center;
	background:
		radial-gradient(circle at 22% 45%, rgba(0, 87, 189, .28), transparent 9%),
		radial-gradient(circle at 36% 55%, rgba(0, 87, 189, .18), transparent 16%),
		linear-gradient(135deg, #e8f5ff, #ffffff 44%, #dff1ff);
	border-radius: 16px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin-top: 60px;
	min-height: 310px;
	overflow: hidden;
	padding: 34px;
	position: relative;
}

.pure-standard-banner::before {
	border: 1px solid rgba(0, 87, 189, .22);
	border-radius: 50%;
	content: "";
	height: 250px;
	left: 92px;
	position: absolute;
	top: 48px;
	width: 250px;
}

.pure-standard-banner > div {
	position: relative;
	z-index: 1;
}

.pure-standard-banner p {
	font-size: 18px;
	line-height: 1.15;
	margin: 0 0 54px;
	max-width: 330px;
}

.pure-standard-banner strong {
	display: block;
	font-size: 24px;
	font-weight: 900;
	line-height: 1;
	margin-bottom: 10px;
}

.pure-standard-banner h2 {
	color: var(--pure-blue);
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: .95;
	margin: 0 0 18px;
}

.pure-standard-banner a {
	color: var(--pure-blue);
	font-size: 13px;
	font-weight: 900;
	text-decoration: none;
}

.pure-process-heading {
	align-items: end;
	grid-template-columns: 370px 1fr;
}

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

.pure-process-grid article {
	min-height: 146px;
	padding: 20px;
	position: relative;
}

.pure-process-grid span {
	bottom: 8px;
	color: #e1e5ea;
	font-size: 32px;
	font-weight: 900;
	line-height: 1;
	position: absolute;
	right: 10px;
}

.pure-process-grid h3 {
	font-size: 13px;
	margin-bottom: 10px;
}

.pure-newsletter {
	background:
		radial-gradient(circle at 12% 55%, rgba(255, 255, 255, .62), transparent 8%),
		radial-gradient(circle at 82% 30%, rgba(0, 87, 189, .18), transparent 9%),
		linear-gradient(135deg, #dff2ff, #b9e3ff);
	border-radius: 16px;
	margin-bottom: 50px;
	margin-top: 56px;
	padding: 46px 40px;
	text-align: center;
}

.pure-newsletter h2 {
	color: var(--pure-blue);
	font-size: 26px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0 0 8px;
}

.pure-newsletter p {
	font-size: 12px;
	margin: 0 0 18px;
}

.pure-newsletter form {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin: 0 auto;
	max-width: 390px;
}

.pure-newsletter input[type="email"] {
	background: #fff;
	border: 0;
	border-radius: 4px;
	font-size: 12px;
	min-height: 34px;
	padding: 8px 12px;
}

.pure-newsletter button {
	background: var(--pure-blue);
	border: 0;
	border-radius: 4px;
	color: #fff;
	font-size: 12px;
	font-weight: 800;
	padding: 9px 18px;
}

.pure-site-footer {
	background: #fff;
	border-top: 1px solid #f0f0f0;
	color: var(--pure-text);
	display: block;
	padding: 0 0 28px;
}

.pure-footer-grid {
	display: grid;
	gap: 74px;
	grid-template-columns: 1.4fr .7fr .7fr;
	padding-top: 28px;
}

.pure-brand--footer {
	align-items: flex-start;
	margin-bottom: 16px;
}

.pure-footer-brand p {
	font-size: 11px;
	margin: 0;
	max-width: 350px;
}

.pure-footer-nav h2 {
	font-size: 15px;
	font-weight: 900;
	margin: 0 0 12px;
}

.pure-footer-menu {
	display: grid;
	gap: 8px;
}

.pure-footer-menu a {
	color: var(--pure-text);
	font-size: 11px;
	text-decoration: none;
}

.pure-footer-bottom {
	font-size: 10px;
	margin-top: 28px;
	text-align: center;
}

@media (max-width: 900px) {
	.pure-header-strip {
		grid-template-columns: 1fr 1fr;
	}

	.pure-header-strip__item:nth-child(n+3) {
		display: none;
	}

	.pure-header-main {
		gap: 16px;
		grid-template-columns: auto 1fr auto;
	}

	.pure-nav-menu {
		gap: 12px;
		justify-content: center;
	}

	.pure-hero-banner {
		grid-template-columns: 1fr;
		min-height: 430px;
		text-align: center;
	}

	.pure-hero-logo {
		display: none;
	}

	.pure-hero-copy {
		margin: 0;
	}

	.pure-hero-vials {
		bottom: 78px;
		gap: 12px;
		transform: translateX(-50%);
	}

	.pure-split-heading,
	.pure-process-heading,
	.pure-standard-banner,
	.pure-footer-grid {
		grid-template-columns: 1fr;
	}

	.pure-product-grid,
	.pure-feature-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.pure-process-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	body::after {
		right: 14px;
	}

	.pure-container {
		padding-left: 16px;
		padding-right: 16px;
	}

	.pure-header-main {
		grid-template-columns: 1fr auto;
	}

	.pure-site-navigation {
		grid-column: 1 / -1;
		justify-content: flex-start;
		overflow-x: auto;
		padding-bottom: 10px;
	}

	.pure-hero-slider {
		padding-left: 16px;
		padding-right: 16px;
	}

	.pure-slider-arrow {
		display: none;
	}

	.pure-hero-copy h1 {
		font-size: 34px;
	}

	.pure-vial--large {
		height: 118px;
		width: 86px;
	}

	.pure-product-grid,
	.pure-feature-grid,
	.pure-process-grid {
		grid-template-columns: 1fr;
	}

	.pure-newsletter form {
		flex-direction: column;
	}
}

#site-header {
	  max-width: 100% !important;
}