
/* Lato 2.015, author's Latin subset (includes Turkish), SIL OFL; see fonts/lato/OFL.txt.
   Unmodified webfonts: https://github.com/hakger/latolatin-webfont/tree/4a7162e18a6a01f2ce87dec05c4e4605d8167eb6
   Google Fonts serves Lato 1.104 without the Turkish extended glyphs. */
@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 300;
	font-display: swap;
	src: url("fonts/lato/lato-light.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/lato/lato-regular.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: normal;
	font-weight: 700;
	font-display: swap;
	src: url("fonts/lato/lato-bold.woff2") format("woff2");
}

@font-face {
	font-family: "Lato";
	font-style: italic;
	font-weight: 400;
	font-display: swap;
	src: url("fonts/lato/lato-italic.woff2") format("woff2");
}

:root {
	--cnvs-themecolor: #1a9cbc;
	--cnvs-themecolor-rgb: 26, 156, 188;
	--cnvs-body-font: "Lato", sans-serif;
	--cnvs-primary-font: "Poppins", sans-serif;
	--cnvs-secondary-font: "PT Serif", serif;
	--spk-text-accent: #08748d;
	--cnvs-link-color: var(--spk-text-accent);
	--cnvs-link-hover-color: #075d75;
	--bs-link-color: var(--spk-text-accent);
	--bs-link-color-rgb: 8, 116, 141;
}

html {
	scroll-padding-block-start: 7rem;
	scroll-padding-block-end: var(--spk-cookie-banner-height, 0px);
}

body {
	padding-block-end: var(--spk-cookie-banner-height, 0px);
}

body:has(#cookie-banner:not([hidden])) {
	background-color: #2a2e33;
}

/* Canvas suppresses every focus outline, including keyboard navigation. */
:focus-visible {
	outline: 3px solid #075d75 !important;
	outline-offset: 3px;
	box-shadow: 0 0 0 3px #fff;
}

.skip-link {
	background: #fff;
	color: #075d75;
	font-weight: 700;
	inset-block-start: 1rem;
	inset-inline-start: 1rem;
	padding: .75rem 1rem;
	position: fixed;
	transform: translateY(-200%);
	z-index: 1100;
}

.skip-link:focus {
	transform: none;
}

#content :is(p, address, .form-text) a:not(.button) {
	text-decoration: underline !important;
	text-underline-offset: .18em;
}

#content :is(.product-title, .portfolio-desc, .entry-title) a:hover {
	color: var(--spk-text-accent);
}

#header {
	--cnvs-primary-menu-hover-color: var(--spk-text-accent);
}

.button:not(.button-blue):not(.button-red):not(.button-light):not(.button-black) {
	--cnvs-btn-color: var(--spk-text-accent);
}

.button {
	max-width: 100%;
	white-space: normal;
}

.form-control {
	--cnvs-input-btn-border-color: #78868e;
}

.form-select {
	border-color: #78868e;
}

.product-meta,
.error404 {
	color: #626c73;
}

#gotoTop {
	--cnvs-gotoTop-size: 2.75rem;
	--cnvs-gotoTop-bg: #26383f;
	--cnvs-gotoTop-hover-color: var(--spk-text-accent);
	border: 0;
	padding: 0;
	visibility: hidden;
}

.gototop-active #gotoTop {
	visibility: visible;
}

html[dir="rtl"] {
	--cnvs-body-font: "Noto Sans Arabic", sans-serif;
	--cnvs-primary-font: "Noto Sans Arabic", sans-serif;
	--cnvs-secondary-font: "Noto Sans Arabic", sans-serif;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

html[dir="rtl"] #logo {
	margin-right: 0;
	margin-left: auto;
}

html[dir="rtl"] body.is-expanded-menu .full-header #logo {
	padding-right: 0;
	padding-left: 30px;
	border-right: 0;
	border-left: 1px solid var(--cnvs-header-border-color);
}

html[dir="rtl"] .header-misc {
	margin-right: 15px;
	margin-left: 0;
}

