body
{
   border-width: 0 !important;
   font-weight: normal;
   font-size: 19px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
.visibility-hidden
{
   visibility: hidden;
}
.wb-theme-header
{
   background-color: #CC0000;
   background-image: none;
   border: 1px solid #E3A1A1;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(204,0,0,1.00);
   --border-color: #E3A1A1;
   --border-width: 1px;
   --color: #FFFFFF;
}
.wb-theme-content
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #EEEEEE;
   border-radius: 0px;
   color: #333333;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #EEEEEE;
   --border-width: 1px;
   --color: #333333;
   --icon-color: #CC0000;
   --colorize: invert(11%) sepia(90%) saturate(5492%) hue-rotate(3deg) brightness(86%) contrast(116%);
}
.wb-theme-button, .wb-theme-static
{
   background-color: #EEEEEE;
   background-image: none;
   border: 1px solid #D8DCDF;
   border-radius: 0px;
   color: #004276;
   --background-color: rgba(238,238,238,1.00);
   --border-color: #D8DCDF;
   --border-width: 1px;
   --color: #004276;
}
.wb-theme-button:hover
{
   background-color: #F6F6F6;
   background-image: none;
   border: 1px solid #CDD5DA;
   border-radius: 0px;
   color: #111111;
   --background-color: rgba(246,246,246,1.00);
   --border-color: #CDD5DA;
   --border-width: 1px;
   --color: #111111;
}
.wb-theme-button.active, .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #EEEEEE;
   border-radius: 0px;
   color: #CC0000;
   --background-color: rgba(255,255,255,1.00);
   --border-color: #EEEEEE;
   --border-width: 1px;
   --color: #CC0000;
}
.darktheme .wb-theme-header
{
   background-color: #CC0000;
   background-image: none;
   border: 1px solid #E3A1A1;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(204,0,0,1.00);
   --border-color: #E3A1A1;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-content
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #DEE2E6;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #DEE2E6;
   --icon-color: #CC0000;
   --colorize: invert(8%) sepia(98%) saturate(7326%) hue-rotate(22deg) brightness(109%) contrast(117%);
}
.darktheme .wb-theme-button, .darktheme .wb-theme-static
{
   background-color: #000000;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(0,0,0,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button:hover
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #CDD5DA;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #CDD5DA;
   --border-width: 1px;
   --color: #FFFFFF;
}
.darktheme .wb-theme-button.active, .darktheme .wb-theme-button:active, .active > .wb-theme-button
{
   background-color: #212529;
   background-image: none;
   border: 1px solid #495057;
   border-radius: 0px;
   color: #FFFFFF;
   --background-color: rgba(33,37,41,1.00);
   --border-color: #495057;
   --border-width: 1px;
   --color: #FFFFFF;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   border: 0px solid #EEEEEE;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   height: 100vh;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid1-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#LayoutGrid1-video video
{
   object-fit: cover;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
#wb_divider2LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 25vh;
   background-color: transparent;
   background-image: url('/pics/vido-only-1-white.svg');
   background-repeat: no-repeat;
   background-position: center center;
   border: 0px solid transparent;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#divider2LayoutGrid
{
   box-sizing: border-box;
   height: 25vh;
   padding: 80px 15px 20px 15px;
   margin-right: auto;
   margin-left: auto;
}
#divider2LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#divider2LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#divider2LayoutGrid > .row > .col-1
{
   float: left;
}
#divider2LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#divider2LayoutGrid:before,
#divider2LayoutGrid:after,
#divider2LayoutGrid .row:before,
#divider2LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#divider2LayoutGrid:after,
#divider2LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#divider2LayoutGrid > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_new_1Icon1
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_new_1Icon1 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_new_1Icon1:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid #245580;
}
#new_1Icon1
{
   height: 24px;
   width: 24px;
}
#new_1Icon1 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_new_1Icon1:hover #new_1Icon1 i
{
   color: #FFFFFF;
}
#wb_new_1Icon3
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_new_1Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_new_1Icon3:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid #245580;
}
#new_1Icon3
{
   height: 24px;
   width: 24px;
}
#new_1Icon3 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 24px;
}
#wb_new_1Icon3:hover #new_1Icon3 i
{
   color: #FFFFFF;
}
#wb_new_1Icon4
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_new_1Icon4 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_new_1Icon4:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid #245580;
}
#new_1Icon4
{
   height: 24px;
   width: 24px;
}
#new_1Icon4 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_new_1Icon4:hover #new_1Icon4 i
{
   color: #FFFFFF;
}
#wb_new_1Icon5
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_new_1Icon5 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_new_1Icon5:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid #245580;
}
#new_1Icon5
{
   height: 24px;
   width: 24px;
}
#new_1Icon5 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_new_1Icon5:hover #new_1Icon5 i
{
   color: #FFFFFF;
}
#wb_new_1Icon6
{
   background-color: #000000;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#wb_new_1Icon6 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#wb_new_1Icon6:hover
{
   background-color: #FF0000;
   background-image: none;
   border: 0px solid #245580;
}
#new_1Icon6
{
   height: 24px;
   width: 24px;
}
#new_1Icon6 i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 28px;
}
#wb_new_1Icon6:hover #new_1Icon6 i
{
   color: #FFFFFF;
}
#wb_features6CardContainer
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#features6CardContainer
{
   position: relative;
   padding: 100px 0 100px 0;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#features6CardContainer .owl-dots, #features6CardContainer .owl-nav
{
   text-align: center;
}
#features6CardContainer .owl-nav [class*=owl-]
{
   opacity: 0.7;
   color: #0D6EFD;
   font-size: 48px;
   line-height: 48px;
   display: inline-block;
   cursor: pointer;
   pointer-events: all;
}
#features6CardContainer .owl-nav [class*=owl-]:hover
{
   opacity: 1;
   color: #0D6EFD;
   text-decoration: none;
}
#features6CardContainer .owl-nav .disabled
{
   opacity: .5;
   cursor: default;
}
#features6CardContainer .owl-nav.disabled+.owl-dots
{
   margin-top: 10px;
}
#features6CardContainer .owl-nav
{
   position:  absolute;
   top: 0;
   display:  none;
   align-items: center;
   justify-content: space-between;
  pointer-events: none;
   width: calc(100% - 0px);
   height: calc(100% - 122px);
}
#features6CardContainer .owl-nav button.owl-prev, #features6CardContainer button.owl-next
{
   height: 48px;
   width: 48px;
   border-radius: 50%;
   background-color: rgba(255,255,255, 0.5);
}
#features6CardContainer .owl-dots .owl-dot
{
   display: inline-block;
   zoom: 1;
}
#features6CardContainer .owl-dots .owl-dot span
{
   width: 12px;
   height: 12px;
   margin: 10px 10px;
   background: #D6D6D6;
   display: block;
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   transition: opacity 200ms ease;
   border-radius: 50%;
}
#features6CardContainer .owl-dots .owl-dot.active span, #features6CardContainer .owl-dots .owl-dot:hover span
{
   background: #0D6EFD;
}
#wb_features6Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 4px;
   text-align: center;
}
#features6Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#features6Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: 100px;
}
#features6Card1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#features6Card1-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#features6Card1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#features6Card1-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid transparent;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_features6Card1:hover #features6Card1-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#features6Card1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_features6Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 4px;
   text-align: center;
}
#features6Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#features6Card2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#features6Card2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#features6Card2-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#features6Card2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#features6Card2-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_features6Card2:hover #features6Card2-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#features6Card2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_features6Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#features6Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#features6Card3-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#features6Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#features6Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#features6Card3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#features6Card3-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid transparent;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_features6Card3:hover #features6Card3-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#features6Card3-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_intro1LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#intro1LayoutGrid
{
   box-sizing: border-box;
   padding: 0 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#intro1LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#intro1LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#intro1LayoutGrid > .row > .col-1
{
   float: left;
}
#intro1LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#intro1LayoutGrid:before,
#intro1LayoutGrid:after,
#intro1LayoutGrid .row:before,
#intro1LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#intro1LayoutGrid:after,
#intro1LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#intro1LayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_text2LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#text2LayoutGrid
{
   box-sizing: border-box;
   padding: 20px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#text2LayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#text2LayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#text2LayoutGrid > .row > .col-1
{
   float: left;
}
#text2LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#text2LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#text2LayoutGrid:before,
#text2LayoutGrid:after,
#text2LayoutGrid .row:before,
#text2LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#text2LayoutGrid:after,
#text2LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#text2LayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_text2Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#text2Heading
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_text2Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_text2Text
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 16px;
}
#wb_text2Text p, #wb_text2Text ul
{
   margin: 0;
   padding: 0;
}
#wb_text2Text
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_validatorsCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#validatorsCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#validatorsCard1-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#validatorsCard1-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard1-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#validatorsCard1-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard1-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid transparent;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_validatorsCard1:hover #validatorsCard1-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#validatorsCard1-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_validatorsCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#validatorsCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#validatorsCard2-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   max-width: 100px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 100px;
}
#validatorsCard2-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard2-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#validatorsCard2-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard2-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid transparent;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_validatorsCard2:hover #validatorsCard2-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#validatorsCard2-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_validatorsHeading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 20px 0 20px 0;
   text-align: center;
}
#validatorsHeading1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_validatorsText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: center;
}
#wb_validatorsText1
{
   color: #FFFFFF;
   font-family: Arial;
   font-weight: 400;
   font-size: 16px;
   line-height: 18px;
}
#wb_validatorsText1 p, #wb_validatorsText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_validatorsText1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_validatorsCardContainer1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#validatorsCardContainer1
{
   position: relative;
   padding: 100px 0 100px 0;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#validatorsCardContainer1 .owl-dots, #validatorsCardContainer1 .owl-nav
{
   text-align: center;
}
#validatorsCardContainer1 .owl-nav [class*=owl-]
{
   opacity: 0.7;
   color: #0D6EFD;
   font-size: 48px;
   line-height: 48px;
   display: inline-block;
   cursor: pointer;
   pointer-events: all;
}
#validatorsCardContainer1 .owl-nav [class*=owl-]:hover
{
   opacity: 1;
   color: #0D6EFD;
   text-decoration: none;
}
#validatorsCardContainer1 .owl-nav .disabled
{
   opacity: .5;
   cursor: default;
}
#validatorsCardContainer1 .owl-nav.disabled+.owl-dots
{
   margin-top: 10px;
}
#validatorsCardContainer1 .owl-nav
{
   position:  absolute;
   top: 0;
   display:  none;
   align-items: center;
   justify-content: space-between;
  pointer-events: none;
   width: calc(100% - 0px);
   height: calc(100% - 122px);
}
#validatorsCardContainer1 .owl-nav button.owl-prev, #validatorsCardContainer1 button.owl-next
{
   height: 48px;
   width: 48px;
   border-radius: 50%;
   background-color: rgba(255,255,255, 0.5);
}
#validatorsCardContainer1 .owl-dots .owl-dot
{
   display: inline-block;
   zoom: 1;
}
#validatorsCardContainer1 .owl-dots .owl-dot span
{
   width: 12px;
   height: 12px;
   margin: 10px 10px;
   background: #D6D6D6;
   display: block;
   -webkit-backface-visibility: visible;
   backface-visibility: visible;
   transition: opacity 200ms ease;
   border-radius: 50%;
}
#validatorsCardContainer1 .owl-dots .owl-dot.active span, #validatorsCardContainer1 .owl-dots .owl-dot:hover span
{
   background: #0D6EFD;
}
#wb_validatorsCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 4px;
   text-align: center;
}
#validatorsCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#validatorsCard3-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: 100px;
}
#validatorsCard3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard3-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#validatorsCard3-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard3-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid transparent;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_validatorsCard3:hover #validatorsCard3-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#validatorsCard3-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_validatorsCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 4px;
   text-align: center;
}
#validatorsCard4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#validatorsCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 4px 4px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: 100px;
}
#validatorsCard4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard4-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#validatorsCard4-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard4-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid #000000;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_validatorsCard4:hover #validatorsCard4-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#validatorsCard4-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_validatorsCard5
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#validatorsCard5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#validatorsCard5-card-item0
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#validatorsCard5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard5-card-item2
{
   box-sizing: border-box;
   margin: 20px 30px 30px 30px;
   padding: 0;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#validatorsCard5-card-item3
{
   box-sizing: border-box;
   margin: 0;
   border-top: 20px transparent solid;
   border-width: 20px 0 0 0;
   height: 0;
   line-height: 0;
}
#validatorsCard5-card-item4
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   border: 0px solid transparent;
   border-radius: 4px;
   background-color: #000000;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_validatorsCard5:hover #validatorsCard5-card-item4
{
   background-color: #FF0000;
   transition: background-color 500ms linear 0ms;
}
#validatorsCard5-card-item4 a
{
   color: inherit;
   display: block;
   padding: 15px 30px 15px 30px;
   text-decoration: none;
}
#wb_new_1LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#new_1LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 5px 0 5px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#new_1LayoutGrid1 > .col-1, #new_1LayoutGrid1 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#new_1LayoutGrid1 > .col-1, #new_1LayoutGrid1 > .col-2
{
   flex: 0 0 auto;
}
#new_1LayoutGrid1 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#new_1LayoutGrid1 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-end;
   text-align: right;
}
@media (max-width: 768px)
{
#new_1LayoutGrid1 > .col-1, #new_1LayoutGrid1 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
