#content>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 1230px;
	width: calc(100% - 4rem);
	margin-right: auto;
	margin-left: auto;
}

#content>[class^=wp-block]:not(.wp-block-pb-accordion-item),
[data-block-name] {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wp-block {
	margin-top: 30px;
	margin-bottom: 30px;
}

#content p {
	margin-bottom: 1rem;
}

figure {
	overflow: hidden;
	border-radius: .25rem;
}

[class*=__inner-container]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide):not(p) {
	max-width: 58rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-right: auto;
	margin-left: auto;
}

[class*=__inner-container]>*:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
}

.alignfull {
	margin-right: auto;
	margin-left: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*=__inner-container]>.alignfull {
	max-width: 100%;
}

.alignwide {
	max-width: 64rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*=__inner-container]>.alignwide {
	width: 100%;
}

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {
	float: left;
	margin: .3rem 2rem 2rem 2rem;
}

.alignright {
	float: right;
	margin: .3rem 2rem 2rem 2rem;
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>p .alignleft,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.wp-block-image .alignleft {
	margin-left: 2rem;
}

[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>p .alignright,
[class*=wp-block].alignfull:not(.has-background) [class*=__inner-container]>.wp-block-image .alignright {
	margin-right: 2rem;
}

.alignfull>figcaption,
.alignfull>.wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}

.gform_validation_container {
	display: none;
}

span[data-rich-text-placeholder] {
	color: #ddd;
}

.block-alert {
	background: #fafafa;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 20px;
	color: #000;
	font-size: 1.2rem;
	font-weight: bolder;
}

.editor-styles-wrapper {
	overflow: hidden;
	background: #f0f6fa;
	letter-spacing: 1px;
}

.has-primary-color {
	color: #e67112 !important;
}

.wp-block-button .has-primary-color:hover {
	color: #fff !important;
	border-color: #e67112 !important;
	background: #ce6510 !important;
}

.has-primary-background-color {
	background: #e67112;
}

.wp-block-button .has-primary-background-color:hover {
	background: #ce6510 !important;
}

.has-secondary-color {
	color: #0c3896 !important;
}

.wp-block-button .has-secondary-color:hover {
	color: #fff !important;
	border-color: #0c3896 !important;
	background: #0a2f7e !important;
}

.has-secondary-background-color {
	background: #0c3896;
}

.wp-block-button .has-secondary-background-color:hover {
	background: #0a2f7e !important;
}

.has-success-color {
	color: #28a745 !important;
}

.wp-block-button .has-success-color:hover {
	color: #fff !important;
	border-color: #28a745 !important;
	background: #23923d !important;
}

.has-success-background-color {
	background: #28a745;
}

.wp-block-button .has-success-background-color:hover {
	background: #23923d !important;
}

.has-info-color {
	color: #17a2b8 !important;
}

.wp-block-button .has-info-color:hover {
	color: #fff !important;
	border-color: #17a2b8 !important;
	background: #148ea1 !important;
}

.has-info-background-color {
	background: #17a2b8;
}

.wp-block-button .has-info-background-color:hover {
	background: #148ea1 !important;
}

.has-warning-color {
	color: #ffc107 !important;
}

.wp-block-button .has-warning-color:hover {
	color: #fff !important;
	border-color: #ffc107 !important;
	background: #edb100 !important;
}

.has-warning-background-color {
	background: #ffc107;
}

.wp-block-button .has-warning-background-color:hover {
	background: #edb100 !important;
}

.has-danger-color {
	color: #d01747 !important;
}

.wp-block-button .has-danger-color:hover {
	color: #fff !important;
	border-color: #d01747 !important;
	background: #b9143f !important;
}

.has-danger-background-color {
	background: #d01747;
}

.wp-block-button .has-danger-background-color:hover {
	background: #b9143f !important;
}

.has-light-color {
	color: #ebeaf5 !important;
}

.wp-block-button .has-light-color:hover {
	color: #fff !important;
	border-color: #ebeaf5 !important;
	background: #dbd9ed !important;
}

.has-light-background-color {
	background: #ebeaf5;
}

.wp-block-button .has-light-background-color:hover {
	background: #dbd9ed !important;
}

.has-dark-color {
	color: #162563 !important;
}

.wp-block-button .has-dark-color:hover {
	color: #fff !important;
	border-color: #162563 !important;
	background: #111d4e !important;
}

.has-dark-background-color {
	background: #162563;
}

.wp-block-button .has-dark-background-color:hover {
	background: #111d4e !important;
}

.bg {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

ul.nav li.dropdown ul.dropdown-menu {
	opacity: 0;
	visibility: hidden;
	display: block !important;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	z-index: -1;
}

ul.nav li.dropdown:hover ul.dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

.dropdown-menu {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	top: 60px;
}

html {
	scroll-behavior: smooth;
}

body.no-scroll {
	overflow-y: hidden;
}

.card-body {
	border-radius: .25rem;
	margin-top: -0.25rem;
}

.row-eq-heights [class^=col] {
	margin-bottom: 30px;
}

.row-eq-heights [class^=col]>* {
	height: 100%;
}

a {
	text-decoration: none;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

a:hover {
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}

.btn+.btn,
.wp-block-button__link+.btn,
.btn+.wp-block-button__link,
.wp-block-button__link+.wp-block-button__link {
	margin-left: 20px;
}

::-moz-selection {
	text-shadow: none;
	background: #e67112;
	color: #fff;
}

::selection {
	text-shadow: none;
	background: #e67112;
	color: #fff;
}

.nav-link:focus {
	outline: 0;
}

.navbar-toggler {
	padding: 0 !important;
	border: none !important;
	z-index: 9;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.navbar-toggler small {
	margin-right: 5px;
}

.text-right {
	text-align: right;
}

.navbar-toggler:focus {
	border: none !important;
}

.toggler-icon,
.toggler-icon-animated {
	width: 25px;
	height: 17px;
	position: relative;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 1;
}

.toggler-icon span,
.toggler-icon-animated span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.toggler-icon span:nth-child(1),
.toggler-icon-animated span:nth-child(1) {
	top: 0;
}

.toggler-icon span:nth-child(2),
.toggler-icon span:nth-child(3),
.toggler-icon-animated span:nth-child(2),
.toggler-icon-animated span:nth-child(3) {
	top: 7px;
}

.toggler-icon span:nth-child(4),
.toggler-icon-animated span:nth-child(4) {
	top: 14px;
}

.toggler-icon-animated.open span:nth-child(1),
.toggler-icon-animated.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.toggler-icon-animated.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.toggler-icon-animated.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#to-top {
	height: 0;
	position: absolute;
	top: 0;
}

.top-button {
	position: fixed;
	right: 10px;
	bottom: 10px;
	opacity: 0;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
	z-index: 9;
	padding: 1rem !important;
}

.top-button .btn,
.top-button .wp-block-button__link {
	padding: 10px !important;
}

.top-button.show {
	opacity: 1;
	-webkit-transition: opacity 1s;
	transition: opacity 1s;
}

#gdpr-box {
	display: none;
	width: 100%;
	position: fixed;
	bottom: 0;
	z-index: 9999;
}

#gdpr-box a.gdpr-button-settings,
#gdpr-box button.gdpr-button-accept {
	display: inline-block;
}

#gdpr-box button.gdpr-button-accept:hover {
	cursor: pointer;
}

