.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 .hidden-fields-container {
	display: none;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection > output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection > output[hidden] {
	display: none;
}


.wp-block-button__link {
	color: #fff;
	background-color: #32373c;
	border-radius: 9999px;
	box-shadow: none;
	text-decoration: none;
	padding: calc(.667em + 2px) calc(1.333em + 2px);
	font-size: 1.125em
}

.wp-block-file__button {
	background: #32373c;
	color: #fff;
	text-decoration: none
}

@import url('css/mediaelementplayer-legacy.min.css') layer(bricks);
@import url('css/wp-mediaelement.min.css') layer(bricks);


.jetpack-sharing-buttons__services-list {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 0;
	list-style-type: none;
	margin: 5px;
	padding: 0
}

.jetpack-sharing-buttons__services-list.has-small-icon-size {
	font-size: 12px
}

.jetpack-sharing-buttons__services-list.has-normal-icon-size {
	font-size: 16px
}

.jetpack-sharing-buttons__services-list.has-large-icon-size {
	font-size: 24px
}

.jetpack-sharing-buttons__services-list.has-huge-icon-size {
	font-size: 36px
}

@media print {
	.jetpack-sharing-buttons__services-list {
		display: none !important
	}
}

.editor-styles-wrapper .wp-block-jetpack-sharing-buttons {
	gap: 0;
	padding-inline-start: 0
}

ul.jetpack-sharing-buttons__services-list.has-background {
	padding: 1.25em 2.375em
}

html {
	scroll-behavior: smooth
}

:root {}

body {
	font-family: "Poppins"
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins"
}

.brxe-form .bricks-button {
	padding-right: 50px;
	padding-left: 50px
}

#brxe-069d4e {
	max-width: 170px
}

@media (max-width: 980px) {
	#brxe-069d4e {
		max-width: 130px
	}
}

#brxe-88095d {
	width: fit-content
}

@media (max-width: 980px) {
	#brxe-88095d {
		width: 100%;
		align-items: center;
		justify-content: center
	}
}

@media (max-width: 768px) {
	#brxe-88095d {
		width: 64%
	}
}

#brxe-882a7a {
	background-color: #b61110;
	color: #ffffff;
	font-size: 18px;
	flex-direction: row;
	justify-content: center;
	column-gap: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 26px;
	box-shadow: 0 2px 10px 0 rgba(33, 33, 33, 0.72)
}

#brxe-482731 .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-482731 .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-482731.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-786657 {
	background-color: #9e9e9e;
	color: #f5f5f5;
	font-size: 18px;
	flex-direction: row;
	justify-content: center;
	column-gap: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 60px;
	box-shadow: 0 2px 10px 0 rgba(33, 33, 33, 0.72)
}

#brxe-2526eb .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-2526eb .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-2526eb.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-dd1f13 {
	background-color: #9e9e9e;
	color: #f5f5f5;
	font-size: 18px;
	flex-direction: row;
	justify-content: center;
	column-gap: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 60px;
	box-shadow: 0 2px 10px 0 rgba(33, 33, 33, 0.72)
}

#brxe-62e3d6 .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-62e3d6 .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-62e3d6.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-fd1ede {
	background-color: #b61110;
	color: #ffffff;
	font-size: 18px;
	flex-direction: row;
	justify-content: center;
	column-gap: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 26px;
	box-shadow: 0 2px 10px 0 rgba(33, 33, 33, 0.72)
}

#brxe-1b7f7b .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-1b7f7b .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-1b7f7b.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-718901 {
	justify-content: flex-end;
	align-items: center;
	color: #424242;
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 300;
	column-gap: 20px
}

@media (max-width: 980px) {
	#brxe-718901 {
		flex-shrink: 0
	}
}

@media (max-width: 980px) {
	#brxe-5e956d {
		--brxe-toggle-scale: 0.9
	}

	#brxe-5e956d .brxa-inner {
		--brxe-toggle-bar-radius: 15px
	}
}

