body
{
   background-color: #000000;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_welcome, #wb_LayoutGrid5
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_welcome, #wb_LayoutGrid5
   {
      background-attachment: scroll !important;
   }
}
#wb_floatingHeader
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#floatingHeader
{
   box-sizing: border-box;
   padding: 4px 15px 4px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#floatingHeader > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   float: left;
}
#floatingHeader > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#floatingHeader > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#floatingHeader > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#floatingHeader:before,
#floatingHeader:after,
#floatingHeader .row:before,
#floatingHeader .row:after
{
   display: table;
   content: " ";
}
#floatingHeader:after,
#floatingHeader .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#floatingHeader > .row > .col-1, #floatingHeader > .row > .col-2, #floatingHeader > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_header
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1, #header > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1, #header > .row > .col-2
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#header > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: right;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1, #header > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_welcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 50vh;
   background-color: transparent;
   background-image: url('../images/frank_bk_color.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#welcome
{
   box-sizing: border-box;
   height: 50vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#welcome > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#welcome > .col-1
{
   flex: 0 0 auto;
}
#welcome > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#welcome > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#welcome-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #696969;
   opacity: 0.49;
}
#wb_LayoutGrid31
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid31
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid31 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid31 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid31 > .row > .col-1
{
   float: left;
}
#LayoutGrid31 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid31:before,
#LayoutGrid31:after,
#LayoutGrid31 .row:before,
#LayoutGrid31 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid31:after,
#LayoutGrid31 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid31 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_intro
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#intro
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#intro > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#intro > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#intro > .row > .col-1
{
   float: left;
}
#intro > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#intro > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#intro:before,
#intro:after,
#intro .row:before,
#intro .row:after
{
   display: table;
   content: " ";
}
#intro:after,
#intro .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#intro > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid10 > .col-1
{
   background-color: transparent;
   background-image: url('../images/frank10.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   align-self: stretch;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 10px 0 0;
}
#LayoutGrid10 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid10 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2, #LayoutGrid10 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid11
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 10px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid11 > .col-1
{
   background-color: transparent;
   background-image: url('../images/frank11.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   align-self: stretch;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid11 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 10px 0 0;
}
#LayoutGrid11 > .col-2
{
   background-color: transparent;
   background-image: url('../images/frank09.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: stretch;
   align-self: stretch;
   align-items: stretch;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid11 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 10px solid #000000;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .col-1, #LayoutGrid11 > .col-2, #LayoutGrid11 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid1 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid12 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid9 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid9 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid9:before,
#LayoutGrid9:after,
#LayoutGrid9 .row:before,
#LayoutGrid9 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid9:after,
#LayoutGrid9 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid9 > .row > .col-1, #LayoutGrid9 > .row > .col-2, #LayoutGrid9 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid8
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid8 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid8 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid8 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid8 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid13
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid13
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid13 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2, #LayoutGrid13 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2, #LayoutGrid13 > .row > .col-3
{
   float: left;
}
#LayoutGrid13 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid13 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid13 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid13:before,
#LayoutGrid13:after,
#LayoutGrid13 .row:before,
#LayoutGrid13 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid13:after,
#LayoutGrid13 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid13 > .row > .col-1, #LayoutGrid13 > .row > .col-2, #LayoutGrid13 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid14
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid14
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid14 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   float: left;
}
#LayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid14 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid14 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid14:before,
#LayoutGrid14:after,
#LayoutGrid14 .row:before,
#LayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid14:after,
#LayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid14 > .row > .col-1, #LayoutGrid14 > .row > .col-2, #LayoutGrid14 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid16
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid16
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid16 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   float: left;
}
#LayoutGrid16 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid16 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid16 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid16:before,
#LayoutGrid16:after,
#LayoutGrid16 .row:before,
#LayoutGrid16 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid16:after,
#LayoutGrid16 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid15
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid15
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid15 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid15 > .row > .col-1, #LayoutGrid15 > .row > .col-2, #LayoutGrid15 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid15 > .row > .col-1, #LayoutGrid15 > .row > .col-2, #LayoutGrid15 > .row > .col-3
{
   float: left;
}
#LayoutGrid15 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid15 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid15 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid15:before,
#LayoutGrid15:after,
#LayoutGrid15 .row:before,
#LayoutGrid15 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid15:after,
#LayoutGrid15 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid15 > .row > .col-1, #LayoutGrid15 > .row > .col-2, #LayoutGrid15 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid17
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid17
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid17 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   float: left;
}
#LayoutGrid17 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid17 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid17 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid17:before,
#LayoutGrid17:after,
#LayoutGrid17 .row:before,
#LayoutGrid17 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid17:after,
#LayoutGrid17 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid18
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid18
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid18 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid18 > .row > .col-1, #LayoutGrid18 > .row > .col-2, #LayoutGrid18 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid18 > .row > .col-1, #LayoutGrid18 > .row > .col-2, #LayoutGrid18 > .row > .col-3
{
   float: left;
}
#LayoutGrid18 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid18 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid18 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid18:before,
#LayoutGrid18:after,
#LayoutGrid18 .row:before,
#LayoutGrid18 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid18:after,
#LayoutGrid18 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid18 > .row > .col-1, #LayoutGrid18 > .row > .col-2, #LayoutGrid18 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid19
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid19
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid19 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: left;
}
#LayoutGrid19 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid19 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid19 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid19:before,
#LayoutGrid19:after,
#LayoutGrid19 .row:before,
#LayoutGrid19 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid19:after,
#LayoutGrid19 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid20
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid20
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid20 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   float: left;
}
#LayoutGrid20 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid20 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid20 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid20:before,
#LayoutGrid20:after,
#LayoutGrid20 .row:before,
#LayoutGrid20 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid20:after,
#LayoutGrid20 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid21
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid21
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid21 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid21 > .row > .col-1, #LayoutGrid21 > .row > .col-2, #LayoutGrid21 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid21 > .row > .col-1, #LayoutGrid21 > .row > .col-2, #LayoutGrid21 > .row > .col-3
{
   float: left;
}
#LayoutGrid21 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid21 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid21 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid21:before,
#LayoutGrid21:after,
#LayoutGrid21 .row:before,
#LayoutGrid21 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid21:after,
#LayoutGrid21 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid21 > .row > .col-1, #LayoutGrid21 > .row > .col-2, #LayoutGrid21 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid22
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid22
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid22 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid22 > .row > .col-1, #LayoutGrid22 > .row > .col-2, #LayoutGrid22 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid22 > .row > .col-1, #LayoutGrid22 > .row > .col-2, #LayoutGrid22 > .row > .col-3
{
   float: left;
}
#LayoutGrid22 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid22 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid22 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid22:before,
#LayoutGrid22:after,
#LayoutGrid22 .row:before,
#LayoutGrid22 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid22:after,
#LayoutGrid22 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid22 > .row > .col-1, #LayoutGrid22 > .row > .col-2, #LayoutGrid22 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid27
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid27
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid27 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid27 > .row > .col-1, #LayoutGrid27 > .row > .col-2, #LayoutGrid27 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid27 > .row > .col-1, #LayoutGrid27 > .row > .col-2, #LayoutGrid27 > .row > .col-3
{
   float: left;
}
#LayoutGrid27 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid27 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid27 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid27:before,
#LayoutGrid27:after,
#LayoutGrid27 .row:before,
#LayoutGrid27 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid27:after,
#LayoutGrid27 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid27 > .row > .col-1, #LayoutGrid27 > .row > .col-2, #LayoutGrid27 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid3 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid3 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid24
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid24
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid24 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid24 > .row > .col-1, #LayoutGrid24 > .row > .col-2, #LayoutGrid24 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid24 > .row > .col-1, #LayoutGrid24 > .row > .col-2, #LayoutGrid24 > .row > .col-3
{
   float: left;
}
#LayoutGrid24 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid24 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid24 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid24:before,
#LayoutGrid24:after,
#LayoutGrid24 .row:before,
#LayoutGrid24 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid24:after,
#LayoutGrid24 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid24 > .row > .col-1, #LayoutGrid24 > .row > .col-2, #LayoutGrid24 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid23
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid23
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid23 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid23 > .row > .col-1, #LayoutGrid23 > .row > .col-2, #LayoutGrid23 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid23 > .row > .col-1, #LayoutGrid23 > .row > .col-2, #LayoutGrid23 > .row > .col-3
{
   float: left;
}
#LayoutGrid23 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid23 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid23 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid23:before,
#LayoutGrid23:after,
#LayoutGrid23 .row:before,
#LayoutGrid23 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid23:after,
#LayoutGrid23 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid23 > .row > .col-1, #LayoutGrid23 > .row > .col-2, #LayoutGrid23 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid25
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid25
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid25 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid25 > .row > .col-1, #LayoutGrid25 > .row > .col-2, #LayoutGrid25 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid25 > .row > .col-1, #LayoutGrid25 > .row > .col-2, #LayoutGrid25 > .row > .col-3
{
   float: left;
}
#LayoutGrid25 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid25 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid25 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid25:before,
#LayoutGrid25:after,
#LayoutGrid25 .row:before,
#LayoutGrid25 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid25:after,
#LayoutGrid25 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid25 > .row > .col-1, #LayoutGrid25 > .row > .col-2, #LayoutGrid25 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid28
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid28
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid28 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid28 > .row > .col-1, #LayoutGrid28 > .row > .col-2, #LayoutGrid28 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid28 > .row > .col-1, #LayoutGrid28 > .row > .col-2, #LayoutGrid28 > .row > .col-3
{
   float: left;
}
#LayoutGrid28 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid28 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid28 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid28:before,
#LayoutGrid28:after,
#LayoutGrid28 .row:before,
#LayoutGrid28 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid28:after,
#LayoutGrid28 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid28 > .row > .col-1, #LayoutGrid28 > .row > .col-2, #LayoutGrid28 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid29
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid29
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid29 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid29 > .row > .col-1, #LayoutGrid29 > .row > .col-2, #LayoutGrid29 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid29 > .row > .col-1, #LayoutGrid29 > .row > .col-2, #LayoutGrid29 > .row > .col-3
{
   float: left;
}
#LayoutGrid29 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid29 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid29 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid29:before,
#LayoutGrid29:after,
#LayoutGrid29 .row:before,
#LayoutGrid29 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid29:after,
#LayoutGrid29 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid29 > .row > .col-1, #LayoutGrid29 > .row > .col-2, #LayoutGrid29 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid30
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid30
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid30 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid30 > .row > .col-1, #LayoutGrid30 > .row > .col-2, #LayoutGrid30 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid30 > .row > .col-1, #LayoutGrid30 > .row > .col-2, #LayoutGrid30 > .row > .col-3
{
   float: left;
}
#LayoutGrid30 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid30 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid30 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid30:before,
#LayoutGrid30:after,
#LayoutGrid30 .row:before,
#LayoutGrid30 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid30:after,
#LayoutGrid30 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid30 > .row > .col-1, #LayoutGrid30 > .row > .col-2, #LayoutGrid30 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(225deg, #FF8000 0%, #FFA500 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(225deg, #FFA500 0%, #FF8000 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#LayoutGrid6 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1, #LayoutGrid6 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(225deg, #FF8000 0%, #FFA500 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 75%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid26
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid26
{
   box-sizing: border-box;
   padding: 30px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid26 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid26 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid26 > .row > .col-1
{
   float: left;
}
#LayoutGrid26 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid26 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid26:before,
#LayoutGrid26:after,
#LayoutGrid26 .row:before,
#LayoutGrid26 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid26:after,
#LayoutGrid26 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid26 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/sinatra_banner.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 100px 0 0 0 ;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid5 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 25px 0 25px 0;
}
#LayoutGrid5 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid5-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.58;
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 40px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText2
{
   color: #DCDCDC;
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   line-height: 16.5px;
}
#wb_footerText2 p, #wb_footerText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#upStickyLayer
{
   background-color: #696969;
   background-image: none;
   border-radius: 0px;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_upIcon:hover #upIcon i
{
   color: #FFFFFF;
}
#wb_introText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 20px 0 0 0 ;
   text-align: center;
}
#wb_introText
{
   color: #D3D3D3;
   font-family: Arial;
   font-weight: 400;
   font-size: 15px;
   line-height: 16.5px;
}
#wb_introText p, #wb_introText ul
{
   margin: 0;
   padding: 0;
}
#wb_introText
{
   display: block;
   margin: 20px 0 0 0 ;
   box-sizing: border-box;
   width: 100%;
}
#headerBreadcrumb
{
   list-style: none;
   padding: 8px 0 8px 15px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #333333;
   border-radius: 4px;
   font-family: "Palatino Linotype";
   font-weight: normal;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: right;
}
#headerBreadcrumb > li
{
   display: inline-block;
   font-size: 11px;
}
#headerBreadcrumb a
{
   color: #DCDCDC;
   text-decoration: none;
}
#headerBreadcrumb a:hover
{
   color: #FFFFFF;
   text-decoration: underline;
}
#headerBreadcrumb > .active
{
   color: #FFFFFF;
}
#headerBreadcrumb > .active a
{
   color: inherit;
   pointer-events: none;
}
#headerBreadcrumb > li + li:before
{
   content: "";
   padding: 0 8px;
   color: #C0C0C0;
}
#wb_headerMenu
{
   display: block;
   background-color: #000000;
   font-family: "Palatino Linotype";
   font-weight: bold;
   text-align: right;
   width: 100%;
   z-index: 1111 !important;
}
#headerMenu
{
   display: inline-block;
   background-color: #000000;
   height: 46px;
}
#wb_headerMenu ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu ul li i
{
   font-size: 0px;
   width: 0px;
}
#wb_headerMenu ul li a
{
   background-color: #000000;
   color: #FFFFFF;
   font-family: "Palatino Linotype";
   font-weight: bold;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   padding: 13px 12px 13px 12px;
   text-align: center;
}
#wb_headerMenu > ul > li > a 
{
   height: 20px;
}
.headerMenu a 
{
   display: block;
}
#wb_headerMenu li:hover > a, #wb_headerMenu li .active
{
   background-color: #000000;
   color: #D3D3D3;
}
#wb_headerMenu ul ul
{
   display: none;
   position: absolute;
   top: 46px;
}
#wb_headerMenu ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu ul ul li 
{
   float: none;
   position: relative;
   width: 85px;
}
#wb_headerMenu ul ul li a
{
   background-color: #7A7A7A;
   border: 0px solid #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul li:hover > a, #wb_headerMenu ul ul li .active
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_headerMenu ul ul li a 
{
   padding-top: 15px;
   padding-right: 10px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu ul ul ul li 
{
   left: 85px;
   position: relative;
   top: -46px;
}
#wb_headerMenu .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu li:hover > a .arrow-down, #wb_headerMenu li .active .arrow-down
{ 
   border-top-color: #D3D3D3;
}
#wb_headerMenu ul ul li:hover > a .arrow-left, #wb_headerMenu ul ul li .active .arrow-left
{ 
   border-left-color: #424242;
}
#wb_headerMenu .toggle,[id^=headerMenu-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu ul li a, #wb_headerMenu .toggle
{
   font-size: 15px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   padding: 15px 10px 15px 10px;
}
#wb_headerMenu .toggle + a
{
   display: none !important;
}
.headerMenu 
{
   display: none;
   z-index: 9999;
}
#headerMenu 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu > ul > li > a 
{
   height: auto !important;   margin: 0;
}
#wb_headerMenu .toggle 
{
   display: block;
   background-color: #000000;
   color: #FFFFFF;
   padding: 0 10px 0 10px;
   line-height: 30px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu .toggle:hover
{
   background-color: #000000;
   color: #D3D3D3;
}
[id^=headerMenu-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu-title
{
   height: 46px !important;
   line-height: 46px !important;
   text-align: center;
}
#wb_headerMenu ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu ul ul .toggle,
#wb_headerMenu ul ul a 
{
   padding: 0 20px;
}
#wb_headerMenu a:hover,
#wb_headerMenu ul ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle,
#wb_headerMenu ul ul a 
{
   background-color: #7A7A7A;
   color: #FFFFFF;
}
#wb_headerMenu ul ul ul a 
{
   padding: 15px 10px 15px 30px;
}
#wb_headerMenu ul li a 
{
   text-align: left;
}
#wb_headerMenu ul li a br 
{
   display: none;
}
#wb_headerMenu ul li i 
{
   margin-right: 0px;
}
#wb_headerMenu ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu ul ul li:hover > ul,
#wb_headerMenu ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu ul ul ul li 
{
   position: static;
}
#headerMenu-icon 
{
   display: block;
   position: absolute;
   right: 12px;
   top: 11px;
   user-select: none;
}
#headerMenu-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu ul li ul li .toggle:hover
{
   background-color: #CCCCCC;
   color: #424242;
}
#wb_headerMenu .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu .toggle:hover .arrow-down, #wb_headerMenu li .active .arrow-down
{
   border-top-color: #D3D3D3;
}
#wb_headerMenu ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu ul li ul li .toggle:hover .arrow-down, #wb_headerMenu ul li ul li .active .arrow-down
{
   border-top-color: #424242;
}
}
#wb_headerIcon1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 6px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon1
{
   height: 36px;
   width: 22px;
}
#headerIcon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 36px;
   vertical-align: middle;
   width: 21px;
}
#wb_headerIcon1:hover #headerIcon1 i
{
   color: #FFFFFF;
}
#wb_headerIcon2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 6px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon2 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon2
{
   height: 36px;
   width: 22px;
}
#headerIcon2 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 36px;
   vertical-align: middle;
   width: 21px;
}
#wb_headerIcon2:hover #headerIcon2 i
{
   color: #FFFFFF;
}
#wb_headerIcon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 6px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon3
{
   height: 36px;
   width: 22px;
}
#headerIcon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 36px;
   vertical-align: middle;
   width: 21px;
}
#wb_headerIcon3:hover #headerIcon3 i
{
   color: #FFFFFF;
}
#wb_headerIcon4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 2px;
   text-align: center;
   margin: 0 6px 0 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_headerIcon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#headerIcon4
{
   height: 36px;
   width: 22px;
}
#headerIcon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 22px;
   line-height: 36px;
   vertical-align: middle;
   width: 21px;
}
#wb_headerIcon4:hover #headerIcon4 i
{
   color: #FFFFFF;
}
#TextArt1{
   opacity: 0;
}
#wb_FontAwesomeIcon6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #4F4F4F;
   border-radius: 0px;
   text-align: center;
   animation: slide-down-in 2000ms cubic-bezier(0.075, 0.82, 0.165, 1) 5000ms 1 normal both;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_FontAwesomeIcon6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_FontAwesomeIcon6:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#FontAwesomeIcon6
{
   height: 40px;
   width: 42px;
}
#FontAwesomeIcon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_FontAwesomeIcon6:hover #FontAwesomeIcon6 i
{
   color: #FFFFFF;
}
#Line1
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 5px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Image10
{
   margin: 0;
   vertical-align: top;
}
#Image10
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image11
{
   margin: 0;
   vertical-align: top;
}
#Image11
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image12
{
   margin: 0;
   vertical-align: top;
}
#Image12
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image13
{
   margin: 0;
   vertical-align: top;
}
#Image13
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 500px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Line2
{
   border-color: #000000;
   border-style: solid;
   border-bottom-width: 20px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Card20
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card20-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card20-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card20:hover #Card20-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card20-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card20-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card20:hover #Card20-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card20-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card20-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card20-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card20-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card20-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card20-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card20-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card20-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card20-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card20-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card20-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card1:hover #Card1-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card1-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card1:hover #Card1-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card1-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card1-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card1-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card2:hover #Card2-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card2-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card2:hover #Card2-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card2-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card2-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card2-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_Text5 div
{
   text-align: center;
}
#wb_Text5
{
   display: block;
   margin: 20px 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#Editbox6
{
   box-sizing: border-box;
   line-height: 28px;
   margin: 0 2px 0 0 ;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 4px 10px 4px 10px;
}
#Editbox6:focus
{
   border-color: #66AFE9;
   box-shadow: inset 0px 1px 1px rgba(0,0,0,0.075), 0px 0px 8px rgba(102,175,233,0.60);
   outline: 0;
}
#Editbox6::placeholder
{
   color: #FEFEFE;
   opacity: 1;
}
#Editbox6::-ms-input-placeholder
{
   color: #FEFEFE;
}
#Button5
{
   border: 1px solid #FF8000;
   border-radius: 0px;
   background-color: #FF8000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button5:focus
{
   outline: 0;
}
#wb_IconFont1
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 4px 10px 4px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont1:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont1
{
   height: 28px;
   width: 20px;
}
#IconFont1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 28px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont1:hover #IconFont1 i
{
   color: #FFFFFF;
}
#wb_IconFont3
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_IconFont3:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont3
{
   height: 20px;
   width: 25px;
}
#IconFont3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont3:hover #IconFont3 i
{
   color: #000000;
}
#wb_IconFont4
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont4:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont4
{
   height: 20px;
   width: 27px;
}
#IconFont4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont4:hover #IconFont4 i
{
   color: #000000;
}
#wb_IconFont12
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont12:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont12
{
   height: 20px;
   width: 27px;
}
#IconFont12 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont12:hover #IconFont12 i
{
   color: #000000;
}
#wb_IconFont13
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
   margin: 0 2px 0 0 ;
   padding: 6px 4px 6px 4px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont13:hover
{
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
}
#IconFont13
{
   height: 20px;
   width: 27px;
}
#IconFont13 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 20px;
   line-height: 20px;
   vertical-align: middle;
   width: 19px;
}
#wb_IconFont13:hover #IconFont13 i
{
   color: #000000;
}
#Line3
{
   border-color: #FFFFFF;
   border-color: rgba(255,255,255,0.00);
   border-style: solid;
   border-bottom-width: 29px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_IconFont2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C3442B;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont2
{
   height: 40px;
   width: 40px;
}
#IconFont2 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_IconFont2:hover #IconFont2 i
{
   color: #000000;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 17px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_Text3
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 14px;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_IconFont5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont5
{
   height: 40px;
   width: 40px;
}
#IconFont5 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_IconFont5:hover #IconFont5 i
{
   color: #000000;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_Text4
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 17px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 14px;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_IconFont6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont6
{
   height: 40px;
   width: 40px;
}
#IconFont6 i
{
   color: #000000;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_IconFont6:hover #IconFont6 i
{
   color: #000000;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0 10px 0;
   margin: 0 0 10px 0 ;
   text-align: left;
}
#wb_Text6
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 17px;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0 0 10px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: left;
}
#wb_Text8
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 12px;
   line-height: 14px;
}
#wb_Text8 div
{
   text-align: left;
}
#wb_Text8
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 2px solid #000000;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 250px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_IconFont7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #C3442B;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#IconFont7
{
   height: 40px;
   width: 40px;
}
#IconFont7 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 40px;
   line-height: 40px;
   vertical-align: middle;
   width: 39px;
}
#wb_IconFont7:hover #IconFont7 i
{
   color: #FFFFFF;
}
#TextArt2
{
   border-width: 0;
   vertical-align: top;
}
#TextArt4
{
   border-width: 0;
   vertical-align: top;
}
#TextArt5
{
   border-width: 0;
   vertical-align: top;
}
#TextArt6
{
   border-width: 0;
   vertical-align: top;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card3:hover #Card3-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card3-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card3:hover #Card3-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card3-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card3-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card9-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card9:hover #Card9-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card9-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card9-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card9-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card9-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card9-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card9-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card9-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card9-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card9-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card9-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card9-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card9-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card9-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card10-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card10:hover #Card10-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card10-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card10-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card10-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card10-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card10-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card10-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card10-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card10-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card10-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card10-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card11-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card11:hover #Card11-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card11-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card11-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card11-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card11-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card11-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card11-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card11-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card11-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#TextArt7
{
   border-width: 0;
   vertical-align: top;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card4:hover #Card4-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card4-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card4:hover #Card4-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card4-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card4-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card4-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card4-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card4-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card4-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card4-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card5:hover #Card5-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card5-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card5:hover #Card5-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card5-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card5-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card5-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card5-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card5-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card5-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card5-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card5-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card8-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card8:hover #Card8-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card8-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card8-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card8-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item4 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card8-card-item5
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item6
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card8-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item6 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card8-card-item7
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item8
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card8-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item8 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card8-card-item9
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item10
{
   box-sizing: border-box;
   margin: 0;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card8-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item10 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card8-card-item11
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card12:hover #Card12-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card12-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card12:hover #Card12-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card12-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card12-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card12-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card12-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card7-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card7:hover #Card7-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card7-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card7-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card6:hover #Card6-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card6-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card6:hover #Card6-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card6-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card6-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card6-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card6-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card13:hover #Card13-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card13-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card13:hover #Card13-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card13-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card13-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card13-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card13-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card14:hover #Card14-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card14-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card14:hover #Card14-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card14-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card14-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card14-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card15:hover #Card15-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card15-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card15:hover #Card15-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card15-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card15-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card15-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card15-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card15-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card16:hover #Card16-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card16-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card16:hover #Card16-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card16-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card16-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card16-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card16-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card16-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card17
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card17-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card17-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card17:hover #Card17-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card17-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card17:hover #Card17-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card17-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card17-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card17-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card17-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card17-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card17-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card18
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card18-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card18-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card18:hover #Card18-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card18-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card18:hover #Card18-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card18-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card18-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card18-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card18-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card18-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card18-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card19
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card19-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card19-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card19:hover #Card19-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card19-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card19-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card19:hover #Card19-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card19-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card19-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card19-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card19-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card19-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card19-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card21
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card21-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card21-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card21:hover #Card21-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card21-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card21-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card21:hover #Card21-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card21-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card21-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card21-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card21-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card21-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card21-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card21-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card22
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card22-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card22-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card22:hover #Card22-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card22-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card22-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card22:hover #Card22-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card22-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card22-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card22-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card22-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card22-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card22-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card22-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card23
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card23-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card23-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card23:hover #Card23-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card23-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card23-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card23:hover #Card23-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card23-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card23-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card23-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card23-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card23-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card23-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card23-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card24
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card24-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card24-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card24:hover #Card24-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card24-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card24-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card24:hover #Card24-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card24-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card24-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card24-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card24-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card24-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card24-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card24-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card25
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card25-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card25-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card25:hover #Card25-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card25-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card25-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card25:hover #Card25-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card25-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card25-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card25-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card25-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card25-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card25-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card25-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card26
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card26-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card26-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card26:hover #Card26-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card26-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card26-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card26:hover #Card26-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card26-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card26-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card26-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card26-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card26-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card26-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card26-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card27
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card27-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card27-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card27:hover #Card27-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card27-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card27-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card27:hover #Card27-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card27-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card27-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card27-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card27-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card27-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card27-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card28
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card28-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card28-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card28:hover #Card28-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card28-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card28-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card28:hover #Card28-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card28-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card28-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card28-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card28-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card28-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card29
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card29-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card29-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card29:hover #Card29-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card29-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card29-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card29:hover #Card29-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card29-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card29-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card29-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card29-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card29-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card29-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card29-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card30
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card30-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card30-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card30:hover #Card30-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card30-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card30-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card30:hover #Card30-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card30-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card30-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card30-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card30-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card30-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card30-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card31
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card31-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card31-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card31:hover #Card31-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card31-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card31-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card31:hover #Card31-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card31-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card31-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card31-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card31-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card31-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card31-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card32
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card32-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card32-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card32:hover #Card32-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card32-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card32-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card32:hover #Card32-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card32-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card32-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card32-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card32-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card32-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card32-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card33
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card33-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card33-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card33:hover #Card33-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card33-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card33-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card33:hover #Card33-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card33-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card33-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card33-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card33-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card33-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card33-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card34
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card34-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card34-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card34:hover #Card34-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card34-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card34-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card34:hover #Card34-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card34-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card34-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card34-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card34-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card34-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card34-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card34-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card35
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card35-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card35-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card35:hover #Card35-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card35-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card35-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card35:hover #Card35-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card35-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card35-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card35-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card35-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card35-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card35-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card35-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card36
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card36-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card36-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card36:hover #Card36-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card36-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card36-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card36:hover #Card36-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card36-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card36-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card36-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card36-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card36-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card36-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card36-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card37
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card37-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card37-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card37:hover #Card37-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card37-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card37-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card37:hover #Card37-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card37-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card37-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card37-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card37-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card37-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card37-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card38
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card38-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card38-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card38:hover #Card38-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card38-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card38-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card38:hover #Card38-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card38-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card38-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card38-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card38-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card38-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card38-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card39
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card39-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card39-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card39:hover #Card39-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card39-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card39-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card39:hover #Card39-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card39-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card39-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card39-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card39-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card39-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card39-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card40
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card40-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card40-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card40:hover #Card40-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card40-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card40-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card40:hover #Card40-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card40-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card40-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card40-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card40-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card40-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card40-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card41
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card41-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card41-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card41:hover #Card41-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card41-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card41-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card41:hover #Card41-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card41-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card41-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card41-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card41-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card41-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card41-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card42
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card42-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card42-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card42:hover #Card42-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card42-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card42-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card42:hover #Card42-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card42-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card42-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card42-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card42-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card42-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card42-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card43
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card43-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card43-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card43:hover #Card43-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card43-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card43-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card43:hover #Card43-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card43-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card43-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card43-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card43-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card43-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card43-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card44
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card44-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card44-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card44:hover #Card44-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card44-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card44-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card44:hover #Card44-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card44-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card44-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card44-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card44-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card44-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card44-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card45
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card45-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card45-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card45:hover #Card45-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card45-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card45-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card45:hover #Card45-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card45-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card45-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card45-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card45-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card45-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card45-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card46
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card46-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card46-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card46:hover #Card46-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card46-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card46-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card46:hover #Card46-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card46-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card46-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card46-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card46-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card46-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card46-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card46-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card47
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card47-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card47-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card47:hover #Card47-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card47-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card47-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card47:hover #Card47-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card47-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card47-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card47-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card47-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card47-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card47-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card48
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card48-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card48-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card48:hover #Card48-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card48-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card48-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card48:hover #Card48-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card48-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card48-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card48-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card48-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card48-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card48-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card48-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#TextArt8
{
   border-width: 0;
   vertical-align: top;
}
#wb_Card49
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card49-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card49-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card49:hover #Card49-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card49-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card49-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card49:hover #Card49-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card49-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card49-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card49-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card49-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card49-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card49-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card50
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card50-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card50-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card50:hover #Card50-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card50-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card50-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card50:hover #Card50-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card50-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card50-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card50-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card50-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card50-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card50-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card51
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card51-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card51-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card51:hover #Card51-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card51-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card51-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card51:hover #Card51-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card51-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card51-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
}
#Card51-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card51-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card51-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card51-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card52
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card52-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card52-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card52:hover #Card52-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card52-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card52-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card52:hover #Card52-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card52-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card52-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card52-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card52-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card52-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card52-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card52-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card53
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card53-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card53-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card53:hover #Card53-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card53-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card53-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card53:hover #Card53-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card53-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card53-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card53-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card53-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card53-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card53-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card53-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card54
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card54-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card54-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card54:hover #Card54-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card54-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card54-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card54:hover #Card54-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card54-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card54-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card54-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card54-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card54-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card54-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card54-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card55
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card55-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card55-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card55:hover #Card55-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card55-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card55-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card55:hover #Card55-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card55-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card55-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card55-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card55-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card55-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card55-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card55-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card56
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card56-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card56-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card56:hover #Card56-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card56-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card56-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card56:hover #Card56-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card56-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card56-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card56-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card56-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card56-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card56-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card56-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card57
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card57-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card57-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card57:hover #Card57-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card57-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card57-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card57:hover #Card57-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card57-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card57-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card57-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card57-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card57-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card57-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card57-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card58
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card58-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card58-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card58:hover #Card58-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card58-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card58-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card58:hover #Card58-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card58-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card58-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card58-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card58-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card58-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card58-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card58-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card59
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card59-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card59-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card59:hover #Card59-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card59-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card59-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card59:hover #Card59-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card59-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card59-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card59-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card59-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card59-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card59-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card59-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card60
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 250px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFA500;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   text-align: center;
}
#Card60-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card60-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card60:hover #Card60-card-item0
{
   transform: translate(75px,0px) rotate(180deg) ;
   transition: transform 500ms linear 0ms;
}
#Card60-card-item0
{
   transition: all 500ms linear 0ms;
}
#Card60-card-item1
{
   box-sizing: border-box;
   margin: -250px 0 0 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_Card60:hover #Card60-card-item1
{
   transform: translate(-75px,0px) rotate(0deg) ;
   transition: transform 500ms linear 0ms;
}
#Card60-card-item1
{
   transition: all 500ms linear 0ms;
}
#Card60-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 12px 10px 12px 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 13px;
   text-align: left;
}
#Card60-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card60-card-item2 i
{
   color: #000000;
   margin-right: 8px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#Card60-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 0 20px;
   border-top: 1px #C3442B solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card60-card-item4
{
   display: inline-block;
   height: 33px;
   box-sizing: border-box;
   margin: 20px 10px 20px 20px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #C3442B;
   border-radius: 0px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card60-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text7 div
{
   text-align: center;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text9 div
{
   text-align: left;
}
