/* ========================================= */
/* HERO BANNER */
/* ========================================= */
.banner-flex {
	height: 800px;
	width: 100%;
	position: relative;
}
.banner-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 10;
}
.banner-image:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.7);
	z-index: 15;
}
#main-banner {
	position: relative;
}
#hero-banner,
#hero-banner .slick-list,
#hero-banner .slick-list > .slick-track,
#hero-banner .slick-slide{
	height: 800px;
}
#hero-banner {
	background-color: #000000;
}
.no-hero .banner-content {
	justify-content: flex-start !important;
	margin-left: 100px;
}
.no-hero .banner-content .banner-top-text,
.no-hero .banner-content .large-text {
	text-align: left !important;
}
.no-hero .banner-content .banner-top-text {
	font-size: 70px;
}
.no-hero .banner-content .large-text {
	font-size: 150px;
}
.banner-content {
	z-index: 100;
	width: 100%;
	height: 800px;
	display: block;
	display: flex;
	justify-content: center;
	align-items: center;
}
.banner-content > div {
	width: 100%;
}
.banner-text-content {
	display: flex;
	justify-content: flex-start;
}
.banner-text-content > div:first-child {
	width: 500px;
	margin-right: 100px;
}
.banner-text-content > div:first-child p {
	font-size: 16px !important;  
}
.banner-text-content > div:first-child {
	z-index: 150;
	color: #FFF;
	height: 100px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 500px;
}
.banner-text-content > div:last-child a{
	z-index: 200;
}
.banner-text-content > div:last-child {
	height: 100px;
	width: 300px;
}
.banner-top-text {
	font-size: 90px;
	color: #FFF;
	text-transform: uppercase;
	z-index: 150;
	position: relative;
	font-family: 'gazzetta-variable' !important;
	width: 100%;
	text-align: center;
}
.banner-content .large-text {
	z-index: 150;
	position: relative;
	font-family: 'cheddar-gothic-rough' !important;
	color: #06FA05;
	width: 100%;
	text-align: center;
	font-size: 200px;
	position: relative;
	top: -25px;
	font-weight: 100;
}
.banner-btn-box {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100px;
}
.banner-btn-box a {
	z-index: 150;
}
.banner-arrows-con {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 90px;
}
.banner-arrows {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #06FA05;
}
.banner-arrows .slick-prev {
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 50%;
}
.banner-arrows .slick-prev:after {
	content: '\f060';
	font-family: 'Font Awesome 6 Pro';
	font-size: 35px;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 300;
}
.banner-arrows .slick-next:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	font-size: 35px;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 300;
}
.banner-arrows .slick-next {
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 50%;
}
.banner-dots {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	height: 300px;
	width: 25px;
}
.slick-dots {
	height: 100%;
	width: 100%;
	top: 0px !important;
	left: 0px !important;
	display: flex !important;
	justify-content: center;
	flex-direction: column;
	align-items: center; 
}
.slick-dots > li{
	height: 30px !important;
	width: 2px !important;
	background-color: #FFF !important;
	padding: 0px !important;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.slick-dots > li > button {
	height: 100% !important;
	width: 100% !important;
}
.slick-dots > li:not(:last-child) {
	margin-bottom: 10px;
}
.slick-dots > li.slick-active {
	background-color: #06FA05 !important; 
	width: 4px !important;
}
#main-banner:after {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background-image: url(../images/layout/white-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
}
/* ========================================= */
/* HOMEPAGE TEXT CALLOUT */
/* ========================================= */
.homepage-callout {
	width: 100%;
}
.text-bar-callout {
	margin: 0 auto;
}
.text-bar-callout > p {
	font-size: 38px;
	font-family: 'cheddar-gothic-rough' !important;
	text-transform: uppercase;
	font-weight: 100;
	text-align: center;
	position: relative;
}
.text-bar-callout > p:before {
	content: '';
	width: 131px;
	height: 4px;
	background-color: #06FA05 !important; 
	position: absolute;
	bottom: -25px;
	left: 50%;
	transform: translateX(-50%);
}
/* ========================================= */
/* IMAGE CALLOUT */
/* ========================================= */
.image-callout-wrapper {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 50px 0px;
	box-sizing: border-box;
}
.image-callout-wrapper > div {
	width: 45%;
	max-width: 560px;
}
.image-callout-wrapper > div:first-child {
	position: relative;
	margin-right: 100px;
}
.callout-image-box {
	height: 525px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 200;
	position: relative;
}
.image-callout-wrapper > div:first-child:before {
	content: '';
	position: absolute;
	left: -15px;
	bottom: -15px;
	background-color: #06FA05;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.image-callout-content > p:first-child {
	margin-bottom: 10px !important;
	font-size: 25px;
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
}
.image-callout-content > h1 {
	font-family: 'cheddar-gothic-rough' !important;
	color: #06FA05;
	margin-bottom: 10px !important;
	font-size: 80px;
	line-height: 1;
	font-weight: 100;
}
.image-callout-content > div {
	height: 100px;
}
.dash-bar span{
	font-family: 'gazzetta-variable' !important;
	font-size: 70px;
	opacity: 0.25;
	color: #000000;
}
.image-callout-wrapper > div:first-child .dash-bar {
	position: absolute;
	left: -30%;
	bottom: -40px;
	z-index: 300;
}
/* ========================================= */
/* QUICK LINKS */
/* ========================================= */
.quick-links {
	min-height: 100px;
	background-color: #000000;
	position: relative;
	padding: 75px 0px;
	margin-top: 50px;
}
.quick-links:before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -10px;
	background-image: url(../images/layout/black-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
}
.quick-links:after {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background-image: url(../images/layout/black-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.ql-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 15px;
grid-row-gap: 15px;
}
.ql-grid > div:nth-child(1) { grid-area: 1 / 1 / 3 / 2; }
.ql-grid > div:nth-child(2) { grid-area: 1 / 2 / 2 / 3; }
.ql-grid > div:nth-child(3) { grid-area: 1 / 3 / 2 / 4; }
.ql-grid > div:nth-child(4) { grid-area: 2 / 2 / 3 / 3; }
.ql-grid > div:nth-child(5) { grid-area: 2 / 3 / 3 / 4; }
.ql-grid > div {
	background-color: #FFF;
	height: 250px;
}
.ql-grid > div:nth-child(1) {
	height: 515px;
}
.ql-grid-box {
	max-width: 1200px;
	margin: 0 auto;
}
.ql-callout-item {
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ql-callout-item:not(.no-image):before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: #000000;
	opacity: 0.5;
}
.ql-callout-item > p {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	margin-bottom: 0px;
	position: absolute;
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	font-size: 150px;
	opacity: 0.24;
	color: #06FA05;
	text-align: center;
	z-index: 20;
}
.ql-callout-item > div > p,
.ql-callout-item > div > div > a {
	z-index: 100;
	position: relative;
}
.ql-callout-item > div > p {
	color: #FFF;
	text-transform: uppercase;
	font-size: 45px;
	font-family: 'gazzetta-variable' !important;
	width: 100%;
	text-align: center;
}
.ql-callout-item > div > div {
	width: 100%;
	display: flex;
	justify-content: center;
}
.ql-callout-item.no-image {
	background-color: #06FA05;
}
.ql-callout-item.no-image > div {
	width: 100%;
	height: 100%;
	position: relative;
}
.ql-callout-item.no-image > div:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
	background: transparent linear-gradient(238deg, var(--unnamed-color-06fa05) 0%, var(--unnamed-color-000000) 100%) 0% 0% no-repeat padding-box;
	background: transparent linear-gradient(238deg, #06FA05 0%, #000000 100%) 0% 0% no-repeat padding-box;
}
.ql-callout-item.no-image > div a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}
.ql-callout-item.no-image > div a span {
	color: #FFF;
	font-family: 'gazzetta-variable' !important;
	font-size: 45px;
	text-transform: uppercase;
	z-index: 100;
}
/* ========================================= */
/* GRAY CALLOUT SECTION */
/* ========================================= */
.subpage-gray-section .step-callouts ul {
	list-style-type: none;
}
.subpage-gray-section .step-callouts ul li {
	color: #FFF;
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
.subpage-gray-section .step-callouts ul li:before{
	content: '\f058';
	font-family: 'Font Awesome 6 Pro';
	color: #06FA05;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: -2px;
	font-weight: 900;
}
.subpage-gray-section {
	background-color: #333333;
}
.works-callout.no-line {
	border-bottom: none !Important;
}
.gray-section {
	width: 100%;
	background-color: #333333;
	padding: 75px 0px;
	box-sizing: border-box;
}
.works-callout {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	padding-bottom: 25px;
	border-bottom: 2px solid #FFF;
	position: relative;
}
.works-callout > div p {
	margin: 0px;
}
.works-callout > div p:first-child {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
}
.works-callout > div p:last-child {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	color: #06FA05;
	font-size: 80px;
	line-height: 80px !important;
}
.works-callout > div {
	margin-right: 50px;
}
.works-callout > p {
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	max-width: 550px;
	margin-bottom: 0px;
}
.works-callout .dash-bar {
	position: absolute;
	right: -15%;
	top: 0px;
}
.works-callout .dash-bar span {
	color: #FFFFFF !important;
}
.step-callouts {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-top: 75px;
}
.step-callouts-item {
	width: 30%;
}
.step-callouts-item > div:first-child {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 2px solid #06FA05;
	display: flex;
	justify-content: center;
	align-items: center;
}
.step-callouts-item > div:first-child span {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	color: #06FA05;
	font-size: 40px;
}
.step-callouts-item > p:nth-child(2) {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	color: #FFF;
	padding-top: 35px;
	font-size: 35px;
}
.step-callouts-item > p:nth-child(3) {
	color: #FFF;
}
.step-callouts-item > a {
	position: relative;
	color: #FFF;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	font-size: 22px;
}
.step-callouts-item > a:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	color: #06FA05;
	font-size: 18px;
	position: absolute;
	top: 0px;
	right: -30px;
	font-weight: 200;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.step-callouts-item > a:hover {
	color: #06FA05;
}
.step-callouts-item > a:hover:after {
	right: -40px;
}
/* ========================================= */
/* BAR CALLOUT */
/* ========================================= */
.bar-callout {
	width: 100%;
	position: relative;
	padding: 50px 0px;
	background-color: #06FA05;
}
.bar-callout .dash-bar {
	position: absolute;
	left: -10%;
	top: 50%;
	transform: translateY(-50%);
}
.bar-callout > div:first-child {
	margin: 0 auto;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
}
.bar-callout > div:first-child > div {
	display: flex;
	justify-content: center;
	align-items: center;
}
.bar-callout > div:first-child > div > p:first-child {
	color: #000000;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	font-size: 45px;
	margin-bottom: 0px;
	padding-right: 25px;
}
.bar-callout > div:first-child > div > p:last-child {
	font-size: 16px;
	font-weight: bold;
	max-width: 350px;
	margin-bottom: 0px;
}
.green-bar-img {
	position: absolute;
	right: -179px;
	top: -213px;
	width: 584px;
	height: 504px;
	transform: rotate(1deg);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	z-index: 500;
}
/* ========================================= */
/* TESTIMONIALS */
/* ========================================= */
.testimonial-section {
	min-height: 550px;
	background-color: #000000;
	position: relative;
}
.testimonial-section > .container {
	position: relative;
	min-height: 550px;
}
.testiominal-bg-text {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 75px;
}
.testiominal-bg-text span {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	color: #06FA05;
	text-align: center;
	font-size: 150px;
	opacity: .24;
	z-index: 10;
}
.testiominal-bg-text p {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	color: #FFF;
	z-index: 50;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 45px;
}
.testimonial-slider-box {
	min-height: 550px;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
#testimonial-slider {
	height: 250px;
	width: 100%;
}
#testimonial-slider .slick-list,
#testimonial-slider .slick-list .slick-track,
#testimonial-slider .slick-slide {
	height: 250px;
}
#testimonial-slider .testimonial-flex,
#testimonial-slider .testimonial-flex > div {
	width: 100%;
	height: 100%;
}
#testimonial-slider .testimonial-flex > div p,
#testimonial-slider .testimonial-flex > div p span {
	z-index: 250;
	position: relative;
	color: #FFF;
	text-align: center;
}
#testimonial-slider .testimonial-flex > div p, {
	line-height: 20px !important;
}
.testimonial-flex {
	margin: 0 auto;
	max-width: 770px;
}
.testimonial-dots {
	position: absolute;
	left: 25px;
	top: 50%;
	transform: translateY(-50%);
	height: 300px;
	width: 25px;
}
.testimonial-flex > div > p:last-child {
	font-weight: bold;
	color: #06FA05 !important;
}
.testimonial-arrows-con {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 90px;
}
.testimonial-arrows {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background-color: #06FA05;
}
.testimonial-arrows .slick-prev {
	left: 0px;
	bottom: 0px;
	height: 100%;
	width: 50%;
}
.testimonial-arrows .slick-prev:after {
	content: '\f060';
	font-family: 'Font Awesome 6 Pro';
	font-size: 35px;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 300;
}
.testimonial-arrows .slick-next:after {
	content: '\f061';
	font-family: 'Font Awesome 6 Pro';
	font-size: 35px;
	color: #000000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-weight: 300;
}
.testimonial-arrows .slick-next {
	right: 0px;
	bottom: 0px;
	height: 100%;
	width: 50%;
}
/* ========================================= */
/* SUBPAGE BANNER */
/* ========================================= */
#sub-banner {
	width: 100%;
	min-height: 600px;
	background-color: #000000;
	margin-bottom: 50px;
	position: relative;
}
#sub-banner:before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background-image: url(../images/layout/white-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 500;
}
#sub-banner > div {
	width: 100%;
	min-height: 600px;
}
#inner-banner {
	min-height: 600px;
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
#inner-banner.no-image h1{
	text-align: center;
	width: 100%;
}
.no-image .sub-banner-flex > div > div {
	margin-right: 0px;
}
#inner-banner:after {
	content: '';
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	left: 0px;
	top: 0px;
	background-color: #000000;
	opacity: 0.5;
}
#inner-banner > .container {
	width: 100%;
	min-height: 600px;
}
.sub-banner-flex,
.sub-banner-flex > div {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 600px;
}
.sub-banner-flex > div > div {
	margin-right: 75px;
	min-width: fit-content;
}
.sub-banner-flex > div > div > p {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	color: #FFF;
	font-size: 64px;
	margin-bottom: 0px;
	line-height: 64px !Important;
	max-width: 400px;
}
.sub-banner-flex > div > div > p,
.sub-banner-flex > div > div > h1,
.sub-banner-flex > div  > p {
	position: relative;
	z-index: 100;
}
.sub-banner-flex > div > div > h1 {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	color: #06FA05;
	font-size: 147px;
	margin-bottom: 0px;
	line-height: 147px !Important;
}
.sub-banner-flex > div > p {
	color: #FFF;
	font-size: 18px;
	line-height: 1.1;
}
/* ========================================= */
/* SUBPAGE TAB SECTION */
/* ========================================= */
.subpage-tabs {
	width: 100%;
	position: relative;
	padding-bottom: 50px;
}
.subpage-tabs:after {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background-image: url(../images/layout/white-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.subpage-tabs > .container > div {
	margin: 0 auto;
}
.subpage-tabs > .container > div > p {
	text-align: center;
	width: 100%;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	color: #000000;
	font-size: 40px;
	margin-bottom: 0px;
}
.subpage-tabs > .container > div h2 {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	color: #06FA05;
	font-size: 80px;
	text-align: center;
	width: 100%;
}
.callout-tab-links {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 50px;
}
.callout-tab-links > div {
	width: fit-content;
}
.callout-tab-links a:not(:last-child) {
	margin-right: 25px;
}
.callout-tab-links > div > a{
	color: #000000;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase;
	font-size: 22px;
	position: relative;
}
.callout-tab-links > div > a:after {
	content: '';
	width: 60%;
	height: 4px;
	background-color: #06FA05;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	opacity: 0;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.callout-tab-item {
	display: none;
}
.active-tab-link {
	font-size: 26px !important;
}
.active-tab-link:after {
	opacity: 1 !important;
}
.callout-tab-item .image-callout-content > p:first-child{
	text-align: left !important;
	color: #000000 !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 35px !important;
	font-weight: normal !important;
}
.callout-tab-item .image-callout-content > p:nth-child(2) {
	max-width: 500px !important;
}
.callout-tab-item .image-callout-content > div:last-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 75px;
}
.callout-tab-item .image-callout-content > div:last-child > p {
	margin-right: 15px;
	margin-bottom: 0px;
}
.callout-tab-item .image-callout-content > div:last-child p i {
	color: #06FA05;
	font-size: 18px;
	margin-right: 5px;
}
.callout-tab-item .image-callout-content > div:last-child > p:first-child {
	font-weight: bold;
}
.callout-tab-item .image-callout-content > div:last-child > p:not(:first-child) {
	padding: 5px 10px;
	background-color: #06FA05;
	color: #000000;
	height: fit-content;
}
/* ========================================= */
/* GREEN CONTENT SECTION */
/* ========================================= */
.green-subpage-section {
	width: 100%;
	background-color: #06FA05;
	padding: 75px 0px;
	box-sizing: border-box;
}
.green-subpage-section > .container {
	height: 100%;
}
.green-flex {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.green-flex > div {
	width: 30%;
}
.green-flex-head > p:first-child{
	color: #000000 !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 45px;
}
.green-flex-head > p:last-child {
	font-size: 16px;
}
.green-flex-content > ul {
	list-style-type: none;
}
.green-flex-content > ul li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
	font-size: 14px;
}
.green-flex-content > ul > li:before {
	content: '\f058';
	font-family: 'Font Awesome 6 Pro';
	color: #000000;
	font-size: 18px;
	position: absolute;
	left: 0px;
	top: -2px;
	font-weight: 900;
}
/* ========================================= */
/* MEMBERSHIP SECTION */
/* ========================================= */
.membership-section {
	position: relative;
	width: 100%;
	padding: 75px 0px;
	box-sizing: border-box;
}
.membership-section:before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -10px;
	background-image: url(../images/layout/white-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
}
.membership-section:after {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: -10px;
	background-image: url(../images/layout/white-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	z-index: 500;
}
.membership-section > .container {
	height: 100%;
}
.membership-flex {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.membership-main-content {
	margin-right: 150px;
	max-width: 350px;
}
.membership-main-content > p:first-child {
	color: #000000 !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 40px;
	margin-bottom: 0px;
	line-height: 40px !Important;
}
.membership-main-content > p:nth-child(2) {
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	color: #06FA05;
	font-size: 80px;
	line-height: 80px !important;
}
.membership-main-content > div > p:first-child {
	margin-bottom: 25px;
}
.membership-main-content > div > p:nth-child(2) {
	color: #000000 !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 32px;
}
.membership-main-content > div > div {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}
.membership-main-content > div > div:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75px;
	height: 4px;
	background-color: #06FA05;
}
.membership-main-content > div > div p {
	padding: 5px 10px;
	background-color: #06FA05;
	color: #000000;
	height: fit-content;
	margin-bottom: 0px;
}
.membership-item {
	padding: 10px 15px;
	box-sizing: border-box;
	border: 1px solid #06FA05;
	box-shadow: 0px 2px 5px #00000026;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.membership-item > span {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	border: 2px solid #06FA05;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #06FA05;
	font-size: 16px;
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	margin-right: 15px;
}
.membership-item > p:nth-child(2) {
	color: #000000 !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 32px;
	margin-bottom: 0px;
	margin-right: 15px;
	line-height: 32px !important;
}
.membership-item > p:last-child {
	margin-bottom: 0px;
}
.membership-flex > div:last-child {
	flex-grow: 1;
}
.membership-flex > div:last-child > div:not(.membership-item) p:last-child {
	font-weight: bold;
}
.membership-flex > div:last-child > div:not(.membership-item) p:first-child {
	margin-bottom: 0px;
	padding-top: 15px;
}
/* ========================================= */
/* LOCATIONS */
/* ========================================= */
.location-view {
	width: 100%;
}
.location-header {
	min-height: 600px;
	background-color: #000000;
	display: flex;
	justify-content: center;
}
.location-header > div {
	width: 50%;
	min-height: 600px;
}
.location-image {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.location-details {
	padding-left: 100px;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.location-details > div > div:first-child > p:first-child {
	margin-bottom: 0px;
	color: #FFF !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 40px;
	line-height: 40px;
}
.location-details > div > div:first-child >h1 {
	color: #06FA05;
	font-size: 80px;
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	line-height: 70px;
}
.location-info > div:first-child {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.location-info > div:first-child > div > p:first-child {
	color: #FFF !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 22px;
}
.location-info > div:first-child > div:first-child {
	margin-right: 50px;
}
.location-info > div:first-child > div > p:first-child i {
	color: #06FA05;
	font-size: 18px;
	margin-right: 5px;
}
.location-info > div:first-child > div > p:not(:first-child) {
	color: #FFF;
	margin-bottom: 0px;
}
.location-info > p:nth-child(2) {
	color: #FFF !important;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 22px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.location-info > p:nth-child(2) i {
	color: #06FA05;
	font-size: 18px;
	margin-right: 5px;
}
.location-info > p:nth-child(2) a {
	color:  #06FA05;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	font-size: 22px;
	margin-left: 5px;
}
.location-map {
	width: 100%;
	height: 370px;
}
.location-map iframe {
	width: 100% !important;
	height: 100% !important;  
}
/* ========================================= */
/* CONTACT */
/* ========================================= */
.contact-section {
	width: 100%; 
	min-height: 200px;
	background-color: #333333;
	padding-top: 75px;
}
.contact-header {
	width: 100%;
	display: flex;
	justify-content: center;
}
.contact-header > div {
	position: relative;
}
.contact-header > div > p:first-child {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	color: #FFF;
	font-size: 45px;
	z-index: 50;
	line-height: 45px !important;
	width: 100%;
	margin-bottom: 0px;
	text-align: center;
}
.contact-header > div > h2 {
	color: #06FA05;
	font-size: 150px;
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	line-height: 150px !important;
	opacity: .24;
	z-index: 25;
	margin-bottom: 0px;
}
.contact-form-holder {
	margin: 0 auto;
}
/* ========================================= */
/* BLACK BAR TEXT CALLOUT */
/* ========================================= */
.black-text-callout {
	width: 100%;
	padding: 50px;
	position: relative;
	background-color: #000000;
}
.black-text-callout:before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -10px;
	background-image: url(../images/layout/black-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
}
.black-text-callout:after {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	bottom: -5px;
	background-image: url(../images/layout/black-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
	transform: rotate(180deg);
	z-index: 500;
}
.black-text-callout > .container {
	width: 100%;
	height: 100%;
}
.black-text-callout > .container > div {
	margin: 0 auto;
}
.black-text-callout > .container > div p {
	font-size: 18px;
	color: #FFF;
	text-align: center;
	margin-bottom: 0px;
}
.black-text-callout > .container > div p span {
	color: #06FA05;
}
/* ========================================= */
/* FAQ */
/* ========================================= */
.faq-list-section {
	margin-top: 20px;
	display: flex;
	gap: 40px;
}

.faq-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	flex: 1;
	align-self: flex-start;
}

.faq + .faq {
	border-top: 2px solid #eee;
	margin-top: 20px;
	padding-top: 20px;
}

.faq > h3 > i,
.question i,
.toggle-head > i {
	position: absolute;
	right: 15px;
	top: 5px;
	transition: all 0.3s ease 0s;
}

.toggle-head > i {
	top: 25px;
}

.question {
	position: relative;
	margin: 0;
	padding-right: 70px;
	cursor: pointer;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	color: #FFF;
	font-size: 22px;
	letter-spacing: 1.1px;
}
.question:after {
	content: '\2b';
	font-family: 'Font Awesome 6 Pro';
	color: #FFF;
	font-size: 18px;
	position: absolute;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.question.activeDrop:after {
	content: '\f068' !important;
}

.section-content .question {
	font-size: 22px;
}

.show .question:after {
	border-top-width: 0;
	border-bottom-width: 8px;
}

.answer {
	padding: 20px 0 0;
	color: #FFF;
}

.answer p {
	margin: 0;
}

.answer-drop {
	display: none;
}

/* Responsive - stack to single column on tablets and mobile */
@media (max-width: 992px) {
	.faq-list-section {
		flex-direction: column;
	}
}
/* ========================================= */
/* STAFF */
/* ========================================= */
.staff-section {
	background-color: #000000;
	position: relative;
	width: 100%;
	padding-top: 75px;
}
.staff-section:before {
	content: '';
	width: 100%;
	height: 25px;
	position: absolute;
	left: 0px;
	top: -10px;
	background-image: url(../images/layout/black-rip.svg);
	background-size: 150%;
	background-position: top center;
	background-repeat: no-repeat;
}
.staff-section:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -50px;
	height: 50px;
	width: 100%;
	background-color: #000000;
}
.staff-section > .container {
	width: 100%;
	height: 100%;
}
.staff-header {
	display: flex;
	justify-content: center;
}
.staff-header > div > p {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	color: #FFF;
	font-size: 40px;
	line-height: 40px;
	text-align: center;
	margin-bottom: 0px;
}
.staff-header > div > h2 {
	color: #06FA05;
	font-size: 80px;
	font-family: 'cheddar-gothic-rough' !important;
	font-weight: 100;
	line-height: 80px;
}
.staff-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	max-width: 945px;
	margin: 0 auto;
}
.staff-item {
	flex: 1 1 calc(33.333% - 10px);
	height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	display: flex;
	justify-content: flex-end;
	max-width: 300px;
	align-items: flex-end;
}
.staff-item > div {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 15px;
	box-sizing: border-box;
	height: fit-content;
}
.staff-item > div p {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	color: #FFF;
	margin-bottom: 0px;
	font-size: 45px;
}
.modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(5px);
	z-index: 28000;
	justify-content: center;
	align-items: center;
}

.modal-overlay.active {
	display: flex;
}

.modal {
	background-color: #333333;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
	max-width: 1400px;
	width: 99%;
	min-height: 800px;
	position: relative;
	animation: slideIn 0.3s ease;
	position: relative;
	z-index: 30000;
	overflow: hidden;
}
.modal:before {
	content: '';
	position: absolute;
	left: -450px;
	top: -20px;
	width: 1000px;
	background-image: url(../images/layout/modal-bg.svg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	transform: rotate(438deg);
	z-index: 31000;
	height: 1000px;
}
@keyframes slideIn {
	from {
		transform: translateY(-50px);
		opacity: 0;
	}
	to {
		transform: translateY(0);
		opacity: 1;
	}
}
.close-modal {
	position: absolute;
	right: 25px;
	top: 25px;
	color: #FFFFFF;
	font-size: 18px;
}
.modal .callout-image-box {
	z-index: 32000;
	position: relative;
	max-width: 560px !important;
	width: 100%;
	height: 560px !important;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
}
.modal .image-callout-wrapper {
	min-height: 800px;
	box-sizing: border-box;
	padding: 0px 100px;
}
.modal .image-callout-wrapper > div:first-child:before {
	z-index: 31500;
}
.modal .image-callout-wrapper > div:first-child {
	margin-right: 100px;
}
.modal .image-callout-content > p:nth-child(2) {
	margin-bottom: 0px !important;
	color: #FFF;
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	color: #FFF;
	font-size: 40px;
	line-height: 40px !Important;
}
.modal .image-callout-content > p {
	z-index: 40000;
	position: relative;
}
.modal .image-callout-content > h1 {
	margin-bottom: 0px !important;
}
.modal .image-callout-content > p:not(:nth-child(2)) {
	color: #FFF !important;
	margin-top: 25px;
	margin-bottom: 0px;
}
.staff-modal-buttons {
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 200px;
	height: 90px;
	background-color: #06FA05;
	display: flex;
	justify-content: center;
}
.staff-modal-buttons a {
	width: 50%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.staff-modal-buttons a i {
	font-size: 35px;
	color: #000000;
}
/* ========================================= */
/* GENERAL SUBPAGE */
/* ========================================= */
.col-left ol {
	font-size: 14px;
	padding-left: 25px;
	margin-bottom: 15px;
}
.col-left {
	font-family: font-family: 'Metropolis';
	font-size: 14px;
}
.col-left h3 {
	font-family: 'gazzetta-variable' !important;
	text-transform: uppercase !important;
	color: #000000;
	font-size: 40px;
	padding-top: 25px;
	margin-bottom: 15px;
	line-height: 40px;
}