
@layer bricks {
	.brxe-button {
		width: auto;
	}
}

@layer bricks {
	.brxe-code {
		width: 100%;
	}
}

@layer bricks {
	.brxe-icon {
		font-size: 60px;
	}
	
	svg.brxe-icon {
		font-size: inherit;
	}
}

@layer bricks {
	:where(.brxe-divider) {
		align-items: center;
		display: flex;
		font-size: 30px;
		gap: 30px;
	}
	
	:where(.brxe-divider).horizontal {
		width: 100%;
	}
	
	:where(.brxe-divider).horizontal .line {
		border-top: 1px solid;
	}
	
	:where(.brxe-divider).vertical {
		flex-direction: column;
	}
	
	:where(.brxe-divider).vertical .line {
		border-right: 1px solid;
		width: auto;
	}
	
	:where(.brxe-divider) .line {
		position: relative;
		width: 100%;
	}
	
	:where(.brxe-divider) .icon {
		flex-shrink: 0;
		position: relative;
	}
	
	:where(.brxe-divider) a {
		display: inline-flex;
	}
}

@layer bricks {
	.brxe-template {
		width: 100%;
	}
}

@layer bricks {
	@keyframes load8 {
		0% {
			-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
		}
		
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes spin {
		to {
			-webkit-transform: rotate(1turn);
			transform: rotate(1turn);
		}
	}
	
	@keyframes scrolling {
		0% {
			opacity: 1;
		}
		
		to {
			opacity: 0;
			-webkit-transform: translateY(10px);
			transform: translateY(10px);
		}
	}
	
	a.brxe-image {
		display: inline-block;
	}
	
	figure.brxe-image {
		margin: 0;
	}
	
	:where(.brxe-image).tag {
		display: inline-block;
		height: fit-content;
		position: relative;
		width: auto;
	}
	
	:where(.brxe-image).caption {
		position: relative;
	}
	
	:where(.brxe-image).caption:has(figcaption.bricks-image-caption) {
		overflow: hidden;
	}
	
	:where(.brxe-image).overlay {
		position: relative;
	}
	
	:where(.brxe-image).overlay:before {
		bottom: 0;
		content: "";
		left: 0;
		pointer-events: none;
		position: absolute;
		right: 0;
		top: 0;
	}
	
	:where(.brxe-image):before {
		border-radius: inherit;
	}
	
	:where(.brxe-image) a {
		border-radius: inherit;
		position: static;
		transition: inherit;
	}
	
	:where(.brxe-image) picture {
		border-radius: inherit;
		transition: inherit;
	}
	
	:where(.brxe-image) img {
		border-radius: inherit;
		height: 100%;
		position: static !important;
		transition: inherit;
		width: 100%;
	}
	
	:where(.brxe-image) img.bricks-lazy-hidden + figcaption {
		display: none;
	}
	
	:where(.brxe-image) .icon {
		color: #fff;
		font-size: 60px;
		pointer-events: none;
		position: absolute;
		right: 50%;
		text-align: center;
		top: 50%;
		transform: translate(50%, -50%);
		z-index: 5;
	}
	
	:where(.brxe-image) .bricks-image-caption {
		background: linear-gradient(0deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .25) 70%, transparent);
		bottom: 0;
		color: #fff;
		font-size: inherit;
		margin: 0;
		padding: 10px 15px;
		pointer-events: none;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
}

@layer bricks {
	:where(.brxe-heading).has-separator {
		align-items: center;
		display: inline-flex;
		gap: 20px;
	}
	
	:where(.brxe-heading) > [contenteditable] {
		display: inline-block;
		text-decoration: inherit;
	}
	
	:where(.brxe-heading) .separator {
		border-top: 1px solid;
		flex-grow: 1;
		flex-shrink: 0;
		height: 1px;
	}
}

#page-banner-title {
	text-align: left;
	color: var(--white);
}

