.klaro .cookie-notice,
.klaro .cookie-modal {
  font-family: inherit;
}

.klaro .cookie-notice {
  border-radius: 16px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.18);
}

.klaro .cookie-notice .cn-body p,
.klaro .cookie-modal p {
  line-height: 1.5;
}

.klaro .cm-btn,
.klaro .cn-buttons .cm-btn {
  border-radius: 999px;
  font-weight: 700;
}

.klaro .cm-btn.cm-btn-success,
.klaro .cm-btn.cm-btn-info {
  background: #c9a227;
}

.klaro .cm-btn.cm-btn-danger {
  background: #222;
}

.bf-embed {
  position: relative;
  display: grid;
  place-items: center;
  min-height: 280px;
  padding: 2rem;
  border-radius: 18px;
  background: #f5f1e8;
  color: #1f1f1f;
  text-align: center;
  overflow: hidden;
}

.bf-embed iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.bf-embed--loaded {
  display: block;
  min-height: auto;
  padding: 0;
  background: transparent;
}

.bf-embed__title {
  margin: 0 0 0.5rem;
  font-size: 1.1rem;
  font-weight: 800;
}

.bf-embed__text {
  max-width: 540px;
  margin: 0 auto 1rem;
  line-height: 1.5;
}

.bf-embed__accept {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0.7rem 1.2rem;
  border: 0;
  border-radius: 999px;
  background: #c9a227;
  color: #111;
  font-weight: 800;
  cursor: pointer;
}
.bf-consent-video {
	position: relative;
	width: 100%;
	height: 100%;
}

.bf-consent-video iframe {
	display: none;
	width: 100%;
	height: 100%;
	border: 0;
}

.bf-video-modal__ratio .bf-consent-video {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	background: #000;
}

.bf-video-modal__ratio .bf-consent-video iframe {
	display: none;
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.bf-video-modal__ratio .bf-consent-video.is-consented iframe {
	display: block;
}

.bf-video-modal__ratio .bf-consent-video.is-consented .bf-consent-video__placeholder {
	display: none;
}

.bf-video-modal__ratio .bf-consent-video__placeholder {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2rem;
	background: linear-gradient(135deg, #111, #252525);
	color: #fff;
	text-align: center;
}

.bf-video-modal__ratio .bf-consent-video__placeholder > div {
	max-width: 560px;
}

.bf-video-modal__ratio .bf-consent-video__title {
	margin: 0 0 0.6rem;
	font-size: clamp(1rem, 2vw, 1.35rem);
	font-weight: 800;
	line-height: 1.25;
}

.bf-video-modal__ratio .bf-consent-video__text {
	margin: 0 auto 1.2rem;
	max-width: 520px;
	font-size: clamp(0.85rem, 1.5vw, 1rem);
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.82);
}

.bf-video-modal__ratio .bf-consent-video__button {
	display: inline-flex;align-items: center;justify-content: center;
	min-height: 42px;padding: 0.7rem 1.2rem;border: 0;
	border-radius: 999px;background: #e3013a;color: #fff;
	font-weight: 800;cursor: pointer;
}

.bf-video-modal__ratio .bf-consent-video__button:hover,
.bf-video-modal__ratio .bf-consent-video__button:focus-visible {
	background: #4caf50;
}
.bf-consent-frame .bf-event-single__registration-iframe {
	display: none;
	width: 100%;
	min-height: 680px;
	border: 0;
}

.bf-consent-frame.is-consented .bf-event-single__registration-iframe {
	display: block;
}
#event-registration .bf-consent-frame__placeholder{
background: #F4F4F4;padding: 10px;text-align: center; 
font-size: .8rem;border-radius: 7px;box-shadow: 0px 1px 14px -2px #b3b3b3;   
}
#event-registration .bf-consent-frame__placeholder .bf-consent-frame__button{
display: inline-flex;align-items: center;justify-content: center;min-height: 30px;padding: 0.3rem 1rem;border: 0;border-radius: 999px;background: #e3013a;color: #fff;font-weight: 800;cursor: pointer;
}
#event-registration .bf-consent-frame__placeholder .bf-consent-frame__button:hover,
#event-registration .bf-consent-frame__placeholder .bf-consent-frame__button:focus-visible {
	background: #4caf50;
}
.bf-consent-frame.is-consented iframe {
	display: block;
}

