body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
#FlexGrid1
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 1fr 2fr 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      "H1 H2 H3";
}
#FlexGrid1 .H1
{
   display: flex;
   grid-area: H1;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: stretch;
}
#FlexGrid1 .H2
{
   display: flex;
   grid-area: H2;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .H3
{
   display: flex;
   grid-area: H3;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: stretch;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 29px;
   line-height: 34px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Picture2
{
   height: 100%;
   margin: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Picture2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   object-fit: scale-down;
   display:inline-block;
   width: 100%;
   height: 100%;
}
#wb_ShoppingCart1
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 50%;
   text-align: center;
   margin: 0;
   padding: 10px 10px 10px 10px;
   line-height: 40px;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#ShoppingCart1
{
   overflow: visible;
   vertical-align: top;
   width: 100%;
   height: 100%;
}
#ShoppingCart1
{
   fill: #FFFFFF;
   display: inline-block;
   font-size: 38px;
   vertical-align: middle;
}
#wb_ShoppingCart1:hover #ShoppingCart1
{
   fill: #FFFFFF;
}
#ShoppingCart1
{
   cursor: pointer;
}
#ShoppingCart1-badge
{
   position: absolute;
   top: 0;
   right: 0;
   padding: .25em .4em;
   white-space: nowrap;
   border-radius: .25rem;
   color: #FFFFFF;
   background-color: #27AAE0;
   font-size: 13px;
   line-height: 1.0;
   text-align: center;
}
#PPMiniCart
{
   z-index: 9999;
}
#PPMiniCart .minicart-header
{
   font-size: 1.1em;
   font-weight: bold;
   padding: 12px;
   position: absolute;
}
#PPMiniCart .minicart-terms
{
   display: none;
}
#PPMiniCart .minicart-logo
{
   pointer-events: none;
}
@media (max-width: 767px)
{
   #PPMiniCart
   {
      left: 0 !important;
      width: 100% !important;
   }
   #PPMiniCart form
   {
      box-sizing: border-box;
      margin: 0 !important;
      padding: 1rem !important;
      width: 100% !important;
      border-radius: 0px;
   }
}
#wb_Picture1
{
   height: 100%;
   margin: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
}
#Picture1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   object-fit: scale-down;
   display:inline-block;
   width: 100%;
   height: 100%;
}
#FlexGrid2
{
   display: grid;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   font-size: 0;
   grid-template-columns: 8px 1fr 1fr 8px;
   grid-template-rows: auto;
   grid-template-areas:
      ". H4 H5 .";
}
#FlexGrid2 .H4
{
   display: flex;
   grid-area: H4;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-around;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .H5
{
   display: flex;
   grid-area: H5;
   background-color: transparent;
   background-image: none;
   border: 2px solid #00BFFF;
   border-radius: 4px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-evenly;
   align-items: center;
   align-content: space-between;
}
#wb_ResponsiveMenu1
{
   display: block;
   font-family: Arial;
   font-weight: normal;
   text-align: left;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu1
{
   background-color: #0D6EFD;
   height: 72px;
}
#wb_ResponsiveMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu1 ul li i
{
   font-size: 24px;
   width: 24px;
   margin-bottom: 2px;
}
#wb_ResponsiveMenu1 ul li a
{
   background-color: #0D6EFD;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 10px 15px 10px;
   text-align: center;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: 42px;
}
.ResponsiveMenu1 a 
{
   display: block;
}
#wb_ResponsiveMenu1 li:hover > a, #wb_ResponsiveMenu1 li .active
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 72px;
}
#wb_ResponsiveMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 135px;
}
#wb_ResponsiveMenu1 ul ul li a
{
   background-color: #0D6EFD;
   border: 0px solid #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a, #wb_ResponsiveMenu1 ul ul li .active
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li i 
{
   margin-right: 8px;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   left: 135px;
   position: relative;
   top: -72px;
}
#wb_ResponsiveMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu1 li:hover > a .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{ 
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle,[id^=ResponsiveMenu1-submenu]
{
   display: none;
}
@media all and (max-width:788px) 
{
#wb_ResponsiveMenu1
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-size: 15px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu1 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu1 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu1 
{
   background-color: transparent;
}
#wb_ResponsiveMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu1 .toggle 
{
   display: block;
   background-color: #0D6EFD;
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 54px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu1 .toggle:hover
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
[id^=ResponsiveMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu1-title
{
   height: 72px !important;
   line-height: 72px !important;
   text-align: center;
}
#wb_ResponsiveMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu1 ul ul .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu1 a:hover,
#wb_ResponsiveMenu1 ul ul ul a 
{
   background-color: #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle,
#wb_ResponsiveMenu1 ul ul a 
{
   background-color: #0D6EFD;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu1 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu1 ul li i 
{
   margin-right: 8px;
}
#wb_ResponsiveMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu1 ul ul li:hover > ul,
#wb_ResponsiveMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu1 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu1-icon 
{
   display: block;
   position: absolute;
   left: 10px;
   top: 24px;
   user-select: none;
}
#ResponsiveMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover
{
   background-color: #0B5ED7;
   color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 .toggle:hover .arrow-down, #wb_ResponsiveMenu1 li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_ResponsiveMenu1 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #FFFFFF;
}
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text2
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   line-height: 29px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text3
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-size: 37px;
   line-height: 44px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#CardContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card16-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card16-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card4-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card6-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card6-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card7-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card8-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card9-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card10-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card10-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card10-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card10-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card11-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card11-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card11-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card11-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card11-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card12-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card12-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card13-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card14
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card14-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card15-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card15-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card17
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card17-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card17-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card17-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card17-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card17-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card17-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card18
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card18-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card18-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card18-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card18-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card18-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card18-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card18-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card18-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card18-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card19
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 16.67%;
   align-self: auto;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   max-width: calc(16.66% - 10px);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DEE2E6;
   border-radius: 3px;
   text-align: center;
}
#Card19-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card19-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card19-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card19-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card19-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card19-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card19-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card19-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card19-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   display: flex;
   z-index: 27;
}
#wb_Card19
{
   display: flex;
   z-index: 16;
}
#wb_Picture2
{
   display: block;
   width: 93px;
   z-index: 3;
}
#wb_Card1
{
   display: flex;
   z-index: 10;
}
#wb_ResponsiveMenu1
{
   display: block;
   height: 79px;
   z-index: 4;
}
#wb_Card14
{
   display: flex;
   z-index: 23;
}
#wb_Card3
{
   display: flex;
   z-index: 12;
}
#wb_Picture1
{
   display: block;
   width: 226px;
   z-index: 0;
}
#wb_Card15
{
   display: flex;
   z-index: 24;
}
#wb_Card2
{
   display: flex;
   z-index: 11;
}
#wb_Card16
{
   display: flex;
   z-index: 9;
}
#wb_Card17
{
   display: flex;
   z-index: 25;
}
#wb_Card10
{
   display: flex;
   z-index: 19;
}
#wb_Card11
{
   display: flex;
   z-index: 20;
}
#wb_Card12
{
   display: flex;
   z-index: 21;
}
#wb_Card9
{
   display: flex;
   z-index: 18;
}
#wb_Card13
{
   display: flex;
   z-index: 22;
}
#wb_Card8
{
   display: flex;
   z-index: 17;
}
#wb_ShoppingCart1
{
   display: inline-block;
   width: 38px;
   height: 40px;
   text-align: center;
   z-index: 2;
}
#wb_Card5
{
   display: flex;
   z-index: 14;
}
#wb_Card4
{
   display: flex;
   z-index: 13;
}
#wb_Card7
{
   display: flex;
   z-index: 26;
}
#wb_Card18
{
   display: flex;
   z-index: 15;
}
@media only screen and (min-width: 768px) and (max-width: 1919px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 835px;
   height: 405px;
   visibility: visible;
   display: inline;
}
#FlexGrid1
{
   visibility: visible;
   display: grid;
}
#FlexGrid1
{
   height: auto;
}
#FlexGrid1
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 2fr 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      "H1 H2 H3";
}
#FlexGrid1 .H1
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: stretch;
}
#FlexGrid1 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid1 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .H2
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .H3
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-evenly;
   align-items: center;
   align-content: center;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text1
{
   font-size: 29px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#wb_Picture2
{
   width: 88px;
   height: 81px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_ShoppingCart1
{
   width: 49px;
   height: 61px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
}
#wb_ShoppingCart1
{
   line-height: 61px;
}
#ShoppingCart1
{
   width: 49px;
   height: 61px;
}
#ShoppingCart1
{
   line-height: 61px;
   font-size: 49px;
   width: 48px;
   color: #FFFFFF;
}
#ShoppingCart1:hover
{
   fill: #FFFFFF;
}
#wb_ShoppingCart1:hover
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Picture1
{
   width: 179px;
   height: 118px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture1
{
   margin-left: auto;
   margin-right: auto;
}
#FlexGrid2
{
   visibility: visible;
   display: grid;
   background-color: #FFFFFF;
   background-image: none;
   background-image: none;
   border: 0px solid #DEE2E6;
}
#FlexGrid2
{
   height: auto;
}
#FlexGrid2
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 5px 4fr 2fr 5px;
   grid-template-rows: auto;
   grid-template-areas:
      ". H4 H5 .";
}
#FlexGrid2 .H4
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: ;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid2 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid2 .H5
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 2px solid #00BFFF;
   border-radius: 4px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-evenly;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid2 ..
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: center;
   align-content: flex-start;
}
#wb_ResponsiveMenu1
{
   width: auto;
   height: 73px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-weight: normal;
   font-size: 16px;
}
#ResponsiveMenu1
{
   height: 69px;
}
#wb_ResponsiveMenu1 ul ul
{
   top: 69px;
}
#wb_ResponsiveMenu1 ul ul ul li
{
   left: 135px;
   top: -69px;
}
#wb_ResponsiveMenu1 > ul > li > a
{
   height: 39px;
}
#wb_ResponsiveMenu1 ul ul li
{
   width: 135px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text2
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 16px;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text3
{
   font-size: 29px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 33px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#CardContainer1
{
   visibility: visible;
   display: flex;
}
#CardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_Card16
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card16-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card16-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card16-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card16
{
   text-align: center;
}
#wb_Card16
{
   max-width: calc(33.33% - 16px);
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
   color: #212529;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 0px;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card1
{
   max-width: calc(33.33% - 16px);
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card2
{
   max-width: calc(33.33% - 16px);
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card3
{
   max-width: calc(33.33% - 16px);
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card4-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card4-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card4
{
   max-width: calc(33.33% - 16px);
}
#wb_Card5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card5-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card5
{
   max-width: calc(33.33% - 16px);
}
#wb_Card6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card6-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card6-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card6-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card6-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   text-align: left;
}
#wb_Card6
{
   max-width: calc(33.33% - 16px);
}
#wb_Card7
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card7-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card7-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card7-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card7-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card7
{
   max-width: calc(33.33% - 16px);
}
#wb_Card8
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card8-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card8-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card8
{
   max-width: calc(33.33% - 16px);
}
#wb_Card9
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card9-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card9-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card9-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card9
{
   max-width: calc(33.33% - 16px);
}
#wb_Card10
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card10-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card10-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card10-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card10-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card10
{
   text-align: center;
}
#wb_Card10
{
   max-width: calc(33.33% - 16px);
}
#wb_Card11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card11-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card11-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card11-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card11-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card11-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card11-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card11
{
   text-align: center;
}
#wb_Card11
{
   max-width: calc(33.33% - 16px);
}
#wb_Card12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card12-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card12-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card12-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card12-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card12-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   text-align: center;
}
#wb_Card12
{
   max-width: calc(33.33% - 16px);
}
#wb_Card13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card13-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card13-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card13-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card13-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card13
{
   max-width: calc(33.33% - 16px);
}
#wb_Card14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card14-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card14-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card14-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card14-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card14
{
   max-width: calc(33.33% - 16px);
}
#wb_Card15
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card15-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card15-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card15-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card15
{
   text-align: center;
}
#wb_Card15
{
   max-width: calc(33.33% - 16px);
}
#wb_Card17
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 8px 8px 8px 8px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 33.33%;
   align-self: auto;
}
#Card17-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card17-card-item2
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card17-card-item3
{
   display: inline-block;
   height: 38px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card17-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card17-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
}
#Card17-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card17
{
   text-align: center;
}
#wb_Card17
{
   max-width: calc(33.33% - 16px);
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#MasterPage1
{
   left: 0px;
   top: 0px;
   width: 380px;
   height: 467px;
   visibility: visible;
   display: inline;
}
#FlexGrid1
{
   visibility: visible;
   display: grid;
}
#FlexGrid1
{
   height: auto;
}
#FlexGrid1
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 0px;
   grid-template-columns: 1fr 2fr 1fr;
   grid-template-rows: auto;
   grid-template-areas:
      "H1 H2 H3";
}
#FlexGrid1 .H1
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: stretch;
}
#FlexGrid1 .nav
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid1 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-end;
}
#FlexGrid1 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   align-content: center;
}
#FlexGrid1 .H2
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid1 .H3
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-evenly;
   align-items: center;
   align-content: flex-start;
}
#wb_Text1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text1
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 18px;
}
#wb_Picture2
{
   width: 49px;
   height: 40px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_ShoppingCart1
{
   width: 25px;
   height: 27px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 10px 10px 10px 10px;
   color: #FFFFFF;
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
}
#wb_ShoppingCart1
{
   line-height: 27px;
}
#ShoppingCart1
{
   width: 25px;
   height: 27px;
}
#ShoppingCart1
{
   line-height: 27px;
   font-size: 25px;
   width: 24px;
   color: #FFFFFF;
}
#ShoppingCart1:hover
{
   fill: #FFFFFF;
}
#wb_ShoppingCart1:hover
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #000000;
}
#wb_Picture1
{
   width: 97px;
   height: 43px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   padding: 0;
}
#Picture1
{
   margin-left: auto;
   margin-right: auto;
}
#FlexGrid2
{
   visibility: visible;
   display: grid;
   background-color: #FFFFFF;
   background-image: none;
   background-image: none;
   border: 0px solid #DEE2E6;
}
#FlexGrid2
{
   height: auto;
}
#FlexGrid2
{
   margin: 0;
   grid-column-gap: 0px;
   grid-row-gap: 10px;
   grid-template-columns: 1fr;
   grid-template-rows: auto auto;
   grid-template-areas:
      "H4"
      "H5";
}
#FlexGrid2 .H4
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-around;
   align-items: flex-start;
   align-content: flex-start;
}
#FlexGrid2 .H5
{
   display: flex;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   align-content: space-around;
}
#FlexGrid2 .main
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
}
#FlexGrid2 .sidebar
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: column;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: flex-end;
   align-content: flex-start;
}
#FlexGrid2 .footer
{
   display: none;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   padding: 0;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: center;
   align-items: center;
   align-content: flex-start;
}
#wb_ResponsiveMenu1
{
   width: auto;
   height: 73px;
   visibility: visible;
   display: inline;
   margin: 0;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 100%;
   align-self: auto;
   text-align: left;
}
#wb_ResponsiveMenu1 ul li a
{
   font-weight: normal;
   font-size: 16px;
   text-decoration: none;
}
#wb_ResponsiveMenu1 ul li a, #wb_ResponsiveMenu1 .toggle
{
   font-weight: normal;
   font-size: 16px;
}
#ResponsiveMenu1
{
   height: 69px;
}
#wb_ResponsiveMenu1 ul ul
{
   top: 69px;
}
#wb_ResponsiveMenu1 ul ul ul li
{
   left: 135px;
   top: -69px;
}
#wb_ResponsiveMenu1 > ul > li > a
{
   height: 39px;
}
#wb_ResponsiveMenu1 ul ul li
{
   width: 135px;
}
#wb_Text2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text2
{
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 17px;
}
#wb_Text3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: inline;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
}
#wb_Text3
{
   font-size: 27px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 30px;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid4 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid4 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#CardContainer1
{
   visibility: visible;
   display: flex;
}
#CardContainer1
{
   padding: 10px 10px 10px 10px;
}
#wb_Card16
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card16-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card16-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card16-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card16-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card16
{
   text-align: center;
}
#wb_Card16
{
   max-width: calc(50% - 10px);
}
#wb_Card1
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
   color: #212529;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   background-color: #FFFFFF;
   background-image: none;
   border-radius: 0px;
}
#Card1-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card1-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card1
{
   text-align: left;
}
#wb_Card1
{
   max-width: calc(50% - 10px);
}
#wb_Card2
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card2-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card2-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card2-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card2
{
   max-width: calc(50% - 10px);
}
#wb_Card3
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card3-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card3-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card3
{
   max-width: calc(50% - 10px);
}
#wb_Card4
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card4-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card4-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card4
{
   max-width: calc(50% - 10px);
}
#wb_Card5
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card5-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card5
{
   max-width: calc(50% - 10px);
}
#wb_Card6
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card6-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card6-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card6-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card6
{
   text-align: left;
}
#wb_Card6
{
   max-width: calc(50% - 10px);
}
#wb_Card7
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card7-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card7-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card7-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card7
{
   max-width: calc(50% - 10px);
}
#wb_Card8
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card8-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card8-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card8-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card8-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card8
{
   max-width: calc(50% - 10px);
}
#wb_Card9
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card9-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card9-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card9-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card9-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card9
{
   text-align: center;
}
#wb_Card9
{
   max-width: calc(50% - 10px);
}
#wb_Card10
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card10-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card10-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card10-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card10-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card10
{
   text-align: center;
}
#wb_Card10
{
   max-width: calc(50% - 10px);
}
#wb_Card11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card11-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card11-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card11-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card11
{
   text-align: center;
}
#wb_Card11
{
   max-width: calc(50% - 10px);
}
#wb_Card12
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card12-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card12-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card12-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card12
{
   text-align: center;
}
#wb_Card12
{
   max-width: calc(50% - 10px);
}
#wb_Card13
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card13-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card13-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card13-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card13
{
   max-width: calc(50% - 10px);
}
#wb_Card14
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card14-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card14-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card14-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card14
{
   text-align: center;
}
#wb_Card14
{
   max-width: calc(50% - 10px);
}
#wb_Card15
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card15-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card15-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card15-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card15
{
   text-align: center;
}
#wb_Card15
{
   max-width: calc(50% - 10px);
}
#wb_Card17
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 5px 5px 5px 5px;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 50%;
   align-self: auto;
}
#Card17-card-header
{
   box-sizing: border-box;
   border-bottom: 1px solid #DEE2E6;
   border-radius: 3px 3px 0 0 !important;
   margin: 0;
   padding: 12px 20px 12px 20px;
   background-image: linear-gradient(to bottom, #FF57FF 0%, #FFFFFF 100%);
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card17-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   padding: 10px 10px 10px 10px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 10px 16px 10px 16px;
   border: 1px solid #FF4500;
   border-radius: 4px;
   background-color: #BA55D3;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 10px 10px 10px;
   text-decoration: none;
}
#Card17-card-item4
{
   box-sizing: border-box;
   margin: 0 0 5px 0 ;
   padding: 0;
   color: #212529;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-footer
{
   box-sizing: border-box;
   border-top: 1px solid #DEE2E6;
   border-radius: 0 0 3px 3px !important;
   margin: 0;
   padding: 8px 20px 8px 20px;
   background-color: #0032FF;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card17-card-footer a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card17
{
   text-align: center;
}
#wb_Card17
{
   max-width: calc(50% - 10px);
}
}
