:root {
	--bs-blue: #0d6efd;
	--bs-indigo: #6610f2;
	--bs-purple: #6f42c1;
	--bs-pink: #d63384;
	--bs-red: #dc3545;
	--bs-orange: #fd7e14;
	--bs-yellow: #ffc107;
	--bs-green: #198754;
	--bs-teal: #20c997;
	--bs-cyan: #0dcaf0;
	--bs-white: #fff;
	--bs-gray: #6c757d;
	--bs-gray-dark: #343a40;
	--bs-primary: #0d6efd;
	--bs-secondary: #6c757d;
	--bs-success: #198754;
	--bs-info: #0dcaf0;
	--bs-warning: #ffc107;
	--bs-danger: #dc3545;
	--bs-light: #f8f9fa;
	--bs-dark: #212529;
	--bs-font-sans-serif: system-ui, -apple-system, 'Segoe UI', Roboto,
		'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif,
		'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
	--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas,
		'Liberation Mono', 'Courier New', monospace;
	--bs-gradient: linear-gradient(
		180deg,
		rgba(255, 255, 255, 0.15),
		rgba(255, 255, 255, 0)
	);
}

*,
::after,
::before {
	box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}

body {
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #160d35;
	background-color: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent;
}

.h2,
.h5,
h1,
h2,
h3 {
	margin-top: 0;
	margin-bottom: 0.5rem;
	font-weight: 500;
	line-height: 1.2;
}

h1 {
	font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
	h1 {
		font-size: 2.5rem;
	}
}

.h2,
h2 {
	font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
	.h2,
	h2 {
		font-size: 2rem;
	}
}

h3 {
	font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
	h3 {
		font-size: 1.75rem;
	}
}

.h5 {
	font-size: 1.25rem;
}

