#imPageExtContainer {background-image: none; background-color: rgba(0, 255, 0, 1);}
#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 1300px minmax(0, 1fr); grid-template-rows: 310px auto 100px; }
#imHeader { display: block; grid-column: 1 / 4; grid-row: 1 / 2; }
#imFooter { display: block; grid-column: 1 / 4; grid-row: 3 / 4; }
#imSideBar { display: none; }
#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 960px minmax(0, 1fr); grid-template-rows: 220px auto 100px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr); grid-template-rows: 160px auto 120px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: 160px auto 120px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 479.9px) and (min-width: 320.0px) {
	#imPage { display: grid; grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr); grid-template-rows: 140px auto 150px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
@media (max-width: 319.9px)  {
	#imPage { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: 140px auto 150px; }
	#imHeader { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	#imFooter { display: block; grid-column: 2 / 3; grid-row: 3 / 4; }
	#imSideBar { display: none; }
	#imContent { display: block; grid-column: 1 / 4; grid-row: 2 / 3; }
	#imContentGraphics { display: block; grid-column: 2 / 3; grid-row: 2 / 3; }
	
}
#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 1300px minmax(0, 1fr); grid-template-rows: auto; }
#im-cartsearch-container { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 960px minmax(0, 1fr); grid-template-rows: auto; }
	#im-cartsearch-container { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 720px minmax(0, 1fr); grid-template-rows: auto; }
	#im-cartsearch-container { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 480px minmax(0, 1fr); grid-template-rows: auto; }
	#im-cartsearch-container { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 479.9px) and (min-width: 320.0px) {
	#imContent { display: grid; grid-template-columns: minmax(0, 1fr) 320px minmax(0, 1fr); grid-template-rows: auto; }
	#im-cartsearch-container { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
