<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face
	{
	font-family: "Frutiger";
	src: url("../fonts/Frutiger-Roman.otf");
	}

@font-face
	{
	font-family: "Frutiger";
	src: url("../fonts/Frutiger-Bold.otf");
	font-weight: bold;
	}

@font-face
	{
	font-family: "Montserrat";
	src: url("../fonts/Montserrat-SemiBold.ttf");
	}

body
	{
	font-family: Frutiger;
	margin: 0px;
	background-color: rgb(0,0,0);
	color: rgb(255,255,255);
	font-size: 17px;
	}

.text_gold
	{
	color: rgb(254,181,14);
	}

.text_red
	{
	color: rgb(210,35,43);
	}

.text_blue
	{
	color: rgb(14,118,187);
	}

.page_header
	{
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	}

.mainmenu_item
	{
	text-transform: uppercase;
	display: inline-block;
	font-size: 13px;
	position: relative;
	margin: 0px 12px;
	line-height: 1.7em;
	}

.mainmenu_item:hover
	{
	cursor: pointer;
	}

.homepagemenu_item
	{
	position: relative;
	color: rgb(90,90,90);
	white-space: nowrap;
	display: block;
	font-size: 22px;
	font-weight: bold;
	margin: 0px 8px;
	line-height: 1.7em;
	margin: 0px 0px 36px 80px;
	padding: 0px 8px 0px 128px;
	}

.homepagemenu_item_hover
	{
	cursor: pointer;
	background-color: rgb(0,0,0);
	color: rgb(152,139,15);
	}

.homepagemenu_selectioncircle
	{
	position: absolute;
	width: 38px;
	height: 38px;
	line-height: 34px;
	text-align: center;
	left: -32px;
	top: -4px;
	color: rgb(255,255,255);
	background-color: rgb(11,87,161);
	border: 4px solid rgb(255,255,255);
	border-radius: 100%;
	}

.icon
	{
	width: 24px;
	height: 24px;
	background-color: rgb(33,124,155);
	border-radius: 50%;
	}

.iconlink:hover
	{
	cursor: pointer;
	}

.contact_field, .upload_field
	{
	width: 400px;
	min-width: 400px;
	max-width: 400px;
	background-color: rgb(255,255,255);
	border-radius: 5px;
	font-size: 20px;
	padding: 3px 6px;
	color: inherit;
	font-family: inherit;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3) inset;
	}

.upload_field
	{
	width: 575px;
	min-width: 575px;
	max-width: 575px;
	}

.form_button
	{
	display: inline-block;
	min-width: 60px;
	background-color: rgb(11,87,161);
	border-radius: 5px;
	font-size: 20px;
	padding: 4px 16px;
	color: white;
	font-family: inherit;
	}

.form_button:hover
	{
	background-color: rgba(11,87,161,0.8);
	cursor: pointer;
	}

.link
	{
	display: inline-block;
	}

.link:hover
	{
	cursor: pointer;
	}

.slidecontroller:hover
	{
	cursor: pointer;
	opacity: 0.7;
	}

.sendorder_soeasy
	{
	font-weight: normal;
	display: inline-block;
	color: rgb(255,255,255);
	background-color: rgb(11,87,161);
	padding: 6px 6px;
	border-radius: 6px;
	}

.sendorder_soeasy:hover
	{
	cursor: pointer;
	background-color: rgb(11,87,161);
	opacity: 0.8;
	}

.mainparagraph
	{
	width: 640px;
	}

.bottom_tile
	{
	vertical-align: top;
	position: relative;
	display: inline-block;
	width: 23%;
	top: 0px;
	}

.socialicon
	{
	width: 25px;
	}</pre></body></html>