div#container
{
   width: 1800px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #8B0000;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #778899;
   text-decoration: underline;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3 div
{
   text-align: center;
}
#wb_OverlayMenu2
{
   margin: 0;
}
#OverlayMenu2
{
   background-color: rgba(128,0,0,0.59);
   background-image: none;
   border: 2px solid #800000;
   border-radius: 3px;
   cursor: pointer;
   user-select: none;
}
#OverlayMenu2:hover
{
   background-color: rgba(184,134,11,0.56);
   background-image: none;
   border-color: #FFFF00;
}
#OverlayMenu2
{
   display: block;
   width: 56px;
   height: 46px;
   position: absolute;
   overflow: hidden;
}
#OverlayMenu2 .line
{
   width: 26px;
   height: 5px;
   background: #FFFFFF;
   display: block;
   margin: 5px auto;
   transition: all 500ms linear;
}
#OverlayMenu2:hover .line
{
   background: #FFEBCD;
}
#OverlayMenu2 .line:first-child
{
   margin-top: 10px;
}
#OverlayMenu2-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 250px;
   z-index: 9998 !important;
   background-color: rgba(205,133,63,0.64);
}
#OverlayMenu2-overlay ul
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu2
{
   width: 100%;
   max-width: 400px;
}
.OverlayMenu2 a
{
   text-decoration: none;
}
.OverlayMenu2 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu2 li
{
   position: relative;
}
.OverlayMenu2 li a
{
   display: block;
   position: relative;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   outline: none;
}
.OverlayMenu2 li a:hover, .OverlayMenu2 li a.active
{
   color: #424242;
   background-color: #800000;
}
#OverlayMenu2-overlay
{
   visibility: hidden;
   width: 0;
   transition: width 200ms 0.3s, visibility 0s 500ms;
}
#OverlayMenu2-overlay.show
{
   visibility: visible;
   width: 250px;
   transition: width 200ms;
}
#OverlayMenu2-overlay .OverlayMenu2
{
   opacity: 0;
   transition: opacity 0.3s 200ms;
}
#OverlayMenu2-overlay.show .OverlayMenu2
{
   opacity: 1;
   transition-delay: 200ms;
}
#OverlayMenu2-overlay.hide .OverlayMenu2
{
   transition-delay: 0s;
}
.OverlayMenu2 li.drilldown-back > a 
{
   padding-left: 35px;
   background: rgba(0,0,0,0.1);
}
.OverlayMenu2 li.drilldown-back > a:hover
{
   background-color: #800000;
}
.OverlayMenu2 li.drilldown-back a:after,
.OverlayMenu2 li > a:not(:only-child):after
{
   position: absolute;
   top: 50%;
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 0px;
   transform: translateY(-50%);
   border-left: 8px solid #FFFFFF;
   border-top: 6px solid transparent;
   border-bottom: 6px solid transparent;
   border-right: 0 dotted;
   content: " ";
}
.OverlayMenu2 li.drilldown-back a:after
{
   left: 10px;
   color: #FFFFFF;
   transform: translateY(-50%) rotate(180deg);
}
.OverlayMenu2 li.drilldown-back a:hover:after,
.OverlayMenu2 li > a:not(:only-child):hover:after
{
   border-left-color: #424242;
}
.OverlayMenu2 li > a:after
{
   color: rgba(0,0,0,0.15);
   right: 10px;
}
.OverlayMenu2 .drilldown-menu 
{
   margin: 0;
   width: 100%;
}
.OverlayMenu2 li .drilldown-submenu 
{
   display: none;
}
.drilldown-menu.drilldown-subview li,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > a,
.drilldown-menu.drilldown-subview li.drilldown-subview > a 
{
   display: none;
}
.drilldown-menu.drilldown-subview li.drilldown-subview,
.drilldown-menu.drilldown-subview li.drilldown-subview .drilldown-submenu,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > .drilldown-submenu,
.drilldown-menu.drilldown-subview li.drilldown-subviewopen > .drilldown-submenu > li 
{
   display: block;
}
.OverlayMenu2 > .drilldown-submenu
{
   left: 0;
   margin: 0;
   position: absolute;
   top: 50px;
   width: 100%;
}
#OverlayMenu2-overlay .overlay-icon
{
   margin: 0 5px 0 0 ;
}
.OverlayMenu2-effect
{
   transition: all 300ms linear;
}
#wb_Card1
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   font-size: 0;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Segoe UI Black";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #A52A2A;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #4B0082;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #800000;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-footer
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: "Segoe UI Black";
   font-weight: normal;
   font-style: normal;
   font-size: 24px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#MediaPlayer1
{
   box-sizing: border-box;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
}
#wb_Card2
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   font-size: 0;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#Card2-card-footer
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   background-color: rgba(128,0,0,0.59);
   background-image: none;
   border: 2px solid #800000;
   border-radius: 3px;
   box-shadow: 1px 1px 0px rgba(0,0,0,0.67);
   cursor: pointer;
   user-select: none;
}
#OverlayMenu1:hover
{
   background-color: rgba(184,134,11,0.56);
   background-image: none;
   border-color: #FFFF00;
}
#OverlayMenu1
{
   display: block;
   width: 56px;
   height: 46px;
   position: absolute;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 26px;
   height: 5px;
   background: #FFFFFF;
   display: block;
   margin: 5px auto;
   transition: all 500ms linear;
}
#OverlayMenu1:hover .line
{
   background: #FFEBCD;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 10px;
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 250px;
   z-index: 9998 !important;
   background-color: rgba(205,133,63,0.64);
   -webkit-backdrop-filter: blur(5px);
   backdrop-filter: blur(5px);
}
#OverlayMenu1-overlay ul
{
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   width: 100%;
   max-width: 400px;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.OverlayMenu1 li
{
   position: relative;
}
.OverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   outline: none;
}
.OverlayMenu1 li a:hover, .OverlayMenu1 li a.active
{
   color: #424242;
   background-color: #800000;
}
#OverlayMenu1-overlay
{
   visibility: hidden;
   width: 0;
   transition: width 200ms 0.3s, visibility 0s 500ms;
}
#OverlayMenu1-overlay.show
{
   visibility: visible;
   width: 250px;
   transition: width 200ms;
}
#OverlayMenu1-overlay .OverlayMenu1
{
   opacity: 0;
   transition: opacity 0.3s 200ms;
}
#OverlayMenu1-overlay.show .OverlayMenu1
{
   opacity: 1;
   transition-delay: 200ms;
}
#OverlayMenu1-overlay.hide .OverlayMenu1
{
   transition-delay: 0s;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0 5px 0 0 ;
}
.OverlayMenu1-effect
{
   transition: all 300ms linear;
}
#wb_Image3
{
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#wb_Card3
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   font-size: 0;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Segoe UI Black";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #A52A2A;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #4B0082;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   border-radius: 0 0 3px 3px !important;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #800000;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4
{
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 3px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   font-size: 0;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 15px;
   text-align: left;
}
#Card4-card-footer
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2 div
{
   text-align: center;
}
#wb_Card1
{
   position: absolute;
   left: 964px;
   top: 418px;
   width: 769px;
   height: 642px;
   z-index: 3;
}
#wb_OverlayMenu2
{
   position: absolute;
   left: 250px;
   top: 50px;
   width: 56px;
   height: 46px;
   visibility: hidden;
   z-index: 2;
}
#wb_OverlayMenu1
{
   position: absolute;
   left: 100px;
   top: 77px;
   width: 56px;
   height: 46px;
   z-index: 7;
}
#wb_Image1
{
   position: absolute;
   left: 234px;
   top: 29px;
   width: 1538px;
   height: 317px;
   z-index: 0;
}
#wb_Card3
{
   position: absolute;
   left: 964px;
   top: 418px;
   width: 769px;
   height: 642px;
   visibility: hidden;
   z-index: 9;
}
#wb_Image3
{
   position: absolute;
   left: 427px;
   top: 56px;
   width: 1321px;
   height: 461px;
   visibility: hidden;
   z-index: 8;
}
#wb_Card2
{
   position: absolute;
   left: 615px;
   top: 418px;
   width: 331px;
   height: 642px;
   z-index: 5;
}
#wb_Text1
{
   position: absolute;
   left: 474px;
   top: 234px;
   width: 882px;
   height: 142px;
   visibility: hidden;
   text-align: center;
   z-index: 6;
}
#wb_Text2
{
   position: absolute;
   left: 0px;
   top: 8971px;
   width: 152px;
   height: 35px;
   text-align: center;
   z-index: 11;
}
#wb_Text3
{
   position: absolute;
   left: 474px;
   top: 234px;
   width: 882px;
   height: 142px;
   text-align: center;
   z-index: 1;
}
#wb_Card4
{
   position: absolute;
   left: 615px;
   top: 418px;
   width: 331px;
   height: 642px;
   visibility: hidden;
   z-index: 10;
}
#wb_MediaPlayer1
{
   position: absolute;
   left: 0px;
   top: 377px;
   width: 606px;
   height: 606px;
   z-index: 4;
}
@media only screen and (max-width: 1799px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_Image1
{
   left: 41px;
   top: 5px;
   width: 273px;
   height: 56px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   left: 84px;
   top: 41px;
   width: 882px;
   height: 142px;
   visibility: hidden;
   display: none;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_OverlayMenu2
{
   left: 44px;
   top: 8px;
   width: 26px;
   height: 26px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#OverlayMenu2
{
   background-color: rgba(128,0,0,0.59);
   background-image: none;
   border: 2px solid #800000;
   border-radius: 3px;
   width: 26px;
   height: 26px;
}
#OverlayMenu2:hover
{
   background-color: rgba(184,134,11,0.56);
   background-image: none;
   border-color: #FFFF00;
}
#OverlayMenu2 .line
{
   background: #FFFFFF;
}
#OverlayMenu2:hover .line
{
   background: #FFEBCD;
}
#OverlayMenu2 .line
{
   top: -3px;
}
#OverlayMenu2 .line:first-child
{
   margin-top: 0px;
}
#OverlayMenu2-overlay ul
{
   font-size: 13px;
   text-align: center;
}
#wb_Card1
{
   left: 1px;
   top: 424px;
   width: 155px;
   height: 1455px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 6px 6px 6px 6px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Segoe UI Black";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #A52A2A;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #4B0082;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #800000;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-footer
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: "Segoe UI Black";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: center;
}
#wb_MediaPlayer1
{
   left: 1px;
   top: 263px;
   width: 148px;
   height: 148px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#wb_Card2
{
   left: 3px;
   top: 407px;
   width: 151px;
   height: 3879px;
   visibility: hidden;
   display: none;
   margin: 0;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 6px 5px 6px 5px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-footer
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text1
{
   left: 1px;
   top: 111px;
   width: 318px;
   height: 149px;
   visibility: visible;
   display: inline;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_OverlayMenu1
{
   left: 12px;
   top: 36px;
   width: 46px;
   height: 39px;
   visibility: visible;
   display: inline;
   margin: 0;
}
#OverlayMenu1
{
   background-color: rgba(128,0,0,0.59);
   background-image: none;
   border: 2px solid #800000;
   border-radius: 3px;
   width: 46px;
   height: 39px;
}
#OverlayMenu1:hover
{
   background-color: rgba(184,134,11,0.56);
   background-image: none;
   border-color: #FFFF00;
}
#OverlayMenu1 .line
{
   background: #FFFFFF;
}
#OverlayMenu1:hover .line
{
   background: #FFEBCD;
}
#OverlayMenu1 .line
{
   top: 3px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 6px;
}
#OverlayMenu1-overlay ul
{
   font-size: 13px;
   text-align: center;
}
#wb_Image3
{
   left: 76px;
   top: 10px;
   width: 235px;
   height: 82px;
   visibility: visible;
   display: inline;
   margin: 0;
   padding: 0;
}
#wb_Card3
{
   left: 154px;
   top: 273px;
   width: 155px;
   height: 1425px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 6px 6px 6px 6px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Segoe UI Black";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #A52A2A;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #4B0082;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #800000;
   font-family: "Segoe UI Semibold";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   left: 1px;
   top: 444px;
   width: 151px;
   height: 673px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DDDDDD;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 6px 5px 6px 5px;
   background-color: #E9E9E9;
   background-image: none;
   color: #B22222;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 2px #8B0000 solid;
   border-width: 2px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 6px 6px 6px 6px;
   padding: 0;
   color: #696969;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-footer
{
   box-sizing: border-box;
   position: absolute;
   left: 0;
   bottom: 0;
   right: 0;
   border-top: 1px solid #DDDDDD;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-color: #E9E9E9;
   background-image: none;
   color: #333333;
   font-family: "Bradley Hand ITC";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_Text2
{
   left: 0px;
   top: 1595px;
   width: 152px;
   height: 35px;
   visibility: visible;
   display: inline;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
}
