div#container
{
   width: 970px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#SlideShow1
{
   overflow: hidden;
   margin: 0;
}
#SlideShow1 div
{
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 105%;
   left: -5%;
   opacity: 0;
   position: absolute;
   top: -5%;
   transition: opacity 3s, transform 6000ms;
   width: 105%;
   z-index: 2;
}
#SlideShow1 .bottom-left
{
   transform-origin: bottom left;
}
#SlideShow1 .top-right
{
   transform-origin: top right;
}
#SlideShow1 .top-left
{
   transform-origin: top left;
}
#SlideShow1 .bottom-right
{
   transform-origin: bottom right;
}
#SlideShow1 .active:first-child + span + div ~ div
{
   z-index: 1;
}
#SlideShow1 .active
{
   transform: scale(1.5) translate(2.5%);
   opacity: 1;
}
#SlideShow1
{
   border: 0px solid #DEE2E6;
   border-radius: 0px;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text1 div
{
   text-align: left;
}
#wb_Text2 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
}
#wb_Text2 div
{
   text-align: left;
}
#Button1
{
   box-sizing: border-box;
   line-height: 31px;
   text-decoration: none;
   vertical-align: top;
   border: 1px solid #0D6EFD;
   border-radius: 4px;
   background-color: #0D6EFD;
   background-image: none;
   color: #FFFFFF;
   font-family: Arial;
   font-weight: normal;
   font-style: normal;
   font-size: 13px;
   padding: 1px 6px 1px 6px;
   text-align: center;
   -webkit-appearance: none;
   margin: 0;
}
#Button1:focus
{
   outline: 0;
}