.bf-consent-frame.is-consented .bf-consent-frame__placeholder {
	display: none;
}
.site-footer {
	position: relative;
}

.bf-consent-settings-icon {
	position: absolute;
	display: inline-flex;
	align-items: center;
	justify-content: center;
    top: 2px;
    left: 2px;
    z-index: 2;
    width: 35px;
    height: 36px;
    border: 1px solid #a1a1a1;
    border-radius: 50px;
    background: #ffffff;
    color: #e3013a!important;
	cursor: pointer;
	transition:
		background 0.2s ease,
		border-color 0.2s ease,
		transform 0.2s ease;
}

.bf-consent-settings-icon:hover,
.bf-consent-settings-icon:focus-visible {
	background: #d9d9d9;
	border-color: rgba(255, 255, 255, 0.5);
	transform: translateY(-1px);
}

.bf-consent-settings-icon .material-symbols-outlined {
	font-size: 22px;
	line-height: 1;
}
:root {
	--bf-consent-gold: #4CAF50;
	--bf-consent-gold-hover: #2aaa35;
	--bf-consent-dark: #efefef;
	--bf-consent-dark-soft: #efefef;
	--bf-consent-light: #fffaf0;
	--bf-consent-muted: #fff;
	--bf-consent-border: rgba(255, 255, 255, 0.16);
}
.klaro .cookie-notice {
	max-width: 440px!important;
	border-radius: 22px!important;
	background: var(--bf-consent-dark);
	color: #fff;
	border: 1px solid var(--bf-consent-border);
	box-shadow: 0 24px 70px rgba(0, 0, 0, 0.35);
	overflow: hidden;
    padding-top: 1rem;
    bottom:0px!important;
    right:.5rem!important;
}

.klaro .cookie-notice .cn-body {
	padding: 1.35rem;
}

.klaro .cookie-notice .cn-body p {
	margin: 0 0 1rem;
	color: var(--bf-consent-muted)!important;
	font-size: 0.95rem;
	line-height: 1.55;
}

.klaro .cookie-notice .cn-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	margin-top: 1rem;
}
.klaro .cm-btn.cm-btn-success, .klaro .cm-btn.cm-btn-info {
    background: var(--bf-consent-gold) !important;
}
.klaro .cm-btn.cm-btn-success:hover, .klaro .cm-btn.cm-btn-info:hover {
    background: var(--bf-consent-gold-hover) !important;
}
.klaro .cookie-modal a, .klaro .context-notice a, .klaro .cookie-notice a {
    color: #64d668!important;
    text-decoration: none;
}
/***contact**/
.bf-contact-consent,
[data-turnstile-form-wrapper] {
	display: none;
}

html.has-no-turnstile-consent .bf-contact-consent {
	display: block;
}

html.has-turnstile-consent [data-turnstile-form-wrapper] {
	display: block;
}

html.has-no-turnstile-consent .wpcf7,
.wpcf7.is-turnstile-blocked {
	display: none !important;
}

.cf-turnstile {
	margin: 18px 0;
}

.bf-contact-consent {
	margin: 0 0 1.25rem;
	padding: 1.25rem;
	border-radius: 18px;
	background: #f5f1e8;
	color: #1f1f1f;
}

.bf-contact-consent__title {
	margin: 0 0 0.4rem;
	font-weight: 800;
	font-size: 1.1rem;
}

.bf-contact-consent__text {
	margin: 0 0 1rem;
	line-height: 1.5;
	color: rgba(31, 31, 31, 0.72);
}

.bf-contact-consent__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0.75rem 1.2rem;
	border: 0;
	border-radius: 999px;
	background: #64d668;
	color: #fff;
	font-weight: 800;
	cursor: pointer;
}