<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Pacifico&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:ital,wght@0,100..900;1,100..900&amp;display=swap');

:root {
	--blue: #000;
	--blue-dark: #1666BA;
	--blue-light: #7AB3EF;

	--red: #FF0000;
	--red-dark: #A70000;
	--red-light: #FF5252;

	--green: #76BA1B;
	--green-dark: #4C9A2A;
	--green-light: #ACDF87;

	--orange: #ff7400;
	--orange-dark: #ff4d00;
	--orange-light: #ff9a00;

	--black: #000;
	--dark: #333;
	--light: #666;

	--white: #fff;
	--white-dark: #ccc;
	--white-light: #eee;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
}

a,
button,
input,
textarea {
	outline: 0;
	transition: all .5s ease;
}

a {
	text-decoration: none !important;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: "Inter Tight", sans-serif;
	font-weight: 400;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Pacifico", cursive;
	font-weight: 700;
}


header,
.banner,
.section,
.h2,
.para,
.flexbox,
footer {
	width: 100%;
	float: left;
}

.logo {
	color: #fff;
	font-family: "Pacifico", cursive;
	font-weight: 800;
	font-size: 28px;
}

.logo img {
	width: 280px;
}

.header {
	padding: 10px 0px;
	position: relative;
	z-index: +9;
	transition: all 0.5s;
	background-color: #000;
}

.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header span {
	font-size: 20px;
	font-weight: 600;
}

.container {
	width: 100%;
	max-width: 1200px;
	padding: 0 15px;
}

.banner {
	background: linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9)), url(../img/banner.jpg) center;
	background-size: cover;
	padding: 20px 0;
	position: relative;
}

.banner .container {
	min-height: 200px;
	color: #fff;
	text-align: left;
	position: relative;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.btn-box {
	width: 100%;
	float: left;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 10px;
}

.btn-cu {
	background-color: #fff;
	color: #000;
	border: 2px solid #fff;
	width: auto;
	text-align: center;
	padding: 10px 20px;
	float: left;
	border-radius: 50px;
	font-size: 14px;
}

.btn-cus {
	background-color: #000;
	color: #fff;
	border: none;
	width: auto;
}

h6 {
	background-color: #141316;
	color: #fff;
	font-size: 15px;
	float: left;
	width: auto;
	padding: 10px 20px;
	border-radius: 30px;
	margin: 0 0 15px;
}

.btn-contact {
	background-color: #141316;
	color: #fff;
	font-size: 14px;
	float: left;
	width: 100%;
	padding: 10px 0;
	margin: 0 0 15px;
	text-align: center;
}

.h-low .container {
	min-height: 100px;
	align-items: center;
	text-align: center;
}

.banner h1 {
	font-size: 28px;
	font-weight: 800;
	margin: 0 0 10px;
}

.banner p {
	font-size: 15px;
	line-height: 24px;
}

.section {
	padding: 20px 0;
	position: relative;
}

.section .container {
	position: relative;
	z-index: 2;
}

.h2 {
	font-size: 25px;
	font-weight: 600;
	margin: 0 0 16px;
}

.para {
	font-size: 14px;
	line-height: 23px;
	margin: 0 0 20px;
}

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

.flexbox {
	display: flex;
	margin: 0 0 20px;
}

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

.flexbox&gt;p,
.flexbody {
	flex: 1;
}

.flexbox&gt;p:first-child,
.flexbody:first-child {
	padding: 0 30px 0 0;
}

.flexbox&gt;p:last-child,
.flexbody:last-child {
	padding: 0 0 0 30px;
}

.flexbox&gt;img {
	width: 100%;
	max-width: 40%;
	object-fit: cover;
}
.h2 span{
	font-size: 19px;
	display: block;
	margin-top: 10px;
}
.paracenter {
	text-align: center;
}

.section1 {
	background-color: #000;
	color: #fff;
}

.section4 .container,
.section5 .container,
.section6 .container {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	min-height: 200px;
	justify-content: center;
}

.center {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	flex-direction: column;
	margin: 0 0 20px;
}

.center:last-child {
	margin: 0 !important;
}

.container&gt;img {
	width: 100%;
	float: left;
	margin: 0 0 20px;
	object-fit: cover;
}

.flexgroup {
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1%;
}

.bg-change {
	background-color: #000;
	color: #fff;
}

.flexgroupbox {
	width: 49%;

	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	padding: 15px;
	background-color: transparent;
	border: 2px dashed #000;
	margin: 0 0 20px;
}

.section1 .flexgroupbox {
	border: 2px dotted #fff;
}

.flex {
	width: 24%;
	background-color: #000;
	color: #fff;
}

.flex h4 {
	font-family: "Inter Tight", sans-serif;
	font-size: 19px;
	margin: 0;
}

.flex-cu {
	width: 32%;
}

.flexgroupbox h2 {
	margin: 0;
}

.table-flex {
	width: 100%;
	float: left;
	margin: 0 0 20px;
}

.table {
	width: 100%;
	float: left;
	border: 1px solid #000;
	border-top: 0px;
	display: flex;
	margin: 0;
}

.table:first-child {
	border-top: 1px solid #000;
}

.table span {
	width: 25%;
	float: left;
	padding: 10px;
	border-right: 1px solid #000;
	display: flex;
	justify-content: flex-start;
	font-weight: 400;
	font-size: 14px;
	align-items: center;
}

.span-h {
	font-weight: 700 !important;
	font-size: 15px !important;
	background-color: #000;
	color: #fff;
	border-color: #fff !important;
}

.table :nth-child(4) {
	border-right: 0;
}

.flexgroupbox img {
	width: 100%;
	float: left;
	margin: 0 0 20px;
	height: 270px;
	object-fit: cover;
}

h4 {
	font-size: 20px;
}


.formsection {
	font-size: 16px;
	font-weight: 400;
}

.formsection .container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}