@media (max-width: 319.9px)  {
	#imContent { display: grid; grid-template-columns: 0 minmax(0, 1fr) 0; grid-template-rows: auto; }
	#im-cartsearch-container { display: block; grid-column: 2 / 3; grid-row: 1 / 2; }
	
}
#imHeader_imCell_4 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_04 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_4 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_4 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imHeader_imCell_5 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_pluginAppObj_05 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_5 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_5 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imCell_6 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectImage_06 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_6 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_6 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectImage_06 { vertical-align: top; margin: 0 auto; }
#imHeader_imObjectImage_06 #imHeader_imObjectImage_06_container img { width: 100%; height: auto; vertical-align: top; }#imHeader_imCell_10 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectTitle_10 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_10 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_10 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectTitle_10 {margin: 0; text-align: center;}
#imHeader_imObjectTitle_10_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imHeader_imObjectTitle_10_text,
#imHeader_imObjectTitle_10_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imHeader_imObjectTitle_10_text a{ text-decoration: none; }
#imHeader_imCell_11 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectImage_11 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_11 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_11 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectImage_11 { vertical-align: top; font-size: 0; margin: 0 auto; }
#imHeader_imObjectImage_11 #imHeader_imObjectImage_11_container img { width: 100%; height: auto; vertical-align: top; }#imHeader_imCell_12 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imTextObject_12 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_12 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_12 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imTextObject_12 { width: 100%; }
#imHeader_imTextObject_12 { font-style: normal; font-weight: normal; line-height: 20px; }
#imHeader_imTextObject_12_tab0 div { line-height: 20px; }
#imHeader_imTextObject_12_tab0 .imHeading1 { line-height: 20px; }
#imHeader_imTextObject_12_tab0 .imHeading2 { line-height: 20px; }
#imHeader_imTextObject_12_tab0 .imHeading3 { line-height: 20px; }
#imHeader_imTextObject_12_tab0 .imHeading4 { line-height: 20px; }
#imHeader_imTextObject_12_tab0 .imHeading5 { line-height: 20px; }
#imHeader_imTextObject_12_tab0 .imHeading6 { line-height: 20px; }
#imHeader_imTextObject_12_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imHeader_imTextObject_12_tab0 ul ul { list-style: square; padding: 0 0 0 20px; }
#imHeader_imTextObject_12_tab0 ul ul ul { list-style: circle; }
#imHeader_imTextObject_12_tab0 ul li { margin: 0 0 0 40px; padding: 0px; }
#imHeader_imTextObject_12_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imHeader_imTextObject_12_tab0 ol ol { list-style: lower-alpha; padding: 0 0 0 20px; }
#imHeader_imTextObject_12_tab0 ol li { margin: 0 0 0 40px; padding: 0px; }
#imHeader_imTextObject_12_tab0 blockquote { margin: 0 0 0 15px; padding: 0; border: none; }
#imHeader_imTextObject_12_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imHeader_imTextObject_12_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px 4px 3px; margin: 0; vertical-align: middle; }
#imHeader_imTextObject_12_tab0 p { margin: 0; padding: 0; }
#imHeader_imTextObject_12_tab0 .inline-block { display: inline-block; }
#imHeader_imTextObject_12_tab0 sup { vertical-align: super; font-size: smaller; }
#imHeader_imTextObject_12_tab0 sub { vertical-align: sub; font-size: smaller; }
#imHeader_imTextObject_12_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imHeader_imTextObject_12_tab0 .fleft { float: left; vertical-align: baseline;}
#imHeader_imTextObject_12_tab0 .fright { float: right; vertical-align: baseline;}
#imHeader_imTextObject_12_tab0 img.fleft { margin-right: 15px; }
#imHeader_imTextObject_12_tab0 img.fright { margin-left: 15px; }
#imHeader_imTextObject_12_tab0 .imTALeft { text-align: left; }
#imHeader_imTextObject_12_tab0 .imTARight { text-align: right; }
#imHeader_imTextObject_12_tab0 .imTACenter { text-align: center; }
#imHeader_imTextObject_12_tab0 .imTAJustify { text-align: justify; }
#imHeader_imTextObject_12_tab0 .imUl { text-decoration: underline; }
#imHeader_imTextObject_12_tab0 .imStrike { text-decoration: line-through; }
#imHeader_imTextObject_12_tab0 .imUlStrike { text-decoration: underline line-through; }
#imHeader_imTextObject_12_tab0 .imVt { vertical-align: top; }
#imHeader_imTextObject_12_tab0 .imVc { vertical-align: middle; }
#imHeader_imTextObject_12_tab0 .imVb { vertical-align: bottom; }
#imHeader_imTextObject_12_tab0 hr { border-width: 1px 0 0 0; border-style: solid; }
#imHeader_imTextObject_12_tab0 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imHeader_imTextObject_12_tab0 .cf1 { color: rgb(0, 255, 64); }
#imHeader_imTextObject_12 .text-container {width: 100%;}#imHeader_imTextObject_12 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imHeader_imTextObject_12 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imHeader_imTextObject_12 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imHeader_imTextObject_12 .text-container .text-tab-content.detach {position: absolute; top: 0; left: 0; width: 100%; display: none; }
#imHeader_imCell_13 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_13 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_13 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_13 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imHeader_imCell_14 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_pluginAppObj_14 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_14 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_14 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imCell_15 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_pluginAppObj_15 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_15 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_15 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imCell_16 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imMenuObject_16 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imHeader_imCellStyleGraphics_16 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_16 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
#imHeader_imCell_17 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imTextObject_17 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_17 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_17 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imTextObject_17 { width: 100%; }
#imHeader_imTextObject_17 { font-style: normal; font-weight: normal; line-height: 20px; }
#imHeader_imTextObject_17_tab0 div { line-height: 20px; }
#imHeader_imTextObject_17_tab0 .imHeading1 { line-height: 20px; }
#imHeader_imTextObject_17_tab0 .imHeading2 { line-height: 20px; }
#imHeader_imTextObject_17_tab0 .imHeading3 { line-height: 20px; }
#imHeader_imTextObject_17_tab0 .imHeading4 { line-height: 20px; }
#imHeader_imTextObject_17_tab0 .imHeading5 { line-height: 20px; }
#imHeader_imTextObject_17_tab0 .imHeading6 { line-height: 20px; }
#imHeader_imTextObject_17_tab0 ul { list-style: disc; margin: 0; padding: 0; overflow: hidden; }
#imHeader_imTextObject_17_tab0 ul ul { list-style: square; padding: 0 0 0 20px; }
#imHeader_imTextObject_17_tab0 ul ul ul { list-style: circle; }
#imHeader_imTextObject_17_tab0 ul li { margin: 0 0 0 40px; padding: 0px; }
#imHeader_imTextObject_17_tab0 ol { list-style: decimal; margin: 0; padding: 0; }
#imHeader_imTextObject_17_tab0 ol ol { list-style: lower-alpha; padding: 0 0 0 20px; }
#imHeader_imTextObject_17_tab0 ol li { margin: 0 0 0 40px; padding: 0px; }
#imHeader_imTextObject_17_tab0 blockquote { margin: 0 0 0 15px; padding: 0; border: none; }
#imHeader_imTextObject_17_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imHeader_imTextObject_17_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px 4px 3px; margin: 0; vertical-align: middle; }
#imHeader_imTextObject_17_tab0 p { margin: 0; padding: 0; }
#imHeader_imTextObject_17_tab0 .inline-block { display: inline-block; }
#imHeader_imTextObject_17_tab0 sup { vertical-align: super; font-size: smaller; }
#imHeader_imTextObject_17_tab0 sub { vertical-align: sub; font-size: smaller; }
#imHeader_imTextObject_17_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imHeader_imTextObject_17_tab0 .fleft { float: left; vertical-align: baseline;}
#imHeader_imTextObject_17_tab0 .fright { float: right; vertical-align: baseline;}
#imHeader_imTextObject_17_tab0 img.fleft { margin-right: 15px; }
#imHeader_imTextObject_17_tab0 img.fright { margin-left: 15px; }
#imHeader_imTextObject_17_tab0 .imTALeft { text-align: left; }
#imHeader_imTextObject_17_tab0 .imTARight { text-align: right; }
#imHeader_imTextObject_17_tab0 .imTACenter { text-align: center; }
#imHeader_imTextObject_17_tab0 .imTAJustify { text-align: justify; }
#imHeader_imTextObject_17_tab0 .imUl { text-decoration: underline; }
#imHeader_imTextObject_17_tab0 .imStrike { text-decoration: line-through; }
#imHeader_imTextObject_17_tab0 .imUlStrike { text-decoration: underline line-through; }
#imHeader_imTextObject_17_tab0 .imVt { vertical-align: top; }
#imHeader_imTextObject_17_tab0 .imVc { vertical-align: middle; }
#imHeader_imTextObject_17_tab0 .imVb { vertical-align: bottom; }
#imHeader_imTextObject_17_tab0 hr { border-width: 1px 0 0 0; border-style: solid; }
#imHeader_imTextObject_17_tab0 .fs12lh1-5 { vertical-align: baseline; font-size: 12pt; line-height: 24px; }
#imHeader_imTextObject_17_tab0 .cf1 { color: rgb(0, 255, 64); }
#imHeader_imTextObject_17 .text-container {width: 100%;}#imHeader_imTextObject_17 .text-container {margin: 0 auto; position: relative;overflow: hidden; display: grid; grid-template-rows: 1fr; grid-template-columns: 1fr; background-color: rgba(255, 255, 255, 1); border-style: solid;border-color: rgba(169, 169, 169, 1); }
#imHeader_imTextObject_17 .text-container .grid-prop.current-tab {z-index: 1; opacity: 1;  }
#imHeader_imTextObject_17 .text-container .grid-prop {grid-area: 1 / 1 / 2 / 2; opacity: 0; box-sizing: border-box; position: relative;  }
#imHeader_imTextObject_17 .text-container .text-tab-content.detach {position: absolute; top: 0; left: 0; width: 100%; display: none; }
#imHeader_imCell_18 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imHeader_imObjectSearch_18 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imHeader_imCellStyleGraphics_18 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imHeader_imCellStyleBorders_18 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imHeader_imObjectSearch_18 { white-space: nowrap; width: 100%; }
#imHeader_imObjectSearch_18 fieldset { display: contents; }
#imHeader_imObjectSearch_18_fields_container { display: flex; }
input#imHeader_imObjectSearch_18_field[type=text] { display: none; opacity: 0; box-sizing: border-box; font: normal normal bold 12pt Times New Roman; color: rgba(255, 255, 255, 1); background-color: rgba(0, 0, 0, 1); padding: 2px 0 2px 0; margin: 0; vertical-align: middle; outline: none; box-shadow: none; min-width: 0;}
input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { display: block; opacity: 1; padding: 2px 2px 2px 2px; border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1) rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
input#imHeader_imObjectSearch_18_field[type=text]::placeholder { color: rgba(255, 255, 255, 0.7);}
#imHeader_imObjectSearch_18_button { box-sizing: border-box; font: normal normal bold 12pt Times New Roman; color: rgba(0, 0, 0, 1); background-color: rgba(0, 255, 0, 1); padding: 2px 2px 2px 21px; vertical-align: middle; cursor: pointer; border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1) rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; outline: none; flex: 0 1 auto;}
#imHeader_imObjectSearch_18_button { background-image: url('../search/icon_3sj313vk.webp'); background-repeat: no-repeat; background-size: 16px 16px; }
#imFooter_imCell_6 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_06 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_6 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_6 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_06 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_06_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_06_text,
#imFooter_imObjectTitle_06_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_06_text a{ text-decoration: none; }
#imFooter_imCell_7 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_07 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_7 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_7 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_07 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_07_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_07_text,
#imFooter_imObjectTitle_07_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_07_text a{ text-decoration: none; }
#imFooter_imCell_8 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_08 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_8 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_8 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_08 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_08_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_08_text,
#imFooter_imObjectTitle_08_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_08_text a{ text-decoration: none; }
#imFooter_imCell_9 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_09 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_9 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_9 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_09 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_09_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_09_text,
#imFooter_imObjectTitle_09_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_09_text a{ text-decoration: none; }
#imFooter_imCell_11 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectForm_11 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_11 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_11 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectForm_11 { width: 100%; }
.imObjectForm_11_tip { position: absolute; right: 0px; width: 20px; }
#imObjectForm_11_form { position: relative; width: 100%; margin: 0; padding: 0; text-align: left; font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; text-align: left; }
#imObjectForm_11_form label, #imObjectForm_11_form .checkbox, #imObjectForm_11_form .radiobutton, #imObjectForm_11_form option.label_option { opacity: 1; color: rgba(0, 255, 64, 1); font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; -webkit-text-size-adjust: 100%; }
#imObjectForm_11_form ::placeholder { opacity: 1; color: rgba(0, 255, 64, 1); font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; -webkit-text-size-adjust: 100%; }
#imObjectForm_11_form label { text-align: left; padding: 1px 0; }
#imObjectForm_11_form fieldset { margin: 0; padding: 8px 0 0 0; }
#imObjectForm_11_form fieldset.first { margin: 0; padding: 0; }
#imObjectForm_11_form div.legend { margin-bottom: 8px; font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold;}
#imObjectForm_11_form input[type=text], #imObjectForm_11_form input[type=password], #imObjectForm_11_form input[type=file], #imObjectForm_11_form input[type=tel], #imObjectForm_11_form input[type=date], #imObjectForm_11_form input[type=number], #imObjectForm_11_form input[type=email], #imObjectForm_11_form input[type=url], #imObjectForm_11_form select, #imObjectForm_11_form textarea, #imObjectForm_11_form span.textarea { resize: none; margin: 2px 0; color: rgba(0, 0, 0, 1); border-style: solid; border-width: 1px 1px 1px 1px;  border-color: rgba(0, 255, 64, 1); background-color: rgba(255, 255, 255, 1); font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; padding: 0px 2px 0px 2px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: none; transition: all 200ms ease; }
#imObjectForm_11_form select { padding: -1px 2px -1px 2px; }
#imObjectForm_11_form input[type="checkbox"], #imObjectForm_11_form input[type="radio"] { border: 0; background-color: transparent; }
#imObjectForm_11_form input.imFormFocus, #imObjectForm_11_form select.imFormFocus, #imObjectForm_11_form textarea.imFormFocus, #imObjectForm_11_form span.textarea.imFormFocus { color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 224, 1); border-color: rgba(169, 169, 169, 1);}
#imObjectForm_11_form input[type="checkbox"].imFormFocus, #imObjectForm_11_form input[type="radio"].imFormFocus { border: 0; background-color: transparent; }
#imObjectForm_11_form input.imFormMark, #imObjectForm_11_form textarea.imFormMark, #imObjectForm_11_form span.textarea.imFormMark, #imObjectForm_11_form select.imFormMark { color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 255, 1); border-color: rgba(255, 0, 0, 1); }
#imObjectForm_11_form input[type="submit"], #imObjectForm_11_form input[type="button"], #imObjectForm_11_next, #imObjectForm_11_prev, #imObjectForm_11_submit {-webkit-appearance: none;cursor: pointer;color: rgba(0, 0, 0, 1); border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(169, 169, 169, 1) rgba(169, 169, 169, 1) rgba(169, 169, 169, 1) rgba(169, 169, 169, 1); ; background-color: rgba(0, 255, 64, 1);font-family: Times New Roman, sans serif;font-size: 10pt; font-weight: bold; font-style: normal;border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;padding: 4px 4px 4px 4px;margin-left: 0; }
#imObjectForm_11_form input[type="submit"]:disabled, #imObjectForm_11_form input[type="button"]:disabled, #imObjectForm_11_next:disabled, #imObjectForm_11_prev:disabled, #imObjectForm_11_submit:disabled { opacity: .5; cursor: default; }#imObjectForm_11_prot { display: none; }
#imObjectForm_11_buttonswrap { text-align: center; box-sizing: border-box; width: 100%; }
.imObjectFormFieldContainer { float: left; box-sizing: border-box; margin: 0; padding-top: 0; padding-left: 0; padding-bottom: 2px; }
.imObjectFormFieldContainer.centered { display: flex; align-items: center; }
.imObjectFormAgreementCheckboxWrapper { display: block; }
.imObjectFormAgreementCheckbox { margin-right: 5px; vertical-align: middle; }
.checkbox-input, .checkbox-label, .radio-input, .radio-label { vertical-align: middle; }
.radio-input { margin-top: 0; }
#imObjectForm_11_1_container { position: relative; width: 100%; padding-right: 10px; clear: left; }
#imObjectForm_11_1_label { box-sizing: border-box; width: 100%; vertical-align: top; display: inline-block; margin: 2px 0; padding-left: 0px; padding-right: 0; }
#imObjectForm_11_1_field { position: relative; float: left; display: flex; box-sizing: border-box; width: 100%; padding-top: 2px; padding-bottom: 2px; }
#imObjectForm_11_1 { box-sizing: border-box; width: 100%; }
#imFooter_imCell_13 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_13 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_13 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_13 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_13 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_13_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_13_text,
#imFooter_imObjectTitle_13_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_13_text a{ text-decoration: none; }
#imFooter_imCell_19 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_19 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_19 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_19 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_19 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_19_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_19_text,
#imFooter_imObjectTitle_19_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_19_text a{ text-decoration: none; }
#imFooter_imCell_21 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_21 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_21 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_21 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_22 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_pluginAppObj_22 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_22 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_22 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imCell_23 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_23 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_23 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_23 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_23 { vertical-align: top; margin: 0 auto; }
#imFooter_imObjectImage_23 #imFooter_imObjectImage_23_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_28 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_28 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_28 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_28 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_28 { vertical-align: top; margin: 0 auto; }
#imFooter_imObjectImage_28 #imFooter_imObjectImage_28_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_29 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectImage_29 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_29 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_29 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectImage_29 { vertical-align: top; margin: 0 auto; }
#imFooter_imObjectImage_29 #imFooter_imObjectImage_29_container img { width: 100%; height: auto; vertical-align: top; }#imFooter_imCell_31 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectForm_31 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_31 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_31 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectForm_31 { width: 100%; }
.imObjectForm_31_tip { position: absolute; right: 0px; width: 20px; }
#imObjectForm_31_form { position: relative; width: 100%; margin: 0; padding: 0; text-align: left; font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; text-align: left; }
#imObjectForm_31_form label, #imObjectForm_31_form .checkbox, #imObjectForm_31_form .radiobutton, #imObjectForm_31_form option.label_option { opacity: 1; color: rgba(0, 255, 64, 1); font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; -webkit-text-size-adjust: 100%; }
#imObjectForm_31_form ::placeholder { opacity: 1; color: rgba(0, 255, 64, 1); font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; -webkit-text-size-adjust: 100%; }
#imObjectForm_31_form label { text-align: left; padding: 1px 0; }
#imObjectForm_31_form fieldset { margin: 0; padding: 8px 0 0 0; }
#imObjectForm_31_form fieldset.first { margin: 0; padding: 0; }
#imObjectForm_31_form div.legend { margin-bottom: 8px; font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold;}
#imObjectForm_31_form input[type=text], #imObjectForm_31_form input[type=password], #imObjectForm_31_form input[type=file], #imObjectForm_31_form input[type=tel], #imObjectForm_31_form input[type=date], #imObjectForm_31_form input[type=number], #imObjectForm_31_form input[type=email], #imObjectForm_31_form input[type=url], #imObjectForm_31_form select, #imObjectForm_31_form textarea, #imObjectForm_31_form span.textarea { resize: none; margin: 2px 0; color: rgba(0, 0, 0, 1); border-style: solid; border-width: 1px 1px 1px 1px;  border-color: rgba(0, 255, 64, 1); background-color: rgba(255, 255, 255, 1); font-family: Times New Roman, sans serif; font-size: 10pt; font-weight: bold; font-style: normal; padding: 1px 1px 1px 1px; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; box-shadow: none; transition: all 200ms ease; }
#imObjectForm_31_form select { padding: 0px 1px 0px 1px; }
#imObjectForm_31_form input[type="checkbox"], #imObjectForm_31_form input[type="radio"] { border: 0; background-color: transparent; }
#imObjectForm_31_form input.imFormFocus, #imObjectForm_31_form select.imFormFocus, #imObjectForm_31_form textarea.imFormFocus, #imObjectForm_31_form span.textarea.imFormFocus { color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 224, 1); border-color: rgba(169, 169, 169, 1);}
#imObjectForm_31_form input[type="checkbox"].imFormFocus, #imObjectForm_31_form input[type="radio"].imFormFocus { border: 0; background-color: transparent; }
#imObjectForm_31_form input.imFormMark, #imObjectForm_31_form textarea.imFormMark, #imObjectForm_31_form span.textarea.imFormMark, #imObjectForm_31_form select.imFormMark { color: rgba(0, 0, 0, 1); background-color: rgba(255, 255, 255, 1); border-color: rgba(255, 0, 0, 1); }
#imObjectForm_31_form input[type="submit"], #imObjectForm_31_form input[type="button"], #imObjectForm_31_next, #imObjectForm_31_prev, #imObjectForm_31_submit {-webkit-appearance: none;cursor: pointer;color: rgba(0, 0, 0, 1); border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(0, 0, 0, 1) rgba(0, 0, 0, 1) rgba(0, 0, 0, 1) rgba(0, 0, 0, 1); ; background-color: rgba(0, 255, 64, 1);font-family: Times New Roman, sans serif;font-size: 10pt; font-weight: bold; font-style: normal;border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;padding: 2px 2px 2px 2px;margin-left: 0; }
#imObjectForm_31_form input[type="submit"]:disabled, #imObjectForm_31_form input[type="button"]:disabled, #imObjectForm_31_next:disabled, #imObjectForm_31_prev:disabled, #imObjectForm_31_submit:disabled { opacity: .5; cursor: default; }#imObjectForm_31_prot { display: none; }
#imObjectForm_31_buttonswrap { text-align: center; box-sizing: border-box; width: 100%; }
.imObjectFormFieldContainer { float: left; box-sizing: border-box; margin: 0; padding-top: 0; padding-left: 0; padding-bottom: 2px; }
.imObjectFormFieldContainer.centered { display: flex; align-items: center; }
.imObjectFormAgreementCheckboxWrapper { display: block; }
.imObjectFormAgreementCheckbox { margin-right: 5px; vertical-align: middle; }
.checkbox-input, .checkbox-label, .radio-input, .radio-label { vertical-align: middle; }
.radio-input { margin-top: 0; }
#imObjectForm_31_1_container { position: relative; width: 100%; padding-right: 10px; clear: left; }
#imObjectForm_31_1_label { box-sizing: border-box; width: 100%; vertical-align: top; display: inline-block; margin: 2px 0; padding-left: 0px; padding-right: 0; }
#imObjectForm_31_1_field { position: relative; float: left; display: flex; box-sizing: border-box; width: 100%; padding-top: 2px; padding-bottom: 2px; }
#imObjectForm_31_1 { box-sizing: border-box; width: 100%; }
#imFooter_imCell_32 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imFooter_imObjectTitle_32 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 3; }
#imFooter_imCellStyleGraphics_32 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imFooter_imCellStyleBorders_32 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 2; }

