.stk-breadcrumbs,
#allrecords .stk-breadcrumbs,
#allrecords .t-breadcrumbs {
	box-sizing: border-box;
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: none;
	margin: 0 auto;
	padding: 14px max(20px, calc((100% - 1200px) / 2)) 10px;
	font-family: TildaSans, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.35;
	color: #7a8491;
	background: #ffffff;
	border-bottom: 1px solid rgba(21, 32, 43, 0.06);
}

/* Overlay crumbs on dark hero covers (partners and similar). */
.t-cover,
.stk-cover {
	position: relative;
}

.stk-breadcrumbs_on-cover,
#allrecords .stk-breadcrumbs_on-cover,
.t-cover > .stk-breadcrumbs,
.stk-cover > .stk-breadcrumbs,
.t-cover > .t-breadcrumbs,
.stk-cover > .t-breadcrumbs {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 12;
	width: 100%;
	margin: 0;
	padding: 10px max(20px, calc((100% - 1200px) / 2)) 0;
	color: rgba(255, 255, 255, 0.92) !important;
	background: transparent !important;
	border: 0 !important;
	text-align: left;
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.55);
	pointer-events: none;
}

.stk-breadcrumbs_on-cover .stk-breadcrumbs__link,
#allrecords .stk-breadcrumbs_on-cover a,
#allrecords .stk-breadcrumbs_on-cover .stk-breadcrumbs__link,
#allrecords .stk-breadcrumbs_on-cover .t-breadcrumbs__link,
.t-cover > .stk-breadcrumbs a,
.stk-cover > .stk-breadcrumbs a,
.t-cover > .t-breadcrumbs a,
.stk-cover > .t-breadcrumbs a {
	color: #ffffff !important;
	pointer-events: auto;
}

.stk-breadcrumbs_on-cover .stk-breadcrumbs__link:hover,
#allrecords .stk-breadcrumbs_on-cover a:hover,
#allrecords .stk-breadcrumbs_on-cover .stk-breadcrumbs__link:hover {
	color: #ffffff !important;
	text-decoration: underline !important;
}

.stk-breadcrumbs_on-cover .stk-breadcrumbs__sep,
#allrecords .stk-breadcrumbs_on-cover .stk-breadcrumbs__sep,
#allrecords .stk-breadcrumbs_on-cover .t-breadcrumbs__sep,
.stk-breadcrumbs_on-cover .stk-breadcrumbs__current,
#allrecords .stk-breadcrumbs_on-cover .stk-breadcrumbs__current,
#allrecords .stk-breadcrumbs_on-cover .t-breadcrumbs__current {
	color: rgba(255, 255, 255, 0.92) !important;
}

.stk-breadcrumbs__link,
#allrecords .stk-breadcrumbs a,
#allrecords .stk-breadcrumbs__link,
#allrecords .t-breadcrumbs a,
#allrecords .t-breadcrumbs__link {
	color: #2497dc !important;
	text-decoration: none !important;
}

.stk-breadcrumbs__link:hover,
#allrecords .stk-breadcrumbs a:hover,
#allrecords .stk-breadcrumbs__link:hover {
	text-decoration: underline !important;
	color: #1a7eb8 !important;
}

.stk-popup:not(.stk-contact-form-popup)[data-tooltip-hook="#popup:myform"],
.stk-popup[data-tooltip-hook="#disabled-popup-myform"],
.t-popup:not(.stk-contact-form-popup)[data-tooltip-hook="#popup:myform"],
.t-popup[data-tooltip-hook="#disabled-popup-myform"],
.stk-popup_show:not(.stk-contact-form-popup)[data-tooltip-hook="#popup:myform"],
.t-popup_show:not(.stk-contact-form-popup)[data-tooltip-hook="#popup:myform"] {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
	visibility: hidden !important;
}

.stk-contact-popup.stk-contact-form-popup {
	position: fixed !important;
	inset: 0 !important;
	z-index: 10000 !important;
	display: none !important;
	align-items: center !important;
	justify-content: center !important;
	padding: 24px !important;
	background: rgba(0, 0, 0, 0.62) !important;
	font-family: TildaSans, Arial, sans-serif !important;
}

.stk-contact-popup.stk-contact-popup_open,
.stk-contact-form-popup.stk-popup_show,
.stk-contact-form-popup.t-popup_show {
	display: flex !important;
	opacity: 1 !important;
	pointer-events: auto !important;
	visibility: visible !important;
}

.stk-contact-popup-lock {
	overflow: hidden;
}