.formbox {
	width: 100%;
	float: left;
	max-width: 600px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.text {
	width: 49%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 5px;
}

.text-cu {
	width: 100%;
}

.text span {
	width: auto;
	float: left;
	font-weight: 400;
	font-size: 14px;
}

.formfield {
	width: 100%;
	height: 50px;
	margin: 0 0 10px;
	padding: 10px;
	border: none;
	background: #282726;
	color: #000;
	font-size: 15px;
}

.textarea-cu {
	width: 100%;
	height: 150px;
	margin: 0 0 10px;
	padding: 10px;
	border: none;
	background: #282726;
	color: #000;
	font-size: 15px;
}

.formfield::placeholder,
.textarea-cu::placeholder {
	color: #333;
}

.formbutton {
	width: 40%;
	float: left;
	height: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: none;
	background: transparent;
	color: #141316;
	border: none;
	cursor: pointer;
	outline: 0 !important;
	background-color: #fff;
}

footer {
	background: #f3f3f3;
	text-align: center;
	padding: 10px 0;
	color: #141316;
}

footer .container {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerlinks {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	width: 100%;
	align-items: center;
}

.footerlinks img {
	width: 80px;
	margin-left: 30px;
}

.footerlinks a {
	font-size: 14px;
	color: #141316;
	margin: 0 6px;
}

.footerlinks a:hover {
	text-decoration: underline !important;
}

.copyrights {
	font-size: 14px;
}

.copyrights a {
	text-decoration: underline !important;
	color: #fff;
}

.text-white {
	font-size: 14px;
}

.cookiesection {
	width: 100%;
	float: left;
	min-height: calc(100vh - 126px);
	padding: 40px 0;
	background-color: rgba(255, 255, 255, .7);
	color: #000;
}

.cookiesection h2 {
	font-size: 22px;
	font-weight: 600;
}

.cookiesection p {
	font-size: 14px;
	line-height: 20px;
}

.cookiesection p strong {
	font-weight: 600;
}

.cookiesection p .bolder {
	display: block;
	margin: 30px 0 10px;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
}

.backbutton {
	float: left;
	display: inline-flex;
	align-items: center;
	margin: 30px 0 20px;
	padding: 6px 8px;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	color: var(--blue-dark) !important;
	border: solid 1px var(--blue-dark);
	;
}

.backbutton img {
	width: 15px;
	margin: 0 5px 0 0;
	transition: all .3s ease;
}

.backbutton:hover {
	background: var(--blue-dark);
	;
	color: #fff !important;
}

.backbutton:hover img {
	filter: saturate(0) brightness(10);
}

.alert {
	background: rgba(0, 0, 0, 0.7) !important;
	color: #ffffff !important;
	position: fixed !important;
	bottom: 0px;
	margin-bottom: 0 !important;
	left: 0;
	right: 0;
	border-radius: 0;
	text-align: center;
	width: 100%;
	margin: auto;
	padding: 7px 30px !important;
	display: flex;
	justify-content: space-between;
	border-radius: 0px !important;
	flex-wrap: wrap;
	align-items: center;
}

.alert-dismissible {
	z-index: +3;
}

.alert-close {
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	padding: 0px !important;
	width: 3rem;
	height: 2rem;
	font-size: 14px;
}

.hide {
	display: none;
}

span {
	font-weight: bold;
}

.alert p {
	font-size: 14px;
}

.hide {
	display: none;
}

.alert-close {
	padding: 0px 9px;
	border: 1px solid transparent;
	border-radius: 4px;
	background: #862041;
	color: white;
	margin: 0 !important;
	font-size: 14px;
}

.modal-content {
	background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("../img/banner.jpg") center;
	background-size: cover;
}

.btn {
	width: 58%;
	border: 1px solid transparent;
	font-size: 22px;
	background: #8c3737;
	color: white;
	border-radius: 6px;
	margin: auto !important;
}

.btn:hover {
	background-color: #000;
	color: #fff;
}

.mb-3 textarea {
	width: 100%;
	height: 150px;
	padding: 10px 0 0 10px;
}

.modal-header {
	color: #fff;
}

@media (max-width:800px) {
	.banner h1 {
		font-size: 20px;
	}

	.h2 {
		font-size: 18px;
	}

	h4 {
		font-size: 16px;
	}

	.para {
		font-size: 14px;
	}

	.flexbox {
		flex-direction: column;
		align-items: center;
	}

	.flexbox&gt;img {
		max-width: 100%;
		order: 1;
		margin: 0 0 15px;
		height: 200px;
	}

	.flexbody,
	.flexbox&gt;.para {
		padding: 0 !important;
		order: 2;
	}

	footer .container {
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.flexgroupbox {
		width: 100%;
	}

	.logo img {
		width: 189px;
	}

	.formfield {
		width: 100%;
	}

	.formbutton {
		width: 100%;
	}

	.img-size {
		width: 100%;
	}

	.footerlinks {
		justify-content: center;
	}

	.banner .flexbox {
		flex-direction: column-reverse;
	}

	.formsection .flexbox {
		flex-direction: column-reverse;
		gap: 20px;
	}

	.banner .flexbox&gt;img {
		display: none;
	}

	.flexgroupbox img {
		height: 200px !important;
		object-fit: cover;
	}

}

@media (max-width:456px) {

	.header .container {
		flex-direction: column;
		gap: 10px;
	}

	.btn-box {
		flex-direction: column;
		gap: 10px;
	}
}</pre></body></html>