.header-misc .top-links {
	--cnvs-topbar-border-size: 1px;
	--cnvs-topbar-border-color: rgba(var(--cnvs-contrast-rgb), 0.1);
	--cnvs-topbar-submenu-padding: .625rem;
	--cnvs-topbar-submenu-font-size: .75rem;
}

.spk-language-menu {
	font-size: .875rem;
	position: relative;
}

.spk-language-menu summary,
.spk-language-menu a {
	align-items: center;
	color: #26383f;
	display: flex;
	gap: .5rem;
	min-height: 2.75rem;
	padding: .625rem .75rem;
}

.spk-language-menu summary {
	cursor: pointer;
	list-style: none;
}

.spk-language-menu summary::-webkit-details-marker {
	display: none;
}

.spk-language-menu summary::after {
	border: solid currentColor;
	border-width: 0 1.5px 1.5px 0;
	content: "";
	height: .4rem;
	margin-inline-start: .2rem;
	transform: rotate(-45deg);
	transition: transform .3s ease;
	width: .4rem;
}

.spk-language-menu[open] summary::after {
	transform: rotate(45deg);
}

.spk-language-menu ul {
	background: #fff;
	border: 1px solid #ccd8dc;
	border-top: 2px solid var(--cnvs-themecolor);
	box-shadow: 0 .75rem 2rem rgba(0, 0, 0, .12);
	inset-inline-end: 0;
	list-style: none;
	margin: 0;
	min-width: 10rem;
	padding: .25rem;
	position: absolute;
	top: 100%;
	z-index: 500;
}

.spk-language-menu summary:hover,
.spk-language-menu a:hover {
	background: #f2f6f7;
	color: var(--spk-text-accent);
}

.spk-language-menu img {
	flex: 0 0 24px;
	height: auto;
	width: 24px;
}

.primary-menu .menu-item > .menu-link:has(+ .sub-menu-trigger) {
	padding-inline-end: 2.5rem;
}

.primary-menu .menu-item .sub-menu-trigger {
	inset-inline-end: 0;
	inset-inline-start: auto;
	transform: rotate(0deg);
}

.primary-menu .menu-item .sub-menu-trigger[aria-expanded="true"] {
	transform: rotate(90deg);
}

.is-expanded-menu .primary-menu .menu-item > .menu-link:has(+ .sub-menu-trigger) {
	padding-inline-end: 2rem;
}

.is-expanded-menu .primary-menu .menu-item .sub-menu-trigger {
	display: block;
	top: calc(50% - 16px);
}

.is-expanded-menu .primary-menu .menu-link div > .sub-menu-indicator {
	display: none;
}

html[dir="rtl"] body.is-expanded-menu .full-header .primary-menu .menu-container {
	padding-right: 0;
	padding-left: .5rem;
	margin-right: 0;
	margin-left: .5rem;
	border-right: 0;
	border-left: 1px solid var(--cnvs-header-border-color);
}

#header-wrap #logo img {
	width: auto;
}

@media (max-width: 374.98px) {
	#header-wrap #logo img {
		max-height: 72px;
	}

	.header-misc,
	html[dir="rtl"] .header-misc {
		margin-inline-start: .25rem;
	}

	.spk-language-menu summary {
		padding-inline: .375rem;
	}
}

.spk-hero {
	align-items: center;
	background: #26383f;
	display: grid;
	min-height: 75vh;
	overflow: hidden;
	padding-block: 8rem 5rem;
	position: relative;
}

.spk-hero .slider-caption {
	height: auto;
}

.spk-hero-media {
	inset: 0;
	position: absolute;
}