#imFooter_imObjectTitle_32 {margin: 0; text-align: center;}
#imFooter_imObjectTitle_32_text {font: normal normal bold 10pt 'Times New Roman';  padding: 0px 0px 0px 0px; background-color: transparent; position: relative; display: inline-block; }
#imFooter_imObjectTitle_32_text,
#imFooter_imObjectTitle_32_text a { color: rgba(0, 255, 64, 1); overflow-wrap: break-word; max-width: 100%;white-space: pre-wrap; }
#imFooter_imObjectTitle_32_text a{ text-decoration: none; }
#imStickyBar_imCell_1 { grid-template-columns: 100%; position: relative; box-sizing: border-box; }
#imStickyBar_imMenuObject_01 { position: relative; max-width: 100%; box-sizing: border-box; z-index: 103; }
#imStickyBar_imCellStyleGraphics_1 { grid-row: 1 / -1; grid-column: 1 / -1; background-color: transparent; }
#imStickyBar_imCellStyleBorders_1 { grid-row: 1 / -1; grid-column: 1 / -1; z-index: 102; }

.label-wrapper .menu-item-icon {
max-height: 100%; position: absolute; top: 0; bottom: 0; left: 3px; margin: auto; z-index: 0; 
}
.im-menu-opened #imStickyBarContainer, .im-menu-opened #imPageToTop { visibility: hidden !important; }
body.filter-sidebar-open { overflow: hidden; }
#im-cartsearch-container { position: relative; display: flex; width: 100%; box-sizing: border-box; margin-left: auto; margin-right: auto; }
#im-cartsearch-container { padding-top: 10px; padding-bottom: 10px; }
#im-cartsearch-container:after { position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10400; }
#im-cartsearch-container.cart-overlay:after { width: 100%; height: 100%; background-color: rgba(55, 71, 79, 1); opacity: 0.9; }
#im-cartsearch-container .show { display: block; }
#im-cartsearch-container .hidden { display: none; }
#im-cartsearch-container .filter-sidebar .lbl-title { position: relative; cursor: pointer; user-select: none; }
#im-cartsearch-container .filter-sidebar .lbl-title::after { content: "\e004"; font: 110% WebComponentsIcons; position: absolute; right: 0; opacity: 0.75; }
#im-cartsearch-container .filter-sidebar .closed .lbl-title::after { content: "\e006"; }
#im-cartsearch-container .filter-sidebar .filter-collapsable-content { overflow: hidden; max-height: 10000px; transition: max-height 300ms; }
#im-cartsearch-container .filter-sidebar .closed .filter-collapsable-content { max-height: 0; }
#im-cartsearch-container .sidebar-m-b { margin-bottom: 1em; margin-top: 0.5em; }
#im-cartsearch-container .title-font-color { font: normal normal bold 12pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left; }
#im-cartsearch-container .description-font-color { font: normal normal normal 10pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left;  }
#im-cartsearch-container .search-com { font: normal normal normal 10pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left; ; padding: 0.6em; outline: none; }
#im-cartsearch-container .filter-sidebar { transition: opacity 1s ease; border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1) rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;background: rgba(255, 255, 255, 1); padding: 8px 8px 8px 8px; margin: 0px 10px 0px 10px; box-sizing: border-box; overflow-x: hidden; }
#im-cartsearch-container .filter-sidebar .to-close-sidebar { width: 12px; height: 12px; padding: 0.5em 0 2em 0; width: 100%; text-align: right; }
#im-cartsearch-container .filter-sidebar .to-close-sidebar > svg { width: 12px; height: 12px; fill-opacity: 0.6; fill: rgba(0, 0, 0, 1);  }
#im-cartsearch-container .filter-sidebar .to-close-sidebar > svg:hover { fill-opacity: 1; cursor:pointer; }
#im-cartsearch-container .filter-sidebar .search-container { width: 100%; position: relative; display: flex; }
#im-cartsearch-container.filter-sidebar-open .filter-sidebar .search-container { margin-top: 0; }
#im-cartsearch-container .filter-sidebar .search { background-color: rgba(255,255,255,0.5); width: 100%; border-width: 1px; border-radius: 2px 0 0 2px; padding: 10px 40px 10px 5px; font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: bold; color: rgba(0, 0, 0, 1); text-decoration: none; border-color: rgba(0, 0, 0, 1); }
#im-cartsearch-container .search::placeholder { color: rgba(0, 0, 0, 1); opacity: 0.6;  }
#im-cartsearch-container .filter-sidebar .search-button { position: absolute; background-color: transparent; right: 0; width: 40px; height: 100%; border-width: 0; text-align: center; cursor: pointer; padding: 0; display: flex; align-items: center; }
#im-cartsearch-container .filter-sidebar .search-button svg { height: 1.5em; fill: rgba(0, 0, 0, 1); margin: 0 auto; display: block; }
#im-cartsearch-container .filter-sidebar .search-button svg:hover { fill: rgba(30, 30, 30, 1); }
#im-cartsearch-container .search-spinner { position: absolute; height: 70%; top: 15%; right: 5px; }
#im-cartsearch-container .filter-sidebar div.k-box { overflow: hidden; }
#im-cartsearch-container .filter-sidebar div.k-box.k-treeview .k-in.k-state-hover, #im-cartsearch-container .filter-sidebar div.k-box.k-treeview .k-in.k-state-focused, #im-cartsearch-container .filter-sidebar div.k-box.k-treeview .k-in.k-state-selected { border-color:transparent; background-color:transparent; box-shadow: none; background-image: none; cursor: pointer; }
#im-cartsearch-container .filter-sidebar [data-id="categories"] .show-all-categories { display: none; text-align: right; margin: 0.5em 0 0 0; text-decoration: underline; cursor: pointer; }
#im-cartsearch-container .filter-sidebar .k-treeview .k-icon { color: rgba(0, 0, 0, 0.8); }
#im-cartsearch-container .filter-sidebar .k-checkbox+.k-checkbox-label:before { border-color: rgba(0, 0, 0, 0.8); color: rgba(0, 0, 0, 1); background-color: transparent; border-radius: 2px 0 0 2px; }
#im-cartsearch-container .filter-sidebar .k-treeview span.k-in { white-space: normal; font: normal normal bold 10pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left; ; margin: 1px 0 1px 3px; padding: 1px 0 1px 0; }
#im-cartsearch-container .k-treeview .k-top, #im-cartsearch-container .k-treeview .k-mid, #im-cartsearch-container .k-treeview .k-item .k-bot, #im-cartsearch-container .filter-sidebar .checkbox-list [type="checkbox"] + label { margin-bottom: 0.6em; }
/* Base for label styling */
#im-cartsearch-container .filter-sidebar .checkbox-list .li-opt { padding: 0; }
#im-cartsearch-container .filter-sidebar .checkbox-list .k-checkbox-label:before { left: -2px; }
#im-cartsearch-container .filter-sidebar .checkbox-list span.k-in { width: calc(100% - 25px); margin: 1px 0 1px 0; }
#im-cartsearch-container .filter-sidebar .checkbox-list .k-checkbox-wrapper { max-width: 18.5px; }
#im-cartsearch-container .slider-multithumb { width: 100%; touch-action: pan-y; font: normal normal bold 10pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left; }
#im-cartsearch-container .slider-multithumb svg { forced-color-adjust: auto; }
#im-cartsearch-container .slider-multithumb .slider-group { color: rgba(0, 0, 0, 1); }
#im-cartsearch-container .slider-multithumb .slider-group .value { color: currentcolor; fill: currentcolor; }
#im-cartsearch-container .slider-multithumb .slider-group .rail { stroke: currentcolor; stroke-width: 2px; fill-opacity: 0; }
#im-cartsearch-container .slider-multithumb .slider-group .range { fill: currentcolor; opacity: 0.4; pointer-events: none; }
#im-cartsearch-container .slider-multithumb .slider-group .thumb { stroke: currentcolor; stroke-opacity: 1; stroke-width: 2px; fill: rgba(255, 255, 255, 1); }
#im-cartsearch-container .slider-multithumb .slider-group .focus-ring { stroke-opacity: 0; fill-opacity: 0; stroke-linecap: round; stroke-linejoin: round; }
#im-cartsearch-container .slider-multithumb .slider-group .values { opacity: 0.5; font-size: 8pt; fill: currentcolor; }
#im-cartsearch-container .slider-multithumb .slider-group g.rail, #im-cartsearch-container .slider-multithumb .slider-group g.focus { color: currentcolor; }
#im-cartsearch-container .slider-multithumb .slider-group.active g.rail { opacity: 0.8; }
#im-cartsearch-container .slider-multithumb .slider-group.active g.range { fill-opacity: 1; }
#im-cartsearch-container .slider-multithumb [role="slider"]:focus { outline: none; color: #005a9c; }
#im-cartsearch-container .slider-multithumb [role="slider"]:hover .focus-ring { stroke: currentcolor; stroke-width: 1px; stroke-opacity: 0.8; }
#im-cartsearch-container .slider-multithumb [role="slider"]:hover .focus-ring, #im-cartsearch-container .slider-multithumb [role="slider"]:focus .focus-ring { stroke: currentcolor; stroke-opacity: 1; stroke-width: 3px; }
#im-cartsearch-container .slider-multithumb [role="slider"]:focus .thumb { stroke: currentcolor; }
#im-cartsearch-container .slider-multithumb [role="slider"]:focus .value { color: currentcolor; }
#im-cartsearch-container .items-container { width: 100%; display: flex; flex-direction: column; transition: opacity 1s ease; margin: 0px; }
#im-cartsearch-container .items-container .content { height: 100%; position: relative; }
#im-cartsearch-container .items-container .content #im-spinner-wrapper { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; z-index: 10702; background-color: transparent; align-items: center; justify-content: center; display: none; }
#im-cartsearch-container .items-container .content #im-spinner-wrapper .loading-image { width: 64px; height: 64px; }
#im-cartsearch-container .items-container .content .search-empty { font: normal normal bold 12pt 'Times New Roman'; color: rgba(0, 0, 0, 1); background-color: transparent; text-decoration: none; text-align: left;  text-align: center; padding-top: 2em; }
#im-cartsearch-container .items-container .bar-order { border-style: solid; border-width: 1px 1px 1px 1px; border-color: rgba(128, 128, 128, 1) rgba(128, 128, 128, 1) rgba(128, 128, 128, 1) rgba(128, 128, 128, 1); border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;background-color: rgba(255, 255, 255, 1); width: 100%; display: flex; align-items: center; padding: 10px; box-sizing: border-box; margin-bottom: 10px; }
#im-cartsearch-container .items-container .bar-order .total-results { margin: 0 10px; text-align: left; }
#im-cartsearch-container .items-container .bar-order .total-results .total_product_found { font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: bold; color: rgba(0, 0, 0, 1); text-decoration: none; }
#im-cartsearch-container .items-container .bar-order .total-results .label-products-found { font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: bold; color: rgba(0, 0, 0, 1); text-decoration: none; }
#im-cartsearch-container .items-container .bar-order .sort-by { flex: 1; position: relative; display: flex; justify-content: flex-end; align-items: center; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order { background-color: transparent; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order label { cursor: pointer; margin-right: 5px; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul.dropdown-sort { list-style: none; padding: 0; cursor: pointer; position: relative; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul.dropdown-sort > li { box-sizing: border-box; position: relative; display: flex; flex-wrap: wrap; flex-direction: row; justify-content: flex-end; text-align: end; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul.dropdown-sort > li #cart-search-dropdown-sort-container { display: flex; flex-wrap: wrap; justify-content: flex-end; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul > li.search-com { background-color: transparent; font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: bold; color: rgba(0, 0, 0, 1); }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order ul.dropdown-sort-inside li.search-com  { background-color: rgba(255, 255, 255, 1); font-family: Times New Roman; font-size: 10pt; font-style: normal; font-weight: bold; color: rgba(0, 0, 0, 1); }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul > li .icon-arrow svg { fill: rgba(0, 0, 0, 1); display: block; margin: 0 0 0 0.5em; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul > li .icon-arrow { display: flex; align-items: center; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul > li .icon-arrow.close { transition-duration: 0.3s; cursor: pointer; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul > li .icon-arrow.open { transform: rotate3d(1, 0, 0, 180deg); transition-duration: 0.3s;}
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul ul.dropdown-sort-inside.hide { display: none; max-height: 0; transition: max-height 0.1s ease-out; max-width: 100%; width: 100%; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul ul.dropdown-sort-inside.show { display: block; max-height: 9999px; transition: max-height 2s ease-in-out; border: 1px solid rgba(0, 0, 0, 1); border-radius: 2px 0 0 2px; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul ul.dropdown-sort-inside { position: absolute; left: 0; overflow: hidden; list-style: none; padding: 0; margin: 0; z-index: 99; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul ul.dropdown-sort-inside li { text-align: left; white-space: nowrap; }
#im-cartsearch-container .items-container .bar-order .sort-by .c-order > ul ul.dropdown-sort-inside li:hover { color: rgba(30, 30, 30, 1); }
#im-cartsearch-container .btn-sidebar { font-size: 10pt; height: 2lh; width: 2lh; max-height: 50px; max-width: 50px; box-sizing: border-box; cursor: pointer; border: 2px solid rgba(0, 0, 0, 1); border-radius: 2px 0 0 2px; }
#im-cartsearch-container .btn-sidebar.out-bar-order { margin-bottom: 10px; width: 40px; height: 40px; }
#im-cartsearch-container .btn-sidebar svg { fill: rgba(0, 0, 0, 1); display: block; margin: 0 auto; width: 70%; height: 100%; }
#im-cartsearch-container .btn-sidebar svg:hover { fill: rgba(30, 30, 30, 1); }
@media (min-width: 1300.0px) {
	#im-cartsearch-container .btn-sidebar, #im-cartsearch-container .to-close-sidebar { display: none; }
	#im-cartsearch-container .filter-sidebar { transition: opacity 1s ease; min-width: 200px; max-width: 200px; width: 100%; }
	
}
@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#im-cartsearch-container .btn-sidebar, #im-cartsearch-container .to-close-sidebar { display: none; }
	#im-cartsearch-container .filter-sidebar { transition: opacity 1s ease; min-width: 200px; max-width: 200px; width: 100%; }
	
}
@media (max-width: 959.9px) and (min-width: 720.0px) {
	#im-cartsearch-container .btn-sidebar, #im-cartsearch-container .to-close-sidebar { display: none; }
	#im-cartsearch-container .filter-sidebar { transition: opacity 1s ease; min-width: 200px; max-width: 200px; width: 100%; }
	
}
@media (max-width: 719.9px) and (min-width: 480.0px) {
	#im-cartsearch-container .btn-sidebar, #im-cartsearch-container .to-close-sidebar { display: none; }
	#im-cartsearch-container .filter-sidebar { transition: opacity 1s ease; min-width: 200px; max-width: 200px; width: 100%; }
	
}
@media (max-width: 479.9px) and (min-width: 320.0px) {
	#im-cartsearch-container .btn-sidebar { display: flex; align-content: center; }
	#im-cartsearch-container .to-close-sidebar { display: block }
	#im-cartsearch-container .filter-sidebar { position: fixed; top: 0; right: 100%; z-index: 10401; margin: 0; visibility: hidden; max-width: 350px; width: 100%; height: 100%; transition: all 0.5s; }
	#im-cartsearch-container.filter-sidebar-open .filter-sidebar { visibility: visible; transform: translate3d(100%, 0, 0); }
	
}
@media (max-width: 319.9px)  {
	#im-cartsearch-container .btn-sidebar { display: flex; align-content: center; }
	#im-cartsearch-container .to-close-sidebar { display: block }
	#im-cartsearch-container .filter-sidebar { position: fixed; top: 0; right: 100%; z-index: 10401; margin: 0; visibility: hidden; max-width: 350px; width: 100%; height: 100%; transition: all 0.5s; }
	#im-cartsearch-container.filter-sidebar-open .filter-sidebar { visibility: visible; transform: translate3d(100%, 0, 0); }
	
}
.im-cartsearch-pagination { width: 100%; max-width: 100%; float: left; clear: both; }
@media (min-width: 1300.0px) {
	#im-cartsearch-container { padding-left: 0px; padding-right: 0px; }
	
}

@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#im-cartsearch-container { padding-left: 5px; padding-right: 5px; }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#im-cartsearch-container { padding-left: 5px; padding-right: 5px; }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#im-cartsearch-container { padding-left: 5px; padding-right: 5px; }
	
}

@media (max-width: 479.9px) and (min-width: 320.0px) {
	#im-cartsearch-container { padding-left: 5px; padding-right: 5px; }
	
}

@media (max-width: 319.9px)  {
	#im-cartsearch-container { padding-left: 5px; padding-right: 5px; }
	
}

@media (min-width: 1300.0px) {
	#imHeader_imMenuObject_04_wrapper { position: absolute; top: 20px; left: 0px; width: 42px; height: 30px; text-align: center; z-index: 1002;  }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_4 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label, #imHeader_imMenuObject_04 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 31px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_05_wrapper { position: absolute; top: 193px; left: 1220px; width: 80px; height: 30px; text-align: center; z-index: 1003; overflow: hidden; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectImage_06_wrapper { position: absolute; top: 170px; left: 1150px; width: 60px; height: 60px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 1.639% 0);clip-path: inset(0 0 1.639% 0);}#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10_wrapper { position: absolute; top: 0px; left: 0px; width: 40px; height: 20px; text-align: center; z-index: 1005;  }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imHeader_imObjectImage_11_wrapper { position: absolute; top: 0px; left: 210px; width: 690px; height: 230px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_11_wrapper img {-webkit-clip-path: inset(0 0 6.504% 0);clip-path: inset(0 0 6.504% 0);}#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12_wrapper { position: absolute; top: 200px; left: 20px; width: 150px; height: 30px; text-align: center; z-index: 1007; overflow: hidden; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_13_wrapper { position: absolute; top: 235px; left: 0px; width: 1302px; height: 100px; text-align: center; z-index: 1008;  }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_13_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_13_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_13_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper, #imHeader_imMenuObject_13_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_13 .label-inner-wrapper, #imHeader_imMenuObject_13 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_13_container > ul > li .label, #imHeader_imMenuObject_13 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_13 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .hamburger-button .label, #imHeader_imMenuObject_13 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 .imLevel { cursor: default; }
	#imHeader_imMenuObject_13-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_13 { text-align: center;}
	/* Level menu background */
	#imHeader_imMenuObject_13 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_13 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_13 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_13 ul ul li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_13 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imHeader_imMenuObject_13 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_13 ul ul .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 ul ul .label-wrapper .label, #imHeader_imMenuObject_13 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_13 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_13 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_13 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_13 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imHeader_imMenuObject_13 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_13 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_13_container > ul > li > ul {position: absolute;
	top: 33px;
	}
	#imHeader_imMenuObject_13_container > ul > li > ul.open-bottom { left: 0; }
	#imHeader_imMenuObject_13_container > ul > li > ul.open-left { right: 140px; }
	#imHeader_imMenuObject_13_container > ul > li > ul.open-right { left: 140px; }
	#imHeader_imMenuObject_13_container > ul > li > ul ul, #imHeader_imMenuObject_13_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_13_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_13_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imHeader_imMenuObject_13_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_13_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imHeader_imMenuObject_13 ul > li > ul, #imHeader_imMenuObject_13 .multiple-column { display: none; }
	#imHeader_imMenuObject_13_container > ul > li:nth-child(9n+1) {
	margin-left: 0;
	clear: left;
	}
	#imHeader_imMenuObject_13_container > ul > li:nth-child(n+10) {
	margin-top: 0px; 
	}
	#imHeader_imMenuObject_13-menu-opened { display: none; }
	#imHeader_imMenuObject_13 .hamburger-component { display: none; }
	#imHeader_pluginAppObj_14_wrapper { position: absolute; top: 0px; left: 1070px; width: 220px; height: 160px; text-align: center; z-index: 1009; overflow: hidden; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_14 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_pluginAppObj_15_wrapper { display: none; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imMenuObject_16_wrapper { display: none; }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_16_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_16_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_16_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper, #imHeader_imMenuObject_16_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_16 .label-inner-wrapper, #imHeader_imMenuObject_16 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_16_container > ul > li .label, #imHeader_imMenuObject_16 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_16 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .hamburger-button .label, #imHeader_imMenuObject_16 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 .imLevel { cursor: default; }
	#imHeader_imMenuObject_16-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_16 { text-align: center;}
	/* Level menu background */
	#imHeader_imMenuObject_16 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_16 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_16 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_16 ul ul li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_16 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imHeader_imMenuObject_16 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_16 ul ul .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul .label-wrapper .label, #imHeader_imMenuObject_16 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_16 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_16 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_16 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_16 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imHeader_imMenuObject_16 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_16 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_16_container > ul > li > ul {position: absolute;
	top: 33px;
	}
	#imHeader_imMenuObject_16_container > ul > li > ul.open-bottom { left: 0; }
	#imHeader_imMenuObject_16_container > ul > li > ul.open-left { right: 140px; }
	#imHeader_imMenuObject_16_container > ul > li > ul.open-right { left: 140px; }
	#imHeader_imMenuObject_16_container > ul > li > ul ul, #imHeader_imMenuObject_16_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_16_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_16_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imHeader_imMenuObject_16_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_16_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imHeader_imMenuObject_16 ul > li > ul, #imHeader_imMenuObject_16 .multiple-column { display: none; }
	#imHeader_imMenuObject_16_container > ul > li:nth-child(16n+1) {
	margin-left: 0;
	clear: left;
	}
	#imHeader_imMenuObject_16_container > ul > li:nth-child(n+17) {
	margin-top: 0px; 
	}
	#imHeader_imMenuObject_16-menu-opened { display: none; }
	#imHeader_imMenuObject_16 .hamburger-component { display: none; }
	#imHeader_imTextObject_17_wrapper { display: none; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_17 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imObjectSearch_18_wrapper { position: absolute; top: 130px; left: 0px; width: 200px; height: 22px; text-align: center; z-index: 1013; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_18 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	input#imHeader_imObjectSearch_18_field[type=text] { width: 0; }
	input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { flex: 1; margin-right: 3px; padding: 2px 2px 2px 2px; -webkit-animation-name: imHeader_imObjectSearch_18_shown_animation; -webkit-animation-duration: .7s; animation-name: imHeader_imObjectSearch_18_shown_animation; animation-duration: .7s; }
	@-webkit-keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }@keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }#imHeader_imObjectSearch_18_button { background-position: left 2px center; }
	
}