.stk-contact-popup__overlay {
	position: absolute;
	inset: 0;
	border: 0;
	background: transparent;
	cursor: pointer;
}

.stk-contact-popup__dialog {
	position: relative;
	width: min(960px, 100%);
	padding: 72px 48px 48px;
	box-sizing: border-box;
	border-radius: 3px;
	background: #66bbf0;
	color: #000;
	text-align: center;
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.stk-contact-popup__close {
	position: absolute;
	top: 18px;
	right: 20px;
	width: 36px;
	height: 36px;
	border: 0;
	background: transparent;
	color: #000;
	font-size: 34px;
	line-height: 1;
	cursor: pointer;
}

.stk-contact-popup__title {
	margin: 0 auto 42px;
	color: #000;
	font-size: 40px;
	line-height: 1.18;
	font-weight: 700;
}

.stk-contact-popup__lead {
	max-width: 610px;
	margin: 0 auto 74px;
	color: #000;
	font-size: 20px;
	line-height: 1.55;
}

.stk-contact-popup__form {
	max-width: 760px;
	margin: 0 auto;
}

.stk-contact-popup__row {
	display: flex;
	gap: 16px;
	margin-top: 24px;
}

.stk-contact-popup__field {
	width: 100%;
	height: 60px;
	border: 1px solid #111;
	border-radius: 8px;
	background: #fff;
	padding: 0 18px;
	box-sizing: border-box;
	color: #000;
	font: 400 15px/1.2 TildaSans, Arial, sans-serif;
	outline: none;
}

.stk-contact-popup__field::placeholder {
	color: #8f8f8f;
}

.stk-contact-popup__phone {
	position: relative;
	flex: 1 1 0;
	display: block;
}

.stk-contact-popup__phone .stk-contact-popup__field {
	padding-left: 66px;
}

.stk-contact-popup__country {
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 1;
	transform: translateY(-50%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 30px;
	height: 20px;
	border-radius: 3px;
	background: linear-gradient(to bottom, #fff 0 33%, #2454c6 33% 66%, #d52b1e 66% 100%);
	color: transparent;
	font-size: 1px;
}

.stk-contact-popup__row > .stk-contact-popup__field {
	flex: 1 1 0;
}

.stk-contact-popup__message {
	height: 136px;
	margin-top: 24px;
	padding-top: 20px;
	resize: vertical;
}

.stk-contact-popup__submit {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 254px;
	height: 60px;
	margin-top: 34px;
	border: 0;
	border-radius: 5px;
	background: #000;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	cursor: pointer;
}

.stk-contact-popup__submit:disabled {
	opacity: 0.7;
	cursor: default;
}

.stk-contact-popup .stk-input_error .stk-contact-popup__field,
.stk-contact-popup .stk-contact-popup__field.stk-input_error {
	border-color: #ff2e2e;
}

.stk-contact-popup .stk-form__errorbox,
.stk-contact-popup .stk-form__successbox {
	margin-top: 18px;
	color: #000;
	font-size: 16px;
	line-height: 1.45;
	font-weight: 600;
}

#rec1787992521,
#rec1916497131 {
	background: #66bbf0 !important;
}

#rec1787992521 .stk-section__container,
#rec1787992521 .t-section__container,
#rec1916497131 .stk-section__container,
#rec1916497131 .t-section__container {
	margin-bottom: 72px !important;
}

#rec1787992521 .stk-section__title,
#rec1787992521 .t-section__title,
#rec1916497131 .stk-section__title,
#rec1916497131 .t-section__title {
	margin-bottom: 42px !important;
	color: #000 !important;
	font-size: 40px !important;
	line-height: 1.18 !important;
	font-weight: 700 !important;
}

#rec1787992521 .stk-section__descr,
#rec1787992521 .t-section__descr,
#rec1916497131 .stk-section__descr,
#rec1916497131 .t-section__descr {
	max-width: 620px !important;
	margin: 0 auto !important;
	color: #000 !important;
	font-size: 20px !important;
	line-height: 1.55 !important;
}

#rec1787992521 .stk-col_8.stk-prefix_2,
#rec1787992521 .t-col_8.t-prefix_2,
#rec1916497131 .stk-col_8.stk-prefix_2,
#rec1916497131 .t-col_8.t-prefix_2 {
	float: none !important;
	width: 760px !important;
	max-width: calc(100% - 40px) !important;
	margin: 0 auto !important;
	padding: 0 !important;
}

