body
{
   background-color: #FFFFFF;
   color: #696969;
   font-family: ABeeZee;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.5;
   margin: 0;
   padding: 0;
}
*
{
   scrollbar-color: rgba(245,245,245,1.00) rgba(128,128,128,1.00);
}
*::-webkit-scrollbar
{
   width: 18px;
}
*::-webkit-scrollbar-track
{
   background: rgba(128,128,128,1.00);
}
*::-webkit-scrollbar-thumb
{
   background-color: rgba(245,245,245,1.00);
   border-radius: 10px;
   border: 1px solid rgba(212,212,212,1.00);
}
*::-webkit-scrollbar-corner
{
   background: rgba(128,128,128,1.00);
}
*::-webkit-scrollbar-thumb:hover
{
   background-color: rgba(105,105,105,1.00);
}
a
{
   color: #696969;
   text-decoration: none;
}
a:active
{
   color: #C0C0C0;
}
a:hover
{
   color: #696969;
   text-decoration: underline;
}
.cookie-bubble 
{
   max-width: 300px !important;
   min-height: 100px !important;
   border-radius: 10px !important;
   background-color: #FFFFFF !important;
   -webkit-box-shadow: 10px 10px 15px rgba(0,0,0,0.2) !important;
   box-shadow: 10px 10px 15px rgba(0,0,0,0.2) !important;
   font-family: "Arial" !important;
}
.cookie-bubble .cb-wrapper .cb-row .cb-row-content .message 
{
   color: #000000 !important;
   font-size: 13px !important;
}
.cookie-bubble .cb-wrapper .cb-row .cookie-policy-btn 
{
   font-size: 9.3px !important;
}
#wb_FlexContainer1
{
   background-clip: padding-box;
   background-color: #F6F6F6;
   background-image: none;
   border: 0px solid #F6F6F6;
   border-radius: 0px;
   box-sizing: border-box;
   position: fixed;
   left: 0;
   top: 0;
   z-index: 7777;
   width: 100%;
}
#FlexContainer1
{
   display: flex;
   padding: 10px 10px 10px 10px;
   flex-direction: row;
   flex-wrap: wrap;
   justify-content: space-between;
   align-items: center;
   align-content: flex-start;
   margin-top: 0px;
   margin-bottom: 0px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
   box-sizing: border-box;
   font-size: 0;
}
#wb_ResponsiveMenu2
{
   display: block;
   font-family: ABeeZee;
   font-weight: normal;
   text-align: left;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   margin: 0;
   z-index: 1111 !important;
}
#ResponsiveMenu2
{
   background-color: #F6F6F6;
   height: 60px;
}
#wb_ResponsiveMenu2 ul
{
   list-style: none;
   margin: 0;
   padding: 0;
   position: relative;
}
#wb_ResponsiveMenu2 ul:after
{
   clear: both;
   content: "";
   display: block;
}
#wb_ResponsiveMenu2 ul li
{
   border-radius: 0;
   display: list-item;
   float: left;
   list-style: none;
   z-index: 9999;
}
#wb_ResponsiveMenu2 ul li i
{
   font-size: 16px;
   width: 16px;
   margin-bottom: 0px;
}
#wb_ResponsiveMenu2 ul li a
{
   background-color: #F6F6F6;
   color: #696969;
   font-family: ABeeZee;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 15px 15px 15px;
   text-align: center;
}
#wb_ResponsiveMenu2 > ul > li > a 
{
   height: 30px;
}
.ResponsiveMenu2 a 
{
   display: block;
}
#wb_ResponsiveMenu2 li:hover > a, #wb_ResponsiveMenu2 li .active
{
   background-color: #F6F6F6;
   color: #696969;
}
#wb_ResponsiveMenu2 ul ul
{
   display: none;
   position: absolute;
   top: 60px;
}
#wb_ResponsiveMenu2 ul li:hover > ul
{
   display: list-item;
}
#wb_ResponsiveMenu2 ul ul li 
{
   float: none;
   position: relative;
   width: 245px;
}
#wb_ResponsiveMenu2 ul ul li a
{
   background-color: #F6F6F6;
   border: 0px solid #F6F6F6;
   color: #696969;
}
#wb_ResponsiveMenu2 ul ul li:hover > a, #wb_ResponsiveMenu2 ul ul li .active
{
   background-color: #F6F6F6;
   color: #696969;
}
#wb_ResponsiveMenu2 ul ul li i 
{
   margin-right: 5px;
   vertical-align: middle;
}
#wb_ResponsiveMenu2 ul ul li a 
{
   padding-top: 15px;
   padding-right: 20px;
   padding-bottom: 15px;
   text-align: left;
   vertical-align: middle;
}
#wb_ResponsiveMenu2 ul ul ul li 
{
   left: 245px;
   position: relative;
   top: -60px;
}
#wb_ResponsiveMenu2 .arrow-down 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-top: 4px solid #696969;
   border-right: 4px solid transparent;
   border-left: 4px solid transparent;
   border-bottom: 0 dotted;
}
#wb_ResponsiveMenu2 .arrow-left 
{
   display: inline-block;
   width: 0;
   height: 0;
   margin-left: 2px;
   vertical-align: middle;
   border-left: 4px solid #696969;
   border-top: 4px solid transparent;
   border-bottom: 4px solid transparent;
   border-right: 0 dotted;
}
#wb_ResponsiveMenu2 li:hover > a .arrow-down, #wb_ResponsiveMenu2 li .active .arrow-down
{ 
   border-top-color: #696969;
}
#wb_ResponsiveMenu2 ul ul li:hover > a .arrow-left, #wb_ResponsiveMenu2 ul ul li .active .arrow-left
{ 
   border-left-color: #696969;
}
#wb_ResponsiveMenu2 .toggle,[id^=ResponsiveMenu2-submenu]
{
   display: none;
}
@media all and (max-width:768px) 
{
#wb_ResponsiveMenu2
{
   margin: 0;
   text-align: left;
}
#wb_ResponsiveMenu2 ul li a, #wb_ResponsiveMenu2 .toggle
{
   font-size: 13px;
   font-weight: normal;
   font-style: normal;
   text-decoration: none;
   text-transform: none;
   padding: 15px 20px 15px 20px;
}
#wb_ResponsiveMenu2 .toggle + a
{
   display: none !important;
}
.ResponsiveMenu2 
{
   display: none;
   z-index: 9999;
}
#ResponsiveMenu2 
{
   background-color: transparent;
}
#wb_ResponsiveMenu2 > ul > li > a 
{
   height: auto !important;
   margin: 0;
}
#wb_ResponsiveMenu2 .toggle 
{
   display: block;
   background-color: #F6F6F6;
   color: #696969;
   padding: 0 20px 0 20px;
   line-height: 46px;
   text-decoration: none;
   border: none;
   position: relative;
}
#wb_ResponsiveMenu2 .toggle:hover
{
   background-color: #F6F6F6;
   color: #696969;
}
[id^=ResponsiveMenu2-submenu]:checked + ul 
{
   display: block !important;
}
#ResponsiveMenu2-title
{
   height: 60px !important;
   line-height: 60px !important;
   text-align: center;
}
#wb_ResponsiveMenu2 ul li 
{
   display: block;
   width: 100% !important;
   text-align: left;
}
#wb_ResponsiveMenu2 ul ul .toggle,
#wb_ResponsiveMenu2 ul ul a 
{
   padding: 0 40px;
}
#wb_ResponsiveMenu2 a:hover,
#wb_ResponsiveMenu2 ul ul ul a 
{
   background-color: #F6F6F6;
   color: #696969;
}
#wb_ResponsiveMenu2 ul li ul li .toggle,
#wb_ResponsiveMenu2 ul ul a 
{
   background-color: #F6F6F6;
   color: #696969;
}
#wb_ResponsiveMenu2 ul ul ul a 
{
   padding: 15px 20px 15px 60px;
}
#wb_ResponsiveMenu2 ul li a 
{
   text-align: left;
}
#wb_ResponsiveMenu2 ul li a br 
{
   display: none;
}
#wb_ResponsiveMenu2 ul li i 
{
   margin-right: 5px;
}
#wb_ResponsiveMenu2 ul ul 
{
   float: none;
   position: static;
}
#wb_ResponsiveMenu2 ul ul li:hover > ul,
#wb_ResponsiveMenu2 ul li:hover > ul 
{
   display: none;
}
#wb_ResponsiveMenu2 ul ul li 
{
   display: block;
   width: 100%;
}
#wb_ResponsiveMenu2 ul ul ul li 
{
   position: static;
}
#ResponsiveMenu2-icon 
{
   display: block;
   position: absolute;
   left: 15px;
   top: 18px;
   user-select: none;
}
#ResponsiveMenu2-icon span 
{
   display: block;
   margin-top: 4px;
   height: 2px;
   background-color: #696969;
   color: #696969;
   width: 24px;
}
#wb_ResponsiveMenu2 ul li ul li .toggle:hover
{
   background-color: #F6F6F6;
   color: #696969;
}
#wb_ResponsiveMenu2 .toggle .arrow-down 
{
   border-top-color: #696969;
}
#wb_ResponsiveMenu2 .toggle:hover .arrow-down, #wb_ResponsiveMenu2 li .active .arrow-down
{
   border-top-color: #696969;
}
#wb_ResponsiveMenu2 ul li ul li .toggle .arrow-down 
{
   border-top-color: #696969;
}
#wb_ResponsiveMenu2 ul li ul li .toggle:hover .arrow-down, #wb_ResponsiveMenu2 ul li ul li .active .arrow-down
{
   border-top-color: #696969;
}
}
#wb_LogoSpelmes
{
   margin: 0;
   flex-grow: 0;
   flex-shrink: 0;
   align-self: auto;
   vertical-align: top;
}
#LogoSpelmes
{
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   padding: 0;
   display: inline-block;
   width: 102px;
   height: auto;
}
#wb_LayoutGrid12
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F8F8F7;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid12
{
   box-sizing: border-box;
   padding: 125px 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid12 > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: left;
}
#LayoutGrid12 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: center;
}
#LayoutGrid12 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: center;
}
#LayoutGrid12 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 25%;
   text-align: left;
}
#LayoutGrid12:before,
#LayoutGrid12:after,
#LayoutGrid12 .row:before,
#LayoutGrid12 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid12:after,
#LayoutGrid12 .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#LayoutGrid12 > .row > .col-1, #LayoutGrid12 > .row > .col-2, #LayoutGrid12 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid19
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FBF9F7;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid19
{
   box-sizing: border-box;
   padding: 60px 8px 60px 8px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid19 > .row
{
   margin-right: -8px;
   margin-left: -8px;
}
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 8px;
   padding-left: 8px;
   position: relative;
}
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: left;
}
#LayoutGrid19 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid19 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 0 0 35px 0;
}
#LayoutGrid19 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid19 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid19:before,
#LayoutGrid19:after,
#LayoutGrid19 .row:before,
#LayoutGrid19 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid19:after,
#LayoutGrid19 .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#LayoutGrid19 > .row > .col-1, #LayoutGrid19 > .row > .col-2, #LayoutGrid19 > .row > .col-3
{
   float: none;
   width: 100%;
}
}
#wb_up
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #ACA99D;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#up
{
   box-sizing: border-box;
   padding: 40px 15px 30px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#up > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#up > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#up > .row > .col-1
{
   float: left;
}
#up > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#up:before,
#up:after,
#up .row:before,
#up .row:after
{
   display: table;
   content: " ";
}
#up:after,
#up .row:after
{
   clear: both;
}
@media (max-width: 320px)
{
#up > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid7
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid7
{
   box-sizing: border-box;
   padding: 25px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid7 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: left;
}
#LayoutGrid7 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 15px 15px 15px;
}
#LayoutGrid7 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: left;
}
#LayoutGrid7 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 5px 15px 5px;
}
#LayoutGrid7:before,
#LayoutGrid7:after,
#LayoutGrid7 .row:before,
#LayoutGrid7 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid7:after,
#LayoutGrid7 .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#LayoutGrid7 > .row > .col-1, #LayoutGrid7 > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid25
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #F8F8F7;
   background-image: none;
   border: 0px solid #DCDCDC;
   border-radius: 5px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid25
{
   box-sizing: border-box;
   padding: 0 7px 0 7px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid25 > .row
{
   margin-right: -7px;
   margin-left: -7px;
}
#LayoutGrid25 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 7px;
   padding-left: 7px;
   position: relative;
}
#LayoutGrid25 > .row > .col-1
{
   float: left;
}
#LayoutGrid25 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid25 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 15px 5px 15px 5px;
}
#LayoutGrid25:before,
#LayoutGrid25:after,
#LayoutGrid25 .row:before,
#LayoutGrid25 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid25:after,
#LayoutGrid25 .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#LayoutGrid25 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid2
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid2
{
   box-sizing: border-box;
   padding: 25px 15px 25px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid2 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: left;
}
#LayoutGrid2 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 0 10px 0;
}
#LayoutGrid2 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 10px 10px 10px;
}
#LayoutGrid2 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid2 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 10px 5px 10px 5px;
}
#LayoutGrid2:before,
#LayoutGrid2:after,
#LayoutGrid2 .row:before,
#LayoutGrid2 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid2:after,
#LayoutGrid2 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid2 > .row > .col-1, #LayoutGrid2 > .row > .col-2, #LayoutGrid2 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid5
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid5
{
   box-sizing: border-box;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid5 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid5 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid5 > .row > .col-1
{
   float: left;
}
#LayoutGrid5 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#LayoutGrid5 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 40px 0 60px 0;
}
#LayoutGrid5:before,
#LayoutGrid5:after,
#LayoutGrid5 .row:before,
#LayoutGrid5 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid5:after,
#LayoutGrid5 .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#LayoutGrid5 > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_ModulCarnetsEspecials
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#ModulCarnetsEspecials
{
   box-sizing: border-box;
   padding: 10px 5px 100px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#ModulCarnetsEspecials > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#ModulCarnetsEspecials > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#ModulCarnetsEspecials > .row > .col-1
{
   float: left;
}
#ModulCarnetsEspecials > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#ModulCarnetsEspecials > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 5px 20px 5px;
}
#ModulCarnetsEspecials:before,
#ModulCarnetsEspecials:after,
#ModulCarnetsEspecials .row:before,
#ModulCarnetsEspecials .row:after
{
   display: table;
   content: " ";
}
#ModulCarnetsEspecials:after,
#ModulCarnetsEspecials .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#ModulCarnetsEspecials > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid10
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid10
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 60px 0 0 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2
{
   flex: 0 0 auto;
}
#LayoutGrid10 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 75%;
   max-width: 75%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid10 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 25%;
   max-width: 25%;
   display: flex;
   flex-wrap: wrap;
   align-content: flex-start;
   align-self: stretch;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
