body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text20 div
{
   text-align: center;
}
#wb_Text20
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0px 0px 0px;
   margin: 120px 0px 20px 0px;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#Breadcrumb2
{
   padding: 8px 15px 8px 15px;
   list-style: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFF00;
   border-radius: 4px;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 0;
   margin: 0;
   text-align: center;
}
#Breadcrumb2 > li
{
   display: inline-block;
   font-size: 15px;
}
#Breadcrumb2 a
{
   color: #333333;
   text-decoration: none;
}
#Breadcrumb2 a:hover
{
   color: #23527C;
   text-decoration: underline;
}
#Breadcrumb2 > .active
{
   color: #23527C;
}
#Breadcrumb2 > .active a
{
   color: inherit;
   pointer-events: none;
}
#Breadcrumb2 > li + li:before
{
   content: "|";
   padding: 0 20px;
   color: #E1E1E1;
}
#wb_Carousel1
{
   background-color: #F4F5F9;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel1
{
   height: 328px;
}
#Carousel1
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   -webkit-perspective: 1200px;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0);
   transform: translate3d(0, 0, 0);
   -webkit-transform-style: preserve-3d;
   transform-style: preserve-3d;
   -webkit-transition: opacity 500ms ease-in-out;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#Carousel1 .carousel-innerframe
{
   padding: 0px 25px 0px 25px;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner > .carousel-item > img, #Carousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel1 .carousel-inner > .active, #Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel1 .carousel-inner > .active
{
   -webkit-animation: Carousel1-animation-show 500ms ease 0ms both;
   animation: Carousel1-animation-show 500ms ease 0ms both;
}
#Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel1 .carousel-inner > .carousel-item-next.carousel-item-left, #Carousel1 .carousel-inner > .carousel-item-prev.carousel-item-right
{
   -webkit-animation: Carousel1-animation-show 500ms ease 0ms both;
   animation: Carousel1-animation-show 500ms ease 0ms both;
}
#Carousel1 .carousel-inner > .active.carousel-item-left, #Carousel1 .carousel-inner > .active.carousel-item-right
{
   -webkit-animation: Carousel1-animation-hide 500ms ease both;
   animation: Carousel1-animation-hide 500ms ease both;
}
#Carousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -17px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel1 .carousel-indicators li
{
   display: inline-block;
   position: relative;
   margin: 12px 12px 12px 12px;
   width: 9px;
   height: 9px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: #FFFFFF;
   border: 1px solid #FFFFFF;
   -webkit-transform: scale(0.4);
   transform: scale(0.4);
   -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
   transition: transform 0.3s ease, background-color 0.3s ease;
}
#Carousel1 .carousel-indicators .active
{
   -webkit-transform: scale(1.0);
   transform: scale(1.0);
}
#Carousel1 .carousel-indicators li:hover
{
   -webkit-transform: scale(0.8);
   transform: scale(0.8);
}
#Carousel1 .carousel-control
{
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 15%;
   font-size: 20px;
   color: #fff;
   text-align: center;
   text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
   background-color: rgba(0,0,0,0);
   opacity: 0.5;
   cursor: pointer;
   z-index: 7776;
}
#Carousel1 .carousel-control.carousel-item-right
{
   right: 0px;
   left: auto;
}
.carousel-control .carousel-control-prev-icon
{
   left: 50%;
   margin-left: -10px;
}
.carousel-control .carousel-control-prev-icon, .carousel-control .carousel-control-next-icon
{
   width: 22px;
   height: 42px;
   margin-top: -10px;
}
.carousel-control .carousel-control-prev-icon, .carousel-control .carousel-control-next-icon
{
   position: absolute;
   top: 50%;
   z-index: 5;
   display: inline-block;
   margin-top: -10px;
   border-width: 0;
}
.carousel-control .carousel-control-next-icon
{
   right: 50%;
   margin-right: -10px;
}
#Carousel1 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: .9;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#Carousel1 .frame
{
   width: 970px;
   display: inline-block;
   float: left;
   height: 328px;
}
#Carousel1 .carousel-control-next, #Carousel1 .carousel-control-prev
{
   color: #FFFFFF;
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
}
#Carousel1 .carousel-control-next-icon, #Carousel1 .carousel-control-prev-icon 
{
   display: inline-block;
   width: 22px;
   height: 42px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#Carousel1 .carousel-control-next:focus, #Carousel1 .carousel-control-next:hover, #Carousel1 .carousel-control-prev:focus, #Carousel1 .carousel-control-prev:hover 
{
   color: #FFFFFF;
   text-decoration: none;
   outline: 0;
   opacity: .9;
}
#Carousel1 .carousel-control-prev-icon 
{
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 22 42'%3E%3Cpath d='M 21 42 C 21 42 21 42 21 42 C 21 42 22 42 22 42 C 22 41 22 41 22 41 C 22 41 22 40 22 40 L 3 21 L 22 2 C 22 2 22 1 22 1 C 22 1 22 1 22 0 C 21 0 21 0 21 0 C 21 0 20 0 20 0 L 0 20 C 0 20 0 21 0 21 C 0 21 0 22 0 22 L 20 42 C 20 42 20 42 20 42 C 21 42 21 42 21 42'/%3E%3C/svg%3E");
}
#Carousel1 .carousel-control-next-icon 
{
   background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23FFFFFF' viewBox='0 0 22 42'%3E%3Cpath d='M1 42 C1 42, 1 42, 1 42 C1 42, 0 42, 0 42 C0 41, 0 41, 0 41 C0 41, 0 40, 0 40 L19 21 L0 2 C0 2, 0 1, 0 1 C0 1, 0 1, 0 0 C1 0, 1 0, 1 0 C1 0, 2 0, 2 0 L22 20 C22 20, 22 21, 22 21 C22 21, 22 22, 22 22 L2 42 C2 42, 2 42, 2 42 C1 42, 1 42, 1 42'/%3E%3C/svg%3E");
}
#Carousel1 .frame-1
{
   background-color: #F4F5F9;
   background-image: url('../images/Background-Investigation-Companies.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
@-webkit-keyframes Carousel1-animation-show
{
   0%   { -webkit-transform: translateX(100%); }
   100% { -webkit-transform: translateX(0); }
}
@-webkit-keyframes Carousel1-animation-hide
{
   0%   { -webkit-transform: translateX(0); }
   100% { -webkit-transform: translateX(-100%); }
}
@keyframes Carousel1-animation-show
{
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
}
@keyframes Carousel1-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_LayoutGrid9
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid9
{
   box-sizing: border-box;
   padding: 75px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid9 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid9 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid9 > .row > .col-1
{
   float: left;
}
#LayoutGrid9 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid9 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0px 20px 0px;
}
#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
{
   float: none;
   width: 100% !important;
}
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text19 div
{
   text-align: center;
}
#wb_Text19
{
   display: inline-block;
   margin: 0;
   width: 317px;
   height: 33px;
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 20px 15px 55px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 768px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card27
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card27-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card27-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card27-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card27-card-item2
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #1266F1;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card27-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item2 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card27-card-item3
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #1266F1;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card27-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item3 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card27-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #1266F1;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card27-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card27-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #1266F1;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card27-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card27-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #1266F1;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card27-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card27-card-item7
{
   box-sizing: border-box;
   margin: 18px 20px 14px 20px;
   border-top: 1px #DEDEDE solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card27-card-item8
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 4px 8px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #FF3D71;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card27-card-item9
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 8px 4px 8px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #999999;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   text-decoration: line-through;
}
#Card27-card-item10
{
   box-sizing: border-box;
   margin: 10px 0px 0px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card27-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #1266F1;
   border-radius: 4px;
   background-color: #1266F1;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card27-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card27-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card27-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card27-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card28
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card28-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card28-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card28-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card28-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card28-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card28-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card28-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card28-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card28-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card28-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card28-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card28-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card28-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card28-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card28-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card28-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card28-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card28-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card28-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card28-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card28-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card30
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card30-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card30-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card30-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card30-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card30-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #DC143C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card30-card-item4
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card30-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card30-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card30-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card30-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card30-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card30-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card30-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card30-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card30-card-item9
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card30-card-item9 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card30-card-item10
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card30-card-item11
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card30-card-item12
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card30-card-item12
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card30-card-item12:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card30-card-item12 a
{
   color: inherit;
   text-decoration: none;
}
#Card30-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card31
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card31-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card31-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card31-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card31-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card31-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card31-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card31-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card31-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card31-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card31-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card31-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card31-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card31-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card31-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card31-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card31-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card31-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card31-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card31-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card31-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card31-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card31-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card32
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card32-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card32-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card32-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card32-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card32-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #DC143C;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card32-card-item4
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card32-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card32-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card32-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card32-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card32-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card32-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card32-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card32-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card32-card-item9
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card32-card-item9 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item9 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card32-card-item10
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card32-card-item11
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card32-card-item12
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card32-card-item12
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card32-card-item12:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card32-card-item12 a
{
   color: inherit;
   text-decoration: none;
}
#Card32-card-item12 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card33
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card33-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card33-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card33-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card33-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card33-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card33-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card33-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card33-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card33-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card33-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card33-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card33-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card33-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card33-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card33-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card33-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card33-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card33-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card33-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card33-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card33-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card33-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid15
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid15
{
   box-sizing: border-box;
   padding: 75px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid15 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid15 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid15 > .row > .col-1
{
   float: left;
}
#LayoutGrid15 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid15 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0px 20px 0px;
}
#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
{
   float: none;
   width: 100% !important;
}
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text21 div
{
   text-align: center;
}
#wb_Text21
{
   display: inline-block;
   margin: 0;
   width: 317px;
   height: 33px;
}
#wb_Text22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 0px 0px 0px;
   margin: 0;
   text-align: center;
}
#wb_Text22 div
{
   text-align: center;
}
#wb_Text22
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid16
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid16
{
   box-sizing: border-box;
   padding: 20px 15px 55px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 768px)
{
#LayoutGrid16 > .row > .col-1, #LayoutGrid16 > .row > .col-2, #LayoutGrid16 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card37
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card37-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card37-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card37-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card37-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card37-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card37-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card37-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card37-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card37-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card37-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card37-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card37-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card37-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card37-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card37-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card37-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card37-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card37-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card37-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card37-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card37-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card37-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card38
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card38-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card38-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card38-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card38-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card38-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card38-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card38-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card38-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card38-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card38-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card38-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card38-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card38-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card38-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card38-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card38-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card38-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card38-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card38-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card38-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card38-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card38-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card39
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card39-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card39-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card39-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card39-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card39-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card39-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card39-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card39-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card39-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card39-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card39-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card39-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card39-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card39-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card39-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card39-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card39-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card39-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card39-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card39-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card39-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card39-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid17
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid17
{
   box-sizing: border-box;
   padding: 20px 15px 55px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 768px)
{
#LayoutGrid17 > .row > .col-1, #LayoutGrid17 > .row > .col-2, #LayoutGrid17 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card40
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card40-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card40-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card40-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card40-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card40-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card40-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card40-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card40-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card40-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card40-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card40-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card40-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card40-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card40-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card40-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card40-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card40-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card40-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card40-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card40-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card40-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card40-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card41
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card41-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card41-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card41-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card41-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card41-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card41-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card41-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card41-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card41-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card41-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card41-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card41-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card41-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card41-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card41-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card41-card-item9
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card41-card-item10
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card41-card-item10
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card41-card-item10:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card41-card-item10 a
{
   color: inherit;
   text-decoration: none;
}
#Card41-card-item10 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card42
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card42-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card42-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card42-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card42-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card42-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card42-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card42-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card42-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card42-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card42-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card42-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card42-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card42-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card42-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card42-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card42-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card42-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card42-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card42-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card42-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card42-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card42-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid18
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid18
{
   box-sizing: border-box;
   padding: 20px 15px 55px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 768px)
{
#LayoutGrid18 > .row > .col-1, #LayoutGrid18 > .row > .col-2, #LayoutGrid18 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card43
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card43-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card43-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card43-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card43-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card43-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card43-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card43-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card43-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card43-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card43-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card43-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card43-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card43-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card43-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card43-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card43-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card43-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card43-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card43-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card43-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card43-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card43-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card44
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card44-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card44-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card44-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card44-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card44-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card44-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card44-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card44-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card44-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card44-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card44-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card44-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card44-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card44-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card44-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card44-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card44-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card44-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card44-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card44-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card44-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card44-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card45
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card45-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card45-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card45-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card45-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card45-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card45-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card45-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card45-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card45-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card45-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card45-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card45-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card45-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card45-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card45-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card45-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card45-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card45-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card45-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card45-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card45-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card45-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid19
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid19
{
   box-sizing: border-box;
   padding: 20px 15px 55px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 768px)
{
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card47
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card47-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card47-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card47-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card47-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card47-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card47-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card47-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card47-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card47-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card47-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card47-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card47-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card47-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card47-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card47-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card47-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card47-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card47-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card47-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card47-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card47-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card47-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid20
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid20
{
   box-sizing: border-box;
   padding: 20px 15px 55px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 768px)
{
#LayoutGrid20 > .row > .col-1, #LayoutGrid20 > .row > .col-2, #LayoutGrid20 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card49
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card49-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card49-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card49-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card49-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card49-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card49-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card49-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card49-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card49-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card49-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card49-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card49-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card49-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card49-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card49-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card49-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card49-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card49-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card49-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card49-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card49-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card49-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card50
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card50-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card50-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card50-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card50-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card50-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card50-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card50-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card50-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card50-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card50-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card50-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card50-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card50-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card50-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card50-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card50-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card50-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card50-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card50-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card50-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card50-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card50-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card51
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card51-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card51-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card51-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card51-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card51-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card51-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card51-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card51-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card51-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card51-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card51-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card51-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card51-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card51-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card51-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card51-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card51-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card51-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card51-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card51-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card51-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card51-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_LayoutGrid21
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F6F9FC;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid21
{
   box-sizing: border-box;
   padding: 15px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: left;
}
#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: 768px)
{
#LayoutGrid21 > .row > .col-1, #LayoutGrid21 > .row > .col-2, #LayoutGrid21 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card53
{
   position: relative;
   display: inline-block;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card53-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card53-card-item0
{
   display: inline-block;
   height: 68px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #5465FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card53-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card53-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card53-card-item1
{
   box-sizing: border-box;
   margin: -50px 0px 0px 0px;
   padding: 0px 10px 6px 80px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card53-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card53-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0px 0px 10px 80px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#Card53-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card54
{
   position: relative;
   display: inline-block;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card54-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card54-card-item0
{
   display: inline-block;
   height: 68px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #5465FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card54-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card54-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card54-card-item1
{
   box-sizing: border-box;
   margin: -50px 0px 0px 0px;
   padding: 0px 10px 6px 80px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card54-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card55
{
   position: relative;
   display: inline-block;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card55-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card55-card-item0
{
   display: inline-block;
   height: 68px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #5465FF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#Card55-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card55-card-item0 i
{
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card55-card-item1
{
   box-sizing: border-box;
   margin: -50px 0px 0px 0px;
   padding: 0px 10px 6px 80px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card55-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_LayoutGrid22
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid22
{
   box-sizing: border-box;
   padding: 25px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#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: 0px;
   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: 41.66666667%;
   text-align: left;
}
#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: 25%;
   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: 768px)
{
#LayoutGrid22 > .row > .col-1, #LayoutGrid22 > .row > .col-2, #LayoutGrid22 > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_Text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 8px 0px;
   margin: 25px 0px 0px 0px;
   text-align: left;
}
#wb_Text23
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 21px;
}
#wb_Text23 div
{
   text-align: left;
}
#wb_Text23
{
   display: block;
   margin: 25px 0px 0px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_CssMenu3
{
   border: 0px solid #C0C0C0;
   background-color: transparent;
   margin: 0;
   text-align: left;
   z-index: 1111 !important;
}
#wb_CssMenu3 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#wb_CssMenu3 li
{
   float: left;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_CssMenu3 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   width: 100%;
   box-sizing: border-box;
   height: 25px;
   padding: 0px 0px 0px 0px;
   vertical-align: middle;
   line-height: 25px;
   text-align: left;
}
#wb_CssMenu3 li:hover a, #wb_CssMenu3 a:hover
{
   color: #FFFFFF;
   border: 0px solid #2E6DA4;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu3 .firstmain a
{
   margin-top: 0px;
}
#wb_CssMenu3 li.lastmain
{
   padding-bottom: 0px;
}
#wb_CssMenu3 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_IconFont8
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #EDE9E1;
   border-radius: 50%;
   text-align: center;
   margin: 0px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont8:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #645E59;
}
#IconFont8
{
   height: 27px;
   width: 27px;
}
#IconFont8 i
{
   color: #D9D9DA;
   display: inline-block;
   font-size: 27px;
   line-height: 27px;
   vertical-align: middle;
   width: 26px;
}
#IconFont8:hover i
{
   color: #D9D9DA;
}
#wb_IconFont9
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #EDE9E1;
   border-radius: 50%;
   text-align: center;
   margin: 0px 5px 0px 0px;
   padding: 2px 2px 2px 2px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_IconFont9:hover
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #645E59;
}
#IconFont9
{
   height: 27px;
   width: 27px;
}
#IconFont9 i
{
   color: #D9D9DA;
   display: inline-block;
   font-size: 27px;
   line-height: 27px;
   vertical-align: middle;
   width: 26px;
}
#IconFont9:hover i
{
   color: #D9D9DA;
}
#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 20px 0px;
   margin: 0;
   text-align: left;
}
#wb_Text27
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 19px;
}
#wb_Text27 p, #wb_Text27 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text27
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0px 0px 8px 0px;
   margin: 25px 0px 0px 0px;
   text-align: left;
}
#wb_Text28
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 21px;
}
#wb_Text28 div
{
   text-align: left;
}
#wb_Text28
{
   display: block;
   margin: 25px 0px 0px 0px;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border-top-width: 1px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #4F4F4F;
   border-right-color: #4F4F4F;
   border-bottom-color: #4F4F4F;
   border-left-color: #4F4F4F;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
   flex-direction: row;
   -webkit-flex-wrap: wrap;
   flex-wrap: wrap;
   padding: 10px 0px 10px 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2
{
   box-sizing: border-box;
   font-size: 0px;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2
{
   -webkit-flex: 0 0 auto;
   flex: 0 0 auto;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: center;
   -webkit-align-self: stretch;
   -webkit-align-items: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   -webkit-justify-content: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: -webkit-flex;
   -webkit-flex-wrap: wrap;
   -webkit-align-content: center;
   -webkit-align-self: stretch;
   -webkit-align-items: center;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   -webkit-justify-content: flex-end;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 768px)
{
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2
{
   -webkit-flex-basis: 100% !important;
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 16px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 272px;
   height: 24px;
   vertical-align: top;
}
#wb_Card1
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card1-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card1-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card1-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card1-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card1-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card1-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card1-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card1-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card2
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card2-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card2-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card2-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card2-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card2-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card2-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card2-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card2-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card2-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card2-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card2-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
#wb_Card3
{
   position: relative;
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: column;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0px 0px 20px 0px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   -webkit-flex: 1 1 auto;
   flex: 1 1 auto;
   font-size: 0px;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 20px 20px 0px 20px;
   padding: 0;
   border: 0px solid #838383;
   border-radius: 0px;
   max-width: 100%;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: auto;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 20px 10px 10px 10px;
   padding: 0;
   color: #428BCA;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card3-card-item2
{
   display: inline-block;
   height: 19px;
   box-sizing: border-box;
   margin: 0px 0px 10px 0px;
   padding: 0px 4px 0px 4px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0px 20px 20px 20px;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item4
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 10px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card3-card-item4 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item4 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item5
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card3-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item5 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item6
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card3-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item6 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item7
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card3-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item7 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item8
{
   display: inline-block;
   height: 16px;
   box-sizing: border-box;
   margin: 0px 0px 0px 4px;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#Card3-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item8 i
{
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
}
#Card3-card-item9
{
   display: inline-block;
   height: 13px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item10
{
   box-sizing: border-box;
   margin: 12px 0px 12px 0px;
   border-top: 1px #FFFFFF solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item11
{
   display: inline-block;
   height: 36px;
   box-sizing: border-box;
   margin: 0px 0px 30px 0px;
   padding: 10px 12px 12px 12px;
   border: 1px solid #357EBD;
   border-radius: 4px;
   background-color: #428BCA;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card3-card-item11
{
   box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%), 0 2px 10px 0 rgb(0 0 0 / 5%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card3-card-item11:hover
{
   box-shadow: 0 5px 11px 0 rgb(0 0 0 / 14%), 0 4px 15px 0 rgb(0 0 0 / 12%);
   -webkit-transition: box-shadow 200ms linear 0ms;
   transition: box-shadow 200ms linear 0ms;
}
#Card3-card-item11 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item11 i
{
   text-align: center;
   vertical-align: top;
   font-size: 12px;
   width: 12px;
}