@layer bricks {
	@media (max-width: 980px) {
		#brxe-aba5bb .brx-toggle-div {
			display: inline-flex;
		}

		#brxe-aba5bb .brxe-toggle {
			display: inline-flex;
		}

		[data-script-id="aba5bb"] .brx-nav-nested-items {
			opacity: 0;
			visibility: hidden;
			gap: 0;
			position: fixed;
			z-index: 1001;
			top: 0;
			right: 0;
			bottom: 0;
			left: 0;
			display: flex;
			align-items: center;
			justify-content: center;
			flex-direction: column;
			background-color: #fff;
			overflow-y: scroll;
			flex-wrap: nowrap;
		}

		#brxe-aba5bb.brx-open .brx-nav-nested-items {
			opacity: 1;
			visibility: visible;
		}
	}
}

#brxe-aba5bb {
	width: 100%
}

#brxe-aba5bb .brx-nav-nested-items>li>[aria-current="page"] {
	text-decoration: underline;
	color: #b61110
}

#brxe-aba5bb .brx-nav-nested-items>li>.brx-submenu-toggle.aria-current>* {
	text-decoration: underline;
	color: #b61110
}

#brxe-aba5bb .brx-nav-nested-items>li:hover>a {
	color: #b61110
}

#brxe-aba5bb .brx-nav-nested-items>li:hover>.brxe-text-link:not(a) {
	color: #b61110
}

#brxe-aba5bb .brx-nav-nested-items>li:hover>.brxe-icon {
	color: #b61110
}

#brxe-aba5bb .brx-nav-nested-items>li:hover:has(> .brxe-svg) {
	color: #b61110
}

#brxe-aba5bb .brx-nav-nested-items>li:hover>.brx-submenu-toggle>* {
	color: #b61110
}

@media (max-width: 1600px) {
	#brxe-aba5bb .brx-nav-nested-items {
		gap: 15px
	}
}

@media (max-width: 1440px) {
	#brxe-aba5bb .brx-nav-nested-items>li>a {
		font-size: 17px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brxe-text-link:not(a) {
		font-size: 17px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brxe-icon {
		font-size: 17px
	}

	#brxe-aba5bb .brx-nav-nested-items>li:has(> .brxe-svg) {
		font-size: 17px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brx-submenu-toggle>* {
		font-size: 17px
	}
}

@media (max-width: 1280px) {
	#brxe-aba5bb .brx-nav-nested-items>li>a {
		font-size: 15px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brxe-text-link:not(a) {
		font-size: 15px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brxe-icon {
		font-size: 15px
	}

	#brxe-aba5bb .brx-nav-nested-items>li:has(> .brxe-svg) {
		font-size: 15px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brx-submenu-toggle>* {
		font-size: 15px
	}
}

@media (max-width: 1024px) {
	#brxe-aba5bb .brx-nav-nested-items {
		gap: 10px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>a {
		font-size: 11px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brxe-text-link:not(a) {
		font-size: 11px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brxe-icon {
		font-size: 11px
	}

	#brxe-aba5bb .brx-nav-nested-items>li:has(> .brxe-svg) {
		font-size: 11px
	}

	#brxe-aba5bb .brx-nav-nested-items>li>.brx-submenu-toggle>* {
		font-size: 11px
	}
}

@media (max-width: 980px) {
	#brxe-aba5bb {
		justify-content: flex-end
	}

	#brxe-aba5bb.brx-open .brx-nav-nested-items {
		height: 308px;
		justify-content: center;
		top: 110px;
		right: 46px;
		left: 46px;
		width: auto;
		align-items: center;
		background-color: #ffffff
	}

	#brxe-aba5bb.brx-open .brx-submenu-toggle {
		justify-content: center
	}

	#brxe-aba5bb.brx-open .brx-nav-nested-items>li {
		justify-content: center
	}

	#brxe-aba5bb.brx-open li.menu-item {
		display: flex
	}
}