.spk-hero-media video {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.spk-hero-media .video-overlay {
	background-image: none;
}

.slider-caption h1 {
	font-size: clamp(2rem, calc(1.25rem + 3vw), 4rem);
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1.15;
	margin-bottom: 0;
	overflow-wrap: anywhere;
	text-transform: uppercase;
}

.slider-caption p {
	font-size: clamp(1rem, calc(.8rem + .6vw), 1.5rem);
}

#oc-portfolio .portfolio-image img {
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

.top-links-item > a > i.sub-menu-indicator {
	margin: 0 !important;
	margin-inline-start: .375rem !important;
	vertical-align: middle;
}

/* Keep product layouts stable while native lazy-loaded images are decoded. */
.product-catalog-grid .product-image {
	aspect-ratio: 4 / 3;
}

.product-catalog-grid .product-image > a,
.product-catalog-grid .product-image img {
	height: 100%;
}

.product-catalog-grid .product-image img {
	object-fit: contain;
}

.certificate-grid .product-image img {
	aspect-ratio: 595 / 841;
	object-fit: contain;
	width: 100%;
}

@media (min-width: 992px) {
	.product-content-wrap {
		overflow: visible;
	}

	.product-sidebar .sidebar-widgets-wrap {
		position: sticky;
		top: 110px;
	}
}

.anniversary-mark {
	align-items: center;
	color: #fff;
	display: flex;
	flex-direction: column;
	pointer-events: none;
	text-align: center;
}

.anniversary-mark img,
.anniversary-intro img {
	display: block;
	filter: drop-shadow(0 .4rem .65rem rgba(0, 0, 0, .28));
	height: auto;
	width: 100%;
}

.anniversary-mark span,
.anniversary-intro strong {
	font-family: var(--cnvs-primary-font);
	font-size: .7rem;
	font-weight: 600;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.anniversary-mark--hero {
	align-items: flex-end;
	inset-block-start: clamp(1.5rem, 4vw, 3.5rem);
	inset-inline-end: clamp(1.25rem, 5vw, 5rem);
	position: absolute;
	width: min(15rem, calc(100% - 2.5rem));
	z-index: 21;
}

.anniversary-mark--hero img {
	width: clamp(110px, 12vw, 180px);
}

.anniversary-mark--hero span {
	margin-top: .45rem;
	max-width: 100%;
	text-align: end;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .75);
	white-space: nowrap;
	width: 100%;
}

.anniversary-intro {
	align-items: center;
	background: rgba(var(--cnvs-themecolor-rgb), .06);
	border-inline-start: 3px solid #b88942;
	border-radius: .35rem;
	display: grid;
	gap: 1.25rem;
	grid-template-columns: 110px 1fr;
	margin-bottom: 2rem;
	padding: 1rem 1.25rem;
}

.anniversary-intro strong {
	color: #846026;
	display: block;
}

.anniversary-intro p {
	margin: .4rem 0 0;
}

@media (max-width: 991.98px) {
	.anniversary-mark--hero {
		inset-block-start: 1.25rem;
		inset-inline-end: 1.25rem;
		width: min(13rem, calc(100% - 2.5rem));
	}

	.anniversary-mark--hero img {
		width: 100px;
	}
}

@media (max-width: 575.98px) {
	.anniversary-mark--hero {
		inset-block-start: 1rem;
		inset-inline-end: 1rem;
		width: min(12rem, calc(100% - 2rem));
	}

	.anniversary-mark--hero img {
		width: 92px;
	}

	.anniversary-mark--hero span {
		font-size: .58rem;
	}

	.anniversary-intro {
		gap: .85rem;
		grid-template-columns: 76px 1fr;
		padding: .85rem;
	}

	.anniversary-intro strong {
		font-size: .62rem;
		letter-spacing: .04em;
	}

	.anniversary-intro p {
		font-size: .88rem;
		line-height: 1.45;
	}
}

.admin-content .form-label {
	font-family: var(--cnvs-primary-font);
	font-size: .78rem;
	font-weight: 600;
	letter-spacing: .02em;
	margin-bottom: .4rem;
}

.admin-add-panel,
.admin-record,
.admin-editor-panel,
.admin-list-panel,
.admin-empty-state {
	background: var(--cnvs-contrast-0, #fff);
	border: 1px solid rgba(var(--cnvs-contrast-rgb), .12);
	border-radius: .5rem;
}

.admin-add-panel > summary {
	cursor: pointer;
	font-family: var(--cnvs-primary-font);
	font-weight: 600;
	list-style: none;
	padding: 1rem 1.25rem;
}

.admin-add-panel > summary::-webkit-details-marker {
	display: none;
}

.admin-add-panel > summary i {
	color: var(--cnvs-themecolor);
	margin-right: .5rem;
}

.admin-record-list {
	display: grid;
	gap: 1rem;
}

.admin-record,
.admin-editor-panel,
.admin-list-panel,
.admin-empty-state {
	padding: 1.5rem;
}

.admin-certificate-preview {
	color: var(--cnvs-body-color);
	display: grid;
	gap: .65rem;
	text-align: center;
}

.admin-certificate-preview img,
.admin-title-image {
	border: 1px solid rgba(var(--cnvs-contrast-rgb), .1);
	border-radius: .35rem;
	display: block;
	max-height: 280px;
	object-fit: contain;
	width: 100%;
}

.admin-certificate-preview--empty {
	align-content: center;
	background: rgba(var(--cnvs-themecolor-rgb), .06);
	border: 1px dashed rgba(var(--cnvs-themecolor-rgb), .45);
	border-radius: .35rem;
	min-height: 180px;
}

.admin-certificate-preview--empty i,
.admin-empty-state > i {
	color: var(--cnvs-themecolor);
	font-size: 2rem;
}

.admin-order-field {
	align-items: center;
	display: flex;
	font-family: var(--cnvs-primary-font);
	font-size: .8rem;
	font-weight: 600;
	gap: .6rem;
}

.admin-order-field input {
	width: 6rem;
}

.admin-list-panel {
	position: sticky;
	top: 1.5rem;
}

.admin-content-list {
	display: grid;
	gap: .5rem;
	max-height: 70vh;
	overflow-y: auto;
}

.admin-content-list__item {
	border: 1px solid rgba(var(--cnvs-contrast-rgb), .12);
	border-radius: .35rem;
	color: var(--cnvs-body-color);
	display: grid;
	gap: .35rem;
	padding: .85rem 1rem;
}

.admin-content-list__item:hover,
.admin-content-list__item.is-active {
	background: rgba(var(--cnvs-themecolor-rgb), .07);
	border-color: var(--cnvs-themecolor);
	color: var(--cnvs-body-color);
}

.admin-content-list__item strong {
	font-family: var(--cnvs-primary-font);
	font-size: .9rem;
}

.admin-content-list__item span,
.admin-list-empty {
	color: #626c73;
	font-size: .78rem;
}

.admin-list-empty {
	padding: 1rem;
	text-align: center;
}

.admin-empty-state {
	align-content: center;
	display: grid;
	justify-items: center;
	min-height: 280px;
	text-align: center;
}

.admin-empty-state h3 {
	margin: 1rem 0 .35rem;
}

.admin-empty-state p {
	color: #626c73;
	margin: 0;
}

.admin-language-content {
	border: 1px solid rgba(var(--cnvs-contrast-rgb), .12);
	border-top: 0;
	padding: 1rem;
}

.admin-media-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
}

.admin-media-item {
	border: 1px solid rgba(var(--cnvs-contrast-rgb), .12);
	border-radius: .35rem;
	overflow: hidden;
	padding: .5rem;
}

.admin-media-item img {
	aspect-ratio: 4 / 3;
	border-radius: .25rem;
	display: block;
	margin-bottom: .5rem;
	object-fit: cover;
	width: 100%;
}

@media (max-width: 991.98px) {
	.admin-list-panel {
		position: static;
	}

	.admin-content-list {
		max-height: 22rem;
	}
}

@media (max-width: 575.98px) {
	.admin-record,
	.admin-editor-panel,
	.admin-list-panel,
	.admin-empty-state {
		padding: 1rem;
	}

	.admin-language-tabs {
		flex-wrap: nowrap;
		overflow-x: auto;
	}
}

.article-cover {
	align-items: center;
	display: flex;
	height: clamp(200px, 40vw, 480px);
	justify-content: center;
	margin-bottom: 1.5rem;
}

.article-cover-image {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	width: auto;
}

@media (min-width: 992px) {
	#content .article-detail-content-wrap {
		padding-top: 48px;
	}
}

