body {
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-size: 16px;
   font-weight: normal;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a {
   color: #3F4858;
   text-decoration: none;
}
a:hover {
   color: #3F4858;
   text-decoration: underline;
}
.wb-theme-header {
   --background-color: rgba(248,248,248,1.00);
   --color: #3F4858;
   background-color: #F8F8F8;
   background-image: none;
   border: 0px solid transparent;
   --border-color: #D2D2D2;
   --border-width: 0px;
   border-radius: 8px;
   color: #3F4858;
}
.wb-theme-content {
   --background-color: rgba(255,255,255,1.00);
   border: 0px solid transparent;
   --border-color: #FFFFFF;
   --border-width: 0px;
   --color: #3F4858;
   --colorize: invert(26%) sepia(8%) saturate(1407%) hue-rotate(180deg) brightness(95%) contrast(88%);
   --icon-color: #3F4858;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 8px;
   color: #3F4858;
}
.wb-theme-button,
.wb-theme-static {
   --background-color: rgba(13,176,43,1.00);
   --color: #FFFFFF;
   background-color: #0DB02B;
   background-image: none;
   border: 0px solid transparent;
   --border-color: #FFFFFF;
   --border-width: 0px;
   border-radius: 8px;
   color: #FFFFFF;
}
.wb-theme-button:hover {
   --background-color: rgba(105,105,105,1.00);
   --color: #FFFFFF;
   background-color: #696969;
   background-image: none;
   border: 0px solid transparent;
   --border-color: #FFFFFF;
   --border-width: 0px;
   border-radius: 8px;
   color: #FFFFFF;
}
.wb-theme-button.active,
.wb-theme-button:active,
.active > .wb-theme-button {
   --background-color: rgba(13,176,43,1.00);
   --color: #FFFFFF;
   background-color: #0DB02B;
   background-image: none;
   border: 0px solid #FFFFFF;
   --border-color: #FFFFFF;
   --border-width: 0px;
   border-radius: 8px;
   color: #FFFFFF;
}
#wb_header {
   background-color: rgba(255,255,255,0.80);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#header {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 0;
}
#header > .col-1,
#header > .col-2 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#header > .col-1,
#header > .col-2 {
   flex: 0 0 auto;
}
#header > .col-1 {
   align-content: center;
   align-items: center;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 25%;
   flex-wrap: wrap;
   justify-content: center;
   max-width: 25%;
   text-align: center;
}
#header > .col-2 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 75%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 75%;
   text-align: left;
}
@media (max-width: 768px) {
#header > .col-1,
#header > .col-2 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_top-banner {
   background-color: #DCDCDC;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#top-banner {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
#top-banner > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#top-banner > .col-1 {
   flex: 0 0 auto;
}
#top-banner > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   flex-wrap: wrap;
   justify-content: center;
   max-width: 100%;
   text-align: center;
}
@media (max-width: 768px) {
#top-banner > .col-1 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#hline2-divider {
   font-size: 0;
   line-height: 0;
}
#hline2-divider-separator {
   align-items: center;
   display: flex;
   margin: 0;
}
#hline2-icon {
   flex-shrink: 0;
   margin: 0 10px 0 10px;
}
#hline2-divider-separator:before,
#hline2-divider-separator:after {
   border-bottom-width: 1px;
   border-color: #3F4858;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   content: "";
   display: block;
   flex-grow: 1;
   height: 0  !important;
   line-height: 0  !important;
}
#hline2 {
   align-self: auto;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   padding: 0;
}
#hline2 i {
   color: #3F4858;
   font-size: 20px;
   width: 20px;
}
#wb_news-container {
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#news-container {
   align-content: flex-start;
   align-items: flex-start;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   font-size: 0;
   justify-content: center;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   max-width: 1140px;
   padding: 20px 0 0 0;
   position: relative;
}
#wb_banner-image {
   background-color: transparent;
   background-image: url('../images/banner.png');
   background-position: center center;
   background-repeat: repeat-x;
   background-size: cover;
   border-bottom-color: #0DB02B;
   border-bottom-style: solid;
   border-bottom-width: 1px;
   border-left-color: #FFFFFF;
   border-left-style: none;
   border-left-width: 1px;
   border-right-color: #FFFFFF;
   border-right-style: none;
   border-right-width: 1px;
   border-top-color: #3F4858;
   border-top-style: solid;
   border-top-width: 1px;
   box-shadow: 0px 2px 6px #808080;
   box-sizing: border-box;
   display: flex;
   flex-direction: column;
   margin: 0;
   position: relative;
   text-align: center;
}
#banner-image-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 40px 40px 40px 40px;
}
#banner-image-card-item0 {
   box-sizing: border-box;
   color: #FFFFFF;
   font-family: Arial;
   font-size: 35px;
   font-style: normal;
   font-weight: bold;
   margin: 0;
   padding: 0;
}
#banner-image-card-item1 {
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   box-sizing: border-box;
   height: 0;
   line-height: 0;
   margin: 10px 40px 20px 40px;
}
#banner-image-card-item2 {
   animation: animate-fade-in 1000ms linear 500ms 1 normal both;
   background-color: #0DB02B;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 8px;
   box-sizing: border-box;
   color: #FFFFFF;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 33px;
   margin: 0 10px 0 10px;
}
#banner-image-card-item2:hover {
   background-color: #3F4858;
   transition: background-color 250ms linear 0ms;
}
#banner-image-card-item2 a {
   color: inherit;
   display: block;
   padding: 6px 6px 8px 6px;
   text-decoration: none;
}
#banner-image-card-item2 i {
   font-size: 19px;
   margin-right: 4px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#banner-image-card-item3 {
   animation: animate-fade-in 1000ms linear 500ms 1 normal both;
   box-sizing: border-box;
   display: inline-block;
   font-family: Arial;
   font-size: 19px;
   font-style: normal;
   font-weight: normal;
   height: 33px;
   margin: 5px 10px 5px 10px;
}
#banner-image-card-item3:hover {
   background-color: #3F4858;
   transition: background-color 250ms linear 0ms;
}
#banner-image-card-item3 a {
   color: inherit;
   display: block;
   padding: 6px 6px 8px 6px;
   text-decoration: none;
}
#banner-image-card-item3 i {
   font-size: 19px;
   margin-right: 4px;
   text-align: center;
   vertical-align: top;
   width: 19px;
}
#wb_card11 {
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0DB02B;
   border-radius: 8px;
   box-shadow: 2px 2px 4px #C0C0C0;
   box-sizing: border-box;
   display: flex;
   flex-basis: 0%;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 10px 10px 10px 10px;
   position: relative;
   text-align: center;
}
#card11-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
.stretched-link::after {
   background-color: rgba(0,0,0,0);
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#card11-card-item0 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   height: 80px;
   margin: 20px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 91px;
   padding: 0;
   width: 100%;
}
#card11-card-item1 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 20px 20px 0 20px;
   padding: 0;
}
#card11-card-item2 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
}
#wb_card11:hover {
   border-color: #3F4858;
   box-shadow: none;
   transition: box-shadow 50ms linear 0ms, border-color 50ms linear 0ms;
}
#wb_card12 {
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0DB02B;
   border-radius: 8px;
   box-shadow: 2px 2px 4px #C0C0C0;
   box-sizing: border-box;
   display: flex;
   flex-basis: 0%;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 10px 10px 10px 10px;
   position: relative;
   text-align: center;
}
#card12-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
.stretched-link::after {
   background-color: rgba(0,0,0,0);
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#card12-card-item0 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   height: 80px;
   margin: 20px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 91px;
   padding: 0;
   width: 100%;
}
#card12-card-item1 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 20px 20px 0 20px;
   padding: 0;
}
#card12-card-item2 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
}
#wb_card12:hover {
   border-color: #3F4858;
   box-shadow: none;
   transition: box-shadow 50ms linear 0ms, border-color 50ms linear 0ms;
}
#wb_card13 {
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0DB02B;
   border-radius: 8px;
   box-shadow: 2px 2px 4px #C0C0C0;
   box-sizing: border-box;
   display: flex;
   flex-basis: 0%;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 10px 10px 10px 10px;
   position: relative;
   text-align: center;
}
#card13-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
.stretched-link::after {
   background-color: rgba(0,0,0,0);
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#card13-card-item0 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   height: 80px;
   margin: 20px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 80px;
   padding: 0;
   width: 100%;
}
#card13-card-item1 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 20px 20px 0 20px;
   padding: 0;
}
#card13-card-item2 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
}
#wb_card13:hover {
   border-color: #3F4858;
   box-shadow: none;
   transition: border-color 50ms linear 0ms, box-shadow 50ms linear 0ms;
}
#wb_cards-container1 {
   background-color: #F5F5F5;
   background-image: none;
   border-bottom-color: #000000;
   border-bottom-style: none;
   border-bottom-width: 0px;
   border-left-color: #000000;
   border-left-style: none;
   border-left-width: 0px;
   border-right-color: #000000;
   border-right-style: none;
   border-right-width: 0px;
   border-top-color: #F5F5F5;
   border-top-style: solid;
   border-top-width: 10px;
   box-sizing: border-box;
   position: relative;
}
#cards-container1 {
   align-content: flex-start;
   align-items: stretch;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   font-size: 0;
   justify-content: center;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   max-width: 1140px;
   padding: 5px 10px 0 10px;
   position: relative;
}
@media all and (max-width:480px) {
#cards-container1 {
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_cards-container2 {
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#cards-container2 {
   align-content: flex-start;
   align-items: stretch;
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   font-size: 0;
   justify-content: center;
   margin-bottom: 0px;
   margin-left: auto;
   margin-right: auto;
   margin-top: 0px;
   max-width: 1140px;
   padding: 0 10px 30px 10px;
   position: relative;
}
@media all and (max-width:480px) {
#cards-container2 {
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_card21 {
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0DB02B;
   border-radius: 8px;
   box-shadow: 2px 2px 4px #C0C0C0;
   box-sizing: border-box;
   display: flex;
   flex-basis: 0%;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 10px 10px 10px 10px;
   position: relative;
   text-align: center;
}
#card21-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
.stretched-link::after {
   background-color: rgba(0,0,0,0);
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#card21-card-item0 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   height: 80px;
   margin: 20px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 108px;
   padding: 0;
   width: 100%;
}
#card21-card-item1 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 20px 20px 0 20px;
   padding: 0;
}
#card21-card-item2 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
}
#wb_card21:hover {
   border-color: #3F4858;
   box-shadow: none;
   transition: box-shadow 50ms linear 0ms, border-color 50ms linear 0ms;
}
#wb_card22 {
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0DB02B;
   border-radius: 8px;
   box-shadow: 2px 2px 4px #C0C0C0;
   box-sizing: border-box;
   display: flex;
   flex-basis: 0%;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 10px 10px 10px 10px;
   position: relative;
   text-align: center;
}
#card22-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 0;
}
.stretched-link::after {
   background-color: rgba(0,0,0,0);
   bottom: 0;
   content: "";
   left: 0;
   pointer-events: auto;
   position: absolute;
   right: 0;
   top: 0;
   z-index: 1;
}
#card22-card-item0 {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   height: 78px;
   margin: 20px 0 0 0;
   margin-left: auto;
   margin-right: auto;
   max-width: 74px;
   padding: 0;
   width: 100%;
}
#card22-card-item1 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 20px 20px 0 20px;
   padding: 0;
}
#card22-card-item2 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 20px 20px 0 20px;
   padding: 0 0 20px 0;
}
#wb_card22:hover {
   border-color: #3F4858;
   box-shadow: none;
   transition: border-color 50ms linear 0ms, box-shadow 50ms linear 0ms;
}
#wb_footer {
   background-color: #242933;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#footer {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   max-width: 1140px;
   padding: 40px 0 0 0;
}
#footer > .col-1 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 0px;
   padding-right: 0px;
   position: relative;
}
#footer > .col-1 {
   flex: 0 0 auto;
}
#footer > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 100%;
   flex-wrap: wrap;
   justify-content: center;
   max-width: 100%;
   text-align: center;
}
@media (max-width: 768px) {
#footer > .col-1 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_footer-layout {
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   clear: both;
   display: table;
   margin: 0;
   position: relative;
   table-layout: fixed;
   text-align: center;
   width: 100%;
}
#footer-layout {
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
#footer-layout > .col-1,
#footer-layout > .col-2,
#footer-layout > .col-3 {
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-left: 15px;
   padding-right: 15px;
   position: relative;
}
#footer-layout > .col-1,
#footer-layout > .col-2,
#footer-layout > .col-3 {
   flex: 0 0 auto;
}
#footer-layout > .col-1 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 33.33333333%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 33.33333333%;
   text-align: left;
}
#footer-layout > .col-2 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 33.33333333%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 33.33333333%;
   text-align: left;
}
#footer-layout > .col-3 {
   align-content: flex-start;
   align-items: flex-start;
   align-self: stretch;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   display: flex;
   flex-basis: 33.33333333%;
   flex-wrap: wrap;
   justify-content: flex-start;
   max-width: 33.33333333%;
   text-align: left;
}
@media (max-width: 768px) {
#footer-layout > .col-1,
#footer-layout > .col-2,
#footer-layout > .col-3 {
   flex-basis: 100%  !important;
   max-width: 100%  !important;
}
}
#wb_fmenu2 {
   background-color: transparent;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   margin: 0 0 50px 0;
   position: relative;
   text-align: left;
   z-index: 1111  !important;
}
#wb_fmenu2::after {
   clear: both;
   content: "";
   display: table;
}
#wb_fmenu2 ul {
   font-size: 0;
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_fmenu2 li {
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_fmenu2 a {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   color: #FFFFFF;
   display: block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   vertical-align: middle;
}
#wb_fmenu2 > ul > li > a {
   box-sizing: border-box;
   height: 26px;
   line-height: 26px;
   padding: 0 0px 0px 0px;
   width: 100%;
}
#wb_fmenu2 li:hover a,
#wb_fmenu2 a:hover {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   color: #0DB02B;
}
#wb_fmenu2 .firstmain a {
   margin-top: 0px;
}
#wb_fmenu2 li.lastmain {
   padding-bottom: 0px;
}
#wb_fmenu2 br {
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_fh11 {
   box-sizing: border-box;
   margin: 0 0 15px 0;
   padding: 0;
   text-align: left;
   vertical-align: top;
}
#fh11 {
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_fh12 {
   box-sizing: border-box;
   margin: 0 0 15px 0;
   padding: 0;
   text-align: left;
   vertical-align: top;
}
#fh12 {
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_news1 {
   align-self: auto;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 8px;
   box-sizing: border-box;
   display: flex;
   flex-basis: 100%;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   margin: 20px 20px 20px 20px;
   position: relative;
   text-align: left;
}
#news1-card-body {
   flex: 1 1 auto;
   font-size: 0;
   padding: 20px 20px 20px 20px;
}
#news1-card-item0 {
   background-color: transparent;
   background-image: none;
   border-radius: 8px 8px 0 0  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 0;
   padding: 0 0 10px 0;
}
#news1-card-item1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #3F4858;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   height: 31px;
   margin: 0;
   padding: 0 15px 15px 0;
}
#news1-card-item1 i {
   font-size: 16px;
   margin-right: 5px;
   text-align: center;
   vertical-align: top;
   width: 16px;
}
#news1-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #3F4858;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   height: 31px;
   margin: 0;
   padding: 0 15px 15px 0;
}
#news1-card-item2 i {
   font-size: 16px;
   margin-right: 5px;
   text-align: center;
   vertical-align: top;
   width: 16px;
}
#news1-card-item3 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   line-height: 21.6px;
   margin: 0;
   padding: 0;
}
#news1-card-item4 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #0DB02B;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0;
}
#wb_news1:hover #news1-card-item4 {
   text-decoration: underline;
   transition: text-decoration 500ms linear 0ms;
}
#news1-card-item4 a {
   color: inherit;
   text-decoration: none;
}
#wb_news2,
.news2 {
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #FFFFFF;
   border-radius: 8px;
   box-sizing: border-box;
   margin: 0 20px 20px 20px;
   text-align: left;
}
#news2-card-body {
   font-size: 0;
   padding: 20px 20px 20px 20px;
}
.fade {
   opacity: 0;
   transition: opacity .15s linear;
}
.fade.show {
   opacity: 1;
}
#news2-card-item0 {
   background-color: transparent;
   background-image: none;
   border-radius: 8px 8px 0 0  !important;
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 21px;
   font-style: normal;
   font-weight: bold;
   margin: 0;
   padding: 0 0 10px 0;
}
#news2-card-item1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #3F4858;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   height: 31px;
   margin: 0;
   padding: 0 15px 15px 0;
}
#news2-card-item1 i {
   font-size: 16px;
   margin-right: 5px;
   text-align: center;
   vertical-align: top;
   width: 16px;
}
#news2-card-item2 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   color: #3F4858;
   display: inline-block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   height: 31px;
   margin: 0;
   padding: 0 15px 15px 0;
}
#news2-card-item2 i {
   font-size: 16px;
   margin-right: 5px;
   text-align: center;
   vertical-align: top;
   width: 16px;
}
#news2-card-item3 {
   box-sizing: border-box;
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   line-height: 21.6px;
   margin: 0;
   padding: 0;
}
#news2-card-item3 a {
   color: inherit;
   text-decoration: none;
}
#news2-card-item4 {
   border-radius: 0 0 8px 8px  !important;
   box-sizing: border-box;
   color: #0DB02B;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   margin: 0;
   padding: 0;
}
#wb_news2:hover #news2-card-item4 {
   text-decoration: underline;
   transition: text-decoration 500ms linear 0ms;
}
#news2-card-item4 a {
   color: inherit;
   text-decoration: none;
}
.news2 {
   display: block;
   height: 271px;
   left: 0;
   max-width: 1068px;
   position: absolute;
   top: 0;
   width: 1068px;
   z-index: 9999;
}
.news2.popover .popover-arrow {
   display: block;
   height: 0.5rem;
   margin: 0 0.5rem;
   position: absolute;
   width: 1rem;
}
.news2.popover .popover-arrow::before,
.news2.popover .popover-arrow::after {
   border-color: transparent;
   border-style: solid;
   content: "";
   display: block;
   position: absolute;
}
.news2.bs-popover-end,
.news2.bs-popover-auto[x-placement^="right"] {
   margin-left: 0.5rem;
}
.news2.bs-popover-end > .popover-arrow,
.news2.bs-popover-auto[x-placement^="right"] > .popover-arrow {
   height: 1rem;
   left: calc((0.5rem + 1px) * -1);
   margin: 0.5rem 0;
   width: 0.5rem;
}
.news2.bs-popover-end > .popover-arrow::before,
.news2.bs-popover-auto[x-placement^="right"] > .popover-arrow::before {
   border-right-color: #FFFFFF;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   left: 0;
}
.news2.bs-popover-end > .popover-arrow::after,
.news2.bs-popover-auto[x-placement^="right"] > .popover-arrow::after {
   border-right-color: #FFFFFF;
   border-width: 0.5rem 0.5rem 0.5rem 0;
   left: 1px;
}
#hline1-divider {
   font-size: 0;
   line-height: 0;
}
#hline1-divider-separator {
   align-items: center;
   display: flex;
   margin: 0;
}
#hline1-icon {
   flex-shrink: 0;
   margin: 0 10px 0 10px;
}
#hline1-divider-separator:before,
#hline1-divider-separator:after {
   border-bottom-width: 1px;
   border-color: #3F4858;
   border-left: 0;
   border-right: 0;
   border-style: solid;
   border-top: 0;
   content: "";
   display: block;
   flex-grow: 1;
   height: 0  !important;
   line-height: 0  !important;
}
#hline1 {
   align-self: auto;
   flex-grow: 0;
   flex-shrink: 0;
   margin: 0;
   padding: 0;
}
#hline1 i {
   color: #3F4858;
   font-size: 20px;
   width: 20px;
}
.menu .nav {
   color: #3F4858;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: bold;
   text-align: right;
   text-transform: none;
}
#menu,
.menu .nav,
.menu * {
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
   margin: 0;
   padding: 0;
}
.menu .nav:before,
.menu .nav:after {
   content: " ";
   display: table;
}
.menu .nav:after {
   clear: both;
}
.menu .nav a {
   text-decoration: none;
}
.menu .nav ul {
   margin-bottom: 0;
   margin-top: 0;
}
.menu .nav ul ul {
   margin-bottom: 0;
}
.menu .container {
   margin-left: auto;
   margin-right: auto;
   padding: 0;
}
.menu .container:before,
.menu .container:after {
   content: " ";
   display: table;
}
.menu .container:after {
   clear: both;
}
.menu .collapse {
   display: none;
}
.menu .collapse.show {
   display: block;
}
.menu .collapsing {
   height: 0;
   overflow: hidden;
   position: relative;
   transition: height .35s ease;
}
.menu .arrow,
.menu .arrow-right {
   border-bottom: 0 dotted;
   border-left: 4px solid transparent;
   border-right: 4px solid transparent;
   border-top: 4px solid #000;
   display: inline-block;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   width: 0;
}
.menu .dropdown {
   position: relative;
}
.menu .dropdown-toggle:focus {
   outline: 0;
}
.menu .dropdown-menu {
   background-clip: padding-box;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid rgba(255,255,255,1.00);
   border-radius: 6px;
   display: none;
   float: left;
   font-size: 16px;
   left: 0;
   list-style: none;
   margin: 2px 0 0;
   min-width: 160px;
   padding: 5px 0;
   position: absolute;
   top: 100%;
   z-index: 1000;
}
.menu .dropdown-menu .divider {
   background-color: #FFFFFF;
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
}
.menu .dropdown-menu > li > a {
   clear: both;
   color: #3F4858;
   display: block;
   line-height: 1.428571429;
   padding: 3px 20px 3px 20px;
   text-transform: none;
   white-space: nowrap;
}
.menu .dropdown-menu > li > a:hover,
.menu .dropdown-menu > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
   text-decoration: none;
}
.menu .dropdown-menu > li > a.active,
.menu .dropdown-menu > li > a.active:hover,
.menu .dropdown-menu > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
   outline: 0;
   text-decoration: none;
}
.menu .show > .dropdown-menu {
   display: block;
}
.menu .show > a {
   outline: 0;
}
.menu .dropdown-header {
   color: #aeaeae;
   display: block;
   line-height: 1.428571429;
   padding: 3px 20px;
}
.menu .dropdown-backdrop {
   bottom: 0;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: 990;
}
.menu .dropdown.show .dropdown-menu {
   animation-duration: 500ms;
   animation-fill-mode: forwards;
   animation-iteration-count: 1;
   animation-name: menu-animation;
   animation-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}
