html {
	height: 100%;
	width: 100%;
}

body {
	-webkit-text-size-adjust: 100%;
	background-color: #333333;
	font-family: Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	position: relative;
	height: 1px;
	-webkit-font-smoothing: antialiased;
}

body.snip-open>#body {
	overflow: initial;
}

body[data-fast-page-rendering="false"] .ww_element[fixed="true"], body[data-fast-page-rendering="false"] .group[fixed="true"] {
	display: none;
}

.galeria {
	width: 700px;
}

.galeria img {
	height: 124px;
	width: 140px;
	padding: 6px;
}

#body {
	background-image: url(whitediamond.png);
	background-position: 8px 0px;
	height: 100%;
	width: 100%;
	position: absolute;
}

.ww_element {
	position: absolute;
}

.group {
	position: absolute;
}

.content {
	overflow: hidden;
	word-wrap: break-word;
	height: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.content .title {
	color: #CCCCCC;
	overflow: hidden;
	padding: 10px 0;
	text-align: center;
	text-overflow: ellipsis;
}

.ww_form_input_wrapper select[multiple] {
	overflow-x: hidden;
	overflow-y: scroll;
}

.ww_left {
	text-align: left;
}

.ww_right {
	text-align: right;
}

.ww_center {
	text-align: center;
}

.ww_inner_element {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.ww_inner_element_content {
	overflow: hidden;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.ww_element[data-element-type="gallery"] .ww_inner_element, .ww_element[data-element-type="slider"] .ww_inner_element {
	;
	position: absolute;
}

textarea.ww_inner_element_content {
	overflow: auto;
}

.ww_transparent {
	opacity: 0 !important;
}

.ww_element[data-element-type="img"] .content {
	transform: translateZ(0);
}

.ww_image_wrapper {
	height: 100%;
	overflow: hidden;
	width: 100%;
}

.ww_image_wrapper>img {
	position: absolute;
	display: block;
	left: 0;
	top: 0;
}

.ww_image_wrapper {
	position: relative;
}

.ww_image_wrapper img.svgImage {
	background-repeat: no-repeat;
	background-position: 50% calc(50% + 0px);
	display: block;
	width: 100%;
	height: 100%;
}

.ww_element[fullwidth="true"] .ww_image_wrapper img {
	max-width: none;
	max-height: none;
}

.galleryList {
	display: none;
}

.ww_lightbox, .lightbox_wrapper {
	float: left;
}

.ww_lightbox .break {
	flex-basis: 100%;
}

.lightbox_title {
	overflow: hidden;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	-moz-box-sizing: border-box;
}

.image_lightbox_outer_wrapper {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow: hidden;
	transform: translateZ(0);
	-webkit-transform: translateZ(0);
}

.image_lightbox_inner_wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.image_lightbox_container {
	font-size: 0;
	line-height: 0;
}

.ww_lightbox.imageAnimationsEnabled .image_lightbox_inner_wrapper {
	transition: transform 0.25s ease-out 0s;
	-webkit-transition: -webkit-transform 0.25s ease-out 0s;
}

.ww_lightbox.imageAnimationsEnabled .image_lightbox_inner_wrapper:hover {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.ww_element .content.hoverAnimationRunning {
	opacity: 0 !important;
}

.ww_button_content {
	overflow: hidden;
	width: 100%;
	border-width: 0;
}

.ww_button_wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

.ww_button_link {
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0);
}

.ww_button_text_wrapper {
	display: table;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
}

.ww_button_text {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.ww_login_wrapper>.ww_login_tool_text_login {
	display: table-cell;
}

.ww_login_wrapper>.ww_login_tool_text_logout {
	display: none
}

.ww_login_tool_logged>.ww_login_wrapper>.ww_login_tool_text_login {
	display: none;
}

.ww_login_tool_logged>.ww_login_wrapper>.ww_login_tool_text_logout {
	display: table-cell;
}

.embedded_html_content {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.uninitialized_html_content {
	display: none;
}

.ww_element[data-element-type="htmltool"][data-dynamic-height="true"] .embedded_html_content {
	width: 100%;
	height: auto;
	overflow-y: hidden;
}

.ww_form_label_wrapper {
	white-space: nowrap;
}

.ww_form_label_wrapper .ww_inner_element_content {
	overflow: visible;
}

.ww_form_label_wrapper .ww_inner_element_content>div {
	white-space: pre;
}

.ww_form_frame input[type="text"], .ww_form_frame input[type="file"], .ww_form_frame textarea {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	resize: none;
	width: 100%;
	vertical-align: middle;
	overflow-x: hidden;
	font-style: inherit;
	font-variant: inherit;
	font-weight: inherit;
	font-stretch: inherit;
	font-size: inherit;
	font-family: inherit;
	color: inherit;
	text-decoration: inherit;
	text-align: inherit;
	text-transform: inherit;
	text-shadow: inherit;
	line-height: inherit;
}

.ww_form_frame textarea {
	height: 8em;
}

.ww_form_frame input[type="checkbox"] {
	display: block;
}

.ww_form_frame select {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	font-family: inherit;
}

.ww_form_frame .ww_multiple_select_option .ww_multiple_select_checkbox {
	float: left;
}

.ww_form_frame .ww_multiple_select_option .ww_multiple_select_label {
	margin-left: 16px;
	white-space: nowrap;
}

.ww_form_frame ::-webkit-input-placeholder {
	color: inherit;
	text-decoration: inherit;
	opacity: 0.3;
}

.ww_form_frame ::-moz-placeholder {
	color: inherit;
	text-decoration: inherit;
	opacity: 0.3;
}

.ww_form_frame :-moz-placeholder {
	color: inherit;
	text-decoration: inherit;
	opacity: 0.3;
}

.ww_form_frame :-ms-input-placeholder {
	color: inherit;
	text-decoration: inherit;
	opacity: 0.3;
}

.ww_form_frame .ww_multiple_select_option .ww_inner_element_content {
	overflow: visible;
}

.ww_form_frame .ww_form_frame_info_wrapper .ww_inner_element_content {
	overflow: visible;
	line-height: normal;
}

.ww_submit_button_wrapper {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}

.ww_submit_button_content {
	cursor: pointer;
	transition: 400ms;
	-webkit-transition: 400ms;
	display: inline-block;
}

.ww_submit_button_content>.ww_normal_text {
	display: block
}

.ww_submit_button_content>.ww_hover_text {
	display: none;
}

.ww_submit_button_content>div {
	background-color: transparent !important;
}

.ww_submit_button_content:hover>.ww_normal_text {
	display: none;
}

.ww_submit_button_content:hover>.ww_hover_text {
	display: block;
}

.ww_form_frame_info_wrapper {
	opacity: 0;
	display: none;
	width: 100%;
}

.ww_form_frame_info {
	display: inline-block;
	width: 100%;
}

.ww_form_frame_info_error {
	display: none;
	width: 100%;
}

.ww_form[valid="false"] .ww_form_frame_info {
	display: none;
}

.ww_form[valid="false"] .ww_form_frame_info_error {
	display: inline-block;
}

.ww_form_item[valid="false"]>.ww_form_cell_2>div>* {
	border-color: red !important;
}

.ww_form_item[valid="false"]>.ww_form_cell_2 input[type="checkbox"] {
	outline: 1px solid red;
}

a {
	text-decoration: none;
}

a.custom_link {
	font-size: inherit;
	line-height: inherit;
}

.text_content {
	overflow: hidden;
}

.text_content ul {
	list-style-type: disc;
	padding-left: 30px;
}

.text_content ol {
	list-style-type: decimal;
	padding-left: 30px;
}

.text_content ul ul {
	list-style-type: square;
	margin: 0;
}

.text_content ul ul ul {
	list-style-type: circle;
	margin: 0;
}

.text_content ul ul ul ul {
	list-style-type: disc;
	margin: 0;
}

.text_content ol ol {
	list-style-type: lower-alpha;
	margin: 0;
}

.text_content ol ol ol {
	list-style-type: upper-roman;
	margin: 0;
}

.text_content ol ol ol ol {
	list-style-type: decimal;
	margin: 0;
}

.text_content blockquote {
	padding-left: 30px;
}

.text_content .innerElement {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.text_content iframe {
	display: inline-block;
}

.layerContainer {
	position: absolute;
}

.news_element {
	height: auto;
}

.ww_facebook_element {
	overflow: visible;
}

.ww_facebook_element>.facebook_container {
	width: 100%;
	height: 100%;
	display: table;
}

.ww_facebook_element .table_row {
	display: table-row;
	width: 100%;
	height: 100%;
	text-align: center;
}

.ww_facebook_element .outer_wrapper {
	display: table-cell;
	vertical-align: middle;
}

.ww_facebook_element .inner_wrapper {
	display: inline-block;
}

.ww_googleMaps_element {
	width: 100%;
	height: 100%;
}

.ww_googleMaps_content {
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

.ww_strobe_player_element {
	width: 100%;
	height: 100%;
}

.ww_module_element {
	height: 100%;
	width: 100%;
	overflow: auto;
	position: relative;
}

.ww_media_player_content {
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

.ww_media_player_content>iframe {
	width: 100%;
	height: 100%;
}

.ww_media_player_content>video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

.ww_media_player_content .ww_video_error_wrapper {
	background-color: #333;
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.ww_media_player_content .ww_video_error_text {
	color: #ff4444;
	font-size: 20px;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
}

.ww_text_wrapper {
	min-height: inherit;
}

.ww_text_wrapper:not(.forceLineHeight), .ww_text_wrapper:not(.forceLineHeight)>* {
	line-height: normal !important;
}

body.newspage .ww_text_wrapper img {
	cursor: pointer;
}

.ww_element[data-element-type='gallery'] .content, .ww_element[data-element-type='slider'] .content, .ww_element[data-element-type='lightbox'] .content, .ww_element[data-element-type='socialMedia'] .content {
	transform: translateZ(0px);
	-webkit-transform: translateZ(0px);
}

.content>div[data-video-type="vimeo"], .content>div[data-video-type="vimeo"]>iframe {
	width: 100%;
	height: 100%;
}

.ww_button_content>a {
	color: inherit;
	text-decoration: none;
}

.ww_element[data-element-type='slider'] .wwTextContent {
	color: #FFFFFF;
}

.ww_element .wwTextContent>*:last-child {
	margin-bottom: 0;
}

#container>div[data-element-type="form"] {
	text-decoration: none;
}

.ww_element[data-element-type='button']:not(:hover) .wwTextContent {
	pointer-events: none;
}

.ww_element a[data-link-type="interactionLinkData"] {
	cursor: pointer;
}

div[data-element-type="product"], div[data-element-type="shopCart"] {
	cursor: pointer;
}

.pswp .pswp__caption a {
	color: #55851A;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, select, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset, img {
	border: 0;
}

address, caption, cite, code, dfn, th, var {
	font-style: normal;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

caption, th {
	text-align: left;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

q:before, q:after {
	content: '';
}

abbr, acronym {
	border: 0;
}

:focus {
	outline: none;
}

.ww_menu_content {
	overflow: visible
}

.ww_menu_content .mobileMenuIcon {
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	cursor: pointer;
	width: 100%;
	height: 100%;
	display: none
}

.ww_menu_list {
	position: relative;
	text-align: left;
	white-space: nowrap
}

.ww_menu_list[data-menu-orientation=vertical] {
	width: 100%
}

.ww_menu_content_wrapper {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 100%;
	top: 473px;
}

.ww_menu_content_wrapper.ww_left {
	justify-content: flex-start;
	-webkit-justify-content: flex-start
}

.ww_menu_content_wrapper.ww_left>nav>.ww_menu_list {
	text-align: left
}

.ww_menu_content_wrapper.ww_center {
	justify-content: center;
	-webkit-justify-content: center
}

.ww_menu_content_wrapper.ww_center>nav>.ww_menu_list {
	text-align: center
}

.ww_menu_content_wrapper.ww_right {
	justify-content: flex-end;
	-webkit-justify-content: flex-end
}

.ww_menu_content_wrapper.ww_right>nav>.ww_menu_list {
	text-align: right
}

.ww_menu_content_wrapper.ww_top {
	align-items: flex-start;
	-webkit-align-items: flex-start
}

.ww_menu_content_wrapper.ww_top>nav>.ww_menu_list {
	vertical-align: top
}

.ww_menu_content_wrapper.ww_middle {
	align-items: center;
	-webkit-align-items: center
}

.ww_menu_content_wrapper.ww_middle>nav>.ww_menu_list {
	vertical-align: middle
}

.ww_menu_content_wrapper.ww_bottom {
	align-items: flex-end;
	-webkit-align-items: flex-end
}

.ww_menu_content_wrapper.ww_bottom>nav>.ww_menu_list {
	vertical-align: bottom
}

.ww_menu_list>.ww_menu_item {
	vertical-align: inherit
}

.ww_menu_list .ww_menu_item {
	position: relative
}

.ww_menu_item .ww_menu_item_link {
	text-decoration: none;
	word-spacing: normal;
	display: block;
	opacity: 1;
	border: none;
	color: inherit;
	cursor: pointer;
	overflow: hidden;
	text-overflow: ellipsis
}

.ww_menu_item .ww_menu_item_link>span {
	display: inline-block;
	min-width: 1px;
	width: 100%
}

.ww_menu_item .ww_menu_item_link:hover {
	opacity: 1
}

.ww_menu_list>.ww_menu_item {
	display: inline-block
}

.ww_menu_list[data-menu-orientation=vertical] .ww_menu_item {
	clear: both;
	display: block
}

.ww_menu_list .ww_menu_item:hover, .ww_menu_list .ww_menu_item>ol {
	z-index: 5
}

.ww_menu_list .ww_menu_item>ol {
	display: none;
	left: 0;
	padding: 0;
	position: absolute;
	min-width: 100%
}

.ww_menu_list.ww_submenu_top .ww_menu_item>ol {
	bottom: 100%;
	top: auto
}

.ww_menu_list.ww_submenu_bottom .ww_menu_item>ol {
	top: 100%;
	bottom: auto
}

.ww_menu_list[data-menu-orientation=vertical] .ww_menu_item>ol {
	top: 0
}

.ww_menu_list[data-menu-orientation=vertical].ww_submenu_right .ww_menu_item>ol {
	left: 100%;
	right: auto
}

.ww_menu_list[data-menu-orientation=vertical].ww_submenu_left .ww_menu_item>ol {
	left: auto;
	right: 100%
}

.ww_menu_list .ww_menu_item>ol>.ww_menu_item>a {
	text-align: left
}

.ww_menu_content_wrapper.ww_menu_mobile {
	position: absolute;
	width: auto;
	height: auto;
	display: none;
	z-index: 1
}

.ww_menu_content_wrapper.ww_menu_mobile .ww_menu_list>.ww_menu_item {
	display: block
}

.ww_menu_content_wrapper.ww_menu_mobile .ww_menu_item>ol {
	position: relative
}

.ww_menu_content_wrapper.ww_menu_mobile.ww_bottom, .ww_menu_content_wrapper.ww_menu_mobile.ww_middle {
	align-items: flex-start
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=bottom] {
	position: absolute;
	top: 100%
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=bottom][data-mobile-menu-size=element] {
	width: 100%
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=bottom][data-mobile-menu-size=auto] {
	width: auto
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=bottom][data-mobile-menu-size=fullWidth] {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100vw
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=left], .ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=right] {
	height: 100%;
	position: fixed;
	overflow-y: auto;
	top: 0
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=left] {
	left: 0
}

.ww_menu_content_wrapper.ww_menu_mobile[data-mobile-menu-position=right] {
	right: 0
}

.ww_element[data-element-type=menu].mobileMenu {
	cursor: pointer
}

#container {
	height: 100%;
	margin: auto;
	position: relative;
}

body {
	background-color: rgb(255, 255, 255);
	background-size: auto;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

#container {
	width: 1200px;
}

body {
	min-width: 1200px;
}

.custom_link, .ww_customStyle_custom_link {
	color: #2200CC;
}

.custom_link, .ww_customStyle_custom_link {}

.p_default_block_white, .ww_customStyle_p_default_block_white {
	color: #ffffff;
}

.p_default_block_white, .ww_customStyle_p_default_block_white {}

.h1_default_block, .ww_customStyle_h1_default_block, .wwTextContent h1 {}

.h1_default_block, .ww_customStyle_h1_default_block, .wwTextContent h1 {
	font-size: 28px;
	line-height: 33px;
}

.newsfeed_header, .ww_customStyle_newsfeed_header {}

.newsfeed_header, .ww_customStyle_newsfeed_header {
	font-size: 22px;
	line-height: 26px;
}

.gallery_header, .ww_customStyle_gallery_header {
	color: #ffffff;
}

.gallery_header, .ww_customStyle_gallery_header {
	font-size: 22px;
	line-height: 26px;
}

.p_default_block, .ww_customStyle_p_default_block, #container>div, .wwTextContent p:not([class]) {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-weight: normal;
	font-style: none;
	text-decoration: none;
}

.p_default_block, .ww_customStyle_p_default_block, #container>div, .wwTextContent p:not([class]) {
	font-size: 17px;
	line-height: 20px;
}

.h3_default_block, .ww_customStyle_h3_default_block, .wwTextContent h3 {}

.h3_default_block, .ww_customStyle_h3_default_block, .wwTextContent h3 {
	font-size: 20px;
	line-height: 24px;
}

.newsfeed_date, .ww_customStyle_newsfeed_date {
	color: #bababa;
}

.newsfeed_date, .ww_customStyle_newsfeed_date {
	font-size: 15px;
	line-height: 18px;
}

.h2_default_block, .ww_customStyle_h2_default_block, .wwTextContent h2 {}

.h2_default_block, .ww_customStyle_h2_default_block, .wwTextContent h2 {
	font-size: 22px;
	line-height: 26px;
}

.custom_link_hover, .ww_customStyle_custom_link_hover, .custom_link:hover, .ww_customStyle_custom_link:hover {
	color: #2200CC;
	text-decoration: underline;
}

.custom_link_hover, .ww_customStyle_custom_link_hover, .custom_link:hover, .ww_customStyle_custom_link:hover {}

.button_default, .ww_customStyle_button_default {
	color: #ffffff;
}

.button_default, .ww_customStyle_button_default {}

.h4_default_block, .ww_customStyle_h4_default_block, .wwTextContent h4 {
	font-weight: bold;
}

.h4_default_block, .ww_customStyle_h4_default_block, .wwTextContent h4 {}

.slider_header, .ww_customStyle_slider_header {
	color: #ffffff;
}

.slider_header, .ww_customStyle_slider_header {
	font-size: 28px;
	line-height: 33px;
}

#element_109_content {
	opacity: 1;
	background-color: rgb(255, 255, 255);
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 0.0px solid rgb(0, 0, 0);
	border-right: 0.0px solid rgb(0, 0, 0);
	border-top: 0.0px solid rgb(0, 0, 0);
	border-bottom: 0.0px solid rgb(0, 0, 0);
	box-shadow: none;
}

#element_108_content {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 0.0px solid rgb(0, 0, 0);
	border-right: 0.0px solid rgb(0, 0, 0);
	border-top: 0.0px solid rgb(0, 0, 0);
	border-bottom: 0.0px solid rgb(0, 0, 0);
	box-shadow: none;
}

#element_107_content {
	opacity: 1;
	background-color: transparent;
	background-size: auto;
	background-attachment: scroll;
	background-image: linear-gradient(0deg, rgb(233, 180, 20) 25.382262996941897%, rgb(249, 233, 187) 100%);
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 3.0px solid rgb(233, 180, 20);
	border-right: 3.0px solid rgb(233, 180, 20);
	border-top: 0.0px solid rgb(255, 255, 255);
	border-bottom: 0.0px solid rgb(255, 255, 255);
	box-shadow: none;
}

.ww_menu_item .ww_element_107_menu_level0 {
	background-color: rgba(255, 255, 255, 0);
}

.ww_menu_item.hover>.ww_element_107_menu_level0 {
	background-color: #dbdbdb;
}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level0_active {
	background-color: rgba(255, 255, 255, 0);
}

.ww_menu_item:not(.hover) .ww_element_107_menu_level0:not(.ww_active)>.ww_menu_link_text {
	font-family: "Raleway 400 normal";
	color: rgb(0, 0, 0);
}

.ww_menu_item.hover>.ww_element_107_menu_level0>.ww_menu_link_text {
	font-family: "Raleway 400 normal";
	color: rgb(0, 0, 0);
}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level0_active>.ww_menu_link_text {
	font-family: "Raleway 400 normal";
	color: rgb(0, 0, 0);
}

.ww_menu_item .ww_element_107_menu_level1 {
	background-color: #f7f7f7;
}

.ww_menu_item.hover>.ww_element_107_menu_level1 {
	background-color: #dbdbdb;
}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level1_active {
	background-color: #f7f7f7;
}

.ww_menu_item:not(.hover) .ww_element_107_menu_level1:not(.ww_active)>.ww_menu_link_text {}

.ww_menu_item.hover>.ww_element_107_menu_level1>.ww_menu_link_text {}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level1_active>.ww_menu_link_text {}

#element_106_content {
	opacity: 1;
	background-color: transparent;
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 0.0px solid rgb(0, 0, 0);
	border-right: 0.0px solid rgb(0, 0, 0);
	border-top: 0.0px solid rgb(0, 0, 0);
	border-bottom: 0.0px solid rgb(0, 0, 0);
	box-shadow: none;
}

#element_106_content>* {
	font-family: "Raleway 400 normal";
}

#element_105_content {
	opacity: 1;
	background-color: transparent;
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 0.0px solid rgb(0, 0, 0);
	border-right: 0.0px solid rgb(0, 0, 0);
	border-top: 0.0px solid rgb(0, 0, 0);
	border-bottom: 0.0px solid rgb(0, 0, 0);
	box-shadow: none;
}