#brxe-8057bd {
	justify-content: center;
	align-items: flex-end;
	width: fit-content
}

@media (max-width: 980px) {
	#brxe-8057bd {
		width: 10%;
		display: none
	}

	#brxe-8057bd {
		order: 3;
	}
}

#brxe-ab6a40 {
	flex-direction: row;
	width: 1440px;
	align-items: center;
	max-width: 100%;
	justify-content: space-between
}

@media (max-width: 980px) {
	#brxe-ab6a40 {
		column-gap: 20px;
		flex-wrap: nowrap;
		width: 90%;
		align-items: center;
		justify-content: center
	}
}

@media (max-width: 768px) {
	#brxe-ab6a40 {
		column-gap: 34px
	}
}

#brxe-079dd9 {
	background-color: #ffffff;
	background-image: url(images/placeholder-image-800x600.jpg);
	background-size: cover;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	box-shadow: 0 2px 10px 0 rgba(33, 33, 33, 0.72)
}

@media (max-width: 980px) {
	#brxe-079dd9 {
		display: flex;
		position: relative;
		top: 0px
	}
}

@media (max-width: 980px) {
	#brxe-439296 .icon {
		color: #ffffff
	}

	#brxe-439296 .icon a {
		color: #ffffff
	}

	#brxe-439296 .content {
		color: #ffffff
	}
}

#brxe-edcc3a {
	width: 100%;
	justify-content: center;
	align-items: center;
	display: none
}

@media (max-width: 980px) {
	#brxe-edcc3a {
		flex-direction: row;
		align-items: center;
		justify-content: center;
		column-gap: 30px;
		row-gap: 10px;
		display: flex
	}
}

@media (max-width: 980px) {
	#brxe-259250 {
		align-items: center;
		justify-content: center;
		position: fixed;
		bottom: 0px;
		background-color: #b61110
	}
}

@media (max-width: 480px) {
	#brxe-tnznvv {
		max-width: 300px
	}
}

@media (max-width: 320px) {
	#brxe-tnznvv {
		width: 100%
	}
}

@media (max-width: 768px) {
	#brxe-bpesdi {
		width: 100%;
		align-self: center !important;
		justify-content: center;
		align-items: center
	}
}

#brxe-ykxemn {
	color: #000000;
	font-size: 50px;
	font-weight: 600;
	text-align: center
}

@media (max-width: 480px) {
	#brxe-ykxemn {
		font-size: 30px
	}
}

#brxe-kgcqbm {
	text-align: center;
	font-size: 25px;
	color: #000000;
	font-weight: 400
}

#brxe-kgcqbm a {
	text-align: center;
	font-size: 25px;
	color: #000000;
	font-weight: 400;
	font-size: inherit
}

@media (max-width: 1024px) {
	#brxe-kgcqbm {
		font-size: 20px
	}

	#brxe-kgcqbm a {
		font-size: 20px;
		font-size: inherit
	}
}

#brxe-aiuqux {
	text-align: center;
	font-size: 35px;
	color: #37415c;
	font-family: "Poppins";
	font-weight: 600;
	width: 85%;
	margin-top: 50px
}

#brxe-aiuqux a {
	text-align: center;
	font-size: 35px;
	color: #37415c;
	font-family: "Poppins";
	font-weight: 600;
	font-size: inherit
}

@media (max-width: 1024px) {
	#brxe-aiuqux {
		font-size: 25px
	}

	#brxe-aiuqux a {
		font-size: 25px;
		font-size: inherit
	}
}

@media (max-width: 980px) {
	#brxe-aiuqux {
		font-size: 20px
	}

	#brxe-aiuqux a {
		font-size: 20px;
		font-size: inherit
	}
}

@media (max-width: 768px) {
	#brxe-aiuqux {
		font-size: 20px
	}

	#brxe-aiuqux a {
		font-size: 20px;
		font-size: inherit
	}
}

@media (max-width: 480px) {
	#brxe-aiuqux {
		width: 100%
	}
}