.btn,
.wp-block-button__link {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .35rem 3rem;
	font-size: 1.1rem;
	border-radius: .25rem;
	-webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.btn:hover,
.wp-block-button__link:hover {
	color: #212529;
}

.btn-check:focus+.btn,
.btn-check:focus+.wp-block-button__link,
.btn:focus,
.wp-block-button__link:focus {
	outline: 0;
	-webkit-box-shadow: 0 0 0 .25rem rgba(230,113,18,.25);
	box-shadow: 0 0 0 .25rem rgba(230,113,18,.25);
}

.btn:disabled,
.wp-block-button__link:disabled,
.btn.disabled,
.disabled.wp-block-button__link,
fieldset:disabled .btn,
fieldset:disabled .wp-block-button__link {
	pointer-events: none;
	opacity: .65;
}

.btn-primary,
.w3eden .btn,
.w3eden .wp-block-button__link {
	color: #000;
	background-color: #e67112;
	border-color: #e67112;
}

.btn-primary:hover,
.w3eden .btn:hover,
.w3eden .wp-block-button__link:hover {
	color: #000;
	background-color: #ea8636;
	border-color: #e97f2a;
}

.btn-check:focus+.btn-primary,
.w3eden .btn-check:focus+.btn,
.w3eden .btn-check:focus+.wp-block-button__link,
.btn-primary:focus,
.w3eden .btn:focus,
.w3eden .wp-block-button__link:focus {
	color: #000;
	background-color: #ea8636;
	border-color: #e97f2a;
	-webkit-box-shadow: 0 0 0 .25rem rgba(196,96,15,.5);
	box-shadow: 0 0 0 .25rem rgba(196,96,15,.5);
}

.btn-check:checked+.btn-primary,
.w3eden .btn-check:checked+.btn,
.w3eden .btn-check:checked+.wp-block-button__link,
.btn-check:active+.btn-primary,
.w3eden .btn-check:active+.btn,
.w3eden .btn-check:active+.wp-block-button__link,
.btn-primary:active,
.w3eden .btn:active,
.w3eden .wp-block-button__link:active,
.btn-primary.active,
.w3eden .active.btn,
.w3eden .active.wp-block-button__link,
.show>.btn-primary.dropdown-toggle,
.w3eden .show>.dropdown-toggle.btn,
.w3eden .show>.dropdown-toggle.wp-block-button__link {
	color: #000;
	background-color: #eb8d41;
	border-color: #e97f2a;
}

.btn-check:checked+.btn-primary:focus,
.w3eden .btn-check:checked+.btn:focus,
.w3eden .btn-check:checked+.wp-block-button__link:focus,
.btn-check:active+.btn-primary:focus,
.w3eden .btn-check:active+.btn:focus,
.w3eden .btn-check:active+.wp-block-button__link:focus,
.btn-primary:active:focus,
.w3eden .btn:active:focus,
.w3eden .wp-block-button__link:active:focus,
.btn-primary.active:focus,
.w3eden .active.btn:focus,
.w3eden .active.wp-block-button__link:focus,
.show>.btn-primary.dropdown-toggle:focus,
.w3eden .show>.dropdown-toggle.btn:focus,
.w3eden .show>.dropdown-toggle.wp-block-button__link:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(196,96,15,.5);
	box-shadow: 0 0 0 .25rem rgba(196,96,15,.5);
}

.btn-primary:disabled,
.w3eden .btn:disabled,
.w3eden .wp-block-button__link:disabled,
.btn-primary.disabled,
.w3eden .disabled.btn,
.w3eden .disabled.wp-block-button__link {
	color: #000;
	background-color: #e67112;
	border-color: #e67112;
}

.btn-secondary {
	color: #fff;
	background-color: #0c3896;
	border-color: #0c3896;
}

.btn-secondary:hover {
	color: #fff;
	background-color: #0a3080;
	border-color: #0a2d78;
}

.btn-check:focus+.btn-secondary,
.btn-secondary:focus {
	color: #fff;
	background-color: #0a3080;
	border-color: #0a2d78;
	-webkit-box-shadow: 0 0 0 .25rem rgba(48,86,166,.5);
	box-shadow: 0 0 0 .25rem rgba(48,86,166,.5);
}

.btn-check:checked+.btn-secondary,
.btn-check:active+.btn-secondary,
.btn-secondary:active,
.btn-secondary.active,
.show>.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #0a2d78;
	border-color: #092a71;
}

.btn-check:checked+.btn-secondary:focus,
.btn-check:active+.btn-secondary:focus,
.btn-secondary:active:focus,
.btn-secondary.active:focus,
.show>.btn-secondary.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(48,86,166,.5);
	box-shadow: 0 0 0 .25rem rgba(48,86,166,.5);
}

.btn-secondary:disabled,
.btn-secondary.disabled {
	color: #fff;
	background-color: #0c3896;
	border-color: #0c3896;
}

.btn-success {
	color: #000;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-success:hover {
	color: #000;
	background-color: #48b461;
	border-color: #3eb058;
}

.btn-check:focus+.btn-success,
.btn-success:focus {
	color: #000;
	background-color: #48b461;
	border-color: #3eb058;
	-webkit-box-shadow: 0 0 0 .25rem rgba(34,142,59,.5);
	box-shadow: 0 0 0 .25rem rgba(34,142,59,.5);
}

.btn-check:checked+.btn-success,
.btn-check:active+.btn-success,
.btn-success:active,
.btn-success.active,
.show>.btn-success.dropdown-toggle {
	color: #000;
	background-color: #53b96a;
	border-color: #3eb058;
}

.btn-check:checked+.btn-success:focus,
.btn-check:active+.btn-success:focus,
.btn-success:active:focus,
.btn-success.active:focus,
.show>.btn-success.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(34,142,59,.5);
	box-shadow: 0 0 0 .25rem rgba(34,142,59,.5);
}

.btn-success:disabled,
.btn-success.disabled {
	color: #000;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-info {
	color: #000;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-info:hover {
	color: #000;
	background-color: #3ab0c3;
	border-color: #2eabbf;
}

.btn-check:focus+.btn-info,
.btn-info:focus {
	color: #000;
	background-color: #3ab0c3;
	border-color: #2eabbf;
	-webkit-box-shadow: 0 0 0 .25rem rgba(20,138,156,.5);
	box-shadow: 0 0 0 .25rem rgba(20,138,156,.5);
}

.btn-check:checked+.btn-info,
.btn-check:active+.btn-info,
.btn-info:active,
.btn-info.active,
.show>.btn-info.dropdown-toggle {
	color: #000;
	background-color: #45b5c6;
	border-color: #2eabbf;
}

.btn-check:checked+.btn-info:focus,
.btn-check:active+.btn-info:focus,
.btn-info:active:focus,
.btn-info.active:focus,
.show>.btn-info.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(20,138,156,.5);
	box-shadow: 0 0 0 .25rem rgba(20,138,156,.5);
}

.btn-info:disabled,
.btn-info.disabled {
	color: #000;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-warning {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:hover {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
}

.btn-check:focus+.btn-warning,
.btn-warning:focus {
	color: #000;
	background-color: #ffca2c;
	border-color: #ffc720;
	-webkit-box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
	box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
}

.btn-check:checked+.btn-warning,
.btn-check:active+.btn-warning,
.btn-warning:active,
.btn-warning.active,
.show>.btn-warning.dropdown-toggle {
	color: #000;
	background-color: #ffcd39;
	border-color: #ffc720;
}

.btn-check:checked+.btn-warning:focus,
.btn-check:active+.btn-warning:focus,
.btn-warning:active:focus,
.btn-warning.active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
	box-shadow: 0 0 0 .25rem rgba(217,164,6,.5);
}