p {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol,
ul {
	padding-left: 2rem;
}

ol,
ul {
	margin-top: 0;
	margin-bottom: 1rem;
}

ol ol,
ol ul,
ul ol,
ul ul {
	margin-bottom: 0;
}

strong {
	font-weight: bolder;
}

a {
	color: #0d6efd;
	text-decoration: underline;
}

a:hover {
	color: #0a58ca;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
	color: inherit;
	text-decoration: none;
}

code {
	font-family: var(--bs-font-monospace);
	font-size: 1em;
	direction: ltr;
	unicode-bidi: bidi-override;
}

code {
	font-size: 0.875em;
	color: #d63384;
	word-wrap: break-word;
}

a > code {
	color: inherit;
}

figure {
	margin: 0 0 1rem;
}

img {
	vertical-align: middle;
}

table {
	caption-side: bottom;
	border-collapse: collapse;
}

caption {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	color: #6c757d;
	text-align: left;
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
}

tbody,
td,
th,
tr {
	border-color: inherit;
	border-style: solid;
	border-width: 0;
}

label {
	display: inline-block;
}

button {
	border-radius: 0;
}

button:focus:not(:focus-visible) {
	outline: 0;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
select {
	text-transform: none;
}

[role='button'] {
	cursor: pointer;
}

select {
	word-wrap: normal;
}

select:disabled {
	opacity: 1;
}

[type='button'],
[type='reset'],
[type='submit'],
button {
	-webkit-appearance: button;
}

[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled),
button:not(:disabled) {
	cursor: pointer;
}

::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

textarea {
	resize: vertical;
}

fieldset {
	min-width: 0;
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	float: left;
	width: 100%;
	padding: 0;
	margin-bottom: 0.5rem;
	font-size: calc(1.275rem + 0.3vw);
	line-height: inherit;
}

legend + * {
	clear: left;
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
	padding: 0;
}

::-webkit-inner-spin-button {
	height: auto;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
	padding: 0;
}

::file-selector-button {
	font: inherit;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

iframe {
	border: 0;
}

progress {
	vertical-align: baseline;
}

[hidden] {
	display: none !important;
}

.container {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
}

@media (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	legend {
		font-size: 1.5rem;
	}

	.container {
		max-width: 1140px;
	}
}

@media (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
}

.row > * {
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
}

.col {
	flex: 1 0 0%;
}

.row-cols-1 > * {
	flex: 0 0 auto;
	width: 100%;
}

@media (min-width: 768px) {
	.row-cols-md-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
}

.g-4 {
	--bs-gutter-x: 1.5rem;
}

.g-4 {
	--bs-gutter-y: 1.5rem;
}

@media (min-width: 576px) {
	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 768px) {
	.col-md-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%;
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%;
	}
}

.table {
	--bs-table-bg: transparent;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: #212529;
	--bs-table-striped-bg: rgba(0, 0, 0, 0.05);
	--bs-table-active-color: #212529;
	--bs-table-active-bg: rgba(0, 0, 0, 0.1);
	--bs-table-hover-color: #212529;
	--bs-table-hover-bg: rgba(0, 0, 0, 0.075);
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
	vertical-align: top;
	border-color: #dee2e6;
}

.table > tbody {
	vertical-align: inherit;
}

.table > :not(:last-child) > :last-child > * {
	border-bottom-color: currentColor;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.btn {
		transition: none;
	}
}

.btn:hover {
	color: #212529;
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65;
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:hover {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light:focus {
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show,
.btn-outline-light:active {
	color: #000;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus,
.btn-outline-light:active:focus {
	box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
	color: #f8f9fa;
	background-color: transparent;
}

.fade {
	transition: opacity 0.15s linear;
}

@media (prefers-reduced-motion: reduce) {
	.fade {
		transition: none;
	}
}

.fade:not(.show) {
	opacity: 0;
}

.collapse:not(.show) {
	display: none;
}

.collapsing {
	height: 0;
	overflow: hidden;
	transition: height 0.35s ease;
}

@media (prefers-reduced-motion: reduce) {
	.collapsing {
		transition: none;
	}
}

.dropdown,
.dropend,
.dropstart,
.dropup {
	position: relative;
}

.dropdown-toggle {
	white-space: nowrap;
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.dropup .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0;
	border-right: 0.3em solid transparent;
	border-bottom: 0.3em solid;
	border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0;
	border-bottom: 0.3em solid transparent;
	border-left: 0.3em solid;
}

.dropend .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropend .dropdown-toggle::after {
	vertical-align: 0;
}

.dropstart .dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: '';
}

.dropstart .dropdown-toggle::after {
	display: none;
}

.dropstart .dropdown-toggle::before {
	display: inline-block;
	margin-right: 0.255em;
	vertical-align: 0.255em;
	content: '';
	border-top: 0.3em solid transparent;
	border-right: 0.3em solid;
	border-bottom: 0.3em solid transparent;
}

.dropstart .dropdown-toggle:empty::after {
	margin-left: 0;
}

.dropstart .dropdown-toggle::before {
	vertical-align: 0;
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
	color: #1e2125;
	background-color: #e9ecef;
}

.dropdown-item.active,
.dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #0d6efd;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
	color: #adb5bd;
	pointer-events: none;
	background-color: transparent;
}

.dropdown-menu.show {
	display: block;
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.nav-link {
		transition: none;
	}
}

.nav-link:focus,
.nav-link:hover {
	color: #0a58ca;
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default;
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

.navbar > .container {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between;
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0;
}

.navbar-nav .dropdown-menu {
	position: static;
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center;
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out;
	outline: none;
}

.navbar-toggler:hover {
	text-decoration: none;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

@media (min-width: 992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start;
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row;
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute;
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem;
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto;
	}

	.navbar-expand-lg .navbar-toggler {
		display: none;
	}
}

.card {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card-bonus {
	position: relative;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background: none;
	background-clip: border-box;
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: 0.25rem;
}

.card > .list-group {
	border-top: inherit;
	border-bottom: inherit;
}

.card > .list-group:first-child {
	border-top-width: 0;
	border-top-left-radius: calc(0.25rem - 1px);
	border-top-right-radius: calc(0.25rem - 1px);
}

.card > .list-group:last-child {
	border-bottom-width: 0;
	border-bottom-right-radius: calc(0.25rem - 1px);
	border-bottom-left-radius: calc(0.25rem - 1px);
}

.breadcrumb {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin-bottom: 1rem;
	list-style: none;
}

.alert {
	position: relative;
	padding: 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

.progress {
	display: flex;
	height: 1rem;
	overflow: hidden;
	font-size: 0.75rem;
	background-color: #e9ecef;
	border-radius: 0.25rem;
}

.list-group {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	border-radius: 0.25rem;
}

.list-group-item {
	position: relative;
	display: block;
	padding: 0.5rem 1rem;
	color: #212529;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
	border-top-left-radius: inherit;
	border-top-right-radius: inherit;
}

.list-group-item:last-child {
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}

.list-group-item.disabled,
.list-group-item:disabled {
	color: #6c757d;
	pointer-events: none;
	background-color: #fff;
}

.list-group-item.active {
	z-index: 2;
	color: #fff;
	background-color: #0d6efd;
	border-color: #0d6efd;
}

.list-group-item + .list-group-item {
	border-top-width: 0;
}

.list-group-item + .list-group-item.active {
	margin-top: -1px;
	border-top-width: 1px;
}

.toast {
	width: 350px;
	max-width: 100%;
	font-size: 0.875rem;
	pointer-events: auto;
	background-color: rgba(255, 255, 255, 0.85);
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem;
}

.toast:not(.showing):not(.show) {
	opacity: 0;
}

.toast.hide {
	display: none;
}

.modal {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}

.modal-dialog {
	position: relative;
	width: auto;
	margin: 0.5rem;
	pointer-events: none;
}

.modal.fade .modal-dialog {
	transition: transform 0.3s ease-out;
	transform: translate(0, -50px);
}

@media (prefers-reduced-motion: reduce) {
	.navbar-toggler {
		transition: none;
	}

	.modal.fade .modal-dialog {
		transition: none;
	}
}

.modal.show .modal-dialog {
	transform: none;
}

.modal.modal-static .modal-dialog {
	transform: scale(1.02);
}

.modal-dialog-scrollable {
	height: calc(100% - 1rem);
}

.modal-dialog-scrollable .modal-body {
	overflow-y: auto;
}

.modal-backdrop {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1040;
	width: 100vw;
	height: 100vh;
	background-color: #000;
}

.modal-backdrop.fade {
	opacity: 0;
}

.modal-backdrop.show {
	opacity: 0.5;
}

.modal-body {
	position: relative;
	flex: 1 1 auto;
	padding: 1rem;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: 500px;
		margin: 1.75rem auto;
	}

	.modal-dialog-scrollable {
		height: calc(100% - 3.5rem);
	}
	.row-cols-sm-2 > * {
		flex: 0 0 auto;
		width: 50%;
	}
}

.tooltip {
	position: absolute;
	z-index: 1080;
	display: block;
	margin: 0;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	opacity: 0;
}

.tooltip.show {
	opacity: 0.9;
}

.tooltip .tooltip-arrow {
	position: absolute;
	display: block;
	width: 0.8rem;
	height: 0.4rem;
}

.tooltip .tooltip-arrow::before {
	position: absolute;
	content: '';
	border-color: transparent;
	border-style: solid;
}

.tooltip-inner {
	max-width: 200px;
	padding: 0.25rem 0.5rem;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 0.25rem;
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1070;
	display: block;
	max-width: 276px;
	font-family: var(--bs-font-sans-serif);
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 0.3rem;
}

.popover .popover-arrow {
	position: absolute;
	display: block;
	width: 1rem;
	height: 0.5rem;
}

.popover .popover-arrow::after,
.popover .popover-arrow::before {
	position: absolute;
	display: block;
	content: '';
	border-color: transparent;
	border-style: solid;
}

.popover-header {
	padding: 0.5rem 1rem;
	margin-bottom: 0;
	font-size: 1rem;
	background-color: #f0f0f0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	border-top-left-radius: calc(0.3rem - 1px);
	border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
	display: none;
}

.popover-body {
	padding: 1rem;
	color: #212529;
}

.carousel {
	position: relative;
}

.carousel.pointer-event {
	touch-action: pan-y;
}

.carousel-item {
	position: relative;
	display: none;
	float: left;
	width: 100%;
	margin-right: -100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: transform 0.6s ease-in-out;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
	display: block;
}

.active.carousel-item-end,
.carousel-item-next:not(.carousel-item-start) {
	transform: translateX(100%);
}

.active.carousel-item-start,
.carousel-item-prev:not(.carousel-item-end) {
	transform: translateX(-100%);
}

.carousel-indicators {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
	display: flex;
	justify-content: center;
	padding: 0;
	margin-right: 15%;
	margin-bottom: 1rem;
	margin-left: 15%;
	list-style: none;
}

.carousel-indicators [data-bs-target] {
	box-sizing: content-box;
	flex: 0 1 auto;
	width: 30px;
	height: 3px;
	padding: 0;
	margin-right: 3px;
	margin-left: 3px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #fff;
	background-clip: padding-box;
	border: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	opacity: 0.5;
	transition: opacity 0.6s ease;
}

@media (prefers-reduced-motion: reduce) {
	.carousel-item {
		transition: none;
	}

	.carousel-indicators [data-bs-target] {
		transition: none;
	}
}

.carousel-indicators .active {
	opacity: 1;
}

.offcanvas {
	position: fixed;
	bottom: 0;
	z-index: 1050;
	display: flex;
	flex-direction: column;
	max-width: 100%;
	visibility: hidden;
	background-color: #fff;
	background-clip: padding-box;
	outline: 0;
	transition: transform 0.3s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
	.offcanvas {
		transition: none;
	}
}

.offcanvas.show {
	transform: none;
}

.clearfix::after {
	display: block;
	clear: both;
	content: '';
}

.sticky-top {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1020;
}

.position-static {
	position: static !important;
}

.border {
	border: 1px solid #dee2e6 !important;
}

.mt-1 {
	margin-top: 0.25rem !important;
}

.mt-3 {
	margin-top: 1rem !important;
}

.me-2 {
	margin-right: 0.5rem !important;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.ms-4 {
	margin-left: 1.5rem !important;
}

.text-center {
	text-align: center !important;
}

.visible {
	visibility: visible !important;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 300;
	font-stretch: 100%;
	font-display: swap;
	src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
		U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-stretch: 100%;
	font-display: swap;
	src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
		U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-stretch: 100%;
	font-display: swap;
	src: url(fonts/memvYaGs126MiZpBA-UvWbX2vVnXBbObj2OVTS-mu0SC55I.woff2)
		format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
		U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193,
		U+2212, U+2215, U+FEFF, U+FFFD;
}

:where(.wp-block-button__link) {
	border-radius: 9999px;
	box-shadow: none;
	padding: calc(0.667em + 2px) calc(1.333em + 2px);
	text-decoration: none;
}

:root :where(.wp-block-button .wp-block-button__link.is-style-outline),
:root :where(.wp-block-button.is-style-outline > .wp-block-button__link) {
	border: 2px solid;
	padding: 0.667em 1.333em;
}

:root:where(
		.wp-block-button
			.wp-block-button__link.is-style-outline:not(.has-text-color)
	),
:root:where(
		.wp-block-button.is-style-outline
			> .wp-block-button__link:not(.has-text-color)
	) {
	color: currentColor;
}

:root:where(
		.wp-block-button
			.wp-block-button__link.is-style-outline:not(.has-background)
	),
:root:where(
		.wp-block-button.is-style-outline
			> .wp-block-button__link:not(.has-background)
	) {
	background-color: initial;
	background-image: none;
}

:where(.wp-block-calendar table:not(.has-background) th) {
	background: #ddd;
}

:where(.wp-block-columns) {
	margin-bottom: 1.75em;
}

:where(.wp-block-columns.has-background) {
	padding: 1.25em 2.375em;
}

:where(.wp-block-post-comments input[type='submit']) {
	border: none;
}

:where(.wp-block-cover-image:not(.has-text-color)),
:where(.wp-block-cover:not(.has-text-color)) {
	color: #fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),
:where(.wp-block-cover.is-light:not(.has-text-color)) {
	color: #000;
}

:root :where(.wp-block-cover h1:not(.has-text-color)),
:root :where(.wp-block-cover h2:not(.has-text-color)),
:root :where(.wp-block-cover h3:not(.has-text-color)),
:root :where(.wp-block-cover h4:not(.has-text-color)),
:root :where(.wp-block-cover h5:not(.has-text-color)),
:root :where(.wp-block-cover h6:not(.has-text-color)),
:root :where(.wp-block-cover p:not(.has-text-color)) {
	color: inherit;
}

:where(.wp-block-file) {
	margin-bottom: 1.5em;
}

:where(.wp-block-file__button) {
	border-radius: 2em;
	display: inline-block;
	padding: 0.5em 1em;
}

:where(.wp-block-file__button):is(a):active,
:where(.wp-block-file__button):is(a):focus,
:where(.wp-block-file__button):is(a):hover,
:where(.wp-block-file__button):is(a):visited {
	box-shadow: none;
	color: #fff;
	opacity: 0.85;
	text-decoration: none;
}

.wp-block-group {
	box-sizing: border-box;
}

:where(.wp-block-group.wp-block-group-is-layout-constrained) {
	position: relative;
}

h1.has-background,
h2.has-background,
h3.has-background {
	padding: 1.25em 2.375em;
}

.wp-block-image img {
	box-sizing: border-box;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
}

.wp-block-image.alignfull img {
	height: auto;
	width: 100%;
}

.wp-block-image .alignleft,
.wp-block-image .alignright,
.wp-block-image.alignleft,
.wp-block-image.alignright {
	display: table;
}

.wp-block-image .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.wp-block-image .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

.wp-block-image :where(figcaption) {
	margin-bottom: 1em;
	margin-top: 0.5em;
}

:root:where(
		.wp-block-image.is-style-rounded img,
		.wp-block-image .is-style-rounded img
	) {
	border-radius: 9999px;
}

.wp-block-image figure {
	margin: 0;
}

:where(
		.wp-block-latest-comments:not(
				[style*='line-height'] .wp-block-latest-comments__comment
			)
	) {
	line-height: 1.1;
}

:where(
		.wp-block-latest-comments:not(
				[style*='line-height'] .wp-block-latest-comments__comment-excerpt p
			)
	) {
	line-height: 1.8;
}

:root :where(.wp-block-latest-posts.is-grid) {
	padding: 0;
}

:root :where(.wp-block-latest-posts.wp-block-latest-posts__list) {
	padding-left: 0;
}

ol,
ul {
	box-sizing: border-box;
}

:root :where(ul.has-background, ol.has-background) {
	padding: 1.25em 2.375em;
}

:where(
		.wp-block-navigation.has-background
			.wp-block-navigation-item
			a:not(.wp-element-button)
	),
:where(
		.wp-block-navigation.has-background
			.wp-block-navigation-submenu
			a:not(.wp-element-button)
	) {
	padding: 0.5em 1em;
}

:where(
		.wp-block-navigation
			.wp-block-navigation__submenu-container
			.wp-block-navigation-item
			a:not(.wp-element-button)
	),
:where(
		.wp-block-navigation
			.wp-block-navigation__submenu-container
			.wp-block-navigation-submenu
			a:not(.wp-element-button)
	),
:where(
		.wp-block-navigation
			.wp-block-navigation__submenu-container
			.wp-block-navigation-submenu
			button.wp-block-navigation-item__content
	),
:where(
		.wp-block-navigation
			.wp-block-navigation__submenu-container
			.wp-block-pages-list__item
			button.wp-block-navigation-item__content
	) {
	padding: 0.5em 1em;
}

:root :where(p.has-background) {
	padding: 1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a {
	color: inherit;
}

:where(.wp-block-post-comments-form) input:not([type='submit']),
:where(.wp-block-post-comments-form) textarea {
	border: 1px solid #949494;
	font-family: inherit;
	font-size: 1em;
}

:where(.wp-block-post-comments-form)
	input:where(:not([type='submit']):not([type='checkbox'])),
:where(.wp-block-post-comments-form) textarea {
	padding: calc(0.667em + 2px);
}

:where(.wp-block-post-excerpt) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

:where(.wp-block-preformatted.has-background) {
	padding: 1.25em 2.375em;
}

:where(.wp-block-search__button) {
	border: 1px solid #ccc;
	padding: 6px 10px;
}

:where(.wp-block-search__input) {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	letter-spacing: inherit;
	line-height: inherit;
	text-transform: inherit;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
	border: 1px solid #949494;
	box-sizing: border-box;
	padding: 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
	.wp-block-search__input {
	border: none;
	border-radius: 0;
	padding: 0 4px;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper)
	.wp-block-search__input:focus {
	outline: 0;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper):where(
		.wp-block-search__button
	) {
	padding: 4px 8px;
}

:root :where(.wp-block-separator.is-style-dots) {
	height: auto;
	line-height: 1;
	text-align: center;
}

:root :where(.wp-block-separator.is-style-dots):before {
	color: currentColor;
	content: '···';
	font-family: serif;
	font-size: 1.5em;
	letter-spacing: 2em;
	padding-left: 2em;
}

:root :where(.wp-block-site-logo.is-style-rounded) {
	border-radius: 9999px;
}

:root :where(.wp-block-site-title a) {
	color: inherit;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link {
	background-color: #f0f0f0;
	color: #444;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-amazon {
	background-color: #f90;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-bandcamp {
	background-color: #1ea0c3;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-behance {
	background-color: #0757fe;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-bluesky {
	background-color: #0a7aff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-codepen {
	background-color: #1e1f26;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-deviantart {
	background-color: #02e49b;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-dribbble {
	background-color: #e94c89;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-dropbox {
	background-color: #4280ff;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy {
	background-color: #f45800;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-facebook {
	background-color: #1778f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-fivehundredpx {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-flickr {
	background-color: #0461dd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-foursquare {
	background-color: #e65678;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-github {
	background-color: #24292d;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-goodreads {
	background-color: #eceadd;
	color: #382110;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-google {
	background-color: #ea4434;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-gravatar {
	background-color: #1d4fc4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-instagram {
	background-color: #f00075;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-lastfm {
	background-color: #e21b24;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-linkedin {
	background-color: #0d66c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-mastodon {
	background-color: #3288d4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-medium {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-meetup {
	background-color: #f6405f;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-patreon {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-pinterest {
	background-color: #e60122;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-pocket {
	background-color: #ef4155;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-reddit {
	background-color: #ff4500;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype {
	background-color: #0478d7;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-snapchat {
	background-color: #fefc00;
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-soundcloud {
	background-color: #ff5600;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-spotify {
	background-color: #1bd760;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-telegram {
	background-color: #2aabee;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-threads {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-tiktok {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-tumblr {
	background-color: #011835;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-twitch {
	background-color: #6440a4;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-twitter {
	background-color: #1da1f2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo {
	background-color: #1eb7ea;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk {
	background-color: #4680c2;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-wordpress {
	background-color: #3499cd;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-whatsapp {
	background-color: #25d366;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x {
	background-color: #000;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp {
	background-color: #d32422;
	color: #fff;
}

:where(.wp-block-social-links:not(.is-style-logos-only))
	.wp-social-link-youtube {
	background-color: red;
	color: #fff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link {
	background: 0 0;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg {
	height: 1.25em;
	width: 1.25em;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon {
	color: #f90;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp {
	color: #1ea0c3;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance {
	color: #0757fe;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky {
	color: #0a7aff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen {
	color: #1e1f26;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart {
	color: #02e49b;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble {
	color: #e94c89;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox {
	color: #4280ff;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy {
	color: #f45800;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook {
	color: #1778f2;
}

:where(.wp-block-social-links.is-style-logos-only)
	.wp-social-link-fivehundredpx {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr {
	color: #0461dd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare {
	color: #e65678;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github {
	color: #24292d;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads {
	color: #382110;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google {
	color: #ea4434;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar {
	color: #1d4fc4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram {
	color: #f00075;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm {
	color: #e21b24;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin {
	color: #0d66c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon {
	color: #3288d4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup {
	color: #f6405f;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest {
	color: #e60122;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket {
	color: #ef4155;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit {
	color: #ff4500;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype {
	color: #0478d7;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat {
	color: #fff;
	stroke: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud {
	color: #ff5600;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify {
	color: #1bd760;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram {
	color: #2aabee;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr {
	color: #011835;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch {
	color: #6440a4;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter {
	color: #1da1f2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo {
	color: #1eb7ea;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk {
	color: #4680c2;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp {
	color: #25d366;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress {
	color: #3499cd;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x {
	color: #000;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp {
	color: #d32422;
}

:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube {
	color: red;
}

:root :where(.wp-block-social-links .wp-social-link a) {
	padding: 0.25em;
}

:root:where(.wp-block-social-links.is-style-logos-only .wp-social-link a) {
	padding: 0;
}

:root:where(.wp-block-social-links.is-style-pill-shape .wp-social-link a) {
	padding-left: 0.66667em;
	padding-right: 0.66667em;
}

:root :where(.wp-block-tag-cloud.is-style-outline) {
	display: flex;
	flex-wrap: wrap;
	gap: 1ch;
}

:root :where(.wp-block-tag-cloud.is-style-outline a) {
	border: 1px solid;
	font-size: unset !important;
	margin-right: 0;
	padding: 1ch 2ch;
	text-decoration: none !important;
}

.wp-block-table {
	overflow-x: auto;
}

.wp-block-table table {
	border-collapse: collapse;
	width: 100%;
}

.wp-block-table td,
.wp-block-table th {
	border: 1px solid;
	padding: 0.5em;
}

.wp-block-table.alignleft,
.wp-block-table.alignright {
	display: table;
	width: auto;
}

.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
	word-break: break-word;
}

.wp-block-table.is-style-stripes {
	background-color: initial;
	border-bottom: 1px solid #f0f0f0;
	border-collapse: inherit;
	border-spacing: 0;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}

.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
	border-color: #0000;
}

:where(.wp-block-term-description) {
	margin-bottom: var(--wp--style--block-gap);
	margin-top: var(--wp--style--block-gap);
}

:where(pre.wp-block-verse) {
	font-family: inherit;
}

:root {
	--wp--preset--font-size--normal: 16px;
	--wp--preset--font-size--huge: 42px;
}

.has-text-align-center {
	text-align: center;
}

html :where(.has-border-color) {
	border-style: solid;
}

html :where([style*='border-top-color']) {
	border-top-style: solid;
}

html :where([style*='border-right-color']) {
	border-right-style: solid;
}

html :where([style*='border-bottom-color']) {
	border-bottom-style: solid;
}

html :where([style*='border-left-color']) {
	border-left-style: solid;
}

html :where([style*='border-width']) {
	border-style: solid;
}

html :where([style*='border-top-width']) {
	border-top-style: solid;
}

html :where([style*='border-right-width']) {
	border-right-style: solid;
}

html :where([style*='border-bottom-width']) {
	border-bottom-style: solid;
}

html :where([style*='border-left-width']) {
	border-left-style: solid;
}

html :where(img[class*='wp-image-']) {
	height: auto;
	max-width: 100%;
}

:where(figure) {
	margin: 0 0 1em;
}

html :where(.is-position-sticky) {
	--wp-admin--admin-bar--position-offset: var(
		--wp-admin--admin-bar--height,
		0px
	);
}

@media screen and (max-width: 600px) {
	html :where(.is-position-sticky) {
		--wp-admin--admin-bar--position-offset: 0px;
	}
}

:root {
	--wp--preset--aspect-ratio--square: 1;
	--wp--preset--aspect-ratio--4-3: 4/3;
	--wp--preset--aspect-ratio--3-4: 3/4;
	--wp--preset--aspect-ratio--3-2: 3/2;
	--wp--preset--aspect-ratio--2-3: 2/3;
	--wp--preset--aspect-ratio--16-9: 16/9;
	--wp--preset--aspect-ratio--9-16: 9/16;
	--wp--preset--color--black: #000000;
	--wp--preset--color--cyan-bluish-gray: #abb8c3;
	--wp--preset--color--white: #ffffff;
	--wp--preset--color--pale-pink: #f78da7;
	--wp--preset--color--vivid-red: #cf2e2e;
	--wp--preset--color--luminous-vivid-orange: #ff6900;
	--wp--preset--color--luminous-vivid-amber: #fcb900;
	--wp--preset--color--light-green-cyan: #7bdcb5;
	--wp--preset--color--vivid-green-cyan: #00d084;
	--wp--preset--color--pale-cyan-blue: #8ed1fc;
	--wp--preset--color--vivid-cyan-blue: #0693e3;
	--wp--preset--color--vivid-purple: #9b51e0;
	--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(
		135deg,
		rgba(6, 147, 227, 1) 0%,
		rgb(155, 81, 224) 100%
	);
	--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(
		135deg,
		rgb(122, 220, 180) 0%,
		rgb(0, 208, 130) 100%
	);
	--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(
		135deg,
		rgba(252, 185, 0, 1) 0%,
		rgba(255, 105, 0, 1) 100%
	);
	--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(
		135deg,
		rgba(255, 105, 0, 1) 0%,
		rgb(207, 46, 46) 100%
	);
	--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(
		135deg,
		rgb(238, 238, 238) 0%,
		rgb(169, 184, 195) 100%
	);
	--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(
		135deg,
		rgb(74, 234, 220) 0%,
		rgb(151, 120, 209) 20%,
		rgb(207, 42, 186) 40%,
		rgb(238, 44, 130) 60%,
		rgb(251, 105, 98) 80%,
		rgb(254, 248, 76) 100%
	);
	--wp--preset--gradient--blush-light-purple: linear-gradient(
		135deg,
		rgb(255, 206, 236) 0%,
		rgb(152, 150, 240) 100%
	);
	--wp--preset--gradient--blush-bordeaux: linear-gradient(
		135deg,
		rgb(254, 205, 165) 0%,
		rgb(254, 45, 45) 50%,
		rgb(107, 0, 62) 100%
	);
	--wp--preset--gradient--luminous-dusk: linear-gradient(
		135deg,
		rgb(255, 203, 112) 0%,
		rgb(199, 81, 192) 50%,
		rgb(65, 88, 208) 100%
	);
	--wp--preset--gradient--pale-ocean: linear-gradient(
		135deg,
		rgb(255, 245, 203) 0%,
		rgb(182, 227, 212) 50%,
		rgb(51, 167, 181) 100%
	);
	--wp--preset--gradient--electric-grass: linear-gradient(
		135deg,
		rgb(202, 248, 128) 0%,
		rgb(113, 206, 126) 100%
	);
	--wp--preset--gradient--midnight: linear-gradient(
		135deg,
		rgb(2, 3, 129) 0%,
		rgb(40, 116, 252) 100%
	);
	--wp--preset--font-size--small: 13px;
	--wp--preset--font-size--medium: 20px;
	--wp--preset--font-size--large: 36px;
	--wp--preset--font-size--x-large: 42px;
	--wp--preset--spacing--20: 0.44rem;
	--wp--preset--spacing--30: 0.67rem;
	--wp--preset--spacing--40: 1rem;
	--wp--preset--spacing--50: 1.5rem;
	--wp--preset--spacing--60: 2.25rem;
	--wp--preset--spacing--70: 3.38rem;
	--wp--preset--spacing--80: 5.06rem;
	--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
	--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
	--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1),
		6px 6px rgba(0, 0, 0, 1);
	--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
	gap: 0.5em;
}

:where(.is-layout-grid) {
	gap: 0.5em;
}

.has-cyan-bluish-gray-background-color {
	background-color: var(--wp--preset--color--cyan-bluish-gray) !important;
}

:where(.wp-block-post-template.is-layout-flex) {
	gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
	gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
	gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
	gap: 2em;
}

:root :where(.wp-block-pullquote) {
	font-size: 1.5em;
	line-height: 1.6;
}

.alignleft,
img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
}

.alignright,
img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
}

.alignfull a img {
	width: 100vw !important;
}

.alignfull {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.alignfull img {
	width: 100vw;
}

article h1,
article h2,
article h3 {
	margin-top: 50px !important;
}

article,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}

h1,
h2,
h3 {
	color: #fff;
}

article h1,
h2,
h3 {
	padding: 0;
	margin: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	padding: 0;
	margin: 0;
}

ol,
ul {
	padding: 0;
	margin: 0;
	font-weight: 400 !important;
}

li {
	list-style: none;
}

input {
	outline: 0;
}

a,
a:focus,
a:hover {
	outline: 0;
	text-decoration: none;
}

label {
	font-weight: 400;
}

a,
label,
span {
	display: inline-block;
}

html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

[type='reset'],
[type='submit'],
button,
html [type='button'] {
	-webkit-appearance: button;
}

[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px;
}

[type='checkbox'],
[type='radio'] {
	box-sizing: border-box;
	padding: 0;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

body,
html {
	padding: 0;
	margin: 0;
	height: 100%;
}

ol,
ul {
	font-size: 18px;
	font-weight: 300;
}

::-webkit-input-placeholder {
	opacity: 1;
}

::-moz-placeholder {
	opacity: 1;
}

.flexbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.verticalAlign {
	align-items: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-align: center;
}

.flexboxFullWidthChild {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

img {
	max-width: 100%;
}

.button_big {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #e1e1e1 100%);
	background: -webkit-linear-gradient(top, #fff 0, #e1e1e1 100%);
	background: linear-gradient(to bottom, #fff 0, #e1e1e1 100%);
}

.button_big:hover {
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0, #f5f5f5 100%);
	background: -webkit-linear-gradient(top, #fff 0, #f5f5f5 100%);
	background: linear-gradient(to bottom, #fff 0, #f5f5f5 100%);
}

.button_big {
	padding: 10px;
	display: inline-block;
	position: relative;
	float: none;
	margin: 0 auto !important;
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.alignleft {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

.alignright {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
}

body {
	background-size: cover;
	background-attachment: fixed;
}

h1 {
	font-size: 34px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 26px;
}

.logo {
	padding: 15px 0;
}

.logo a {
	display: inline-block;
	vertical-align: top;
}

.logo p {
	color: #000;
	font-size: 15px;
}

.contents,
footer,
header {
	position: relative;
}

header {
	z-index: 3;
}

.contents {
	z-index: 2;
}

.contents,
.contents p,
.contents span {
	color: #fff !important;
}

footer .container,
footer .container p,
footer .container span {
	color: #fff !important;
}

footer {
	z-index: 1;
}

.contents section {
	padding: 15px;
	padding-top: 0;
	background-color: #1f224f;
}

.contents section.banner {
	padding-top: 15px;
}

.banner {
	margin-top: 20px;
}

.banner h2,
.banner p {
	color: #333 !important;
}

.button,
.button_big {
	color: #382f5c !important;
	font-family: 'Open Sans', serif;
	font-weight: 300;
	font-size: 18px;
	justify-content: center;
}

.button:hover,
.button:hover span,
.button_big:hover {
	color: #564d7a !important;
}

.button i {
	margin-left: 15px;
}

.navIcon {
	position: absolute;
	right: 15px;
	top: 0;
}

.navIcon {
	border-radius: 2px;
	overflow: hidden;
	cursor: pointer;
}

.navIcon i {
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
}

.pageContents {
	margin-top: 50px;
}

article.article h2 {
	font-weight: 700;
}

article.article p {
	margin-top: 16px;
	font-size: 16px;
	font-weight: 400;
}

footer {
	padding-bottom: 40px;
	margin-top: 30px;
}

.footerLinks ul li a {
	color: #fff;
	line-height: 26px;
}

.footerLinks ul li a:hover {
	text-decoration: underline;
}

.footerLinks p {
	color: #fff;
}

.footerTopColumn {
	padding-top: 15px;
}

.footerBottomColumn a,
.footerBottomColumn p {
	text-align: center;
}

.footerBottom {
	padding-top: 30px;
}

@media (max-width: 1199px) {
	.container {
		width: 100%;
	}

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 20px;
	}

	.logo {
		padding: 10px 0;
	}
}

@media (max-width: 991px) {
	.banner .row {
		display: block;
	}

	.banner .row figure img {
		width: 100%;
	}

	article.article p {
		margin-top: 10px;
	}

	footer {
		padding-top: 30px;
	}

	.footerBottom {
		padding-top: 10px;
	}
}

@media (min-width: 768px) {
	header {
		display: block !important;
	}
}

@media (max-width: 767px) {
	h2 {
		font-size: 17px;
	}

	.button {
		font-size: 16px;
	}

	.footerLinks ul li {
		float: left;
		margin-right: 10px;
	}

	.footerTopColumn {
		padding-top: 15px;
	}

	.footerBottom .flexbox {
		display: block;
		text-align: center;
	}

	.footerBottomColumn {
		margin-bottom: 10px;
	}

	.footerBottomColumn:last-child {
		margin: 0;
	}

	footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 640px) {
	.pageContents h1 {
		font-size: 24px;
	}
}

.contents a {
	color: #337ab7;
}

.contents a:hover {
	color: #23527c;
}

.copyRight a,
.footer a {
	color: #ddd !important;
}

.copyRight a:hover,
.footer a:hover {
	color: #fff !important;
	text-decoration: underline;
}

.button,
.button span {
	color: #382f5c !important;
}

.sliderimg {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.sliderimg.active {
	display: block;
}

.banner figure {
	height: px;
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.banner figure a {
	width: 100%;
	height: 100%;
}

@media (min-width: 1200px) {
	.contloc {
		float: right !important;
	}
	.row-cols-xl-3 > * {
		flex: 0 0 auto;
		width: 33.3333333333%;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.contloc {
		float: right !important;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.contloc {
		float: right !important;
	}
}

.contloc .article ol {
	display: block;
	list-style-type: decimal;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
}

.contloc .article ol li {
	padding-left: 5px;
	list-style-type: decimal;
}

.contloc .article ul {
	display: block;
	list-style-type: disc;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	padding-left: 20px;
}

.contloc .article ul li {
	padding-left: 5px;
	list-style-type: disc;
}

.clookiecontainer {
	position: fixed;
	bottom: -150px;
	z-index: 115000;
	transition: all 1s ease;
	width: 100%;
	height: 150px;
}

.ep {
	position: fixed;
	background: rgba(0, 0, 0, 0.6);
	transition: all 0.2s;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	display: none;
	align-items: center;
	justify-content: center;
}

.ep .eclose {
	position: absolute;
	right: 0;
	top: 0;
	padding: 3px 10px;
	line-height: 30px;
	text-align: center;
	line-height: 28px;
	z-index: 1000;
	color: #fff;
	background: #555;
	border-radius: 3px;
	border: 1px solid #fff;
	cursor: pointer;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.ep .eclose:hover {
	background: #999;
}

i.darktxt {
	color: #333 !important;
}

i.darktxt:before {
	font-family: 'Font Awesome 5 Pro';
	content: '\f00c';
	color: #006505;
	margin-right: 5px;
}

.nbcontainer #aanmeldennieuwsbrief {
	color: #333 !important;
}

.schema-faq .schema-faq-section {
	padding: 0;
	margin-top: 0;
	margin-bottom: 15px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 0 !important;
}

.schema-faq .schema-faq-section:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.3);
}

.schema-faq .schema-faq-section .schema-faq-question {
	display: block;
	color: #fff;
	cursor: pointer;
	padding: 1rem 1.25rem;
	width: 100%;
	line-height: 25px;
	text-decoration: none;
	font-size: 1rem;
	font-weight: 700;
	background-color: #251a4c;
}

.schema-faq .schema-faq-section .schema-faq-question:after {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512" fill="white"><path d="M233.4 105.4c12.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 173.3 86.6 342.6c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3l192-192z"/></svg>');
	background-repeat: no-repeat;
	background-size: contain;
	margin-left: 8px;
	font-weight: 900;
	float: right;
	font-size: 16px;
	line-height: 22px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: transform 0.2s;
}

.schema-faq .schema-faq-section .schema-faq-answer {
	transition: all 0.2s;
	background-color: #251a4c;
	padding: 0 15px;
	margin-bottom: 0 !important;
	max-height: 0;
	overflow: hidden;
}

.schema-faq .schema-faq-section.active .schema-faq-answer {
	max-height: 400px;
	padding: 20px;
	padding-bottom: calc(35px + 1rem);
}

.schema-faq .schema-faq-section.active .schema-faq-question:after {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0);
}

.schema-how-to {
	counter-reset: section;
	padding: 30px;
	background-color: #af7cdf1a;
	margin-top: 50px;
}

.schema-how-to > h2 {
	margin-top: 0 !important;
}

.schema-how-to .schema-how-to-steps {
	list-style: none;
	padding-left: 0;
}

.schema-how-to .schema-how-to-steps li.schema-how-to-step {
	padding: 20px 5px;
	background-color: #1f224f;
	border: 1px solid #1f224f;
	border-radius: 5px;
	margin-bottom: 30px;
	display: table;
	flex: 0 0 24%;
}

@media screen and (min-width: 568px) {
	.schema-how-to .schema-how-to-steps li.schema-how-to-step {
		padding: 30px 15px;
	}
}

.schema-how-to .schema-how-to-steps .schema-how-to-step-name {
	margin-bottom: 15px;
	display: block;
	min-height: 90px;
}

.schema-how-to .schema-how-to-steps .schema-how-to-step-name::before {
	counter-increment: section;
	content: counter(section);
	background-color: #1cc68d;
	padding: 4px;
	border-radius: 50%;
	color: #fff;
	text-align: center;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	font-size: 15px;
}

.schema-how-to-description > img {
	float: right;
	margin: 0 0 10px 20px;
	width: 100px;
	height: auto;
}

.schema-how-to .schema-how-to-steps li.schema-how-to-step img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}

.schema-how-to-total-time span {
	font-weight: 700;
}

.wp-block-image img {
	max-width: 100%;
	height: auto;
}

.schema-faq-answer {
	margin-top: 0 !important;
}

p {
	margin-bottom: 35px !important;
}

.schema-how-to ol.schema-how-to-steps {
	padding: 0 !important;
	margin-top: 3em;
	display: flex;
	justify-content: space-between;
}

p.schema-how-to-total-time,
p.schema-how-to-total-time span.schema-how-to-duration-time-text {
	color: #fff;
}

body {
	overflow-x: hidden;
}

header {
	min-height: 100px;
	align-items: center;
}

header .logo {
	position: relative;
}

header .button_big {
	position: absolute;
	right: 0;
	margin: 0 !important;
	top: 15px;
	text-transform: uppercase;
	padding: 15px 30px;
}

header {
	position: fixed;
	width: 100%;
}

section.contents {
	padding-top: 100px;
}

.wp-block-group.alignfull {
	margin-bottom: 40px;
}

.wp-block-group.alignfull .wp-block-group__inner-container {
	max-width: 1266px;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 100%;
}

.wp-block-group:not(.alignfull) {
	max-width: 1170px;
	margin: 0 auto;
	padding: 10px 20px 25px;
	border-radius: 5px;
	margin-bottom: 30px;
}

.wp-block-group:not(.alignfull) p {
	margin-top: 10px !important;
}

.wp-block-group:not(.alignfull) p:last-of-type {
	margin-bottom: 0 !important;
}

.wp-block-group.alignfull .wp-block-group__inner-container h2:first-child {
	margin-top: 0 !important;
}

.wp-block-group:not(.alignfull) h2:first-child {
	margin-top: 15px !important;
}

.wp-block-group.alignfull .wp-block-group__inner-container p {
	margin-top: 0;
}

@media screen and (max-width: 1199px) {
	.wp-block-group.alignfull .wp-block-group__inner-container {
		max-width: 1199px;
	}
}

.wp-block-image {
	margin: unset !important;
}

.wp-block-image img {
	width: auto;
}

@media screen and (max-width: 768px) {
	section.contents {
		padding-top: 30px;
	}
	.footerLinks ul {
		line-height: 32px !important;
	}

	.footerLinks ul li {
		display: block;
		width: 100%;
	}

	body {
		background-image: none !important;
	}

	.pageContents {
		margin-top: 20px !important;
	}

	.pageContents a.button_big {
		margin: 15px 0 !important;
	}

	.pageContents p {
		margin: 10px 0 !important;
	}

	.pageContents p:first-child {
		margin-top: 0 !important;
	}

	article h1,
	article h2,
	article h3 {
		margin-top: 30px !important;
	}

	article.article p {
		font-size: 17px;
		line-height: 26px;
		font-weight: 400;
	}

	.wp-block-image figure {
		max-width: 50% !important;
	}

	.container {
		padding-left: 25px !important;
		padding-right: 25px !important;
	}

	.schema-faq .schema-faq-section .schema-faq-answer {
		margin-top: 0 !important;
		font-size: 16px !important;
	}

	h2 {
		font-size: 19px;
		line-height: 25px !important;
	}

	a,
	label,
	span {
		display: unset;
	}

	.pageContents h1 {
		font-weight: 700;
	}

	.contents section.banner {
		padding-top: 0 !important;
	}

	.wp-block-image:first-child .alignleft {
		float: right;
		margin: 0.5em 0 0.5em 1em;
	}

	.pageContents article .wp-block-image:first-child figure,
	.pageContents article p:first-child .wp-block-image figure {
		max-width: 30% !important;
	}

	.button_big {
		padding: 15px !important;
		margin: 0 auto !important;
	}

	.contents section {
		background: 0 0;
	}

	.contloc {
		padding: 0;
	}
}

@media (min-width: 481px) and (max-width: 768px) {
	.contloc {
		padding: 0;
	}
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.1);
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.wp-block-group.has-background {
	background-color: #292d5c !important;
}

#wrapper-navbar .menu-item {
	position: relative;
}

#wrapper-navbar .current-menu-item.menu-item:after {
	border-bottom: 2px solid #1cc68d;
	content: '';
	position: absolute;
	height: 2px;
	width: calc(100% - 1rem);
	left: 0.5rem;
}

#wrapper-navbar .nav-link {
	color: #fff;
}

#wrapper-navbar .nav-link:hover {
	color: #1cc68d;
}

#wrapper-navbar .form-inline a {
	color: #fff;
	border-radius: 50px;
	padding-left: 20px;
	padding-right: 20px;
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='rgba(0, 0, 0, 0.55)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22' style='&%2310; stroke: %23fff;&%2310;'/%3E%3C/svg%3E");
}

.acf-pros-and-cons {
	margin-bottom: 35px;
}

.acf-pros-and-cons .col-cons ul li::marker,
.acf-pros-and-cons .col-pros ul li::marker {
	position: absolute;
}

.acf-pros-and-cons .col-pros ul {
	padding-left: 20px;
	list-style-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15' fill='none'%3E%3Cg clip-path='url(%23clip0_721_842)'%3E%3Cpath d='M6.85548 14.3558C6.42361 14.3558 6.01105 14.1622 5.73489 13.8235L0.32529 7.18771C-0.179298 6.56871 -0.0866515 5.65789 0.53235 5.15323C1.15128 4.64865 2.06217 4.74136 2.56675 5.36036L6.58679 10.2916L11.2707 1.27944C11.6389 0.570856 12.5119 0.294958 13.2206 0.66323C13.9292 1.0315 14.2051 1.9045 13.8367 2.61315L8.13865 13.5766C7.91418 14.0085 7.48747 14.2985 7.00329 14.3482C6.95391 14.3533 6.90453 14.3558 6.85548 14.3558Z' fill='%2300AE75'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_721_842'%3E%3Crect width='14' height='14' fill='white' transform='translate(0 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
	margin-bottom: 0;
}

.acf-pros-and-cons .col-cons ul {
	padding-left: 20px;
	list-style-image: url("data:image/svg+xml,%3Csvg width='14' height='15' viewBox='0 0 14 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_721_1014)'%3E%3Cpath d='M8.95792 7.49999L13.5945 2.86337C14.1352 2.32271 14.1352 1.44615 13.5945 0.905494C13.0539 0.364835 12.1773 0.364835 11.6367 0.905494L7.00005 5.54212L2.36343 0.905494C1.82277 0.364835 0.946213 0.364835 0.405555 0.905494C-0.135104 1.44615 -0.135104 2.32271 0.405555 2.86337L5.04218 7.49999L0.405555 12.1366C-0.135104 12.6773 -0.135104 13.5538 0.405555 14.0945C0.675919 14.3649 1.0302 14.5 1.38449 14.5C1.73878 14.5 2.09313 14.3649 2.36343 14.0945L7.00005 9.45786L11.6367 14.0945C11.907 14.3649 12.2613 14.5 12.6156 14.5C12.97 14.5 13.3243 14.3649 13.5945 14.0945C14.1352 13.5538 14.1352 12.6773 13.5945 12.1366L8.95792 7.49999Z' fill='%23F85466'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_721_1014'%3E%3Crect width='14' height='14' fill='white' transform='translate(6.10352e-05 0.5)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	margin-bottom: 0;
}

.acf-pros-and-cons .col-cons ul li,
.acf-pros-and-cons .col-pros ul li {
	list-style: inherit;
	margin-bottom: 5px;
}

.acf-pros-and-cons .col-cons .card,
.acf-pros-and-cons .col-pros .card {
	background-color: #af7cdf1a;
	padding: 20px;
	height: 100%;
}

.schema-how-to-step-text {
	display: flex;
	flex-direction: column-reverse;
}

@media only screen and (max-width: 600px) {
	.schema-how-to {
		padding: 20px;
	}

	.schema-how-to-description > img {
		float: none;
		margin: 20px 0;
		width: 100%;
		height: auto;
	}

	.schema-how-to .schema-how-to-steps li.schema-how-to-step {
		padding: 20px 15px;
	}
}

@media (max-width: 767px) {
	#wrapper-navbar .form-inline a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	#wrapper-navbar img {
		max-height: 45px;
	}
}

header {
	background-color: #1f224f;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.32), 0 4px 8px rgba(0, 0, 0, 0.24);
}

.footer .footerBottom,
.footer .footerTop {
	padding-left: 15px;
	padding-right: 15px;
}

@media (max-width: 1399px) {
	.container {
		max-width: 100%;
	}

	.wp-block-group.alignfull .wp-block-group__inner-container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
}

@media (max-width: 1199px) {
	header {
		min-height: auto;
	}

	.navbar-nav li a {
		font-size: 15px;
	}

	.navbar .container > img {
		max-width: 180px;
	}

	#navbarNavDropdown.ms-4 {
		margin-left: 10px !important;
	}

	.pageContents {
		margin-top: 0;
	}
}

@media (max-width: 991px) {
	#wrapper-navbar .form-inline a {
		padding-left: 12px !important;
		padding-right: 12px !important;
	}

	#wrapper-navbar img {
		max-height: 45px;
		max-width: 150px;
	}

	.schema-how-to ol.schema-how-to-steps {
		padding: 0 !important;
		margin-top: 3em;
		display: block;
	}

	.schema-how-to .schema-how-to-steps li.schema-how-to-step {
		flex: 0 0 100%;
	}

	#wrapper-navbar .current-menu-item.menu-item:after {
		content: none !important;
	}

	#header-aanmelden-holder {
		margin-left: auto;
		color: #fff;
		border-radius: 12px;
	}
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #292d5c !important;
}

.wp-block-table.is-style-stripes {
	border: none !important;
}

h1 {
	font-weight: 700;
}

.card h3 {
	font-size: 18px !important;
	min-height: 41px;
	font-weight: 700;
	margin-top: 15px !important;
	margin-bottom: 5px !important;
}

.schema-faq .schema-faq-section h3 {
	margin-top: 0 !important;
}

:root {
	--color0: #160d35;
	--color1: #161c23;
	--color2: #00bee8;
	--color3: #232323;
	--color4: #251a4c;
	--textColor: #fff;
	--linkColor: #f2c01a;
	--buttonColor: #ffdc42;
}

body {
	background-color: var(--color0);
}

.contents section {
	background-color: var(--color0);
}

.wp-block-group.has-background,
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: #cdcbcc !important;
	background-color: var(--color4) !important;
}

header {
	background-color: #160d35;
}

.footer {
	background-color: #160d35;
}

h1,
h2,
h3 {
	color: #fff;
}

.contents,
.contents p,
.contents span {
	color: var(--textColor) !important;
}

#wrapper-navbar .current-menu-item.menu-item:after {
	border-color: #0cfe87;
	border-width: 3px;
	border: none;
	border-radius: 100px;
}

#wrapper-navbar .nav-link {
	color: #fff;
	border-radius: 100px;
}

#wrapper-navbar .nav-link:hover {
	color: #000;
	background: #f2c01a;
	border-radius: 12px;
}

.contents a,
.contents a:hover {
	color: var(--linkColor);
	text-decoration: underline;
	font-weight: 700;
}

.button_big {
	font-family: 'Open Sans', sans-serif;
	background: 0 0;
	padding: 20px;
	font-weight: 400;
	font-size: 20px;
	color: #000 !important;
	padding-left: 25px !important;
	padding-right: 25px !important;
	text-decoration: none !important;
	border-radius: 0;
	background-color: var(--buttonColor);
	border-radius: 16px;
	color: #000 !important;
	background: #f2c01a;
}

.button_big:hover {
	padding: 20px;
	font-weight: 400;
	padding-left: 25px !important;
	padding-right: 25px !important;
	background: 0 0;
	color: #000 !important;
	background-color: var(--buttonColor);
	border-radius: 16px;
	background: #e9b407;
	color: #000 !important;
}

.header_button {
	border-radius: 100px;
	background: linear-gradient(123.85deg, #7a74fb -0.31%, #2721a7 91.54%);
}

.header_button:hover {
	border-radius: 100px;
	background: linear-gradient(123.85deg, #5c57c4 -0.31%, #19156b 91.54%);
}

#wrapper-navbar .form-inline a {
	border-width: 2px;
	font-weight: 700;
	border-radius: 12px;
}

.login-btn {
	border-radius: 100px;
}

.login-btn:hover {
	background-color: none;
	background: 0 0;
	text-decoration: underline;
}

.cover {
	display: block;
	background-image: url('/images/header.webp');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	min-height: 417px;
	background-size: 1266px;
	margin-top: 10px;
	border-radius: 15px;
	max-width: 1266px;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
}

.bonus-container {
	width: 1140px;
	margin: auto;
	max-width: 100%;
}

.bonus {
	display: inline-block;
	padding: 20px 20px 45px;
	margin-top: 50px;
	margin-bottom: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	background-image: linear-gradient(180deg, #1cdb9b -12%, #151745 87.33%);
	max-width: 540px;
	font-size: 24px;
	min-width: 360px;
	color: #fff;
	font-weight: 700;
}

.bonus {
	background: 0 0;
}

.bonus-inner {
	line-height: 81px;
	font-size: 74px;
	color: #f6da22;
	font-weight: 700;
}

.bonus-inner span {
	color: #fe3e3e !important;
	font-size: 24px;
}

.schema-how-to .schema-how-to-steps li.schema-how-to-step {
	background-color: var(--color4) !important;
	border: none;
	border-radius: 5px;
	margin-bottom: 30px;
	display: table;
	flex: 0 0 24%;
}

.schema-how-to .schema-how-to-steps .schema-how-to-step-name::before {
	background-color: #f2c01a;
	color: #000;
}

.schema-faq .schema-faq-section .schema-faq-question {
	color: var(--textColor);
	border-radius: 5px;
	border: none !important;
}

.schema-faq .schema-faq-section:first-child {
	border: none !important;
}

.schema-faq .schema-faq-section {
	border: none !important;
}

.card-title.text-center.h5 {
	margin: 0 0 30px 0;
}

.card-body.p-0 .table td {
	white-space: nowrap;
}

.table {
	width: 100%;
	overflow: auto;
}

.table table {
	width: 100%;
}

table tr:nth-child(odd) {
	background-color: #251a4c;
}

.table td {
	width: 50%;
	padding: 9px;
	color: white;
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
}

.img-cov {
	display: block;
	border-radius: 19px;
	margin-bottom: 30px;
	max-width: fit-content;
	margin: 0 auto;
}

.img-cov img {
	width: 100%;
	height: 100%;
}

@media (max-width: 768px) {
	.bonus {
		min-width: auto;
		padding-top: 45px;
	}
}


.schema-how-to .schema-how-to-steps li.schema-how-to-step {
	background-color: var(--color4)!important;
	border: none;
	border-radius: 5px;
	margin-bottom: 30px;
	display: table;
	flex: 0 0 24%
}

.schema-how-to .schema-how-to-steps .schema-how-to-step-name::before {
	background-color: #00b013;
	color: #000
}

.schema-faq .schema-faq-section .schema-faq-question {
	color: var(--textColor);
	border-radius: 5px;
	border: none!important
}

.schema-faq .schema-faq-section:first-child {
	border: none!important
}

.schema-faq .schema-faq-section {
	border: none!important
}