.technical-table-wrap {
	border: 1px solid #ccd8dc;
	border-radius: .35rem;
	margin-bottom: 2rem;
	overflow-x: auto;
}

.technical-spec-table {
	border-color: #d8e1e4;
	font-family: var(--cnvs-primary-font);
	font-size: .82rem;
	font-variant-numeric: tabular-nums;
	letter-spacing: .01em;
	min-width: 820px;
	text-align: center;
}

.technical-spec-table caption {
	background: #f2f6f7;
	border-bottom: 3px solid var(--cnvs-themecolor);
	caption-side: top;
	color: #26383f;
	font-family: var(--cnvs-heading-font);
	font-size: 1rem;
	font-weight: 600;
	letter-spacing: .02em;
	padding: .9rem 1rem;
	text-align: start;
}

.technical-spec-table th,
.technical-spec-table td {
	padding: .65rem .75rem;
	vertical-align: middle;
	white-space: nowrap;
}

.technical-spec-table thead tr:first-child th {
	background: #26383f;
	border-color: #41545c;
	color: #fff;
	font-size: .76rem;
	letter-spacing: .05em;
	text-transform: uppercase;
}

.technical-spec-table thead tr:nth-child(2) th {
	background: rgba(var(--cnvs-themecolor-rgb), .1);
	color: #26383f;
	font-size: .72rem;
	line-height: 1.3;
	position: static;
}