@media (max-width: 991px) {
	#page-banner-title {
		text-align: center;
		font-size: 4rem;
		align-self: center;
	}
}

@media (max-width: 767px) {
	#page-banner-title {
		font-size: 4rem;
		text-align: left;
		align-self: center;
	}
}

@media (max-width: 478px) {
	#page-banner-title {
		text-align: left;
		font-size: 3.5rem;
		align-self: center;
	}
}

#brxe-vibmlc {
	width: 80%;
	font-size: 20px;
	font-weight: 500;
	position: relative;
	margin-top: 0;
	margin-bottom: 0;
}

@media (max-width: 991px) {
	#brxe-vibmlc {
		justify-content: center;
		align-items: center;
		display: flex;
		text-align: center;
		align-self: center;
		width: 80%;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	#brxe-vibmlc {
		display: flex;
		font-size: 18px;
		line-height: 1.5;
		text-align: left;
		align-self: flex-start;
	}
}

@media (max-width: 478px) {
	#brxe-vibmlc {
		text-align: left;
		display: flex;
		width: 100%;
	}
}

#brxe-zlatkf {
	font-size: 22px;
	font-weight: 700;
	color: var(--light-grey);
}

@media (max-width: 767px) {
	#brxe-zlatkf {
		font-size: 18px;
	}
}

#brxe-ztihmo {
	width: 25px;
}

@media (max-width: 991px) {
	#brxe-ztihmo {
		width: 35px;
	}
}

@media (max-width: 767px) {
	#brxe-ztihmo {
		width: 35px;
	}
	
	#brxe-ztihmo figcaption {
		font-size: 18px;
	}
}

#brxe-wgfomm {
	font-size: 22px;
	font-weight: 700;
	color: var(--light-grey);
}

@media (max-width: 767px) {
	#brxe-wgfomm {
		font-size: 18px;
	}
}

#brxe-okvfhl {
	width: 100%;
	flex-direction: row;
	column-gap: 10px;
	align-items: center;
	font-size: .5em;
}

@media (max-width: 991px) {
	#brxe-okvfhl {
		flex-direction: row;
		justify-content: center;
		align-items: center;
	}
}

@media (max-width: 767px) {
	#brxe-okvfhl {
		flex-direction: row;
		flex-wrap: nowrap;
		column-gap: 10px;
		justify-content: flex-start;
	}
}

.brxe-vtzyty .brxe-ugwzbk.brxe-text-basic {
	font-weight: 700;
}

.brxe-vtzyty.brxe-block {
	align-items: flex-start;
	justify-content: center;
}

@media (max-width: 991px) {
	.brxe-vtzyty.brxe-block {
		align-items: center;
	}
}

@media (max-width: 767px) {
	.brxe-vtzyty.brxe-block {
		align-items: flex-start;
	}
}

#brxe-kjnlvt {
	font-size: 34px;
	position: relative;
}

.carousel-item {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	opacity: 0;
	transform: translateY(-80px);
	animation-name: uspSlide;
	animation-duration: 10s;
	animation-timing-function: cubic-bezier(.4, 0, .2, 1);
	animation-iteration-count: infinite;
	will-change: transform, opacity;
}

@keyframes uspSlide {
	0% {
		opacity: 0;
		transform: translateY(-80px);
	}
	
	6% {
		opacity: .35;
	}
	
	14% {
		opacity: 1;
		transform: translateY(0);
	}
	
	20% {
		opacity: 1;
		transform: translateY(0);
	}
	
	25% {
		opacity: .45;
	}
	
	32% {
		opacity: 0;
		transform: translateY(-80px);
	}
	
	100% {
		opacity: 0;
		transform: translateY(-80px);
	}
}

.carousel-item:nth-child(1) {
	animation-delay: 0s;
}

.carousel-item:nth-child(2) {
	animation-delay: 2.5s;
}

.carousel-item:nth-child(3) {
	animation-delay: 5s;
}