#brxe-inqooc {
	align-items: center;
	justify-content: center
}

#brxe-kcwggf {
	width: 1440px;
	flex-direction: row;
	column-gap: 50px;
	align-items: center;
	justify-content: center;
	margin-top: 50px;
	margin-bottom: 50px;
	max-width: 100%
}

@media (max-width: 768px) {
	#brxe-kcwggf {
		align-self: center !important;
		justify-content: center;
		align-items: center;
		row-gap: 30px
	}
}

#brxe-lzaujc {
	background-image: url(../images/RmHive-BG.webp);
	background-size: cover;
	background-position: center center;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	justify-content: center;
	min-height: 800px
}

#brxe-afdcdf {
	font-size: 40px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 700
}

@media (max-width: 480px) {
	#brxe-afdcdf {
		font-size: 30px
	}
}

#brxe-ff8ed2 {
	font-size: 18px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 300;
	margin-top: 20px
}

#brxe-ff8ed2 a {
	font-size: 18px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 300;
	font-size: inherit
}

@media (max-width: 480px) {
	#brxe-ff8ed2 {
		font-size: 16px
	}

	#brxe-ff8ed2 a {
		font-size: 16px;
		font-size: inherit
	}
}

#brxe-23682e {
	font-size: 25px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 700;
	margin-top: 30px
}

@media (max-width: 480px) {
	#brxe-23682e {
		font-size: 30px
	}
}

#brxe-65013c .icon {
	color: #b61110;
	margin-bottom: 0;
	padding-bottom: 0;
	align-self: center
}

#brxe-65013c .icon a {
	color: #b61110
}

#brxe-65013c .icon i {
	font-size: 25px
}

#brxe-65013c {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 35px
}

#brxe-938233 .icon {
	color: #b61110
}

#brxe-938233 .icon a {
	color: #b61110
}

#brxe-938233 .icon i {
	font-size: 25px
}

#brxe-938233 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 75px
}

#brxe-987e16 .icon {
	color: #b61110
}

#brxe-987e16 .icon a {
	color: #b61110
}

#brxe-987e16 .icon i {
	font-size: 25px
}

#brxe-987e16 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 75px
}

#brxe-5f06bf .icon {
	color: #b61110
}

#brxe-5f06bf .icon a {
	color: #b61110
}

#brxe-5f06bf .icon i {
	font-size: 25px
}

#brxe-5f06bf {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 75px
}

#brxe-0750e7 .icon {
	color: #b61110
}

#brxe-0750e7 .icon a {
	color: #b61110
}

#brxe-0750e7 .icon i {
	font-size: 25px
}

#brxe-0750e7 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 75px
}

#brxe-3b83e7 .icon {
	color: #b61110
}

#brxe-3b83e7 .icon a {
	color: #b61110
}

#brxe-3b83e7 .icon i {
	font-size: 25px
}

#brxe-3b83e7 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 75px
}

#brxe-8b1491 .icon {
	color: #b61110
}

#brxe-8b1491 .icon a {
	color: #b61110
}

#brxe-8b1491 .icon i {
	font-size: 25px
}

#brxe-8b1491 {
	background-color: #ffffff;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	border-radius: 75px
}

#brxe-c2d651 {
	margin-top: 20px;
	display: flex;
	column-gap: 10px;
	flex-wrap: wrap;
	row-gap: 10px
}

@media (max-width: 768px) {
	#brxe-c2d651 {
		align-items: center;
		justify-content: center
	}
}

@media (max-width: 480px) {
	#brxe-c2d651 {
		row-gap: 10px
	}
}

#brxe-6dcc9d {
	font-size: 30px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 600
}

#brxe-065294 {
	justify-content: flex-end;
	align-items: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 300;
	column-gap: 10px;
	flex-direction: column;
	row-gap: 10px
}

@media (max-width: 980px) {
	#brxe-065294 {
		flex-shrink: 0
	}
}

