::selection {
	background: rgba(0, 0, 0, 0.15)
}

.brxe-form select {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23000000" d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z" /></svg>');
	background-size: 14px 14px;
	background-position: right 12px center;
	background-repeat: no-repeat;
	padding-right: calc(12px * 2 + 14px);
	word-wrap: normal
}

.brxe-form input.file,
.brxe-form input[type=file] {
	padding: 0 !important;
	margin: 0 !important;
	border: none !important
}

.brxe-form button[type=submit] svg g {
	stroke: #FFF;
	stroke-width: 2px
}

.brxe-form .options-wrapper>li {
	display: inline-flex;
	align-items: flex-start;
	width: 100%
}

.brxe-form .options-wrapper>li input[type=checkbox],
.brxe-form .options-wrapper>li input[type=radio] {
	margin: 0;
	padding: 0;
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 16px;
	height: 16px;
	padding: 2px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	user-select: none;
	appearance: none;
	print-color-adjust: exact;
	position: relative;
	top: calc((1em * 1.4 - 16px) / 2)
}

.brxe-form .options-wrapper>li input[type=checkbox]:after,
.brxe-form .options-wrapper>li input[type=radio]:after {
	content: "";
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	transition: opacity 0.3s ease-in-out
}

.brxe-form .options-wrapper>li input[type=checkbox]:checked:after,
.brxe-form .options-wrapper>li input[type=radio]:checked:after {
	opacity: 1
}

.brxe-form .options-wrapper>li input[type=checkbox]~label,
.brxe-form .options-wrapper>li input[type=radio]~label {
	display: inline-block;
	width: auto;
	padding: 0;
	margin: 0;
	color: inherit
}

.brxe-form .options-wrapper>li input[type=checkbox]:after {
	transform-origin: center center;
	clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%)
}

.brxe-form .options-wrapper>li input[type=radio] {
	border-radius: 50% !important
}

.brxe-form .options-wrapper>li input[type=radio]:after {
	border-radius: 50%
}

.brxe-form .message {
	padding: 10px 20px;
	font-size: var(--text-s)
}

.brxe-form .message .text {
	padding: 0
}

@-webkit-keyframes menu-icon {
	0% {
		visibility: hidden;
		opacity: 0
	}

	100% {
		visibility: visible;
		opacity: 1
	}
}

@keyframes menu-icon {
	0% {
		visibility: hidden;
		opacity: 0
	}

	100% {
		visibility: visible;
		opacity: 1
	}
}

#lanyard_root {
	--k-banner-buttons-primary-cornerRadius: 0px;
	--k-banner-buttons-secondary-cornerRadius: 0px;
	--k-banner-buttons-tertiary-cornerRadius: 0px;
	--k-banner-container-cornerRadius: 0px;
	--k-banner-header-returnButton-background-color: rgba(254, 254, 230, 1)
}

#lanyard_root #ketch-banner {
	left: 50% !important;
	right: auto !important;
	bottom: 16px;
	transform: translateX(-50%) !important;
	width: 450px !important;
	max-width: 100% !important;
	min-width: inherit;
	position: fixed;
	z-index: 5000
}

#lanyard_root #ketch-consent-banner {
	flex-direction: row;
	align-items: center;
	padding: 10px 40px 10px 20px;
	gap: 16px;
	border-radius: 0px;
	flex-wrap: nowrap;
	background: transparent;
	box-shadow: none;
	position: relative;
	border: 1px solid #000
}

#lanyard_root button[aria-label="close banner"] {
	position: absolute;
	top: 8px;
	right: 8px;
	z-index: 10;
	width: 24px;
	height: 24px;
	min-width: 24px;
	max-width: 24px;
	max-height: 24px;
	border-radius: 50%;
	padding: 0;
	background: rgba(32, 17, 13, 0.12)
}

#lanyard_root #ketch-consent-banner>div:first-child {
	flex-direction: row;
	align-items: center;
	padding: 0;
	gap: 0;
	flex-shrink: 0;
	flex: 0 0 auto
}

#lanyard_root #ketch-consent-banner>div:first-child>div:first-child {
	flex-direction: row;
	align-items: center
}

#lanyard_root #ketch-consent-banner>div:last-child,
#lanyard_root #banner-description,
#lanyard_root #ketch-consent-banner #banner-title,
#lanyard_root #ketch-consent-banner img {
	display: none
}

#lanyard_root #ketch-consent-banner>div:nth-child(2) {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	max-height: none;
	overflow: visible;
	padding: 0;
	flex: 1
}

#lanyard_root #ketch-consent-banner>div:nth-child(2)>div {
	overflow: visible;
	max-height: none;
	padding: 0;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end
}

#lanyard_root #ketch-consent-banner>div:nth-child(2)>div>div {
	flex-direction: row;
	align-items: center;
	justify-content: flex-end
}

#lanyard_root #ketch-banner-buttons-container-compact {
	flex-direction: row;
	gap: 8px;
	align-items: center;
	padding: 0;
	margin-top: 0;
	width: auto
}

#lanyard_root #ketch-banner-buttons-container-compact button {
	font-family: "GTFGoodSans", sans-serif;
	padding: 7px 18px;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 0px;
	min-height: auto;
	height: auto
}

#lanyard_root #ketch-banner-button-secondary svg {
	width: 18px;
	height: 18px;
	min-width: 18px;
	display: block
	stroke: none;	
}

#lanyard_root #ketch-banner,
#lanyard_root #ketch-consent-banner,
#lanyard_root #ketch-consent-banner button,
#lanyard_root #ketch-consent-banner span,
#lanyard_root #ketch-consent-banner a {
	font-family: "GTFGoodSans", sans-serif
}

#lanyard_root #ketch-banner-button-secondary {
	background: transparent;
	background-color: transparent
}

#lanyard_root #ketch-banner-button-secondary {
	background: transparent;
	background-color: transparent
}

#lanyard_root #lanyard_root #ketch-banner-buttons-container-compact button,
#lanyard_root #lanyard_root #ketch-consent-banner button:not([aria-label]) {
	border-radius: 0px
}

#lanyard_root #lanyard_root button[aria-label="close banner"] {
	background-color: #fefee6
}

#lanyard_root #lanyard_root #ketch-consent-banner {
	border-radius: 0px
}

#lanyard_root #lanyard_root #ketch-banner-buttons-container-compact {
	margin-top: 0;
	padding-top: 10px;
	padding-bottom: 10px
}

@media (max-width:470px) {
	#lanyard_root #ketch-consent-banner {
		flex-direction: column;
		gap: 8px
	}
}