.carousel-item:nth-child(4) {
	animation-delay: 7.5s;
}

@media (max-width: 991px) {
	#brxe-kjnlvt {
		align-items: center;
		color: hsl(0, 0%, 100%);
		justify-content: center;
		flex-direction: column;
	}
}

@media (max-width: 767px) {
	#brxe-kjnlvt {
		align-items: flex-start;
		font-size: 36px;
	}
}

@media (max-width: 478px) {
	#brxe-kjnlvt {
		font-size: 28px;
	}
}

#brxe-guzdlv {
	position: relative;
	display: flex;
	width: 100%;
	overflow: hidden;
	min-height: 80px;
}

@media (max-width: 991px) {
	#brxe-guzdlv {
		display: flex;
		width: 100%;
	}
}

@media (max-width: 767px) {
	#brxe-guzdlv {
		display: flex;
		width: 100%;
	}
}

#brxe-vgskwe {
	flex-direction: column;
	align-items: flex-start;
	padding-right: 2em;
	padding-left: 0;
	margin-top: 0;
	align-self: center !important;
	height: 100%;
	justify-content: center;
}

@media (max-width: 991px) {
	#brxe-vgskwe {
		padding-right: 0;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#brxe-vgskwe {
		flex-direction: row;
		padding-right: 0;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media (max-width: 478px) {
	#brxe-vgskwe {
		padding-right: 0;
		padding-left: 0;
	}
	
	#brxe-705e2f::after {
		width: 100%;
	}
}

#brxe-finbww {
	flex-direction: column;
	padding-right: 0;
	padding-left: 0;
	margin-top: 0;
	height: 100%;
	justify-content: center;
	align-self: center !important;
}

@media (max-width: 991px) {
	#brxe-finbww {
		padding-right: 0;
		align-items: center;
		justify-content: center;
	}
}

@media (max-width: 767px) {
	#brxe-finbww {
		flex-direction: row;
		padding-right: 0;
		justify-content: flex-start;
		align-items: flex-start;
	}
}

@media (max-width: 478px) {
	#brxe-finbww {
		padding-right: 0;
		padding-left: 0;
	}
	
	#brxe-705e2f::after {
		width: 100%;
	}
}

#brxe-rmuskb {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	max-width: 100%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	align-self: center !important;
}

@media (max-width: 991px) {
	#brxe-rmuskb {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
}

#brxe-erisvd {
	color: rgba(255, 255, 255, .61);
	fill: rgba(255, 255, 255, .61);
	font-size: 40px;
}

#brxe-ltahir {
	position: absolute;
	bottom: 10px;
	left: 10px;
	width: 30%;
}

.copyright-hover {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.copyright-tooltip {
	position: absolute;
	bottom: 130%;
	left: 50%;
	transform: translateX(-50%);
	width: 260px;
	padding: 12px 14px;
	background: #111;
	color: #fff;
	font-size: 13px;
	line-height: 1.5;
	text-align: left;
	border-radius: 6px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, .2);
	opacity: 0;
	visibility: hidden;
	transition: all .25s ease;
	z-index: 999;
}

.copyright-tooltip::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-width: 6px;
	border-style: solid;
	border-color: #111 transparent transparent transparent;
}

.copyright-hover:hover .copyright-tooltip {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 991px) {
	#brxe-ltahir {
		width: 40%;
	}
}

@media (max-width: 767px) {
	#brxe-ltahir {
		width: 40%;
		bottom: 20px;
		left: 20px;
	}
}

@media (max-width: 478px) {
	#brxe-ltahir {
		width: 40%;
	}
}

#brxe-wllxba {
	color: var(--white);
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: scroll;
	background-image: url("https://cdn-ilemaka.nitrocdn.com/RQOpEuvLJpHJgTCenzbiAnfiyUUGWsps/assets/images/optimized/rev-39dc429/veterans-for-veterans.co.uk/wp-content/uploads/2026/01/Website-Hero-Image-Blend_HP_01_HERO-1024x576.jpg");
	margin-bottom: 0;
	width: 100%;
	padding-top: 200px;
	padding-bottom: 150px;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	min-height: 60vh;
}