@media (max-width: 980px) {
	#brxe-2d12bb {
		--brxe-toggle-scale: 0.9
	}

	#brxe-2d12bb .brxa-inner {
		--brxe-toggle-bar-radius: 15px
	}
}

#brxe-083cb2 {
	width: 100%
}

#brxe-083cb2 .brx-nav-nested-items>li>[aria-current="page"] {
	text-decoration: underline;
	color: #ffffff
}

#brxe-083cb2 .brx-nav-nested-items>li>.brx-submenu-toggle.aria-current>* {
	text-decoration: underline;
	color: #ffffff
}

#brxe-083cb2 .brx-nav-nested-items>li:hover>a {
	color: #ffffff;
	text-decoration: underline
}

#brxe-083cb2 .brx-nav-nested-items>li:hover>.brxe-text-link:not(a) {
	color: #ffffff;
	text-decoration: underline
}

#brxe-083cb2 .brx-nav-nested-items>li:hover>.brxe-icon {
	color: #ffffff;
	text-decoration: underline
}

#brxe-083cb2 .brx-nav-nested-items>li:hover:has(> .brxe-svg) {
	color: #ffffff;
	text-decoration: underline
}

#brxe-083cb2 .brx-nav-nested-items>li:hover>.brx-submenu-toggle>* {
	color: #ffffff;
	text-decoration: underline
}

@media (max-width: 980px) {
	#brxe-083cb2 {
		justify-content: flex-end
	}

	#brxe-083cb2.brx-open .brx-nav-nested-items {
		height: 308px;
		justify-content: center;
		top: 110px;
		right: 46px;
		left: 46px;
		width: auto;
		align-items: center;
		background-color: #ffffff
	}

	#brxe-083cb2.brx-open .brx-submenu-toggle {
		justify-content: center
	}

	#brxe-083cb2.brx-open .brx-nav-nested-items>li {
		justify-content: center
	}

	#brxe-083cb2.brx-open li.menu-item {
		display: flex
	}
}

#brxe-488c48 {
	align-items: center;
	justify-content: center
}

#brxe-7eddb7 {
	font-size: 30px;
	color: #ffffff;
	font-family: "Poppins";
	font-weight: 600;
	text-align: center
}

#brxe-718087 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}

#brxe-eb9ee4 {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px
}

#brxe-fa3e94 {
	align-items: center;
	justify-content: center
}

#brxe-134b2a {
	text-align: center
}

#brxe-b93643 {
	text-align: center
}

#brxe-38ead1 {
	text-align: center
}

#brxe-c855ce {
	text-align: center
}

#brxe-ee1b46 {
	justify-content: flex-end;
	align-items: center;
	color: #ffffff;
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 300;
	text-align: center;
	column-gap: 10px;
	flex-direction: column;
	row-gap: 10px
}

@media (max-width: 980px) {
	#brxe-ee1b46 {
		flex-shrink: 0
	}
}

@media (max-width: 980px) {
	#brxe-39ef3e {
		--brxe-toggle-scale: 0.9
	}

	#brxe-39ef3e .brxa-inner {
		--brxe-toggle-bar-radius: 15px
	}
}

#brxe-6d1106 {
	width: 100%
}

#brxe-6d1106 .brx-nav-nested-items>li>[aria-current="page"] {
	text-decoration: underline;
	color: #ffffff
}

#brxe-6d1106 .brx-nav-nested-items>li>.brx-submenu-toggle.aria-current>* {
	text-decoration: underline;
	color: #ffffff
}

#brxe-6d1106 .brx-nav-nested-items>li:hover>a {
	color: #ffffff;
	text-decoration: underline
}

#brxe-6d1106 .brx-nav-nested-items>li:hover>.brxe-text-link:not(a) {
	color: #ffffff;
	text-decoration: underline
}

#brxe-6d1106 .brx-nav-nested-items>li:hover>.brxe-icon {
	color: #ffffff;
	text-decoration: underline
}