.technical-spec-table thead span {
	display: block;
	font-size: .68rem;
	font-weight: 500;
	letter-spacing: .02em;
	opacity: .78;
	text-transform: none;
}

.technical-spec-table tbody th {
	background: #f2f6f7;
	color: #26383f;
	font-weight: 700;
}

.technical-spec-table tbody tr:nth-child(even) td {
	background: #fafcfc;
}

.technical-spec-table tbody td:nth-child(3),
.technical-spec-table tbody td:nth-child(5),
.technical-spec-table tbody td:nth-child(7) {
	color: #17333c;
	font-weight: 700;
}

.technical-spec-table thead tr:first-child > th:first-child,
.technical-spec-table tbody th {
	inset-inline-start: -1px;
	position: sticky;
	z-index: 2;
}

.technical-pressure-table th,
.technical-pressure-table td {
	padding: .48rem .65rem;
}

.technical-pressure-table {
	table-layout: fixed;
}

.technical-pressure-table thead th:first-child {
	width: 12%;
}

.technical-pressure-table thead th:nth-child(2) {
	width: 18%;
}

.technical-pressure-table tbody td:not(:first-of-type) {
	color: #17333c;
	font-weight: 700;
}

.technical-pressure-table tbody + tbody tr:first-child > * {
	border-top: 2px solid #aebdc2;
}

.technical-comparison-table {
	font-family: var(--cnvs-primary-font);
	font-size: .84rem;
	font-variant-numeric: tabular-nums;
	min-width: 600px;
	text-align: center;
}

.technical-comparison-table th,
.technical-comparison-table td {
	border-color: #d8e1e4;
	padding: .65rem .75rem;
	vertical-align: middle;
}