#brxe-wllxba.nitro-lazy {
	background-image: none !important;
}

:where(#brxe-wllxba > *:not(figcaption)) {
	position: relative;
}

#brxe-wllxba::before {
	background-image: linear-gradient(90deg, rgba(22, 23, 27, .7), rgba(0, 0, 0, .2), rgba(22, 23, 27, .7));
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none;
}

@media (max-width: 991px) {
	#brxe-wllxba {
		padding-top: 100px;
		flex-direction: column;
		background-repeat: no-repeat;
		background-position: center center;
	}
}

@media (max-width: 767px) {
	#brxe-wllxba {
		flex-direction: column;
		width: 100%;
		min-height: 60svh;
		justify-content: flex-start;
		padding-top: 150px;
		padding-bottom: 0;
	}
}

@media (max-width: 478px) {
	#brxe-wllxba {
		padding-top: 150px;
		padding-right: 20px;
		padding-bottom: 40px;
		padding-left: 20px;
		min-height: 60svh;
	}
}

#brxe-xlsiex .underlined-text {
	--underline-color: var(--dark);
}

#brxe-xlsiex {
	color: var(--dark);
}

@media (max-width: 991px) {
	#brxe-xlsiex .underlined-text {
		--underline-color: var(--bricks-color-mzczem);
	}
}

#brxe-nnuvyj {
	color: rgba(22, 23, 27, .28);
	border-color: var(--dark);
}

#brxe-nnuvyj.horizontal .line {
	width: 10%;
	border-top-width: 4px;
	border-top-color: rgba(16, 20, 35, .37);
}

#brxe-nnuvyj.vertical .line {
	border-right-width: 10%;
	border-right-color: rgba(16, 20, 35, .37);
}

#brxe-nnuvyj.horizontal {
	justify-content: flex-start;
}

#brxe-nnuvyj.vertical {
	align-self: flex-start;
}

#brxe-nnuvyj .line {
	height: 4px;
}

#brxe-nnuvyj .icon {
	color: rgba(16, 20, 35, .37);
}

@media (max-width: 478px) {
	#brxe-nnuvyj.horizontal {
		justify-content: center;
	}
	
	#brxe-nnuvyj.vertical {
		align-self: center;
	}
}

#brxe-zrbmok {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
}

@media (max-width: 767px) {
	@media (max-width: 767px) {
		#brxe-zrbmok {
			display: none !important;
		}
	}
}

@media (max-width: 478px) {
	#brxe-zrbmok {
		align-self: center !important;
		justify-content: center;
		align-items: center;
	}
}

#brxe-hzupop {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
}

#brxe-nrpqmo {
	font-size: 24px;
	text-align: center;
	color: var(--white);
	font-weight: 500;
}

#brxe-mjfffi {
	flex-direction: row;
	align-self: center !important;
	text-align: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: var(--olive);
}

#brxe-vqzzgf {
	font-size: 20px;
	text-align: center;
	font-weight: 400;
}

#brxe-pnbeoh {
	flex-direction: row;
	align-self: center !important;
	text-align: center;
	justify-content: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 0;
}

#brxe-ijjuri {
	position: absolute;
	right: 0px;
	top: 10px;
	height: auto;
	width: 4em;
}

#brxe-veilze {
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 0;
	border: 2px solid rgba(22, 23, 27, .22);
	border-radius: 15px;
	row-gap: 0px;
	position: relative;
}

#brxe-nyzqob {
	width: 40px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

#brxe-nyzqob:hover {
	transform: translateY(-5px) scaleX(1.05) scaleY(1.05);
}

@media (max-width: 767px) {
	#brxe-nyzqob {
		width: 30px;
	}
}