@keyframes menu-animation {
0% {
   opacity: 0;
   transform: translateY(-10px);
}
100% {
   opacity: 1;
   transform: translateY(0);
}
}
.menu .nav > li {
   display: block;
   position: relative;
}
.menu .nav > li > a {
   display: block;
   padding: 15px 15px 15px 15px;
   position: relative;
}
.menu .nav .show > a,
.menu .nav .show > a:hover,
.menu .nav .show > a:focus {
   border-color: #343A40;
}
.menu .nav .nav-divider {
   background-color: #FFFFFF;
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
}
.menu .nav .arrow {
   border-bottom-color: #343A40;
   border-top-color: #343A40;
}
.menu {
   position: relative;
}
.menu:before,
.menu:after {
   content: " ";
   display: table;
}
.menu:after {
   clear: both;
}
.menu .navbar-header:before,
.menu .navbar-header:after {
   content: " ";
   display: table;
}
.menu .navbar-header:after {
   clear: both;
}
.menu-navbar-collapse {
   -webkit-overflow-scrolling: touch;
   overflow-x: visible;
}
.menu-navbar-collapse:before,
.menu-navbar-collapse:after {
   content: " ";
   display: table;
}
.menu-navbar-collapse:after {
   clear: both;
}
.menu-navbar-collapse.show {
   overflow-y: auto;
}
.menu .navbar-toggle {
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 6px;
   float: right;
   height: 50px;
   padding: 15px 15px 15px 15px;
   position: relative;
   width: 50px;
}
.menu .navbar-toggle .line {
   border-radius: 0px;
   display: block;
   height: 4px;
   transition: all 500ms linear;
   width: 20px;
}
.menu .navbar-toggle .line {
   margin: 4px auto;
}
.menu .navbar-toggle .line:first-child {
   margin-top: 0px  !important;
}
#menu .lines {
   transition: all 500ms linear;
}
#menu .navbar-toggle[aria-expanded=true] .lines {
   transform: rotate(-90deg);
}
#menu .navbar-toggle[aria-expanded=true] .line:nth-child(1) {
   transform: translateX(-6px) translateY(4px) rotate(-45deg) scale(0.7, 1);
}
#menu .navbar-toggle[aria-expanded=true] .line:nth-child(2) {
}
#menu .navbar-toggle[aria-expanded=true] .line:nth-child(3) {
   transform: translateX(-6px) translateY(-4px) rotate(45deg) scale(0.7, 1);
}
.menu .navbar-nav {
   margin: 6px -15px;
}
.menu .navbar-nav > li > .dropdown-menu {
   margin-top: 0;
}
.menu .navbar-nav > li > a {
   color: #3F4858;
}
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
   text-decoration: none;
}
.menu .navbar-nav > li > a.active,
.menu .navbar-nav > li > a.active:hover,
.menu .navbar-nav > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
}
.menu .navbar-toggle {
   border: 1px solid transparent;
}
.menu .navbar-toggle:hover,
.menu .navbar-toggle:focus {
   background-color: transparent;
}
.menu .navbar-toggle .line {
   background-color: #343A40;
}
.menu-navbar-collapse {
   border-color: rgba(255,255,255,1.00);
}
.menu .navbar-nav > .dropdown > a:hover .arrow,
.menu .navbar-nav > .dropdown > a:focus .arrow {
   border-bottom-color: #0DB02B;
   border-top-color: #0DB02B;
}
.menu .navbar-nav > .show > a,
.menu .navbar-nav > .show > a:hover,
.menu .navbar-nav > .show > a:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
}
.menu .navbar-nav > .show > a .arrow,
.menu .navbar-nav > .show > a:hover .arrow,
.menu .navbar-nav > .show > a:focus .arrow {
   border-bottom-color: #0DB02B;
   border-top-color: #0DB02B;
}
.menu .navbar-nav > .dropdown > a .arrow {
   border-bottom-color: #3F4858;
   border-top-color: #3F4858;
}
.menu .navbar-link {
   color: #3F4858;
}
.menu .navbar-link:hover {
   color: #0DB02B;
}
.menu .navbar-header {
   color: #343A40;
}
.menu .dropdown-hover > .dropdown-menu {
   margin-top: -1px  !important;
}
@media (min-width: 770px) {
.menu .navbar-right .dropdown-menu {
   left: auto;
   right: 0;
}
.menu .navbar-header {
   float: left;
}
.menu-navbar-collapse {
   border-top: 0;
   box-shadow: none;
   width: auto;
}
.menu-navbar-collapse.collapse {
   display: block !important;
   height: auto !important;
   overflow: visible !important;
   padding-bottom: 0;
}
.menu-navbar-collapse.show {
   overflow-y: auto;
}
.menu .navbar-toggle {
   display: none;
}
.menu .navbar-nav {
   float: right;
   margin: 0;
}
.menu .navbar-nav > li {
   float: left;
}
.menu .container > .navbar-header,
.menu .container > .menu-navbar-collapse {
   margin-left: 0;
   margin-right: 0;
}
.menu .navbar-nav > .dropdown > a:hover .arrow,
.menu .navbar-nav > .dropdown > a:focus .arrow {
   border-bottom-color: #0DB02B;
   border-top-color: #0DB02B;
}
}
@media (max-width: 770px) {
.menu {
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
}
.menu .navbar-nav {
   background-color: #FFFFFF;
   background-image: none;
   margin: 0;
}
.menu .navbar-nav .show .dropdown-menu {
   background-color: transparent;
   border: 0;
   box-shadow: none;
   float: none;
   margin-top: 0;
   position: static  !important;
   transform: translate3d(0px, 0px, 0px)  !important;
   width: auto;
}
.menu .navbar-nav .show .dropdown-menu > li > a,
.menu .navbar-nav .show .dropdown-menu .dropdown-header {
   padding: 20px 20px 20px 20px;
}
.menu .navbar-nav .show .dropdown-menu > li > a {
   line-height: 20px;
}
}
@media (min-width: 770px) {
.menu .navbar-nav > li > a {
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(255,255,255,0.00);
   border-radius: 6px;
   color: #343A40;
   margin-right: 4px;
}
.menu .navbar-nav > li > a:hover,
.menu .navbar-nav > li > a:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
}
.menu .navbar-nav > li > a.active,
.menu .navbar-nav > li > a.active:hover,
.menu .navbar-nav > li > a.active:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
}
.menu .navbar-nav > .show > a,
.menu .navbar-nav > .show > a:hover,
.menu .navbar-nav > .show > a:focus {
   background-color: transparent;
   background-image: none;
   color: #0DB02B;
}
.menu .navbar-nav > .dropdown > a:hover .arrow {
   border-bottom-color: #0DB02B;
   border-top-color: #0DB02B;
}
.menu .navbar-nav > .dropdown > a .arrow {
   border-bottom-color: #343A40;
   border-top-color: #343A40;
}
.menu .navbar-nav > li > a.active > .arrow,
.menu .navbar-nav > li > a.active:hover > .arrow,
.menu .navbar-nav > li > a.active:focus > .arrow {
   border-bottom-color: #0DB02B;
   border-top-color: #0DB02B;
}
.menu .navbar-nav > .show > a .arrow,
.menu .navbar-nav > .show > a:hover .arrow,
.menu .navbar-nav > .show > a:focus .arrow {
   border-bottom-color: #0DB02B;
   border-top-color: #0DB02B;
}
.menu .navbar-link {
   color: #343A40;
}
.menu .navbar-link:hover {
   color: #fff;
}
}
.menu .navbar-nav > li:first-child > a {
   border-bottom-left-radius: 6px;
   border-top-left-radius: 6px;
}
.menu .dropdown-menu > li:last-child > a {
   border-bottom-left-radius: 6px;
   border-bottom-right-radius: 6px;
}
#menu i {
   font-size: 16px;
   left: 0;
   margin-right: 4px;
   position: relative;
   top: 0;
   width: 16px;
}
#wb_menu {
   z-index: 1111  !important;
}
#wb_logo {
   margin: 0;
   vertical-align: top;
}
#logo {
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   display: block;
   height: auto;
   margin-left: auto;
   margin-right: auto;
   max-width: 300px;
   padding: 0;
   vertical-align: top;
   width: 100%;
}
#wb_fmenu1 {
   background-color: transparent;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   margin: 0 0 50px 0;
   position: relative;
   text-align: left;
   z-index: 1111  !important;
}
#wb_fmenu1::after {
   clear: both;
   content: "";
   display: table;
}
#wb_fmenu1 ul {
   font-size: 0;
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_fmenu1 li {
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_fmenu1 a {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   color: #FFFFFF;
   display: block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   vertical-align: middle;
}
#wb_fmenu1 > ul > li > a {
   box-sizing: border-box;
   height: 26px;
   line-height: 26px;
   padding: 0 0px 0px 0px;
   width: 100%;
}
#wb_fmenu1 li:hover a,
#wb_fmenu1 a:hover {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   color: #0DB02B;
}
#wb_fmenu1 .firstmain a {
   margin-top: 0px;
}
#wb_fmenu1 li.lastmain {
   padding-bottom: 0px;
}
#wb_fmenu1 br {
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_fh1 {
   box-sizing: border-box;
   margin: 0 0 15px 0;
   padding: 0;
   text-align: left;
   vertical-align: top;
}
#fh1 {
   height: 100%;
   margin: 0;
   width: 100%;
}
#wb_text1 {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 0;
   text-align: left;
}
#wb_text1 div {
   text-align: left;
}
#wb_text1 {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
#wb_fmenu123 {
   background-color: transparent;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   margin: 0;
   position: relative;
   text-align: left;
   z-index: 1111  !important;
}
#wb_fmenu123 ul {
   font-size: 0;
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_fmenu123 li {
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_fmenu123 a {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   color: #FFFFFF;
   display: block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   vertical-align: middle;
}
#wb_fmenu123 > ul > li > a {
   box-sizing: border-box;
   height: 26px;
   line-height: 26px;
   padding: 0 0px 0px 0px;
   width: 100%;
}
#wb_fmenu123 li:hover a,
#wb_fmenu123 a:hover {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   color: #0DB02B;
}
#wb_fmenu123 .firstmain a {
   margin-top: 0px;
}
#wb_fmenu123 li.lastmain {
   padding-bottom: 0px;
}
#wb_fmenu123 br {
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#fmenu123 li i {
   font-size: 16px;
   margin-right: 5px;
   width: 18px;
}
#wb_fmenu122 {
   background-color: transparent;
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   margin: 0 0 20px 0;
   position: relative;
   text-align: left;
   z-index: 1111  !important;
}
#wb_fmenu122::after {
   clear: both;
   content: "";
   display: table;
}
#wb_fmenu122 ul {
   font-size: 0;
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_fmenu122 li {
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_fmenu122 a {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   color: #FFFFFF;
   display: block;
   font-family: Arial;
   font-size: 16px;
   font-style: normal;
   font-weight: normal;
   text-align: left;
   text-decoration: none;
   text-transform: none;
   vertical-align: middle;
}
#wb_fmenu122 > ul > li > a {
   box-sizing: border-box;
   height: 26px;
   line-height: 26px;
   padding: 0 0px 0px 0px;
   width: 100%;
}
#wb_fmenu122 li:hover a,
#wb_fmenu122 a:hover {
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   color: #0DB02B;
}
#wb_fmenu122 .firstmain a {
   margin-top: 0px;
}
#wb_fmenu122 li.lastmain {
   padding-bottom: 0px;
}
#wb_fmenu122 br {
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#fmenu122 li i {
   font-size: 16px;
   margin-right: 5px;
   width: 18px;
}
#wb_copyright {
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   margin: 0;
   padding: 10px 5px 10px 5px;
   text-align: center;
}
#wb_copyright {
   color: #FFFFFF;
   font-family: Arial;
   font-size: 12px;
   font-weight: 400;
   line-height: 13.5px;
}
#wb_copyright p,
#wb_copyright ul {
   margin: 0;
   padding: 0;
}
#wb_copyright {
   box-sizing: border-box;
   display: block;
   margin: 0;
   width: 100%;
}