.btn-warning:disabled,
.btn-warning.disabled {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-danger {
	color: #fff;
	background-color: #d01747;
	border-color: #d01747;
}

.btn-danger:hover {
	color: #fff;
	background-color: #b1143c;
	border-color: #a61239;
}

.btn-check:focus+.btn-danger,
.btn-danger:focus {
	color: #fff;
	background-color: #b1143c;
	border-color: #a61239;
	-webkit-box-shadow: 0 0 0 .25rem rgba(215,58,99,.5);
	box-shadow: 0 0 0 .25rem rgba(215,58,99,.5);
}

.btn-check:checked+.btn-danger,
.btn-check:active+.btn-danger,
.btn-danger:active,
.btn-danger.active,
.show>.btn-danger.dropdown-toggle {
	color: #fff;
	background-color: #a61239;
	border-color: #9c1135;
}

.btn-check:checked+.btn-danger:focus,
.btn-check:active+.btn-danger:focus,
.btn-danger:active:focus,
.btn-danger.active:focus,
.show>.btn-danger.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(215,58,99,.5);
	box-shadow: 0 0 0 .25rem rgba(215,58,99,.5);
}

.btn-danger:disabled,
.btn-danger.disabled {
	color: #fff;
	background-color: #d01747;
	border-color: #d01747;
}

.btn-light {
	color: #000;
	background-color: #ebeaf5;
	border-color: #ebeaf5;
}

.btn-light:hover {
	color: #000;
	background-color: #eeedf7;
	border-color: #edecf6;
}

.btn-check:focus+.btn-light,
.btn-light:focus {
	color: #000;
	background-color: #eeedf7;
	border-color: #edecf6;
	-webkit-box-shadow: 0 0 0 .25rem rgba(200,199,208,.5);
	box-shadow: 0 0 0 .25rem rgba(200,199,208,.5);
}

.btn-check:checked+.btn-light,
.btn-check:active+.btn-light,
.btn-light:active,
.btn-light.active,
.show>.btn-light.dropdown-toggle {
	color: #000;
	background-color: #efeef7;
	border-color: #edecf6;
}

.btn-check:checked+.btn-light:focus,
.btn-check:active+.btn-light:focus,
.btn-light:active:focus,
.btn-light.active:focus,
.show>.btn-light.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(200,199,208,.5);
	box-shadow: 0 0 0 .25rem rgba(200,199,208,.5);
}

.btn-light:disabled,
.btn-light.disabled {
	color: #000;
	background-color: #ebeaf5;
	border-color: #ebeaf5;
}

.btn-dark {
	color: #fff;
	background-color: #162563;
	border-color: #162563;
}

.btn-dark:hover {
	color: #fff;
	background-color: #131f54;
	border-color: #121e4f;
}

.btn-check:focus+.btn-dark,
.btn-dark:focus {
	color: #fff;
	background-color: #131f54;
	border-color: #121e4f;
	-webkit-box-shadow: 0 0 0 .25rem rgba(57,70,122,.5);
	box-shadow: 0 0 0 .25rem rgba(57,70,122,.5);
}

.btn-check:checked+.btn-dark,
.btn-check:active+.btn-dark,
.btn-dark:active,
.btn-dark.active,
.show>.btn-dark.dropdown-toggle {
	color: #fff;
	background-color: #121e4f;
	border-color: #111c4a;
}

.btn-check:checked+.btn-dark:focus,
.btn-check:active+.btn-dark:focus,
.btn-dark:active:focus,
.btn-dark.active:focus,
.show>.btn-dark.dropdown-toggle:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(57,70,122,.5);
	box-shadow: 0 0 0 .25rem rgba(57,70,122,.5);
}

.btn-dark:disabled,
.btn-dark.disabled {
	color: #fff;
	background-color: #162563;
	border-color: #162563;
}

.btn-outline-primary {
	color: #e67112;
	border-color: #e67112;
}

.btn-outline-primary:hover {
	color: #000;
	background-color: #e67112;
	border-color: #e67112;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(230,113,18,.5);
	box-shadow: 0 0 0 .25rem rgba(230,113,18,.5);
}

.btn-check:checked+.btn-outline-primary,
.btn-check:active+.btn-outline-primary,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show {
	color: #000;
	background-color: #e67112;
	border-color: #e67112;
}

.btn-check:checked+.btn-outline-primary:focus,
.btn-check:active+.btn-outline-primary:focus,
.btn-outline-primary:active:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(230,113,18,.5);
	box-shadow: 0 0 0 .25rem rgba(230,113,18,.5);
}

.btn-outline-primary:disabled,
.btn-outline-primary.disabled {
	color: #e67112;
	background-color: transparent;
}

.btn-outline-secondary {
	color: #0c3896;
	border-color: #0c3896;
}

.btn-outline-secondary:hover {
	color: #fff;
	background-color: #0c3896;
	border-color: #0c3896;
}

.btn-check:focus+.btn-outline-secondary,
.btn-outline-secondary:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(12,56,150,.5);
	box-shadow: 0 0 0 .25rem rgba(12,56,150,.5);
}

.btn-check:checked+.btn-outline-secondary,
.btn-check:active+.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.dropdown-toggle.show {
	color: #fff;
	background-color: #0c3896;
	border-color: #0c3896;
}

.btn-check:checked+.btn-outline-secondary:focus,
.btn-check:active+.btn-outline-secondary:focus,
.btn-outline-secondary:active:focus,
.btn-outline-secondary.active:focus,
.btn-outline-secondary.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(12,56,150,.5);
	box-shadow: 0 0 0 .25rem rgba(12,56,150,.5);
}

.btn-outline-secondary:disabled,
.btn-outline-secondary.disabled {
	color: #0c3896;
	background-color: transparent;
}

.btn-outline-success {
	color: #28a745;
	border-color: #28a745;
}

.btn-outline-success:hover {
	color: #000;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-check:focus+.btn-outline-success,
.btn-outline-success:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(40,167,69,.5);
	box-shadow: 0 0 0 .25rem rgba(40,167,69,.5);
}

.btn-check:checked+.btn-outline-success,
.btn-check:active+.btn-outline-success,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.dropdown-toggle.show {
	color: #000;
	background-color: #28a745;
	border-color: #28a745;
}

.btn-check:checked+.btn-outline-success:focus,
.btn-check:active+.btn-outline-success:focus,
.btn-outline-success:active:focus,
.btn-outline-success.active:focus,
.btn-outline-success.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(40,167,69,.5);
	box-shadow: 0 0 0 .25rem rgba(40,167,69,.5);
}

.btn-outline-success:disabled,
.btn-outline-success.disabled {
	color: #28a745;
	background-color: transparent;
}

.btn-outline-info {
	color: #17a2b8;
	border-color: #17a2b8;
}

.btn-outline-info:hover {
	color: #000;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-check:focus+.btn-outline-info,
.btn-outline-info:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .25rem rgba(23,162,184,.5);
}

.btn-check:checked+.btn-outline-info,
.btn-check:active+.btn-outline-info,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.dropdown-toggle.show {
	color: #000;
	background-color: #17a2b8;
	border-color: #17a2b8;
}

.btn-check:checked+.btn-outline-info:focus,
.btn-check:active+.btn-outline-info:focus,
.btn-outline-info:active:focus,
.btn-outline-info.active:focus,
.btn-outline-info.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(23,162,184,.5);
	box-shadow: 0 0 0 .25rem rgba(23,162,184,.5);
}