#element_104_content {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 0.0px solid rgb(0, 0, 0);
	border-right: 0.0px solid rgb(0, 0, 0);
	border-top: 0.0px solid rgb(0, 0, 0);
	border-bottom: 0.0px solid rgb(0, 0, 0);
	box-shadow: none;
}

#element_104 .gv_overlayHeader {
	background-color: rgba(34, 34, 34, 0);
	opacity: 1;
}

#footerGroupLayer_pl_content {
	opacity: 1;
	background-color: rgba(0, 0, 0, 0);
	background-size: auto;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: left top;
	border-radius: 0.0px;
	border-left: 0.0px solid rgb(0, 0, 0);
	border-right: 0.0px solid rgb(0, 0, 0);
	border-top: 0.0px solid rgb(0, 0, 0);
	border-bottom: 0.0px solid rgb(0, 0, 0);
	box-shadow: none;
}

#element_109 {
	width: 705.0px;
	height: 685.0px;
	left: 310.0px;
	right: auto;
	top: -8.0px;
}

#element_109_content {
	padding-left: 0.0px;
	padding-right: 0.0px;
	padding-top: 0.0px;
	padding-bottom: 0.0px;
}

#element_108 {
	width: 500.0px;
	height: 101.0px;
	left: 412.0px;
	right: auto;
	top: 14.0px;
}

