body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 17px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #808080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#wb_headerGrid
{
   clear: both;
   position: -webkit-sticky;
   position: sticky;
   top: 0;
   z-index: 7776;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(245,247,245,0.80);
   background-image: none;
   border: 0px solid #333333;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#headerGrid
{
   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: 1200px;
}
#headerGrid > .col-1, #headerGrid > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#headerGrid > .col-1, #headerGrid > .col-2
{
   flex: 0 0 auto;
}
#headerGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 41.66666667%;
   max-width: 41.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headerGrid > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 58.33333333%;
   max-width: 58.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#headerGrid > .col-1, #headerGrid > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
@media all and (max-width:768px) 
{
#wb_headerGrid
{
   display: table !important;
   position: relative !important;
}
#headerGrid
{
}
#headerGrid > [class^="col-"]
{
   justify-content: center;
   text-align: center;
}
}
#wb_triathlon
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/biking_triathlon.jpg');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#triathlon
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#triathlon > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#triathlon > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#triathlon > .row > .col-1
{
   float: left;
}
#triathlon > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#triathlon:before,
#triathlon:after,
#triathlon .row:before,
#triathlon .row:after
{
   display: table;
   content: " ";
}
#triathlon:after,
#triathlon .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#triathlon > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#triathlon-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #808080;
   opacity: 0.2;
}
#wb_eat
{
   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;
}
#eat
{
   box-sizing: border-box;
   padding: 15px 10px 15px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#eat > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#eat > .row > .col-1, #eat > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#eat > .row > .col-1, #eat > .row > .col-2
{
   float: left;
}
#eat > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#eat > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#eat:before,
#eat:after,
#eat .row:before,
#eat .row:after
{
   display: table;
   content: " ";
}
#eat:after,
#eat .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#eat > .row > .col-1, #eat > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_run
{
   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;
}
#run
{
   box-sizing: border-box;
   padding: 15px 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#run > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#run > .row > .col-1, #run > .row > .col-2, #run > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#run > .row > .col-1, #run > .row > .col-2, #run > .row > .col-3
{
   float: left;
}
#run > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#run > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#run > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#run:before,
#run:after,
#run .row:before,
#run .row:after
{
   display: table;
   content: " ";
}
#run:after,
#run .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#run > .row > .col-1, #run > .row > .col-2, #run > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_swim
{
   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;
}
#swim
{
   box-sizing: border-box;
   padding: 10px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#swim > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#swim > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#swim > .row > .col-1
{
   float: left;
}
#swim > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#swim:before,
#swim:after,
#swim .row:before,
#swim .row:after
{
   display: table;
   content: " ";
}
#swim:after,
#swim .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#swim > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7
{
   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;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 15px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid7 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_bike
{
   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;
}
#bike
{
   box-sizing: border-box;
   padding: 10px 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#bike > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#bike > .row > .col-1, #bike > .row > .col-2, #bike > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#bike > .row > .col-1, #bike > .row > .col-2, #bike > .row > .col-3
{
   float: left;
}
#bike > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#bike > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#bike > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#bike:before,
#bike:after,
#bike .row:before,
#bike .row:after
{
   display: table;
   content: " ";
}
#bike:after,
#bike .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#bike > .row > .col-1, #bike > .row > .col-2, #bike > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 100px 0 20px 0 ;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #FC9A03;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
}
#wb_welcomeText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_welcomeText
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 24px;
   line-height: 32.5px;
}
#wb_welcomeText p, #wb_welcomeText ul
{
   margin: 0;
   padding: 0;
}
#wb_welcomeText
{
   display: block;
   margin: 0 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_servicesCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#servicesCard4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#servicesCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#servicesCard4-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#servicesCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#servicesCard4-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#servicesCard4-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_team
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FAFAFA;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#team
{
   box-sizing: border-box;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#team > .row
{
   margin-right: 0;
   margin-left: 0;
}
#team > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#team > .row > .col-1
{
   float: left;
}
#team > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#team:before,
#team:after,
#team .row:before,
#team .row:after
{
   display: table;
   content: " ";
}
#team:after,
#team .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#team > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/thessaloniki_phoenix9.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 25px 10px 25px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#LayoutGrid2 > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   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: 768px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#LayoutGrid2-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #FFFFFF;
   opacity: 0.2;
}
#wb_triathlo
{
   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;
}
#triathlo
{
   box-sizing: border-box;
   padding: 20px 5px 20px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#triathlo > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#triathlo > .row > .col-1, #triathlo > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#triathlo > .row > .col-1, #triathlo > .row > .col-2
{
   float: left;
}
#triathlo > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#triathlo > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#triathlo:before,
#triathlo:after,
#triathlo .row:before,
#triathlo .row:after
{
   display: table;
   content: " ";
}
#triathlo:after,
#triathlo .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#triathlo > .row > .col-1, #triathlo > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_faqGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/ΚαλλίτσηςΝικήτας_ΓείτοναςΧρήστος.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 40px 0 50px 0 ;
}
#faqGrid
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#faqGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#faqGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#faqGrid > .row > .col-1
{
   float: left;
}
#faqGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#faqGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#faqGrid:before,
#faqGrid:after,
#faqGrid .row:before,
#faqGrid .row:after
{
   display: table;
   content: " ";
}
#faqGrid:after,
#faqGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#faqGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#faqGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #424242;
   opacity: 0.76;
}
#wb_benefitsGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F5F5F5;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#benefitsGrid
{
   box-sizing: border-box;
   padding: 0 10px 0 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#benefitsGrid > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#benefitsGrid > .row > .col-1, #benefitsGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#benefitsGrid > .row > .col-1, #benefitsGrid > .row > .col-2
{
   float: left;
}
#benefitsGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#benefitsGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#benefitsGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: center;
}
#benefitsGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#benefitsGrid:before,
#benefitsGrid:after,
#benefitsGrid .row:before,
#benefitsGrid .row:after
{
   display: table;
   content: " ";
}
#benefitsGrid:after,
#benefitsGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#benefitsGrid > .row > .col-1, #benefitsGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_thessaloniki
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
}
#thessaloniki
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#thessaloniki > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#thessaloniki > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#thessaloniki > .row > .col-1
{
   float: left;
}
#thessaloniki > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#thessaloniki > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 8px 8px 8px 8px;
}
#thessaloniki:before,
#thessaloniki:after,
#thessaloniki .row:before,
#thessaloniki .row:after
{
   display: table;
   content: " ";
}
#thessaloniki:after,
#thessaloniki .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#thessaloniki > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_contactIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 50px 0 10px 0 ;
   padding: 0;
   vertical-align: top;
   display:inline-block;
   position:relative;
}
#contactIcon
{
   height: 28px;
   width: 28px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#contactIcon i
{
   color: #8FBC8F;
   display: inline-block;
   font-size: 28px;
   line-height: 28px;
   vertical-align: middle;
}
#wb_contactIcon:hover #contactIcon i
{
   color: #337AB7;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#Heading5
{
   color: #EDEFEB;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_contactText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_contactText1
{
   color: #EDEFEB;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 19px;
   line-height: 25.5px;
}
#wb_contactText1 p, #wb_contactText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_contactText1
{
   display: block;
   margin: 0 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_olympic
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#olympic
{
   box-sizing: border-box;
   padding: 100px 15px 100px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#olympic > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#olympic > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#olympic > .row > .col-1
{
   float: left;
}
#olympic > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#olympic:before,
#olympic:after,
#olympic .row:before,
#olympic .row:after
{
   display: table;
   content: " ";
}
#olympic:after,
#olympic .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#olympic > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#olympic-video
{
   background: #000000;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: hidden;
   z-index: -99;
}
#olympic-video iframe
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   pointer-events: none;
}
#wb_gallery
{
   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;
}
#gallery
{
   box-sizing: border-box;
   padding: 20px 10px 40px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#gallery > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#gallery > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#gallery > .row > .col-1
{
   float: left;
}
#gallery > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#gallery:before,
#gallery:after,
#gallery .row:before,
#gallery .row:after
{
   display: table;
   content: " ";
}
#gallery:after,
#gallery .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#gallery > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_mail
{
   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;
}
#mail
{
   box-sizing: border-box;
   padding: 20px 10px 20px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#mail > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#mail > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#mail > .row > .col-1
{
   float: left;
}
#mail > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#mail:before,
#mail:after,
#mail .row:before,
#mail .row:after
{
   display: table;
   content: " ";
}
#mail:after,
#mail .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#mail > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/contact_triathleta.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   padding: 20px 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#contact > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   float: left;
}
#contact > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#contact > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#contact > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
   display: table;
   content: " ";
}
#contact:after,
#contact .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#contact-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #FFFFFF;
   opacity: 0.2;
}
#wb_address
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/paidiko-triathlo5.jpg');
   background-repeat: repeat;
   background-position: left top;
   background-attachment: fixed;
   background-position: 50% 0;
   background-size: cover;
   border: 0px solid #DEE2E6;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#address
{
   box-sizing: border-box;
   padding: 25px 5px 25px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#address > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#address > .row > .col-1, #address > .row > .col-2, #address > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#address > .row > .col-1, #address > .row > .col-2, #address > .row > .col-3
{
   float: left;
}
#address > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#address > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#address > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#address:before,
#address:after,
#address .row:before,
#address .row:after
{
   display: table;
   content: " ";
}
#address:after,
#address .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#address > .row > .col-1, #address > .row > .col-2, #address > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#address-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #FFFFFF;
   opacity: 0.4;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 50px 0 30px 0 ;
   padding: 0;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 37px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_teamCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0000FF;
   border-radius: 16px;
   text-align: center;
}
#teamCard2-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#teamCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#teamCard2-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 15px 30px;
   padding: 0;
}
#teamCard2-card-item1 h4
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 50px 0 50px 0 ;
   padding: 0;
   text-align: center;
}
#Heading3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_featuresCard4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 16px;
   text-align: left;
}
#featuresCard4-card-body
{
   padding: 30px 30px 30px 30px;
   flex: 1 1 auto;
   font-size: 0;
}
#featuresCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#featuresCard4-card-item0 i
{
   color: #0000FF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#featuresCard4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 16px 16px !important;
   margin: 0;
   padding: 10px 0 0 0;
}
#featuresCard4-card-item1 p
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#faqAccordion
{
   width: 100%;
   height: 100%;
}
#wb_faqAccordion .ui-helper-reset
{
   line-height: normal !important;
}
#faqAccordion h4.ui-accordion-header
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 21px;
   font-style: normal;
   outline: none;
   padding: 10px 0 10px 0;
   text-align: left;
}
#faqAccordion .ui-accordion-header:not(:first-child)
{
   margin-top: -1px;
}
#faqAccordion h4
{
   display: block;
   margin: 0;
}
#faqAccordion .ui-accordion-header .ui-icon
{
   position: absolute !important;
   right: 10px;
   top: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   align-content: center;
   height: 100%;
   width: 32px;
   box-sizing: border-box;
   background-image: none;
   fill: currentColor;
   margin: 0;
}
#faqAccordion .icon-default
{
   display: block;
   flex: 1;
   padding: 2px;
}
#faqAccordion .icon-active
{
   display: none;
   flex: 1;
   padding: 2px;
}
#faqAccordion .ui-state-active .icon-default
{
   display: none;
}
#faqAccordion .ui-state-active .icon-active
{
   display: block;
}
#faqAccordion .ui-accordion-content
{
   padding: 10px 0 10px 0;
   position: relative;
   font-size: 0;
   text-align: left;
}
#faqAccordion, #faqAccordion > .ui-corner-all, #faqAccordion > .ui-corner-top
{
   border-top-left-radius: 0px;
   border-top-right-radius: 0px;
}
#faqAccordion .ui-corner-all, #faqAccordion .ui-corner-bottom
{
   border-bottom-right-radius: 0px;
   border-bottom-left-radius: 0px;
}
#faqAccordion .ui-widget-content
{
   border-color: rgba(44,87,155,1.00);
   border-width: 0px;
   background-color: rgba(44,87,155,0.00);
   background-image: none;
   color: transparent;
}
#faqAccordion .ui-state-default
{
   border-color: rgba(44,87,155,1.00);
   border-width: 0px;
   background-color: rgba(44,87,155,0.00);
   background-image: none;
   color: #FFFFFF;
}
#faqAccordion .ui-state-hover
{
   border-color: rgba(44,87,155,1.00);
   border-width: 0px;
   background-color: rgba(44,87,155,0.00);
   background-image: none;
   color: #FFFFFF;
}
#faqAccordion .ui-state-active
{
   border-color: rgba(44,87,155,1.00);
   border-width: 0px;
   background-color: rgba(44,87,155,0.00);
   background-image: none;
   color: #FFFFFF;
}
#faqAccordion .ui-accordion-header:nth-of-type(1)
{
   border-color: #00BFFF;
   background: #00BFFF;
}
#faqAccordion .ui-accordion-header:nth-of-type(2)
{
   border-color: #FFFF00;
   background: #FFFF00;
}
#faqAccordion .ui-accordion-header:nth-of-type(3)
{
   border-color: #FF0000;
   background: #FF0000;
}
#faqAccordion .ui-accordion-header:nth-of-type(4)
{
   border-color: #FC9A03;
   background: #FC9A03;
}
#wb_faqAccordion
{
   margin: 0;
   position: relative;
}
#wb_faqText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_faqText1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_faqText1 div
{
   text-align: left;
}
#wb_faqText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_faqText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_faqText2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_faqText2 div
{
   text-align: left;
}
#wb_faqText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_faqText3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_faqText3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 24px;
}
#wb_faqText3 div
{
   text-align: left;
}
#wb_faqText3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_faqText4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_faqText4
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 19px;
   line-height: 28px;
}
#wb_faqText4 div
{
   text-align: left;
}
#wb_faqText4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 15px 0 ;
   padding: 0;
   text-align: left;
}
#Heading4
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_benefitsImage
{
   margin: 0;
   vertical-align: top;
}
#benefitsImage
{
   border: 0px solid #000000;
   border-radius: 16px;
   box-sizing: border-box;
   padding: 0;
   filter: drop-shadow(0px 0px 25px rgba(0,0,0,0.12));
   display: block;
   width: 100%;
   height: auto;
   max-width: 374px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_benefitsCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 15px;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#benefitsCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#benefitsCard1-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#benefitsCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard1-card-item2 p
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 15px;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#benefitsCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#benefitsCard2-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#benefitsCard2-card-item1 h4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#benefitsCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard2-card-item2 label
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 15px;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#benefitsCard3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#benefitsCard3-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#benefitsCard3-card-item1 h3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#benefitsCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard3-card-item2 p
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#welcomeButton
{
   box-sizing: border-box;
   line-height: 46px;
   text-decoration: none;
   vertical-align: top;
   border: 0px solid #000000;
   border-radius: 255px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0 0 100px 0 ;
}
#welcomeButton:focus
{
   outline: 0;
}
#welcomeButton:hover
{
   transform: rotate(0deg) ;
   transform: rotate(0deg) scale(1.05,1.05) ;
   transition: transform 50ms linear 0ms, transform 50ms linear 0ms;
}
#wb_facebook
{
   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;
}
#facebook
{
   box-sizing: border-box;
   padding: 10px 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#facebook > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#facebook > .row > .col-1, #facebook > .row > .col-2, #facebook > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#facebook > .row > .col-1, #facebook > .row > .col-2, #facebook > .row > .col-3
{
   float: left;
}
#facebook > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#facebook > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#facebook > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#facebook:before,
#facebook:after,
#facebook .row:before,
#facebook .row:after
{
   display: table;
   content: " ";
}
#facebook:after,
#facebook .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#facebook > .row > .col-1, #facebook > .row > .col-2, #facebook > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_news
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   position: relative;
}
#news
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
   background-color: transparent;
   background-image: none;
   box-sizing: border-box;
   font-size: 0;
}
#news
{
   overflow: hidden;
}
#news .swiper-slide
{
   width: calc((100% - 50px) / 5);
}
#news .swiper-pagination-bullet
{
   width: 10px;
   height: 10px;
   margin: 8px 6px;
   background: #D6D6D6;
   opacity: 1;
}
#news .swiper-pagination-bullet-active
{
   background: #1E90FF;
}
#wb_footerGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #DCDCDC;
   background-image: none;
   border: 1px solid #2F4F4F;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerGrid
{
   box-sizing: border-box;
   padding: 30px 15px 40px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#footerGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerGrid > .row > .col-1
{
   float: left;
}
#footerGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footerGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 5px 0 5px;
}
#footerGrid:before,
#footerGrid:after,
#footerGrid .row:before,
#footerGrid .row:after
{
   display: table;
   content: " ";
}
#footerGrid:after,
#footerGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footerGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#footerGrid-divider-bottom
{
   overflow: hidden;
   position: absolute;
   line-height: 0;
   bottom: 0%;
   left: 0;
   width: 100%;
   height: 50px;
}
#footerGrid-divider-bottom svg
{
   display: block;
   width: 100%;
   height: 100%;
   position: relative;
   left: 50%;
   transform: translateX(-50%);
}
#footerGrid-divider-bottom .divider-fill
{
   fill: rgba(0,0,0,1.00);
   transform-origin: bottom;
   transform: rotateY(0deg);
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_footerText2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 19px;
}
#wb_footerText2 p, #wb_footerText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText2
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerImage
{
   margin: 20px 0 20px 0 ;
   vertical-align: top;
}
#footerImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 200px;
   height: 85px;
   vertical-align: top;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#Card1-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#Card2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card2-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text1
{
   display: block;
   margin: 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_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_OverlayMenu1
{
   position: relative;
}
#wb_OverlayMenu1
{
   margin: 0;
}
#OverlayMenu1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   cursor: pointer;
   user-select: none;
}
#OverlayMenu1:hover
{
   background-color: #EDEDED;
   background-image: none;
   border-color: #FFFFFF;
}
#OverlayMenu1
{
   display: block;
   width: 638px;
   height: 54px;
   position: relative;
   overflow: hidden;
}
#OverlayMenu1 .line
{
   width: 32px;
   height: 6px;
   background: #454545;
   display: block;
   margin: 6px auto;
   transition: all 500ms linear;
}
#OverlayMenu1:hover .line
{
   background: #4169E1;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 11px;
}
#OverlayMenu1-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   left: 0;
   overflow-y: auto;
   overflow: hidden;
   position: absolute;
   top: 0;
   width: 400px;
   z-index: 9998 !important;
   background-color: rgba(65,105,225,0.87);
}
#OverlayMenu1-overlay ul
{
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.OverlayMenu1
{
   width: 100%;
   max-width: 970px;
}
.OverlayMenu1 a
{
   text-decoration: none;
}
.OverlayMenu1 ul
{
   list-style: none;
   padding: 0;
   text-align: left;
}
.OverlayMenu1 li
{
   position: relative;
}
.OverlayMenu1 li a
{
   display: block;
   position: relative;
   padding: 10px 15px 10px 15px;
   color: #454545;
   outline: none;
}
.OverlayMenu1 li a:hover
{
   color: #2B2B2B;
   background-color: #EDEDED;
}
#OverlayMenu1-overlay
{
   visibility: hidden;
   width: 0;
   transition: width 500ms 0.3s, visibility 0s 800ms;
}
#OverlayMenu1-overlay.show
{
   visibility: visible;
   width: 400px;
   transition: width 500ms;
}
#OverlayMenu1-overlay .OverlayMenu1
{
   opacity: 0;
   transition: opacity 0.3s 500ms;
}
#OverlayMenu1-overlay.show .OverlayMenu1
{
   opacity: 1;
   transition-delay: 500ms;
}
#OverlayMenu1-overlay.hide .OverlayMenu1
{
   transition-delay: 0s;
}
#OverlayMenu1-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
.OverlayMenu1-effect
{
   transition: all 500ms linear;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#Card3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card3-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card3-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #FC9A03;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#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%;
}
#wb_Image2
{
   margin: 0;
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 193px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text5 
{
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image4
{
   margin: 0;
   vertical-align: top;
}
#Image4
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 800px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 50px 0 ;
   text-align: center;
}
#wb_Text7
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 17px;
   line-height: 23.5px;
}
#wb_Text7 p, #wb_Text7 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text7
{
   display: block;
   margin: 0 0 50px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 310px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#Card4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card4-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card4-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#Card6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card6-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card6-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: rgba(255,255,255,0.20);
   background-image: none;
   border: 1px solid #E0E0E0;
   border-radius: 16px;
   text-align: center;
}
#Card7-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card7-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card7-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: rgba(255,255,255,0.60);
   background-image: none;
   border: 1px solid #0000FF;
   border-radius: 16px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
}
#Card8-card-item0 h3
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card8-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item1 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card8-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item2 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card8-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FE00FE;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 16px;
   text-align: left;
}
#Card9-card-body
{
   padding: 30px 30px 30px 30px;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card9-card-item0 i
{
   color: #0000FF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 16px 16px !important;
   margin: 0;
   padding: 10px 0 0 0;
}
#Card9-card-item1 p
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_Image6
{
   margin: 0;
   vertical-align: top;
}
#Image6
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 400px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Image7
{
   margin: 0;
   vertical-align: top;
}
#Image7
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 350px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#PhotoCollage1
{
   box-sizing: border-box;
   font-size: 0;
   width: 100%;
   height: 100%;
   display: block;
   margin: 0;
   position: relative;
}
#PhotoCollage1 .thumbnail img
{
   border: 0px solid #DEE2E6;
   box-sizing: border-box;
   border-radius: 0px;
}
#PhotoCollage1 .thumbnail
{
   position: absolute;
   margin: 0;
}
#PhotoCollage1 .thumbnail img
{
   width: 100%;
   height: 100%;
   margin: 0;
   padding: 0;
   object-fit: cover;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 15px 15px 15px 15px;
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #0000FF;
   border-radius: 16px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0 0 30px 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 15px 30px;
   padding: 0;
}
#Card5-card-item1 h4
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
}
#wb_sprint
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #000000;
   background-image: none;
   border: 1px solid #2F4F4F;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#sprint
{
   box-sizing: border-box;
   padding: 30px 10px 40px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1200px;
}
#sprint > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#sprint > .row > .col-1, #sprint > .row > .col-2, #sprint > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#sprint > .row > .col-1, #sprint > .row > .col-2, #sprint > .row > .col-3
{
   float: left;
}
#sprint > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#sprint > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 5px 0 5px;
}
#sprint > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#sprint > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#sprint:before,
#sprint:after,
#sprint .row:before,
#sprint .row:after
{
   display: table;
   content: " ";
}
#sprint:after,
#sprint .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#sprint > .row > .col-1, #sprint > .row > .col-2, #sprint > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_webs
{
   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;
}
#webs
{
   box-sizing: border-box;
   padding: 140px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1350px;
}
#webs > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#webs > .row > .col-1, #webs > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#webs > .row > .col-1, #webs > .row > .col-2
{
   float: left;
}
#webs > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#webs > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#webs:before,
#webs:after,
#webs .row:before,
#webs .row:after
{
   display: table;
   content: " ";
}
#webs:after,
#webs .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#webs > .row > .col-1, #webs > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Extension2 
{
   text-align: center;
}
#Extension2 
{
   display: inline-block;
   height: 184px;
   margin-top: 50px;
   perspective: 600px;
   width: 184px;
}
#Extension2 .cube 
{
   animation: rotateCube 16s 1s infinite both;
   height: inherit;
   position: relative;
   width: inherit;
   transform: rotateX(0deg) rotateY(0deg);
   transform-style: preserve-3d;
}
#Extension2 .cube:hover
{
   animation-play-state: running !important;
}
#Extension2 .cube-face 
{
   background-size: cover;
   border: 1px solid #888888;
   box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
   height: inherit;
   opacity: 0.8;
   position: absolute;
   width: inherit;
}
#Extension2 .cube-face-front 
{
   transform: translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-left 
{
   transform: rotateY(-90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-right 
{
   transform: rotateY(90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-top 
{
   transform: rotateX(90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-bottom 
{
   transform: rotateX(-90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-back 
{
   transform: rotateY(180deg) translate3d(0, 0, calc(184px / 2));
}
@keyframes rotateCube
{
   0% 
   {
      transform: rotateX(0deg) rotateY(0deg);
   }
   16% 
   {
      transform: rotateX(90deg) rotateY(0deg);
   }
   33% 
   {
      transform: rotateX(0deg) rotateY(90deg);
   }
   50% 
   {
      transform: rotateX(0deg) rotateY(-90deg); 
   }
   66% 
   {
      transform: rotateX(-90deg) rotateY(0deg); 
   }
   83% 
   {
      transform: rotateX(0deg) rotateY(180deg);
   }
   100% 
   {
      transform: rotateX(0deg) rotateY(0deg);
   }
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text6
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 21px;
}
#wb_Text6 div
{
   text-align: center;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Extension3 svg 
{
   width: 100%;
   height: 100%;
   overflow: visible;
}
#Extension3 .shape 
{
   paint-order: fill stroke;
   stroke: #1d1e22;
   stroke-width: 1px;
   fill: transparent;
   cursor: pointer;
}
#Extension3 .shape:hover 
{
   fill: rgba(255,255,255, 0.5);
   stroke: none;
}
#Extension3 g 
{
   transition: transform 500ms ease-out;
}
#Extension3 svg:hover g 
{
   transform: translate(0px, 0px);
}
#wb_Extension1
{
   text-align: center;
}
#Extension1
{
   background-color: #00FF00;
   background: linear-gradient(to top, #00FF00 0%, #000000 100%);
   color: #000000;
   display: block;
   font-family: Open Sans;
   font-size: 35px;
   font-style: normal;
   font-weight: bold;
   padding: 0px;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
#wb_Card49
{
   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 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #F7F7F9;
   border-radius: 0px;
   text-align: center;
}
#Card49-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card49-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card49-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card49-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#Card49-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card45
{
   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 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #F7F7F9;
   border-radius: 0px;
   text-align: center;
}
#Card45-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card45-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card45-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card45-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#wb_Card11
{
   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 0 40px 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #F7F7F9;
   border-radius: 0px;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 41;
}
#wb_Card1
{
   display: flex;
   width: 100%;
   z-index: 51;
}
#Html1
{
   display: inline-block;
   width: 360px;
   height: 360px;
   z-index: 44;
}
#wb_Image1
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 6;
}
#wb_OverlayMenu1
{
   display: inline-block;
   width: 638px;
   height: 54px;
   z-index: 1;
}
#wb_Image2
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 14;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 12;
}
#wb_Image3
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_contactIcon
{
   display: inline-block;
   width: 28px;
   height: 28px;
   text-align: center;
   z-index: 34;
}
#wb_faqAccordion
{
   display: block;
   width: 100%;
   z-index: 29;
}
#wb_Image4
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 20;
}
#wb_Extension1
{
   display: block;
   position: relative;
   width: 100%;
   z-index: 40;
}
#wb_Image5
{
   display: block;
   width: 100%;
   height: auto;
   opacity: 0.88;
   z-index: 38;
}
#text_scroller
{
   color: #FFFFFF;
   font-size: 21px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-align: center;
   text-decoration: none;
}
#wb_Extension2
{
   display: inline-block;
   position: relative;
   width: 184px;
   height: 161px;
   z-index: 57;
}
#wb_Card45
{
   display: flex;
   z-index: 53;
}
#wb_Image6
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 8;
}
#wb_Extension3
{
   display: inline-block;
   position: relative;
   width: 352px;
   height: 357px;
   z-index: 60;
}
#wb_Card11
{
   display: flex;
   z-index: 54;
}
#wb_Heading4
{
   display: block;
   width: 100%;
   z-index: 28;
}
#wb_Image7
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 2;
}
#wb_Heading5
{
   display: block;
   width: 100%;
   z-index: 35;
}
#wb_benefitsCard3
{
   display: flex;
   width: calc(100% - 15px);
   z-index: 33;
}
#wb_benefitsCard2
{
   display: flex;
   width: calc(100% - 15px);
   z-index: 32;
}
#wb_benefitsCard1
{
   display: flex;
   width: calc(100% - 15px);
   z-index: 31;
}
#wb_Card9
{
   display: flex;
   width: 100%;
   z-index: 23;
}
#wb_Card8
{
   display: flex;
   width: calc(100% - 30px);
   z-index: 45;
}
#wb_featuresCard4
{
   display: flex;
   width: 100%;
   z-index: 22;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 13;
}
#wb_footerImage
{
   display: inline-block;
   width: 200px;
   height: 85px;
   z-index: 55;
}
#wb_Card49
{
   display: flex;
   z-index: 52;
}
#wb_Heading3
{
   display: block;
   width: 100%;
   z-index: 19;
}
#wb_PhotoCollage1
{
   display: block;
   width: 100%;
   z-index: 39;
}
#wb_teamCard2
{
   display: flex;
   width: calc(100% - 30px);
   z-index: 17;
}
#welcomeButton
{
   display: inline-block;
   width: 142px;
   height: 48px;
   z-index: 5;
}
#wb_JavaScript2
{
   display: block;
   width: 100%;
   z-index: 59;
}
#wb_JavaScript1
{
   display: block;
   width: 100%;
   z-index: 50;
}
#wb_Heading1
{
   display: block;
   width: 100%;
   z-index: 3;
}
#wb_benefitsImage
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 30;
}
#wb_Card5
{
   display: flex;
   width: calc(100% - 30px);
   z-index: 18;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 42;
}
#wb_servicesCard4
{
   display: flex;
   width: 100%;
   z-index: 10;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 43;
}
@media only screen and (min-width: 768px) and (max-width: 1149px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerGrid
{
   visibility: visible;
   display: table;
}
#wb_headerGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerGrid
{
   height: auto;
   padding: 5px 0 5px 0;
}
#headerGrid > .col-1, #headerGrid > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#headerGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headerGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#wb_triathlon
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/biking_triathlon.jpg');
   background-repeat: repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: auto;
}
#wb_triathlon
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#triathlon
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#triathlon .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#triathlon > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#triathlon > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_eat
{
   visibility: visible;
   display: table;
}
#wb_eat
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#eat
{
   height: auto;
   padding: 15px 10px 15px 10px;
}
#eat .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#eat > .row > .col-1, #eat > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#eat > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#eat > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_run
{
   visibility: visible;
   display: table;
}
#wb_run
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#run
{
   height: auto;
   padding: 15px 5px 10px 5px;
}
#run .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#run > .row > .col-1, #run > .row > .col-2, #run > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#run > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#run > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#run > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_swim
{
   visibility: visible;
   display: table;
}
#wb_swim
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#swim
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#swim .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#swim > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#swim > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 15px 15px 15px 15px;
}
#LayoutGrid7 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid7 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#LayoutGrid7 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_bike
{
   visibility: visible;
   display: table;
}
#wb_bike
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#bike
{
   height: auto;
   padding: 10px 5px 10px 5px;
}
#bike .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#bike > .row > .col-1, #bike > .row > .col-2, #bike > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#bike > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#bike > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#bike > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 100px 0 20px 0 ;
   padding: 0;
   font-size: 35px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FC9A03;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
}
#wb_welcomeText
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#wb_welcomeText
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_servicesCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#servicesCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#servicesCard4-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#servicesCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#servicesCard4-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#servicesCard4-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesCard4
{
   text-align: center;
}
#wb_team
{
   visibility: visible;
   display: table;
}
#wb_team
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#team
{
   height: auto;
   padding: 10px 0 10px 0;
}
#team .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#team > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#team > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 25px 10px 25px 10px;
}
#LayoutGrid2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_triathlo
{
   visibility: visible;
   display: table;
}
#wb_triathlo
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#triathlo
{
   height: auto;
   padding: 20px 5px 20px 5px;
}
#triathlo .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#triathlo > .row > .col-1, #triathlo > .row > .col-2
{
   padding-right: 5px;
   padding-left: 5px;
}
#triathlo > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#triathlo > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_faqGrid
{
   visibility: visible;
   display: table;
}
#wb_faqGrid
{
   height: auto;
   margin-top: 40px;
   margin-bottom: 50px;
}
#faqGrid
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#faqGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_benefitsGrid
{
   visibility: visible;
   display: table;
}
#wb_benefitsGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#benefitsGrid
{
   height: auto;
   padding: 0 10px 0 10px;
}
#benefitsGrid .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#benefitsGrid > .row > .col-1, #benefitsGrid > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#benefitsGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#benefitsGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#benefitsGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#benefitsGrid > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_thessaloniki
{
   visibility: visible;
   display: table;
}
#wb_thessaloniki
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#thessaloniki
{
   height: auto;
   padding: 0 15px 0 15px;
}
#thessaloniki .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#thessaloniki > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#thessaloniki > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#thessaloniki > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 8px 8px 8px 8px;
}
#wb_contactIcon
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 10px 0 ;
   padding: 0;
}
#contactIcon
{
   width: 28px;
   height: 28px;
}
#contactIcon i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading5
{
   color: #EDEFEB;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#wb_contactText1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#wb_contactText1
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_olympic
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_olympic
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#olympic
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#olympic .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#olympic > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#olympic > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_gallery
{
   visibility: visible;
   display: table;
}
#wb_gallery
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery
{
   height: auto;
   padding: 20px 10px 40px 10px;
}
#gallery .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#gallery > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#gallery > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_mail
{
   visibility: visible;
   display: table;
}
#wb_mail
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#mail
{
   height: auto;
   padding: 20px 10px 20px 10px;
}
#mail .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#mail > .row > .col-1
{
   padding-right: 10px;
   padding-left: 10px;
}
#mail > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 20px 5px 10px 5px;
}
#contact .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#contact > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contact > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contact > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_address
{
   visibility: visible;
   display: table;
}
#wb_address
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#address
{
   height: auto;
   padding: 25px 5px 25px 5px;
}
#address .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#address > .row > .col-1, #address > .row > .col-2, #address > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#address > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#address > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#address > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 30px 0 ;
   padding: 0;
   font-size: 32px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   text-align: center;
   text-transform: none;
}
#wb_teamCard2
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 15px 15px 15px 15px;
}
#teamCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#teamCard2-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 15px 30px;
   padding: 0;
}
#teamCard2-card-item1 h4
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
}
#wb_teamCard2
{
   text-align: center;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 50px 0 ;
   padding: 0;
   font-size: 29px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
}
#wb_featuresCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
}
#featuresCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#featuresCard4-card-item0 i
{
   color: #0000FF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#featuresCard4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 16px 16px !important;
   margin: 0;
   padding: 10px 0 0 0;
}
#featuresCard4-card-item1 p
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_featuresCard4
{
   text-align: left;
}
#wb_faqAccordion
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#faqAccordion h4.ui-accordion-header
{
   font-size: 21px;
}
#wb_faqText1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText1
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 28px;
}
#wb_faqText2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText2
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 28px;
}
#wb_faqText3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText3
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 24px;
}
#wb_faqText4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText4
{
   font-size: 19px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 28px;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Heading4
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   text-align: left;
   text-transform: none;
}
#wb_benefitsImage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#benefitsImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_benefitsCard1
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 0 0 30px 15px;
}
#benefitsCard1-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#benefitsCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard1-card-item2 p
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard1
{
   text-align: left;
}
#wb_benefitsCard2
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 0 0 30px 15px;
}
#benefitsCard2-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#benefitsCard2-card-item1 h4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#benefitsCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard2-card-item2 label
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard2
{
   text-align: left;
}
#wb_benefitsCard3
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 0 0 30px 15px;
}
#benefitsCard3-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#benefitsCard3-card-item1 h3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#benefitsCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard3-card-item2 p
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard3
{
   text-align: left;
}
#welcomeButton
{
   width: 142px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 100px 0 ;
   padding: 1px 6px 1px 6px;
   font-size: 17px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#welcomeButton
{
   line-height: 46px;
}
#wb_facebook
{
   visibility: visible;
   display: table;
}
#wb_facebook
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#facebook
{
   height: auto;
   padding: 10px 5px 10px 5px;
}
#facebook .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#facebook > .row > .col-1, #facebook > .row > .col-2, #facebook > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#facebook > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#facebook > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#facebook > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_news
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#news .swiper-slide
{
   width: calc((100% - 38px) / 4);
}
#news
{
   padding: 10px 10px 10px 10px;
}
#wb_footerGrid
{
   visibility: visible;
   display: table;
}
#wb_footerGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerGrid
{
   height: auto;
   padding: 30px 15px 40px 15px;
}
#footerGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerGrid-divider-bottom
{
   height: 50px;
}
#footerGrid-divider-bottom
{
   bottom: 0%;
}
#wb_footerText2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#wb_footerText2
{
   font-size: 15px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 19px;
}
#wb_footerImage
{
   width: 200px;
   height: 85px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
   padding: 0;
}
#footerImage
{
   width: 200px;
   height: 85px;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card2-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_OverlayMenu1
{
   width: 736px;
   height: 54px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   width: 736px;
   height: 54px;
}
#OverlayMenu1:hover
{
   background-color: #EDEDED;
   background-image: none;
   border-color: #FFFFFF;
}
#OverlayMenu1 .line
{
   background: #454545;
}
#OverlayMenu1:hover .line
{
   background: #4169E1;
}
#OverlayMenu1 .line
{
   top: 7px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 11px;
}
#OverlayMenu1-overlay ul
{
   font-size: 17px;
   text-align: left;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card3-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card3-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #FC9A03;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Text3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text4
{
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#wb_Text7
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_Image5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image5
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card4-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card4-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card6-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card6-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card7-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card7-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card7
{
   text-align: center;
}
#Html1
{
   width: 360px;
   height: 360px;
   visibility: visible;
   display: inline-block;
}
#wb_Card8
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 15px 15px 15px 15px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
}
#Card8-card-item0 h3
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card8-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item1 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card8-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item2 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card8-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FE00FE;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card9-card-item0 i
{
   color: #0000FF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 16px 16px !important;
   margin: 0;
   padding: 10px 0 0 0;
}
#Card9-card-item1 p
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_Card9
{
   text-align: left;
}
#wb_Image6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image6
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Image7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image7
{
   margin-left: auto;
   margin-right: auto;
}
#wb_PhotoCollage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_JavaScript1
{
   visibility: visible;
   display: block;
}
#wb_Card5
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 15px 15px 15px 15px;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 15px 30px;
   padding: 0;
}
#Card5-card-item1 h4
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
}
#wb_Card5
{
   text-align: center;
}
#wb_sprint
{
   visibility: visible;
   display: table;
}
#wb_sprint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#sprint
{
   height: auto;
   padding: 30px 10px 40px 10px;
}
#sprint .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_webs
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_webs
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#webs
{
   height: auto;
   padding: 140px 15px 50px 15px;
}
#webs .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Extension2
{
   width: 184px;
   height: 161px;
   visibility: visible;
   display: inline-block;
}
#Extension2 
{
   height: 184px;
   width: 184px;
}
#Extension2 .cube-face-front 
{
   transform: translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-left 
{
   transform: rotateY(-90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-right 
{
   transform: rotateY(90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-top 
{
   transform: rotateX(90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-bottom 
{
   transform: rotateX(-90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-back 
{
   transform: rotateY(180deg) translate3d(0, 0, calc(184px / 2));
}
#wb_Text6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text6
{
   font-size: 17px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Extension3
{
   width: 352px;
   height: 357px;
   visibility: visible;
   display: inline-block;
}
#wb_JavaScript2
{
   visibility: visible;
   display: block;
}
#wb_Extension1
{
   visibility: visible;
   display: block;
}
#StructuredData1
{
   left: 66px;
   top: 15769px;
   width: 96px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Card49
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 0 40px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card49-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card49-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card49-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#Card49-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card49
{
   text-align: center;
}
#wb_Card45
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 0 40px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: transparent;
   background-image: none;
}
#Card45-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card45-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card45-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#wb_Card45
{
   text-align: center;
}
#wb_Card11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 0 40px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: #000000;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card11-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#wb_Card11
{
   text-align: center;
}
}
@media only screen and (max-width: 767px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_headerGrid
{
   visibility: visible;
   display: table;
}
#wb_headerGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headerGrid
{
   height: auto;
   padding: 5px 0 5px 0;
}
#headerGrid > .col-1, #headerGrid > .col-2
{
   padding-right: 5px;
   padding-left: 5px;
}
#headerGrid > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headerGrid > .col-2
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#wb_triathlon
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/biking_triathlon.jpg');
   background-repeat: repeat;
   background-position: center center !important;
   background-attachment: scroll;
   background-size: auto;
}
#wb_triathlon
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#triathlon
{
   height: auto;
   padding: 6px 5px 6px 5px;
}
#triathlon .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#triathlon > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#triathlon > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_eat
{
   visibility: visible;
   display: table;
}
#wb_eat
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#eat
{
   height: auto;
   padding: 15px 10px 15px 10px;
}
#eat .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#eat > .row > .col-1, #eat > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#eat > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#eat > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_run
{
   visibility: visible;
   display: table;
}
#wb_run
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#run
{
   height: auto;
   padding: 15px 5px 10px 5px;
}
#run .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#run > .row > .col-1, #run > .row > .col-2, #run > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#run > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#run > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#run > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_swim
{
   visibility: visible;
   display: table;
}
#wb_swim
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#swim
{
   height: auto;
   padding: 10px 15px 10px 15px;
}
#swim .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#swim > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#swim > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid7
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid7
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid7
{
   height: auto;
   padding: 15px 10px 15px 10px;
}
#LayoutGrid7 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid7 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_bike
{
   visibility: visible;
   display: table;
}
#wb_bike
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#bike
{
   height: auto;
   padding: 10px 5px 10px 5px;
}
#bike .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#bike > .row > .col-1, #bike > .row > .col-2, #bike > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#bike > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#bike > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#bike > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 100px 0 20px 0 ;
   padding: 0;
   font-size: 27px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #FC9A03;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 27px;
   text-align: center;
   text-transform: none;
   text-shadow: 2px 2px 2px rgba(0,0,0,0.50);
}
#wb_welcomeText
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#wb_welcomeText
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_servicesCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#servicesCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#servicesCard4-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#servicesCard4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#servicesCard4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#servicesCard4-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#servicesCard4-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_servicesCard4
{
   text-align: center;
}
#wb_team
{
   visibility: visible;
   display: table;
}
#wb_team
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#team
{
   height: auto;
   padding: 10px 0 10px 0;
}
#team .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#team > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#team > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 25px 10px 25px 10px;
}
#LayoutGrid2 .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_triathlo
{
   visibility: visible;
   display: table;
}
#wb_triathlo
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#triathlo
{
   height: auto;
   padding: 20px 5px 20px 5px;
}
#triathlo .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#triathlo > .row > .col-1, #triathlo > .row > .col-2
{
   padding-right: 5px;
   padding-left: 5px;
}
#triathlo > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#triathlo > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_faqGrid
{
   visibility: visible;
   display: table;
}
#wb_faqGrid
{
   height: auto;
   margin-top: 40px;
   margin-bottom: 50px;
}
#faqGrid
{
   height: auto;
   padding: 100px 15px 100px 15px;
}
#faqGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_benefitsGrid
{
   visibility: visible;
   display: table;
}
#wb_benefitsGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#benefitsGrid
{
   height: auto;
   padding: 0 10px 0 10px;
}
#benefitsGrid .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#benefitsGrid > .row > .col-1, #benefitsGrid > .row > .col-2
{
   padding-right: 10px;
   padding-left: 10px;
}
#benefitsGrid > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#benefitsGrid > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#benefitsGrid > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#benefitsGrid > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_thessaloniki
{
   visibility: visible;
   display: table;
}
#wb_thessaloniki
{
   height: auto;
   margin-top: 50px;
   margin-bottom: 0px;
}
#thessaloniki
{
   height: auto;
   padding: 0 15px 0 15px;
}
#thessaloniki .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#thessaloniki > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#thessaloniki > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#thessaloniki > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 8px 8px 8px 8px;
}
#wb_contactIcon
{
   width: 28px;
   height: 28px;
   visibility: visible;
   display: inline-block;
   margin: 50px 0 10px 0 ;
   padding: 0;
}
#contactIcon
{
   width: 28px;
   height: 28px;
}
#contactIcon i
{
   line-height: 28px;
   font-size: 28px;
   width: 27px;
}
#wb_Heading5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 0;
   font-size: 19px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading5
{
   color: #EDEFEB;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   text-transform: none;
}
#wb_contactText1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#wb_contactText1
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_olympic
{
   visibility: visible;
   display: table;
   background-color: transparent;
}
#wb_olympic
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#olympic
{
   height: auto;
   padding: 6px 5px 6px 5px;
}
#olympic .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#olympic > .row > .col-1
{
   padding-right: 5px;
   padding-left: 5px;
}
#olympic > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_gallery
{
   visibility: visible;
   display: table;
}
#wb_gallery
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#gallery
{
   height: auto;
   padding: 20px 6px 40px 6px;
}
#gallery .row
{
   margin-right: -6px;
   margin-left: -6px;
}
#gallery > .row > .col-1
{
   padding-right: 6px;
   padding-left: 6px;
}
#gallery > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_mail
{
   visibility: visible;
   display: table;
}
#wb_mail
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#mail
{
   height: auto;
   padding: 20px 6px 20px 6px;
}
#mail .row
{
   margin-right: -6px;
   margin-left: -6px;
}
#mail > .row > .col-1
{
   padding-right: 6px;
   padding-left: 6px;
}
#mail > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 20px 5px 10px 5px;
}
#contact .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#contact > .row > .col-1, #contact > .row > .col-2, #contact > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#contact > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contact > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#contact > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_address
{
   visibility: visible;
   display: table;
}
#wb_address
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#address
{
   height: auto;
   padding: 25px 5px 25px 5px;
}
#address .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#address > .row > .col-1, #address > .row > .col-2, #address > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#address > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#address > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#address > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 30px 0 ;
   padding: 0;
   font-size: 24px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   text-align: center;
   text-transform: none;
}
#wb_teamCard2
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 15px 15px 15px 15px;
}
#teamCard2-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#teamCard2-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 15px 30px;
   padding: 0;
}
#teamCard2-card-item1 h4
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
}
#wb_teamCard2
{
   text-align: center;
}
#wb_Heading3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 50px 0 50px 0 ;
   padding: 0;
   font-size: 21px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: center;
}
#Heading3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
   text-align: center;
   text-transform: none;
}
#Heading3 a
{
   color: inherit;
}
#wb_featuresCard4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
}
#featuresCard4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#featuresCard4-card-item0 i
{
   color: #0000FF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#featuresCard4-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 16px 16px !important;
   margin: 0;
   padding: 10px 0 0 0;
}
#featuresCard4-card-item1 p
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_featuresCard4
{
   text-align: left;
}
#wb_faqAccordion
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#faqAccordion h4.ui-accordion-header
{
   font-size: 21px;
}
#wb_faqText1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText1
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 26px;
}
#wb_faqText2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText2
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 26px;
}
#wb_faqText3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText3
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 22px;
}
#wb_faqText4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_faqText4
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: left;
   line-height: 26px;
}
#wb_Heading4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 15px 0 ;
   padding: 0;
   font-size: 20px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#Heading4
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 20px;
   text-align: left;
   text-transform: none;
}
#wb_benefitsImage
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#benefitsImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_benefitsCard1
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 0 0 30px 15px;
}
#benefitsCard1-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard1-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
}
#benefitsCard1-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard1-card-item2 p
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard1
{
   text-align: left;
}
#wb_benefitsCard2
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 0 0 30px 15px;
}
#benefitsCard2-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard2-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#benefitsCard2-card-item1 h4
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 21px;
   margin: 0;
}
#benefitsCard2-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard2-card-item2 label
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard2
{
   text-align: left;
}
#wb_benefitsCard3
{
   width: calc(100% - 15px);
   visibility: visible;
   display: flex;
   margin: 0 0 30px 15px;
}
#benefitsCard3-card-item0
{
   display: inline-block;
   line-height: 1.0;
   height: 32px;
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
}
#benefitsCard3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#benefitsCard3-card-item1
{
   box-sizing: border-box;
   margin: -30px 0 0 50px;
   padding: 0;
}
#benefitsCard3-card-item1 h3
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#benefitsCard3-card-item2
{
   box-sizing: border-box;
   margin: 10px 20px 0 50px;
   padding: 0;
}
#benefitsCard3-card-item2 p
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_benefitsCard3
{
   text-align: left;
}
#welcomeButton
{
   width: 142px;
   height: 48px;
   visibility: visible;
   display: inline-block;
   margin: 0 0 100px 0 ;
   padding: 1px 6px 1px 6px;
   font-size: 16px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#welcomeButton
{
   line-height: 46px;
}
#wb_facebook
{
   visibility: visible;
   display: table;
}
#wb_facebook
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#facebook
{
   height: auto;
   padding: 10px 5px 10px 5px;
}
#facebook .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#facebook > .row > .col-1, #facebook > .row > .col-2, #facebook > .row > .col-3
{
   padding-right: 5px;
   padding-left: 5px;
}
#facebook > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#facebook > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#facebook > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_news
{
   visibility: visible;
   display: block;
   box-shadow: 0px 0px 0px #000000;
}
#news .swiper-slide
{
   width: calc((100% - 6px) / 2);
}
#news
{
   padding: 10px 10px 10px 10px;
}
#wb_footerGrid
{
   visibility: visible;
   display: table;
}
#wb_footerGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerGrid
{
   height: auto;
   padding: 30px 15px 40px 15px;
}
#footerGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footerGrid-divider-bottom
{
   height: 50px;
}
#footerGrid-divider-bottom
{
   bottom: 0%;
}
#wb_footerText2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 20px 0 ;
}
#wb_footerText2
{
   font-size: 16px;
   margin: 0 0 20px 0 ;
   padding: 0;
   text-align: center;
   line-height: 21px;
}
#wb_footerImage
{
   width: 200px;
   height: 85px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 20px 0 ;
   padding: 0;
}
#footerImage
{
   width: 200px;
   height: 85px;
}
#wb_Card1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card1-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card1-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card1-card-item1 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#Card1-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card2-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card2-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card2-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Text1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text1
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text2
{
   margin: 0;
   padding: 0;
}
#wb_Image1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image1
{
   margin-left: auto;
   margin-right: auto;
}
#wb_OverlayMenu1
{
   width: 368px;
   height: 54px;
   visibility: visible;
   display: inline-block;
   margin: 0;
}
#OverlayMenu1
{
   background-color: #FFFFFF;
   background-image: none;
   border: 1px solid #C5C5C5;
   border-radius: 0px;
   width: 368px;
   height: 54px;
}
#OverlayMenu1:hover
{
   background-color: #EDEDED;
   background-image: none;
   border-color: #4169E1;
}
#OverlayMenu1 .line
{
   background: #454545;
}
#OverlayMenu1:hover .line
{
   background: #4169E1;
}
#OverlayMenu1 .line
{
   top: 7px;
}
#OverlayMenu1 .line:first-child
{
   margin-top: 11px;
}
#OverlayMenu1-overlay ul
{
   font-size: 17px;
   text-align: left;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   line-height: 32px;
}
#Card3-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 32px;
   width: 32px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #808080;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card3-card-item4
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #FC9A03;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Text3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text3
{
   margin: 0;
   padding: 0;
}
#wb_Image2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image2
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text4
{
   margin: 0;
   padding: 0;
}
#wb_Image3
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image3
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text5
{
   margin: 0;
   padding: 0;
}
#wb_Image4
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image4
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Text7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 50px 0 ;
}
#wb_Text7
{
   margin: 0 0 50px 0 ;
   padding: 0;
}
#wb_Image5
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image5
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card4-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card4-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card4-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card6-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card6-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card6-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card6-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item3 a
{
   color: inherit;
   display: block;
   padding: 10px 16px 10px 16px;
   text-decoration: none;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0 0 10px 0 ;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card7-card-item0 i
{
   color: #696969;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
}
#Card7-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   min-height: 100px;
}
#Card7-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 35px;
   box-sizing: border-box;
   margin: 0;
   padding: 10px 16px 10px 16px;
   border: 1px solid #000000;
   border-radius: 24px;
   background-color: #0000FF;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 13px;
   width: 13px;
}
#wb_Card7
{
   text-align: center;
}
#Html1
{
   width: 360px;
   height: 360px;
   visibility: visible;
   display: inline-block;
}
#wb_Card8
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 15px 15px 15px 15px;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 0 0 ;
   padding: 0;
}
#Card8-card-item0 h3
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: 700;
   font-style: normal;
   font-size: 24px;
   margin: 0;
}
#Card8-card-item1
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #696969;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item1 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card8-card-item2
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item2 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item2 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card8-card-item3
{
   display: inline-block;
   line-height: 1.0;
   height: 39px;
   box-sizing: border-box;
   margin: 5px 10px 0 0 ;
   border: 1px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #FE00FE;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card8-card-item3 a
{
   color: inherit;
   display: block;
   padding: 8px 8px 8px 8px;
   text-decoration: none;
}
#Card8-card-item3 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0 0 30px 0 ;
}
#Card9-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   background-color: transparent;
   background-image: none;
   color: #0000FF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 21px;
}
#Card9-card-item0 i
{
   color: #0000FF;
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 21px;
   width: 21px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   border-radius: 0 0 16px 16px !important;
   margin: 0;
   padding: 10px 0 0 0;
}
#Card9-card-item1 p
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 18.7px;
   margin: 0;
}
#wb_Card9
{
   text-align: left;
}
#wb_Image6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image6
{
   margin-left: auto;
   margin-right: auto;
}
#wb_Image7
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
}
#Image7
{
   margin-left: auto;
   margin-right: auto;
}
#wb_PhotoCollage1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_JavaScript1
{
   visibility: visible;
   display: block;
}
#wb_Card5
{
   width: calc(100% - 30px);
   visibility: visible;
   display: flex;
   margin: 15px 15px 15px 15px;
}
#Card5-card-item0
{
   box-sizing: border-box;
   border-radius: 16px 16px 0 0 !important;
   margin: 0;
   padding: 0;
   border: 0px solid transparent;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 15px 30px 15px 30px;
   padding: 0;
}
#Card5-card-item1 h4
{
   color: #212529;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   margin: 0;
}
#wb_Card5
{
   text-align: center;
}
#wb_sprint
{
   visibility: visible;
   display: table;
}
#wb_sprint
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#sprint
{
   height: auto;
   padding: 30px 10px 40px 10px;
}
#sprint .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#wb_webs
{
   visibility: visible;
   display: table;
   box-shadow: 0px 0px 0px #000000;
}
#wb_webs
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#webs
{
   height: auto;
   padding: 140px 15px 50px 15px;
}
#webs .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_Extension2
{
   width: 184px;
   height: 161px;
   visibility: visible;
   display: inline-block;
}
#Extension2 
{
   height: 184px;
   width: 184px;
}
#Extension2 .cube-face-front 
{
   transform: translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-left 
{
   transform: rotateY(-90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-right 
{
   transform: rotateY(90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-top 
{
   transform: rotateX(90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-bottom 
{
   transform: rotateX(-90deg) translate3d(0, 0, calc(184px / 2));
}
#Extension2 .cube-face-back 
{
   transform: rotateY(180deg) translate3d(0, 0, calc(184px / 2));
}
#wb_Text6
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#wb_Text6
{
   font-size: 16px;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Extension3
{
   width: 338px;
   height: 357px;
   visibility: visible;
   display: inline-block;
}
#wb_JavaScript2
{
   visibility: visible;
   display: block;
}
#wb_Extension1
{
   visibility: visible;
   display: block;
}
#StructuredData1
{
   left: 66px;
   top: 15769px;
   width: 96px;
   height: 100px;
   visibility: visible;
   display: inline;
}
#wb_Card49
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 0 40px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card49-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card49-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card49-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#Card49-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card49
{
   text-align: center;
}
#wb_Card45
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 0 40px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: transparent;
   background-image: none;
}
#Card45-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card45-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card45-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#wb_Card45
{
   text-align: center;
}
#wb_Card11
{
   width: auto;
   height: auto;
   visibility: visible;
   display: flex;
   margin: 0 0 40px 0 ;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   color: transparent;
   background-color: transparent;
   background-image: none;
   box-shadow: 0px 0px 0px rgba(0,0,0,0.20);
}
#Card11-card-header
{
   box-sizing: border-box;
   border-bottom: 0px solid #F7F7F9;
   margin: 0;
   padding: 10px 20px 10px 20px;
   background-color: rgba(241,241,241,0.70);
   background-image: none;
   color: #292B2C;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 17px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 10px 10px 10px 10px;
   border: 0px solid #000000;
   border-radius: 200px;
   width: 100%;
   height: auto;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 0 0 30px 0 ;
   padding: 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 22.1px;
}
#wb_Card11
{
   text-align: center;
}
}