@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_4 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label, #imHeader_imMenuObject_04 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 31px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectImage_06_wrapper { position: absolute; top: 90px; left: 5px; width: 30px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imHeader_imObjectImage_11_wrapper { position: absolute; top: -12px; left: 220px; width: 420px; height: 130px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_11_wrapper img {-webkit-clip-path: inset(0 0 13.333% 0);clip-path: inset(0 0 13.333% 0);}#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_13_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_13_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_13_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper, #imHeader_imMenuObject_13_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_13 .label-inner-wrapper, #imHeader_imMenuObject_13 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_13_container > ul > li .label, #imHeader_imMenuObject_13 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_13 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .hamburger-button .label, #imHeader_imMenuObject_13 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 .imLevel { cursor: default; }
	#imHeader_imMenuObject_13-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_13 { text-align: left;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	#imHeader_imMenuObject_13-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_13-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_13-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_13-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_13-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_13-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_13-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_13-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_13-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_13-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_13-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_13-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_14_wrapper { position: absolute; top: 0px; left: 788px; width: 170px; height: 120px; text-align: center; z-index: 1009; overflow: hidden; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_14 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_pluginAppObj_15_wrapper { position: absolute; top: 100px; left: 40px; width: 50px; height: 20px; text-align: center; z-index: 1010; overflow: hidden; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imMenuObject_16_wrapper { position: absolute; top: 120px; left: 0px; width: 962px; height: 120px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_16_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_16_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_16_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper, #imHeader_imMenuObject_16_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_16 .label-inner-wrapper, #imHeader_imMenuObject_16 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_16_container > ul > li .label, #imHeader_imMenuObject_16 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_16 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .hamburger-button .label, #imHeader_imMenuObject_16 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 .imLevel { cursor: default; }
	#imHeader_imMenuObject_16-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_16 { text-align: center;}
	/* Level menu background */
	#imHeader_imMenuObject_16 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imHeader_imMenuObject_16 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imHeader_imMenuObject_16 .multiple-column > ul {max-width: 170px;}
	#imHeader_imMenuObject_16 ul ul li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_16 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imHeader_imMenuObject_16 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imHeader_imMenuObject_16 ul ul .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul .label-wrapper .label, #imHeader_imMenuObject_16 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imHeader_imMenuObject_16 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imHeader_imMenuObject_16 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 ul ul .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imHeader_imMenuObject_16 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imHeader_imMenuObject_16 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imHeader_imMenuObject_16 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imHeader_imMenuObject_16 .multiple-column > ul > li {display: block;}
	#imHeader_imMenuObject_16_container > ul > li > ul {position: absolute;
	top: 33px;
	}
	#imHeader_imMenuObject_16_container > ul > li > ul.open-bottom { left: 0; }
	#imHeader_imMenuObject_16_container > ul > li > ul.open-left { right: 140px; }
	#imHeader_imMenuObject_16_container > ul > li > ul.open-right { left: 140px; }
	#imHeader_imMenuObject_16_container > ul > li > ul ul, #imHeader_imMenuObject_16_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imHeader_imMenuObject_16_container  > ul > li > ul ul.open-left, #imHeader_imMenuObject_16_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imHeader_imMenuObject_16_container  > ul > li > ul ul.open-right, #imHeader_imMenuObject_16_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imHeader_imMenuObject_16 ul > li > ul, #imHeader_imMenuObject_16 .multiple-column { display: none; }
	#imHeader_imMenuObject_16_container > ul > li:nth-child(6n+1) {
	margin-left: 0;
	clear: left;
	}
	#imHeader_imMenuObject_16_container > ul > li:nth-child(n+7) {
	margin-top: 0px; 
	}
	#imHeader_imMenuObject_16-menu-opened { display: none; }
	#imHeader_imMenuObject_16 .hamburger-component { display: none; }
	#imHeader_imTextObject_17_wrapper { position: absolute; top: 5px; left: 10px; width: 150px; height: 30px; text-align: center; z-index: 1012; overflow: hidden; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_17 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imObjectSearch_18_wrapper { position: absolute; top: 60px; left: 10px; width: 200px; height: 22px; text-align: center; z-index: 1013; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_18 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	input#imHeader_imObjectSearch_18_field[type=text] { width: 0; }
	input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { flex: 1; margin-right: 3px; padding: 2px 2px 2px 2px; -webkit-animation-name: imHeader_imObjectSearch_18_shown_animation; -webkit-animation-duration: .7s; animation-name: imHeader_imObjectSearch_18_shown_animation; animation-duration: .7s; }
	@-webkit-keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }@keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }#imHeader_imObjectSearch_18_button { background-position: left 2px center; }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_4 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label, #imHeader_imMenuObject_04 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 31px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectImage_06_wrapper { position: absolute; top: 80px; left: 20px; width: 30px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imHeader_imObjectImage_11_wrapper { position: absolute; top: -10px; left: 170px; width: 370px; height: 170px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_11_wrapper img {-webkit-clip-path: inset(0 0 -28.788% 0);clip-path: inset(0 0 -28.788% 0);}#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_13_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_13_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_13_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper, #imHeader_imMenuObject_13_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_13 .label-inner-wrapper, #imHeader_imMenuObject_13 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_13_container > ul > li .label, #imHeader_imMenuObject_13 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_13 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .hamburger-button .label, #imHeader_imMenuObject_13 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 .imLevel { cursor: default; }
	#imHeader_imMenuObject_13-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_13 { text-align: left;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	#imHeader_imMenuObject_13-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_13-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_13-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_13-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_13-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_13-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_13-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_13-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_13-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_13-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_13-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_13-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_14_wrapper { position: absolute; top: 0px; left: 600px; width: 120px; height: 110px; text-align: center; z-index: 1009; overflow: hidden; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_14 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_pluginAppObj_15_wrapper { position: absolute; top: 90px; left: 60px; width: 50px; height: 20px; text-align: center; z-index: 1010; overflow: hidden; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imMenuObject_16_wrapper { position: absolute; top: 110px; left: 0px; width: 1122px; height: 50px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_16_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_16_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_16_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper, #imHeader_imMenuObject_16_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_16 .label-inner-wrapper, #imHeader_imMenuObject_16 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_16_container > ul > li .label, #imHeader_imMenuObject_16 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_16 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .hamburger-button .label, #imHeader_imMenuObject_16 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 .imLevel { cursor: default; }
	#imHeader_imMenuObject_16-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_16 { text-align: left;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	#imHeader_imMenuObject_16-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_16-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_16-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_16-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_16-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_16-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_16-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_16-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_16-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_16-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_16-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_16-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_17_wrapper { position: absolute; top: 10px; left: 7px; width: 150px; height: 30px; text-align: center; z-index: 1012; overflow: hidden; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_17 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imObjectSearch_18_wrapper { position: absolute; top: 120px; left: 170px; width: 200px; height: 22px; text-align: center; z-index: 1013; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_18 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	input#imHeader_imObjectSearch_18_field[type=text] { width: 0; }
	input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { flex: 1; margin-right: 3px; padding: 2px 2px 2px 2px; -webkit-animation-name: imHeader_imObjectSearch_18_shown_animation; -webkit-animation-duration: .7s; animation-name: imHeader_imObjectSearch_18_shown_animation; animation-duration: .7s; }
	@-webkit-keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }@keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }#imHeader_imObjectSearch_18_button { background-position: left 2px center; }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_4 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label, #imHeader_imMenuObject_04 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 31px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectImage_06_wrapper { position: absolute; top: 80px; left: 0px; width: 30px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imHeader_imObjectImage_11_wrapper { position: absolute; top: 0px; left: 60px; width: 330px; height: 150px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_11_wrapper img {-webkit-clip-path: inset(0 0 -28.205% 0);clip-path: inset(0 0 -28.205% 0);}#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_13_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_13_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_13_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper, #imHeader_imMenuObject_13_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_13 .label-inner-wrapper, #imHeader_imMenuObject_13 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_13_container > ul > li .label, #imHeader_imMenuObject_13 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_13 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .hamburger-button .label, #imHeader_imMenuObject_13 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 .imLevel { cursor: default; }
	#imHeader_imMenuObject_13-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_13 { text-align: left;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	#imHeader_imMenuObject_13-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_13-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_13-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_13-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_13-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_13-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_13-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_13-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_13-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_13-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_13-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_13-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_14_wrapper { position: absolute; top: 0px; left: 380px; width: 100px; height: 100px; text-align: center; z-index: 1009; overflow: hidden; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_14 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_pluginAppObj_15_wrapper { position: absolute; top: 89px; left: 30px; width: 50px; height: 30px; text-align: center; z-index: 1010; overflow: hidden; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imMenuObject_16_wrapper { position: absolute; top: 119px; left: 0px; width: 492px; height: 40px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_16_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_16_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_16_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper, #imHeader_imMenuObject_16_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_16 .label-inner-wrapper, #imHeader_imMenuObject_16 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_16_container > ul > li .label, #imHeader_imMenuObject_16 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_16 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .hamburger-button .label, #imHeader_imMenuObject_16 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 .imLevel { cursor: default; }
	#imHeader_imMenuObject_16-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_16 { text-align: left;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	#imHeader_imMenuObject_16-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_16-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_16-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_16-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_16-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_16-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_16-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_16-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_16-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_16-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_16-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_16-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_17_wrapper { position: absolute; top: 130px; left: 312px; width: 120px; height: 30px; text-align: center; z-index: 1012; overflow: hidden; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_17 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imObjectSearch_18_wrapper { position: absolute; top: 130px; left: 110px; width: 200px; height: 22px; text-align: center; z-index: 1013; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_18 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	input#imHeader_imObjectSearch_18_field[type=text] { width: 0; }
	input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { flex: 1; margin-right: 3px; padding: 2px 2px 2px 2px; -webkit-animation-name: imHeader_imObjectSearch_18_shown_animation; -webkit-animation-duration: .7s; animation-name: imHeader_imObjectSearch_18_shown_animation; animation-duration: .7s; }
	@-webkit-keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }@keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }#imHeader_imObjectSearch_18_button { background-position: left 2px center; }
	
}