#element_108_content {
	padding-left: 0.0px;
	padding-right: 0.0px;
	padding-top: 0.0px;
	padding-bottom: 0.0px;
}

#element_108_image {
	margin-left: 0.0px;
	margin-top: -0.5px;
}

#element_107 {
	width: 127.0px;
	height: 926.0px;
	left: 183.0px;
	right: auto;
	top: -249.0px;
}

#element_107_content {
	padding-left: 0.0px;
	padding-right: 0.0px;
	padding-top: 0.0px;
	padding-bottom: 0.0px;
}

#element_107_content>.ww_menu_content_wrapper {
	min-height: inherit;
	min-width: inherit;
}

#element_107_content>.ww_menu_content_wrapper::before {
	visibility: hidden;
	display: inline-block;
	min-height: inherit;
	content: ' ';
}

.ww_menu_item .ww_element_107_menu_level0 {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.ww_menu_item.hover>.ww_element_107_menu_level0 {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level0_active {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.ww_menu_item:not(.hover) .ww_element_107_menu_level0:not(.ww_active)>.ww_menu_link_text {
	font-size: 18px;
	line-height: 21px;
}

.ww_menu_item.hover>.ww_element_107_menu_level0>.ww_menu_link_text {
	font-size: 18px;
	line-height: 21px;
}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level0_active>.ww_menu_link_text {
	font-size: 18px;
	line-height: 21px;
}

.ww_menu_item .ww_element_107_menu_level1 {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.ww_menu_item.hover>.ww_element_107_menu_level1 {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level1_active {
	padding-left: 20px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.ww_menu_item:not(.hover) .ww_element_107_menu_level1:not(.ww_active)>.ww_menu_link_text {}

.ww_menu_item.hover>.ww_element_107_menu_level1>.ww_menu_link_text {}

.ww_menu_item:not(.hover)>.ww_element_107_menu_level1_active>.ww_menu_link_text {}

#element_107_content .ww_menu_list>.ww_menu_item+.ww_menu_item {
	margin-top: 5px;
}

#element_106 {
	width: 657.0px;
	height: 129.0px;
	left: 343.0px;
	right: auto;
	top: 178.0px;
}

#element_106_content {
	padding-left: 10.0px;
	padding-right: 10.0px;
	padding-top: 10.0px;
	padding-bottom: 10.0px;
}

#element_106_content>* {}

#element_105 {
	width: 500.0px;
	height: 75.0px;
	left: 325.0px;
	right: auto;
	top: 141.0px;
}

#element_105_content {
	padding-left: 10.0px;
	padding-right: 10.0px;
	padding-top: 10.0px;
	padding-bottom: 10.0px;
}

#element_104 {
	width: 600.0px;
	height: 461.0px;
	left: 343.0px;
	right: auto;
	top: 216.0px;
}

#element_104_content {
	padding-left: 0.0px;
	padding-right: 0.0px;
	padding-top: 0.0px;
	padding-bottom: 0.0px;
}

#element_104 .gv_overlayHeader {
	padding-left: 13px;
	padding-top: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
}

#element_104 .gv_overlayHeaderWrapper {
	width: 100%;
	top: 0px;
}

#footerGroupLayer_pl {
	width: 100vw;
	height: 100.0px;
	left: calc(-50vw + 50%);
	right: auto;
	top: 0.0px;
}

#footerGroupLayer_pl_content {
	padding-left: 0.0px;
	padding-right: 0.0px;
	padding-top: 0.0px;
	padding-bottom: 0.0px;
}
