body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #2B2B2E;
   text-decoration: underline;
}
a:visited
{
   color: #000000;
}
a:active
{
   color: #000000;
}
a:hover
{
   color: #000000;
   text-decoration: underline;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape)
{
   #wb_videoLayoutGrid
   {
      background-attachment: scroll !important;
   }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5)
{
   #wb_videoLayoutGrid
   {
      background-attachment: scroll !important;
   }
}
#wb_header
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #2B2B2E;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#header
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#header > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#header > .row > .col-1
{
   float: left;
}
#header > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#header:before,
#header:after,
#header .row:before,
#header .row:after
{
   display: table;
   content: " ";
}
#header:after,
#header .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#header > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_layoutGridWelcome
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridWelcome
{
   box-sizing: border-box;
   height: 100vh;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#layoutGridWelcome > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#layoutGridWelcome > .col-1
{
   flex: 0 0 auto;
}
#layoutGridWelcome > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#layoutGridWelcome > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_welcome-carousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_welcome-carousel
{
   height: 100vh;
}
#welcome-carousel
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#welcome-carousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#welcome-carousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#welcome-carousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 500ms ease-in-out;
   height: 100%;
   text-align: center;
}
#welcome-carousel .carousel-item-inner
{
   padding: 0 0 50px 0;
   display: flex;
   align-items: center;
   flex-direction: column;
   justify-content: flex-end;
   height: 100%;
   box-sizing: border-box;
}
#welcome-carousel .carousel-inner > .carousel-item > img, #welcome-carousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#welcome-carousel .carousel-inner > .active, #welcome-carousel .carousel-inner > .carousel-item-next, #welcome-carousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#welcome-carousel .carousel-inner > .active
{
   animation: welcome-carousel-animation-show 500ms ease 0ms both;
}
#welcome-carousel .carousel-inner > .carousel-item-next, #welcome-carousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#welcome-carousel .carousel-inner > .carousel-item-next.carousel-item-start, #welcome-carousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: welcome-carousel-animation-show 500ms ease 0ms both;
}
#welcome-carousel .carousel-inner > .active.carousel-item-start, #welcome-carousel .carousel-inner > .active.carousel-item-end
{
   animation: welcome-carousel-animation-hide 500ms ease both;
}
#welcome-carousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -63px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#welcome-carousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 16px 16px 16px 16px;
   width: 9px;
   height: 9px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: transparent;
   border: 1px solid #FFFFFF;
   box-shadow: inset 0 0 0 0 #FFFFFF;
   transition: box-shadow 0.3s ease;
}
#welcome-carousel .carousel-indicators .active
{
   box-shadow: inset 0 0 0 5px #FFFFFF;
}
#welcome-carousel .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 15%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7776;
}
#welcome-carousel .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#welcome-carousel.carousel-control .carousel-control-prev-icon, #welcome-carousel .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 48px;
   height: 48px;
   z-index: 5;
}
#welcome-carousel .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#welcome-carousel .frame
{
   width: 970px;
   display: inline-block;
   float: left;
   height: 488px;
}
#welcome-carousel .carousel-control-next, #welcome-carousel .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#welcome-carousel .carousel-control-next-icon, #welcome-carousel .carousel-control-prev-icon
{
   display: inline-block;
   width: 48px;
   height: 48px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#welcome-carousel .carousel-control-next:hover, #welcome-carousel .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#welcome-carousel .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20192%20192%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M150%2039%20L94%2096%20L150%20153%20C152%20154%2c%20152%20156%2c%20152%20158%20C152%20160%2c%20152%20161%2c%20150%20163%20L133%20180%20C131%20182%2c%20130%20182%2c%20128%20182%20C126%20182%2c%20124%20182%2c%20123%20180%20L44%20101%20C42%20100%2c%2041%2098%2c%2041%2096%20C41%2094%2c%2042%2093%2c%2044%2091%20L123%2012%20C124%2010%2c%20126%2010%2c%20128%2010%20C130%2010%2c%20131%2010%2c%20133%2012%20L150%2030%20C152%2031%2c%20152%2033%2c%20152%2034%20C152%2036%2c%20152%2038%2c%20150%2039%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#welcome-carousel .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20192%20192%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M150%20101%20L70%20180%20C69%20182%2c%2067%20182%2c%2065%20182%20C63%20182%2c%2062%20182%2c%2060%20180%20L43%20163%20C41%20161%2c%2041%20160%2c%2041%20158%20C41%20156%2c%2041%20154%2c%2043%20153%20L100%2096%20L43%2039%20C41%2038%2c%2041%2036%2c%2041%2034%20C41%2033%2c%2041%2031%2c%2043%2030%20L60%2012%20C62%2010%2c%2063%2010%2c%2065%2010%20C67%2010%2c%2069%2010%2c%2070%2012%20L150%2091%20C151%2093%2c%20152%2094%2c%20152%2096%20C152%2098%2c%20151%20100%2c%20150%20101%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#welcome-carousel .frame-1
{
   background-color: transparent;
   background-image: url('../images/pexels-photo-274744912.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#welcome-carousel .frame-2
{
   background-color: transparent;
   background-image: url('../images/mencccnc2.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
#welcome-carousel .frame-3
{
   background-color: transparent;
   background-image: url('../images/pexels-photo-3543042.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
}
@keyframes welcome-carousel-animation-show
{
   0%   { transform: translateX(100%); }
   100% { transform: translateX(0); }
}
@keyframes welcome-carousel-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_layoutGridBand
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.87);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridBand
{
   box-sizing: border-box;
   padding: 75px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#layoutGridBand > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#layoutGridBand > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridBand > .row > .col-1
{
   float: left;
}
#layoutGridBand > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#layoutGridBand > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#layoutGridBand:before,
#layoutGridBand:after,
#layoutGridBand .row:before,
#layoutGridBand .row:after
{
   display: table;
   content: " ";
}
#layoutGridBand:after,
#layoutGridBand .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#layoutGridBand > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_teamLayoutGrid2
{
   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;
}
#teamLayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#teamLayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#teamLayoutGrid2 > .row > .col-1, #teamLayoutGrid2 > .row > .col-2, #teamLayoutGrid2 > .row > .col-3, #teamLayoutGrid2 > .row > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#teamLayoutGrid2 > .row > .col-1, #teamLayoutGrid2 > .row > .col-2, #teamLayoutGrid2 > .row > .col-3, #teamLayoutGrid2 > .row > .col-4
{
   float: left;
}
#teamLayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#teamLayoutGrid2 > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#teamLayoutGrid2:before,
#teamLayoutGrid2:after,
#teamLayoutGrid2 .row:before,
#teamLayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#teamLayoutGrid2:after,
#teamLayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#teamLayoutGrid2 > .row > .col-1, #teamLayoutGrid2 > .row > .col-2, #teamLayoutGrid2 > .row > .col-3, #teamLayoutGrid2 > .row > .col-4
{
   float: none;
   width: 100% !important;
}
}
#wb_layoutGridTour
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(45,45,48,0.86);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridTour
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#layoutGridTour > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#layoutGridTour > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridTour > .row > .col-1
{
   float: left;
}
#layoutGridTour > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#layoutGridTour > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#layoutGridTour:before,
#layoutGridTour:after,
#layoutGridTour .row:before,
#layoutGridTour .row:after
{
   display: table;
   content: " ";
}
#layoutGridTour:after,
#layoutGridTour .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#layoutGridTour > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_firstStepsLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #4A4A4D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#firstStepsLayoutGrid
{
   box-sizing: border-box;
   padding: 0 30px 75px 30px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#firstStepsLayoutGrid > .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#firstStepsLayoutGrid > .row > .col-1, #firstStepsLayoutGrid > .row > .col-2, #firstStepsLayoutGrid > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 30px;
   padding-left: 30px;
   position: relative;
}
#firstStepsLayoutGrid > .row > .col-1, #firstStepsLayoutGrid > .row > .col-2, #firstStepsLayoutGrid > .row > .col-3
{
   float: left;
}
#firstStepsLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#firstStepsLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#firstStepsLayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#firstStepsLayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#firstStepsLayoutGrid > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#firstStepsLayoutGrid > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#firstStepsLayoutGrid:before,
#firstStepsLayoutGrid:after,
#firstStepsLayoutGrid .row:before,
#firstStepsLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#firstStepsLayoutGrid:after,
#firstStepsLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#firstStepsLayoutGrid > .row > .col-1, #firstStepsLayoutGrid > .row > .col-2, #firstStepsLayoutGrid > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_layoutGridReviews1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridReviews1
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
}
#layoutGridReviews1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#layoutGridReviews1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridReviews1 > .row > .col-1
{
   float: left;
}
#layoutGridReviews1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#layoutGridReviews1:before,
#layoutGridReviews1:after,
#layoutGridReviews1 .row:before,
#layoutGridReviews1 .row:after
{
   display: table;
   content: " ";
}
#layoutGridReviews1:after,
#layoutGridReviews1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#layoutGridReviews1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_layoutGridReviews2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridReviews2
{
   box-sizing: border-box;
   padding: 0 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#layoutGridReviews2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#layoutGridReviews2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridReviews2 > .row > .col-1
{
   float: left;
}
#layoutGridReviews2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#layoutGridReviews2:before,
#layoutGridReviews2:after,
#layoutGridReviews2 .row:before,
#layoutGridReviews2 .row:after
{
   display: table;
   content: " ";
}
#layoutGridReviews2:after,
#layoutGridReviews2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#layoutGridReviews2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_layoutGridPerformance
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #242427;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#layoutGridPerformance
{
   box-sizing: border-box;
   padding: 50px 15px 50px 15px;
   margin-right: auto;
   margin-left: auto;
}
#layoutGridPerformance > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#layoutGridPerformance > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#layoutGridPerformance > .row > .col-1
{
   float: left;
}
#layoutGridPerformance > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#layoutGridPerformance:before,
#layoutGridPerformance:after,
#layoutGridPerformance .row:before,
#layoutGridPerformance .row:after
{
   display: table;
   content: " ";
}
#layoutGridPerformance:after,
#layoutGridPerformance .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#layoutGridPerformance > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_videoLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/mencccnc1.png');
   background-repeat: repeat;
   background-position: center center;
   background-attachment: scroll;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#videoLayoutGrid
{
   box-sizing: border-box;
   padding: 150px 15px 150px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 800px;
}
#videoLayoutGrid > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#videoLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#videoLayoutGrid > .row > .col-1
{
   float: left;
}
#videoLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#videoLayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#videoLayoutGrid:before,
#videoLayoutGrid:after,
#videoLayoutGrid .row:before,
#videoLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#videoLayoutGrid:after,
#videoLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#videoLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#videoLayoutGrid-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   background-color: #2D2D30;
   opacity: 0.78;
}
#wb_contact
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: rgba(255,255,255,0.87);
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#contact
{
   box-sizing: border-box;
   padding: 75px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#contact > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#contact > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#contact > .row > .col-1
{
   float: left;
}
#contact > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#contact > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 25px 0 25px;
}
#contact:before,
#contact:after,
#contact .row:before,
#contact .row:after
{
   display: table;
   content: " ";
}
#contact:after,
#contact .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#contact > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_links
{
   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;
}
#links
{
   box-sizing: border-box;
   padding: 25px 15px 75px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1170px;
}
#links > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#links > .row > .col-1, #links > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#links > .row > .col-1, #links > .row > .col-2
{
   float: left;
}
#links > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#links > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#links:before,
#links:after,
#links .row:before,
#links .row:after
{
   display: table;
   content: " ";
}
#links:after,
#links .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#links > .row > .col-1, #links > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_footer
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #222222;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footer
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1024px;
}
#footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footer > .row > .col-1
{
   float: left;
}
#footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#footer:before,
#footer:after,
#footer .row:before,
#footer .row:after
{
   display: table;
   content: " ";
}
#footer:after,
#footer .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#footer > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_footerText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerText
{
   color: #A9A9A9;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 15px;
   line-height: 20px;
}
#wb_footerText p, #wb_footerText ul
{
   margin: 0;
   padding: 0;
}
#wb_footerText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#upStickyLayer
{
   background-color: #3E3E3E;
   background-image: none;
   border-radius: 50%;
   opacity: 0.77;
}
#wb_upIcon
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #3E3E3E;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 4px 4px 4px 4px;
   vertical-align: top;
}
#wb_upIcon a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#upIcon
{
   height: 24px;
   width: 24px;
}
#upIcon i
{
   color: #FFFFFF;
   display: inline-block;
   font-size: 24px;
   line-height: 24px;
   vertical-align: middle;
   width: 23px;
}
#wb_upIcon:hover #upIcon i
{
   color: #007BFF;
}
#wb_servicesHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#servicesHeading
{
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   -webkit-text-stroke: 1px #1167b8;
   text-stroke: 1px #1167b8;
}
#wb_servicesText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0 0 20px 0 ;
   text-align: center;
}
#wb_servicesText2
{
   color: #594B3E;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 32px;
}
#wb_servicesText2 p, #wb_servicesText2 ul
{
   margin: 0;
   padding: 0;
}
#wb_servicesText2
{
   display: block;
   margin: 0 0 20px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#wb_linksCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 25px 0 0 0 ;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#linksCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#linksCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
}
#linksCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 13px;
   line-height: 16.9px;
}
#linksCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #222222;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#linksCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #222222;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#linksCard1-card-item4
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#linksCard1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#linksCard1-card-item5
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#linksCard1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#linksCard1-card-item6
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#linksCard1-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#linksCard1-card-item7
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#linksCard1-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#linksCard1-card-item8
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#linksCard1-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
}
#wb_linksHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 25px 0 20px 0 ;
   padding: 0;
   text-align: left;
}
#linksHeading
{
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
}
#wb_linksText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_linksText
{
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 13px;
   line-height: 19px;
}
#wb_linksText p, #wb_linksText ul
{
   margin: 0;
   padding: 0;
}
#wb_linksText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#linksEmail
{
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   text-align: left;
   box-sizing: border-box;
   width: 100%;
   padding: 14px 4px 14px 4px;
}
#linksEmail:focus
{
   outline: 0;
}
#wb_linksEmail
{
   position: relative;
   margin: 0 0 16px 0 ;
}
#linksEmail::placeholder
{
   color: #CCCCCC;
   opacity: 1;
}
#linksEmail::-ms-input-placeholder
{
   color: #CCCCCC;
}
#linksEmail-label
{
   display: flex;
   align-items: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 0;
   height: 100%;
   pointer-events: none;
   box-sizing: border-box;
   border: 1px solid transparent;
   color: #CCCCCC;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   margin-left: 4px;
   transform-origin: 0 0;
   transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
#linksEmail::-moz-placeholder
{
   color: transparent;
}
#linksEmail::placeholder
{
   color: transparent;
}
#linksEmail:not(:-moz-placeholder-shown)
{
   padding-top: 21px;
   padding-bottom: 7px;
}
#linksEmail:focus, #linksEmail:not(:placeholder-shown)
{
   padding-top: 21px;
   padding-bottom: 7px;
}
#linksEmail:-webkit-autofill
{
   padding-top: 21px;
   padding-bottom: 7px;
}
#linksEmail:not(:-moz-placeholder-shown)~label
{
   opacity: .65;
   transform: scale(.85) translateY(calc(-50% - 0.8em));
}
#linksEmail:focus~label, #linksEmail:not(:placeholder-shown)~label
{
   opacity: .65;
   transform: scale(.85) translateY(calc(-50% - 0.8em));
}
#linksEmail:-webkit-autofill~label
{
   opacity: .65;
   transform: scale(.85) translateY(calc(-50% - 0.8em));
}
#linksButton
{
   border: 1px solid #1167b8;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
}
#linksButton:focus
{
   outline: 0;
}
#wb_buySellHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0 0 10px 0 ;
   padding: 0;
   text-align: center;
}
#buySellHeading
{
   color: #4A4A4D;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   -webkit-text-stroke: 1px #FFFFFF;
   text-stroke: 1px #FFFFFF;
}
#wb_buySellText 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_buySellText div
{
   text-align: center;
}
#wb_buySellText
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_caseStudiesHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#caseStudiesHeading
{
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   -webkit-text-stroke: 1px #1167b8;
   text-stroke: 1px #1167b8;
}
#wb_servicesText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 20px 0;
   margin: 0;
   text-align: center;
}
#wb_servicesText1
{
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 29px;
}
#wb_servicesText1 p, #wb_servicesText1 ul
{
   margin: 0;
   padding: 0;
}
#wb_servicesText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_caseStudiesCarousel
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_caseStudiesCarousel
{
   box-sizing: border-box;
width: 100%;}
#caseStudiesCarousel
{
   position: relative;
   margin: 0;
   line-height: 1;
   height: 100%;
   box-sizing: border-box;
}
#caseStudiesCarousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
   perspective: 1200px;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#caseStudiesCarousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#caseStudiesCarousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transform: translate3d(0, 0, 0);
   transform-style: preserve-3d;
   transition: opacity 800ms ease-in-out;
   height: 100%;
   text-align: left;
}
#caseStudiesCarousel .carousel-item-inner
{
   min-height: 272px;
   padding: 0;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   justify-content: flex-start;
   height: 100%;
   box-sizing: border-box;
}
#caseStudiesCarousel .carousel-inner > .carousel-item > img, #caseStudiesCarousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#caseStudiesCarousel .carousel-inner > .active, #caseStudiesCarousel .carousel-inner > .carousel-item-next, #caseStudiesCarousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#caseStudiesCarousel .carousel-inner > .active
{
   animation: caseStudiesCarousel-animation-show 800ms ease 0ms both;
}
#caseStudiesCarousel .carousel-inner > .carousel-item-next, #caseStudiesCarousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#caseStudiesCarousel .carousel-inner > .carousel-item-next.carousel-item-start, #caseStudiesCarousel .carousel-inner > .carousel-item-prev.carousel-item-end
{
   animation: caseStudiesCarousel-animation-show 800ms ease 0ms both;
}
#caseStudiesCarousel .carousel-inner > .active.carousel-item-start, #caseStudiesCarousel .carousel-inner > .active.carousel-item-end
{
   animation: caseStudiesCarousel-animation-hide 800ms ease both;
   z-index: 999;
}
#caseStudiesCarousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -84px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#caseStudiesCarousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 29px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: #D5D5D5;
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 27px solid transparent;
}
#caseStudiesCarousel .carousel-indicators .active
{
   background-color: #4A4A4D;
}
#caseStudiesCarousel .frame
{
   width: 940px;
   display: inline-block;
   float: left;
   height: 272px;
}
@keyframes caseStudiesCarousel-animation-show
{
   0%   { opacity: 0; transform: scale(0.8); }
   100% { opacity: 1; transform: scale(1.0); }
}
@keyframes caseStudiesCarousel-animation-hide
{
   0%   { transform: translateX(0); }
   100% { transform: translateX(-100%); }
}
#wb_caseStudiesCard1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#caseStudiesCard1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#caseStudiesCard1-card-item0
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: italic;
   font-size: 16px;
}
#caseStudiesCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #2B2B2E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_caseStudiesCard2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#caseStudiesCard2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#caseStudiesCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#caseStudiesCard2-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #999999;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#wb_welcome-text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcome-text5
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_welcome-text5 p, #wb_welcome-text5 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcome-text6
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
}
#wb_welcome-text6 p, #wb_welcome-text6 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcome-text1
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_welcome-text1 p, #wb_welcome-text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcome-text2
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
}
#wb_welcome-text2 p, #wb_welcome-text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-left-in 1000ms linear 300ms 1 normal both;
}
#wb_welcome-text3
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 16px;
   line-height: 23px;
}
#wb_welcome-text3 p, #wb_welcome-text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_welcome-text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 10px 0;
   margin: 0;
   text-align: center;
   animation: slide-right-in 1000ms linear 1000ms 1 normal both;
}
#wb_welcome-text4
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: 700;
   font-size: 32px;
   line-height: 46px;
}
#wb_welcome-text4 p, #wb_welcome-text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card15
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card15-card-item1
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #1167b8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card15-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item1
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #4A4A4D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card2-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item1
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #4A4A4D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card3-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item1
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #4A4A4D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   display: inline-block;
   height: 37px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#wb_Card57
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#Card57-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card57-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -50px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card57-card-item1
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: rgba(0,0,0,0.64);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card57-card-item2
{
   box-sizing: border-box;
   margin: 35px 25px 20px 25px;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card57-card-item3
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: center;
}
#Card57-card-item4
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: center;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -50px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card4-card-item1
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: rgba(0,0,0,0.64);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 35px 25px 20px 25px;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: center;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: center;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 3px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -50px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   display: inline-block;
   height: 32px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: rgba(0,0,0,0.64);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 35px 25px 20px 25px;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: center;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   line-height: 18.2px;
   text-align: center;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#Heading1
{
   color: #242427;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   -webkit-text-stroke: 1px #FFFFFF;
   text-stroke: 1px #FFFFFF;
}
#Editbox1
{
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   box-sizing: border-box;
   text-align: left;
   box-sizing: border-box;
   width: 100%;
   padding: 14px 4px 14px 4px;
}
#Editbox1:focus
{
   outline: 0;
}
#wb_Editbox1
{
   position: relative;
   margin: 0 0 16px 0 ;
}
#Editbox1::placeholder
{
   color: #CCCCCC;
   opacity: 1;
}
#Editbox1::-ms-input-placeholder
{
   color: #CCCCCC;
}
#Editbox1-label
{
   display: flex;
   align-items: center;
   position: absolute;
   top: 50%;
   transform: translateY(-50%);
   left: 0;
   height: 100%;
   pointer-events: none;
   box-sizing: border-box;
   border: 1px solid transparent;
   color: #CCCCCC;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   margin-left: 4px;
   transform-origin: 0 0;
   transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}
