body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.wb-theme-header
{
   background-color: #DDDDDD;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #444444;
   --background-color: rgba(221,221,221,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #444444;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #444444;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #444444;
   --icon-color: #FF0084;
   --colorize: invert(24%) sepia(99%) saturate(7499%) hue-rotate(322deg) brightness(103%) contrast(105%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #F6F6F6;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #0073EA;
   --background-color: rgba(246,246,246,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #0073EA;
}
.wb-theme-button:hover
{
   background-color: #0073EA;
   background-image: none;
   border: 1px solid #0073EA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(0,115,234,1.00);
   --border-color: #0073EA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #FF0084;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #FF0084;
}
.darktheme .wb-theme-header
{
   background-color: #444444;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #DDDDDD;
   --background-color: rgba(68,68,68,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #DDDDDD;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #F7F7F7;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #F7F7F7;
   --icon-color: #FF0084;
   --colorize: invert(41%) sepia(100%) saturate(7499%) hue-rotate(319deg) brightness(97%) contrast(114%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #0073EA;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #F6F6F6;
   --background-color: rgba(0,115,234,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #F6F6F6;
}
.darktheme .wb-theme-button:hover
{
   background-color: #0073EA;
   background-image: none;
   border: 1px solid #0073EA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(0,115,234,1.00);
   --border-color: #0073EA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #FF0084;
   background-image: none;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   color: #FDFDFD;
   --background-color: rgba(255,0,132,1.00);
   --border-color: #DDDDDD;
   --border-width: 1px;
   --color: #FDFDFD;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #7B68EE;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 8px 0 8px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   flex: 0 0 auto;
   height: 49px;
}
#LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 8.33333333%;
   max-width: 8.33333333%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 91.66666667%;
   max-width: 91.66666667%;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .col-1, #LayoutGrid1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_homeLayoutGrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Snapshot_3.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#homeLayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 40px 0 70px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#homeLayoutGrid > .col-1, #homeLayoutGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#homeLayoutGrid > .col-1, #homeLayoutGrid > .col-2
{
   flex: 0 0 auto;
}
#homeLayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#homeLayoutGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 83.33333333%;
   max-width: 83.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#homeLayoutGrid > .col-1, #homeLayoutGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#homeLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #000000;
   opacity: 0.59;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#Heading1 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #7B68EE;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 50px;
   height: 49px;
   vertical-align: top;
}
.menu-collapser 
{
   position: relative;
   background-color: #7B68EE;
   color: #FFFFFF;
   width: 100%;
   height: 39px;
   line-height: 39px;
   font-family: Verdana;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   padding: 0 8px;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box
}
.collapse-button 
{
   position: absolute;
   right: 8px;
   top: 50%;
   width: 40px;
   background-color: #0E0E0E;
   border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
   border-radius: 2px;
   border-style: solid;
   border-width: 1px;
   color: #FFFFFF;
   padding: 7px 10px;
   cursor: pointer;
   font-size: 14px;
   text-align: center;
   transform: translate(0, -50%);
   -o-transform: translate(0, -50%);
   -ms-transform: translate(0, -50%);
   -moz-transform: translate(0, -50%);
   -webkit-transform: translate(0, -50%);
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
.collapse-button .icon-bar
{
   background-color: #FFFFFF;
   border-radius: 1px 1px 1px 1px;
   display: block;
   height: 2px;
   width: 18px;
   margin: 2px 0;
}
#Extension1
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   width: 100%;
}
#Extension1 *
{
   margin: 0;
   padding: 0;
}
#Extension1 a
{
   text-decoration: none;
}
#Extension1 li 
{
   position: relative;
   display: inline-block;
   background-color: #7B68EE;
}
#Extension1 > li 
{ 
   margin-right: -5px; 
   border-left: 1px solid #999;
}
#Extension1 > li:first-child 
{ 
   border-left: 0;
}
#Extension1 > li:last-child 
{ 
   margin-right: 0;
}
#Extension1 li a 
{
   display: block;
   color: #FFFFFF;
   padding: 10px 24px 10px 12px;
   font-family: Verdana;
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   transition: background-color 0.5s ease-out;
   -o-transition: background-color 0.5s ease-out;
   -moz-transition: background-color 0.5s ease-out;
   -webkit-transition: background-color 0.5s ease-out;
}
#Extension1 li a:hover 
{
   background-color: #D8BFD8;
   color: #000000;
   text-decoration: none;
}
#Extension1 li .sub-collapser 
{
   background-color: rgba(123,104,238,0.08);
   position: absolute;
   right: 0;
   top: 0;
   width: 39px;
   height: 100%;
   text-align: center;
   z-index: 999;
   cursor: pointer;
}
#Extension1 li .sub-collapser:before 
{
   content: "";
   display: inline-block;
   height: 100%;
   vertical-align: middle;
   margin-right: -0.25em;
}
#Extension1 li .sub-collapser > i 
{
   color: #FFFFFF;
   font-size: 18px;
   display: inline-block;
   vertical-align: middle;
}
#Extension1 li ul 
{
   margin: 0;
   list-style-type: none;
}
#Extension1 li ul li 
{ 
   background-color: #8A2BE2;
   width: 100%;
}
#Extension1 li ul li a
{ 
   color: #FFFFFF;
}
#Extension1 li ul li a:hover
{ 
   background-color: #D8BFD8;
   color: #000000;
}
#Extension1 li > ul 
{
   display: none;
   position: absolute;
   left: 0;
   top: 100%;
   z-index: 999;
   width: 100%;
}
#Extension1 li > ul > li ul 
{
   display: none;
   position: absolute;
   left: 100%;
   top: 0;
   z-index: 999;
   width: 100%;
}
#Extension1.collapsed li 
{
   display: block;
   width: 100%;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
#Extension1.collapsed li a 
{
   display: block;
   border-bottom: 1px solid rgba(123,104,238,0.08);
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
}
#Extension1.collapsed li .sub-collapser 
{
   height: 40px;
}
#Extension1.collapsed li > ul 
{
   display: none;
   position: static;
}
#wb_homeText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 10px 10px 10px 10px;
   margin: 0 0 25px 0 ;
   text-align: left;
}
#wb_homeText
{
   color: #FFFFFF;
   font-family: Tahoma;
   font-weight: 400;
   font-size: 24px;
   line-height: 29px;
}
#wb_homeText p, #wb_homeText ul
{
   margin: 0;
   padding: 0;
}
#wb_homeText
{
   display: block;
   margin: 0 0 25px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text3 div
{
   text-align: left;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Button1
{
   box-sizing: border-box;
   line-height: 34px;
   text-decoration: none;
   vertical-align: top;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
#wb_LayoutGrid2
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Footer.png');
   background-repeat: repeat-x;
   background-position: center top;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 12px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1 div
{
   text-align: center;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