@media (max-width: 478px) {
	#brxe-nyzqob {
		width: 40px;
		height: 40px;
	}
}

#brxe-zdsoja {
	color: hsl(0, 0%, 100%);
	font-size: 16px;
}

#brxe-bkeuuy {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-self: center !important;
	column-gap: 10px;
}

@media (max-width: 991px) {
	#brxe-bkeuuy {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	#brxe-bkeuuy {
		padding-right: 2em;
		padding-left: 2em;
	}
}

#brxe-nmjjyj {
	font-weight: 500;
	background-color: var(--bricks-color-euqnyj);
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .15);
	margin-top: 10px;
	margin-bottom: 0;
	display: flex;
	border-radius: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

@media (max-width: 767px) {
	#brxe-nmjjyj {
		padding-top: 20px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
		display: none;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 478px) {
	#brxe-nmjjyj {
		margin-bottom: 10px;
	}
}

#brxe-xgxhbr {
	max-width: 25%;
}

@media (max-width: 991px) {
	#brxe-xgxhbr {
		max-width: 30%;
	}
}

@media (max-width: 767px) {
	#brxe-xgxhbr {
		max-width: 100%;
		padding-bottom: 15px;
	}
}

@media (max-width: 478px) {
	#brxe-xgxhbr {
		max-width: 100%;
		padding-bottom: 0;
	}
}

#brxe-ahpukj {
	width: 40px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

#brxe-ahpukj:hover {
	transform: translateY(-5px) scaleX(1.05) scaleY(1.05);
}

@media (max-width: 767px) {
	#brxe-ahpukj {
		width: 30px;
	}
}

@media (max-width: 478px) {
	#brxe-ahpukj {
		width: 40px;
		height: 40px;
	}
}

#brxe-pwkcjj {
	color: hsl(0, 0%, 100%);
	font-size: 16px;
}

#brxe-hsnerf {
	flex-direction: row;
	align-items: center;
	justify-content: center;
	align-self: center !important;
	column-gap: 10px;
}

@media (max-width: 991px) {
	#brxe-hsnerf {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	#brxe-hsnerf {
		padding-right: 2em;
		padding-left: 2em;
	}
}

#brxe-skmgzr {
	font-weight: 500;
	background-color: var(--bricks-color-euqnyj);
	box-shadow: 0 8px 25px 0 rgba(0, 0, 0, .15);
	margin-top: 10px;
	margin-bottom: 0;
	display: none;
	border-radius: 15px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

@media (max-width: 767px) {
	#brxe-skmgzr {
		padding-top: 20px;
		padding-right: 0;
		padding-bottom: 20px;
		padding-left: 0;
		display: flex;
		margin-top: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 478px) {
	#brxe-skmgzr {
		margin-bottom: 10px;
	}
}

#brxe-bknvdh .underlined-text {
	--underline-color: var(--dark);
}

#brxe-bknvdh {
	color: var(--dark);
}

@media (max-width: 991px) {
	#brxe-bknvdh .underlined-text {
		--underline-color: var(--bricks-color-mzczem);
	}
}

#brxe-bxycsz {
	color: rgba(22, 23, 27, .28);
	border-color: var(--dark);
}

#brxe-bxycsz.horizontal .line {
	width: 10%;
	border-top-width: 4px;
	border-top-color: rgba(16, 20, 35, .37);
}

#brxe-bxycsz.vertical .line {
	border-right-width: 10%;
	border-right-color: rgba(16, 20, 35, .37);
}

#brxe-bxycsz.horizontal {
	justify-content: flex-start;
}

#brxe-bxycsz.vertical {
	align-self: flex-start;
}

#brxe-bxycsz .line {
	height: 4px;
}

#brxe-bxycsz .icon {
	color: rgba(16, 20, 35, .37);
}