.btn-outline-info:disabled,
.btn-outline-info.disabled {
	color: #17a2b8;
	background-color: transparent;
}

.btn-outline-warning {
	color: #ffc107;
	border-color: #ffc107;
}

.btn-outline-warning:hover {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:focus+.btn-outline-warning,
.btn-outline-warning:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);
	box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);
}

.btn-check:checked+.btn-outline-warning,
.btn-check:active+.btn-outline-warning,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.dropdown-toggle.show {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-check:checked+.btn-outline-warning:focus,
.btn-check:active+.btn-outline-warning:focus,
.btn-outline-warning:active:focus,
.btn-outline-warning.active:focus,
.btn-outline-warning.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);
	box-shadow: 0 0 0 .25rem rgba(255,193,7,.5);
}

.btn-outline-warning:disabled,
.btn-outline-warning.disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-danger {
	color: #d01747;
	border-color: #d01747;
}

.btn-outline-danger:hover {
	color: #fff;
	background-color: #d01747;
	border-color: #d01747;
}

.btn-check:focus+.btn-outline-danger,
.btn-outline-danger:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(208,23,71,.5);
	box-shadow: 0 0 0 .25rem rgba(208,23,71,.5);
}

.btn-check:checked+.btn-outline-danger,
.btn-check:active+.btn-outline-danger,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.dropdown-toggle.show {
	color: #fff;
	background-color: #d01747;
	border-color: #d01747;
}

.btn-check:checked+.btn-outline-danger:focus,
.btn-check:active+.btn-outline-danger:focus,
.btn-outline-danger:active:focus,
.btn-outline-danger.active:focus,
.btn-outline-danger.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(208,23,71,.5);
	box-shadow: 0 0 0 .25rem rgba(208,23,71,.5);
}

.btn-outline-danger:disabled,
.btn-outline-danger.disabled {
	color: #d01747;
	background-color: transparent;
}

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

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

.btn-check:focus+.btn-outline-light,
.btn-outline-light:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(235,234,245,.5);
	box-shadow: 0 0 0 .25rem rgba(235,234,245,.5);
}

.btn-check:checked+.btn-outline-light,
.btn-check:active+.btn-outline-light,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.dropdown-toggle.show {
	color: #000;
	background-color: #ebeaf5;
	border-color: #ebeaf5;
}

.btn-check:checked+.btn-outline-light:focus,
.btn-check:active+.btn-outline-light:focus,
.btn-outline-light:active:focus,
.btn-outline-light.active:focus,
.btn-outline-light.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(235,234,245,.5);
	box-shadow: 0 0 0 .25rem rgba(235,234,245,.5);
}

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

.btn-outline-dark {
	color: #162563;
	border-color: #162563;
}

.btn-outline-dark:hover {
	color: #fff;
	background-color: #162563;
	border-color: #162563;
}

.btn-check:focus+.btn-outline-dark,
.btn-outline-dark:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(22,37,99,.5);
	box-shadow: 0 0 0 .25rem rgba(22,37,99,.5);
}

.btn-check:checked+.btn-outline-dark,
.btn-check:active+.btn-outline-dark,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.dropdown-toggle.show {
	color: #fff;
	background-color: #162563;
	border-color: #162563;
}

.btn-check:checked+.btn-outline-dark:focus,
.btn-check:active+.btn-outline-dark:focus,
.btn-outline-dark:active:focus,
.btn-outline-dark.active:focus,
.btn-outline-dark.dropdown-toggle.show:focus {
	-webkit-box-shadow: 0 0 0 .25rem rgba(22,37,99,.5);
	box-shadow: 0 0 0 .25rem rgba(22,37,99,.5);
}

.btn-outline-dark:disabled,
.btn-outline-dark.disabled {
	color: #162563;
	background-color: transparent;
}

.btn-link {
	font-weight: 200;
	color: #e67112;
	text-decoration: none;
}

.btn-link:hover {
	color: #8a440b;
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d;
}

.btn-lg {
	padding: .5rem 1rem;
	font-size: calc(1.275rem + 0.3vw);
	border-radius: .3rem;
}

.btn-sm {
	padding: .25rem .5rem;
	font-size: 1.05rem;
	border-radius: .2rem;
}

.wp-block-image {
	border-radius: .25rem;
	margin-bottom: 0;
}

.wp-block-image img {
	max-width: 100%;
	height: auto !important;
	aspect-ratio: unset;
}

.wp-block-spacer {
	max-height: 50px;
}

.wp-block-columns {
	margin-bottom: 0px;
}

.wp-block-column {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.wp-block-column>*:last-child:is(.wp-block-buttons) {
	margin-top: auto;
}

.wp-block-media-text {
	margin-top: 100px;
	margin-bottom: 100px;
}

.wp-block-media-text .wp-block-media-text__content {
	padding-top: 50px;
	padding-bottom: 50px;
}

img:not([class^=wp-image]) {
	max-width: 100%;
}

.wp-block-pullquote {
	color: #e67112;
}

#page>header {
	z-index: 4000;
	position: relative;
	height: 80px;
}

#page>header .navbar-toggler small {
	color: #0c3896;
}

#page>header nav .navbar-brand .logo {
	display: none;
}

#page>header nav .navbar-brand .logo.payoff {
	display: block;
}

#page>header nav .navbar-brand img {
	width: 100%;
	max-width: 250px !important;
}

#page>header nav ul {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

#page>header nav ul a {
	font-size: 1.1rem;
	font-weight: 700;
	color: #0c3896;
}

#page>header nav ul a:hover {
	color: #e67112;
}

#page>header nav ul li.current_page_ancestor>a,
#page>header nav ul li.current-menu-item>a {
	color: #e67112;
}

#page>header ul.nav li.dropdown ul.dropdown-menu {
	opacity: 0;
	visibility: hidden;
	display: block !important;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	z-index: -1;
}

#page>header ul.nav li.dropdown:hover ul.dropdown-menu {
	opacity: 1 !important;
	visibility: visible !important;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}

#page>header .dropdown-menu {
	width: -webkit-fit-content !important;
	width: -moz-fit-content !important;
	width: fit-content !important;
	top: 60px;
}

#page>header .btn-cta {
	padding-left: 20px;
	padding-right: 20px;
}

#page>header .dropdown-item.active {
	background: transparent !important;
}

.toggler-icon-animated span,
.toggler-icon span {
	background: #e67112;
}

.toggler-icon-animated.open span {
	background: #e67112;
}

.mobile-menu {
	z-index: 3900;
	position: relative;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: visibility .2s ease-out,opacity .2s ease-out;
	transition: visibility .2s ease-out,opacity .2s ease-out;
}

.mobile-menu .navbar-toggler {
	position: absolute;
	top: 20px;
	right: 20px;
}

.mobile-menu .navbar-toggler small {
	color: red;
}

.mobile-menu .dropdown-toggle:after {
	display: none;
}

.mobile-menu.show {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.mobile-menu.show li {
	opacity: 1;
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}

.mobile-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;
}

.mobile-menu ul li {
	-webkit-transition: all .15s ease-out;
	transition: all .15s ease-out;
	opacity: 0;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
}