.technical-comparison-table thead th {
	background: #26383f;
	border-color: #41545c;
	color: #fff;
	font-size: .76rem;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.technical-comparison-table tbody th {
	background: #f2f6f7;
	color: #26383f;
	font-weight: 700;
}

.technical-comparison-table tbody tr:nth-child(even) td {
	background: #fafcfc;
}

.technical-matrix {
	border: 1px solid #ccd8dc;
	border-radius: .35rem;
	margin-bottom: 1rem;
	overflow: hidden;
}

.technical-matrix-title {
	align-items: center;
	background: #26383f;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	font-family: var(--cnvs-heading-font);
	font-size: 1rem;
	font-weight: 600;
	gap: .75rem;
	margin: 0;
	padding: .85rem 1rem;
}

.technical-matrix-title small {
	font-family: var(--cnvs-primary-font);
	font-size: .76rem;
	font-weight: 600;
	margin-inline-start: auto;
}

.technical-matrix .technical-table-wrap {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;
}

.technical-spec-table.technical-expansion-table {
	min-width: 860px;
	table-layout: fixed;
}

.technical-expansion-table thead th:first-child {
	width: 16%;
}

.technical-spec-table.technical-expansion-table tbody td {
	color: #17333c;
	font-weight: 600;
}

.technical-welding-table {
	min-width: 780px;
	table-layout: fixed;
}

.technical-welding-table thead th:first-child {
	width: 14%;
}

.technical-welding-table thead th:nth-child(2) {
	width: 28%;
}

.technical-welding-table tbody td:nth-child(2) {
	text-align: start;
	white-space: normal;
}

.technical-spec-table.technical-welding-table tbody td:nth-child(n+3) {
	color: #17333c;
	font-weight: 600;
}

.technical-welding-table tbody tr:nth-child(6) > * {
	border-top: 2px solid #aebdc2;
}

.cookie-preferences-link {
	background: none;
	border: 0;
	color: inherit;
	cursor: pointer;
	font: inherit;
	padding: 0;
	text-decoration: underline;
}

.footer-copyright,
.footer-copyright-company {
	unicode-bidi: isolate;
}

.footer-copyright-company {
	direction: ltr;
}

.copyright-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.copyright-link-item {
	align-items: center;
	display: inline-flex;
	min-height: 1.5rem;
}

.copyright-link-item + .copyright-link-item::before {
	content: "/";
	margin-inline: .45rem;
}

.copyright-links .cookie-preferences-link {
	border-bottom: 1px dotted currentColor;
	color: var(--cnvs-copyrights-link-color);
	display: inline-block;
	line-height: inherit;
	margin: 0;
	text-decoration: none;
}

.copyright-links .cookie-preferences-link:hover,
.copyright-links .cookie-preferences-link:focus-visible {
	border-bottom-style: solid;
	color: var(--cnvs-copyrights-link-color);
}

#footer {
	--cnvs-copyrights-link-color: #ced4da;
}

#footer #copyrights {
	color: var(--cnvs-copyrights-link-color);
}

.copyright-links a,
.copyright-links .cookie-preferences-link,
.footer-contact a {
	min-height: 1.5rem;
}

.footer-contact a {
	color: inherit;
}

.footer-contact {
	align-items: center;
	direction: ltr;
	display: flex;
	flex-wrap: wrap;
	gap: .4rem;
	justify-content: center;
}

.footer-contact-item {
	align-items: center;
	display: inline-flex;
	gap: .3rem;
	white-space: nowrap;
}

@media (min-width: 768px) {
	.copyright-links {
		justify-content: flex-start;
	}

	html[dir="ltr"] .footer-contact {
		justify-content: flex-end;
	}

	html[dir="rtl"] .footer-contact {
		justify-content: flex-start;
	}
}

@media (max-width: 767.98px) {
	.copyright-links {
		column-gap: .75rem;
		row-gap: .15rem;
	}

	.copyright-link-item + .copyright-link-item::before {
		content: none;
	}

	html[dir="rtl"] .footer-copyright {
		align-items: center;
		display: flex;
		flex-direction: column;
		gap: .15rem;
	}
}

