body
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}
body:after
{
   background-color: #FFFFFF;
   content: "";
   height: 100vh;
   left: 0;
   position: fixed;
   right: 0;
   top: 0;
   z-index: -1;
}
a
{
   color: #000000;
   text-decoration: underline;
}
a:hover
{
   color: #696969;
   text-decoration: underline;
}
.visibility-hidden
{
   visibility: hidden;
}
#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: #005F6A;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#header
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#header > .col-1, #header > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#header > .col-1, #header > .col-2
{
   flex: 0 0 auto;
}
#header > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#header > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#header > .col-1, #header > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_headerImage
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_headerMenu1
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   font-family: "Open Sans";
   font-weight: bold;
   text-align: right;
   width: 100%;
   margin: 0;
   z-index: 1111 !important;
}
#headerMenu1
{
   display: inline-block;
   background-color: rgba(255,255,255,0.00);
   height: 52px;
}
#wb_headerMenu1 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_headerMenu1 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_headerMenu1 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_headerMenu1 ul li i
{
   font-size: 0px;
   width: 0px;
   margin-bottom: 0px;
}
#wb_headerMenu1 ul li a
{
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
   text-align: center;
}
#wb_headerMenu1 > ul > li > a 
{
   height: 22px;
}
.headerMenu1 a 
{
   display: block;
}
#wb_headerMenu1 li:hover > a, #wb_headerMenu1 li .active
{
   background-color: rgba(255,255,255,0.00);
   color: #06A9B1;
}
#wb_headerMenu1 ul ul
{
   display: none;
   position: absolute;
   top: 52px;
}
#wb_headerMenu1 ul li:hover > ul
{
   display: list-item;
}
#wb_headerMenu1 ul ul li 
{
   float: none;
   position: relative;
   width: 269px;
}
#wb_headerMenu1 ul ul li a
{
   background-color: #06A9B1;
   border: 0px solid #FFFFFF;
   color: #FFFFFF;
}
#wb_headerMenu1 ul ul li:hover > a, #wb_headerMenu1 ul ul li .active
{
   background-color: #FFFFFF;
   color: #06A9B1;
}
#wb_headerMenu1 ul ul li i 
{
   margin-right: 0px;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_headerMenu1 ul ul ul li 
{
   left: 269px;
   position: relative;
   top: -52px;
}
#wb_headerMenu1 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #FFFFFF;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_headerMenu1 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #FFFFFF;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_headerMenu1 li:hover > a .arrow-down, #wb_headerMenu1 li .active .arrow-down
{ 
   border-top-color: #06A9B1;
}
#wb_headerMenu1 ul ul li:hover > a .arrow-left, #wb_headerMenu1 ul ul li .active .arrow-left
{ 
   border-left-color: #06A9B1;
}
#wb_headerMenu1 .toggle,[id^=headerMenu1-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_headerMenu1
{
   margin: 0;
   text-align: left;
}
#wb_headerMenu1 ul li a, #wb_headerMenu1 .toggle
{
   font-size: 16px;
   font-weight: bold;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_headerMenu1 .toggle + a
{
   display: none !important;
}
.headerMenu1 
{
   display: none;
   z-index: 9999;
}
#headerMenu1 
{
   background-color: transparent;
   display: none;
}
#wb_headerMenu1 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_headerMenu1 .toggle 
{
   display: block;
   background-color: rgba(255,255,255,0.00);
   color: #FFFFFF;
   padding: 0 20px 0 20px;
   line-height: 53px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_headerMenu1 .toggle:hover
{
   background-color: rgba(255,255,255,0.00);
   color: #06A9B1;
}
[id^=headerMenu1-submenu]:checked + ul 
{
   display: block !important;
}
#headerMenu1-title
{
   height: 52px !important;
   line-height: 52px !important;
   text-align: center;
}
#wb_headerMenu1 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_headerMenu1 ul ul .toggle,
#wb_headerMenu1 ul ul a 
{
   padding: 0 40px;
}
#wb_headerMenu1 a:hover,
#wb_headerMenu1 ul ul ul a 
{
   background-color: #06A9B1;
   color: #FFFFFF;
}
#wb_headerMenu1 ul li ul li .toggle,
#wb_headerMenu1 ul ul a 
{
   background-color: #06A9B1;
   color: #FFFFFF;
}
#wb_headerMenu1 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_headerMenu1 ul li a 
{
   text-align: left;
}
#wb_headerMenu1 ul li a br 
{
   display: none;
}
#wb_headerMenu1 ul li i 
{
   margin-right: 0px;
}
#wb_headerMenu1 ul ul 
{
   float: none;
   position: static;
}
#wb_headerMenu1 ul ul li:hover > ul,
#wb_headerMenu1 ul li:hover > ul 
{
   display: none;
}
#wb_headerMenu1 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_headerMenu1 ul ul ul li 
{
   position: static;
}
#headerMenu1-icon 
{
   display: block;
   position: absolute;
   left: 20px;
   top: 14px;
   user-select: none;
}
#headerMenu1-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #FFFFFF;
   color: #FFFFFF;
   width: 24px;
}
#wb_headerMenu1 ul li ul li .toggle:hover
{
   background-color: #FFFFFF;
   color: #06A9B1;
}
#wb_headerMenu1 .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu1 .toggle:hover .arrow-down, #wb_headerMenu1 li .active .arrow-down
{
   border-top-color: #06A9B1;
}
#wb_headerMenu1 ul li ul li .toggle .arrow-down 
{
   border-top-color: #FFFFFF;
}
#wb_headerMenu1 ul li ul li .toggle:hover .arrow-down, #wb_headerMenu1 ul li ul li .active .arrow-down
{
   border-top-color: #06A9B1;
}
}
#wb_headermobil
{
   clear: both;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 4px 8px rgba(0,0,0,0.19);
}
#headermobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#headermobil > .col-1, #headermobil > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#headermobil > .col-1, #headermobil > .col-2
{
   flex: 0 0 auto;
}
#headermobil > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 250px;
   max-width: 250px;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: flex-start;
   text-align: left;
}
#headermobil > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis:  calc((100% - 250px) / 1);
   max-width:  calc((100% - 250px) / 1);
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 320px)
{
#headermobil > .col-1, #headermobil > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid1
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/Downloads.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid1
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 200px 0 200px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid1 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid1 > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid1 > .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: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#LayoutGrid1 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#LayoutGrid1-overlay
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   border-radius: 0px;
   background-color: #346BAE;
   opacity: 0.29;
}
#wb_LayoutGrid_mobil
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: none;
   text-align: center;
   width: 100%;
   background-image: linear-gradient(315deg, #06A9B1 0%, #005F6A 100%);
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid_mobil
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 300px 0 100px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_mobil > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_mobil > .col-1
{
   flex: 0 0 auto;
}
#LayoutGrid_mobil > .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: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
@media (max-width: 768px)
{
#LayoutGrid_mobil > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid2
{
   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;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 50px 15px 10px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid2 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 50px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 25px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid3 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid3 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
@media (max-width: 768px)
{
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 10px 0 10px 0 ;
   padding: 10px 10px 10px 10px;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card2
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card2-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card2-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card2:hover #Card2-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2:hover #Card2-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2:hover #Card2-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card2-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card2:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card2
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#HorizontalLine1
{
   border-color: #06A9B1;
   border-style: solid;
   border-bottom-width: 2px;
   border-top: 0;
   border-left: 0;
   border-right: 0;
   height: 0 !important;
   line-height: 0 !important;
   margin: 20px 0 20px 0 ;
   padding: 0;
}
#wb_Card1
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 100px 200px 0 200px;
   background-color: rgba(255,255,255,0.63);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 10px;
   text-align: center;
}
#Card1-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card1-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card_mobil
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 200px 0 200px;
   background-color: rgba(255,255,255,0.63);
   background-image: none;
   border: 0px solid #000000;
   border-radius: 10px;
   text-align: center;
}
#Card_mobil-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card_mobil-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card_mobil-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card_mobil-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card3
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card3-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card3-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card3:hover #Card3-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3:hover #Card3-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3:hover #Card3-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card3-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card3:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card3
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card4
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card4-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card4-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card4:hover #Card4-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card4:hover #Card4-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4:hover #Card4-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card4-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card4:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card4
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid4 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid4 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid4 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 25px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid4 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid4 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid4 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .col-1, #LayoutGrid4 > .col-2, #LayoutGrid4 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card5
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card5-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card5-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card5:hover #Card5-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card5:hover #Card5-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card5:hover #Card5-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card5-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card5:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card5
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card7-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card7-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card7:hover #Card7-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card7:hover #Card7-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7:hover #Card7-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card7:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card7
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card6
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card6-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card6-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card6:hover #Card6-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card6:hover #Card6-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card6:hover #Card6-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card6-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card6:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card6
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid5 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid5 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid5 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 25px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid5 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid5 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid5 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
@media (max-width: 768px)
{
#LayoutGrid5 > .col-1, #LayoutGrid5 > .col-2, #LayoutGrid5 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card8-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card8-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card8:hover #Card8-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card8:hover #Card8-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card8:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card8
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card10
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card10-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card10-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card10:hover #Card10-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card10-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card10:hover #Card10-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10:hover #Card10-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card10-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card10:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card10
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card9-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card9-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card9:hover #Card9-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card9-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card9:hover #Card9-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9:hover #Card9-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card9:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card9
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_LayoutGrid6
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #F5F5F5;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid6
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0 0 50px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3
{
   flex: 0 0 auto;
}
#LayoutGrid6 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid6 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 25px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid6 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #E0E0E0;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: flex-start;
   text-align: left;
}
#LayoutGrid6 > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 0 20px 0;
}
@media (max-width: 768px)
{
#LayoutGrid6 > .col-1, #LayoutGrid6 > .col-2, #LayoutGrid6 > .col-3
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card11-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card11-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card11:hover #Card11-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card11:hover #Card11-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11:hover #Card11-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card11-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card11:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card11
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card13
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card13-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card13-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card13:hover #Card13-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card13-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card13:hover #Card13-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13:hover #Card13-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card13-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card13:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card13
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card12
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 220px;
   box-sizing: border-box;
   margin: 0;
   max-width: 360px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #FFFFFF;
   background-image: none;
   border: 2px solid #06A9B1;
   border-radius: 10px;
   box-shadow: 2px 2px 10px rgba(0,0,0,0.28);
   text-align: center;
}
#Card12-card-body
{
   padding: 20px 20px 20px 20px;
   flex: 1 1 auto;
   font-size: 0;
}
.stretched-link::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
   background-color: rgba(0,0,0,0);
}
#Card12-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card12:hover #Card12-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card12-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card12:hover #Card12-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12:hover #Card12-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card12-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card12:hover
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_Card12
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#wb_fotter
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #005F6A;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#fotter
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#fotter > .row
{
   margin-right: 0;
   margin-left: 0;
}
#fotter > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#fotter > .row > .col-1
{
   float: left;
}
#fotter > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#fotter:before,
#fotter:after,
#fotter .row:before,
#fotter .row:after
{
   display: table;
   content: " ";
}
#fotter:after,
#fotter .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#fotter > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid_footer
{
   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;
}
#LayoutGrid_footer
{
   box-sizing: border-box;
   padding: 0 15px 0 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#LayoutGrid_footer > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   float: left;
}
#LayoutGrid_footer > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer:before,
#LayoutGrid_footer:after,
#LayoutGrid_footer .row:before,
#LayoutGrid_footer .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid_footer:after,
#LayoutGrid_footer .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_footerText1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_footerText1 div
{
   text-align: left;
}
#wb_footerText1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu1
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   width: 100%;
}
#wb_footerMenu1 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footerMenu1 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 .firstmain a
{
   margin-top: 0px;
}
#wb_footerMenu1 li.lastmain
{
   padding-bottom: 0px;
}
#wb_footerMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footerText2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 6px 0;
   margin: 0;
   text-align: left;
}
#wb_footerText2 div
{
   text-align: left;
}
#wb_footerText2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_footerMenu2
{
   border: 0px solid #C0C0C0;
   border-radius: 0px;
   background-color: transparent;
   margin: 0;
   text-align: left;
   position: relative;
   z-index: 1111 !important;
}
#wb_footerMenu2 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
    font-size: 0;
   width: 100%;
}
#wb_footerMenu2 li
{
   display: inline-block;
   margin: 0;
   padding: 0px 0px 0px 0px;
   width: 100%;
}
#wb_footerMenu2 a
{
   display: block;
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
   vertical-align: middle;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 .firstmain a
{
   margin-top: 0px;
}
#wb_footerMenu2 li.lastmain
{
   padding-bottom: 0px;
}
#wb_footerMenu2 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_footerBottom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #004851;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#footerBottom
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 25px 0 25px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#footerBottom > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#footerBottom > .col-1
{
   flex: 0 0 auto;
}
#footerBottom > .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: flex-start;
   text-align: left;
}
@media (max-width: 480px)
{
#footerBottom > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_footerCopyrights 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_footerCopyrights div
{
   text-align: center;
}
#wb_footerCopyrights
{
   display: inline-block;
   margin: 0;
   width: 181px;
   height: 18px;
}
#wb_headerimagemobil
{
   height: 100%;
   margin: 0;
   vertical-align: top;
}
#headerimagemobil
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 5px 5px 5px 5px;
   display: block;
   width: 100%;
   height: 100%;
   vertical-align: top;
   object-fit: contain;
}
#wb_fotterImage
{
   margin: 0;
   vertical-align: top;
}
#fotterImage
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 324px;
   height: 122px;
   vertical-align: top;
}
#wb_Card6
{
   display: flex;
   width: 100%;
   z-index: 12;
}
#wb_Card1
{
   display: flex;
   width: calc(100% - 400px);
   z-index: 4;
}
#wb_Card3
{
   display: flex;
   width: 100%;
   z-index: 9;
}
#wb_Card2
{
   display: flex;
   width: 100%;
   z-index: 8;
}
#HorizontalLine1
{
   display: inline-block;
   width: 178px;
   z-index: 7;
}
#wb_headerimagemobil
{
   display: none;
   width: 100%;
   height: auto;
   z-index: 2;
}
#wb_Card_mobil
{
   display: none;
   width: calc(100% - 400px);
   z-index: 5;
}
#wb_headerImage
{
   display: block;
   width: 100%;
   height: auto;
   z-index: 0;
}
#wb_Card10
{
   display: flex;
   width: 100%;
   z-index: 16;
}
#wb_footerMenu2
{
   display: block;
   width: 100%;
   z-index: 24;
}
#wb_footerMenu1
{
   display: block;
   width: 100%;
   z-index: 22;
}
#wb_Card11
{
   display: flex;
   width: 100%;
   z-index: 17;
}
#wb_Card12
{
   display: flex;
   width: 100%;
   z-index: 18;
}
#wb_Card9
{
   display: flex;
   width: 100%;
   z-index: 15;
}
#wb_headerMenu1
{
   display: block;
   width: 100%;
   z-index: 1;
}
#wb_Card13
{
   display: flex;
   width: 100%;
   z-index: 19;
}
#wb_Card8
{
   display: flex;
   width: 100%;
   z-index: 14;
}
#wb_Heading2
{
   display: block;
   width: 100%;
   z-index: 6;
}
#wb_fotterImage
{
   display: inline-block;
   width: 324px;
   height: 122px;
   z-index: 20;
}
#ContentPlaceHolder1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   background-color: #FFFFFF;
   background-image: none;
   z-index: 37;
}
#wb_Card5
{
   display: flex;
   width: 100%;
   z-index: 11;
}
#wb_Card4
{
   display: flex;
   width: 100%;
   z-index: 10;
}
#wb_Card7
{
   display: flex;
   width: 100%;
   z-index: 13;
}
#wb_headerMenumobil
{
   display: none;
   position: relative;
   width: 60px;
   height: 60px;
   z-index: 3;
}
@media only screen and (min-width: 800px) and (max-width: 1139px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#wb_headerImage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_headerMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#FilePublisher1
{
   left: 0px;
   top: 903px;
   width: 76px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
   background-color: #005F6A;
   background-image: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 109px;
   width: 1004px;
   height: 413px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: visible;
   display: table;
   background-color: transparent;
   background-image: url('../images/Downloads.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: 100% 100%;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_mobil
{
   visibility: hidden;
   display: none;
   background-image: linear-gradient(315deg, #06A9B1 0%, #005F6A 100%);
}
#wb_LayoutGrid_mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_mobil
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid_mobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_mobil > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: flex-start;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 50px 15px 10px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 10px 0 0 0;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 5px 0 ;
   padding: 10px 10px 10px 10px;
   font-size: 35px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 35px;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card2:hover #Card2-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2:hover #Card2-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2:hover #Card2-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card2-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card2
{
   text-align: center;
}
#HorizontalLine1
{
   width: 178px;
   height: 0px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 30px 0 ;
}
#HorizontalLine1
{
   border-color: #00BCD1;
   border-bottom-width: -40px;
}
#wb_Card1
{
   width: calc(100% - 240px);
   visibility: visible;
   display: flex;
   margin: 100px 120px 0 120px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card1-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card_mobil
{
   width: calc(100% - 240px);
   visibility: hidden;
   display: none;
   margin: 100px 120px 0 120px;
}
#Card_mobil-card-item0
{
   box-sizing: border-box;
   margin: 30px 0 20px 0 ;
   padding: 0;
}
#Card_mobil-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 48px;
   margin: 0;
}
#Card_mobil-card-item1
{
   box-sizing: border-box;
   margin: 10px 5px 10px 5px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 20px;
   line-height: 40px;
   text-align: center;
}
#wb_Card_mobil
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card3:hover #Card3-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3:hover #Card3-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3:hover #Card3-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card3-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card4:hover #Card4-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4:hover #Card4-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4:hover #Card4-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card4-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card4
{
   text-align: center;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 10px 0 0 0;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card5:hover #Card5-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card5:hover #Card5-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card5:hover #Card5-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card5-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card7-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card7:hover #Card7-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7:hover #Card7-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7:hover #Card7-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card6:hover #Card6-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card6:hover #Card6-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card6:hover #Card6-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card6-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card6
{
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 10px 0 0 0;
}
#wb_Card8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card8-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card8:hover #Card8-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card10-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card10:hover #Card10-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card10-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10:hover #Card10-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10:hover #Card10-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card10-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card10
{
   text-align: center;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card9-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card9:hover #Card9-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card9-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9:hover #Card9-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9:hover #Card9-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card9
{
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 10px 0 50px 0;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card11-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card11:hover #Card11-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11:hover #Card11-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11:hover #Card11-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card11-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card11
{
   text-align: center;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card13-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card13:hover #Card13-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card13-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13:hover #Card13-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13:hover #Card13-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card13-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card12-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card12:hover #Card12-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card12-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12:hover #Card12-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12:hover #Card12-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card12-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card12
{
   text-align: center;
}
#wb_fotter
{
   visibility: visible;
   display: table;
}
#wb_fotter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fotter
{
   height: auto;
   padding: 0;
}
#fotter .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#fotter > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#fotter > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_footer
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_footer > .row > .col-1
{
   display: block;
   width: 50%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   display: block;
   width: 25%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 50px 0 50px 0;
}
#wb_footerText1
{
   visibility: visible;
   display: block;
}
#wb_footerText1
{
   margin: 0;
   padding: 0 0 6px 0;
}
#wb_footerMenu1
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 100%;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   margin: 0;
   padding: 0 0 6px 0;
}
#wb_footerMenu2
{
   width: 100%;
   visibility: visible;
   display: inline-block;
   margin: 0;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 100%;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyrights
{
   width: 974px;
   height: 18px;
   visibility: visible;
   display: inline-block;
}
#wb_footerCopyrights
{
   margin: 0;
   padding: 0;
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_fotterImage
{
   width: 259px;
   height: 98px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#fotterImage
{
   width: 259px;
   height: 98px;
}
#GoUp
{
}
#wb_headerMenumobil
{
   width: 60px;
   height: 60px;
   visibility: visible;
   display: inline-block;
}
}
@media only screen and (max-width: 799px)
{
body
{
   background-color: #FFFFFF;
   background-image: none;
}
#wb_header
{
   visibility: hidden;
   display: none;
}
#wb_header
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#header
{
   height: auto;
   padding: 0;
}
#wb_headerImage
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerImage
{
   margin-left: auto;
   margin-right: auto;
}
#wb_headerMenu1
{
   width: 100%;
   visibility: hidden;
   display: none;
   margin: 0;
   text-align: right;
}
#FilePublisher1
{
   left: 0px;
   top: 1282px;
   width: 76px;
   height: 69px;
   visibility: visible;
   display: inline;
}
#wb_headermobil
{
   visibility: visible;
   display: table;
   background-color: #005F6A;
   background-image: none;
}
#wb_headermobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#headermobil
{
   height: auto;
   padding: 0;
}
#ContentPlaceHolder1
{
   left: 0px;
   top: 111px;
   width: 768px;
   height: 413px;
   visibility: visible;
   display: inline;
}
#wb_LayoutGrid1
{
   visibility: hidden;
   display: none;
   background-color: transparent;
   background-image: url('../images/Downloads.jpg');
   background-repeat: no-repeat;
   background-position: left top;
   background-attachment: scroll;
   background-size: auto;
}
#wb_LayoutGrid1
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid1
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid1 > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid1 > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid_mobil
{
   visibility: visible;
   display: table;
   background-image: linear-gradient(135deg, #005F6A 0%, #06A9B1 100%);
}
#wb_LayoutGrid_mobil
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_mobil
{
   height: auto;
   padding: 50px 0 50px 0;
}
#LayoutGrid_mobil > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_mobil > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_LayoutGrid2
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid2
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid2
{
   height: auto;
   padding: 30px 15px 10px 15px;
}
#LayoutGrid2 .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid2 > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: center;
}
#wb_LayoutGrid3
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid3
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid3
{
   height: auto;
   padding: 0;
}
#wb_Heading2
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 10px 0 10px 0 ;
   padding: 10px 10px 10px 10px;
   font-size: 29px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid rgba(0,0,0,0.00);
   border-radius: 0px;
   text-align: center;
}
#Heading2
{
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 29px;
   text-align: center;
   text-transform: none;
}
#Heading2 a
{
   color: inherit;
}
#wb_Card2
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card2-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card2:hover #Card2-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card2-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card2-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card2:hover #Card2-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card2-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card2:hover #Card2-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card2-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card2
{
   text-align: center;
}
#HorizontalLine1
{
   width: 178px;
   height: 0px;
   visibility: visible;
   display: inline-block;
   margin: 20px 0 30px 0 ;
}
#HorizontalLine1
{
   border-color: #06A9B1;
   border-bottom-width: -40px;
}
#wb_Card1
{
   width: calc(100% - 20px);
   visibility: hidden;
   display: none;
   margin: 100px 10px 0 10px;
}
#Card1-card-item0
{
   box-sizing: border-box;
   margin: 30px 10px 20px 10px;
   padding: 0;
}
#Card1-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#Card1-card-item1
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 25.5px;
   text-align: center;
}
#wb_Card1
{
   text-align: center;
}
#wb_Card_mobil
{
   width: calc(100% - 20px);
   visibility: visible;
   display: flex;
   margin: 105px 10px 0 10px;
}
#Card_mobil-card-item0
{
   box-sizing: border-box;
   margin: 30px 10px 20px 10px;
   padding: 0;
}
#Card_mobil-card-item0 h1
{
   color: #005F6A;
   font-family: "FONTSPRING DEMO - Aventra";
   font-weight: bold;
   font-style: normal;
   font-size: 32px;
   margin: 0;
}
#Card_mobil-card-item1
{
   box-sizing: border-box;
   margin: 10px 10px 10px 10px;
   padding: 0;
   color: #005F6A;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 17px;
   line-height: 25.5px;
   text-align: center;
}
#wb_Card_mobil
{
   text-align: center;
}
#wb_Card3
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card3-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card3:hover #Card3-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card3-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card3-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card3:hover #Card3-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card3-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card3:hover #Card3-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card3-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card3
{
   text-align: center;
}
#wb_Card4
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card4-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card4:hover #Card4-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card4-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card4-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card4:hover #Card4-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card4-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card4:hover #Card4-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card4-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card4
{
   text-align: center;
}
#wb_LayoutGrid4
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid4
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid4
{
   height: auto;
   padding: 0;
}
#wb_Card5
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card5-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card5:hover #Card5-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card5-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card5-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card5:hover #Card5-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card5-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card5:hover #Card5-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card5-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card5
{
   text-align: center;
}
#wb_Card7
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card7-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card7:hover #Card7-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card7-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card7:hover #Card7-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card7-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card7:hover #Card7-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card7-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card7
{
   text-align: center;
}
#wb_Card6
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card6-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card6:hover #Card6-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card6-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card6-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card6:hover #Card6-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card6-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card6:hover #Card6-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card6-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card6
{
   text-align: center;
}
#wb_LayoutGrid5
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid5
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid5
{
   height: auto;
   padding: 0;
}
#wb_Card8
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card8-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card8:hover #Card8-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card8-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card8:hover #Card8-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card8-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card8:hover #Card8-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card8-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card8
{
   text-align: center;
}
#wb_Card10
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card10-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card10:hover #Card10-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card10-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card10-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card10:hover #Card10-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card10-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card10:hover #Card10-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card10-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card10
{
   text-align: center;
}
#wb_Card9
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card9-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card9:hover #Card9-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card9-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card9-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card9:hover #Card9-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card9-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card9:hover #Card9-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card9-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card9
{
   text-align: center;
}
#wb_LayoutGrid6
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid6
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid6
{
   height: auto;
   padding: 0 0 50px 0;
}
#wb_Card11
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card11-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card11:hover #Card11-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card11-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card11:hover #Card11-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card11-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card11:hover #Card11-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card11-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card11
{
   text-align: center;
}
#wb_Card13
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card13-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card13:hover #Card13-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card13-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card13-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card13:hover #Card13-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card13-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card13:hover #Card13-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card13-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card13
{
   text-align: center;
}
#wb_Card12
{
   width: 100%;
   visibility: visible;
   display: flex;
   margin: 0;
}
#Card12-card-item0
{
   display: inline-block;
   height: 58px;
   box-sizing: border-box;
   margin: 0 0 25px 0 ;
   border: 0px dashed #000000;
   border-radius: 50%;
   background-color: #06A9B1;
   background-image: none;
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 48px;
}
#wb_Card12:hover #Card12-card-item0
{
   background-color: #FFFFFF;
   color: #06A9B1;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item0
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item0 a
{
   color: inherit;
   display: block;
   padding: 5px 5px 5px 5px;
   text-decoration: none;
}
#Card12-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 48px;
   width: 48px;
}
#Card12-card-item1
{
   box-sizing: border-box;
   margin: 10px 0 0 0 ;
   padding: 0 0 10px 0;
   color: #000000;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 20px;
}
#wb_Card12:hover #Card12-card-item1
{
   background-color: #06A9B1;
   color: #FFFFFF;
   border-color: #06A9B1;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item1
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 100ms linear 0ms, color 100ms linear 0ms, border-color 100ms linear 0ms;
}
#Card12-card-item2
{
   display: inline-block;
   height: 35px;
   box-sizing: border-box;
   margin: 5px 5px 5px 5px;
   padding: 7px 10px 12px 10px;
   border-top-width: 2px;
   border-right-width: 2px;
   border-bottom-width: 2px;
   border-left-width: 2px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #06A9B1;
   border-right-color: #06A9B1;
   border-bottom-color: #06A9B1;
   border-left-color: #06A9B1;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   border-bottom-right-radius: 10px;
   border-bottom-left-radius: 10px;
   background-color: transparent;
   background-image: none;
   color: #000000;
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 16px;
}
#wb_Card12:hover #Card12-card-item2
{
   background-color: #FFFFFF;
   color: #000000;
   border-color: #FFFFFF;
   transition: background-color 300ms linear 0ms, color 300ms linear 0ms, border-color 300ms linear 0ms;
}
#Card12-card-item2
{
   background-color: rgba(6,169,177,0.00);
   color: #000000;
   border-color: #06A9B1;
   transition: background-color 500ms linear 0ms, color 500ms linear 0ms, border-color 500ms linear 0ms;
}
#wb_Card12
{
   text-align: center;
}
#wb_fotter
{
   visibility: visible;
   display: table;
}
#wb_fotter
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#fotter
{
   height: auto;
   padding: 0;
}
#fotter .row
{
   margin-right: 0px;
   margin-left: 0px;
}
#fotter > .row > .col-1
{
   padding-right: 0px;
   padding-left: 0px;
}
#fotter > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#wb_LayoutGrid_footer
{
   visibility: visible;
   display: table;
}
#wb_LayoutGrid_footer
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#LayoutGrid_footer
{
   height: auto;
   padding: 0 15px 0 15px;
}
#LayoutGrid_footer .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid_footer > .row > .col-1, #LayoutGrid_footer > .row > .col-2, #LayoutGrid_footer > .row > .col-3
{
   padding-right: 15px;
   padding-left: 15px;
}
#LayoutGrid_footer > .row > .col-1
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-1 > .col-1-padding
{
   width: 100%;
   padding: 50px 0 20px 0;
}
#LayoutGrid_footer > .row > .col-2
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-2 > .col-2-padding
{
   width: 100%;
   padding: 20px 0 20px 0;
}
#LayoutGrid_footer > .row > .col-3
{
   display: block;
   width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   text-align: left;
}
#LayoutGrid_footer > .row > .col-3 > .col-3-padding
{
   width: 100%;
   padding: 20px 0 50px 0;
}
#wb_footerText1
{
   visibility: visible;
   display: block;
}
#wb_footerText1
{
   margin: 0 0 0 15px;
   padding: 0 0 6px 0;
}
#wb_footerMenu1
{
   width: calc(100% - 15px);
   visibility: visible;
   display: inline-block;
   margin: 0 0 5px 15px;
   text-align: left;
}
#wb_footerMenu1 li
{
   width: 100%;
}
#wb_footerMenu1 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu1 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu1 li:hover a, #wb_footerMenu1 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu1 li
{
   padding-bottom: 0px !important;
}
#wb_footerText2
{
   visibility: visible;
   display: block;
}
#wb_footerText2
{
   margin: 0 0 0 15px;
   padding: 0 0 6px 0;
}
#wb_footerMenu2
{
   width: calc(100% - 15px);
   visibility: visible;
   display: inline-block;
   margin: 0 0 5px 15px;
   text-align: left;
}
#wb_footerMenu2 li
{
   width: 100%;
}
#wb_footerMenu2 a
{
   color: #FFFFFF;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   font-family: "Open Sans";
   font-weight: normal;
   font-size: 17px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   text-align: left;
}
#wb_footerMenu2 > ul > li > a
{
   width: 100%;
   box-sizing: border-box;
   height: 40px;
   padding: 0 0px 0px 0px;
   line-height: 40px;
}
#wb_footerMenu2 li:hover a, #wb_footerMenu2 a:hover
{
   color: #06A9B1;
   border: 0px solid #06A9B1;
   background-color: transparent;
   background-image: none;
}
#wb_footerMenu2 li
{
   padding-bottom: 0px !important;
}
#wb_footerBottom
{
   visibility: visible;
   display: table;
}
#wb_footerBottom
{
   height: auto;
   margin-top: 0px;
   margin-bottom: 0px;
}
#footerBottom
{
   height: auto;
   padding: 25px 0 25px 0;
}
#footerBottom > .col-1
{
   padding-right: 15px;
   padding-left: 15px;
}
#footerBottom > .col-1
{
   display: flex;
   flex-basis: 100%;
   max-width: 100%;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   align-content: center;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#wb_footerCopyrights
{
   width: 738px;
   height: 18px;
   visibility: visible;
   display: inline-block;
}
#wb_footerCopyrights
{
   margin: 0;
   padding: 0;
}
#wb_headerimagemobil
{
   width: 100%;
   visibility: visible;
   display: block;
   margin: 0;
   padding: 5px 5px 5px 5px;
}
#headerimagemobil
{
   margin-left: auto;
   margin-right: auto;
}
#wb_fotterImage
{
   width: 226px;
   height: 85px;
   visibility: visible;
   display: inline-block;
   margin: 0;
   padding: 0;
}
#fotterImage
{
   width: 226px;
   height: 85px;
}
#GoUp
{
}
#wb_headerMenumobil
{
   width: 49px;
   height: 50px;
   visibility: visible;
   display: inline-block;
}
}
.bubbleMenu li a{font-family:Open Sans;}
.theme_pflegeberatung {
    --cc-bg: #d7fbff;
    --cc-text: #2d2926;
    --cc-btn-primary-bg: #005F6A;
    --cc-btn-primary-text: #ffffff;
    --cc-btn-primary-hover-bg: #008d9e;
    --cc-btn-secondary-bg: #04878D;
    --cc-btn-secondary-text: #ffffff;
    --cc-btn-secondary-hover-bg: #007684;
    --cc-toggle-bg-off: #005F6A;
    --cc-toggle-bg-on: #007684;
    --cc-toggle-bg-readonly: #007684;
    --cc-toggle-knob-bg: #F0F0F0;
    --cc-toggle-knob-icon-color: #2d2a27;
    --cc-block-text: #2D2D2D;
    --cc-cookie-category-block-bg: #008d9e;
    --cc-cookie-category-block-bg-hover: #00a4b8;
    --cc-section-border: #005F6A;
    --cc-cookie-table-border: #e1e7f3;
    --cc-overlay-bg: rgba(52, 107, 174, .45);
    --cc-webkit-scrollbar-bg: #007684;
    --cc-webkit-scrollbar-bg-hover: #005F6A;
}
.theme_pflegeberatung #c-ttl{
    color: var(--cc-btn-primary-bg);
}
/* Custom border radius */
.theme_pflegeberatung #cm,
.theme_pflegeberatung #s-bl .act .b-acc,
.theme_pflegeberatung #s-inr,
.theme_pflegeberatung .cc_div .b-tl,
.theme_pflegeberatung .cc_div .c-bl{
    border-radius: 0.5em;
}
.theme_pflegeberatung .cc_div .c-bn{
    border-radius: .7em;
}