.mobile-menu ul li:nth-child(1) {
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.mobile-menu ul li:nth-child(2) {
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.mobile-menu ul li:nth-child(3) {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.mobile-menu ul li:nth-child(4) {
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.mobile-menu ul li:nth-child(5) {
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.mobile-menu ul li:nth-child(6) {
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.mobile-menu ul li:nth-child(7) {
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.mobile-menu ul li:nth-child(8) {
	-webkit-transition-delay: .8s;
	transition-delay: .8s;
}

.mobile-menu ul li:nth-child(9) {
	-webkit-transition-delay: .9s;
	transition-delay: .9s;
}

.mobile-menu ul li:nth-child(10) {
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}

.mobile-menu ul li:nth-child(11) {
	-webkit-transition-delay: 1.1s;
	transition-delay: 1.1s;
}

.mobile-menu ul li:nth-child(12) {
	-webkit-transition-delay: 1.2s;
	transition-delay: 1.2s;
}

.mobile-menu ul li:nth-child(13) {
	-webkit-transition-delay: 1.3s;
	transition-delay: 1.3s;
}

.mobile-menu ul li:nth-child(14) {
	-webkit-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

.mobile-menu ul li:nth-child(15) {
	-webkit-transition-delay: 1.5s;
	transition-delay: 1.5s;
}

.mobile-menu ul li:nth-child(16) {
	-webkit-transition-delay: 1.6s;
	transition-delay: 1.6s;
}

.mobile-menu ul li:nth-child(17) {
	-webkit-transition-delay: 1.7s;
	transition-delay: 1.7s;
}

.mobile-menu ul li:nth-child(18) {
	-webkit-transition-delay: 1.8s;
	transition-delay: 1.8s;
}

.mobile-menu ul li:nth-child(19) {
	-webkit-transition-delay: 1.9s;
	transition-delay: 1.9s;
}

.mobile-menu ul li:nth-child(20) {
	-webkit-transition-delay: 2s;
	transition-delay: 2s;
}

.mobile-menu ul li:nth-child(21) {
	-webkit-transition-delay: 2.1s;
	transition-delay: 2.1s;
}

.mobile-menu ul li:nth-child(22) {
	-webkit-transition-delay: 2.2s;
	transition-delay: 2.2s;
}

.mobile-menu ul li:nth-child(23) {
	-webkit-transition-delay: 2.3s;
	transition-delay: 2.3s;
}

.mobile-menu ul li:nth-child(24) {
	-webkit-transition-delay: 2.4s;
	transition-delay: 2.4s;
}

.mobile-menu ul li:nth-child(25) {
	-webkit-transition-delay: 2.5s;
	transition-delay: 2.5s;
}

.mobile-menu ul li:nth-child(26) {
	-webkit-transition-delay: 2.6s;
	transition-delay: 2.6s;
}

.mobile-menu ul li:nth-child(27) {
	-webkit-transition-delay: 2.7s;
	transition-delay: 2.7s;
}

.mobile-menu ul li:nth-child(28) {
	-webkit-transition-delay: 2.8s;
	transition-delay: 2.8s;
}

.mobile-menu ul li:nth-child(29) {
	-webkit-transition-delay: 2.9s;
	transition-delay: 2.9s;
}

.mobile-menu ul li:nth-child(30) {
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}

.mobile-menu ul li:nth-child(31) {
	-webkit-transition-delay: 3.1s;
	transition-delay: 3.1s;
}

.mobile-menu ul li:nth-child(32) {
	-webkit-transition-delay: 3.2s;
	transition-delay: 3.2s;
}

.mobile-menu ul li:nth-child(33) {
	-webkit-transition-delay: 3.3s;
	transition-delay: 3.3s;
}

.mobile-menu ul li:nth-child(34) {
	-webkit-transition-delay: 3.4s;
	transition-delay: 3.4s;
}

.mobile-menu ul li:nth-child(35) {
	-webkit-transition-delay: 3.5s;
	transition-delay: 3.5s;
}

.mobile-menu ul li:nth-child(36) {
	-webkit-transition-delay: 3.6s;
	transition-delay: 3.6s;
}

.mobile-menu ul li:nth-child(37) {
	-webkit-transition-delay: 3.7s;
	transition-delay: 3.7s;
}

.mobile-menu ul li:nth-child(38) {
	-webkit-transition-delay: 3.8s;
	transition-delay: 3.8s;
}

.mobile-menu ul li:nth-child(39) {
	-webkit-transition-delay: 3.9s;
	transition-delay: 3.9s;
}

.mobile-menu ul li:nth-child(40) {
	-webkit-transition-delay: 4s;
	transition-delay: 4s;
}

.mobile-menu ul li:nth-child(41) {
	-webkit-transition-delay: 4.1s;
	transition-delay: 4.1s;
}

.mobile-menu ul li:nth-child(42) {
	-webkit-transition-delay: 4.2s;
	transition-delay: 4.2s;
}

.mobile-menu ul li:nth-child(43) {
	-webkit-transition-delay: 4.3s;
	transition-delay: 4.3s;
}

.mobile-menu ul li:nth-child(44) {
	-webkit-transition-delay: 4.4s;
	transition-delay: 4.4s;
}

.mobile-menu ul li:nth-child(45) {
	-webkit-transition-delay: 4.5s;
	transition-delay: 4.5s;
}

.mobile-menu ul li:nth-child(46) {
	-webkit-transition-delay: 4.6s;
	transition-delay: 4.6s;
}

.mobile-menu ul li:nth-child(47) {
	-webkit-transition-delay: 4.7s;
	transition-delay: 4.7s;
}

.mobile-menu ul li:nth-child(48) {
	-webkit-transition-delay: 4.8s;
	transition-delay: 4.8s;
}

.mobile-menu ul li:nth-child(49) {
	-webkit-transition-delay: 4.9s;
	transition-delay: 4.9s;
}

.mobile-menu ul li:nth-child(50) {
	-webkit-transition-delay: 5s;
	transition-delay: 5s;
}

.mobile-menu ul li:nth-child(51) {
	-webkit-transition-delay: 5.1s;
	transition-delay: 5.1s;
}

.mobile-menu ul li:nth-child(52) {
	-webkit-transition-delay: 5.2s;
	transition-delay: 5.2s;
}

.mobile-menu ul li:nth-child(53) {
	-webkit-transition-delay: 5.3s;
	transition-delay: 5.3s;
}

.mobile-menu ul li:nth-child(54) {
	-webkit-transition-delay: 5.4s;
	transition-delay: 5.4s;
}

.mobile-menu ul li:nth-child(55) {
	-webkit-transition-delay: 5.5s;
	transition-delay: 5.5s;
}

.mobile-menu ul li:nth-child(56) {
	-webkit-transition-delay: 5.6s;
	transition-delay: 5.6s;
}

.mobile-menu ul li:nth-child(57) {
	-webkit-transition-delay: 5.7s;
	transition-delay: 5.7s;
}

.mobile-menu ul li:nth-child(58) {
	-webkit-transition-delay: 5.8s;
	transition-delay: 5.8s;
}

.mobile-menu ul li:nth-child(59) {
	-webkit-transition-delay: 5.9s;
	transition-delay: 5.9s;
}

.mobile-menu ul li:nth-child(60) {
	-webkit-transition-delay: 6s;
	transition-delay: 6s;
}

.mobile-menu ul li:nth-child(61) {
	-webkit-transition-delay: 6.1s;
	transition-delay: 6.1s;
}

.mobile-menu ul li:nth-child(62) {
	-webkit-transition-delay: 6.2s;
	transition-delay: 6.2s;
}

.mobile-menu ul li:nth-child(63) {
	-webkit-transition-delay: 6.3s;
	transition-delay: 6.3s;
}

.mobile-menu ul li:nth-child(64) {
	-webkit-transition-delay: 6.4s;
	transition-delay: 6.4s;
}

.mobile-menu ul li:nth-child(65) {
	-webkit-transition-delay: 6.5s;
	transition-delay: 6.5s;
}

.mobile-menu ul li:nth-child(66) {
	-webkit-transition-delay: 6.6s;
	transition-delay: 6.6s;
}

.mobile-menu ul li:nth-child(67) {
	-webkit-transition-delay: 6.7s;
	transition-delay: 6.7s;
}

.mobile-menu ul li:nth-child(68) {
	-webkit-transition-delay: 6.8s;
	transition-delay: 6.8s;
}

.mobile-menu ul li:nth-child(69) {
	-webkit-transition-delay: 6.9s;
	transition-delay: 6.9s;
}

.mobile-menu ul li:nth-child(70) {
	-webkit-transition-delay: 7s;
	transition-delay: 7s;
}

.mobile-menu ul li:nth-child(71) {
	-webkit-transition-delay: 7.1s;
	transition-delay: 7.1s;
}

.mobile-menu ul li:nth-child(72) {
	-webkit-transition-delay: 7.2s;
	transition-delay: 7.2s;
}

.mobile-menu ul li:nth-child(73) {
	-webkit-transition-delay: 7.3s;
	transition-delay: 7.3s;
}

.mobile-menu ul li:nth-child(74) {
	-webkit-transition-delay: 7.4s;
	transition-delay: 7.4s;
}

.mobile-menu ul li:nth-child(75) {
	-webkit-transition-delay: 7.5s;
	transition-delay: 7.5s;
}

.mobile-menu ul li:nth-child(76) {
	-webkit-transition-delay: 7.6s;
	transition-delay: 7.6s;
}

.mobile-menu ul li:nth-child(77) {
	-webkit-transition-delay: 7.7s;
	transition-delay: 7.7s;
}

.mobile-menu ul li:nth-child(78) {
	-webkit-transition-delay: 7.8s;
	transition-delay: 7.8s;
}

.mobile-menu ul li:nth-child(79) {
	-webkit-transition-delay: 7.9s;
	transition-delay: 7.9s;
}

.mobile-menu ul li:nth-child(80) {
	-webkit-transition-delay: 8s;
	transition-delay: 8s;
}

.mobile-menu ul li:nth-child(81) {
	-webkit-transition-delay: 8.1s;
	transition-delay: 8.1s;
}

.mobile-menu ul li:nth-child(82) {
	-webkit-transition-delay: 8.2s;
	transition-delay: 8.2s;
}

.mobile-menu ul li:nth-child(83) {
	-webkit-transition-delay: 8.3s;
	transition-delay: 8.3s;
}

.mobile-menu ul li:nth-child(84) {
	-webkit-transition-delay: 8.4s;
	transition-delay: 8.4s;
}

.mobile-menu ul li:nth-child(85) {
	-webkit-transition-delay: 8.5s;
	transition-delay: 8.5s;
}

.mobile-menu ul li:nth-child(86) {
	-webkit-transition-delay: 8.6s;
	transition-delay: 8.6s;
}

.mobile-menu ul li:nth-child(87) {
	-webkit-transition-delay: 8.7s;
	transition-delay: 8.7s;
}

.mobile-menu ul li:nth-child(88) {
	-webkit-transition-delay: 8.8s;
	transition-delay: 8.8s;
}

.mobile-menu ul li:nth-child(89) {
	-webkit-transition-delay: 8.9s;
	transition-delay: 8.9s;
}

.mobile-menu ul li:nth-child(90) {
	-webkit-transition-delay: 9s;
	transition-delay: 9s;
}

.mobile-menu ul li:nth-child(91) {
	-webkit-transition-delay: 9.1s;
	transition-delay: 9.1s;
}

.mobile-menu ul li:nth-child(92) {
	-webkit-transition-delay: 9.2s;
	transition-delay: 9.2s;
}

.mobile-menu ul li:nth-child(93) {
	-webkit-transition-delay: 9.3s;
	transition-delay: 9.3s;
}

.mobile-menu ul li:nth-child(94) {
	-webkit-transition-delay: 9.4s;
	transition-delay: 9.4s;
}

.mobile-menu ul li:nth-child(95) {
	-webkit-transition-delay: 9.5s;
	transition-delay: 9.5s;
}

.mobile-menu ul li:nth-child(96) {
	-webkit-transition-delay: 9.6s;
	transition-delay: 9.6s;
}

.mobile-menu ul li:nth-child(97) {
	-webkit-transition-delay: 9.7s;
	transition-delay: 9.7s;
}

.mobile-menu ul li:nth-child(98) {
	-webkit-transition-delay: 9.8s;
	transition-delay: 9.8s;
}

.mobile-menu ul li:nth-child(99) {
	-webkit-transition-delay: 9.9s;
	transition-delay: 9.9s;
}

.mobile-menu a {
	text-align: center;
	font-size: 2em;
	color: #162563;
	text-transform: none !important;
	font-weight: 700;
}

.mobile-menu a:hover {
	color: #e67112;
}

.page-overlay {
	background: rgba(230,230,230,.95);
	-webkit-backdrop-filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 2000;
	cursor: pointer;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: visibility .3s ease-out,opacity .3s ease-out;
	transition: visibility .3s ease-out,opacity .3s ease-out;
	visibility: hidden;
	opacity: 0;
	max-height: 0;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.page-overlay.show {
	visibility: visible;
	opacity: 1;
	max-height: 99999px;
}

html,
body {
	scroll-behavior: smooth;
}

body.page-template-page-geenheader #content>*:first-child {
	margin-top: 1rem !important;
}

body.single-trainingen #page-header .excerpt {
	font-size: 1.1rem;
	line-height: 1.5rem;
}

body.single-trainingen #page-header [data-block-name=cta] {
	width: 90%;
}

body.single-trainingen #form {
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

body.single-trainingen #form form {
	padding: 20px 20px;
	background: #ebeaf5;
	width: 350px;
	border-radius: .25rem;
}

body.single-trainingen #form form input[type=email],
body.single-trainingen #form form input[type=text] {
	background: #fff;
	color: #0c3896;
	padding: 8px;
}

body.single-trainingen #form form input[type=submit] {
	width: 100% !important;
}

#content form {
	padding: 20px 20px;
	background: #dbd9ed;
	border-radius: .25rem;
}

#content form input[type=email],
#content form input[type=text] {
	background: #fff;
	color: #0c3896;
	padding: 8px;
}

#content form input[type=submit] {
	width: 100% !important;
}