.spk-cookie-banner {
	-webkit-backdrop-filter: blur(8px);
	backdrop-filter: blur(8px);
	background: rgba(23, 44, 52, .8);
	border-top: 3px solid var(--cnvs-themecolor, #1a9cbc);
	bottom: 0;
	box-shadow: 0 -.35rem 1rem rgba(0, 0, 0, .18);
	color: #fff;
	inset-inline: 0;
	padding: .9rem 1.25rem;
	position: fixed;
	z-index: 1090;
}

.spk-cookie-banner[hidden] {
	display: none;
}

.spk-cookie-banner__content {
	align-items: center;
	display: grid;
	gap: 1rem;
	grid-template-columns: minmax(0, 1fr) auto;
	margin: 0 auto;
	max-width: 1200px;
	padding-inline-end: 1.75rem;
}

.spk-cookie-banner h2,
.spk-cookie-dialog h2 {
	font-family: var(--cnvs-heading-font, Poppins, sans-serif);
	font-size: 1.15rem;
	margin: 0 0 .5rem;
}

.spk-cookie-banner h2 {
	color: #fff;
	font-size: 1rem;
	margin-bottom: .25rem;
}

.spk-cookie-banner p,
.spk-cookie-option p {
	margin: 0;
}

.spk-cookie-banner p {
	font-size: .9rem;
}

#cookie-banner a {
	color: #fff;
	font-weight: 600;
	text-decoration: underline !important;
}

.spk-cookie-banner__links .cookie-preferences-link {
	font-weight: 600;
}

.spk-cookie-banner__close {
	background: none;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 1.5rem;
	inset-inline-end: .45rem;
	line-height: 1;
	min-height: 2rem;
	min-width: 2rem;
	padding: .2rem;
	position: absolute;
	top: .35rem;
}

.spk-cookie-actions,
.spk-cookie-dialog__actions {
	display: flex;
	flex-wrap: wrap;
	gap: .65rem;
}

.spk-cookie-actions button,
.spk-cookie-dialog__actions button {
	background: transparent;
	border: 1px solid currentColor;
	border-radius: .3rem;
	color: inherit;
	cursor: pointer;
	font-family: var(--cnvs-primary-font, Lato, sans-serif);
	font-weight: 700;
	min-height: 2.75rem;
	padding: .55rem .9rem;
}

.spk-cookie-actions button:hover,
.spk-cookie-actions button:focus-visible {
	background: #fff;
	color: #172c34;
}

.spk-cookie-dialog {
	background: #fff;
	border: 0;
	border-radius: .5rem;
	box-shadow: 0 1rem 3rem rgba(0, 0, 0, .3);
	color: #26383f;
	font-family: var(--cnvs-primary-font, Lato, sans-serif);
	inset: 0;
	margin: auto;
	max-height: calc(100vh - 2rem);
	max-height: calc(100dvh - 2rem);
	max-width: min(42rem, calc(100% - 2rem));
	overflow-y: auto;
	padding: 1.5rem;
	position: fixed;
}

.spk-cookie-dialog::backdrop {
	background: rgba(10, 24, 30, .72);
}

.spk-cookie-dialog h2 {
	padding-inline-end: 2rem;
}

.spk-cookie-dialog__close {
	background: none;
	border: 0;
	color: #26383f;
	cursor: pointer;
	font-size: 1.75rem;
	inset-inline-end: .75rem;
	line-height: 1;
	min-height: 2.75rem;
	min-width: 2.75rem;
	padding: .35rem;
	position: absolute;
	top: .55rem;
}

.spk-cookie-option {
	align-items: center;
	border-top: 1px solid #d8e1e4;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin-top: 1rem;
	padding-top: 1rem;
}

.spk-cookie-option strong,
.spk-cookie-option span {
	display: block;
}

.spk-cookie-option > span:last-child,
.spk-cookie-option > input {
	flex: 0 0 auto;
}

.spk-cookie-option input {
	accent-color: var(--spk-text-accent);
	height: 1.5rem;
	width: 1.5rem;
}

.spk-cookie-dialog__actions {
	margin-top: 1.5rem;
}

.spk-cookie-dialog__actions button {
	color: #17333c;
}

.spk-cookie-dialog__actions button:hover,
.spk-cookie-dialog__actions button:focus-visible {
	background: var(--spk-text-accent);
	border-color: var(--spk-text-accent);
	color: #fff;
}