@media (max-width: 479.9px) and (min-width: 320.0px) {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_4 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label, #imHeader_imMenuObject_04 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 31px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_5 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectImage_06_wrapper { position: absolute; top: 105px; left: 240px; width: 30px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_10 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imHeader_imObjectImage_11_wrapper { position: absolute; top: -7px; left: -10px; width: 280px; height: 130px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_11_wrapper img {-webkit-clip-path: inset(0 0 -30% 0);clip-path: inset(0 0 -30% 0);}#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_12 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_12 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_13_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_13_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_13_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper, #imHeader_imMenuObject_13_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_13 .label-inner-wrapper, #imHeader_imMenuObject_13 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_13_container > ul > li .label, #imHeader_imMenuObject_13 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_13 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .hamburger-button .label, #imHeader_imMenuObject_13 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 .imLevel { cursor: default; }
	#imHeader_imMenuObject_13-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_13 { text-align: left;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	#imHeader_imMenuObject_13-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_13-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_13-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_13-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_13-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_13-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_13-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_13-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_13-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_13-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_13-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_13-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_14_wrapper { position: absolute; top: 0px; left: 250px; width: 70px; height: 90px; text-align: center; z-index: 1009; overflow: hidden; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_14 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_pluginAppObj_15_wrapper { position: absolute; top: 110px; left: 270px; width: 50px; height: 30px; text-align: center; z-index: 1010; overflow: hidden; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_15 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imMenuObject_16_wrapper { position: absolute; top: 89px; left: 0px; width: 240px; height: 51px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_16 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imHeader_imMenuObject_16_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_16_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_16_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper, #imHeader_imMenuObject_16_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_16 .label-inner-wrapper, #imHeader_imMenuObject_16 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_16_container > ul > li .label, #imHeader_imMenuObject_16 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_16 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .hamburger-button .label, #imHeader_imMenuObject_16 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 .imLevel { cursor: default; }
	#imHeader_imMenuObject_16-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_16 { text-align: left;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	#imHeader_imMenuObject_16-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_16-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_16-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_16-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_16-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_16-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_16-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_16-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_16-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_16-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_16-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_16-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_17_wrapper { position: absolute; top: 101px; left: 100px; width: 130px; height: 30px; text-align: center; z-index: 1012; overflow: hidden; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_17 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imHeader_imTextObject_17 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imObjectSearch_18_wrapper { position: absolute; top: 120px; left: 30px; width: 200px; height: 22px; text-align: center; z-index: 1013; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleBorders_18 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	input#imHeader_imObjectSearch_18_field[type=text] { width: 0; }
	input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { flex: 1; margin-right: 3px; padding: 2px 2px 2px 2px; -webkit-animation-name: imHeader_imObjectSearch_18_shown_animation; -webkit-animation-duration: .7s; animation-name: imHeader_imObjectSearch_18_shown_animation; animation-duration: .7s; }
	@-webkit-keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }@keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }#imHeader_imObjectSearch_18_button { background-position: left 2px center; }
	
}

