body
{
   background-color: #778855;
   color: #778855;
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   padding: 0;
}
a
{
   color: #778855;
   text-decoration: underline;
}
a:hover
{
   color: #778855;
   text-decoration: underline;
}
#wb_mainLayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   height: 100vh;
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFEEDD;
   border-radius: 0px;
   box-sizing: border-box;
   margin: 0;
}
#mainLayoutGrid
{
   box-sizing: border-box;
   height: 100vh;
   padding: 20px 10px 20px 10px;
   margin-right: auto;
   margin-left: auto;
}
#mainLayoutGrid > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#mainLayoutGrid > .row > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#mainLayoutGrid > .row > .col-1
{
   float: left;
}
#mainLayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFEEDD;
   border-radius: 0px;
   width: 100%;
   text-align: center;
}
#mainLayoutGrid:before,
#mainLayoutGrid:after,
#mainLayoutGrid .row:before,
#mainLayoutGrid .row:after
{
   display: table;
   content: " ";
}
#mainLayoutGrid:after,
#mainLayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#mainLayoutGrid > .row > .col-1
{
   float: none;
   width: 100% !important;
}
}
#wb_section1LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: transparent;
   background-image: url('../images/banner2.png');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   border: 0px solid #FFEEDD;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 0;
   box-shadow: 0px 0px 20px rgba(119,136,85,0.10);
}
#section1LayoutGrid
{
   box-sizing: border-box;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
   padding: 0;
   margin-right: auto;
   margin-left: auto;
}
#section1LayoutGrid > .col-1
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#section1LayoutGrid > .col-1
{
   flex: 0 0 auto;
}
#section1LayoutGrid > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFEEDD;
   border-radius: 0px;
   flex-basis: 100%;
   max-width: 100%;
   display: flex;
   flex-wrap: wrap;
   align-content: center;
   align-self: stretch;
   align-items: center;
   justify-content: center;
   text-align: center;
}
@media (max-width: 480px)
{
#section1LayoutGrid > .col-1
{
   flex-basis: 100% !important;
   max-width: 100% !important;
}
}
#stickyLayer
{
   background-color: transparent;
   background-image: none;
   border-radius: 0px;
}
#wb_stickyLayerOverlayMenu
{
   margin: 0;
}
#stickyLayerOverlayMenu
{
   background-color: #FFEEDD;
   background-image: none;
   border: 2px solid #800000;
   border-radius: 50%;
   cursor: pointer;
   user-select: none;
}
#stickyLayerOverlayMenu:hover
{
   background-color: #FFEEDD;
   background-image: none;
   border-color: #778855;
}
#stickyLayerOverlayMenu
{
   display: block;
   width: 50px;
   height: 50px;
   position: absolute;
   overflow: hidden;
}
#stickyLayerOverlayMenu .line
{
   width: 12px;
   height: 4px;
   background: #778855;
   display: block;
   margin: 4px auto;
   transition: all 500ms linear;
}
#stickyLayerOverlayMenu .line:first-child
{
   margin-top: 13px;
}
#stickyLayerOverlayMenu .line:nth-child(odd)
{
   border-radius: 2px 0 0 2px;
}
#stickyLayerOverlayMenu .line:nth-child(even)
{
   border-radius: 0 2px 2px 0;
}
#stickyLayerOverlayMenu .line:nth-child(1)
{
   transform: translate(-50%, 0);
}
#stickyLayerOverlayMenu .line:nth-child(2)
{
   transform: translate(50%, -200%);
}
#stickyLayerOverlayMenu .line:nth-child(3)
{
   transform: translate(-50%, -200%);
}
#stickyLayerOverlayMenu .line:nth-child(4)
{
   transform: translate(50%, -400%);
}
#stickyLayerOverlayMenu .line:nth-child(5)
{
   transform: translate(-50%, -400%);
}
#stickyLayerOverlayMenu .line:nth-child(6)
{
   transform: translate(50%, -600%);
}
#stickyLayerOverlayMenu.open .line:nth-child(1)
{
   transform: translate(-33%, 100%) rotate(45deg);
}
#stickyLayerOverlayMenu.open .line:nth-child(2)
{
   transform: translate(33%, -100%) rotate(-45deg);
}
#stickyLayerOverlayMenu.open .line:nth-child(3)
{
   transform: translate(-150%, -200%);
   opacity: 0;
}
#stickyLayerOverlayMenu.open .line:nth-child(4)
{
   transform: translate(150%, -400%);
   opacity: 0;
}
#stickyLayerOverlayMenu.open .line:nth-child(5)
{
   transform: translate(-33%, -500%) rotate(-45deg);
}
#stickyLayerOverlayMenu.open .line:nth-child(6)
{
   transform: translate(33%, -700%) rotate(45deg);
}
#stickyLayerOverlayMenu.open .line:nth-child(1)
{
}
#stickyLayerOverlayMenu.open .line:nth-child(2)
{
}
#stickyLayerOverlayMenu.open .line:nth-child(3)
{
}
#stickyLayerOverlayMenu-overlay
{
   display: flex;
   align-items: center;
   justify-content: center;
   height: 100%;
   left: 0;
   overflow-y: auto;
   position: fixed;
   top: 0;
   width: 100%;
   z-index: -1;
   background-color: rgba(255,238,221,0.87);
   -webkit-backdrop-filter: blur(4px);
   backdrop-filter: blur(4px);
}
#stickyLayerOverlayMenu-overlay ul
{
   font-family: "Open Sans";
   font-weight: normal;
   font-style: normal;
   font-size: 32px;
   text-decoration: none;
   text-transform: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
.stickyLayerOverlayMenu
{
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: row;
   width: 100%;
   max-width: 480px;
}
.stickyLayerOverlayMenu a
{
   text-decoration: none;
}
.stickyLayerOverlayMenu ul
{
   list-style: none;
   padding: 0;
   text-align: center;
}
.stickyLayerOverlayMenu li
{
   position: relative;
}
.stickyLayerOverlayMenu li a
{
   display: block;
   position: relative;
   padding: 16px 22px 16px 22px;
   color: #778855;
   outline: none;
}
.stickyLayerOverlayMenu li a:hover
{
   color: #FFEEDD;
   background-color: #778855;
}
#stickyLayerOverlayMenu-overlay
{
   opacity: 0;
   visibility: hidden;
   transition: opacity 200ms, visibility 0s 200ms;
}
#stickyLayerOverlayMenu-overlay.show
{
   z-index: 7778 !important;
   opacity: 1;
   visibility: visible;
   transition: opacity 0.5s;
}
#stickyLayerOverlayMenu-overlay .stickyLayerOverlayMenu
{
   animation: 200ms linear 200ms both none;
}
#stickyLayerOverlayMenu-overlay.show .stickyLayerOverlayMenu
{
   animation-name: slide-left-in;
}
#stickyLayerOverlayMenu-overlay.hide .stickyLayerOverlayMenu
{
   animation-name: none;
}
#stickyLayerOverlayMenu-overlay .overlay-icon
{
   margin: 0 10px 0 0 ;
}
#stickyLayerOverlayMenu-social
{
   padding: 64px 0 0 0;
}
#stickyLayerOverlayMenu-social .social-icon 
{
   border-radius: 50%;
   background-color: #778855;
   color: #FFEEDD;
   display: inline-block;
   font-size: 32px;
   margin: 0 .5em;
   padding: 12px;
   transition: all .2s linear 0s;
   width: 32px;
}
#stickyLayerOverlayMenu-social .social-icon:hover 
{
   background-color: #FFEEDD;
   color: #778855;
}
.stickyLayerOverlayMenu-effect
{
   transition: all 500ms linear;
}
#wb_section1Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #778855;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 100px 0 100px 0 ;
   padding: 0;
   text-align: center;
}
#section1Heading
{
   color: #FFFFFF;
   font-family: "Open Sans";
   font-weight: bold;
   font-style: normal;
   font-size: 43px;
   margin: 0;
   text-align: center;
   text-transform: none;
   text-shadow: 4px 4px 4px rgba(0,0,0,0.50);
}
#wb_gallery1LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
   box-shadow: 0px 0px 10px rgba(119,136,85,0.10);
}
#gallery1LayoutGrid
{
   box-sizing: border-box;
   padding: 20px 10px 20px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#gallery1LayoutGrid > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#gallery1LayoutGrid > .row > .col-1, #gallery1LayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#gallery1LayoutGrid > .row > .col-1, #gallery1LayoutGrid > .row > .col-2
{
   float: left;
}
#gallery1LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#gallery1LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#gallery1LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#gallery1LayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#gallery1LayoutGrid:before,
#gallery1LayoutGrid:after,
#gallery1LayoutGrid .row:before,
#gallery1LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#gallery1LayoutGrid:after,
#gallery1LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#gallery1LayoutGrid > .row > .col-1, #gallery1LayoutGrid > .row > .col-2
{
   float: none;
   width: 100%;
}
}
#wb_gallery23Carousel
{
   background-color: #CCCCCC;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_gallery23Carousel
{
   box-sizing: border-box;
   width: 100%;
   height: 355px;
}
#gallery23Carousel
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#gallery23Carousel .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#gallery23Carousel .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#gallery23Carousel .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#gallery23Carousel .carousel-item-next:not(.carousel-item-start), #gallery23Carousel .active.carousel-item-end
{
   transform: translateX(100%);
}
#gallery23Carousel .carousel-item-prev:not(.carousel-item-end), #gallery23Carousel .active.carousel-item-start
{
   transform: translateX(-100%);
}
#gallery23Carousel .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#gallery23Carousel .carousel-inner > .carousel-item > img, #gallery23Carousel .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#gallery23Carousel .carousel-inner > .active, #gallery23Carousel .carousel-inner > .carousel-item-next, #gallery23Carousel .carousel-inner > .carousel-item-prev
{
   display: block;
}
#gallery23Carousel .carousel-inner > .carousel-item-next, #gallery23Carousel .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#gallery23Carousel .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -42px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#gallery23Carousel .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 29px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(229,229,229,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 27px solid transparent;
}
#gallery23Carousel .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#gallery23Carousel .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 15%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7778;
}
#gallery23Carousel .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#gallery23Carousel .carousel-control .carousel-control-prev-icon, #gallery23Carousel .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 32px;
   height: 32px;
   z-index: 5;
}
#gallery23Carousel .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#gallery23Carousel .frame
{
   width: 455px;
   display: inline-block;
   float: left;
   height: 355px;
}
#gallery23Carousel .carousel-control-next, #gallery23Carousel .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#gallery23Carousel .carousel-control-next-icon, #gallery23Carousel .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#gallery23Carousel .carousel-control-next:hover, #gallery23Carousel .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#gallery23Carousel .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M35%2058%20C33%2060%2c%2032%2062%2c%2032%2064%20L32%2064%20L32%2064%20C32%2066%2c%2033%2068%2c%2035%2070%20L83%20118%20L83%20118%20C84%20119%2c%2086%20120%2c%2088%20120%20C90%20120%2c%2092%20119%2c%2094%20118%20C96%20116%2c%2096%20114%2c%2096%20112%20C96%20110%2c%2096%20108%2c%2094%20106%20L52%2064%20L52%2064%20L94%2022%20L94%2022%20C96%2020%2c%2096%2018%2c%2096%2016%20C96%2014%2c%2096%2012%2c%2094%2010%20C92%209%2c%2090%208%2c%2088%208%20C86%208%2c%2084%209%2c%2083%2010%20L35%2058Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#gallery23Carousel .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M94%2058%20C96%2060%2c%2096%2062%2c%2096%2064%20L96%2064%20L96%2064%20C96%2066%2c%2096%2068%2c%2094%2070%20L46%20118%20L46%20118%20C44%20119%2c%2042%20120%2c%2040%20120%20C38%20120%2c%2036%20119%2c%2035%20118%20C33%20116%2c%2032%20114%2c%2032%20112%20C32%20110%2c%2033%20108%2c%2035%20106%20L77%2064%20L77%2064%20L35%2022%20L35%2022%20C33%2020%2c%2032%2018%2c%2032%2016%20C32%2014%2c%2033%2012%2c%2035%2010%20C36%209%2c%2038%208%2c%2040%208%20C42%208%2c%2044%209%2c%2046%2010%20L94%2058Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#gallery23Carousel .frame-1
{
   background-color: transparent;
   background-image: url('../Jan01.jpeg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#gallery23Carousel .frame-2
{
   background-color: transparent;
   background-image: url('../images/Jan02.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#wb_gallery23Heading
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   box-sizing: border-box;
   vertical-align: top;
   margin: 0;
   padding: 0 0 15px 0;
   text-align: left;
}
#gallery23Heading
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_gallery23Text 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_gallery23Text
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 20px;
   line-height: 22.5px;
}
#wb_gallery23Text p, #wb_gallery23Text ul
{
   margin: 0;
   padding: 0;
}
#wb_gallery23Text
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#gallery23Button
{
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   font-style: normal;
   display: inline-block;
   position: relative;
   vertical-align: middle;
   user-select: none;
   overflow: visible;
   text-decoration: none;
   cursor: pointer;
}
#wb_gallery23Button
{
   border-radius: 100px;
   margin: 0;
   vertical-align: top;
}
#gallery23Button
{
   box-sizing: border-box;
   padding: 0;
   text-align: center;
}
#wb_gallery23Button .ui-button
{
   display: flex;
   align-items: center;
   margin: 0;
   justify-content: center;
}
#gallery23Button
{
   color: inherit;
}
#wb_gallery23Button .ui-corner-all, #wb_gallery23Button .ui-corner-left
{
   border-bottom-left-radius: 100px;
   border-top-left-radius: 100px;
}
#wb_gallery23Button .ui-corner-all, #wb_gallery23Button .ui-corner-right
{
   border-bottom-right-radius: 100px;
   border-top-right-radius: 100px;
}
#wb_gallery23Button .ui-button
{
   background-color: #778855;
   background-image: none;
   border: 0px solid #778855;
   color: #FFFFFF;
}
#wb_gallery23Button .ui-state-hover, #wb_gallery23Button .ui-button:hover
{
   border-color: #0A58CA;
   background-color: #0B5ED7;
   background-image: none;
   color: #FFFFFF;
}
#wb_gallery23Button .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_gallery23Button .ui-state-active, #wb_gallery23Button .ui-button:active
{
   border-color: #0A53BE;
   background-color: #0A58CA;
   background-image: none;
   color: #FFFFFF;
}
#wb_gallery2LayoutGrid
{
   clear: both;
   position: relative;
   table-layout: fixed;
   display: table;
   text-align: center;
   width: 100%;
   background-color: #FFFFFF;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 30px;
   box-sizing: border-box;
   margin: 50px 0 0 0 ;
   box-shadow: 0px 0px 10px rgba(119,136,85,0.10);
}
#gallery2LayoutGrid
{
   box-sizing: border-box;
   padding: 20px 10px 20px 10px;
   margin-right: auto;
   margin-left: auto;
   max-width: 1140px;
}
#gallery2LayoutGrid > .row
{
   margin-right: -10px;
   margin-left: -10px;
}
#gallery2LayoutGrid > .row > .col-1, #gallery2LayoutGrid > .row > .col-2
{
   box-sizing: border-box;
   font-size: 0;
   min-height: 1px;
   padding-right: 10px;
   padding-left: 10px;
   position: relative;
}
#gallery2LayoutGrid > .row > .col-1, #gallery2LayoutGrid > .row > .col-2
{
   float: left;
}
#gallery2LayoutGrid > .row > .col-1
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#gallery2LayoutGrid > .row > .col-1 > .col-1-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#gallery2LayoutGrid > .row > .col-2
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #FFFFFF;
   border-radius: 0px;
   width: 50%;
   text-align: left;
}
#gallery2LayoutGrid > .row > .col-2 > .col-2-padding
{
   box-sizing: border-box;
   width: 100%;
   padding: 30px 0 30px 0;
}
#gallery2LayoutGrid:before,
#gallery2LayoutGrid:after,
#gallery2LayoutGrid .row:before,
#gallery2LayoutGrid .row:after
{
   display: table;
   content: " ";
}
#gallery2LayoutGrid:after,
#gallery2LayoutGrid .row:after
{
   clear: both;
}
@media (max-width: 480px)
{
#gallery2LayoutGrid > .row > .col-1, #gallery2LayoutGrid > .row > .col-2
{
   float: none;
   width: 100% !important;
}
}
#wb_Carousel1
{
   background-color: #CCCCCC;
   background-image: none;
   border-radius: 0px;
   margin: 0;
}
#wb_Carousel1
{
   box-sizing: border-box;
   width: 100%;
   height: 355px;
}
#Carousel1
{
   position: relative;
   margin: 0;
;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner
{
   overflow: hidden;
   width: 100%;
   height: 100%;
   position: relative;
}
.carousel.pointer-event
{
   -ms-touch-action: pan-y;
   touch-action: pan-y;
}
#Carousel1 .carousel-inner::after
{
   display: block;
   clear: both;
   content: "";
}
#Carousel1 .carousel-inner > .carousel-item
{
   display: none;
   position: relative;
   float: left;
   width: 100%;
   margin-right: -100%;
   -webkit-backface-visibility: hidden;
   backface-visibility: hidden;
   transition: transform 500ms ease-in-out;
   height: 100%;
   text-align: left;
}
#Carousel1 .carousel-item-next:not(.carousel-item-start), #Carousel1 .active.carousel-item-end
{
   transform: translateX(100%);
}
#Carousel1 .carousel-item-prev:not(.carousel-item-end), #Carousel1 .active.carousel-item-start
{
   transform: translateX(-100%);
}
#Carousel1 .carousel-item-inner
{
   padding: 0;
   display: flex;
   align-items: flex-start;
   flex-direction: column;
   justify-content: center;
   height: 100%;
   box-sizing: border-box;
}
#Carousel1 .carousel-inner > .carousel-item > img, #Carousel1 .carousel-inner > .carousel-item > a > img
{
   display: block;
   line-height: 1;
}
#Carousel1 .carousel-inner > .active, #Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   display: block;
}
#Carousel1 .carousel-inner > .carousel-item-next, #Carousel1 .carousel-inner > .carousel-item-prev
{
   position: absolute;
   top: 0;
   width: 100%;
}
#Carousel1 .carousel-indicators
{
   list-style: none;
   bottom: 0;
   padding: 0;
   margin: 0;
   position: absolute;
   margin-left: -42px;
   left: 50%;
   vertical-align: middle;
   z-index: 999;
}
#Carousel1 .carousel-indicators li
{
   display: block;
   float: left;
   margin: 6px 6px 6px 6px;
   width: 29px;
   height: 3px;
   cursor: pointer;
   text-indent: -999px;
   background-color: rgba(229,229,229,1.00);
   background-clip: padding-box;
   box-sizing: content-box;
   border-bottom: 27px solid transparent;
}
#Carousel1 .carousel-indicators .active
{
   background-color: rgba(255,255,255,1.00);
}
#Carousel1 .carousel-control
{
   display: flex;
   position: absolute;
   align-items: center;
   justify-content: center;
   left: 0;
   top: 0;
   bottom: 0;
   width: 15%;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
   cursor: pointer;
   z-index: 7778;
}
#Carousel1 .carousel-control.carousel-item-end
{
   left: auto;
   right: 0;
}
#Carousel1 .carousel-control .carousel-control-prev-icon, #Carousel1 .carousel-control .carousel-control-next-icon
{
   display: inline-block;
   position: absolute;
   width: 32px;
   height: 32px;
   z-index: 5;
}
#Carousel1 .carousel-control:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
.sr-only
{
   position: absolute;
   width: 1px;
   height: 1px;
   padding: 0;
   margin: -1px;
   overflow: hidden;
   clip: rect(0px, 0px, 0px, 0px);
   border: 0;
}
#Carousel1 .frame
{
   width: 455px;
   display: inline-block;
   float: left;
   height: 355px;
}
#Carousel1 .carousel-control-next, #Carousel1 .carousel-control-prev
{
   cursor: pointer;
   text-align: center;
   opacity: 0.5;
   transition: opacity 0.3s ease;
}
#Carousel1 .carousel-control-next-icon, #Carousel1 .carousel-control-prev-icon
{
   display: inline-block;
   width: 32px;
   height: 32px;
   background: transparent no-repeat center center;
   background-size: 100% 100%;
}
#Carousel1 .carousel-control-next:hover, #Carousel1 .carousel-control-prev:hover
{
   text-decoration: none;
   outline: 0;
   opacity: 1;
}
#Carousel1 .carousel-control-prev-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M35%2058%20C33%2060%2c%2032%2062%2c%2032%2064%20L32%2064%20L32%2064%20C32%2066%2c%2033%2068%2c%2035%2070%20L83%20118%20L83%20118%20C84%20119%2c%2086%20120%2c%2088%20120%20C90%20120%2c%2092%20119%2c%2094%20118%20C96%20116%2c%2096%20114%2c%2096%20112%20C96%20110%2c%2096%20108%2c%2094%20106%20L52%2064%20L52%2064%20L94%2022%20L94%2022%20C96%2020%2c%2096%2018%2c%2096%2016%20C96%2014%2c%2096%2012%2c%2094%2010%20C92%209%2c%2090%208%2c%2088%208%20C86%208%2c%2084%209%2c%2083%2010%20L35%2058Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel1 .carousel-control-next-icon
{
   background: url('data:image/svg+xml,%3csvg%20style%3d%22fill:%23FFFFFF%22%20viewBox%3d%220%200%20128%20128%22%20version%3d%221.1%22%20xmlns%3d%22http://www.w3.org/2000/svg%22%3e%0d%0a%20%20%20%3cpath%20d%3d%22M94%2058%20C96%2060%2c%2096%2062%2c%2096%2064%20L96%2064%20L96%2064%20C96%2066%2c%2096%2068%2c%2094%2070%20L46%20118%20L46%20118%20C44%20119%2c%2042%20120%2c%2040%20120%20C38%20120%2c%2036%20119%2c%2035%20118%20C33%20116%2c%2032%20114%2c%2032%20112%20C32%20110%2c%2033%20108%2c%2035%20106%20L77%2064%20L77%2064%20L35%2022%20L35%2022%20C33%2020%2c%2032%2018%2c%2032%2016%20C32%2014%2c%2033%2012%2c%2035%2010%20C36%209%2c%2038%208%2c%2040%208%20C42%208%2c%2044%209%2c%2046%2010%20L94%2058Z%20%22/%3e%0d%0a%3c/svg%3e%0d%0a') no-repeat center center;
}
#Carousel1 .frame-1
{
   background-color: transparent;
   background-image: url('../images/Adrie01.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#Carousel1 .frame-2
{
   background-color: transparent;
   background-image: url('../images/Adrie02.jpg');
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
}
#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 0 15px 0;
   text-align: left;
}
#Heading1
{
   color: #000000;
   font-family: Arial;
   font-weight: bold;
   font-style: normal;
   font-size: 24px;
   margin: 0;
   text-align: left;
   text-transform: none;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0 0 30px 0 ;
   text-align: left;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: 400;
   font-size: 20px;
   line-height: 22.5px;
}
#wb_Text1 p, #wb_Text1 ul
{
   margin: 0;
   padding: 0;
}
#wb_Text1
{
   display: block;
   margin: 0 0 30px 0 ;
   box-sizing: border-box;
   width: 100%;
}
#ThemeableButton1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 20px;
   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: 100px;
   margin: 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-corner-all, #wb_ThemeableButton1 .ui-corner-left
{
   border-bottom-left-radius: 100px;
   border-top-left-radius: 100px;
}
#wb_ThemeableButton1 .ui-corner-all, #wb_ThemeableButton1 .ui-corner-right
{
   border-bottom-right-radius: 100px;
   border-top-right-radius: 100px;
}
#wb_ThemeableButton1 .ui-button
{
   background-color: #778855;
   background-image: none;
   border: 0px solid #778855;
   color: #FFFFFF;
}
#wb_ThemeableButton1 .ui-state-hover, #wb_ThemeableButton1 .ui-button:hover
{
   border-color: #0A58CA;
   background-color: #0B5ED7;
   background-image: none;
   color: #FFFFFF;
}
#wb_ThemeableButton1 .ui-button:disabled
{
   opacity: .5;
   pointer-events: none;
}
#wb_ThemeableButton1 .ui-state-active, #wb_ThemeableButton1 .ui-button:active
{
   border-color: #0A53BE;
   background-color: #0A58CA;
   background-image: none;
   color: #FFFFFF;
}