#brxe-6d1106 .brx-nav-nested-items>li:hover:has(> .brxe-svg) {
	color: #ffffff;
	text-decoration: underline
}

#brxe-6d1106 .brx-nav-nested-items>li:hover>.brx-submenu-toggle>* {
	color: #ffffff;
	text-decoration: underline
}

@media (max-width: 980px) {
	#brxe-6d1106 {
		justify-content: flex-end
	}

	#brxe-6d1106.brx-open .brx-nav-nested-items {
		height: 308px;
		justify-content: center;
		top: 110px;
		right: 46px;
		left: 46px;
		width: auto;
		align-items: center;
		background-color: #ffffff
	}

	#brxe-6d1106.brx-open .brx-submenu-toggle {
		justify-content: center
	}

	#brxe-6d1106.brx-open .brx-nav-nested-items>li {
		justify-content: center
	}

	#brxe-6d1106.brx-open li.menu-item {
		display: flex
	}
}

#brxe-791dff {
	background-color: #ffffff;
	margin-top: 20px;
	max-width: 250px
}

#brxe-d6bce9 {
	align-items: center;
	justify-content: center
}

#brxe-1a08dd {
	width: 80%;
	flex-direction: row;
	column-gap: 10px;
	row-gap: 10px
}

#brxe-8cbb30 {
	background-color: #b61110;
	padding-top: 50px;
	padding-bottom: 50px;
	border-top: 3px solid #ffffff;
	border-bottom: 1px solid #ffffff
}

#brxe-79135e {
	font-size: 18px;
	color: #000000;
	font-family: "Poppins";
	text-align: center
}

#brxe-79135e a {
	font-size: 18px;
	color: #000000;
	font-family: "Poppins";
	text-align: center;
	font-size: inherit
}

@media (max-width: 480px) {
	#brxe-79135e {
		font-size: 16px
	}

	#brxe-79135e a {
		font-size: 16px;
		font-size: inherit
	}
}

#brxe-7f4569 {
	width: 80%;
	align-items: center;
	justify-content: center
}

#brxe-79a996 {
	background-color: #ffffff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px
}

.brxe-popup-153857.brx-popup {
	padding-right: 15px;
	padding-left: 15px
}

.brxe-popup-153857 .brx-popup-content {
	background-color: rgba(247, 247, 247, 0.9);
	border-radius: 20px
}

.brxe-popup-153857.brx-infobox-popup::after {
	border-top-color: rgba(247, 247, 247, 0.9)
}

#brxe-5311dd {
	width: 100%
}

#brxe-4691f1 {
	width: 100%
}

#brxe-9eb1c1 {
	background-color: #b61110;
	color: #ffffff;
	font-size: 18px;
	flex-direction: column;
	justify-content: center;
	column-gap: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 26px;
	align-items: center;
	width: 100%
}

#brxe-fd1e80 .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-fd1e80 .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-fd1e80.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-fd1e80 .brx-dropdown-content>li>a {
	justify-content: center
}

#brxe-fd1e80 .brx-submenu-toggle {
	justify-content: center
}

#brxe-fd1e80 {
	width: 100%;
	align-items: center;
	justify-content: center
}

#brxe-64a3cc {
	padding-top: 15px;
	padding-bottom: 15px
}

#brxe-814339 {
	background-color: #9e9e9e;
	color: #f5f5f5;
	font-size: 16px;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	column-gap: 50px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	margin-top: 60px;
	align-items: center;
	row-gap: 20px;
	width: 100%
}

#brxe-d4a746 .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-d4a746 .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-d4a746.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-d4a746 .brx-dropdown-content>li>a {
	justify-content: center
}

#brxe-d4a746 .brx-submenu-toggle {
	justify-content: center
}

#brxe-d4a746>.brx-dropdown-content {
	transform: translateY(-40px)
}

#brxe-d4a746 {
	width: 100%;
	align-items: center;
	justify-content: center
}

#brxe-3d8d96 {
	padding-top: 10px;
	padding-bottom: 10px
}