#rec1787992521 form.stk-form,
#rec1787992521 form.t-form,
#rec1787992521 .stk-form__inputsbox,
#rec1787992521 .t-form__inputsbox,
#rec1916497131 form.stk-form,
#rec1916497131 form.t-form,
#rec1916497131 .stk-form__inputsbox,
#rec1916497131 .t-form__inputsbox {
	width: 100% !important;
	max-width: 760px !important;
	margin-right: auto !important;
	margin-left: auto !important;
}

#rec1787992521 .stk-form__inputsbox,
#rec1787992521 .t-form__inputsbox,
#rec1916497131 .stk-form__inputsbox,
#rec1916497131 .t-form__inputsbox {
	display: grid !important;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
	gap: 24px 16px !important;
}

#rec1787992521 .stk-input-group,
#rec1787992521 .t-input-group,
#rec1916497131 .stk-input-group,
#rec1916497131 .t-input-group {
	width: 100% !important;
	max-width: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

#rec1787992521 .stk-input-group_width100,
#rec1787992521 .stk-input-group_ta,
#rec1787992521 .stk-form__errorbox-middle,
#rec1787992521 .stk-form__errorbox-bottom,
#rec1787992521 .stk-form__submit,
#rec1787992521 .t-input-group_width100,
#rec1787992521 .t-input-group_ta,
#rec1787992521 .t-form__errorbox-middle,
#rec1787992521 .t-form__errorbox-bottom,
#rec1787992521 .t-form__submit,
#rec1916497131 .stk-input-group_width100,
#rec1916497131 .stk-input-group_ta,
#rec1916497131 .stk-form__errorbox-middle,
#rec1916497131 .stk-form__errorbox-bottom,
#rec1916497131 .stk-form__submit,
#rec1916497131 .t-input-group_width100,
#rec1916497131 .t-input-group_ta,
#rec1916497131 .t-form__errorbox-middle,
#rec1916497131 .t-form__errorbox-bottom,
#rec1916497131 .t-form__submit {
	grid-column: 1 / -1 !important;
}

#rec1787992521 .stk-input-block,
#rec1787992521 .t-input-block,
#rec1916497131 .stk-input-block,
#rec1916497131 .t-input-block {
	width: 100% !important;
	max-width: none !important;
	border-radius: 8px !important;
}

#rec1787992521 .stk-input,
#rec1787992521 textarea.stk-input,
#rec1787992521 .t-input,
#rec1787992521 textarea.t-input,
#rec1916497131 .stk-input,
#rec1916497131 textarea.stk-input,
#rec1916497131 .t-input,
#rec1916497131 textarea.t-input {
	width: 100% !important;
	height: 60px !important;
	box-sizing: border-box !important;
	border: 1px solid #111 !important;
	border-radius: 8px !important;
	background: #fff !important;
	padding: 0 18px !important;
	color: #000 !important;
	font: 400 15px/1.2 TildaSans, Arial, sans-serif !important;
	outline: none !important;
}

#rec1787992521 textarea.stk-input,
#rec1787992521 textarea.t-input,
#rec1916497131 textarea.stk-input,
#rec1916497131 textarea.t-input {
	height: 136px !important;
	padding-top: 20px !important;
	resize: vertical !important;
}

#rec1787992521 .stk-input-group_ph .stk-input-block,
#rec1787992521 .t-input-group_ph .t-input-block,
#rec1916497131 .stk-input-group_ph .stk-input-block,
#rec1916497131 .t-input-group_ph .t-input-block {
	position: relative !important;
	overflow: visible !important;
}

#rec1787992521 .stk-input-group_ph .stk-input-block::before,
#rec1787992521 .t-input-group_ph .t-input-block::before,
#rec1916497131 .stk-input-group_ph .stk-input-block::before,
#rec1916497131 .t-input-group_ph .t-input-block::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	z-index: 3;
	width: 20px;
	height: 14px;
	transform: translateY(-50%);
	border-radius: 2px;
	background: linear-gradient(to bottom, #fff 0 33%, #2454c6 33% 66%, #d52b1e 66% 100%);
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
	pointer-events: none;
}

#rec1787992521 .stk-input-group_ph .stk-input,
#rec1787992521 .t-input-group_ph .t-input,
#rec1916497131 .stk-input-group_ph .stk-input,
#rec1916497131 .t-input-group_ph .t-input {
	padding-left: 54px !important;
}