@media (max-width: 767px) {
	#brxe-bxycsz.horizontal {
		justify-content: center;
	}
	
	#brxe-bxycsz.vertical {
		align-self: center;
	}
}

@media (max-width: 478px) {
	#brxe-bxycsz.horizontal {
		justify-content: center;
	}
	
	#brxe-bxycsz.vertical {
		align-self: center;
	}
}

#brxe-stldmz {
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
}

@media (min-width: 768px) {
	#brxe-stldmz {
		display: none !important;
	}
}

@media (max-width: 767px) {
	#brxe-stldmz {
		padding-right: 0;
		padding-bottom: 15px;
		padding-left: 0;
		justify-content: center;
		align-items: center;
		font-size: 20px;
	}
}

@media (max-width: 478px) {
	#brxe-stldmz {
		align-self: center !important;
		justify-content: center;
		align-items: center;
		padding-bottom: 0;
		text-align: center;
	}
}

#brxe-wkprnn {
	font-size: 2.2rem;
}

@media (max-width: 767px) {
	#brxe-wkprnn {
		text-align: left;
		font-size: 20px;
		align-self: flex-start;
	}
}

#brxe-udruoy {
	color: var(--olive);
	line-height: .2;
	z-index: 10;
	align-self: center;
}

#brxe-bunddx {
	text-align: center;
	color: var(--white);
	font-family: "Helvetica";
	font-weight: 300;
	font-style: italic;
	font-size: 2.2rem;
}

#brxe-pjzwtq {
	max-width: 100%;
	align-items: center;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
	background-color: var(--dark-green);
	border-radius: 15px;
}

@media (max-width: 767px) {
	#brxe-pjzwtq {
		max-width: 100%;
	}
}

#brxe-edcypv {
	color: var(--olive);
	line-height: .2;
	z-index: 10;
	align-self: center;
}

#brxe-dqyzpk {
	flex-direction: column;
	justify-content: center;
	row-gap: 5px;
	padding-top: 20px;
	column-gap: 50px;
	align-items: flex-start;
	background-color: var(--white);
}

@media (max-width: 478px) {
	#brxe-dqyzpk {
		row-gap: 5px;
	}
}

#brxe-wrgvog {
	flex-direction: column;
	width: 100%;
}

@media (max-width: 767px) {
	#brxe-wrgvog {
		max-width: 100%;
	}
}

@media (max-width: 478px) {
	#brxe-wrgvog {
		max-width: 100%;
	}
}

#brxe-zbpooa {
	flex-direction: row;
	justify-content: center;
	align-items: flex-start;
	row-gap: 5px;
	padding-right: 2.5em;
	padding-left: 2.5em;
	column-gap: 50px;
	margin-top: 20px;
	display: flex;
}

@media (max-width: 767px) {
	#brxe-zbpooa {
		column-gap: 0px;
		justify-content: space-between;
		flex-direction: column;
	}
}

@media (max-width: 478px) {
	#brxe-zbpooa {
		row-gap: 30px;
		flex-direction: row;
	}
}

#brxe-qpuacz {
	color: var(--bricks-color-gvpcar);
	font-weight: 500;
	line-height: 1.3;
	font-size: 2.2rem;
	background-color: var(--green);
	border-radius: 5px;
	margin-top: 35px;
	margin-bottom: 20px;
	width: 11em;
	align-self: center;
}

@media (max-width: 767px) {
	#brxe-qpuacz {
		margin-bottom: 0;
	}
}

@media (max-width: 478px) {
	#brxe-qpuacz {
		margin-top: 20px;
		margin-bottom: 0;
	}
}

#ambassador-start {
	padding-top: 40px;
	padding-bottom: 30px;
}

@media (max-width: 767px) {
	#ambassador-start {
		padding-bottom: 40px;
	}
}

@media (max-width: 478px) {
	#ambassador-start {
		align-self: center !important;
		justify-content: center;
		align-items: center;
		flex-direction: column;
	}
}