body #page {
	max-width: 2000px;
	margin: 0 auto;
	background: #ebeaf5;
	overflow: hidden;
}

body .excerpt {
	font-weight: 200;
}

body #page-header {
	overflow: hidden;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 50px;
	max-width: 100rem;
	width: calc(100% - 6rem);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#0c3896), to(#082667));
	background: linear-gradient(90deg, #0c3896, #082667);
	color: #ebeaf5;
	border-radius: .25rem;
}

body #page-header #cta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

body #page-header #cta>div {
	padding-top: 0 !important;
}

body #page-header #cta .cta-wrap {
	max-width: unset;
	margin-right: 50px;
}

body #page-header #image {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}

body #page-header #image.vrijstaand {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: end;
	padding-top: 3rem;
	padding-right: 3rem;
	height: 100%;
}

body #page-header #image.vrijstaand img {
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: bottom;
	object-position: bottom;
	height: 100%;
}

body #page-header #image img {
	-o-object-fit: cover;
	object-fit: cover;
	height: 100%;
	width: auto;
	right: 0;
}

body #page-header>.text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 130px 100px;
}

body #page-header .btn+.btn,
body #page-header .wp-block-button__link+.btn,
body #page-header .btn+.wp-block-button__link,
body #page-header .wp-block-button__link+.wp-block-button__link {
	margin-left: 20px;
}