.spk-map-consent {
	aspect-ratio: 4 / 3;
	background: #e7ecef;
	border: 1px solid #d8e1e4;
	border-radius: .55rem;
	box-shadow: 0 .5rem 1.4rem rgba(23, 51, 60, .1);
	overflow: hidden;
}

.spk-map-consent__content {
	height: 100%;
}

.spk-map-consent__trigger {
	background: transparent;
	border: 0;
	color: #fff;
	cursor: pointer;
	display: block;
	height: 100%;
	padding: 0;
	position: relative;
	text-align: start;
	width: 100%;
}

.spk-map-consent__trigger::after {
	background: linear-gradient(to bottom, transparent 52%, rgba(10, 25, 31, .76) 100%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.spk-map-consent__trigger img {
	display: block;
	height: 100%;
	object-fit: cover;
	transition: transform .25s ease;
	width: 100%;
}

.spk-map-consent__trigger:hover img,
.spk-map-consent__trigger:focus-visible img {
	transform: scale(1.015);
}

.spk-map-consent__trigger:focus-visible {
	outline-offset: -5px;
	box-shadow: inset 0 0 0 2px #fff;
}

.spk-map-consent__controls {
	align-items: end;
	bottom: .75rem;
	display: grid;
	gap: .55rem;
	grid-template-columns: minmax(0, 1fr) auto;
	inset-inline: .75rem;
	position: absolute;
	z-index: 2;
}

.spk-map-consent__controls small {
	-webkit-backdrop-filter: blur(6px);
	backdrop-filter: blur(6px);
	background: rgba(16, 38, 46, .78);
	border: 1px solid rgba(255, 255, 255, .28);
	border-radius: .35rem;
	color: #fff;
	font-family: var(--cnvs-primary-font, Lato, sans-serif);
	font-size: .68rem;
	line-height: 1.35;
	padding: .42rem .55rem;
}

.spk-map-consent__action {
	align-items: center;
	background: var(--spk-text-accent);
	border-radius: .35rem;
	box-shadow: 0 .25rem .65rem rgba(10, 25, 31, .22);
	display: inline-flex;
	font-family: var(--cnvs-primary-font, Lato, sans-serif);
	font-size: .8rem;
	font-weight: 700;
	gap: .4rem;
	min-height: 2.35rem;
	padding: .45rem .7rem;
	white-space: nowrap;
}

.spk-map-consent iframe {
	border: 0;
	display: block;
	height: 100%;
	width: 100%;
}

@media (max-width: 575.98px) {
	.spk-map-consent__controls {
		bottom: .55rem;
		gap: .4rem;
		grid-template-columns: 1fr;
		inset-inline: .55rem;
	}

	.spk-map-consent__controls small {
		font-size: .62rem;
		padding: .35rem .45rem;
	}

	.spk-map-consent__action {
		font-size: .72rem;
		justify-self: end;
		min-height: 2.1rem;
		padding: .4rem .55rem;
	}
}

@media (max-width: 991.98px) {
	.spk-cookie-banner__content {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575.98px) {
	.spk-cookie-banner {
		max-height: 85vh;
		max-height: 85dvh;
		overflow-y: auto;
		padding: .75rem 1rem;
	}

	.spk-cookie-actions,
	.spk-cookie-dialog__actions {
		display: grid;
	}

	.spk-cookie-dialog__actions button {
		width: 100%;
	}

	.spk-cookie-actions {
		direction: ltr;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.spk-cookie-actions button {
		font-size: .875rem;
		unicode-bidi: plaintext;
		width: 100%;
	}

	.spk-cookie-actions button[data-cookie-choice="analytics"] {
		grid-column: 2;
		grid-row: 1;
	}

	.spk-cookie-actions button[data-cookie-choice="necessary"] {
		grid-column: 1;
		grid-row: 1;
	}

}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto !important;
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
	}

	.spk-map-consent__trigger img {
		transform: none !important;
	}

	[data-animate]:not(.animated) {
		opacity: 1;
	}
}