#rec1787992521 .stk-input__vis-ph,
#rec1787992521 .t-input__vis-ph,
#rec1916497131 .stk-input__vis-ph,
#rec1916497131 .t-input__vis-ph {
	color: rgba(0, 0, 0, 0.5) !important;
	font: 400 15px/1.2 TildaSans, Arial, sans-serif !important;
}

#rec1787992521 .stk-input-group_ph .stk-input__vis-ph,
#rec1787992521 .t-input-group_ph .t-input__vis-ph,
#rec1916497131 .stk-input-group_ph .stk-input__vis-ph,
#rec1916497131 .t-input-group_ph .t-input__vis-ph {
	left: 54px !important;
}

#rec1787992521 .stk-form__submit,
#rec1787992521 .t-form__submit,
#rec1916497131 .stk-form__submit,
#rec1916497131 .t-form__submit {
	display: flex !important;
	justify-content: center !important;
	margin-top: 10px !important;
}

#rec1787992521 .stk-submit,
#rec1787992521 .stk-submit.stk-btnflex,
#rec1787992521 button.stk-submit,
#rec1787992521 .t-submit,
#rec1787992521 .t-submit.t-btnflex,
#rec1787992521 button.t-submit,
#rec1916497131 .stk-submit,
#rec1916497131 .stk-submit.stk-btnflex,
#rec1916497131 button.stk-submit,
#rec1916497131 .t-submit,
#rec1916497131 .t-submit.t-btnflex,
#rec1916497131 button.t-submit {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 254px !important;
	height: 60px !important;
	border: 0 !important;
	border-radius: 5px !important;
	background: #000 !important;
	color: #fff !important;
	box-shadow: none !important;
	font: 700 15px/1.2 TildaSans, Arial, sans-serif !important;
	cursor: pointer !important;
}

#rec1787992521 .stk-submit .stk-btnflex__text,
#rec1787992521 .t-submit .t-btnflex__text,
#rec1916497131 .stk-submit .stk-btnflex__text,
#rec1916497131 .t-submit .t-btnflex__text {
	color: #fff !important;
	font: inherit !important;
}

#rec1787992521 .stk-btn_wrap-effects,
#rec1787992521 .stk-btn_effects,
#rec1787992521 .t-btn_wrap-effects,
#rec1787992521 .t-btn_effects,
#rec1916497131 .stk-btn_wrap-effects,
#rec1916497131 .stk-btn_effects,
#rec1916497131 .t-btn_wrap-effects,
#rec1916497131 .t-btn_effects {
	display: none !important;
}

@media (max-width: 760px) {
	#rec1787992521 .stk-form__inputsbox,
	#rec1787992521 .t-form__inputsbox,
	#rec1916497131 .stk-form__inputsbox,
	#rec1916497131 .t-form__inputsbox {
		grid-template-columns: 1fr !important;
	}

	#rec1787992521 .stk-section__title,
	#rec1787992521 .t-section__title,
	#rec1916497131 .stk-section__title,
	#rec1916497131 .t-section__title {
		font-size: 32px !important;
	}

	#rec1787992521 .stk-section__descr,
	#rec1787992521 .t-section__descr,
	#rec1916497131 .stk-section__descr,
	#rec1916497131 .t-section__descr {
		font-size: 18px !important;
	}

	#rec1787992521 .stk-submit,
	#rec1787992521 .stk-submit.stk-btnflex,
	#rec1787992521 button.stk-submit,
	#rec1787992521 .t-submit,
	#rec1787992521 button.t-submit,
	#rec1916497131 .stk-submit,
	#rec1916497131 .stk-submit.stk-btnflex,
	#rec1916497131 button.stk-submit,
	#rec1916497131 .t-submit,
	#rec1916497131 button.t-submit {
		width: min(254px, 100%) !important;
	}
}

/* Partners hero: blue CTA like design reference. */
#rec1916496811 a.stk-btn,
#rec1916496811 a.t-btn,
#rec1916496811 a.stk-btnflex,
#rec1916496811 a.t-btnflex {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	min-height: 52px !important;
	padding: 14px 36px !important;
	border: 0 !important;
	border-radius: 8px !important;
	background: #66bbf0 !important;
	color: #fff !important;
	box-shadow: none !important;
	text-decoration: none !important;
	transition: filter 0.15s ease, transform 0.15s ease;
}

#rec1916496811 a.stk-btn:hover,
#rec1916496811 a.t-btn:hover,
#rec1916496811 a.stk-btnflex:hover,
#rec1916496811 a.t-btnflex:hover {
	filter: brightness(1.05);
	transform: translateY(-1px);
	color: #fff !important;
}