body #page-header h1 {
	position: relative;
	color: #fff;
}

body #page-header h1 img {
	position: absolute;
	width: 300px;
	left: -325px;
	top: 20px;
}

body #page-header .excerpt {
	font-weight: 200;
	font-size: 2rem;
}

body #page-header-basic {
	max-width: 1230px;
	width: calc(100% - 4rem);
	margin-right: auto;
	margin-left: auto;
	position: relative;
	overflow: hidden;
	padding: 50px 15px;
}

body #page-header-basic h1 {
	color: #0c3896;
}

body #page-header-basic .excerpt {
	font-weight: 200;
	font-size: 2rem;
	color: #0c3896;
}

body #content {
	min-height: 400px;
}

body #content .excerpt {
	font-weight: 200;
	font-size: 2rem;
}

body #content .wp-block-columns:first-child .wp-block-column [data-block-name] {
	margin-bottom: 0;
}

.btn-cta {
	color: #fff !important;
	text-transform: none !important;
	border: none;
	font-size: .95rem;
	background: -webkit-gradient(linear, left top, right top, from(#e67112), to(#f29e2d));
	background: linear-gradient(90deg, #e67112, #f29e2d);
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.btn-cta:hover {
	background: -webkit-gradient(linear, left top, right top, from(#ef8732), to(#f4b053));
	background: linear-gradient(90deg, #ef8732, #f4b053);
}

a.btn,
a.wp-block-button__link {
	color: #fff;
	font-weight: bold;
	-webkit-transition: .2s ease-out;
	transition: .2s ease-out;
}

a.btn.btn-light,
a.btn-light.wp-block-button__link {
	color: #0c3896;
}

a.btn.btn-clean,
a.btn-clean.wp-block-button__link {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 2px solid #ebeaf5;
	border-radius: 0px;
}

body.blog .posts {
	max-width: 1200px !important;
	margin: 0 auto !important;
	margin-top: 100px !important;
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

body.blog .post.kennis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 25px;
	color: #0c3896;
	border-radius: .25rem;
	overflow: hidden;
}

body.blog .post.kennis:hover {
	color: #e67112;
}

body.blog .post.kennis .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	aspect-ratio: 16/9;
	background: #fff;
	border-radius: .25rem;
	margin-right: 30px;
	overflow: hidden;
	width: 100%;
}

body.blog .post.kennis .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

body.blog .post.kennis .text {
	width: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

.no-padding-bottom {
	padding-bottom: 0 !important;
}

.no-padding-bottom .wp-block-column {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.wp-block-column [data-block-name=kader2] {
	margin-bottom: 2rem !important;
}

body.frontpage #page-header {
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#e67112), to(#f29e2d));
	background: linear-gradient(90deg, #e67112, #f29e2d);
	color: #ebeaf5;
	border-radius: .25rem;
}

body.frontpage #page-header .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

body.frontpage #page-header h1 {
	position: relative;
}

body.frontpage #page-header h1 img {
	width: 300px;
	left: -325px;
	top: 20px;
}

body #content {
	color: #0c3896;
	position: relative;
}

body #content>p:first-child,
body #content>h1:first-child,
body #content>h2:first-child,
body #content>h3:first-child,
body #content>h4:first-child,
body #content>h5:first-child {
	margin-top: 2rem;
}

body #content>*:first-child {
	margin-top: -5rem;
}

body #content ul {
	list-style-type: none;
	padding-left: 1.5rem;
}

body #content ul li {
	margin-bottom: 1ch;
	padding-left: 0em;
	position: relative;
}

body #content ul li:before {
	font-family: "Font Awesome 5 Free";
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	font-size: .7rem;
	line-height: 1;
	font-weight: 900;
	content: "";
	color: #e67112;
	margin-right: 1px;
	position: absolute;
	left: -1.5rem;
	margin-top: 10px;
}

body #content ul ul.vinkjes li:before {
	content: "";
}

#prefooter {
	background: #0c3896;
	color: #fff;
	padding-top: 4em;
	padding-bottom: 4em;
	position: relative;
}

#prefooter .content {
	max-width: 85rem;
	width: calc(100% - 4rem);
	margin-right: auto;
	margin-left: auto;
	max-width: 1230px;
}

#prefooter h4 {
	margin-bottom: 40px;
}

#prefooter .post.kennis {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	gap: 50px;
	margin-bottom: 40px;
	color: #fff;
	border-radius: .25rem;
	overflow: hidden;
}

#prefooter .post.kennis h4 {
	margin-bottom: 10px;
}

#prefooter .post.kennis .thumb {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	background: #fff;
	border-radius: .25rem;
	overflow: hidden;
	width: 22%;
	aspect-ratio: 1;
}

#prefooter .post.kennis .thumb img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

#prefooter .post.kennis .text {
	width: 70%;
	-ms-flex-preferred-size: 70%;
	flex-basis: 70%;
}

#prefooter .post.kennis a {
	display: block;
	font-weight: bold;
}

#prefooter .post.kennis a:hover {
	color: #e67112;
}

#prefooter .post.kennis a i.fa {
	margin-right: 10px;
}

#prefooter .footerlink {
	margin-top: 20px;
	display: block;
	font-weight: 700;
}

#prefooter .footerlink i {
	margin-right: 10px;
}

#prefooter .pijl-left {
	position: absolute;
	width: 19%;
	left: -5%;
	top: 5rem;
}

.footer-cta {
	width: 100%;
	height: 20px;
	max-width: 1230px;
	margin-left: calc(50% + 1.5rem);
}

.footer-cta [data-block-name=cta] {
	-webkit-box-pack: start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important;
	margin: 0 !important;
}

.footer-cta [data-block-name=cta] .cta-wrap {
	max-width: 525px !important;
	margin-left: 0;
	margin-right: 0;
}

.footer-cta .cta-wrap {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.footer-cta>* {
	padding-top: 0 !important;
	margin-right: 50px;
}

footer {
	max-width: 85rem;
	width: calc(100% - 4rem);
	margin-right: auto;
	margin-left: auto;
	margin-top: 50px;
	padding-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #0c3896;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

footer .keurmerk,
footer [class^=gegevens] {
	margin-left: 50px;
}

footer .keurmerk img {
	max-width: 160px;
}

footer .jmenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-item-align: end;
	align-self: flex-end;
	margin-left: 50px;
}

footer .jmenu a {
	font-size: .9rem;
	display: inline-block;
}

footer .jmenu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

footer .jmenu li {
	margin-right: 10px;
	margin-left: 10px;
}

footer .logo {
	max-width: 200px;
}

footer [class^=gegevens] {
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	min-width: 100px;
}

footer [class^=gegevens] span {
	display: block;
	margin-top: 5px;
}

footer [id^=menu-hoofd] li {
	margin-bottom: .3rem;
}

footer [id^=menu-hoofd] li:after {
	content: "";
	margin-left: 5px;
	font-family: "Font Awesome 5 Free";
	margin-bottom: .3rem;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	font-weight: 900;
	font-size: .6rem;
}

#gdpr-box .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

#gdpr-box .container .gdpr-button-accept {
	margin-left: auto;
}

