body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 15px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(0,77,64,1.00) rgba(255,255,255,1.00);
   scrollbar-width: thin;
}
*::-webkit-scrollbar
{
   width: 15px;
}
*::-webkit-scrollbar-track
{
   background: rgba(255,255,255,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(0,77,64,1.00);
   border-radius: 3px;
   border: 1px solid rgba(0,77,64,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(255,255,255,1.00);
}
a
{
   color: #254251;
   text-decoration: none;
}
a:visited
{
   color: #DC7215;
}
a:active
{
   color: #DC7215;
}
a:hover
{
   color: #DC7215;
   text-decoration: none;
}
#PageHeader1
{
   background-color: #B1BE16;
   background-image: none;
   border-radius: 0px;
   box-shadow: -2px 6px 18px rgba(0,0,0,0.10);
   box-sizing: border-box;
}
#wb_Image2
{
   vertical-align: top;
}
#Image2
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Layer2
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
.ThemeableMenu2 .nav
{
   font-family: Neusharp;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #004D40;
   text-align: left;
}
#ThemeableMenu2, .ThemeableMenu2 .nav, .ThemeableMenu2 *
{
   margin: 0;
   padding: 0;
   box-sizing: border-box;
   line-height: 1;
   list-style: none;
}
.ThemeableMenu2 .nav:before,
.ThemeableMenu2 .nav:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .nav:after 
{
   clear: both;
}
.ThemeableMenu2 .nav a 
{
   text-decoration: none;
}
.ThemeableMenu2 .nav ul
{
   margin-top: 0;
   margin-bottom: 0;
}
.ThemeableMenu2 .nav ul ul
{
   margin-bottom: 0;
}
.ThemeableMenu2 .container 
{
   margin-right: auto;
   margin-left: auto;
   padding: 0;
}
.ThemeableMenu2 .container:before,
.ThemeableMenu2 .container:after 
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .container:after 
{
   clear: both;
}
.ThemeableMenu2 .collapse 
{
   display: none;
}
.ThemeableMenu2 .collapse.show 
{
   display: block;
}
.ThemeableMenu2 .collapsing 
{
   position: relative;
   height: 0;
   overflow: hidden;
   transition: height .35s ease;
}
.ThemeableMenu2 .caret, .ThemeableMenu2 .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;
}
.ThemeableMenu2 .dropdown 
{
   position: relative;
}
.ThemeableMenu2 .dropdown-toggle:focus 
{
   outline: 0;
}
.ThemeableMenu2 .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: #F5F5F5;
   background-image: none;
   border: 1px solid rgba(245,245,245,1.00);
   border-radius: 2px;
   background-clip: padding-box;
}
.ThemeableMenu2 .dropdown-menu .divider
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #F5F5F5;
}
.ThemeableMenu2 .dropdown-menu>li>a 
{
   display: block;
   padding: 17px 20px 7px 20px;
   clear: both;
   line-height: 1.428571429;
   color: #004D40;
   white-space: nowrap;
}
.ThemeableMenu2 .dropdown-menu>li>a:hover,
.ThemeableMenu2 .dropdown-menu>li>a:focus 
{
   text-decoration: none;
   color: #B1BE16;
   background-color: #F5F5F5;
   background-image: none;
}
.ThemeableMenu2 .dropdown-menu>li>a.active,
.ThemeableMenu2 .dropdown-menu>li>a.active:hover,
.ThemeableMenu2 .dropdown-menu>li>a.active:focus
{
   color: #B1BE16;
   background-color: #F5F5F5;
   background-image: none;
   text-decoration: none;
   outline: 0;
}
.ThemeableMenu2 .show>.dropdown-menu 
{
   display: block;
}
.ThemeableMenu2 .show>a 
{
   outline: 0;
}
.ThemeableMenu2 .dropdown-header 
{
   display: block;
   padding: 3px 20px;
   line-height: 1.428571429;
   color: #aeaeae;
}
.ThemeableMenu2 .dropdown-backdrop 
{
   position: fixed;
   left: 0;
   right: 0;
   bottom: 0;
   top: 0;
   z-index: 990;
}
.ThemeableMenu2 .dropdown.show .dropdown-menu
{
   animation-name: ThemeableMenu2-animation;
   animation-duration: 500ms;
   animation-iteration-count: 1;
   animation-timing-function: linear;
   animation-fill-mode: forwards;
}
@keyframes ThemeableMenu2-animation
{
   0%
   {
      opacity: 0;
      transform: translateY(-10px);
   }
   100%
   {
      opacity: 1;
      transform: translateY(0);
   }
}
.ThemeableMenu2 .nav>li 
{
   position: relative;
   display: block;
}
.ThemeableMenu2 .nav>li>a
{
   position: relative;
   display: block;
   padding: 15px 10px 20px 5px;
}
.ThemeableMenu2 .nav .show>a,
.ThemeableMenu2 .nav .show>a:hover,
.ThemeableMenu2 .nav .show>a:focus 
{
    border-color: #D09800;
}
.ThemeableMenu2 .nav .nav-divider 
{
   height: 1px;
   margin: 9px 0;
   overflow: hidden;
   background-color: #F5F5F5;
}
.ThemeableMenu2 .nav .caret 
{
   border-top-color: #D09800;
   border-bottom-color: #D09800;
}
.ThemeableMenu2
{
   position: relative;
}
.ThemeableMenu2:before,
.ThemeableMenu2:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2:after
{
   clear: both;
}
.ThemeableMenu2 .navbar-header:before,
.ThemeableMenu2 .navbar-header:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2 .navbar-header:after
{
   clear: both;
}
.ThemeableMenu2-navbar-collapse 
{
   overflow-x: visible;
   -webkit-overflow-scrolling: touch;
}
.ThemeableMenu2-navbar-collapse:before,
.ThemeableMenu2-navbar-collapse:after
{
   content: " ";
   display: table;
}
.ThemeableMenu2-navbar-collapse:after
{
   clear: both;
}
.ThemeableMenu2-navbar-collapse.show 
{
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle 
{
   position: relative;
   float: right;
   padding: 17px 10px 16px 10px;
   background-color: transparent;
   border: 1px solid transparent;
   border-radius: 2px;
}
.ThemeableMenu2 .navbar-toggle .icon-bar 
{
   display: block;
   width: 22px;
   height: 2px;
   border-radius: 1px;
}
.ThemeableMenu2 .navbar-toggle .icon-bar+.icon-bar
{
   margin-top: 4px;
}
.ThemeableMenu2 .navbar-nav
{
   margin: 6px -15px;
}
.ThemeableMenu2 .navbar-nav>li>.dropdown-menu
{
   margin-top: 0;
}
.ThemeableMenu2 .navbar-nav>li>a
{
   color: #004D40;
}
.ThemeableMenu2 .navbar-nav>li>a:hover,
.ThemeableMenu2 .navbar-nav>li>a:focus
{
   background-color: #F5F5F5;
   background-image: none;
   color: #B1BE16;
   text-decoration: none;
}
.ThemeableMenu2 .navbar-nav>li>a.active,
.ThemeableMenu2 .navbar-nav>li>a.active:hover,
.ThemeableMenu2 .navbar-nav>li>a.active:focus
{
   color: #B1BE16;
   background-color: #F5F5F5;
   background-image: none;
}
.ThemeableMenu2 .navbar-toggle
{
   border: 1px solid transparent;
}
.ThemeableMenu2 .navbar-toggle:hover,
.ThemeableMenu2 .navbar-toggle:focus
{
   background-color: transparent;
}
.ThemeableMenu2 .navbar-toggle .icon-bar
{
   background-color: #004D40;
}
.ThemeableMenu2-navbar-collapse
{
   border-color: rgba(245,245,245,1.00);
}
.ThemeableMenu2 .navbar-nav>.dropdown>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #B1BE16;
   border-bottom-color: #B1BE16;
}
.ThemeableMenu2 .navbar-nav>.show>a,
.ThemeableMenu2 .navbar-nav>.show>a:hover,
.ThemeableMenu2 .navbar-nav>.show>a:focus
{
   background-color: #F5F5F5;
   background-image: none;
   color: #B1BE16;
}
.ThemeableMenu2 .navbar-nav>.show>a .caret,
.ThemeableMenu2 .navbar-nav>.show>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #B1BE16;
   border-bottom-color: #B1BE16;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #004D40;
   border-bottom-color: #004D40;
}
.ThemeableMenu2 .navbar-link
{
   color: #004D40;
}
.ThemeableMenu2 .navbar-link:hover
{
   color: #B1BE16;
}
.ThemeableMenu2 .navbar-header
{
   color: #004D40;
}
@media (min-width: 60px) 
{
.ThemeableMenu2 .navbar-right .dropdown-menu
{
   right: 0;
   left: auto;
}
.ThemeableMenu2 .navbar-header
{
   float: left;
}
.ThemeableMenu2-navbar-collapse
{
   width: auto;
   border-top: 0;
   box-shadow: none;
}
.ThemeableMenu2-navbar-collapse.collapse
{
   display: block!important;
   height: auto!important;
   padding-bottom: 0;
   overflow: visible!important;
}
.ThemeableMenu2-navbar-collapse.show
{
   overflow-y: auto;
}
.ThemeableMenu2 .navbar-toggle
{
   display: none;
}
.ThemeableMenu2 .navbar-nav 
{
   float: right;
   margin: 0;
}
.ThemeableMenu2 .navbar-nav>li 
{
   float: left;
}
.ThemeableMenu2 .container>.navbar-header,
.ThemeableMenu2 .container>.ThemeableMenu2-navbar-collapse
{
   margin-right: 0;
   margin-left: 0;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.dropdown>a:focus .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
}
@media (max-width: 60px) 
{
.ThemeableMenu2 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(208,152,0,0.00);
}
.ThemeableMenu2 .navbar-nav
{
   margin: 0;
   background-color: #F5F5F5;
   background-image: none;
}
.ThemeableMenu2 .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;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu>li>a,
.ThemeableMenu2 .navbar-nav .show .dropdown-menu .dropdown-header
{
   padding: 5px 15px 5px 15px;
}
.ThemeableMenu2 .navbar-nav .show .dropdown-menu>li>a 
{
   line-height: 20px;
}
}
@media (min-width: 60px) 
{
.ThemeableMenu2 
{
   background-color: transparent;
   background-image: none;
   border: 1px solid rgba(208,152,0,0.00);
   border-radius: 2px;
}
.ThemeableMenu2 .navbar-nav>li>a
{
   color: #004D40;
}
.ThemeableMenu2 .navbar-nav>li>a:hover,
.ThemeableMenu2 .navbar-nav>li>a:focus
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav>li>a.active,
.ThemeableMenu2 .navbar-nav>li>a.active:hover,
.ThemeableMenu2 .navbar-nav>li>a.active:focus
{
   color: #FFFFFF;
   background-color: transparent;
   background-image: none;
}
.ThemeableMenu2 .navbar-nav>.show>a,
.ThemeableMenu2 .navbar-nav>.show>a:hover,
.ThemeableMenu2 .navbar-nav>.show>a:focus
{
   background-color: transparent;
   background-image: none;
   color: #FFFFFF;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a:hover .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu2 .navbar-nav>.dropdown>a .caret
{
   border-top-color: #004D40;
   border-bottom-color: #004D40;
}
.ThemeableMenu2 .navbar-nav > li > a.active > .caret,
.ThemeableMenu2 .navbar-nav > li > a.active:hover > .caret,
.ThemeableMenu2 .navbar-nav > li > a.active:focus > .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu2 .navbar-nav>.show>a .caret,
.ThemeableMenu2 .navbar-nav>.show>a:hover .caret,
.ThemeableMenu2 .navbar-nav>.show>a:focus .caret
{
   border-top-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
}
.ThemeableMenu2 .navbar-link
{
   color: #004D40;
}
.ThemeableMenu2 .navbar-link:hover 
{
   color: #fff;
}
}
.ThemeableMenu2 .navbar-nav > li:first-child > a
{
   border-top-left-radius: 2px;
   border-bottom-left-radius: 2px;
}
.ThemeableMenu2 .dropdown-menu > li:last-child > a
{
   border-bottom-left-radius: 2px;
   border-bottom-right-radius: 2px;
}
#ThemeableMenu2 i
{
   font-size: 16px;
   position: relative;
   left: 0;
   top: 0;
   margin-right: 4px;
   width: 16px;
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/apptek32.png');
   background-repeat: no-repeat;
   background-position: center bottom;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid1 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid1 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .row > .col-1
{
   float: left;
}
#LayoutGrid1 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid1:before,
#LayoutGrid1:after,
#LayoutGrid1 .row:before,
#LayoutGrid1 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid1:after,
#LayoutGrid1 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid1 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Line1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 168px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 670px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#Line2
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 39px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 20px 25px 0;
   margin: 0;
   text-align: left;
}
#wb_Text1
{
   color: #004D40;
   font-family: Neusharp;
   font-weight: 400;
   font-size: 19px;
   line-height: 20.5px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #FFFFFF;
   font-family: Fidena;
   font-weight: 400;
   font-size: 32px;
   line-height: 46px;
}
#wb_Text2 p, #wb_Text2 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image3
{
   margin: 0;
   vertical-align: top;
}
#Image3
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 172px;
   height: 74px;
   vertical-align: top;
}
#wb_Image5
{
   margin: 0;
   vertical-align: top;
}
#Image5
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 702px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#Line3
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 111px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid3
{
   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;
}
#LayoutGrid3
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid3 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: left;
}
#LayoutGrid3 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 8.33333333%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid3 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#LayoutGrid3:before,
#LayoutGrid3:after,
#LayoutGrid3 .row:before,
#LayoutGrid3 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid3:after,
#LayoutGrid3 .row:after
{
   clear: both;
}
@media (max-width: 860px)
{
#LayoutGrid3 > .row > .col-1, #LayoutGrid3 > .row > .col-2, #LayoutGrid3 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: left;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   display: inline-block;
   height: 46px;
   box-sizing: border-box;
   margin: 1px 1px 2px 1px;
   padding: 13px 11px 15px 10px;
   border: 1px solid #FFFFFF;
   border-radius: 21px;
   background-color: #B1BE16;
   background-image: none;
   color: #FFFFFF;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card1-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card1-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Linearicons Free";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card1-card-item0 .cart:before
{
   content: "\e82e";
}
#Line4
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 113px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid4
{
   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;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 80px 25px 50px 25px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid4 > .row
{
   margin-right: -25px;
   margin-left: -25px;
}
#LayoutGrid4 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 25px;
   padding-left: 25px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid4 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Line5
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 43px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_skillsHeading 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 5px 30px 20px;
   margin: 0;
   text-align: left;
}
#wb_skillsHeading
{
   color: #B1BE16;
   font-family: Fidena;
   font-weight: 400;
   font-size: 24px;
   line-height: 34.5px;
}
#wb_skillsHeading p, #wb_skillsHeading ul
{
   margin: 0;
   padding: 0;
}
#wb_skillsHeading
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid5
{
   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;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid5 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid5 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: left;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1, #LayoutGrid5 > .row > .col-2, #LayoutGrid5 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card12-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card12-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 20px 1px 0 1px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #CAEA15;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card12-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card12-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card12-card-item0 .ios-monitor-outline:before
{
   content: "\f465";
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card12-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #004D40;
   font-family: "Y2K Neophyte";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card12-card-item3
{
   box-sizing: border-box;
   margin: 0 90px 25px 90px;
   border-top: 1px #CAEA15 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card13-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card13-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 20px 1px 0 1px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #CAEA15;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card13-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card13-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card13-card-item0 .ios-cog-outline:before
{
   content: "\f411";
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card13-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #004D40;
   font-family: "Y2K Neophyte";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card13-card-item3
{
   box-sizing: border-box;
   margin: 0 90px 25px 90px;
   border-top: 1px #CAEA15 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card11-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 20px 1px 0 1px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #CAEA15;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card11-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card11-card-item0 .ios-lightbulb-outline:before
{
   content: "\f451";
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #004D40;
   font-family: "Y2K Neophyte";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card11-card-item3
{
   box-sizing: border-box;
   margin: 0 90px 25px 90px;
   border-top: 1px #CAEA15 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   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
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 20px 1px 0 1px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #CAEA15;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card3-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card3-card-item0 .ios-printer-outline:before
{
   content: "\f490";
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card3-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #004D40;
   font-family: "Y2K Neophyte";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card3-card-item3
{
   box-sizing: border-box;
   margin: 0 90px 25px 90px;
   border-top: 1px #CAEA15 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card5-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 20px 1px 0 1px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #CAEA15;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card5-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card5-card-item0 .ios-copy-outline:before
{
   content: "\f41b";
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card5-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #004D40;
   font-family: "Y2K Neophyte";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card5-card-item3
{
   box-sizing: border-box;
   margin: 0 90px 25px 90px;
   border-top: 1px #CAEA15 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: center;
}
#Card4-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 64px;
   box-sizing: border-box;
   margin: 20px 1px 0 1px;
   padding: 0;
   border: 0px solid #BABABA;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #CAEA15;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 64px;
}
#Card4-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 64px;
   width: 64px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card4-card-item0 .ios-speedometer-outline:before
{
   content: "\f4af";
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card4-card-item2
{
   box-sizing: border-box;
   margin: 20px 20px 20px 20px;
   padding: 0;
   color: #004D40;
   font-family: "Y2K Neophyte";
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
}
#Card4-card-item3
{
   box-sizing: border-box;
   margin: 0 90px 25px 90px;
   border-top: 1px #CAEA15 solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 18px 0 6px 0;
   margin: 0;
   text-align: center;
}
#wb_Text4
{
   color: #004D40;
   font-family: TimeBurner;
   font-weight: 400;
   font-size: 21px;
   line-height: 28px;
}
#wb_Text4 p, #wb_Text4 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/phr12.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   padding: 99px 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid6 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid6 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid6 > .row > .col-1
{
   float: left;
}
#LayoutGrid6 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid6:before,
#LayoutGrid6:after,
#LayoutGrid6 .row:before,
#LayoutGrid6 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid6:after,
#LayoutGrid6 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid6 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#Line6
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 47px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 50px 0;
   margin: 0;
   text-align: center;
}
#wb_Text3
{
   color: #F5F5F5;
   font-family: Fidena;
   font-weight: 400;
   font-size: 27px;
   line-height: 38px;
}
#wb_Text3 p, #wb_Text3 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid8
{
   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;
}
#LayoutGrid8
{
   box-sizing: border-box;
   padding: 10px 0 120px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid8 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2, #LayoutGrid8 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2, #LayoutGrid8 > .row > .col-3
{
   float: left;
}
#LayoutGrid8 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid8 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid8:before,
#LayoutGrid8:after,
#LayoutGrid8 .row:before,
#LayoutGrid8 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid8:after,
#LayoutGrid8 .row:after
{
   clear: both;
}
@media (max-width: 680px)
{
#LayoutGrid8 > .row > .col-1, #LayoutGrid8 > .row > .col-2, #LayoutGrid8 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#CardContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: center;
   align-items: stretch;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
@media all and (max-width:480px) 
{
#CardContainer1
{
   flex-direction: column;
   flex-wrap: nowrap;
}
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 6px 4px 8px 4px;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card8-card-item1
{
   display: inline-block;
   height: 49px;
   box-sizing: border-box;
   margin: 6px 5px 12px 4px;
   padding: 13px 10px 15px 9px;
   border: 1px solid #004D40;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #004D40;
   font-family: Allenatore;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card8-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card8-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card8-card-item1 .images:before
{
   content: "\f148";
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   flex-grow: 1;
   flex-shrink: 1;
   flex-basis: 0%;
   align-self: auto;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card9-card-item0
{
   box-sizing: border-box;
   margin: 6px 4px 8px 4px;
   padding: 0;
   color: #004D40;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
}
#Card9-card-item1
{
   display: inline-block;
   height: 50px;
   box-sizing: border-box;
   margin: 6px 5px 12px 4px;
   padding: 15px 10px 14px 9px;
   border: 1px solid #004D40;
   border-radius: 4px;
   background-color: transparent;
   background-image: none;
   color: #004D40;
   font-family: Allenatore;
   font-weight: normal;
   font-style: normal;
   font-size: 19px;
}
#Card9-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card9-card-item1 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 19px;
   width: 19px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: Ionicons;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card9-card-item1 .images:before
{
   content: "\f148";
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   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;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 0px;
   width: 100%;
   height: auto;
}
#wb_LayoutGrid11
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004D40;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid11
{
   box-sizing: border-box;
   padding: 85px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid11 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   float: left;
}
#LayoutGrid11 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 66.66666667%;
   text-align: left;
}
#LayoutGrid11 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: left;
}
#LayoutGrid11:before,
#LayoutGrid11:after,
#LayoutGrid11 .row:before,
#LayoutGrid11 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid11:after,
#LayoutGrid11 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid11 > .row > .col-1, #LayoutGrid11 > .row > .col-2, #LayoutGrid11 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#Line12
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 71px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Text12 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text12
{
   color: #FFFFFF;
   font-family: Neusharp;
   font-weight: 400;
   font-size: 29px;
   line-height: 33px;
}
#wb_Text12 p, #wb_Text12 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text12
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Line13
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 44px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid12
{
   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;
}
#LayoutGrid12
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid12 > .col-1, #LayoutGrid12 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid12 > .col-1, #LayoutGrid12 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid12 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid12 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 600px)
{
#LayoutGrid12 > .col-1, #LayoutGrid12 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#FlexContainer1
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_IconFont4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#IconFont4
{
   height: 23px;
   width: 25px;
}
.IconFont4
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: LineAwesome;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont4:before
{
   content: "\f17b";
}
#IconFont4 i
{
   color: #B1BE16;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont4:hover #IconFont4 i
{
   color: #004D40;
}
#wb_Text13 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 0 0 5px;
   margin: 0;
   text-align: left;
}
#wb_Text13
{
   color: #B1BE16;
   font-family: "Y2K Neophyte";
   font-weight: 400;
   font-size: 17px;
   line-height: 23.5px;
}
#wb_Text13 p, #wb_Text13 ul
{
   margin: 0;
   padding: 0;
}
#FlexContainer2
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_IconFont3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#IconFont3
{
   height: 23px;
   width: 25px;
}
.IconFont3
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: LineAwesome;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont3:before
{
   content: "\f17b";
}
#IconFont3 i
{
   color: #B1BE16;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont3:hover #IconFont3 i
{
   color: #004D40;
}
#wb_Text16 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 0 0 5px;
   margin: 0;
   text-align: left;
}
#wb_Text16
{
   color: #B1BE16;
   font-family: "Y2K Neophyte";
   font-weight: 400;
   font-size: 17px;
   line-height: 23.5px;
}
#wb_Text16 p, #wb_Text16 ul
{
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid13
{
   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;
}
#LayoutGrid13
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid13 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid13 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 50%;
   max-width: 50%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 600px)
{
#LayoutGrid13 > .col-1, #LayoutGrid13 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#FlexContainer3
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_IconFont6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#IconFont6
{
   height: 23px;
   width: 25px;
}
.IconFont6
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: LineAwesome;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont6:before
{
   content: "\f17b";
}
#IconFont6 i
{
   color: #B1BE16;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont6:hover #IconFont6 i
{
   color: #004D40;
}
#wb_Text14 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 0 0 5px;
   margin: 0;
   text-align: left;
}
#wb_Text14
{
   color: #B1BE16;
   font-family: "Y2K Neophyte";
   font-weight: 400;
   font-size: 17px;
   line-height: 23.5px;
}
#wb_Text14 p, #wb_Text14 ul
{
   margin: 0;
   padding: 0;
}
#FlexContainer4
{
   display: flex;
   position: relative;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: nowrap;
   justify-content: flex-start;
   align-items: center;
   align-content: flex-start;
   margin: 0;
   background-color: transparent;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_IconFont7
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   display:inline-block;
   position:relative;
}
#IconFont7
{
   height: 23px;
   width: 25px;
}
.IconFont7
{
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: LineAwesome;
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
.IconFont7:before
{
   content: "\f17b";
}
#IconFont7 i
{
   color: #B1BE16;
   display: inline-block;
   font-size: 23px;
   line-height: 23px;
   vertical-align: middle;
   width: 23px;
}
#wb_IconFont7:hover #IconFont7 i
{
   color: #004D40;
}
#wb_Text15 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   flex-grow: 1;
   flex-shrink: 1;
   align-self: auto;
   padding: 0 0 0 5px;
   margin: 0;
   text-align: left;
}
#wb_Text15
{
   color: #B1BE16;
   font-family: "Y2K Neophyte";
   font-weight: 400;
   font-size: 17px;
   line-height: 23.5px;
}
#wb_Text15 p, #wb_Text15 ul
{
   margin: 0;
   padding: 0;
}
#Line14
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 50px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_Card16
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 800px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 0px solid transparent;
   border-radius: 0px;
   text-align: center;
}
#Card16-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card16-card-item0
{
   display: inline-block;
   height: 54px;
   box-sizing: border-box;
   margin: 1px 1px 2px 1px;
   padding: 17px 16px 19px 15px;
   border: 1px solid #B1BE16;
   border-radius: 3px;
   background-color: #B1BE16;
   background-image: none;
   color: #FFFFFF;
   font-family: "Magettas DEMO";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#Card16-card-item0 a
{
   color: inherit;
   text-decoration: none;
}
#Card16-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 16px;
   width: 16px;
   position: relative;
   left: 0;
   top: 0;
   display: inline-block;
   font-family: "Linearicons Free";
   font-style: normal;
   font-weight: normal;
   line-height: 1;
}
#Card16-card-item0 .cart:before
{
   content: "\e82e";
}
#Line15
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 44px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 0;
   padding: 0;
}
#wb_LayoutGrid14
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #00322A;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid14
{
   box-sizing: border-box;
   padding: 20px 15px 15px 15px;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid14 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid14 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid14 > .row > .col-1
{
   float: left;
}
#LayoutGrid14 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid14:before,
#LayoutGrid14:after,
#LayoutGrid14 .row:before,
#LayoutGrid14 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid14:after,
#LayoutGrid14 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid14 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_Text17 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 1px 0;
   margin: 0;
   text-align: center;
}
#wb_Text17
{
   color: #FFFFFF;
   font-family: Fidena;
   font-weight: 400;
   font-size: 13px;
   line-height: 19.5px;
}
#wb_Text17 p, #wb_Text17 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text17
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image1
{
   margin: 0;
   vertical-align: top;
}
#Image1
{
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   display: inline-block;
   width: 95px;
   height: 25px;
   vertical-align: top;
}