#Editbox1::-moz-placeholder
{
   color: transparent;
}
#Editbox1::placeholder
{
   color: transparent;
}
#Editbox1:not(:-moz-placeholder-shown)
{
   padding-top: 21px;
   padding-bottom: 7px;
}
#Editbox1:focus, #Editbox1:not(:placeholder-shown)
{
   padding-top: 21px;
   padding-bottom: 7px;
}
#Editbox1:-webkit-autofill
{
   padding-top: 21px;
   padding-bottom: 7px;
}
#Editbox1:not(:-moz-placeholder-shown)~label
{
   opacity: .65;
   transform: scale(.85) translateY(calc(-50% - 0.8em));
}
#Editbox1:focus~label, #Editbox1:not(:placeholder-shown)~label
{
   opacity: .65;
   transform: scale(.85) translateY(calc(-50% - 0.8em));
}
#Editbox1:-webkit-autofill~label
{
   opacity: .65;
   transform: scale(.85) translateY(calc(-50% - 0.8em));
}
#TextArea1
{
   box-sizing: border-box;
   width: 100%;
   height: 100%;
   border: 1px solid #CCCCCC;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   color: #555555;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: left;
   padding: 20px 4px 4px 4px;
   overflow: auto;
   resize: none;
}
#wb_TextArea1
{
   position: relative;
   margin: 0 0 16px 0 ;
}
#TextArea1:focus
{
   outline: 0;
}
#TextArea1::placeholder
{
   color: #CCCCCC;
   opacity: 1;
}
#TextArea1::-ms-input-placeholder
{
   color: #CCCCCC;
}
#TextArea1-label
{
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   pointer-events: none;
   box-sizing: border-box;
   border: 1px solid transparent;
   color: #CCCCCC;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   padding: 10px 4px 4px 4px;
   transform-origin: 0 0;
   transition: opacity .1s ease-in-out,font-size .1s ease-in-out;
}
#TextArea1::-moz-placeholder
{
   color: transparent;
}
#TextArea1::placeholder
{
   color: transparent;
}
#TextArea1:not(:-moz-placeholder-shown)~label
{
   opacity: .65;
   font-size: 11.33px;
   padding-top: 4px;
}
#TextArea1:focus~label, #TextArea1:not(:placeholder-shown)~label
{
   opacity: .65;
   font-size:11.33px;
   padding-top: 4px;
}
#TextArea1:-webkit-autofill~label
{
   opacity: .65;
   font-size:11.33px;
   padding-top: 4px;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 10px 0;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   -webkit-text-stroke: 1px #1167b8;
   text-stroke: 1px #1167b8;
}
#wb_CssMenu5
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 20px 0 20px 0 ;
   text-align: center;
   z-index: 1111 !important;
}
#wb_CssMenu5 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   display: flex;
   justify-content: space-between;
}
#wb_CssMenu5 li
{
   margin: 0;
   padding: 0px 0px 0px 0px;
}
#wb_CssMenu5 a
{
   display: block;
   float: left;
   color: #FFFFFF;
   border: 1px solid #2B2B2E;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   height: 38px;
   line-height: 38px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   text-align: center;
}
#wb_CssMenu5 li:hover a, #wb_CssMenu5 a:hover
{
   color: #FFFFFF;
}
.CssMenu5-effect:before
{
   border: 1px solid #1167b8;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu5 li.firstmain
{
   padding-left: 0px;
}
#wb_CssMenu5 li.lastmain
{
   padding-right: 0px;
}
#wb_CssMenu5 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
.CssMenu5-effect
{
   display: inline-block;
   position: relative;
   transform: perspective(0px) translateX(0);
   transition: color 500ms linear;
}
.CssMenu5-effect:before
{
   content: "";
   position: absolute;
   top: 0;
   height: 0px;
   right: 0;
   left: 0;
   z-index: -1;
   opacity: 0;
   transform: scaleX(0);
   transform-origin: 50%;
   transition: all 500ms linear;
}
.CssMenu5-effect:hover:before, .CssMenu5-effect:focus:before, .CssMenu5-effect.active:before
{
   transform: scaleX(1);
   opacity: 1;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Card6-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #999999;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #999999;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 16px;
}
.DropdownMenu1 .nav
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #454545;
   text-align: left;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.DropdownMenu1 .nav:before,
.DropdownMenu1 .nav:after 
{
   content: " ";
   display: table;
}
.DropdownMenu1 .nav:after 
{
   clear: both;
}
.DropdownMenu1 .nav a 
{
   text-decoration: none;
}
.DropdownMenu1 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.DropdownMenu1 .nav ul ul
{
   margin-bottom: 0;
}
.DropdownMenu1 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.DropdownMenu1 .container:before,
.DropdownMenu1 .container:after 
{
   content: " ";
   display: table;
}
.DropdownMenu1 .container:after 
{
   clear: both;
}
.DropdownMenu1 .collapse 
{
   display: none;
}
.DropdownMenu1 .collapse.show 
{
   display: block;
}
.DropdownMenu1 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.DropdownMenu1 .caret, .DropdownMenu1 .caret-right
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 4px;
   vertical-align: middle;
   border-top: 4px solid #000;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
.DropdownMenu1 .dropdown 
{
   position: relative;
}
.DropdownMenu1 .dropdown-toggle:focus 
{
   outline: 0;
}
.DropdownMenu1 .dropdown-menu 
{
   position: absolute;
   top: 100%;
   left: 0;
   z-index: 1000;
   display: none;
   float: left;
   min-width: 160px;
   padding: 5px 0;
   margin: 2px 0 0;
   list-style: none;
   font-size: 13px;
   background-color: #F6F6F6;
   background-image: none;
   border: 1px solid rgba(197,197,197,1.00);
   border-radius: 0px;
   background-clip: padding-box;
}
.DropdownMenu1 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.DropdownMenu1 .dropdown-menu>li>a 
{
   display: block;
   padding: 3px 20px 3px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #454545;
   white-space: nowrap;
}
.DropdownMenu1 .dropdown-menu>li>a:hover,
.DropdownMenu1 .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #1167b8;
   background-color: #EDEDED;
   background-image: none;
}
.DropdownMenu1 .dropdown-menu>li>a.active,
.DropdownMenu1 .dropdown-menu>li>a.active:hover,
.DropdownMenu1 .dropdown-menu>li>a.active:focus
{
   color: #1167b8;
   background-color: #EDEDED;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.DropdownMenu1 .show>.dropdown-menu 
{
   display: block;
}
.DropdownMenu1 .show>a 
{
   outline: 0;
}
.DropdownMenu1 .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.DropdownMenu1 .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.DropdownMenu1 .nav>li 
{
   position: relative;
   display: block;
}
.DropdownMenu1 .nav>li>a
{
   position: relative;
   display: block;
   padding: 10px 15px 10px 15px;
}
.DropdownMenu1 .nav .show>a,
.DropdownMenu1 .nav .show>a:hover,
.DropdownMenu1 .nav .show>a:focus 
{
    border-color: #333333;
}
.DropdownMenu1 .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #C5C5C5;
}
.DropdownMenu1 .nav .caret 
{
   border-top-color: #333333;
   border-bottom-color: #333333;
}
.DropdownMenu1
{
   position: relative;
}
.DropdownMenu1:before,
.DropdownMenu1:after
{
   content: " ";
   display: table;
}
.DropdownMenu1:after
{
   clear: both;
}
.DropdownMenu1 .navbar-header:before,
.DropdownMenu1 .navbar-header:after
{
   content: " ";
   display: table;
}
.DropdownMenu1 .navbar-header:after
{
   clear: both;
}
.DropdownMenu1-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.DropdownMenu1-navbar-collapse:before,
.DropdownMenu1-navbar-collapse:after
{
   content: " ";
   display: table;
}
.DropdownMenu1-navbar-collapse:after
{
   clear: both;
}
.DropdownMenu1-navbar-collapse.show 
{
   overflow-y: auto;
}
.DropdownMenu1 .navbar-toggle 
{
   position: relative;
   float: left;
   padding: 9px 10px 8px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 0px;
}
.DropdownMenu1 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.DropdownMenu1 .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.DropdownMenu1 .navbar-nav
{
   margin: 6px -15px;
}
.DropdownMenu1 .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
   border-top-right-radius: 0;
   border-top-left-radius: 0;
}
.DropdownMenu1 .navbar-nav>li>a
{
   color: #454545;
}
.DropdownMenu1 .navbar-nav>li>a:hover,
.DropdownMenu1 .navbar-nav>li>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #1167b8;
   text-decoration: none;
}
.DropdownMenu1 .navbar-nav>li>a.active,
.DropdownMenu1 .navbar-nav>li>a.active:hover,
.DropdownMenu1 .navbar-nav>li>a.active:focus
{
   color: #1167b8;
   background-color: #EDEDED;
   background-image: none;
}
.DropdownMenu1 .navbar-toggle
{
   border: 1px solid transparent;
}
.DropdownMenu1 .navbar-toggle:hover,
.DropdownMenu1 .navbar-toggle:focus
{
   background-color: transparent;
}
.DropdownMenu1 .navbar-toggle .icon-bar
{
   background-color: #FFFFFF;
}
.DropdownMenu1-navbar-collapse
{
   border-color: rgba(197,197,197,1.00);
}
.DropdownMenu1 .navbar-nav>.dropdown>a:hover .caret,
.DropdownMenu1 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #1167b8;
   border-bottom-color: #1167b8;
}
.DropdownMenu1 .navbar-nav>.show>a,
.DropdownMenu1 .navbar-nav>.show>a:hover,
.DropdownMenu1 .navbar-nav>.show>a:focus
{
   background-color: #EDEDED;
   background-image: none;
   color: #1167b8;
}
.DropdownMenu1 .navbar-nav>.show>a .caret,
.DropdownMenu1 .navbar-nav>.show>a:hover .caret,
.DropdownMenu1 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #1167b8;
   border-bottom-color: #1167b8;
}
.DropdownMenu1 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #454545;
   border-bottom-color: #454545;
}
.DropdownMenu1 .navbar-link
{
   color: #454545;
}
.DropdownMenu1 .navbar-link:hover
{
   color: #1167b8;
}
.DropdownMenu1 .navbar-header
{
   color: #FFFFFF;
}
@media (min-width: 768px) 
{
.DropdownMenu1 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.DropdownMenu1 .navbar-header
{
   float: left;
}
.DropdownMenu1-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.DropdownMenu1-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.DropdownMenu1-navbar-collapse.show
{
   overflow-y: auto;
}
.DropdownMenu1 .navbar-toggle
{
   display: none;
}
.DropdownMenu1 .navbar-nav 
{
   float: left;
   margin: 0;
}
.DropdownMenu1 .navbar-nav>li 
{
   float: left;
}
.DropdownMenu1 .container>.navbar-header,
.DropdownMenu1 .container>.DropdownMenu1-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.DropdownMenu1 .navbar-nav>.dropdown>a:hover .caret,
.DropdownMenu1 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 768px) 
{
.DropdownMenu1 
{
   background-color: rgba(51,51,51,0.00);
   background-image: none;
   border: 1px solid #333333;
}
.DropdownMenu1 .navbar-nav
{
   margin: 0;
   background-color: #F6F6F6;
   background-image: none;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu
{
   position: static !important;
   transform: translate3d(0px, 0px, 0px) !important;
   float: none;
   width: auto;
   margin-top: 0;
   background-color: transparent;
   border: 0;
   box-shadow: none;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu>li>a,
.DropdownMenu1 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 25px;
}
.DropdownMenu1 .navbar-nav .show .dropdown-menu>li>a 
{
   line-height: 20px;
}
}
@media (min-width: 768px) 
{
.DropdownMenu1 
{
   background-color: rgba(51,51,51,0.00);
   background-image: none;
   border: 1px solid #333333;
   border-radius: 0px;
}
.DropdownMenu1 .navbar-nav>li>a
{
   color: #FFFFFF;
}
.DropdownMenu1 .navbar-nav>li>a:hover,
.DropdownMenu1 .navbar-nav>li>a:focus
{
   color: #FFFFFF;
   background-color: #1167b8;
   background-image: none;
}
.DropdownMenu1 .navbar-nav>li>a.active,
.DropdownMenu1 .navbar-nav>li>a.active:hover,
.DropdownMenu1 .navbar-nav>li>a.active:focus
{
   color: #FFFFFF;
   background-color: #1167b8;
   background-image: none;
}
.DropdownMenu1 .navbar-nav>.show>a,
.DropdownMenu1 .navbar-nav>.show>a:hover,
.DropdownMenu1 .navbar-nav>.show>a:focus
{
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
}
.DropdownMenu1 .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.DropdownMenu1 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.DropdownMenu1 .navbar-nav > li > a.active > .caret,
.DropdownMenu1 .navbar-nav > li > a.active:hover > .caret,
.DropdownMenu1 .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.DropdownMenu1 .navbar-nav>.show>a .caret,
.DropdownMenu1 .navbar-nav>.show>a:hover .caret,
.DropdownMenu1 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.DropdownMenu1 .navbar-link
{
   color: #FFFFFF;
}
.DropdownMenu1 .navbar-link:hover 
{
   color: #fff;
}
}
#DropdownMenu1 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_DropdownMenu1
{
   z-index: 1111 !important;
}
#TextArea1
{
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 24;
}
#wb_Card1
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 12;
}
#linksEmail
{
}
#Html1
{
   display: inline-block;
   width: 263px;
   height: 98px;
   z-index: 27;
}
#wb_servicesHeading
{
   display: inline-block;
   width: 100%;
   z-index: 9;
}
#wb_upIcon
{
   position: absolute;
   left: 9px;
   top: 8px;
   width: 24px;
   height: 24px;
   text-align: center;
   z-index: 37;
}
#wb_TextArea1
{
   display: inline-block;
   width: 100%;
   height: 98px;
   z-index: 34;
}
#wb_linksEmail
{
   display: inline-block;
   width: 100%;
   height: 44px;
   z-index: 33;
}
#wb_caseStudiesCarousel
{
}
#wb_Card3
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 14;
}
#Editbox1
{
}
#wb_Card2
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 13;
}
#wb_Card15
{
   display: flex;
   width: calc(100% - 20px);
   z-index: 11;
}
#wb_welcome-carousel
{
}
#wb_CssMenu5
{
   display: inline-block;
   width: 100%;
   z-index: 0;
}
#wb_caseStudiesCard2
{
   display: flex;
   width: 100%;
   z-index: 22;
}
#wb_linksCard1
{
   display: flex;
   width: 100%;
   z-index: 30;
}
#wb_caseStudiesCard1
{
   display: flex;
   width: 100%;
   z-index: 21;
}
#wb_Editbox1
{
   display: inline-block;
   width: 100%;
   height: 44px;
   z-index: 32;
}
#wb_buySellHeading
{
   display: inline-block;
   width: 100%;
   z-index: 15;
}
#linksButton
{
   display: inline-block;
   width: 170px;
   height: 45px;
   z-index: 35;
}
#wb_linksHeading
{
   display: inline-block;
   width: 100%;
   z-index: 31;
}
#wb_Heading2
{
   display: inline-block;
   width: 100%;
   z-index: 28;
}
#wb_Heading1
{
   display: inline-block;
   width: 100%;
   z-index: 26;
}
#wb_Card57
{
   display: flex;
   width: 100%;
   z-index: 17;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#upStickyLayer
{
   position: fixed;
   text-align: left;
   left: auto;
   right: 25px;
   top: auto;
   bottom: 25px;
   width: 50px;
   height: 50px;
   z-index: 56;
}
#wb_caseStudiesHeading
{
   display: inline-block;
   width: 100%;
   z-index: 20;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 18;
}
#wb_DropdownMenu1
{
   display: none;
   width: 100%;
   z-index: 1;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 23;
}
@media only screen and (max-width: 969px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: visible;
   display: table;
   border: 0px solid #1167b8;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0 15px 0 15px;
}
#header .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_layoutGridWelcome
{
   visibility: hidden;
   display: none;
}
#wb_layoutGridWelcome
{
   height: 100vh;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridWelcome
{
   height: 100vh;
   padding: 0;
}
#wb_welcome-carousel
{
   visibility: visible;
   display: block;
}
#welcome-carousel_back
{
   top: 40%;
}
#welcome-carousel_next
{
   top: 40%;
}
#wb_welcome-carousel
{
   margin: 0;
   height: 100vh;
}
#welcome-carousel .carousel-item-inner
{
   padding: 0 0 50px 0;
}
#wb_layoutGridBand
{
   visibility: visible;
   display: table;
}
#wb_layoutGridBand
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridBand
{
   height: auto;
   padding: 75px 15px 0 15px;
}
#layoutGridBand .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_teamLayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_teamLayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#teamLayoutGrid2
{
   height: auto;
   padding: 50px 15px 75px 15px;
}
#teamLayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_layoutGridTour
{
   visibility: visible;
   display: table;
}
#wb_layoutGridTour
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridTour
{
   height: auto;
   padding: 75px 15px 25px 15px;
}
#layoutGridTour .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_firstStepsLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_firstStepsLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#firstStepsLayoutGrid
{
   height: auto;
   padding: 0 30px 75px 30px;
}
#firstStepsLayoutGrid .row
{
   margin-right: -30px;
   margin-left: -30px;
}
#wb_layoutGridReviews1
{
   visibility: visible;
   display: table;
}
#wb_layoutGridReviews1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridReviews1
{
   height: auto;
   padding: 75px 15px 25px 15px;
}
#layoutGridReviews1 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_layoutGridReviews2
{
   visibility: visible;
   display: table;
}
#wb_layoutGridReviews2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridReviews2
{
   height: auto;
   padding: 0 15px 75px 15px;
}
#layoutGridReviews2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_layoutGridPerformance
{
   visibility: visible;
   display: table;
}
#wb_layoutGridPerformance
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#layoutGridPerformance
{
   height: auto;
   padding: 50px 15px 50px 15px;
}
#layoutGridPerformance .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_videoLayoutGrid
{
   visibility: visible;
   display: table;
}
#wb_videoLayoutGrid
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#videoLayoutGrid
{
   height: auto;
   padding: 150px 15px 150px 15px;
}
#videoLayoutGrid .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_contact
{
   visibility: visible;
   display: table;
}
#wb_contact
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#contact
{
   height: auto;
   padding: 75px 15px 25px 15px;
}
#contact .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#wb_links
{
   visibility: visible;
   display: table;
}
#wb_links
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#links
{
   height: auto;
   padding: 25px 15px 75px 15px;
}
#links .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#links > .row > .col-1, #links > .row > .col-2
{
   padding-right: 15px;
   padding-left: 15px;
}
#links > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#links > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_footer
{
   visibility: visible;
   display: table;
}
#wb_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footer
{
   height: auto;
   padding: 25px 15px 25px 15px;
}
#footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#footer > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_footerText
{
   visibility: visible;
   display: block;
}
#wb_footerText
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 11px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 15px;
}
#upStickyLayer
{
   width: 16px;
   height: 16px;
   visibility: hidden;
   display: none;
}
#wb_upIcon
{
   left: 3px;
   top: 3px;
   width: 2px;
   height: 2px;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 4px 4px 4px 4px;
}
#upIcon
{
   width: 2px;
   height: 2px;
}
#upIcon i
{
   line-height: 2px;
   font-size: 2px;
   width: 1px;
}
#wb_servicesHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
   font-size: 19px;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_servicesHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   text-align: center;
}
#servicesHeading
{
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   -webkit-text-stroke: 1px #1167b8;
   text-stroke: 1px #1167b8;
}
#wb_servicesText2
{
   visibility: visible;
   display: block;
}
#wb_servicesText2
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 11px;
   margin: 0 0 20px 0 ;
   padding: 0 0 20px 0;
   text-align: center;
   line-height: 21px;
}
#wb_linksCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 25px 0 0 0 ;
}
#linksCard1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#linksCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 11px;
   line-height: 14.3px;
}
#linksCard1-card-item2
{
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   padding: 0;
   color: #222222;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item3
{
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 0;
   color: #222222;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item4
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item4 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   width: 11px;
}
#linksCard1-card-item5
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item5 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item5 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   width: 11px;
}
#linksCard1-card-item6
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0 10px 0 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item6 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item6 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   width: 11px;
}
#linksCard1-card-item7
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #222222;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item7 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item7 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   width: 11px;
}
#linksCard1-card-item8
{
   display: inline-block;
   height: 27px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   padding: 8px 8px 8px 8px;
   border: 0px solid #000000;
   border-radius: 50%;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#linksCard1-card-item8 a
{
   color: inherit;
   text-decoration: none;
}
#linksCard1-card-item8 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 11px;
   width: 11px;
}
#wb_linksCard1
{
   text-align: left;
}
#wb_linksHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 25px 0 20px 0 ;
   padding: 0;
   font-size: 19px;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_linksHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   text-align: left;
}
#linksHeading
{
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: left;
}
#wb_linksText
{
   visibility: visible;
   display: block;
}
#wb_linksText
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 13px;
   margin: 0;
   padding: 0;
   text-align: center;
   line-height: 19px;
}
#wb_linksEmail
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 16px 0 ;
}
#linksEmail
{
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 11px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#linksEmail
{
   line-height: 30px;
}
#linksButton
{
   width: 290px;
   height: 43px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 1px 6px 1px 6px;
   font-size: 11px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_buySellHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 10px 0 ;
   padding: 0;
   font-size: 19px;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_buySellHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   text-align: center;
}
#buySellHeading
{
   color: #4A4A4D;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   -webkit-text-stroke: 1px #FFFFFF;
   text-stroke: 1px #FFFFFF;
}
#wb_buySellText
{
   visibility: visible;
   display: block;
}
#wb_buySellText
{
   margin: 0;
   padding: 0;
}
#wb_caseStudiesHeading
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 19px;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_caseStudiesHeading
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   text-align: center;
}
#caseStudiesHeading
{
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   -webkit-text-stroke: 1px #1167b8;
   text-stroke: 1px #1167b8;
}
#wb_servicesText1
{
   visibility: visible;
   display: block;
}
#wb_servicesText1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-size: 11px;
   margin: 0;
   padding: 0 0 20px 0;
   text-align: center;
   line-height: 20px;
}
#wb_caseStudiesCarousel
{
   width: 100%;
   visibility: visible;
   display: block;
}
#wb_caseStudiesCarousel
{
   margin: 0;
}
#caseStudiesCarousel .carousel-item-inner
{
   min-height: 284px;
   padding: 0;
}
#wb_caseStudiesCard1
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#caseStudiesCard1-card-item0
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: italic;
   font-size: 13px;
}
#caseStudiesCard1-card-item1
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #2B2B2E;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#wb_caseStudiesCard1
{
   text-align: center;
}
#wb_caseStudiesCard2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#caseStudiesCard2-card-item0
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#caseStudiesCard2-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #999999;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 11px;
}
#wb_caseStudiesCard2
{
   text-align: center;
}
#wb_welcome-text5
{
   visibility: visible;
   display: block;
}
#wb_welcome-text5
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text6
{
   visibility: visible;
   display: block;
}
#wb_welcome-text6
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text1
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text1
{
   margin: 0;
   padding: 0;
}
#wb_welcome-text2
{
   visibility: hidden;
   display: none;
}
#wb_welcome-text2
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text3
{
   visibility: visible;
   display: block;
}
#wb_welcome-text3
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_welcome-text4
{
   visibility: visible;
   display: block;
}
#wb_welcome-text4
{
   margin: 0;
   padding: 0 0 10px 0;
}
#wb_Card15
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
}
#Card15-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card15-card-item1
{
   display: inline-block;
   height: 30px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #1167b8 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card15-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#wb_Card15
{
   text-align: center;
}
#wb_Card1
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card1-card-item1
{
   display: inline-block;
   height: 30px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#Card1-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #4A4A4D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card1-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card2
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
}
#Card2-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card2-card-item1
{
   display: inline-block;
   height: 30px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#Card2-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #4A4A4D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card2-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#wb_Card2
{
   text-align: center;
}
#wb_Card3
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 0 10px 0 10px;
}
#Card3-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -15px 0 ;
   padding: 0;
   border: 6px solid #4A4A4D;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card3-card-item1
{
   display: inline-block;
   height: 30px;
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   width: calc(100% - 60px);
   padding: 15px 0 4px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #1167b8;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 0 30px 0 30px;
   border-top: 1px #4A4A4D solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card3-card-item3
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: -1px 30px 20px 30px;
   width: calc(100% - 60px);
   padding: 4px 0 20px 0;
   border: 0px solid #4A4A4D;
   border-radius: 0px;
   background-color: #4A4A4D;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card57
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card57-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -50px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card57-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: rgba(0,0,0,0.64);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card57-card-item2
{
   box-sizing: border-box;
   margin: 35px 25px 20px 25px;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card57-card-item3
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card57-card-item4
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   line-height: 15.4px;
   text-align: center;
}
#wb_Card57
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -50px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card4-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: rgba(0,0,0,0.64);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 35px 25px 20px 25px;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card4-card-item4
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   line-height: 15.4px;
   text-align: center;
}
#wb_Card4
{
   text-align: center;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card5-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -50px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#Card5-card-item1
{
   display: inline-block;
   height: 31px;
   box-sizing: border-box;
   margin: 0 10px 0 10px;
   padding: 10px 16px 10px 16px;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: rgba(0,0,0,0.64);
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 35px 25px 20px 25px;
   padding: 0;
   color: #1167b8;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
   text-align: center;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0 25px 0 25px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   text-align: center;
}
#Card5-card-item4
{
   box-sizing: border-box;
   margin: 20px 25px 20px 25px;
   padding: 0;
   color: #666666;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 11px;
   line-height: 15.4px;
   text-align: center;
}
#wb_Card5
{
   text-align: center;
}
#wb_Heading1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0;
   font-size: 19px;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   text-align: center;
}
#Heading1
{
   color: #242427;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   -webkit-text-stroke: 1px #FFFFFF;
   text-stroke: 1px #FFFFFF;
}
#wb_Editbox1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0 0 16px 0 ;
}
#Editbox1
{
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 11px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#Editbox1
{
   line-height: 49px;
}
#wb_TextArea1
{
   width: 100%;
   height: 85px;
   visibility: visible;
   display: block;
   margin: 0 0 16px 0 ;
   padding: 4px 4px 4px 4px;
   text-align: left;
   font-size: 11px;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 0 0 10px 0;
   font-size: 19px;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #FFFFFF;
   font-family: "Open Sans Bold";
   font-weight: bold;
   font-style: normal;
   font-size: 19px;
   text-align: center;
   -webkit-text-stroke: 1px #1167b8;
   text-stroke: 1px #1167b8;
}
#wb_CssMenu5
{
   visibility: hidden;
   display: none;
   margin: 20px 0 20px 0 ;
   text-align: center;
}
#wb_CssMenu5 li
{
}
#wb_CssMenu5 a
{
   color: #FFFFFF;
   border: 1px solid #2B2B2E;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 11px;
   font-style: normal;
   text-decoration: none;
   height: 38px;
   line-height: 38px;
   text-align: center;
}
#wb_CssMenu5 li:hover a, #wb_CssMenu5 a:hover
{
   color: #FFFFFF;
}
.CssMenu5-effect:before
{
   border: 1px solid #1167b8;
   background-color: transparent;
   background-image: none;
}
#wb_CssMenu5 li
{
   padding: 0px 4px 0px 0px;
}
#Html1
{
   width: 140px;
   height: 58px;
   visibility: visible;
   display: inline-block;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #999999;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 11px;
}
#wb_Card6
{
   text-align: center;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0 30px 10px 30px;
   padding: 0;
   color: #FF0000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 11px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 30px 50px 30px 50px;
   padding: 0;
   color: #999999;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: italic;
   font-size: 11px;
}
#wb_Card7
{
   text-align: center;
}
#wb_DropdownMenu1
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
}
#DropdownMenu1, .DropdownMenu1 .nav, .DropdownMenu1 .dropdown-menu
{
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 13px;
}
}
#videoImageHotspots-hotspot-0:after
{
   color: #FFFFFF;
   content: "Watch Our Video!";
   font-family: "Arial";
   font-size: 14px;
   font-weight: bold;
   left: 50%;
   margin-left: -100%;
   position: absolute;
   text-align: center;
   top: 80px;
   width: 200%;
   z-index: 999;
}
        /* Center the player */
        .audio-container {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 300vh; /* Adjust this if you want to control the height of the player */
        }

        /* Style the audio player */
        audio {
            width: 200%; /* Make it responsive */
            max-width: 280px; /* Set a maximum width */
            min-width: 240px; /* Set a minimum width */
            background-color: #1167b8;
            padding: 10px;
            border-radius: 5px;
        }

        /* Style the play/pause button */
        audio::-webkit-media-controls-play-button,
        audio::-webkit-media-controls-pause-button {
            color: #1167b8;
            font-size: 20px;
        }
    