@media (max-width: 319.9px)  {
	#imHeader_imMenuObject_04_wrapper { display: none; }
	#imHeader_imCell_4 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_4 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_04 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_4 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_04_container { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_04_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_04_container > ul > li {position: relative;margin-left: 2px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper, #imHeader_imMenuObject_04_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 30px; padding: 0 5px 0 5px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-button {cursor: pointer; width: 30px; height: 30px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_04 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_04 .label-inner-wrapper, #imHeader_imMenuObject_04 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_04_container > ul > li .label, #imHeader_imMenuObject_04 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_04 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04 .hamburger-button .label, #imHeader_imMenuObject_04 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04 .imLevel { cursor: default; }
	#imHeader_imMenuObject_04-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_04 { text-align: left;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	#imHeader_imMenuObject_04-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_04-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_04-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_04-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_04-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_04-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_04 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_04-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_04-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_04-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 31px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_04-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_04-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_04-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened #imHeader_imMenuObject_04_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(211, 211, 211, 1);background-image: none;}
	#imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_04-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_04-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_04-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_05_wrapper { display: none; }
	#imHeader_imCell_5 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_5 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_05 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_5 { box-sizing: border-box; }
	#imHeader_imObjectImage_06_wrapper { position: absolute; top: 84px; left: 270px; width: 30px; height: 30px; text-align: center; z-index: 1004; overflow: hidden; }
	#imHeader_imObjectImage_06_wrapper img {-webkit-clip-path: inset(0 0 0% 0);clip-path: inset(0 0 0% 0);}#imHeader_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_6 { box-sizing: border-box; }
	#imHeader_imObjectTitle_10_wrapper { display: none; }
	#imHeader_imCell_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_10 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectTitle_10 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_10 { box-sizing: border-box; }
	#imHeader_imObjectTitle_10 { width: 100%; }
	#imHeader_imObjectTitle_10_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imHeader_imObjectImage_11_wrapper { position: absolute; top: 0px; left: -7px; width: 250px; height: 120px; text-align: center; z-index: 1006; overflow: hidden; }
	#imHeader_imObjectImage_11_wrapper img {-webkit-clip-path: inset(0 0 -34.831% 0);clip-path: inset(0 0 -34.831% 0);}#imHeader_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectImage_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_11 { box-sizing: border-box; }
	#imHeader_imTextObject_12_wrapper { display: none; }
	#imHeader_imCell_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_12 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_12 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_12 { box-sizing: border-box; }
	#imHeader_imTextObject_12 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imMenuObject_13_wrapper { display: none; }
	#imHeader_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_13 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_13_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_13_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_13_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper, #imHeader_imMenuObject_13_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_13 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_13 .label-inner-wrapper, #imHeader_imMenuObject_13 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_13_container > ul > li .label, #imHeader_imMenuObject_13 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_13 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13 .hamburger-button .label, #imHeader_imMenuObject_13 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13 .imLevel { cursor: default; }
	#imHeader_imMenuObject_13-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_13 { text-align: left;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	#imHeader_imMenuObject_13-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_13-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_13-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_13-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_13-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_13-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_13 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_13-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_13-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_13-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_13-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_13-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_13-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened #imHeader_imMenuObject_13_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_13-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_13-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_13-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_pluginAppObj_14_wrapper { position: absolute; top: 0px; left: 216px; width: 100px; height: 100px; text-align: center; z-index: 1009; overflow: hidden; }
	#imHeader_imCell_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_14 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_14 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_14 { box-sizing: border-box; }
	#imHeader_pluginAppObj_15_wrapper { position: absolute; top: 114px; left: 250px; width: 60px; height: 30px; text-align: center; z-index: 1010; overflow: hidden; }
	#imHeader_imCell_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_15 { grid-template-rows: [row-content] auto ; }
	#imHeader_pluginAppObj_15 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_15 { box-sizing: border-box; }
	#imHeader_imMenuObject_16_wrapper { position: absolute; top: 90px; left: 0px; width: 250px; height: 56px; text-align: center; z-index: 1011;  }
	#imHeader_imCell_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_16 { grid-template-rows: [row-content] auto ; }
	#imHeader_imMenuObject_16 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_16 { box-sizing: border-box; }
	/* Main menu background */
	#imHeader_imMenuObject_16_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imHeader_imMenuObject_16_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imHeader_imMenuObject_16_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper, #imHeader_imMenuObject_16_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 140px; height: 33px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-button {cursor: pointer; width: 33px; height: 33px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imHeader_imMenuObject_16 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imHeader_imMenuObject_16 .label-inner-wrapper, #imHeader_imMenuObject_16 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imHeader_imMenuObject_16_container > ul > li .label, #imHeader_imMenuObject_16 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imHeader_imMenuObject_16 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16 .hamburger-button .label, #imHeader_imMenuObject_16 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 12pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16 .imLevel { cursor: default; }
	#imHeader_imMenuObject_16-menu-opened .imLevel { cursor: default; }
	#imHeader_imMenuObject_16 { text-align: left;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	#imHeader_imMenuObject_16-menu-opened { overflow: visible; z-index: 10402; }
	#imHeader_imMenuObject_16-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imHeader_imMenuObject_16-menu-opened li > div { display: none; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened div > ul { display: block; }
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imHeader_imMenuObject_16-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imHeader_imMenuObject_16-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imHeader_imMenuObject_16-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imHeader_imMenuObject_16 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imHeader_imMenuObject_16-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imHeader_imMenuObject_16-menu-opened li:last-child {margin-bottom: 0;}
	#imHeader_imMenuObject_16-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imHeader_imMenuObject_16-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imHeader_imMenuObject_16-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imHeader_imMenuObject_16-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened #imHeader_imMenuObject_16_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imHeader_imMenuObject_16-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imHeader_imMenuObject_16-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imHeader_imMenuObject_16-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	#imHeader_imTextObject_17_wrapper { position: absolute; top: 102px; left: 91px; width: 150px; height: 30px; text-align: center; z-index: 1012; overflow: hidden; }
	#imHeader_imCell_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_17 { grid-template-rows: [row-content] auto ; }
	#imHeader_imTextObject_17 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_17 { box-sizing: border-box; }
	#imHeader_imTextObject_17 .text-container {border-width: 0 1px 1px 1px;box-sizing: border-box;width: 100%;}
	#imHeader_imObjectSearch_18_wrapper { position: absolute; top: 120px; left: 40px; width: 200px; height: 22px; text-align: center; z-index: 1013; overflow: hidden; }
	#imHeader_imCell_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imHeader_imCell_18 { grid-template-rows: [row-content] auto ; }
	#imHeader_imObjectSearch_18 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imHeader_imCellStyleGraphics_18 { box-sizing: border-box; }
	input#imHeader_imObjectSearch_18_field[type=text] { width: 0; }
	input#imHeader_imObjectSearch_18_field[type=text].imHeader_imObjectSearch_18_shown { flex: 1; margin-right: 3px; padding: 2px 2px 2px 2px; -webkit-animation-name: imHeader_imObjectSearch_18_shown_animation; -webkit-animation-duration: .7s; animation-name: imHeader_imObjectSearch_18_shown_animation; animation-duration: .7s; }
	@-webkit-keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }@keyframes imHeader_imObjectSearch_18_shown_animation { from { opacity: 0; padding: 2px 0 2px 0; margin: 0; max-width: 0; } 50% { opacity: 1; margin-right: 3px; padding: 2px 2px 2px 2px; } to { max-width: 100%; } }#imHeader_imObjectSearch_18_button { background-position: left 2px center; }
	
}

@media (min-width: 1300.0px) {
	#imFooter_imObjectTitle_06_wrapper { position: absolute; top: 2px; left: 0px; width: 330px; height: 20px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_06 { width: 100%; }
	#imFooter_imObjectTitle_06_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 42px; left: 0px; width: 330px; height: 20px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_7 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 22px; left: 0px; width: 330px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_09_wrapper { position: absolute; top: 20px; left: 780px; width: 80px; height: 20px; text-align: center; z-index: 1005;  }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_9 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectForm_11_wrapper { position: absolute; top: 0px; left: 1090px; width: 200px; height: 90px; text-align: center; z-index: 1006; overflow: hidden; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13_wrapper { position: absolute; top: 20px; left: 394px; width: 130px; height: 20px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13 { width: 100%; }
	#imFooter_imObjectTitle_13_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_19_wrapper { position: absolute; top: 70px; left: 0px; width: 920px; height: 20px; text-align: center; z-index: 1008;  }
	#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_19 { width: 100%; }
	#imFooter_imObjectTitle_19_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_pluginAppObj_21_wrapper { position: absolute; top: 0px; left: 920px; width: 60px; height: 50px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_21 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_21 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_pluginAppObj_22_wrapper { position: absolute; top: 0px; left: 860px; width: 60px; height: 50px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_22 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_22 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_23_wrapper { position: absolute; top: 10px; left: 524px; width: 70px; height: 40px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_23_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_23 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_23 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_28_wrapper { position: absolute; top: 10px; left: 594px; width: 68px; height: 40px; text-align: center; z-index: 1012; overflow: hidden; }
	#imFooter_imObjectImage_28_wrapper img {-webkit-clip-path: inset(0 0 -17.647% 0);clip-path: inset(0 0 -17.647% 0);}#imFooter_imCell_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_28 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_28 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_29_wrapper { position: absolute; top: 10px; left: 662px; width: 68px; height: 40px; text-align: center; z-index: 1013; overflow: hidden; }
	#imFooter_imObjectImage_29_wrapper img {-webkit-clip-path: inset(0 0 -17.647% 0);clip-path: inset(0 0 -17.647% 0);}#imFooter_imCell_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_29 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_29 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectForm_31_wrapper { display: none; }
	#imFooter_imCell_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_31 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_31 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32_wrapper { display: none; }
	#imFooter_imCell_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_32 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_32 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32 { width: 100%; }
	#imFooter_imObjectTitle_32_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	
}