#rec1916496811 a.stk-btn .stk-btnflex__text,
#rec1916496811 a.t-btn .t-btnflex__text,
#rec1916496811 a.stk-btnflex .stk-btnflex__text,
#rec1916496811 a.t-btnflex .t-btnflex__text {
	color: #fff !important;
	font-weight: 700 !important;
}

/* Pull hero title closer to breadcrumbs. */
#rec1916496811 .stk-block-997__header-wrapper,
#rec1916496811 .t997__header-wrapper,
#rec1916496811 .stk-cover__wrapper,
#rec1916496811 .t-cover__wrapper {
	padding-top: 72px !important;
}

.stk-breadcrumbs__sep,
#allrecords .stk-breadcrumbs__sep,
#allrecords .t-breadcrumbs__sep {
	margin: 0 8px;
	color: #b1bac4 !important;
}

.stk-breadcrumbs__current,
#allrecords .stk-breadcrumbs__current,
#allrecords .t-breadcrumbs__current {
	color: #5b6470 !important;
}

.stk-block-190 {
	position: fixed !important;
	right: 24px !important;
	bottom: 24px !important;
	left: auto !important;
	top: auto !important;
	z-index: 10050 !important;
	width: auto !important;
	height: auto !important;
	pointer-events: auto !important;
}

.stk-block-190__button {
	position: static !important;
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	width: 48px !important;
	height: 48px !important;
	border: 0 !important;
	border-radius: 50% !important;
	background: #66bbf0 !important;
	box-shadow: 0 12px 28px rgba(36, 151, 220, 0.28) !important;
	cursor: pointer;
	pointer-events: auto !important;
	z-index: 1;
}

.stk-block-190__button svg {
	width: 18px !important;
	height: 18px !important;
}

.stk-block-190__button svg path {
	fill: #fff !important;
}

.stk-block-849__trigger-button {
	cursor: pointer;
}

.stk-block-849__content:not([hidden]) {
	display: block;
	padding-bottom: 28px;
}

.stk-block-849__icon {
	transition: transform 0.2s ease;
}

.stk-block-849__trigger-button[aria-expanded="true"] .stk-block-849__icon {
	transform: rotate(45deg);
}

.stk-block-849__trigger-button[aria-expanded="true"] .stk-block-849__title {
	color: #2497dc;
}

.stk-error404 {
	min-height: 70vh;
	padding: 120px 20px 96px;
	background:
		linear-gradient(120deg, rgba(12, 24, 36, 0.72), rgba(12, 24, 36, 0.52)),
		url("/wp-content/themes/stankoved/assets/static.tildacdn.com/tild3239-3234-4234-b939-313664333333/AdobeStock_209103769.jpeg") center / cover no-repeat;
	font-family: TildaSans, Arial, sans-serif;
	color: #fff;
	text-align: center;
}

.stk-error404__inner {
	max-width: 720px;
	margin: 0 auto;
}

.stk-error404__code {
	margin: 0 0 10px;
	font-size: 88px;
	line-height: 1;
	font-weight: 700;
	color: #66bbf0;
}

.stk-error404__title {
	margin: 0 0 16px;
	font-size: 42px;
	line-height: 1.16;
	font-weight: 700;
	color: #fff;
}

.stk-error404__text {
	max-width: 560px;
	margin: 0 auto 28px;
	font-size: 19px;
	line-height: 1.55;
	color: rgba(255, 255, 255, 0.9);
}

.stk-error404__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
}

.stk-error404__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 48px;
	padding: 0 24px;
	border-radius: 5px;
	background: #66bbf0;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
}

.stk-error404__button:hover {
	background: #43a9eb;
	color: #fff;
}

.stk-error404__button_secondary {
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.32);
}

.stk-error404__button_secondary:hover {
	background: rgba(255, 255, 255, 0.24);
}

/* Intentionally no global scroll-behavior:smooth — it breaks the up-button jump. */

@media screen and (max-width: 640px) {
	.stk-breadcrumbs,
	#allrecords .stk-breadcrumbs {
		padding: 12px 20px 10px;
		font-size: 13px;
	}

	.stk-block-190 {
		right: 16px !important;
		bottom: 16px !important;
	}

	.stk-block-190__button {
		width: 44px !important;
		height: 44px !important;
	}

	.stk-error404 {
		padding: 92px 20px 76px;
	}

	.stk-error404__code {
		font-size: 64px;
	}

	.stk-error404__title {
		font-size: 30px;
	}

	.stk-error404__text {
		font-size: 16px;
	}
}