.w3eden {
	font-family: "Source Sans Pro";
	border-radius: .25rem;
}

.w3eden .well {
	padding: 0 !important;
	text-align: center;
}

.w3eden #gform_confirmation_wrapper_4 {
	text-align: center;
}

.w3eden .media {
	background: #fff;
	border-radius: .25rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.w3eden .media>* {
	margin-top: 20px;
	margin-bottom: 20px;
}

.w3eden .media img {
	width: 75px !important;
	height: auto !important;
}

.w3eden .media a {
	color: #000;
	font-weight: 700;
	text-align: center;
}

.w3eden .text-muted {
	display: none;
}

.w3eden .ml3 {
	margin: 0 !important;
}

.w3eden a:hover {
	color: #b9143f;
}

.w3eden .btn,
.w3eden .wp-block-button__link {
	margin-top: 40px;
	display: block;
	width: 100%;
	margin-top: 20px;
	color: #fff !important;
	text-transform: none !important;
}

body.w3eden .modal-content {
	background: #ebeaf5 !important;
	font-family: "Arial";
}

body.w3eden .modal-dialog.modal-dialog-centered {
	width: 55% !important;
}

body.w3eden .btn,
body.w3eden .wp-block-button__link {
	color: #fff !important;
	display: block;
	border: none;
	opacity: 1 !important;
	width: 200px;
	margin: 0 auto;
}

body.w3eden button.close {
	display: none !important;
}

body.w3eden .panel-heading {
	display: none;
}

body.w3eden .card {
	border: none !important;
	background: transparent;
}

body.w3eden legend,
body.w3eden fieldset {
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
}

body.w3eden .ginput_complex {
	margin-left: 0 !important;
	margin-right: 0 !important;
	gap: 10px;
}

body.w3eden .ginput_complex label {
	text-transform: none !important;
	color: #777 !important;
	font-size: .9rem !important;
	font-family: "Arial";
}

body.w3eden legend {
	font-weight: 400;
	font-family: "Arial";
}

body.w3eden input:focus:not([type=checkbox]) {
	background: #fff !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

body.w3eden input[type=text],
body.w3eden input[type=email] {
	padding: 5px;
}

@media (prefers-reduced-motion: reduce) {

.btn,
.wp-block-button__link {
	-webkit-transition: none;
	transition: none;
}

}

@media (min-width: 782px) {

.wp-block-column:not(:first-child) {
	margin-left: 3em;
}

}

@media (min-width: 1200px) {

.btn-lg {
	font-size: 1.5rem;
}

}

@media (max-width: 1900px) {

#prefooter .pijl-left {
	width: 15%;
}

}

@media (max-width: 1700px) {

#prefooter .pijl-left {
	width: 12%;
}

}

@media (max-width: 1600px) {

#prefooter .pijl-left {
	display: none;
}

}

@media (max-width: 1399.98px) {

#page>header nav .navbar-brand img {
	max-width: 220px !important;
}

#page>header nav ul a {
	font-size: 1rem;
}

#page>header .btn-cta {
	padding-left: 10px;
	padding-right: 10px;
	font-size: .9rem;
}

.footer-cta [data-block-name=cta] {
	width: calc(50% - 20px);
	margin: 0px 20px 0px 0px;
}

}

@media (max-width: 991.98px) {

#page>header nav .navbar-brand {
	max-width: 170px;
}

#page>header nav .navbar-brand .logo.payoff {
	display: none;
}

#page>header nav .navbar-brand .logo {
	display: block;
}

html,
body {
	font-size: 14px;
}

body #page-header {
	grid-template-columns: 1fr;
	grid-gap: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
}

body #page-header #image {
	display: none;
}

body #page-header>.text {
	padding: 60px 50px;
}

body #page-header h1 img {
	width: 290px;
	left: -290px;
	top: 10px;
}

body.frontpage #page-header h1 img {
	width: 290px;
	left: -290px;
	top: 10px;
}

#prefooter .footer-titel {
	margin-left: 0;
}

#prefooter .col-lg-6 {
	margin-bottom: 25px;
}

.footer-cta {
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	margin-top: 30px;
	margin-left: 0;
}

.footer-cta [data-block-name=cta] {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	margin-left: auto !important;
	margin-right: auto !important;
	width: 70% !important;
	max-width: 450px;
}

.footer-cta .cta-wrap {
	-webkit-transform: translateY(40px);
	transform: translateY(40px);
	margin: 0 auto;
}

.footer-cta [data-block-name=cta] {
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
}

.footer-cta>* {
	margin-left: 50px;
}

footer {
	padding-top: 50px;
}

}

@media (max-width: 767.98px) {

.btn,
.wp-block-button__link {
	display: block !important;
}

.btn+.btn,
.wp-block-button__link+.btn,
.btn+.wp-block-button__link,
.wp-block-button__link+.wp-block-button__link {
	margin-left: 0px !important;
	margin-top: 20px;
	margin-bottom: 20px;
	display: block;
}

.wp-block-spacer {
	max-height: 20px;
}

.wp-block-media-text {
	margin-top: 50px;
	margin-bottom: 50px;
}

#page>header {
	height: 60px;
}

#page>header .btn-cta {
	display: none !important;
}

html,
body {
	font-size: 13px;
}

body.single-trainingen #page-header {
	margin-bottom: 20px;
}

body.single-trainingen #page-header #cta {
	display: none;
}

body #page-header {
	width: calc(100% - 40px) !important;
	margin-left: 20px;
	margin-right: 20px;
}

body #page-header>.text {
	padding: 30px 25px;
	color: #fff !important;
	font-size: 1.2rem;
}

body #page-header h1 img {
	display: none;
}

body.blog .posts {
	grid-template-columns: 1fr;
}

body.blog .post.kennis {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

body.blog .post.kennis .thumb {
	width: 100%;
	height: auto;
	margin-right: 0 !important;
}

body.blog .post.kennis .text {
	width: 100%;
}

.wp-block-columns {
	padding-top: 0 !important;
	padding-bottom: 2rem !important;
}

body.frontpage #page-header {
	margin-bottom: 25px;
	color: #fff;
}

body.frontpage #page-header #cta {
	display: none;
}

body.frontpage #page-header h1 img {
	display: none;
}

#prefooter .post.kennis {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
}

#prefooter .post.kennis .thumb {
	width: 100%;
	height: auto;
	margin-right: 0 !important;
}

#prefooter .post.kennis .text {
	width: 100%;
}

.footer-cta [data-block-name=cta] {
	width: 100% !important;
	max-width: 100% !important;
	padding-left: 5px;
	padding-right: 5px;
}

.footer-cta [data-block-name=cta] .text {
	width: 100% !important;
}

footer .jmenu {
	-ms-flex-item-align: center;
	align-self: center;
	margin-left: 0 !important;
}

footer {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

footer .keurmerk {
	margin-left: 0;
}

footer .keurmerk img {
	max-width: 100px;
}

footer [class^=gegevens] {
	text-align: center;
	margin-left: 0px;
	margin-top: 20px;
}

body.w3eden .modal-dialog.modal-dialog-centered {
	width: 80% !important;
}

}

@media screen and (max-width: 599px) {

.wp-block-column {
	margin-bottom: 20px;
}

}

@media (max-width: 599px) {

.wp-block-column {
	margin-bottom: 0px !important;
}

}