@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#imFooter_imObjectTitle_06_wrapper { position: absolute; top: 2px; left: 160px; width: 250px; height: 60px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_06 { width: 100%; }
	#imFooter_imObjectTitle_06_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 24px; left: 150px; width: 250px; height: 30px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_7 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 46px; left: 160px; width: 250px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_9 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectForm_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13_wrapper { position: absolute; top: 20px; left: 430px; width: 130px; height: 30px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13 { width: 100%; }
	#imFooter_imObjectTitle_13_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_19_wrapper { position: absolute; top: 80px; left: 130px; width: 830px; height: 20px; text-align: center; z-index: 1008;  }
	#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_19 { width: 100%; }
	#imFooter_imObjectTitle_19_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_pluginAppObj_21_wrapper { position: absolute; top: 5px; left: 833px; width: 60px; height: 40px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_21 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_21 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_pluginAppObj_22_wrapper { position: absolute; top: 5px; left: 900px; width: 60px; height: 40px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_22 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_22 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_23_wrapper { position: absolute; top: 10px; left: 560px; width: 70px; height: 40px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_23_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_23 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_23 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_28_wrapper { position: absolute; top: 10px; left: 700px; width: 70px; height: 40px; text-align: center; z-index: 1012; overflow: hidden; }
	#imFooter_imObjectImage_28_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_28 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_28 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_29_wrapper { position: absolute; top: 10px; left: 630px; width: 70px; height: 40px; text-align: center; z-index: 1013; overflow: hidden; }
	#imFooter_imObjectImage_29_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_29 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_29 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectForm_31_wrapper { position: absolute; top: 0px; left: 2px; width: 180px; height: 100px; text-align: center; z-index: 1014; overflow: hidden; }
	#imFooter_imCell_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_31 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_31 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32_wrapper { display: none; }
	#imFooter_imCell_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_32 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_32 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32 { width: 100%; }
	#imFooter_imObjectTitle_32_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imFooter_imObjectTitle_06_wrapper { position: absolute; top: 2px; left: 195px; width: 150px; height: 30px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_06 { width: 100%; }
	#imFooter_imObjectTitle_06_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 24px; left: 190px; width: 130px; height: 30px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_7 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 46px; left: 180px; width: 170px; height: 30px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_9 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectForm_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13_wrapper { position: absolute; top: 10px; left: 360px; width: 250px; height: 60px; text-align: center; z-index: 1007;  }
	#imFooter_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13 { width: 100%; }
	#imFooter_imObjectTitle_13_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_19_wrapper { display: none; }
	#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_19 { width: 100%; }
	#imFooter_imObjectTitle_19_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imFooter_pluginAppObj_21_wrapper { position: absolute; top: 0px; left: 620px; width: 50px; height: 50px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_21 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_21 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_pluginAppObj_22_wrapper { position: absolute; top: 0px; left: 670px; width: 50px; height: 50px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_22 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_22 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_23_wrapper { position: absolute; top: 30px; left: 390px; width: 70px; height: 40px; text-align: center; z-index: 1011; overflow: hidden; }
	#imFooter_imObjectImage_23_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_23 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_23 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_28_wrapper { position: absolute; top: 30px; left: 460px; width: 70px; height: 40px; text-align: center; z-index: 1012; overflow: hidden; }
	#imFooter_imObjectImage_28_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_28 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_28 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_29_wrapper { position: absolute; top: 30px; left: 530px; width: 70px; height: 40px; text-align: center; z-index: 1013; overflow: hidden; }
	#imFooter_imObjectImage_29_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_29 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_29 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectForm_31_wrapper { position: absolute; top: 0px; left: 2px; width: 200px; height: 90px; text-align: center; z-index: 1014; overflow: hidden; }
	#imFooter_imCell_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_31 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_31 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32_wrapper { position: absolute; top: 90px; left: 0px; width: 720px; height: 30px; text-align: center; z-index: 1015;  }
	#imFooter_imCell_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_32 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_32 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32 { width: 100%; }
	#imFooter_imObjectTitle_32_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imFooter_imObjectTitle_06_wrapper { position: absolute; top: 2px; left: 100px; width: 250px; height: 60px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_06 { width: 100%; }
	#imFooter_imObjectTitle_06_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 24px; left: 85px; width: 250px; height: 60px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_7 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 46px; left: 98px; width: 250px; height: 60px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_9 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectForm_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13_wrapper { display: none; }
	#imFooter_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13 { width: 100%; }
	#imFooter_imObjectTitle_13_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_19_wrapper { display: none; }
	#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_19 { width: 100%; }
	#imFooter_imObjectTitle_19_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imFooter_pluginAppObj_21_wrapper { position: absolute; top: 0px; left: 370px; width: 50px; height: 50px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_21 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_21 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_pluginAppObj_22_wrapper { position: absolute; top: 0px; left: 420px; width: 60px; height: 50px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_22 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_22 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_23_wrapper { display: none; }
	#imFooter_imObjectImage_23_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_23 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_23 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_28_wrapper { display: none; }
	#imFooter_imObjectImage_28_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_28 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_28 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_29_wrapper { display: none; }
	#imFooter_imObjectImage_29_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_29 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_29 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectForm_31_wrapper { position: absolute; top: 0px; left: 2px; width: 150px; height: 100px; text-align: center; z-index: 1014; overflow: hidden; }
	#imFooter_imCell_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_31 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_31 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32_wrapper { position: absolute; top: 90px; left: 0px; width: 480px; height: 40px; text-align: center; z-index: 1015;  }
	#imFooter_imCell_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_32 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_32 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32 { width: 100%; }
	#imFooter_imObjectTitle_32_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	
}

@media (max-width: 479.9px) and (min-width: 320.0px) {
	#imFooter_imObjectTitle_06_wrapper { position: absolute; top: 4px; left: 104px; width: 146px; height: 30px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_6 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_06 { width: 100%; }
	#imFooter_imObjectTitle_06_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 59px; left: 94px; width: 140px; height: 33px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_7 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 34px; left: 100px; width: 150px; height: 28px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_8 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_9 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectForm_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_11 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13_wrapper { display: none; }
	#imFooter_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_13 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_13 { width: 100%; }
	#imFooter_imObjectTitle_13_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_19_wrapper { display: none; }
	#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_19 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_19 { width: 100%; }
	#imFooter_imObjectTitle_19_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imFooter_pluginAppObj_21_wrapper { position: absolute; top: 0px; left: 270px; width: 40px; height: 50px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_21 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_21 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_pluginAppObj_22_wrapper { position: absolute; top: 50px; left: 270px; width: 40px; height: 50px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_22 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_22 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_23_wrapper { display: none; }
	#imFooter_imObjectImage_23_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_23 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_23 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_28_wrapper { display: none; }
	#imFooter_imObjectImage_28_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_28 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_28 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectImage_29_wrapper { display: none; }
	#imFooter_imObjectImage_29_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_29 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_29 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectForm_31_wrapper { position: absolute; top: 0px; left: 2px; width: 110px; height: 110px; text-align: center; z-index: 1014; overflow: hidden; }
	#imFooter_imCell_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_31 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_31 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32_wrapper { position: absolute; top: 105px; left: 0px; width: 320px; height: 50px; text-align: center; z-index: 1015;  }
	#imFooter_imCell_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_32 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleBorders_32 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	#imFooter_imObjectTitle_32 { width: 100%; }
	#imFooter_imObjectTitle_32_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	
}

@media (max-width: 319.9px)  {
	#imFooter_imObjectTitle_06_wrapper { position: absolute; top: 2px; left: 110px; width: 130px; height: 20px; text-align: center; z-index: 1002;  }
	#imFooter_imCell_6 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_6 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_06 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_6 { box-sizing: border-box; }
	#imFooter_imObjectTitle_06 { width: 100%; }
	#imFooter_imObjectTitle_06_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_07_wrapper { position: absolute; top: 30px; left: 110px; width: 120px; height: 20px; text-align: center; z-index: 1003;  }
	#imFooter_imCell_7 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_7 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_07 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_7 { box-sizing: border-box; }
	#imFooter_imObjectTitle_07 { width: 100%; }
	#imFooter_imObjectTitle_07_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_08_wrapper { position: absolute; top: 58px; left: 110px; width: 130px; height: 20px; text-align: center; z-index: 1004;  }
	#imFooter_imCell_8 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_8 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_08 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_8 { box-sizing: border-box; }
	#imFooter_imObjectTitle_08 { width: 100%; }
	#imFooter_imObjectTitle_08_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_09_wrapper { display: none; }
	#imFooter_imCell_9 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_9 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_09 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_9 { box-sizing: border-box; }
	#imFooter_imObjectTitle_09 { width: 100%; }
	#imFooter_imObjectTitle_09_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectForm_11_wrapper { display: none; }
	#imFooter_imCell_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_11 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_11 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_11 { box-sizing: border-box; }
	#imObjectForm_11_1_container { width: 100%; }
	#imFooter_imObjectTitle_13_wrapper { display: none; }
	#imFooter_imCell_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_13 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_13 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_13 { box-sizing: border-box; }
	#imFooter_imObjectTitle_13 { width: 100%; }
	#imFooter_imObjectTitle_13_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: -1px;
	margin-bottom: -1px;
	 }
	#imFooter_imObjectTitle_19_wrapper { display: none; }
	#imFooter_imCell_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_19 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_19 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_19 { box-sizing: border-box; }
	#imFooter_imObjectTitle_19 { width: 100%; }
	#imFooter_imObjectTitle_19_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	#imFooter_pluginAppObj_21_wrapper { position: absolute; top: 0px; left: 263px; width: 40px; height: 50px; text-align: center; z-index: 1009;  }
	#imFooter_imCell_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_21 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_21 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_21 { box-sizing: border-box; }
	#imFooter_pluginAppObj_22_wrapper { position: absolute; top: 50px; left: 264px; width: 40px; height: 50px; text-align: center; z-index: 1010;  }
	#imFooter_imCell_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_22 { grid-template-rows: [row-content] auto ; }
	#imFooter_pluginAppObj_22 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_22 { box-sizing: border-box; }
	#imFooter_imObjectImage_23_wrapper { display: none; }
	#imFooter_imObjectImage_23_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_23 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_23 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_23 { box-sizing: border-box; }
	#imFooter_imObjectImage_28_wrapper { display: none; }
	#imFooter_imObjectImage_28_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_28 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_28 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_28 { box-sizing: border-box; }
	#imFooter_imObjectImage_29_wrapper { display: none; }
	#imFooter_imObjectImage_29_wrapper img {-webkit-clip-path: inset(0 0 -14.286% 0);clip-path: inset(0 0 -14.286% 0);}#imFooter_imCell_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_29 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectImage_29 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_29 { box-sizing: border-box; }
	#imFooter_imObjectForm_31_wrapper { position: absolute; top: 0px; left: 2px; width: 110px; height: 100px; text-align: center; z-index: 1014; overflow: hidden; }
	#imFooter_imCell_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_31 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectForm_31 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_31 { box-sizing: border-box; }
	#imObjectForm_31_1_container { width: 100%; }
	#imFooter_imObjectTitle_32_wrapper { position: absolute; top: 105px; left: 0px; width: 320px; height: 50px; text-align: center; z-index: 1015;  }
	#imFooter_imCell_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imFooter_imCell_32 { grid-template-rows: [row-content] auto ; }
	#imFooter_imObjectTitle_32 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imFooter_imCellStyleGraphics_32 { box-sizing: border-box; }
	#imFooter_imObjectTitle_32 { width: 100%; }
	#imFooter_imObjectTitle_32_text { margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	 }
	
}