#brxe-ea66a4 {
	padding-top: 10px;
	padding-bottom: 10px
}

#brxe-8c20cb {
	background-color: #9e9e9e;
	color: #f5f5f5;
	font-size: 18px;
	text-align: center;
	flex-direction: row;
	justify-content: center;
	column-gap: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 60px;
	width: 100%
}

#brxe-e680fa .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-e680fa .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-e680fa.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-e680fa {
	width: 100%;
	justify-content: center;
	align-items: center
}

#brxe-e680fa>.brx-dropdown-content {
	transform: translateY(-50px)
}

#brxe-e680fa .brx-dropdown-content>li>a {
	justify-content: center
}

#brxe-e680fa .brx-submenu-toggle {
	justify-content: center
}

#brxe-0216f6 {
	background-color: #b61110;
	color: #ffffff;
	font-size: 18px;
	flex-direction: column;
	justify-content: center;
	column-gap: 50px;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-top: 26px;
	align-items: center;
	width: 100%
}

#brxe-fe21dc .brx-dropdown-content>li>a:hover {
	text-decoration: underline
}

#brxe-fe21dc .brx-dropdown-content .brx-submenu-toggle>*:hover {
	text-decoration: underline
}

#brxe-fe21dc.brx-has-megamenu .brx-dropdown-content>*:hover {
	text-decoration: underline
}

#brxe-fe21dc {
	width: 100%;
	align-items: center;
	justify-content: center
}

#brxe-635762 {
	width: 100%
}

#brxe-6fc4f5 {
	width: 100%
}

#brxe-6442ec {
	width: 100%
}

#brxe-53e631 {
	width: 100%
}

#brxe-xhutwp {
	width: 100%
}

#brxe-6400c7 {
	width: 100%
}

#brxe-107a60 {
	justify-content: center;
	align-items: center;
	color: #424242;
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 300;
	column-gap: 20px;
	flex-direction: column;
	width: 100%
}

@media (max-width: 980px) {
	#brxe-107a60 {
		flex-shrink: 0
	}
}

@media (max-width: 980px) {
	#brxe-913bc2 {
		--brxe-toggle-scale: 0.9
	}

	#brxe-913bc2 .brxa-inner {
		--brxe-toggle-bar-radius: 15px
	}
}

#brxe-666658 {
	width: 100%
}

#brxe-666658 .brx-nav-nested-items>li>[aria-current="page"] {
	text-decoration: underline;
	color: #b61110
}

#brxe-666658 .brx-nav-nested-items>li>.brx-submenu-toggle.aria-current>* {
	text-decoration: underline;
	color: #b61110
}

#brxe-666658 .brx-nav-nested-items>li:hover>a {
	color: #b61110
}

#brxe-666658 .brx-nav-nested-items>li:hover>.brxe-text-link:not(a) {
	color: #b61110
}

#brxe-666658 .brx-nav-nested-items>li:hover>.brxe-icon {
	color: #b61110
}

#brxe-666658 .brx-nav-nested-items>li:hover:has(> .brxe-svg) {
	color: #b61110
}

#brxe-666658 .brx-nav-nested-items>li:hover>.brx-submenu-toggle>* {
	color: #b61110
}

@media (max-width: 980px) {
	#brxe-666658 {
		justify-content: flex-end
	}

	#brxe-666658.brx-open .brx-nav-nested-items {
		height: 308px;
		justify-content: center;
		top: 110px;
		right: 46px;
		left: 46px;
		width: auto;
		align-items: center;
		background-color: #ffffff
	}

	#brxe-666658.brx-open .brx-submenu-toggle {
		justify-content: center
	}

	#brxe-666658.brx-open .brx-nav-nested-items>li {
		justify-content: center
	}

	#brxe-666658.brx-open li.menu-item {
		display: flex
	}
}

#brxe-697db8 {
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 30px;
	transform: translateX(50%) translateY(-50%)
}

#brxe-9efd55 {
	position: relative
}