@media (max-width: 800px)
{
#LayoutGrid10 > .col-1, #LayoutGrid10 > .col-2
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_ImressioEco
{
   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;
}
#ImressioEco
{
   box-sizing: border-box;
   padding: 20px 5px 10px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#ImressioEco > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#ImressioEco > .row > .col-1, #ImressioEco > .row > .col-2, #ImressioEco > .row > .col-3, #ImressioEco > .row > .col-4, #ImressioEco > .row > .col-5, #ImressioEco > .row > .col-6
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#ImressioEco > .row > .col-1, #ImressioEco > .row > .col-2, #ImressioEco > .row > .col-3, #ImressioEco > .row > .col-4, #ImressioEco > .row > .col-5, #ImressioEco > .row > .col-6
{
   float: left;
}
#ImressioEco > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#ImressioEco > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#ImressioEco > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#ImressioEco > .row > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#ImressioEco > .row > .col-5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#ImressioEco > .row > .col-6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 16.66666667%;
   text-align: center;
}
#ImressioEco:before,
#ImressioEco:after,
#ImressioEco .row:before,
#ImressioEco .row:after
{
   display: table;
   content: " ";
}
#ImressioEco:after,
#ImressioEco .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#ImressioEco > .row > .col-1, #ImressioEco > .row > .col-2, #ImressioEco > .row > .col-3, #ImressioEco > .row > .col-4, #ImressioEco > .row > .col-5, #ImressioEco > .row > .col-6
{
   float: none;
   width: 100% !important;
}
}
#wb_LayoutGrid3
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid3
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 10px 0 10px 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3, #LayoutGrid3 > .col-4
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3, #LayoutGrid3 > .col-4
{
   flex: 0 0 auto;
}
#LayoutGrid3 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3 > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3 > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 33.33333333%;
   max-width: 33.33333333%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