@media (min-width: 1300.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 0px; left: 0px; width: 1312px; height: 110px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 32px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 32px; height: 32px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: center;}
	/* Level menu background */
	#imStickyBar_imMenuObject_01 ul ul { border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;  background-color: transparent; }
	/* Level menu button size and position */
	#imStickyBar_imMenuObject_01 ul ul li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	/* Multiple column menu buttons position */
	#imStickyBar_imMenuObject_01 .multiple-column > ul {max-width: 170px;}
	#imStickyBar_imMenuObject_01 ul ul li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_01 ul ul .label-wrapper { display: block; overflow: hidden; width: 154px; height: 34px; padding: 0 8px 0 8px; }
	#imStickyBar_imMenuObject_01 ul ul .label { display: table-cell; vertical-align: middle; }
	/* Level menu default button style */
	#imStickyBar_imMenuObject_01 ul ul .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 ul ul .label-wrapper .label, #imStickyBar_imMenuObject_01 ul ul .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu hover button style */
	#imStickyBar_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01 ul ul li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01 ul ul li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Level menu separator button style */
	#imStickyBar_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01 ul ul .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Level menu separation line style */
	/* Level menu current button style */
	#imStickyBar_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01 .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: left; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 ul ul { z-index: 2; }/* Level menu show/hide directives */
	#imStickyBar_imMenuObject_01 .multiple-column {position: absolute; z-index: 2;left: 0;}
	#imStickyBar_imMenuObject_01 .multiple-column > ul {position: static;
	display: inline-block;vertical-align: top;}
	#imStickyBar_imMenuObject_01 .multiple-column > ul > li {display: block;}
	#imStickyBar_imMenuObject_01_container > ul > li > ul {position: absolute;
	top: 32px;
	}
	#imStickyBar_imMenuObject_01_container > ul > li > ul.open-bottom { left: 0; }
	#imStickyBar_imMenuObject_01_container > ul > li > ul.open-left { right: 130px; }
	#imStickyBar_imMenuObject_01_container > ul > li > ul.open-right { left: 130px; }
	#imStickyBar_imMenuObject_01_container > ul > li > ul ul, #imStickyBar_imMenuObject_01_container .multiple-column > ul > li ul {position: absolute;
	top: 0;
	}
	#imStickyBar_imMenuObject_01_container  > ul > li > ul ul.open-left, #imStickyBar_imMenuObject_01_container .multiple-column > ul > li ul.open-left{ right: 170px; }
	#imStickyBar_imMenuObject_01_container  > ul > li > ul ul.open-right, #imStickyBar_imMenuObject_01_container .multiple-column > ul > li ul.open-right{ left: 170px; }
	#imStickyBar_imMenuObject_01 ul > li > ul, #imStickyBar_imMenuObject_01 .multiple-column { display: none; }
	#imStickyBar_imMenuObject_01_container > ul > li:nth-child(10n+1) {
	margin-left: 0;
	clear: left;
	}
	#imStickyBar_imMenuObject_01_container > ul > li:nth-child(n+11) {
	margin-top: 0px; 
	}
	#imStickyBar_imMenuObject_01-menu-opened { display: none; }
	#imStickyBar_imMenuObject_01 .hamburger-component { display: none; }
	
}

@media (max-width: 1299.9px) and (min-width: 960.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 0px; left: 38px; width: 282px; height: 100px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 32px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 32px; height: 32px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: left;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 959.9px) and (min-width: 720.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 0px; left: 38px; width: 282px; height: 100px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 32px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 32px; height: 32px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: left;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 719.9px) and (min-width: 480.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 0px; left: 38px; width: 282px; height: 100px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 32px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 32px; height: 32px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: left;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 479.9px) and (min-width: 320.0px) {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 0px; left: 38px; width: 282px; height: 100px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleBorders_1 {  border-top: 0; border-bottom: 0; border-left: 0; border-right: 0; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 32px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 32px; height: 32px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: left;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

@media (max-width: 319.9px)  {
	#imStickyBar_imMenuObject_01_wrapper { position: absolute; top: 0px; left: 38px; width: 282px; height: 100px; text-align: center; z-index: 1002;  }
	#imStickyBar_imCell_1 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; }
	#imStickyBar_imCell_1 { grid-template-rows: [row-content] auto ; }
	#imStickyBar_imMenuObject_01 { padding-top: 0px; padding-bottom: 0px; padding-left: 0px; padding-right: 0px; grid-row: row-content / span 1; grid-column: 1 / -1; }
	#imStickyBar_imCellStyleGraphics_1 { box-sizing: border-box; }
	/* Main menu background */
	#imStickyBar_imMenuObject_01_container { border-style: solid; border-width: 10px 0px 10px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; width: 100%; box-sizing: border-box; background-color: rgba(0, 255, 64, 1); padding: 0px 0px 0px 0px; display: inline-table;}
	#imStickyBar_imMenuObject_01_container > ul:after {content: '';display: table;clear: both; }
	/* Main menu button size and position */
	#imStickyBar_imMenuObject_01_container > ul > li {position: relative;margin-left: 0px; margin-top: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper, #imStickyBar_imMenuObject_01_container > ul > li > div > .label-wrapper { display: block; overflow: hidden; width: 130px; height: 32px; padding: 0 0px 0 0px; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-button {cursor: pointer; width: 32px; height: 32px; display: inline-block; vertical-align: top; padding: 0; box-sizing: content-box; border-width: 0px 0px 0px 0px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;}
	#imStickyBar_imMenuObject_01 .hamburger-bar { margin: 3px auto; width: 65%; height: 3px; background-color: rgba(0, 0, 0, 1); display: block; }
	#imStickyBar_imMenuObject_01 .label-inner-wrapper, #imStickyBar_imMenuObject_01 .hamburger-button > div { display: table; width: 100%; height: 100%; position: relative; z-index: 1; } #imStickyBar_imMenuObject_01_container > ul > li .label, #imStickyBar_imMenuObject_01 .hamburger-button > div > div { display: table-cell; vertical-align: middle; }
	/* Main menu default button style */
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Hamburger button style */
	#imStickyBar_imMenuObject_01 .hamburger-button {background-color: rgba(0, 255, 64, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01 .hamburger-button .label, #imStickyBar_imMenuObject_01 .hamburger-button button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Main menu current button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Main menu hover button style */
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imPage:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > li.imLevel:hover > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Main menu separator button style */
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper {background-color: transparent;background-image: none;border-color: rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1) rgba(211, 211, 211, 1);border-style: solid; }
	#imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01_container > ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 11pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01 .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01-menu-opened .imLevel { cursor: default; }
	#imStickyBar_imMenuObject_01 { text-align: left;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened { overflow: visible; z-index: 10402; }
	#imStickyBar_imMenuObject_01-menu-opened ul ul { display: none; /*margin-bottom: 1px;*/ }
	#imStickyBar_imMenuObject_01-menu-opened li > div { display: none; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened div > ul { display: block; }
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul { position: absolute; left: 0; right: auto; top: 40px; background-color: rgba(0, 255, 64, 1); overflow-x: hidden; overflow-y: auto; height: calc(100% - 40px); width: 100%; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button { display: block; font-family: Arial; font-size: 30px; text-align: right; padding: 5px 10px; color: rgba(0, 0, 0, 1); }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-close-button span { cursor: pointer; }
	#imStickyBar_imMenuObject_01-menu-opened { position:fixed; top: 0; bottom: 0; left: 0; width: 160px; border-style: solid; border-width: 0px 0px 0px 0px; border-color: transparent transparent transparent transparent; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px;;  }
	#imPageExtContainer:after{ position: fixed; top: 0; right: 0; width: 0; height: 0; content: ''; opacity: 0; transition: opacity 1000ms; z-index: 10401;}
	.menu-imStickyBar_imMenuObject_01-opened #imPageExtContainer:after{ width: 100%; height: 100%; background-color: rgba(0, 0, 0, 1); opacity: 0.5;}
	.menu-imStickyBar_imMenuObject_01-towards-closing #imPageExtContainer:after { width: 100%; height: 100%; background-color: transparent; opacity: 0.5; transition: background-color 1000ms linear, opacity;}
	#imStickyBar_imMenuObject_01 .hidden { display: none; }
	/* Responsive menu button size and position */
	#imStickyBar_imMenuObject_01-menu-opened li {position: relative;margin-bottom: 0px; display: inline-block; vertical-align: top; }
	#imStickyBar_imMenuObject_01-menu-opened li:last-child {margin-bottom: 0;}
	#imStickyBar_imMenuObject_01-menu-opened .label-wrapper { display: block; overflow: hidden; position: relative; width: 150px; height: 28px; padding: 0 5px 0 5px; }
	#imStickyBar_imMenuObject_01-menu-opened .label-inner-wrapper { display: table; width: 100%; height: 100%; z-index: 1; position: relative; } #imStickyBar_imMenuObject_01-menu-opened .label { display: table-cell; vertical-align: middle; }
	#imStickyBar_imMenuObject_01-menu-opened .hamburger-menu-background { position: absolute;display: block;top: 0;bottom: 0;width: 160px;left: 0; right: auto;background-color: rgba(0, 255, 64, 1);transition: left 500ms, right 500ms, opacity 500ms;}
	/* Responsive menu default button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper {background-color: rgba(20, 235, 84, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper {background-color: rgba(40, 215, 104, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper {background-color: rgba(60, 195, 124, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul ul ul ul > li > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu hover button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > li:hover:not(.imMnMnSeparator) > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(255, 255, 255, 1);font-weight: bold;}
	/* Responsive menu current button style */
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened #imStickyBar_imMenuObject_01_container-menu-opened > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper {background-color: rgba(0, 0, 0, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened .imMnMnCurrent > ul > .imMnMnCurrent > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 255, 64, 1);font-weight: bold;}
	/* Responsive menu separator button style */
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper {background-color: rgba(0, 255, 64, 1);background-image: none;}
	#imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper .label, #imStickyBar_imMenuObject_01-menu-opened ul > .imMnMnSeparator > .label-wrapper button {width: 100%;height: 100%;font-family: 'Times New Roman';font-size: 10pt;font-style: normal;text-decoration: none;text-align: center; color: rgba(0, 0, 0, 1);font-weight: bold;}
	/* Responsive menu separation line style */
	#imStickyBar_imMenuObject_01-menu-opened {  transform: translate3d(-160px, 0 ,0);  transition: transform 1000ms;}
	#imStickyBar_imMenuObject_01-menu-opened.animated {  transform: translate3d(0, 0, 0);}
	
}

#imPage.without-id_animation-in-progress { overflow: hidden }
