div#container
{
   width: 1250px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   background-image: url('');
   background-attachment: scroll;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: contain;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#MorphingIcon1
{
   overflow: visible;
}
#Shape1
{
   border-width: 0;
   vertical-align: top;
}
#Shape2
{
   border-width: 0;
   vertical-align: top;
}
#wb_Image1
{
   vertical-align: top;
}
#Image1
{
   border-width: 0;
   margin: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#Shape3
{
   border-width: 0;
   vertical-align: top;
}
#wb_Text1 
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #000000;
   border-radius: 0px;
   padding: 0;
   margin: 0;
   text-align: left;
   animation: animate-fade-in 3000ms linear 1000ms 1 normal both;
}
#wb_Text1
{
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 17px;
}
#wb_Text1 div
{
   text-align: left;
}
#SlideShow1
{
   overflow: hidden;
   margin: 0;
   box-shadow: 2px 2px 8px #000000;
}
#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 12000ms;
   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: 2px solid #4F4F4F;
   border-radius: 20px;
}
#Shape4
{
   border-width: 0;
   vertical-align: top;
}
#wb_FerrisWheel1
{
   height: auto !important;
}
#FerrisWheel1
{
   width: 100%;
   border-radius: 100%;
   position: relative;
   padding: 100% 0 0 0;
   height: 0;
   display: block;
   overflow: hidden
}
#FerrisWheel1 .nav
{ 
   width: 100%;
   height: 100%;
   position: absolute;
   margin: auto; top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   border-radius: 100%;
   pointer-events: none;
   z-index: 9;
}
#FerrisWheel1 .nav .nav-item
{ 
   display: flex;
   justify-content: center;
   align-items: center;
   width: 70px;
   height: 70px;
   position: absolute;
   background: #3CB371;
   color: #FFFF00;
   border-radius: 50%;
   text-align: center; 
   z-index: 3;
   cursor: pointer;
   border: 2px solid #3CB371;
   transition: all 600ms ease-in;
   pointer-events: all;
}
#FerrisWheel1 .circle
{ 
   position: absolute;
   left: 10%;
   top: 10%;
   width: 80%;
   height: 80%;
   box-sizing: border-box;
   border: 4px dotted #3CB371;
   border-radius: 100%; 
   animation: rotation 100s infinite linear; 
}
#FerrisWheel1 .nav .nav-item:hover, #FerrisWheel1 .nav .nav-item.active
{
   background: #2E8B57;
   color: #FFD700;
   border: 2px solid #2E8B57; 
}
#FerrisWheel1 .content
{
   border-radius: 100%;
   position: absolute;
   top: 25%;
   left: 25%;
   height: 50%;
   width: 50%;
   display: flex;
   justify-content: center;
   align-content: center;
   align-items: center;
}
#FerrisWheel1 .content .content-item
{
   border-radius: 100%;
   color: #006400;
   position: absolute;
   text-align: center;
   bottom: 0;
   left: 0;
   opacity: 0;
   transform: scale(0);
   transition: all 600ms ease-in;
   font-family: Arial;
   font-weight: normal;
   font-size: 32px;
   width: 100%;
   height: 100%;
   top: 0;
   right: 0;
   display: flex;
   flex-direction: column;
   align-content: center;
   justify-content: center;
   align-items: center;
}
#FerrisWheel1 .content-item.active
{
   z-index: 1;
   opacity: 1;
   transform: scale(1);
   transition: all 600ms ease-in;
}
#FerrisWheel1 .content .content-item .svg-icon
{
   position: absolute;   width: 100%;
   height: 100%;
   left: 0%;
   top: 0%;
   fill: currentColor;
   opacity: 0.1;
   pointer-events: none;
}
#FerrisWheel1 .content-item .title
{
   font-weight: bold;
   letter-spacing: 2px;
   position: relative;
   z-index: -1;
   color: #008080;
   font-size: 32px;
}
#FerrisWheel1 .content-item p
{
   font-size: 16px;
   margin: 10px 0;
}
#FerrisWheel1 .content-item a
{ 
   color: inherit;
   font-weight: bold;
   text-decoration: inherit;
}
#FerrisWheel1 .svg-icon
{
   fill: #0D6EFD;
   vertical-align: middle;
   overflow: visible;
   width: 40px;
   height: 40px;
}
#FerrisWheel1 .nav-item .svg-icon
{
   fill: #FFFF00;
}
#FerrisWheel1 .nav-item:hover .svg-icon
{
   fill: #FFD700;
}
#Shape5
{
   border-width: 0;
   vertical-align: top;
}
#Shape6
{
   border-width: 0;
   vertical-align: top;
}
#TextArt1
{
   border-width: 0;
   vertical-align: top;
}
#TextArt1
{
   filter: drop-shadow(2px 2px 0px rgba(113,113,113,0.20));
}
#Shape7
{
   border-width: 0;
   vertical-align: top;
}
#Shape8
{
   border-width: 0;
   vertical-align: top;
}
#wb_Icon3
{
   background-color: transparent;
   background-image: none;
   border: 0px solid #245580;
   border-radius: 0px;
   text-align: center;
   margin: 0;
   padding: 0;
   vertical-align: top;
}
#wb_Icon3 a
{
   text-decoration: none;
}
#wb_Icon3 a::after
{
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   z-index: 1;
   pointer-events: auto;
   content: "";
}
#Icon3
{
   height: 33px;
   width: 38px;
   display: flex;
   flex-wrap: nowrap;
   justify-content: center;
}
#Icon3 i
{
   color: #008080;
   display: inline-block;
   font-size: 33px;
   line-height: 33px;
   vertical-align: middle;
}
#wb_Icon3:hover #Icon3 i
{
   color: #008080;
}
#wb_Shape1
{
   position: absolute;
   left: 16px;
   top: 9px;
   width: 734px;
   height: 432px;
   opacity: 0.90;
   z-index: 1;
}
#wb_Shape2
{
   position: absolute;
   left: 58px;
   top: 298px;
   width: 632px;
   height: 404px;
   opacity: 0.80;
   z-index: 2;
}
#wb_Shape3
{
   position: absolute;
   left: 596px;
   top: 252px;
   width: 512px;
   height: 406px;
   opacity: 0.80;
   z-index: 4;
}
#wb_Image1
{
   position: absolute;
   left: 16px;
   top: 9px;
   width: 641px;
   height: 278px;
   opacity: 0.60;
   z-index: 3;
}
#SlideShow1
{
   position: absolute;
   left: 112px;
   top: 798px;
   width: 935px;
   height: 700px;
   z-index: 6;
}
#Shape1
{
   width: 734px;
   height: 432px;
}
#Shape2
{
   width: 632px;
   height: 404px;
}
#wb_Shape8
{
   position: absolute;
   left: 454px;
   top: 1285px;
   width: 684px;
   height: 314px;
   opacity: 0.60;
   z-index: 13;
}
#wb_Text1
{
   position: absolute;
   left: 697px;
   top: 344px;
   width: 310px;
   height: 271px;
   z-index: 5;
}
#Shape3
{
   width: 512px;
   height: 406px;
}
#Shape4
{
   width: 408px;
   height: 403px;
}
#Shape5
{
   width: 455px;
   height: 492px;
}
#TextArt1
{
   width: 309px;
   height: 146px;
}
#Shape6
{
   width: 668px;
   height: 339px;
}
#Shape7
{
   width: 528px;
   height: 370px;
}
#wb_Shape4
{
   position: absolute;
   left: 16px;
   top: 647px;
   width: 408px;
   height: 403px;
   opacity: 0.60;
   z-index: 7;
}
#MorphingIcon1
{
   position: absolute;
   height: 100%;
   width: 100%;
   left: 0;
   top: 0;
   overflow: visible;
}
#wb_MorphingIcon1
{
   position: absolute;
   left: 690px;
   top: 21px;
   width: 464px;
   height: 286px;
   opacity: 0.80;
   z-index: 0;
}
#wb_Shape5
{
   position: absolute;
   left: 785px;
   top: 827px;
   width: 455px;
   height: 492px;
   opacity: 0.60;
   z-index: 9;
}
#Shape8
{
   width: 684px;
   height: 314px;
}
#wb_Shape6
{
   position: absolute;
   left: 505px;
   top: 628px;
   width: 668px;
   height: 339px;
   opacity: 0.60;
   z-index: 10;
}
#wb_FerrisWheel1
{
   position: absolute;
   left: 70px;
   top: 332px;
   width: 399px;
   height: 399px;
   z-index: 8;
}
#wb_Icon3
{
   position: absolute;
   left: 1108px;
   top: 9px;
   width: 38px;
   height: 33px;
   text-align: center;
   z-index: 14;
}
#wb_Shape7
{
   position: absolute;
   left: 7px;
   top: 1277px;
   width: 528px;
   height: 370px;
   opacity: 0.60;
   z-index: 12;
}
#wb_TextArt1
{
   position: absolute;
   left: 770px;
   top: 98px;
   width: 309px;
   height: 146px;
   opacity: 0.90;
   z-index: 11;
}
@media only screen and (max-width: 1249px)
{
div#container
{
   width: 420px;
}
body
{
   background-color: #FFFFFF;
   background-image: url('');
   background-attachment: scroll;
   background-position: center top;
   background-repeat: no-repeat;
   background-size: contain;
}
}