#LayoutGrid3 > .col-4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 16.66666667%;
   max-width: 16.66666667%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 800px)
{
#LayoutGrid3 > .col-1, #LayoutGrid3 > .col-2, #LayoutGrid3 > .col-3, #LayoutGrid3 > .col-4
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#wb_LayoutGrid28
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #000000;
   border-right-color: #000000;
   border-bottom-color: #000000;
   border-left-color: #000000;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid28
{
   box-sizing: border-box;
   padding: 50px 0 50px 0;
   margin-right: auto;
   margin-left: auto;
}
#LayoutGrid28 > .row
{
   margin-right: 0;
   margin-left: 0;
}
#LayoutGrid28 > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 0px;
   padding-left: 0px;
   position: relative;
}
#LayoutGrid28 > .row > .col-1
{
   float: left;
}
#LayoutGrid28 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: left;
}
#LayoutGrid28:before,
#LayoutGrid28:after,
#LayoutGrid28 .row:before,
#LayoutGrid28 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid28:after,
#LayoutGrid28 .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#LayoutGrid28 > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_InlineFrame1
{
   box-sizing: border-box;
   border: 1px solid #DDDDDD;
   border-radius: 0px;
   margin: 0;
   overflow: auto;
   -webkit-overflow-scrolling: touch;
   position: relative;
}
#InlineFrame1
{
   border-width: 0;
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#SlideShow1 .image
{
   border-width: 0;
   border-radius: inherit;
   display: block;
   float: left;
   height: auto;
   width: 100%;
}
#SlideShow1 li
{
   border-radius: inherit;
   position: absolute;
   width: 100%;
   left: 0;
   top: 0;
}
#SlideShow1
{
   display: inline-block;
   position: relative;
   list-style: none;
   width: 100%;
   padding: 0;
   margin: 0;
}
#SlideShow1 .caption
{
   margin: 0;
   padding: 0;
   z-index: 10;
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 70px;
   overflow: hidden;
}
#SlideShow1 .caption_background
{
   background-color: #F5F5F5;
   opacity: 0.70;
   position: absolute;
   bottom: 0;
   height: 100%;
   width: 100%;
   margin: 0;
   padding: 0;
}
#SlideShow1 .caption_text
{
   margin: 4px;
   color: #696969;
   font-family: ABeeZee;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-align: center;
}
#SlideShow1 .pagination
{
   bottom: 0;
   left: 0;
   position: absolute;
   text-align: center;
   vertical-align: middle;
   width: 100%;
   z-index: 998;
}
#SlideShow1 .pagination a
{
   display: inline-block;
   margin: 12px 12px 12px 12px;
   width: 7px;
   height: 7px;
   cursor: pointer;
   text-indent: -999px;
   border-radius: 50%;
   background-color: rgba(255,255,255,1.00);
   border: 1px solid rgba(105,105,105,1.00);
}
#SlideShow1 .pagination a.active
{
   background-color: rgba(105,105,105,1.00);
}
#SlideShow1 .carousel-control-next, #SlideShow1 .carousel-control-prev
{
   cursor: pointer;
   position: absolute;
   text-align: center;
   top: 0;
   left: 0;
   opacity: 1;
}
#SlideShow1 .carousel-control-next-icon, #SlideShow1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 25px;
   height: 25px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#SlideShow1 .carousel-control-next:hover, #SlideShow1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#SlideShow1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%234F4F4F%22%20viewBox%3d%220%200%20100%20100%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M79%2021%20L49%2050%20L79%2079%20C80%2080%2c%2080%2081%2c%2080%2083%20C80%2084%2c%2080%2085%2c%2079%2086%20L69%2095%20C69%2096%2c%2067%2096%2c%2066%2096%20C65%2096%2c%2064%2096%2c%2063%2095%20L22%2054%20C21%2053%2c%2020%2052%2c%2020%2050%20C20%2049%2c%2021%2048%2c%2022%2047%20L63%206%20C64%205%2c%2065%204%2c%2066%204%20C67%204%2c%2069%205%2c%2069%206%20L79%2015%20C80%2016%2c%2080%2017%2c%2080%2018%20C80%2020%2c%2080%2021%2c%2079%2021%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow1 .carousel-control-prev:hover .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23A9A9A9%22%20viewBox%3d%220%200%20100%20100%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M79%2021%20L49%2050%20L79%2079%20C80%2080%2c%2080%2081%2c%2080%2083%20C80%2084%2c%2080%2085%2c%2079%2086%20L69%2095%20C69%2096%2c%2067%2096%2c%2066%2096%20C65%2096%2c%2064%2096%2c%2063%2095%20L22%2054%20C21%2053%2c%2020%2052%2c%2020%2050%20C20%2049%2c%2021%2048%2c%2022%2047%20L63%206%20C64%205%2c%2065%204%2c%2066%204%20C67%204%2c%2069%205%2c%2069%206%20L79%2015%20C80%2016%2c%2080%2017%2c%2080%2018%20C80%2020%2c%2080%2021%2c%2079%2021%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%234F4F4F%22%20viewBox%3d%220%200%20100%20100%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M79%2054%20L38%2095%20C37%2096%2c%2036%2096%2c%2035%2096%20C33%2096%2c%2032%2096%2c%2031%2095%20L22%2086%20C21%2085%2c%2021%2084%2c%2021%2083%20C21%2081%2c%2021%2080%2c%2022%2079%20L51%2050%20L22%2021%20C21%2021%2c%2021%2020%2c%2021%2018%20C21%2017%2c%2021%2016%2c%2022%2015%20L31%206%20C32%205%2c%2033%204%2c%2035%204%20C36%204%2c%2037%205%2c%2038%206%20L79%2047%20C80%2048%2c%2080%2049%2c%2080%2050%20C80%2052%2c%2080%2053%2c%2079%2054%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow1 .carousel-control-next:hover .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23A9A9A9%22%20viewBox%3d%220%200%20100%20100%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M79%2054%20L38%2095%20C37%2096%2c%2036%2096%2c%2035%2096%20C33%2096%2c%2032%2096%2c%2031%2095%20L22%2086%20C21%2085%2c%2021%2084%2c%2021%2083%20C21%2081%2c%2021%2080%2c%2022%2079%20L51%2050%20L22%2021%20C21%2021%2c%2021%2020%2c%2021%2018%20C21%2017%2c%2021%2016%2c%2022%2015%20L31%206%20C32%205%2c%2033%204%2c%2035%204%20C36%204%2c%2037%205%2c%2038%206%20L79%2047%20C80%2048%2c%2080%2049%2c%2080%2050%20C80%2052%2c%2080%2053%2c%2079%2054%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#SlideShow1
{
   border: 0px solid #DDDDDD;
   border-radius: 0px;
   box-sizing: border-box;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: justify;
}
#wb_Text1
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text1 div
{
   text-align: justify;
}
#wb_Text1
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card8
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 280px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   max-width: 190px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 6px;
   text-align: center;
}
#Card8-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card8-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 8px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#wb_Card8:hover #Card8-card-item0
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card8-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card8-card-item2
{
   box-sizing: border-box;
   margin: 80px 20px 10px 20px;
   padding: 0;
   text-align: center;
}
#Card8-card-item2 h2
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#Card8-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 5px 20px;
   padding: 0;
   text-align: center;
}
#Card8-card-item3 label
{
   color: #696969;
   font-family: ABeeZee;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
}
#wb_Card9
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   background-color: #B09468;
   background-image: none;
   border: 1px solid #B09468;
   border-radius: 100px;
   text-align: center;
}
#Card9-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 5px 15px;
   margin: 0;
   text-align: left;
}
#wb_Text2
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 24px;
   line-height: 32px;
}
#wb_Text2 div
{
   text-align: left;
}
#wb_Text2
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#Accordion4
{
   width: 100%;
   height: 100%;
}
#wb_Accordion4 .ui-helper-reset
{
   line-height: normal !important;
}
#Accordion4 .ui-accordion-header
{
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-size: 19px !important;
   font-style: normal;
   outline: none;
   padding: 20px 20px 20px 20px;
   text-align: left;
}
#Accordion4 .ui-accordion-header:not(:first-child)
{
   margin-top: 10px;
}
#Accordion4 h3
{
   display: block;
   margin: 0;
}
#Accordion4 .ui-accordion-header .ui-icon
{
   position: absolute !important;
   right: 10px;
   top: 0;
   display: flex;
   justify-content: center;
   align-items: center;
   align-content: center;
   height: 100%;
   width: 32px;
   box-sizing: border-box;
   background-image: none;
   fill: currentColor;
   margin: 0;
}
#Accordion4 .icon-default
{
   display: block;
   flex: 1;
   padding: 2px;
}
#Accordion4 .icon-active
{
   display: none;
   flex: 1;
   padding: 2px;
}
#Accordion4 .ui-state-active .icon-default
{
   display: none;
}
#Accordion4 .ui-state-active .icon-active
{
   display: block;
}
#Accordion4 .ui-accordion-content
{
   padding: 30px 5px 30px 5px;
   position: relative;
   font-size: 0;
   text-align: left;
}
#Accordion4, #Accordion4 > .ui-corner-all, #Accordion4 > .ui-corner-top
{
   border-top-left-radius: 6px;
   border-top-right-radius: 6px;
}
#Accordion4 .ui-corner-all, #Accordion4 .ui-corner-bottom
{
   border-bottom-right-radius: 6px;
   border-bottom-left-radius: 6px;
}
#Accordion4 .ui-widget-content
{
   border-color: rgba(255,255,255,1.00);
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #212529;
}
#Accordion4 .ui-state-default
{
   border-color: rgba(220,220,220,1.00);
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #696969;
}
#Accordion4 .ui-state-hover
{
   border-color: rgba(105,105,105,1.00);
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #011827;
}
#Accordion4 .ui-state-active
{
   border-color: rgba(105,105,105,1.00);
   border-width: 1px;
   background-color: transparent;
   background-image: none;
   color: #CB1B47;
}
#wb_Accordion4
{
   margin: 0;
}
#wb_Text22 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 5px 0;
   margin: 0;
   text-align: left;
}
#wb_Text22
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 19px;
   line-height: 23px;
}
#wb_Text22 div
{
   text-align: left;
}
#wb_Text22
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Card7
{
   position: relative;
   display: flex;
   flex-direction: column;
   min-height: 280px;
   box-sizing: border-box;
   margin: 0 0 20px 0 ;
   max-width: 190px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: transparent;
   background-image: none;
   border: 1px solid transparent;
   border-radius: 6px;
   text-align: center;
}
#Card7-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card7-card-item0
{
   box-sizing: border-box;
   margin: 0 0 -90px 0 ;
   padding: 0;
   border: 0px solid #000000;
   border-radius: 8px;
   max-width: 150px;
   margin-left: auto;
   margin-right: auto;
   width: 100%;
   height: 150px;
}
#wb_Card7:hover #Card7-card-item0
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item0
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card7-card-item1
{
   box-sizing: border-box;
   margin: 20px 20px 0 20px;
   border-top: 1px rgba(216,216,216,0.00) solid;
   border-width: 1px 0 0 0;
   height: 0;
   line-height: 0;
}
#Card7-card-item2
{
   box-sizing: border-box;
   margin: 80px 20px 10px 20px;
   padding: 0;
   text-align: center;
}
#Card7-card-item2 h2
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#Card7-card-item3
{
   box-sizing: border-box;
   margin: 0 20px 5px 20px;
   padding: 0;
   text-align: center;
}
#Card7-card-item3 label
{
   color: #696969;
   font-family: ABeeZee;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   margin: 0;
}
#wb_Text3 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 5px 25px;
   margin: 0;
   text-align: justify;
}
#wb_Text3
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text3 div
{
   text-align: justify;
}
#wb_Text3
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text8 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 5px 25px;
   margin: 0;
   text-align: justify;
}
#wb_Text8
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text8 div
{
   text-align: justify;
}
#wb_Text8
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text9 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 5px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text9
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text9 div
{
   text-align: left;
}
#wb_Text9
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text6 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 5px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text6
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text6 div
{
   text-align: left;
}
#wb_Text6
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text5 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 5px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text5
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text5 div
{
   text-align: left;
}
#wb_Text5
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text7 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 5px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text7
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text7 div
{
   text-align: left;
}
#wb_Text7
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_CapQuiSom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   box-sizing: border-box;
   margin: 0;
}
#CapQuiSom
{
   box-sizing: border-box;
   padding: 60px 8px 20px 8px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#CapQuiSom > .row
{
   margin-right: -8px;
   margin-left: -8px;
}
#CapQuiSom > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 8px;
   padding-left: 8px;
   position: relative;
}
#CapQuiSom > .row > .col-1
{
   float: left;
}
#CapQuiSom > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#CapQuiSom:before,
#CapQuiSom:after,
#CapQuiSom .row:before,
#CapQuiSom .row:after
{
   display: table;
   content: " ";
}
#CapQuiSom:after,
#CapQuiSom .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#CapQuiSom > .row > .col-1
{
   float: none;
   width: 100%;
}
}
#wb_Heading14
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #8C8C8C;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 10px 0 25px 10px;
   padding: 0;
   text-align: center;
}
#Heading14
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_ModulQuiSom
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border-top-width: 0px;
   border-right-width: 0px;
   border-bottom-width: 0px;
   border-left-width: 0px;
   border-top-style: solid;
   border-right-style: solid;
   border-bottom-style: solid;
   border-left-style: solid;
   border-top-color: #FFFFFF;
   border-right-color: #FFFFFF;
   border-bottom-color: #FFFFFF;
   border-left-color: #FFFFFF;
   box-sizing: border-box;
   margin: 0;
}
#ModulQuiSom
{
   box-sizing: border-box;
   padding: 25px 5px 25px 5px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#ModulQuiSom > .row
{
   margin-right: -5px;
   margin-left: -5px;
}
#ModulQuiSom > .row > .col-1, #ModulQuiSom > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 5px;
   padding-left: 5px;
   position: relative;
}
#ModulQuiSom > .row > .col-1, #ModulQuiSom > .row > .col-2
{
   float: left;
}
#ModulQuiSom > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 41.66666667%;
   text-align: center;
}
#ModulQuiSom > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 15px 20px 15px;
}
#ModulQuiSom > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 58.33333333%;
   text-align: center;
}
#ModulQuiSom > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 20px 10px 20px 10px;
}
#ModulQuiSom:before,
#ModulQuiSom:after,
#ModulQuiSom .row:before,
#ModulQuiSom .row:after
{
   display: table;
   content: " ";
}
#ModulQuiSom:after,
#ModulQuiSom .row:after
{
   clear: both;
}
@media (max-width: 800px)
{
#ModulQuiSom > .row > .col-1, #ModulQuiSom > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_LayoutGrid4
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FBF9F7;
   background-image: none;
   border: 0px solid #CCCCCC;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid4
{
   box-sizing: border-box;
   padding: 150px 15px 90px 15px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid4 > .row
{
   margin-right: -15px;
   margin-left: -15px;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 15px;
   padding-left: 15px;
   position: relative;
}
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: left;
}
#LayoutGrid4 > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#LayoutGrid4 > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#LayoutGrid4 > .row > .col-3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 33.33333333%;
   text-align: center;
}
#LayoutGrid4 > .row > .col-3 > .col-3-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#LayoutGrid4:before,
#LayoutGrid4:after,
#LayoutGrid4 .row:before,
#LayoutGrid4 .row:after
{
   display: table;
   content: " ";
}
#LayoutGrid4:after,
#LayoutGrid4 .row:after
{
   clear: both;
}
@media (max-width: 768px)
{
#LayoutGrid4 > .row > .col-1, #LayoutGrid4 > .row > .col-2, #LayoutGrid4 > .row > .col-3
{
   float: none;
   width: 100% !important;
}
}
#wb_Card14
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card14-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card14-card-item0
{
   display: inline-block;
   height: 95px;
   box-sizing: border-box;
   margin: 0 25px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #AC9588;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-style: normal;
   font-size: 75px;
}
#Card14-card-item0 a
{
   color: inherit;
   display: block;
   padding: 10px 0 10px 0;
   text-decoration: none;
}
#Card14-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 75px;
   width: 75px;
}
#Card14-card-item1
{
   box-sizing: border-box;
   margin: -75px 0 0 0 ;
   padding: 0 0 6px 80px;
   background-color: transparent;
   background-image: none;
   color: #B8A398;
   font-family: ABeeZee;
   font-weight: bold;
   font-style: normal;
   font-size: 13px;
}
#Card14-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 0 80px;
   background-color: transparent;
   background-image: none;
   color: #B8A398;
   font-family: ABeeZee;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#Card14-card-item2 a
{
   color: inherit;
   text-decoration: none;
}
#Card14-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 0 80px;
   background-color: transparent;
   background-image: none;
   color: #B8A398;
   font-family: ABeeZee;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#Card14-card-item3 a
{
   color: inherit;
   text-decoration: none;
}
#wb_Card14
{
   transform: rotate(0deg) scale(1,1) ;
   filter: brightness(100%);
   transition: transform 300ms linear 0ms, filter 300ms linear 0ms;
}
#wb_Card14:hover
{
   transform: rotate(0deg) scale(0.95,0.95) ;
   filter: brightness(50%);
   transition: transform 300ms linear 0ms, filter 300ms linear 0ms;
}
#wb_Card15
{
   position: relative;
   display: inline-block;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0 0 10px 0 ;
   vertical-align: top;
   background-color: transparent;
   background-image: none;
   border: 0px solid #DEDEDE;
   border-radius: 0px;
   text-align: left;
}
#Card15-card-body
{
   padding: 0;
   flex: 1 1 auto;
   font-size: 0;
}
#Card15-card-item0
{
   display: inline-block;
   height: 95px;
   box-sizing: border-box;
   margin: 0 25px 0 0 ;
   border: 0px solid #000000;
   border-radius: 0px;
   background-color: transparent;
   background-image: none;
   color: #AC9588;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-style: normal;
   font-size: 75px;
}
#Card15-card-item0 a
{
   color: inherit;
   display: block;
   padding: 10px 0 10px 0;
   text-decoration: none;
}
#Card15-card-item0 i
{
   margin-right: 0px;
   text-align: center;
   vertical-align: top;
   font-size: 75px;
   width: 75px;
}
#Card15-card-item1
{
   box-sizing: border-box;
   margin: -75px 0 0 0 ;
   padding: 0 0 0 80px;
   background-color: transparent;
   background-image: none;
   color: #707070;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item2
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 0 80px;
   background-color: transparent;
   background-image: none;
   color: #707070;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 13px;
}
#Card15-card-item3
{
   box-sizing: border-box;
   margin: 0;
   padding: 0 0 10px 80px;
   background-color: transparent;
   background-image: none;
   color: #B7A397;
   font-family: ABeeZee;
   font-weight: normal;
   font-style: normal;
   font-size: 12px;
   text-align: left;
}
#wb_Card15
{
   transform: rotate(0deg) scale(1,1) ;
   filter: brightness(100%);
   transition: transform 300ms linear 0ms, filter 300ms linear 0ms;
}
#wb_Card15:hover
{
   transform: rotate(0deg) scale(0.95,0.95) ;
   filter: brightness(50%);
   transition: transform 300ms linear 0ms, filter 300ms linear 0ms;
}
#wb_logoHeading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: center;
}
#logoHeading
{
   color: #FFFFFF;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#ThemeableButton1
{
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton1
{
   border-radius: 10px;
   margin: 20px 0 20px 0 ;
   vertical-align: top;
}
#ThemeableButton1
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ThemeableButton1 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButton1
{
   color: inherit;
}
#wb_ThemeableButton1 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20120%20120%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M71%2067%20C73%2065%2c%2074%2064%2c%2075%2064%20C76%2064%2c%2078%2065%2c%2082%2067%20C86%2069%2c%2088%2070%2c%2089%2071%20C89%2071%2c%2089%2072%2c%2089%2072%20C89%2074%2c%2089%2076%2c%2088%2079%20C87%2080%2c%2085%2082%2c%2083%2083%20C80%2084%2c%2077%2085%2c%2075%2085%20C72%2085%2c%2068%2083%2c%2061%2080%20C57%2078%2c%2053%2076%2c%2050%2073%20C47%2069%2c%2043%2064%2c%2040%2058%20C37%2054%2c%2035%2050%2c%2035%2046%20L35%2046%20C35%2041%2c%2037%2037%2c%2041%2034%20C42%2033%2c%2043%2033%2c%2045%2033%20C45%2033%2c%2045%2033%2c%2046%2033%20C46%2033%2c%2047%2033%2c%2047%2033%20C48%2033%2c%2049%2033%2c%2050%2033%20C50%2034%2c%2051%2035%2c%2051%2035%20C52%2037%2c%2052%2039%2c%2053%2042%20C55%2045%2c%2055%2047%2c%2055%2047%20C55%2048%2c%2054%2050%2c%2053%2051%20C51%2053%2c%2051%2054%2c%2051%2054%20C51%2054%2c%2051%2054%2c%2051%2055%20C52%2058%2c%2054%2061%2c%2057%2063%20C60%2066%2c%2063%2068%2c%2067%2070%20C68%2070%2c%2068%2070%2c%2068%2070%20C68%2070%2c%2069%2069%2c%2071%2067%20Z%20M62%2099%20C67%2099%2c%2072%2098%2c%2077%2096%20C82%2094%2c%2087%2091%2c%2090%2087%20C94%2084%2c%2097%2079%2c%2099%2074%20C101%2069%2c%20102%2064%2c%20102%2058%20C102%2053%2c%20101%2048%2c%2099%2043%20C97%2038%2c%2094%2033%2c%2090%2030%20C87%2026%2c%2082%2023%2c%2077%2021%20C72%2019%2c%2067%2018%2c%2062%2018%20C56%2018%2c%2051%2019%2c%2046%2021%20C41%2023%2c%2036%2026%2c%2033%2030%20C29%2033%2c%2026%2038%2c%2024%2043%20C22%2048%2c%2021%2053%2c%2021%2058%20C21%2067%2c%2023%2075%2c%2029%2083%20L23%2097%20L39%2092%20C46%2097%2c%2053%2099%2c%2062%2099%20Z%20M41%2011%20C48%208%2c%2055%207%2c%2062%207%20C69%207%2c%2075%208%2c%2082%2011%20C88%2014%2c%2094%2017%2c%2098%2022%20C103%2027%2c%20106%2032%2c%20109%2038%20C112%2045%2c%20113%2051%2c%20113%2058%20C113%2065%2c%20112%2072%2c%20109%2078%20C106%2085%2c%20103%2090%2c%2098%2095%20C93%20100%2c%2088%20103%2c%2082%20106%20C75%20109%2c%2069%20110%2c%2062%20110%20C53%20110%2c%2044%20108%2c%2037%20104%20L8%20113%20L17%2085%20C12%2077%2c%2010%2068%2c%2010%2058%20C10%2051%2c%2011%2045%2c%2014%2038%20C17%2032%2c%2020%2027%2c%2025%2022%20C30%2017%2c%2035%2014%2c%2041%2011%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   margin-right: 5px;
   vertical-align: middle;
   width: 30px;
   height: 30px;
}
#wb_ThemeableButton1:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23B09468%22%20viewBox%3d%220%200%20120%20120%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M71%2067%20C73%2065%2c%2074%2064%2c%2075%2064%20C76%2064%2c%2078%2065%2c%2082%2067%20C86%2069%2c%2088%2070%2c%2089%2071%20C89%2071%2c%2089%2072%2c%2089%2072%20C89%2074%2c%2089%2076%2c%2088%2079%20C87%2080%2c%2085%2082%2c%2083%2083%20C80%2084%2c%2077%2085%2c%2075%2085%20C72%2085%2c%2068%2083%2c%2061%2080%20C57%2078%2c%2053%2076%2c%2050%2073%20C47%2069%2c%2043%2064%2c%2040%2058%20C37%2054%2c%2035%2050%2c%2035%2046%20L35%2046%20C35%2041%2c%2037%2037%2c%2041%2034%20C42%2033%2c%2043%2033%2c%2045%2033%20C45%2033%2c%2045%2033%2c%2046%2033%20C46%2033%2c%2047%2033%2c%2047%2033%20C48%2033%2c%2049%2033%2c%2050%2033%20C50%2034%2c%2051%2035%2c%2051%2035%20C52%2037%2c%2052%2039%2c%2053%2042%20C55%2045%2c%2055%2047%2c%2055%2047%20C55%2048%2c%2054%2050%2c%2053%2051%20C51%2053%2c%2051%2054%2c%2051%2054%20C51%2054%2c%2051%2054%2c%2051%2055%20C52%2058%2c%2054%2061%2c%2057%2063%20C60%2066%2c%2063%2068%2c%2067%2070%20C68%2070%2c%2068%2070%2c%2068%2070%20C68%2070%2c%2069%2069%2c%2071%2067%20Z%20M62%2099%20C67%2099%2c%2072%2098%2c%2077%2096%20C82%2094%2c%2087%2091%2c%2090%2087%20C94%2084%2c%2097%2079%2c%2099%2074%20C101%2069%2c%20102%2064%2c%20102%2058%20C102%2053%2c%20101%2048%2c%2099%2043%20C97%2038%2c%2094%2033%2c%2090%2030%20C87%2026%2c%2082%2023%2c%2077%2021%20C72%2019%2c%2067%2018%2c%2062%2018%20C56%2018%2c%2051%2019%2c%2046%2021%20C41%2023%2c%2036%2026%2c%2033%2030%20C29%2033%2c%2026%2038%2c%2024%2043%20C22%2048%2c%2021%2053%2c%2021%2058%20C21%2067%2c%2023%2075%2c%2029%2083%20L23%2097%20L39%2092%20C46%2097%2c%2053%2099%2c%2062%2099%20Z%20M41%2011%20C48%208%2c%2055%207%2c%2062%207%20C69%207%2c%2075%208%2c%2082%2011%20C88%2014%2c%2094%2017%2c%2098%2022%20C103%2027%2c%20106%2032%2c%20109%2038%20C112%2045%2c%20113%2051%2c%20113%2058%20C113%2065%2c%20112%2072%2c%20109%2078%20C106%2085%2c%20103%2090%2c%2098%2095%20C93%20100%2c%2088%20103%2c%2082%20106%20C75%20109%2c%2069%20110%2c%2062%20110%20C53%20110%2c%2044%20108%2c%2037%20104%20L8%20113%20L17%2085%20C12%2077%2c%2010%2068%2c%2010%2058%20C10%2051%2c%2011%2045%2c%2014%2038%20C17%2032%2c%2020%2027%2c%2025%2022%20C30%2017%2c%2035%2014%2c%2041%2011%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23696969%22%20viewBox%3d%220%200%20120%20120%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M71%2067%20C73%2065%2c%2074%2064%2c%2075%2064%20C76%2064%2c%2078%2065%2c%2082%2067%20C86%2069%2c%2088%2070%2c%2089%2071%20C89%2071%2c%2089%2072%2c%2089%2072%20C89%2074%2c%2089%2076%2c%2088%2079%20C87%2080%2c%2085%2082%2c%2083%2083%20C80%2084%2c%2077%2085%2c%2075%2085%20C72%2085%2c%2068%2083%2c%2061%2080%20C57%2078%2c%2053%2076%2c%2050%2073%20C47%2069%2c%2043%2064%2c%2040%2058%20C37%2054%2c%2035%2050%2c%2035%2046%20L35%2046%20C35%2041%2c%2037%2037%2c%2041%2034%20C42%2033%2c%2043%2033%2c%2045%2033%20C45%2033%2c%2045%2033%2c%2046%2033%20C46%2033%2c%2047%2033%2c%2047%2033%20C48%2033%2c%2049%2033%2c%2050%2033%20C50%2034%2c%2051%2035%2c%2051%2035%20C52%2037%2c%2052%2039%2c%2053%2042%20C55%2045%2c%2055%2047%2c%2055%2047%20C55%2048%2c%2054%2050%2c%2053%2051%20C51%2053%2c%2051%2054%2c%2051%2054%20C51%2054%2c%2051%2054%2c%2051%2055%20C52%2058%2c%2054%2061%2c%2057%2063%20C60%2066%2c%2063%2068%2c%2067%2070%20C68%2070%2c%2068%2070%2c%2068%2070%20C68%2070%2c%2069%2069%2c%2071%2067%20Z%20M62%2099%20C67%2099%2c%2072%2098%2c%2077%2096%20C82%2094%2c%2087%2091%2c%2090%2087%20C94%2084%2c%2097%2079%2c%2099%2074%20C101%2069%2c%20102%2064%2c%20102%2058%20C102%2053%2c%20101%2048%2c%2099%2043%20C97%2038%2c%2094%2033%2c%2090%2030%20C87%2026%2c%2082%2023%2c%2077%2021%20C72%2019%2c%2067%2018%2c%2062%2018%20C56%2018%2c%2051%2019%2c%2046%2021%20C41%2023%2c%2036%2026%2c%2033%2030%20C29%2033%2c%2026%2038%2c%2024%2043%20C22%2048%2c%2021%2053%2c%2021%2058%20C21%2067%2c%2023%2075%2c%2029%2083%20L23%2097%20L39%2092%20C46%2097%2c%2053%2099%2c%2062%2099%20Z%20M41%2011%20C48%208%2c%2055%207%2c%2062%207%20C69%207%2c%2075%208%2c%2082%2011%20C88%2014%2c%2094%2017%2c%2098%2022%20C103%2027%2c%20106%2032%2c%20109%2038%20C112%2045%2c%20113%2051%2c%20113%2058%20C113%2065%2c%20112%2072%2c%20109%2078%20C106%2085%2c%20103%2090%2c%2098%2095%20C93%20100%2c%2088%20103%2c%2082%20106%20C75%20109%2c%2069%20110%2c%2062%20110%20C53%20110%2c%2044%20108%2c%2037%20104%20L8%20113%20L17%2085%20C12%2077%2c%2010%2068%2c%2010%2058%20C10%2051%2c%2011%2045%2c%2014%2038%20C17%2032%2c%2020%2027%2c%2025%2022%20C30%2017%2c%2035%2014%2c%2041%2011%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-left
{
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-right
{
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
}
#ThemeableButton1:hover
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#ThemeableButton1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#wb_ThemeableButton1 .ui-button
{
   background-color: #696969;
   background-image: none;
   border: 1px solid #696969;
   color: #FFFFFF;
}
#wb_ThemeableButton1 .ui-state-hover, #wb_ThemeableButton1 .ui-button:hover
{
   border-color: #B09468;
   background-color: #FFFFFF;
   background-image: none;
   color: #B09468;
}
#wb_ThemeableButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1 .ui-state-active, #wb_ThemeableButton1 .ui-button:active
{
   border-color: rgba(105,105,105,0.60);
   background-color: rgba(255,255,255,0.58);
   background-image: none;
   color: #696969;
}
#ThemeableButton8
{
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton8
{
   border-radius: 10px;
   margin: 20px 0 20px 0 ;
   vertical-align: top;
}
#ThemeableButton8
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ThemeableButton8 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButton8
{
   color: inherit;
}
#wb_ThemeableButton8 .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%2060%2060%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M10%2039%20C11%2038%2c%2011%2037%2c%2011%2036%20C11%2035%2c%2011%2033%2c%2010%2032%20C9%2032%2c%208%2031%2c%206%2031%20C5%2031%2c%204%2032%2c%203%2032%20C2%2033%2c%202%2035%2c%202%2036%20C2%2037%2c%202%2038%2c%203%2039%20C4%2040%2c%205%2041%2c%206%2041%20C8%2041%2c%209%2040%2c%2010%2039%20Z%20M13%2025%20L46%2025%20L43%2013%20C43%2013%2c%2043%2013%2c%2043%2013%20C43%2013%2c%2043%2013%2c%2043%2013%20L17%2013%20C17%2013%2c%2017%2013%2c%2017%2013%20C17%2013%2c%2016%2013%2c%2016%2013%20Z%20M57%2039%20C58%2038%2c%2058%2037%2c%2058%2036%20C58%2035%2c%2058%2033%2c%2057%2032%20C56%2032%2c%2055%2031%2c%2053%2031%20C52%2031%2c%2051%2032%2c%2050%2032%20C49%2033%2c%2049%2035%2c%2049%2036%20C49%2037%2c%2049%2038%2c%2050%2039%20C51%2040%2c%2052%2041%2c%2053%2041%20C55%2041%2c%2056%2040%2c%2057%2039%20Z%20M65%2033%20L65%2045%20C65%2046%2c%2065%2046%2c%2064%2047%20C64%2047%2c%2064%2047%2c%2063%2047%20L60%2047%20L60%2051%20C60%2053%2c%2060%2054%2c%2058%2056%20C57%2057%2c%2055%2058%2c%2053%2058%20C51%2058%2c%2050%2057%2c%2048%2056%20C47%2054%2c%2046%2053%2c%2046%2051%20L46%2047%20L13%2047%20L13%2051%20C13%2053%2c%2013%2054%2c%2011%2056%20C10%2057%2c%208%2058%2c%206%2058%20C4%2058%2c%203%2057%2c%201%2056%20C0%2054%2c%20%2d1%2053%2c%20%2d1%2051%20L%2d1%2047%20L%2d3%2047%20C%2d4%2047%2c%20%2d4%2047%2c%20%2d5%2047%20C%2d5%2046%2c%20%2d5%2046%2c%20%2d5%2045%20L%2d5%2033%20C%2d5%2030%2c%20%2d4%2028%2c%20%2d3%2027%20C%2d1%2025%2c%201%2025%2c%203%2025%20L4%2025%20L7%2011%20C7%209%2c%209%207%2c%2011%205%20C13%204%2c%2015%203%2c%2017%203%20L43%203%20C45%203%2c%2047%204%2c%2049%205%20C51%207%2c%2052%209%2c%2053%2011%20L56%2025%20L57%2025%20C59%2025%2c%2061%2025%2c%2062%2027%20C64%2028%2c%2065%2030%2c%2065%2033%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
   display: inline-block;
   overflow: visible;
   margin-right: 5px;
   vertical-align: middle;
   width: 15px;
   height: 15px;
}
#wb_ThemeableButton8:hover .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23B09468%22%20viewBox%3d%220%200%2060%2060%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M10%2039%20C11%2038%2c%2011%2037%2c%2011%2036%20C11%2035%2c%2011%2033%2c%2010%2032%20C9%2032%2c%208%2031%2c%206%2031%20C5%2031%2c%204%2032%2c%203%2032%20C2%2033%2c%202%2035%2c%202%2036%20C2%2037%2c%202%2038%2c%203%2039%20C4%2040%2c%205%2041%2c%206%2041%20C8%2041%2c%209%2040%2c%2010%2039%20Z%20M13%2025%20L46%2025%20L43%2013%20C43%2013%2c%2043%2013%2c%2043%2013%20C43%2013%2c%2043%2013%2c%2043%2013%20L17%2013%20C17%2013%2c%2017%2013%2c%2017%2013%20C17%2013%2c%2016%2013%2c%2016%2013%20Z%20M57%2039%20C58%2038%2c%2058%2037%2c%2058%2036%20C58%2035%2c%2058%2033%2c%2057%2032%20C56%2032%2c%2055%2031%2c%2053%2031%20C52%2031%2c%2051%2032%2c%2050%2032%20C49%2033%2c%2049%2035%2c%2049%2036%20C49%2037%2c%2049%2038%2c%2050%2039%20C51%2040%2c%2052%2041%2c%2053%2041%20C55%2041%2c%2056%2040%2c%2057%2039%20Z%20M65%2033%20L65%2045%20C65%2046%2c%2065%2046%2c%2064%2047%20C64%2047%2c%2064%2047%2c%2063%2047%20L60%2047%20L60%2051%20C60%2053%2c%2060%2054%2c%2058%2056%20C57%2057%2c%2055%2058%2c%2053%2058%20C51%2058%2c%2050%2057%2c%2048%2056%20C47%2054%2c%2046%2053%2c%2046%2051%20L46%2047%20L13%2047%20L13%2051%20C13%2053%2c%2013%2054%2c%2011%2056%20C10%2057%2c%208%2058%2c%206%2058%20C4%2058%2c%203%2057%2c%201%2056%20C0%2054%2c%20%2d1%2053%2c%20%2d1%2051%20L%2d1%2047%20L%2d3%2047%20C%2d4%2047%2c%20%2d4%2047%2c%20%2d5%2047%20C%2d5%2046%2c%20%2d5%2046%2c%20%2d5%2045%20L%2d5%2033%20C%2d5%2030%2c%20%2d4%2028%2c%20%2d3%2027%20C%2d1%2025%2c%201%2025%2c%203%2025%20L4%2025%20L7%2011%20C7%209%2c%209%207%2c%2011%205%20C13%204%2c%2015%203%2c%2017%203%20L43%203%20C45%203%2c%2047%204%2c%2049%205%20C51%207%2c%2052%209%2c%2053%2011%20L56%2025%20L57%2025%20C59%2025%2c%2061%2025%2c%2062%2027%20C64%2028%2c%2065%2030%2c%2065%2033%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton8:active .ui-primary
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23696969%22%20viewBox%3d%220%200%2060%2060%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M10%2039%20C11%2038%2c%2011%2037%2c%2011%2036%20C11%2035%2c%2011%2033%2c%2010%2032%20C9%2032%2c%208%2031%2c%206%2031%20C5%2031%2c%204%2032%2c%203%2032%20C2%2033%2c%202%2035%2c%202%2036%20C2%2037%2c%202%2038%2c%203%2039%20C4%2040%2c%205%2041%2c%206%2041%20C8%2041%2c%209%2040%2c%2010%2039%20Z%20M13%2025%20L46%2025%20L43%2013%20C43%2013%2c%2043%2013%2c%2043%2013%20C43%2013%2c%2043%2013%2c%2043%2013%20L17%2013%20C17%2013%2c%2017%2013%2c%2017%2013%20C17%2013%2c%2016%2013%2c%2016%2013%20Z%20M57%2039%20C58%2038%2c%2058%2037%2c%2058%2036%20C58%2035%2c%2058%2033%2c%2057%2032%20C56%2032%2c%2055%2031%2c%2053%2031%20C52%2031%2c%2051%2032%2c%2050%2032%20C49%2033%2c%2049%2035%2c%2049%2036%20C49%2037%2c%2049%2038%2c%2050%2039%20C51%2040%2c%2052%2041%2c%2053%2041%20C55%2041%2c%2056%2040%2c%2057%2039%20Z%20M65%2033%20L65%2045%20C65%2046%2c%2065%2046%2c%2064%2047%20C64%2047%2c%2064%2047%2c%2063%2047%20L60%2047%20L60%2051%20C60%2053%2c%2060%2054%2c%2058%2056%20C57%2057%2c%2055%2058%2c%2053%2058%20C51%2058%2c%2050%2057%2c%2048%2056%20C47%2054%2c%2046%2053%2c%2046%2051%20L46%2047%20L13%2047%20L13%2051%20C13%2053%2c%2013%2054%2c%2011%2056%20C10%2057%2c%208%2058%2c%206%2058%20C4%2058%2c%203%2057%2c%201%2056%20C0%2054%2c%20%2d1%2053%2c%20%2d1%2051%20L%2d1%2047%20L%2d3%2047%20C%2d4%2047%2c%20%2d4%2047%2c%20%2d5%2047%20C%2d5%2046%2c%20%2d5%2046%2c%20%2d5%2045%20L%2d5%2033%20C%2d5%2030%2c%20%2d4%2028%2c%20%2d3%2027%20C%2d1%2025%2c%201%2025%2c%203%2025%20L4%2025%20L7%2011%20C7%209%2c%209%207%2c%2011%205%20C13%204%2c%2015%203%2c%2017%203%20L43%203%20C45%203%2c%2047%204%2c%2049%205%20C51%207%2c%2052%209%2c%2053%2011%20L56%2025%20L57%2025%20C59%2025%2c%2061%2025%2c%2062%2027%20C64%2028%2c%2065%2030%2c%2065%2033%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#wb_ThemeableButton8 .ui-corner-all, #wb_ThemeableButton8 .ui-corner-left
{
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
}
#wb_ThemeableButton8 .ui-corner-all, #wb_ThemeableButton8 .ui-corner-right
{
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
}
#ThemeableButton8:hover
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#ThemeableButton8
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#wb_ThemeableButton8 .ui-button
{
   background-color: #696969;
   background-image: none;
   border: 1px solid #696969;
   color: #FFFFFF;
}
#wb_ThemeableButton8 .ui-state-hover, #wb_ThemeableButton8 .ui-button:hover
{
   border-color: #B09468;
   background-color: #FFFFFF;
   background-image: none;
   color: #B09468;
}
#wb_ThemeableButton8 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton8 .ui-state-active, #wb_ThemeableButton8 .ui-button:active
{
   border-color: rgba(105,105,105,0.60);
   background-color: rgba(255,255,255,0.58);
   background-image: none;
   color: #696969;
}
#ThemeableButton9
{
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-size: 16px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_ThemeableButton9
{
   border-radius: 10px;
   margin: 20px 0 20px 0 ;
   vertical-align: top;
}
#ThemeableButton9
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_ThemeableButton9 .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#ThemeableButton9
{
   color: inherit;
}
#wb_ThemeableButton9 .ui-corner-all, #wb_ThemeableButton9 .ui-corner-left
{
   border-bottom-left-radius: 10px;
   border-top-left-radius: 10px;
}
#wb_ThemeableButton9 .ui-corner-all, #wb_ThemeableButton9 .ui-corner-right
{
   border-bottom-right-radius: 10px;
   border-top-right-radius: 10px;
}
#ThemeableButton9:hover
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#ThemeableButton9
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#wb_ThemeableButton9 .ui-button
{
   background-color: #696969;
   background-image: none;
   border: 1px solid #696969;
   color: #FFFFFF;
}
#wb_ThemeableButton9 .ui-state-hover, #wb_ThemeableButton9 .ui-button:hover
{
   border-color: #B09468;
   background-color: #FFFFFF;
   background-image: none;
   color: #B09468;
}
#wb_ThemeableButton9 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton9 .ui-state-active, #wb_ThemeableButton9 .ui-button:active
{
   border-color: rgba(105,105,105,0.60);
   background-color: rgba(255,255,255,0.58);
   background-image: none;
   color: #696969;
}
#wb_Heading19
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #8C8C8C;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 10px 0 25px 10px;
   padding: 0;
   text-align: center;
}
#Heading19
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 32px;
   margin: 0;
   text-align: center;
   text-transform: none;
}
#wb_Image12
{
   margin: 0;
   vertical-align: top;
}
#Image12
{
   border: 1px solid #C0C0C0;
   border-radius: 50%;
   box-sizing: border-box;
   padding: 0;
   display: block;
   width: 100%;
   height: auto;
   max-width: 200px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#MediaPlayer1
{
   box-sizing: border-box;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   border: 0px solid #DDDDDD;
   border-radius: 0px;
}
#wb_MediaPlayer1
{
   --plyr-color-main: #00B3FF;
}
#wb_Text4 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 15px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text4
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text4 div
{
   text-align: left;
}
#wb_Text4
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text18 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 0 25px;
   margin: 0;
   text-align: left;
}
#wb_Text18
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text18 div
{
   text-align: left;
}
#wb_Text18
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text19 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 15px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text19
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text19 div
{
   text-align: left;
}
#wb_Text19
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text20 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 15px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text20
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text20 div
{
   text-align: left;
}
#wb_Text20
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text21 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 15px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text21
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text21 div
{
   text-align: left;
}
#wb_Text21
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Image13
{
   margin: 0;
   vertical-align: top;
}
#Image13
{
   border: 1px solid #D9D9D9;
   border-radius: 20px;
   box-sizing: border-box;
   padding: 0;
   box-shadow: 3px 3px 10px rgba(255,255,255,0.30);
   display: block;
   width: 100%;
   height: auto;
   max-width: 450px;
   margin-left: auto;
   margin-right: auto;
   vertical-align: top;
}
#wb_Text10 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 0 25px;
   margin: 0;
   text-align: left;
}
#wb_Text10
{
   color: #000000;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text10 div
{
   text-align: left;
}
#wb_Text10
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text23 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 0 25px;
   margin: 0;
   text-align: left;
}
#wb_Text23
{
   color: #000000;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 20px;
}
#wb_Text23 div
{
   text-align: left;
}
#wb_Text23
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text24 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 0 25px;
   margin: 0;
   text-align: left;
}
#wb_Text24
{
   color: #000000;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 20px;
}
#wb_Text24 div
{
   text-align: left;
}
#wb_Text24
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Heading6
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading6
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading5
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading5
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading2
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading1
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading3
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Heading4
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0;
   text-align: left;
}
#Heading4
{
   color: #696969;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 17px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text27 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 5px 0 15px 25px;
   margin: 0;
   text-align: left;
}
#wb_Text27
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text27 div
{
   text-align: left;
}
#wb_Text27
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_Text28 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0 0 0 25px;
   margin: 0;
   text-align: left;
}
#wb_Text28
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 24px;
}
#wb_Text28 div
{
   text-align: left;
}
#wb_Text28
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
#wb_LayoutGrid26
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: none;
   border: 1px solid #DCDCDC;
   border-radius: 8px;
   box-sizing: border-box;
   margin: 0;
}
#LayoutGrid26
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
   max-width: 1280px;
}
#LayoutGrid26 > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#LayoutGrid26 > .col-1
{
   flex: 0 0 auto;
   height: 191px;
}
#LayoutGrid26 > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-direction: column;
   align-items: flex-start;
   justify-content: center;
   text-align: center;
}
#LayoutGrid26 > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 45px 0 40px 0;
}
@media (max-width: 800px)
{
#LayoutGrid26 > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
   height: auto;
}
}
#wb_Card11
{
   position: relative;
   display: flex;
   flex-direction: column;
   box-sizing: border-box;
   margin: 0;
   max-width: 500px;
   margin-left: auto !important;
   margin-right: auto !important;
   background-color: #ACA99D;
   background-image: none;
   border: 1px solid #ACA99D;
   border-radius: 8px;
   text-align: center;
}
#Card11-card-body
{
   padding: 0;
   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
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#Card11-card-item1
{
   box-sizing: border-box;
   margin: 0;
   padding: 0;
   text-align: center;
}
#wb_Card11:hover #Card11-card-item1
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#Card11-card-item1
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#Card11-card-item1 a
{
   color: inherit;
   text-decoration: none;
}
#Card11-card-item1 label
{
   color: #FFFFFF;
   font-family: "Montserrat Alternates";
   font-weight: 700;
   font-style: normal;
   font-size: 16px;
   margin: 0;
}
#Card11-card-item2
{
   box-sizing: border-box;
   margin: 10px 0 10px 0 ;
   border-top: 0px #000000 solid;
   border-width: 0px 0 0 0;
   height: 0;
   line-height: 0;
   visibility: hidden;
}
#wb_Card11:hover
{
   transform: rotate(0deg) scale(0.9,0.9) ;
   transition: transform 300ms linear 0ms;
}
#wb_Card11
{
   transform: rotate(0deg) ;
   transition: transform 300ms linear 0ms;
}
#wb_Text52 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 25px 0 0 0;
   margin: 0;
   text-align: center;
}
#wb_Text52
{
   color: #8C8C8C;
   font-family: "Montserrat Alternates";
   font-weight: normal;
   font-size: 16px;
   line-height: 20px;
}
#wb_Text52 div
{
   text-align: center;
}
#wb_Text52
{
   display: block;
   margin: 0;
   box-sizing: border-box;
   width: 100%;
}
