/*read from redis*/
.ModuleGridContainer[gridswidthmode="2"]{max-width:1200px;width:auto;}
.BodyMain2Zone{display:none;}
.BodyMain3Zone{display:none;}
.BodyMain4Zone{display:none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .addnewhelper{white-space: unset;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display:table;width: 100%;position: relative;table-layout:fixed;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{display:table-cell; vertical-align: top;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubPadding{
    height: 100%;
    position: relative;
    display: table-cell;
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:after{
    display: block;
    content: '';
    width: 1px;
    border-left: 1px dashed rgba(75, 151, 255, 0);
    height: 100%;
    margin: auto;
}
.ModuleGridCustomGiant.layout-101:hover .SubDrag:after{border-left: 1px dashed rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag{
    width: 6px;
    cursor: e-resize;
    position: absolute;
    z-index: 99;
    min-height: 66px;
    height: 100%;
    background-color: rgba(75, 151, 255, 0);
}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover{background-color: rgba(75, 151, 255, .8);}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .SubDrag:hover:after{border-left: 1px dashed rgba(75, 151, 255, 0);}
.ModuleGridCustomGiant.layout-101 .row {margin-right: 0px;margin-left: 0px;}
.ModuleGridCustomGiant.layout-101 .ModuleGridCol{padding: 0px;}

.ModuleGridCustomGiant.layout-101 .ModuleGridContainer{
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridCustomGiant.layout-101{height: 100%;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridCustomGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridCustomGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}
.ModuleGridCustomGiant.layout-101 .ModuleSubContainer .ModuleContainer .SubPadding {height: 100%}

@media only screen and (max-width: 767px) {
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer {display: flex;flex-wrap: wrap;}
    .ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding{float:left;height: 10px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubContainer{float:left;padding-top:2px;padding-bottom:2px;}
	.ModuleGridCustomGiant.layout-101 .ModuleSubContainer > .SubPadding .SubDrag{display:none;}
    /* padding 宽度 用 5，子容器宽度为 (100% - (列数 - 1) * padding宽度)/列数) */
    /* 12列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-12 > .SubContainer{width:calc((100% - 55px)/12)!important;}
    /* 11列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-11 > .SubContainer{width:calc((100% - 50px)/11)!important;}
    /* 10列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-10 > .SubContainer{width:calc((100% - 45px)/10)!important;}
    /* 9列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-9 > .SubContainer{width:calc((100% - 40px)/10)!important;}
    /* 8列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-8 > .SubContainer{width:calc((100% - 35px)/8)!important;}
    /* 7列 */
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubPadding{width:5px;}
    .ModuleGridCustomGiant.layout-101 .grid-col-7 > .SubContainer{width:calc((100% - 30px)/7)!important;}
	/* 6列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-6 > .SubContainer{width:calc((100% - 25px)/6)!important;}
	/* 5列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubPadding5{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-5 > .SubContainer{width:calc((100% - 20px)/5)!important;}
	/* 4列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-4 > .SubContainer{width:calc((100% - 15px)/4)!important;}
	/* 3列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding3{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubPadding6{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-3 > .SubContainer{width:calc((100% - 10px)/3)!important;}
	/* 2列 */
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding{width:5px;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding2{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding4{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding6{display:none;}
    .ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubPadding8{display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-2 > .SubContainer{width:calc((100% - 5px)/2)!important;}
	/* 1列 无padding */
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubPadding{width:0px;display:none;}
	.ModuleGridCustomGiant.layout-101 .grid-col-1 > .SubContainer{width:100%!important;}
}

.ModuleGridCustomGiant.layout-101 .ModuleGridBorder{border:0px !important;padding: 0 !important;}
.module_375021694 .ModuleHead .HeadCenter{float:none;}
#module_375021694 {
padding:0px;
}
#module_375021694 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021694 .ModuleHead375021694 {
display:none;
}
#module_375021694 .BodyCenter.BodyCenter375021694 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021694 >.module_375021694 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_375021694 >.module_375021694{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_375021694 .BodyCenter.BodyCenter375021694 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0523%;
padding-bottom:0.5230%;
}
}
@media screen and (max-width: 767px){
#module_375021694 .BodyCenter.BodyCenter375021694 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021694 >.module_375021694 {
margin-top:0.7813%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021694 >.module_375021694 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021694:hover {
border:none;
}
#module_375021694:hover >.module_375021694 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021694 .ModuleSubContainer{background-color:transparent;}
#module_375021694 .ModuleSubContainer{background-image:none;}
#module_375021694 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375021694 .ModuleSubContainer{background-position:0% 0%;}
#module_375021694 .ModuleSubContainer{background-attachment:scroll;}
#module_375021694 .ModuleSubContainer{}
#module_375021694 {!bgVideo!}{bgVideoUrl:}
#module_375021694 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375021694 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375021694 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375021694 {}
.ModuleGridContainer.ModuleGridContainer375021694 .SubPadding {width:0px;}
.ModuleImageGiant.layout-101 .BodyCenter{
	text-align:center;
}
.ModuleImageGiant.layout-101 img{
	margin: auto;
    max-width: 100%;
	border: none;
}

.module_375021695 .ModuleHead .HeadCenter{float:none;}
#module_375021695 {
padding:0px;
}
#module_375021695 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021695 .ModuleHead375021695 {
display:none;
}
#module_375021695 .BodyCenter.BodyCenter375021695 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021695 >.module_375021695 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_375021695 >.module_375021695{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_375021695 .BodyCenter.BodyCenter375021695 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021695 .BodyCenter.BodyCenter375021695 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021695 >.module_375021695 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:49.0323%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021695 >.module_375021695 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021695:hover {
border:none;
}
#module_375021695:hover >.module_375021695 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021695 img{border-top-color:transparent;}
#module_375021695 img{border-top-style:none;}
#module_375021695 img{border-top-width:0px;}
#module_375021695 img{border-right-color:transparent;}
#module_375021695 img{border-right-style:none;}
#module_375021695 img{border-right-width:0px;}
#module_375021695 img{border-bottom-color:transparent;}
#module_375021695 img{border-bottom-style:none;}
#module_375021695 img{border-bottom-width:0px;}
#module_375021695 img{border-left-color:transparent;}
#module_375021695 img{border-left-style:none;}
#module_375021695 img{border-left-width:0px;}
#module_375021695 img{border-top-left-radius:0px;}
#module_375021695 img{border-top-right-radius:0px;}
#module_375021695 img{border-bottom-left-radius:0px;}
#module_375021695 img{border-bottom-right-radius:0px;}
#module_375021695 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer375021694 #Sub375021694_1 {width:38.7500%;}
.ModuleNavGiant.layout-101 .main-nav-content {
  position: relative;
  width: 100%;
  background-color: #000;
  margin: 0 auto;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s; 
  -o-transition: all 0.3s;
  line-height: 0;
  overflow: hidden;
}
.ModuleNavGiant.layout-101 .aroundMune{
   position: absolute;
   display: flex;
   align-items: center;
   right: 0px;
   padding:0 10px;
   height: 100%;
   z-index: 5;
   transform: rotateY(90deg);
}
.ModuleNavGiant.layout-101 .aroundMune.active{
  transform: rotateY(0deg);
}
.ModuleNavGiant.layout-101 .moveMenuRight, .ModuleNavGiant.layout-101 .moveMenuLeft{
   display: inline-block;
   width: 36px;
   height: 36px;
   line-height: 36px;
   font-size: 16px;
   color:#666;
   text-align: center;
   border:1px solid rgba(0,0,0,.1);
   border-radius: 5px;
   cursor: pointer;
}
.ModuleNavGiant.layout-101 .main-nav-content .moveMenuRight{
  background-color: rgba(238,238,238,.6);
}
.ModuleNavGiant.layout-101 .main-nav-content .moveMenuLeft{
   display:none;
   background-color: rgba(238,238,238,.6);
   margin-right: 10px

}
.ModuleNavGiant.layout-101 .moveMenuRight:hover, .ModuleNavGiant.layout-101 .moveMenuLeft:hover{
   color:#fff;
   background-color:rgba(204,204,204,.6);
}

.ModuleNavGiant.layout-101 .main-nav-content >.blank-solve{
  width: auto;
  display: inline-block;
  transition: all .4s;
  position: relative;
  left: 0;

}
.ModuleNavGiant.layout-101 .main-nav-item-group {
  float: left;
  text-align: center;
}
.ModuleNavGiant.layout-101 .main-nav-item {
  display: inline-block;
  box-sizing: content-box;
  height: 80px;line-height:80px;
  padding: 0px 25px;
  font-size: 14px;
  color: #e0e0e0;
  position: relative;
}
.ModuleNavGiant.layout-101 .main-nav-item::before {
  content: '';
  position: absolute;
  width: 0%;
  border-top:3px solid #1976d2;
  transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -webkit-transition: all 0.2s ease-out 0s; 
  -o-transition: all 0.2s ease-out 0s;
  z-index: 1;
  left: 50%;
  top: 0;
}
.ModuleNavGiant.layout-101 .main-nav-item-hover::before {
  width: 100%;
  z-index: 1;
  left: 0;
}
.ModuleNavGiant.layout-101 .sub-nav-item-group {
  width: 192px;
  text-align: center;
  border-top: 2px solid #333;
  display: none;
}
.ModuleNavGiant.layout-101 .sub-nav-item {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  border-bottom: 1px solid #e6e6e6;
  transition:all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s; 
  -o-transition: all 0.5s;
  background-color: #fff;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}
.ModuleNavGiant.layout-101 .sub-nav-item:last-child {
  border-bottom: none!important;
}
.ModuleNavGiant.layout-101 .sub-nav-item:hover {
  padding-left: 10px;
  background-color: #f7f7f7;
}
.ModuleNavGiant.layout-101 .clearfix:after{content:'.';clear: both;display:block;width:0;height:0;overflow: hidden;visibility: hidden;}
.ModuleNavGiant.layout-101 .menu{
    font-size: 12px;
    opacity: 0.6;
    float: right;
    margin-left: 8px;
    margin-top: 1px;
    transform:rotate(0deg);
    transition: all .3s linear;
    -webkit-transform:rotate(0deg);
    -webkit-transition: all .3s linear;
}
.ModuleNavGiant.layout-101 .menuUp{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    margin-top: -1px;
}
.ModuleNavGiant.layout-101 .sub-menu{
    display: none !important;
}.module_375021700 .ModuleHead .HeadCenter{float:none;}
#module_375021700 {
padding:0px;
}
#module_375021700 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375021700 .ModuleHead375021700 {
display:none;
}
#module_375021700 .BodyCenter.BodyCenter375021700 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375021700 >.module_375021700 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_375021700 >.module_375021700{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_375021700 .BodyCenter.BodyCenter375021700 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021700 .BodyCenter.BodyCenter375021700 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375021700 >.module_375021700 {
margin-top:3.1293%;
margin-left:0.0000%;
margin-right:1.0884%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375021700 >.module_375021700 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375021700:hover {
border:none;
}
#module_375021700:hover >.module_375021700 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375021700 .main-nav-item{height:80px;line-height:80px} #module_375021700 .main-nav-content{height:80px;}
#module_375021700 .main-nav-content{background-color:rgba(0,0,0,0);}
#module_375021700 .main-nav-content{background-image:none;}
#module_375021700 .main-nav-content{background-repeat:no-repeat;}
#module_375021700 .main-nav-content{}
#module_375021700 .main-nav-content{}
#module_375021700 .main-nav-content{}
#module_375021700 .main-nav-content{text-align:left;}
#module_375021700 .main-nav-item{font-size:16px;}
#module_375021700 .main-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .main-nav-item{color:rgb(127, 127, 127);}
#module_375021700 .main-nav-item{font-weight:normal;}
#module_375021700 .main-nav-item{text-decoration:none;}
#module_375021700 .main-nav-item{font-style:normal;}
#module_375021700 .main-nav-item{background-color:transparent;}
#module_375021700 .main-nav-item{background-image:none;}
#module_375021700 .main-nav-item{background-repeat:no-repeat;}
#module_375021700 .main-nav-item{}
#module_375021700 .main-nav-item{}
#module_375021700 .main-nav-item{}
#module_375021700 .main-nav-item{width:auto;}
#module_375021700 .main-nav-item{padding-left:22px;padding-right:22px;}
#module_375021700 .sub-nav-item-group{border-top-color:#333;}
#module_375021700 .sub-nav-item-group{border-top-style:solid;}
#module_375021700 .sub-nav-item-group{border-top-width:2px;}
#module_375021700 .sub-nav-item-group{border-right-color:transparent;}
#module_375021700 .sub-nav-item-group{border-right-style:none;}
#module_375021700 .sub-nav-item-group{border-right-width:0px;}
#module_375021700 .sub-nav-item-group{border-bottom-color:transparent;}
#module_375021700 .sub-nav-item-group{border-bottom-style:none;}
#module_375021700 .sub-nav-item-group{border-bottom-width:0px;}
#module_375021700 .sub-nav-item-group{border-left-color:transparent;}
#module_375021700 .sub-nav-item-group{border-left-style:none;}
#module_375021700 .sub-nav-item-group{border-left-width:0px;}
#module_375021700 .sub-nav-item-group{width:192px;}
#module_375021700 .sub-nav-item{height:40px;line-height:40px}
#module_375021700 .sub-nav-item{font-size:12px;}
#module_375021700 .sub-nav-item{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .sub-nav-item{color:#000;}
#module_375021700 .sub-nav-item{font-weight:normal;}
#module_375021700 .sub-nav-item{text-decoration:none;}
#module_375021700 .sub-nav-item{font-style:normal;}
#module_375021700 .sub-nav-item{background-color:#fff;}
#module_375021700 .sub-nav-item{background-image:none;}
#module_375021700 .sub-nav-item{background-repeat:no-repeat;}
#module_375021700 .sub-nav-item{}
#module_375021700 .sub-nav-item{}
#module_375021700 .sub-nav-item{}
#module_375021700 .sub-nav-item{border-bottom-color:#e6e6e6;}
#module_375021700 .sub-nav-item{border-bottom-style:solid;}
#module_375021700 .sub-nav-item{border-bottom-width:1px;}
#module_375021700 .sub-nav-item{margin-top:0px;}
#module_375021700 .main-nav-item-hover{font-size:16px;}
#module_375021700 .main-nav-item-hover{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .main-nav-item-hover{color:rgb(127, 127, 127);}
#module_375021700 .main-nav-item-hover{font-weight:normal;}
#module_375021700 .main-nav-item-hover{text-decoration:none;}
#module_375021700 .main-nav-item-hover{font-style:normal;}
#module_375021700 .main-nav-item-hover{background-color:transparent;}
#module_375021700 .main-nav-item-hover{background-image:none;}
#module_375021700 .main-nav-item-hover{background-repeat:no-repeat;}
#module_375021700 .main-nav-item-hover{}
#module_375021700 .main-nav-item-hover{}
#module_375021700 .main-nav-item-hover{}
#module_375021700 .main-nav-item-hover::before{border-top-color:rgb(127, 127, 127);}#module_375021700 .main-nav-item::before{border-top-color:rgb(127, 127, 127);}
#module_375021700 .main-nav-item-hover::before{border-top-style:solid;}#module_375021700 .main-nav-item::before{border-top-style:solid;}
#module_375021700 .main-nav-item-hover::before{border-top-width:3px;}#module_375021700 .main-nav-item::before{border-top-width:3px;}
#module_375021700 .sub-nav-item:hover{font-size:12px;}
#module_375021700 .sub-nav-item:hover{font-family:微软雅黑,Microsoft YaHei;}
#module_375021700 .sub-nav-item:hover{color:#000;}
#module_375021700 .sub-nav-item:hover{font-weight:normal;}
#module_375021700 .sub-nav-item:hover{text-decoration:none;}
#module_375021700 .sub-nav-item:hover{font-style:normal;}
#module_375021700 .sub-nav-item:hover{background-color:#f2f2f2;}
#module_375021700 .sub-nav-item:hover{background-image:none;}
#module_375021700 .sub-nav-item:hover{background-repeat:no-repeat;}
#module_375021700 .sub-nav-item:hover{}
#module_375021700 .sub-nav-item:hover{}
#module_375021700 .sub-nav-item:hover{}


.ModuleGridContainer.ModuleGridContainer375021694 #Sub375021694_2 {width:61.24999999999999%;}
.module_375725804 .ModuleHead .HeadCenter{float:none;}
#module_375725804 {
padding:0px;
}
#module_375725804 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375725804 .ModuleHead375725804 {
display:none;
}

#module_375725804 img{border-top-color:transparent;}
#module_375725804 img{border-top-style:none;}
#module_375725804 img{border-top-width:0px;}
#module_375725804 img{border-right-color:transparent;}
#module_375725804 img{border-right-style:none;}
#module_375725804 img{border-right-width:0px;}
#module_375725804 img{border-bottom-color:transparent;}
#module_375725804 img{border-bottom-style:none;}
#module_375725804 img{border-bottom-width:0px;}
#module_375725804 img{border-left-color:transparent;}
#module_375725804 img{border-left-style:none;}
#module_375725804 img{border-left-width:0px;}
#module_375725804 img{border-top-left-radius:0px;}
#module_375725804 img{border-top-right-radius:0px;}
#module_375725804 img{border-bottom-left-radius:0px;}
#module_375725804 img{border-bottom-right-radius:0px;}
#module_375725804 .BodyCenter{text-align: center;}
.ModuleGridGiant.layout-101 .ModuleGridItem {
    padding: 0;
    min-height: 0.1px;
}

.ModuleGridGiant.layout-101 .row {
    margin-right: 0px;
    margin-left: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridCol {
    padding: 0px;
}

.ModuleGridGiant.layout-101 .ModuleGridContainer {
    margin-right: auto;
    margin-left: auto;
    padding-right: 0;
    padding-left: 0;
}
.ModuleGridGiant.layout-101{height: 100%;}
.ModuleGridGiant.layout-101 .ModuleSubContainer{position: relative;}
.ModuleGridGiant.layout-101 .gridBgVideo{display: flex; position: absolute;top: 0;left: 0;width:100%;z-index: 0;}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideoMask{position: absolute;top: 0;left: 0;right: 0;bottom: 0;background-color: rgb(0,0,0);}
.ModuleGridGiant.layout-101 .gridBgVideo .bgVideo{width: 100%; height: 100%; object-fit: cover; object-position: center center;}
.ModuleGridGiant.layout-101 .gridBgVideo.noBgVideo{display: none;}

@media only screen and (max-width: 767px) { 
    .ModuleGridGiant.layout-101 .ModuleGridItem {
        height: 100% !important;
    }
}.module_375725807 .ModuleHead .HeadCenter{float:none;}
#module_375725807 {
padding:0px;
}
#module_375725807 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375725807 .ModuleHead375725807 {
display:none;
}

#module_375725807 .ModuleSubContainer{background-color:transparent;}
#module_375725807 .ModuleSubContainer{}
#module_375725807 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375725807 .ModuleSubContainer{background-position:0% 0%;}
#module_375725807 .ModuleSubContainer{background-attachment:scroll;}
#module_375725807 .ModuleSubContainer{}
#module_375725807 {!bgVideo!}{bgVideoUrl:}
#module_375725807 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375725807 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375725807 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375725807 {}
/*纯文本模块 layout 101*/
.ModulePlainTextGiant.layout-101 {font-size: 14px;}
.ModulePlainTextGiant.layout-101 .plainTextGiant-Container{height: auto; word-wrap: break-word;max-height: 100%;padding:10px;max-width: 100%; overflow: hidden;}.module_375725809 .ModuleHead .HeadCenter{float:none;}
#module_375725809 {
padding:0px;
}
#module_375725809 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375725809 .ModuleHead375725809 {
display:none;
}
#module_375725809 {
border:none;
}
@media screen and (min-width: 768px){
#module_375725809 >.module_375725809 {
margin-top:4.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375725809 >.module_375725809 {
margin-top:11.5274%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_375725809 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375725809 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375725809 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375725809 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375725809 .plainTextGiant-Container{padding-top:10px;}
#module_375725809 .plainTextGiant-Container{padding-bottom:10px;}
#module_375725809 .plainTextGiant-Container{padding-left:10px;}
#module_375725809 .plainTextGiant-Container{padding-right:10px;}
#module_375725809 a{font-size:unset;font-family:unset}
.ModuleHorizontalGiant.layout-101 .hr-line {
	margin:0 auto;
	width: auto;
	/* border: 1px solid #333; */
	border-top: 0 !important;
}
.ModuleHorizontalGiant.layout-101 {position: relative;}.module_375725821 .ModuleHead .HeadCenter{float:none;}
#module_375725821 {
padding:0px;
}
#module_375725821 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375725821 .ModuleHead375725821 {
display:none;
}
#module_375725821 .BodyCenter.BodyCenter375725821 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375725821 >.module_375725821 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_375725821 >.module_375725821{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_375725821 .BodyCenter.BodyCenter375725821 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375725821 .BodyCenter.BodyCenter375725821 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_375725821 >.module_375725821 {
margin-top:0.4167%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.4167%;
}
}
@media screen and (max-width: 767px){
#module_375725821 >.module_375725821 {
margin-top:5px;
margin-left:0px;
margin-right:0px;
margin-bottom:5px;
}
}
#module_375725821:hover {
border:none;
}
#module_375725821:hover >.module_375725821 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375725821 .hr-line{width:50;max-width:50px;}
#module_375725821 .hr-line{border-bottom-color:rgb(191, 191, 191);}
#module_375725821 .hr-line{border-bottom-style:solid;}
#module_375725821 .hr-line{border-bottom-width:1px;}

.module_393538130 .ModuleHead .HeadCenter{float:none;}
#module_393538130 {
padding:0px;
}
#module_393538130 {
position:static;
z-index:0;
top:0px;
width:100%;
height: auto;
}
#module_393538130 .ModuleHead393538130 {
display:none;
}

#module_393538130 .ModuleSubContainer{background-color:transparent;}
#module_393538130 .ModuleSubContainer{}
#module_393538130 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538130 .ModuleSubContainer{background-position:0% 0%;}
#module_393538130 .ModuleSubContainer{background-attachment:scroll;}
#module_393538130 .ModuleSubContainer{}
#module_393538130 {!bgVideo!}{bgVideoUrl:}
#module_393538130 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538130 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538130 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538130 {}
.module_393538131 .ModuleHead .HeadCenter{float:none;}
#module_393538131 {
padding:0px;
}
#module_393538131 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538131 .ModuleHead393538131 {
display:none;
}
#module_393538131 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538131 >.module_393538131 {
margin-top:5.5000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538131 >.module_393538131 {
}
}

#module_393538131 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538131 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538131 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538131 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538131 .plainTextGiant-Container{padding-top:10px;}
#module_393538131 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538131 .plainTextGiant-Container{padding-left:10px;}
#module_393538131 .plainTextGiant-Container{padding-right:10px;}
#module_393538131 a{font-size:unset;font-family:unset}
.module_393538497 .ModuleHead .HeadCenter{float:none;}
#module_393538497 {
padding:0px;
}
#module_393538497 {
position:static;
z-index:0;
top:982px;
left:1071px;
width:100%;
height: auto;
}
#module_393538497 .ModuleHead393538497 {
display:none;
}
#module_393538497 .BodyCenter.BodyCenter393538497 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538497 >.module_393538497 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538497 >.module_393538497{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538497 .BodyCenter.BodyCenter393538497 {
padding-top:1.3075%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.3075%;
}
}
@media screen and (max-width: 767px){
#module_393538497 .BodyCenter.BodyCenter393538497 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538497 >.module_393538497 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538497 >.module_393538497 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538497:hover {
border:none;
}
#module_393538497:hover >.module_393538497 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538497 .ModuleSubContainer{background-color:transparent;}
#module_393538497 .ModuleSubContainer{background-image:none;}
#module_393538497 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538497 .ModuleSubContainer{background-position:0% 0%;}
#module_393538497 .ModuleSubContainer{background-attachment:scroll;}
#module_393538497 .ModuleSubContainer{}
#module_393538497 {!bgVideo!}{bgVideoUrl:}
#module_393538497 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538497 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538497 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538497 {max-width:1200px;width:auto;}
.ModuleGridContainer.ModuleGridContainer393538497 .SubPadding {width:0px;}
.module_393538498 .ModuleHead .HeadCenter{float:none;}
#module_393538498 {
padding:0px;
}
#module_393538498 {
position:static;
z-index:0;
top:969px;
left:462px;
width:100%;
height: auto;
}
#module_393538498 .ModuleHead393538498 {
display:none;
}
#module_393538498 .BodyCenter.BodyCenter393538498 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538498 >.module_393538498 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538498 >.module_393538498{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538498 .BodyCenter.BodyCenter393538498 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538498 .BodyCenter.BodyCenter393538498 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538498 >.module_393538498 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:64.0927%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538498 >.module_393538498 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538498:hover {
border:none;
}
#module_393538498:hover >.module_393538498 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538498 img{border-top-color:transparent;}
#module_393538498 img{border-top-style:none;}
#module_393538498 img{border-top-width:0px;}
#module_393538498 img{border-right-color:transparent;}
#module_393538498 img{border-right-style:none;}
#module_393538498 img{border-right-width:0px;}
#module_393538498 img{border-bottom-color:transparent;}
#module_393538498 img{border-bottom-style:none;}
#module_393538498 img{border-bottom-width:0px;}
#module_393538498 img{border-left-color:transparent;}
#module_393538498 img{border-left-style:none;}
#module_393538498 img{border-left-width:0px;}
#module_393538498 img{border-top-left-radius:0px;}
#module_393538498 img{border-top-right-radius:0px;}
#module_393538498 img{border-bottom-left-radius:0px;}
#module_393538498 img{border-bottom-right-radius:0px;}
#module_393538498 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538497 #Sub393538497_1 {width:21.5833%;}
.module_393538499 .ModuleHead .HeadCenter{float:none;}
#module_393538499 {
padding:0px;
}
#module_393538499 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538499 .ModuleHead393538499 {
display:none;
}
#module_393538499 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538499 >.module_393538499 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538499 >.module_393538499 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538499 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538499 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538499 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538499 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538499 .plainTextGiant-Container{padding-top:10px;}
#module_393538499 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538499 .plainTextGiant-Container{padding-left:10px;}
#module_393538499 .plainTextGiant-Container{padding-right:10px;}
#module_393538499 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538497 #Sub393538497_2 {width:78.4167%;}
.module_393538512 .ModuleHead .HeadCenter{float:none;}
#module_393538512 {
padding:0px;
}
#module_393538512 {
position:static;
z-index:0;
top:1376px;
left:1168px;
width:100%;
height: auto;
}
#module_393538512 .ModuleHead393538512 {
display:none;
}
#module_393538512 .BodyCenter.BodyCenter393538512 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538512 >.module_393538512 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538512 >.module_393538512{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538512 .BodyCenter.BodyCenter393538512 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538512 .BodyCenter.BodyCenter393538512 {
padding-top:8.3573%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538512 >.module_393538512 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538512 >.module_393538512 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538512:hover {
border:none;
}
#module_393538512:hover >.module_393538512 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538512 .ModuleSubContainer{background-color:transparent;}
#module_393538512 .ModuleSubContainer{background-image:none;}
#module_393538512 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538512 .ModuleSubContainer{background-position:0% 0%;}
#module_393538512 .ModuleSubContainer{background-attachment:scroll;}
#module_393538512 .ModuleSubContainer{}
#module_393538512 {!bgVideo!}{bgVideoUrl:}
#module_393538512 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538512 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538512 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538512 {}
.ModuleGridContainer.ModuleGridContainer393538512 .SubPadding {width:0px;}
.module_393538513 .ModuleHead .HeadCenter{float:none;}
#module_393538513 {
padding:0px;
}
#module_393538513 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538513 .ModuleHead393538513 {
display:none;
}
#module_393538513 .BodyCenter.BodyCenter393538513 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538513 >.module_393538513 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538513 >.module_393538513{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538513 .BodyCenter.BodyCenter393538513 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538513 .BodyCenter.BodyCenter393538513 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538513 >.module_393538513 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:66.0232%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538513 >.module_393538513 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538513:hover {
border:none;
}
#module_393538513:hover >.module_393538513 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538513 img{border-top-color:transparent;}
#module_393538513 img{border-top-style:none;}
#module_393538513 img{border-top-width:0px;}
#module_393538513 img{border-right-color:transparent;}
#module_393538513 img{border-right-style:none;}
#module_393538513 img{border-right-width:0px;}
#module_393538513 img{border-bottom-color:transparent;}
#module_393538513 img{border-bottom-style:none;}
#module_393538513 img{border-bottom-width:0px;}
#module_393538513 img{border-left-color:transparent;}
#module_393538513 img{border-left-style:none;}
#module_393538513 img{border-left-width:0px;}
#module_393538513 img{border-top-left-radius:0px;}
#module_393538513 img{border-top-right-radius:0px;}
#module_393538513 img{border-bottom-left-radius:0px;}
#module_393538513 img{border-bottom-right-radius:0px;}
#module_393538513 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538512 #Sub393538512_1 {width:21.5833%;}
.module_393538514 .ModuleHead .HeadCenter{float:none;}
#module_393538514 {
padding:0px;
}
#module_393538514 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538514 .ModuleHead393538514 {
display:none;
}
#module_393538514 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538514 >.module_393538514 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538514 >.module_393538514 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538514 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538514 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538514 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538514 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538514 .plainTextGiant-Container{padding-top:10px;}
#module_393538514 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538514 .plainTextGiant-Container{padding-left:10px;}
#module_393538514 .plainTextGiant-Container{padding-right:10px;}
#module_393538514 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538512 #Sub393538512_2 {width:78.4167%;}
.module_393538141 .ModuleHead .HeadCenter{float:none;}
#module_393538141 {
padding:0px;
}
#module_393538141 {
position:static;
z-index:0;
top:1507px;
left:1809px;
width:100%;
height: auto;
}
#module_393538141 .ModuleHead393538141 {
display:none;
}
#module_393538141 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538141 .BodyCenter.BodyCenter393538141 {
}
}
@media screen and (max-width: 767px){
#module_393538141 .BodyCenter.BodyCenter393538141 {
padding-top:18.4438%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}

#module_393538141 .ModuleSubContainer{background-color:transparent;}
#module_393538141 .ModuleSubContainer{}
#module_393538141 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538141 .ModuleSubContainer{background-position:0% 0%;}
#module_393538141 .ModuleSubContainer{background-attachment:scroll;}
#module_393538141 .ModuleSubContainer{}
#module_393538141 {!bgVideo!}{bgVideoUrl:}
#module_393538141 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538141 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538141 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538141 {}
.module_393538142 .ModuleHead .HeadCenter{float:none;}
#module_393538142 {
padding:0px;
}
#module_393538142 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538142 .ModuleHead393538142 {
display:none;
}
#module_393538142 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538142 >.module_393538142 {
margin-top:7.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538142 >.module_393538142 {
margin-top:0.2882%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538142 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538142 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538142 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538142 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538142 .plainTextGiant-Container{padding-top:10px;}
#module_393538142 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538142 .plainTextGiant-Container{padding-left:10px;}
#module_393538142 .plainTextGiant-Container{padding-right:10px;}
#module_393538142 a{font-size:unset;font-family:unset}
.module_393538181 .ModuleHead .HeadCenter{float:none;}
#module_393538181 {
padding:0px;
}
#module_393538181 {
position:static;
z-index:0;
top:1668px;
left:950px;
width:100%;
height: auto;
}
#module_393538181 .ModuleHead393538181 {
display:none;
}
#module_393538181 .BodyCenter.BodyCenter393538181 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538181 >.module_393538181 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538181 >.module_393538181{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538181 .BodyCenter.BodyCenter393538181 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538181 .BodyCenter.BodyCenter393538181 {
padding-top:8.3573%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538181 >.module_393538181 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538181 >.module_393538181 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538181:hover {
border:none;
}
#module_393538181:hover >.module_393538181 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538181 .ModuleSubContainer{background-color:transparent;}
#module_393538181 .ModuleSubContainer{background-image:none;}
#module_393538181 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538181 .ModuleSubContainer{background-position:0% 0%;}
#module_393538181 .ModuleSubContainer{background-attachment:scroll;}
#module_393538181 .ModuleSubContainer{}
#module_393538181 {!bgVideo!}{bgVideoUrl:}
#module_393538181 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538181 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538181 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538181 {}
.ModuleGridContainer.ModuleGridContainer393538181 .SubPadding {width:0px;}
.module_393538182 .ModuleHead .HeadCenter{float:none;}
#module_393538182 {
padding:0px;
}
#module_393538182 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538182 .ModuleHead393538182 {
display:none;
}
#module_393538182 .BodyCenter.BodyCenter393538182 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538182 >.module_393538182 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538182 >.module_393538182{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538182 .BodyCenter.BodyCenter393538182 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538182 .BodyCenter.BodyCenter393538182 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538182 >.module_393538182 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.9305%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538182 >.module_393538182 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538182:hover {
border:none;
}
#module_393538182:hover >.module_393538182 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538182 img{border-top-color:transparent;}
#module_393538182 img{border-top-style:none;}
#module_393538182 img{border-top-width:0px;}
#module_393538182 img{border-right-color:transparent;}
#module_393538182 img{border-right-style:none;}
#module_393538182 img{border-right-width:0px;}
#module_393538182 img{border-bottom-color:transparent;}
#module_393538182 img{border-bottom-style:none;}
#module_393538182 img{border-bottom-width:0px;}
#module_393538182 img{border-left-color:transparent;}
#module_393538182 img{border-left-style:none;}
#module_393538182 img{border-left-width:0px;}
#module_393538182 img{border-top-left-radius:0px;}
#module_393538182 img{border-top-right-radius:0px;}
#module_393538182 img{border-bottom-left-radius:0px;}
#module_393538182 img{border-bottom-right-radius:0px;}
#module_393538182 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538181 #Sub393538181_1 {width:21.5833%;}
.module_393538186 .ModuleHead .HeadCenter{float:none;}
#module_393538186 {
padding:0px;
}
#module_393538186 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538186 .ModuleHead393538186 {
display:none;
}
#module_393538186 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538186 >.module_393538186 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538186 >.module_393538186 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538186 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538186 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538186 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538186 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538186 .plainTextGiant-Container{padding-top:10px;}
#module_393538186 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538186 .plainTextGiant-Container{padding-left:10px;}
#module_393538186 .plainTextGiant-Container{padding-right:10px;}
#module_393538186 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538181 #Sub393538181_2 {width:78.4167%;}
.module_393538203 .ModuleHead .HeadCenter{float:none;}
#module_393538203 {
padding:0px;
}
#module_393538203 {
position:static;
z-index:0;
top:2436px;
left:1669px;
width:100%;
height: auto;
}
#module_393538203 .ModuleHead393538203 {
display:none;
}
#module_393538203 .BodyCenter.BodyCenter393538203 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538203 >.module_393538203 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538203 >.module_393538203{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538203 .BodyCenter.BodyCenter393538203 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538203 .BodyCenter.BodyCenter393538203 {
padding-top:53px;
padding-left:0px;
padding-right:2px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393538203 >.module_393538203 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538203 >.module_393538203 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393538203:hover {
border:none;
}
#module_393538203:hover >.module_393538203 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538203 .ModuleSubContainer{background-color:transparent;}
#module_393538203 .ModuleSubContainer{background-image:none;}
#module_393538203 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538203 .ModuleSubContainer{background-position:0% 0%;}
#module_393538203 .ModuleSubContainer{background-attachment:scroll;}
#module_393538203 .ModuleSubContainer{}
#module_393538203 {!bgVideo!}{bgVideoUrl:}
#module_393538203 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538203 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538203 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538203 {}
.ModuleGridContainer.ModuleGridContainer393538203 .SubPadding {width:0px;}
.module_393538204 .ModuleHead .HeadCenter{float:none;}
#module_393538204 {
padding:0px;
}
#module_393538204 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538204 .ModuleHead393538204 {
display:none;
}
#module_393538204 .BodyCenter.BodyCenter393538204 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538204 >.module_393538204 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538204 >.module_393538204{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538204 .BodyCenter.BodyCenter393538204 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538204 .BodyCenter.BodyCenter393538204 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538204 >.module_393538204 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.9305%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538204 >.module_393538204 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538204:hover {
border:none;
}
#module_393538204:hover >.module_393538204 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538204 img{border-top-color:transparent;}
#module_393538204 img{border-top-style:none;}
#module_393538204 img{border-top-width:0px;}
#module_393538204 img{border-right-color:transparent;}
#module_393538204 img{border-right-style:none;}
#module_393538204 img{border-right-width:0px;}
#module_393538204 img{border-bottom-color:transparent;}
#module_393538204 img{border-bottom-style:none;}
#module_393538204 img{border-bottom-width:0px;}
#module_393538204 img{border-left-color:transparent;}
#module_393538204 img{border-left-style:none;}
#module_393538204 img{border-left-width:0px;}
#module_393538204 img{border-top-left-radius:0px;}
#module_393538204 img{border-top-right-radius:0px;}
#module_393538204 img{border-bottom-left-radius:0px;}
#module_393538204 img{border-bottom-right-radius:0px;}
#module_393538204 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538203 #Sub393538203_1 {width:21.5833%;}
.module_393538205 .ModuleHead .HeadCenter{float:none;}
#module_393538205 {
padding:0px;
}
#module_393538205 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538205 .ModuleHead393538205 {
display:none;
}
#module_393538205 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538205 >.module_393538205 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538205 >.module_393538205 {
margin-top:2.0173%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538205 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538205 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538205 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538205 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538205 .plainTextGiant-Container{padding-top:10px;}
#module_393538205 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538205 .plainTextGiant-Container{padding-left:10px;}
#module_393538205 .plainTextGiant-Container{padding-right:10px;}
#module_393538205 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538203 #Sub393538203_2 {width:78.4167%;}
.module_393538208 .ModuleHead .HeadCenter{float:none;}
#module_393538208 {
padding:0px;
}
#module_393538208 {
position:static;
z-index:0;
top:2809px;
left:1561px;
width:100%;
height: auto;
}
#module_393538208 .ModuleHead393538208 {
display:none;
}
#module_393538208 .BodyCenter.BodyCenter393538208 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538208 >.module_393538208 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538208 >.module_393538208{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538208 .BodyCenter.BodyCenter393538208 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538208 .BodyCenter.BodyCenter393538208 {
padding-top:46px;
padding-left:0px;
padding-right:2px;
padding-bottom:0px;
}
}
@media screen and (min-width: 768px){
#module_393538208 >.module_393538208 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538208 >.module_393538208 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_393538208:hover {
border:none;
}
#module_393538208:hover >.module_393538208 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538208 .ModuleSubContainer{background-color:transparent;}
#module_393538208 .ModuleSubContainer{background-image:none;}
#module_393538208 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538208 .ModuleSubContainer{background-position:0% 0%;}
#module_393538208 .ModuleSubContainer{background-attachment:scroll;}
#module_393538208 .ModuleSubContainer{}
#module_393538208 {!bgVideo!}{bgVideoUrl:}
#module_393538208 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538208 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538208 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538208 {}
.ModuleGridContainer.ModuleGridContainer393538208 .SubPadding {width:0px;}
.module_393538209 .ModuleHead .HeadCenter{float:none;}
#module_393538209 {
padding:0px;
}
#module_393538209 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538209 .ModuleHead393538209 {
display:none;
}
#module_393538209 .BodyCenter.BodyCenter393538209 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538209 >.module_393538209 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538209 >.module_393538209{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538209 .BodyCenter.BodyCenter393538209 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538209 .BodyCenter.BodyCenter393538209 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538209 >.module_393538209 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.9305%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538209 >.module_393538209 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538209:hover {
border:none;
}
#module_393538209:hover >.module_393538209 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538209 img{border-top-color:transparent;}
#module_393538209 img{border-top-style:none;}
#module_393538209 img{border-top-width:0px;}
#module_393538209 img{border-right-color:transparent;}
#module_393538209 img{border-right-style:none;}
#module_393538209 img{border-right-width:0px;}
#module_393538209 img{border-bottom-color:transparent;}
#module_393538209 img{border-bottom-style:none;}
#module_393538209 img{border-bottom-width:0px;}
#module_393538209 img{border-left-color:transparent;}
#module_393538209 img{border-left-style:none;}
#module_393538209 img{border-left-width:0px;}
#module_393538209 img{border-top-left-radius:0px;}
#module_393538209 img{border-top-right-radius:0px;}
#module_393538209 img{border-bottom-left-radius:0px;}
#module_393538209 img{border-bottom-right-radius:0px;}
#module_393538209 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538208 #Sub393538208_1 {width:21.5833%;}
.module_393538210 .ModuleHead .HeadCenter{float:none;}
#module_393538210 {
padding:0px;
}
#module_393538210 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538210 .ModuleHead393538210 {
display:none;
}
#module_393538210 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538210 >.module_393538210 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538210 >.module_393538210 {
margin-top:2.0173%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538210 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538210 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538210 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538210 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538210 .plainTextGiant-Container{padding-top:10px;}
#module_393538210 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538210 .plainTextGiant-Container{padding-left:10px;}
#module_393538210 .plainTextGiant-Container{padding-right:10px;}
#module_393538210 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538208 #Sub393538208_2 {width:78.4167%;}
.module_393538669 .ModuleHead .HeadCenter{float:none;}
#module_393538669 {
padding:0px;
}
#module_393538669 {
position:static;
z-index:0;
top:1807px;
left:0px;
width:100%;
height: auto;
}
#module_393538669 .ModuleHead393538669 {
display:none;
}
#module_393538669 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538669 .BodyCenter.BodyCenter393538669 {
}
}
@media screen and (max-width: 767px){
#module_393538669 .BodyCenter.BodyCenter393538669 {
padding-top:18.4438%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}

#module_393538669 .ModuleSubContainer{background-color:transparent;}
#module_393538669 .ModuleSubContainer{}
#module_393538669 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538669 .ModuleSubContainer{background-position:0% 0%;}
#module_393538669 .ModuleSubContainer{background-attachment:scroll;}
#module_393538669 .ModuleSubContainer{}
#module_393538669 {!bgVideo!}{bgVideoUrl:}
#module_393538669 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538669 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538669 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538669 {}
.module_393538670 .ModuleHead .HeadCenter{float:none;}
#module_393538670 {
padding:0px;
}
#module_393538670 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538670 .ModuleHead393538670 {
display:none;
}
#module_393538670 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538670 >.module_393538670 {
margin-top:7.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538670 >.module_393538670 {
margin-top:0.2882%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538670 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538670 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538670 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538670 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538670 .plainTextGiant-Container{padding-top:10px;}
#module_393538670 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538670 .plainTextGiant-Container{padding-left:10px;}
#module_393538670 .plainTextGiant-Container{padding-right:10px;}
#module_393538670 a{font-size:unset;font-family:unset}
.module_393538715 .ModuleHead .HeadCenter{float:none;}
#module_393538715 {
padding:0px;
}
#module_393538715 {
position:static;
z-index:0;
top:4617px;
left:1268px;
width:100%;
height: auto;
}
#module_393538715 .ModuleHead393538715 {
display:none;
}
#module_393538715 .BodyCenter.BodyCenter393538715 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538715 >.module_393538715 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538715 >.module_393538715{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538715 .BodyCenter.BodyCenter393538715 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538715 .BodyCenter.BodyCenter393538715 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538715 >.module_393538715 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538715 >.module_393538715 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538715:hover {
border:none;
}
#module_393538715:hover >.module_393538715 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538715 .ModuleSubContainer{background-color:transparent;}
#module_393538715 .ModuleSubContainer{background-image:none;}
#module_393538715 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538715 .ModuleSubContainer{background-position:0% 0%;}
#module_393538715 .ModuleSubContainer{background-attachment:scroll;}
#module_393538715 .ModuleSubContainer{}
#module_393538715 {!bgVideo!}{bgVideoUrl:}
#module_393538715 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538715 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538715 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538715 {}
.ModuleGridContainer.ModuleGridContainer393538715 .SubPadding {width:0px;}
.module_393538716 .ModuleHead .HeadCenter{float:none;}
#module_393538716 {
padding:0px;
}
#module_393538716 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538716 .ModuleHead393538716 {
display:none;
}
#module_393538716 .BodyCenter.BodyCenter393538716 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538716 >.module_393538716 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538716 >.module_393538716{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538716 .BodyCenter.BodyCenter393538716 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538716 .BodyCenter.BodyCenter393538716 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538716 >.module_393538716 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538716 >.module_393538716 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538716:hover {
border:none;
}
#module_393538716:hover >.module_393538716 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538716 img{border-top-color:transparent;}
#module_393538716 img{border-top-style:none;}
#module_393538716 img{border-top-width:0px;}
#module_393538716 img{border-right-color:transparent;}
#module_393538716 img{border-right-style:none;}
#module_393538716 img{border-right-width:0px;}
#module_393538716 img{border-bottom-color:transparent;}
#module_393538716 img{border-bottom-style:none;}
#module_393538716 img{border-bottom-width:0px;}
#module_393538716 img{border-left-color:transparent;}
#module_393538716 img{border-left-style:none;}
#module_393538716 img{border-left-width:0px;}
#module_393538716 img{border-top-left-radius:0px;}
#module_393538716 img{border-top-right-radius:0px;}
#module_393538716 img{border-bottom-left-radius:0px;}
#module_393538716 img{border-bottom-right-radius:0px;}
#module_393538716 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538715 #Sub393538715_1 {width:21.5833%;}
.module_393538717 .ModuleHead .HeadCenter{float:none;}
#module_393538717 {
padding:0px;
}
#module_393538717 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538717 .ModuleHead393538717 {
display:none;
}
#module_393538717 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538717 >.module_393538717 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538717 >.module_393538717 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538717 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538717 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538717 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538717 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538717 .plainTextGiant-Container{padding-top:10px;}
#module_393538717 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538717 .plainTextGiant-Container{padding-left:10px;}
#module_393538717 .plainTextGiant-Container{padding-right:10px;}
#module_393538717 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538715 #Sub393538715_2 {width:78.4167%;}
.module_393538687 .ModuleHead .HeadCenter{float:none;}
#module_393538687 {
padding:0px;
}
#module_393538687 {
position:static;
z-index:0;
top:4131px;
left:1498px;
width:100%;
height: auto;
}
#module_393538687 .ModuleHead393538687 {
display:none;
}
#module_393538687 .BodyCenter.BodyCenter393538687 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538687 >.module_393538687 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538687 >.module_393538687{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538687 .BodyCenter.BodyCenter393538687 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538687 .BodyCenter.BodyCenter393538687 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538687 >.module_393538687 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538687 >.module_393538687 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538687:hover {
border:none;
}
#module_393538687:hover >.module_393538687 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538687 .ModuleSubContainer{background-color:transparent;}
#module_393538687 .ModuleSubContainer{background-image:none;}
#module_393538687 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538687 .ModuleSubContainer{background-position:0% 0%;}
#module_393538687 .ModuleSubContainer{background-attachment:scroll;}
#module_393538687 .ModuleSubContainer{}
#module_393538687 {!bgVideo!}{bgVideoUrl:}
#module_393538687 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538687 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538687 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538687 {}
.ModuleGridContainer.ModuleGridContainer393538687 .SubPadding {width:0px;}
.module_393538688 .ModuleHead .HeadCenter{float:none;}
#module_393538688 {
padding:0px;
}
#module_393538688 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538688 .ModuleHead393538688 {
display:none;
}
#module_393538688 .BodyCenter.BodyCenter393538688 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538688 >.module_393538688 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538688 >.module_393538688{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538688 .BodyCenter.BodyCenter393538688 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538688 .BodyCenter.BodyCenter393538688 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538688 >.module_393538688 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538688 >.module_393538688 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538688:hover {
border:none;
}
#module_393538688:hover >.module_393538688 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538688 img{border-top-color:transparent;}
#module_393538688 img{border-top-style:none;}
#module_393538688 img{border-top-width:0px;}
#module_393538688 img{border-right-color:transparent;}
#module_393538688 img{border-right-style:none;}
#module_393538688 img{border-right-width:0px;}
#module_393538688 img{border-bottom-color:transparent;}
#module_393538688 img{border-bottom-style:none;}
#module_393538688 img{border-bottom-width:0px;}
#module_393538688 img{border-left-color:transparent;}
#module_393538688 img{border-left-style:none;}
#module_393538688 img{border-left-width:0px;}
#module_393538688 img{border-top-left-radius:0px;}
#module_393538688 img{border-top-right-radius:0px;}
#module_393538688 img{border-bottom-left-radius:0px;}
#module_393538688 img{border-bottom-right-radius:0px;}
#module_393538688 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538687 #Sub393538687_1 {width:21.5833%;}
.module_393538689 .ModuleHead .HeadCenter{float:none;}
#module_393538689 {
padding:0px;
}
#module_393538689 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538689 .ModuleHead393538689 {
display:none;
}
#module_393538689 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538689 >.module_393538689 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538689 >.module_393538689 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538689 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538689 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538689 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538689 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538689 .plainTextGiant-Container{padding-top:10px;}
#module_393538689 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538689 .plainTextGiant-Container{padding-left:10px;}
#module_393538689 .plainTextGiant-Container{padding-right:10px;}
#module_393538689 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538687 #Sub393538687_2 {width:78.4167%;}
.module_393538729 .ModuleHead .HeadCenter{float:none;}
#module_393538729 {
padding:0px;
}
#module_393538729 {
position:static;
z-index:0;
top:4491px;
left:1068px;
width:100%;
height: auto;
}
#module_393538729 .ModuleHead393538729 {
display:none;
}
#module_393538729 .BodyCenter.BodyCenter393538729 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538729 >.module_393538729 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538729 >.module_393538729{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538729 .BodyCenter.BodyCenter393538729 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538729 .BodyCenter.BodyCenter393538729 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538729 >.module_393538729 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538729 >.module_393538729 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538729:hover {
border:none;
}
#module_393538729:hover >.module_393538729 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538729 .ModuleSubContainer{background-color:transparent;}
#module_393538729 .ModuleSubContainer{background-image:none;}
#module_393538729 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538729 .ModuleSubContainer{background-position:0% 0%;}
#module_393538729 .ModuleSubContainer{background-attachment:scroll;}
#module_393538729 .ModuleSubContainer{}
#module_393538729 {!bgVideo!}{bgVideoUrl:}
#module_393538729 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538729 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538729 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538729 {}
.ModuleGridContainer.ModuleGridContainer393538729 .SubPadding {width:0px;}
.module_393538730 .ModuleHead .HeadCenter{float:none;}
#module_393538730 {
padding:0px;
}
#module_393538730 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538730 .ModuleHead393538730 {
display:none;
}
#module_393538730 .BodyCenter.BodyCenter393538730 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538730 >.module_393538730 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538730 >.module_393538730{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538730 .BodyCenter.BodyCenter393538730 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538730 .BodyCenter.BodyCenter393538730 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538730 >.module_393538730 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538730 >.module_393538730 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538730:hover {
border:none;
}
#module_393538730:hover >.module_393538730 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538730 img{border-top-color:transparent;}
#module_393538730 img{border-top-style:none;}
#module_393538730 img{border-top-width:0px;}
#module_393538730 img{border-right-color:transparent;}
#module_393538730 img{border-right-style:none;}
#module_393538730 img{border-right-width:0px;}
#module_393538730 img{border-bottom-color:transparent;}
#module_393538730 img{border-bottom-style:none;}
#module_393538730 img{border-bottom-width:0px;}
#module_393538730 img{border-left-color:transparent;}
#module_393538730 img{border-left-style:none;}
#module_393538730 img{border-left-width:0px;}
#module_393538730 img{border-top-left-radius:0px;}
#module_393538730 img{border-top-right-radius:0px;}
#module_393538730 img{border-bottom-left-radius:0px;}
#module_393538730 img{border-bottom-right-radius:0px;}
#module_393538730 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538729 #Sub393538729_1 {width:21.5833%;}
.module_393538731 .ModuleHead .HeadCenter{float:none;}
#module_393538731 {
padding:0px;
}
#module_393538731 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538731 .ModuleHead393538731 {
display:none;
}
#module_393538731 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538731 >.module_393538731 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538731 >.module_393538731 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538731 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538731 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538731 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538731 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538731 .plainTextGiant-Container{padding-top:10px;}
#module_393538731 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538731 .plainTextGiant-Container{padding-left:10px;}
#module_393538731 .plainTextGiant-Container{padding-right:10px;}
#module_393538731 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538729 #Sub393538729_2 {width:78.4167%;}
.module_393538672 .ModuleHead .HeadCenter{float:none;}
#module_393538672 {
padding:0px;
}
#module_393538672 {
position:static;
z-index:0;
top:3325px;
left:1381px;
width:100%;
height: auto;
}
#module_393538672 .ModuleHead393538672 {
display:none;
}
#module_393538672 .BodyCenter.BodyCenter393538672 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538672 >.module_393538672 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538672 >.module_393538672{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538672 .BodyCenter.BodyCenter393538672 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538672 .BodyCenter.BodyCenter393538672 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538672 >.module_393538672 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538672 >.module_393538672 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538672:hover {
border:none;
}
#module_393538672:hover >.module_393538672 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538672 .ModuleSubContainer{background-color:transparent;}
#module_393538672 .ModuleSubContainer{background-image:none;}
#module_393538672 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538672 .ModuleSubContainer{background-position:0% 0%;}
#module_393538672 .ModuleSubContainer{background-attachment:scroll;}
#module_393538672 .ModuleSubContainer{}
#module_393538672 {!bgVideo!}{bgVideoUrl:}
#module_393538672 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538672 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538672 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538672 {}
.ModuleGridContainer.ModuleGridContainer393538672 .SubPadding {width:0px;}
.module_393538673 .ModuleHead .HeadCenter{float:none;}
#module_393538673 {
padding:0px;
}
#module_393538673 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538673 .ModuleHead393538673 {
display:none;
}
#module_393538673 .BodyCenter.BodyCenter393538673 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538673 >.module_393538673 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538673 >.module_393538673{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538673 .BodyCenter.BodyCenter393538673 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538673 .BodyCenter.BodyCenter393538673 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538673 >.module_393538673 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538673 >.module_393538673 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538673:hover {
border:none;
}
#module_393538673:hover >.module_393538673 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538673 img{border-top-color:transparent;}
#module_393538673 img{border-top-style:none;}
#module_393538673 img{border-top-width:0px;}
#module_393538673 img{border-right-color:transparent;}
#module_393538673 img{border-right-style:none;}
#module_393538673 img{border-right-width:0px;}
#module_393538673 img{border-bottom-color:transparent;}
#module_393538673 img{border-bottom-style:none;}
#module_393538673 img{border-bottom-width:0px;}
#module_393538673 img{border-left-color:transparent;}
#module_393538673 img{border-left-style:none;}
#module_393538673 img{border-left-width:0px;}
#module_393538673 img{border-top-left-radius:0px;}
#module_393538673 img{border-top-right-radius:0px;}
#module_393538673 img{border-bottom-left-radius:0px;}
#module_393538673 img{border-bottom-right-radius:0px;}
#module_393538673 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538672 #Sub393538672_1 {width:21.5833%;}
.module_393538674 .ModuleHead .HeadCenter{float:none;}
#module_393538674 {
padding:0px;
}
#module_393538674 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538674 .ModuleHead393538674 {
display:none;
}
#module_393538674 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538674 >.module_393538674 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538674 >.module_393538674 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538674 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538674 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538674 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538674 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538674 .plainTextGiant-Container{padding-top:10px;}
#module_393538674 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538674 .plainTextGiant-Container{padding-left:10px;}
#module_393538674 .plainTextGiant-Container{padding-right:10px;}
#module_393538674 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538672 #Sub393538672_2 {width:78.4167%;}
.module_393538771 .ModuleHead .HeadCenter{float:none;}
#module_393538771 {
padding:0px;
}
#module_393538771 {
position:static;
z-index:0;
top:6158px;
left:789px;
width:100%;
height: auto;
}
#module_393538771 .ModuleHead393538771 {
display:none;
}
#module_393538771 .BodyCenter.BodyCenter393538771 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538771 >.module_393538771 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538771 >.module_393538771{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538771 .BodyCenter.BodyCenter393538771 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538771 .BodyCenter.BodyCenter393538771 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538771 >.module_393538771 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538771 >.module_393538771 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538771:hover {
border:none;
}
#module_393538771:hover >.module_393538771 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538771 .ModuleSubContainer{background-color:transparent;}
#module_393538771 .ModuleSubContainer{background-image:none;}
#module_393538771 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538771 .ModuleSubContainer{background-position:0% 0%;}
#module_393538771 .ModuleSubContainer{background-attachment:scroll;}
#module_393538771 .ModuleSubContainer{}
#module_393538771 {!bgVideo!}{bgVideoUrl:}
#module_393538771 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538771 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538771 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538771 {}
.ModuleGridContainer.ModuleGridContainer393538771 .SubPadding {width:0px;}
.module_393538772 .ModuleHead .HeadCenter{float:none;}
#module_393538772 {
padding:0px;
}
#module_393538772 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538772 .ModuleHead393538772 {
display:none;
}
#module_393538772 .BodyCenter.BodyCenter393538772 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538772 >.module_393538772 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538772 >.module_393538772{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538772 .BodyCenter.BodyCenter393538772 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538772 .BodyCenter.BodyCenter393538772 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538772 >.module_393538772 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538772 >.module_393538772 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538772:hover {
border:none;
}
#module_393538772:hover >.module_393538772 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538772 img{border-top-color:transparent;}
#module_393538772 img{border-top-style:none;}
#module_393538772 img{border-top-width:0px;}
#module_393538772 img{border-right-color:transparent;}
#module_393538772 img{border-right-style:none;}
#module_393538772 img{border-right-width:0px;}
#module_393538772 img{border-bottom-color:transparent;}
#module_393538772 img{border-bottom-style:none;}
#module_393538772 img{border-bottom-width:0px;}
#module_393538772 img{border-left-color:transparent;}
#module_393538772 img{border-left-style:none;}
#module_393538772 img{border-left-width:0px;}
#module_393538772 img{border-top-left-radius:0px;}
#module_393538772 img{border-top-right-radius:0px;}
#module_393538772 img{border-bottom-left-radius:0px;}
#module_393538772 img{border-bottom-right-radius:0px;}
#module_393538772 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538771 #Sub393538771_1 {width:21.5833%;}
.module_393538773 .ModuleHead .HeadCenter{float:none;}
#module_393538773 {
padding:0px;
}
#module_393538773 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538773 .ModuleHead393538773 {
display:none;
}
#module_393538773 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538773 >.module_393538773 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538773 >.module_393538773 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538773 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538773 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538773 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538773 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538773 .plainTextGiant-Container{padding-top:10px;}
#module_393538773 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538773 .plainTextGiant-Container{padding-left:10px;}
#module_393538773 .plainTextGiant-Container{padding-right:10px;}
#module_393538773 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538771 #Sub393538771_2 {width:78.4167%;}
.module_393538743 .ModuleHead .HeadCenter{float:none;}
#module_393538743 {
padding:0px;
}
#module_393538743 {
position:static;
z-index:0;
top:5756px;
left:1455px;
width:100%;
height: auto;
}
#module_393538743 .ModuleHead393538743 {
display:none;
}
#module_393538743 .BodyCenter.BodyCenter393538743 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538743 >.module_393538743 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538743 >.module_393538743{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538743 .BodyCenter.BodyCenter393538743 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538743 .BodyCenter.BodyCenter393538743 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538743 >.module_393538743 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538743 >.module_393538743 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538743:hover {
border:none;
}
#module_393538743:hover >.module_393538743 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538743 .ModuleSubContainer{background-color:transparent;}
#module_393538743 .ModuleSubContainer{background-image:none;}
#module_393538743 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538743 .ModuleSubContainer{background-position:0% 0%;}
#module_393538743 .ModuleSubContainer{background-attachment:scroll;}
#module_393538743 .ModuleSubContainer{}
#module_393538743 {!bgVideo!}{bgVideoUrl:}
#module_393538743 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538743 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538743 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538743 {}
.ModuleGridContainer.ModuleGridContainer393538743 .SubPadding {width:0px;}
.module_393538744 .ModuleHead .HeadCenter{float:none;}
#module_393538744 {
padding:0px;
}
#module_393538744 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538744 .ModuleHead393538744 {
display:none;
}
#module_393538744 .BodyCenter.BodyCenter393538744 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538744 >.module_393538744 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538744 >.module_393538744{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538744 .BodyCenter.BodyCenter393538744 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538744 .BodyCenter.BodyCenter393538744 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538744 >.module_393538744 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538744 >.module_393538744 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538744:hover {
border:none;
}
#module_393538744:hover >.module_393538744 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538744 img{border-top-color:transparent;}
#module_393538744 img{border-top-style:none;}
#module_393538744 img{border-top-width:0px;}
#module_393538744 img{border-right-color:transparent;}
#module_393538744 img{border-right-style:none;}
#module_393538744 img{border-right-width:0px;}
#module_393538744 img{border-bottom-color:transparent;}
#module_393538744 img{border-bottom-style:none;}
#module_393538744 img{border-bottom-width:0px;}
#module_393538744 img{border-left-color:transparent;}
#module_393538744 img{border-left-style:none;}
#module_393538744 img{border-left-width:0px;}
#module_393538744 img{border-top-left-radius:0px;}
#module_393538744 img{border-top-right-radius:0px;}
#module_393538744 img{border-bottom-left-radius:0px;}
#module_393538744 img{border-bottom-right-radius:0px;}
#module_393538744 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538743 #Sub393538743_1 {width:21.5833%;}
.module_393538745 .ModuleHead .HeadCenter{float:none;}
#module_393538745 {
padding:0px;
}
#module_393538745 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538745 .ModuleHead393538745 {
display:none;
}
#module_393538745 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538745 >.module_393538745 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538745 >.module_393538745 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538745 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538745 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538745 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538745 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538745 .plainTextGiant-Container{padding-top:10px;}
#module_393538745 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538745 .plainTextGiant-Container{padding-left:10px;}
#module_393538745 .plainTextGiant-Container{padding-right:10px;}
#module_393538745 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538743 #Sub393538743_2 {width:78.4167%;}
.module_393538757 .ModuleHead .HeadCenter{float:none;}
#module_393538757 {
padding:0px;
}
#module_393538757 {
position:static;
z-index:0;
top:6156px;
left:1897px;
width:100%;
height: auto;
}
#module_393538757 .ModuleHead393538757 {
display:none;
}
#module_393538757 .BodyCenter.BodyCenter393538757 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538757 >.module_393538757 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538757 >.module_393538757{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538757 .BodyCenter.BodyCenter393538757 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538757 .BodyCenter.BodyCenter393538757 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538757 >.module_393538757 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538757 >.module_393538757 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538757:hover {
border:none;
}
#module_393538757:hover >.module_393538757 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538757 .ModuleSubContainer{background-color:transparent;}
#module_393538757 .ModuleSubContainer{background-image:none;}
#module_393538757 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538757 .ModuleSubContainer{background-position:0% 0%;}
#module_393538757 .ModuleSubContainer{background-attachment:scroll;}
#module_393538757 .ModuleSubContainer{}
#module_393538757 {!bgVideo!}{bgVideoUrl:}
#module_393538757 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538757 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538757 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538757 {}
.ModuleGridContainer.ModuleGridContainer393538757 .SubPadding {width:0px;}
.module_393538758 .ModuleHead .HeadCenter{float:none;}
#module_393538758 {
padding:0px;
}
#module_393538758 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538758 .ModuleHead393538758 {
display:none;
}
#module_393538758 .BodyCenter.BodyCenter393538758 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538758 >.module_393538758 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538758 >.module_393538758{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538758 .BodyCenter.BodyCenter393538758 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538758 .BodyCenter.BodyCenter393538758 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538758 >.module_393538758 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538758 >.module_393538758 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538758:hover {
border:none;
}
#module_393538758:hover >.module_393538758 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538758 img{border-top-color:transparent;}
#module_393538758 img{border-top-style:none;}
#module_393538758 img{border-top-width:0px;}
#module_393538758 img{border-right-color:transparent;}
#module_393538758 img{border-right-style:none;}
#module_393538758 img{border-right-width:0px;}
#module_393538758 img{border-bottom-color:transparent;}
#module_393538758 img{border-bottom-style:none;}
#module_393538758 img{border-bottom-width:0px;}
#module_393538758 img{border-left-color:transparent;}
#module_393538758 img{border-left-style:none;}
#module_393538758 img{border-left-width:0px;}
#module_393538758 img{border-top-left-radius:0px;}
#module_393538758 img{border-top-right-radius:0px;}
#module_393538758 img{border-bottom-left-radius:0px;}
#module_393538758 img{border-bottom-right-radius:0px;}
#module_393538758 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538757 #Sub393538757_1 {width:21.5833%;}
.module_393538759 .ModuleHead .HeadCenter{float:none;}
#module_393538759 {
padding:0px;
}
#module_393538759 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538759 .ModuleHead393538759 {
display:none;
}
#module_393538759 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538759 >.module_393538759 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538759 >.module_393538759 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538759 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538759 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538759 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538759 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538759 .plainTextGiant-Container{padding-top:10px;}
#module_393538759 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538759 .plainTextGiant-Container{padding-left:10px;}
#module_393538759 .plainTextGiant-Container{padding-right:10px;}
#module_393538759 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538757 #Sub393538757_2 {width:78.4167%;}
.module_393538818 .ModuleHead .HeadCenter{float:none;}
#module_393538818 {
padding:0px;
}
#module_393538818 {
position:static;
z-index:2;
top:6152px;
left:1100px;
width:100%;
height: auto;
}
#module_393538818 .ModuleHead393538818 {
display:none;
}
#module_393538818 .BodyCenter.BodyCenter393538818 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538818 >.module_393538818 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538818 >.module_393538818{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538818 .BodyCenter.BodyCenter393538818 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538818 .BodyCenter.BodyCenter393538818 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538818 >.module_393538818 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538818 >.module_393538818 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538818:hover {
border:none;
}
#module_393538818:hover >.module_393538818 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538818 .ModuleSubContainer{background-color:transparent;}
#module_393538818 .ModuleSubContainer{background-image:none;}
#module_393538818 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538818 .ModuleSubContainer{background-position:0% 0%;}
#module_393538818 .ModuleSubContainer{background-attachment:scroll;}
#module_393538818 .ModuleSubContainer{}
#module_393538818 {!bgVideo!}{bgVideoUrl:}
#module_393538818 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538818 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538818 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538818 {}
.ModuleGridContainer.ModuleGridContainer393538818 .SubPadding {width:0px;}
.module_393538819 .ModuleHead .HeadCenter{float:none;}
#module_393538819 {
padding:0px;
}
#module_393538819 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538819 .ModuleHead393538819 {
display:none;
}
#module_393538819 .BodyCenter.BodyCenter393538819 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538819 >.module_393538819 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538819 >.module_393538819{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538819 .BodyCenter.BodyCenter393538819 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538819 .BodyCenter.BodyCenter393538819 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538819 >.module_393538819 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538819 >.module_393538819 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538819:hover {
border:none;
}
#module_393538819:hover >.module_393538819 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538819 img{border-top-color:transparent;}
#module_393538819 img{border-top-style:none;}
#module_393538819 img{border-top-width:0px;}
#module_393538819 img{border-right-color:transparent;}
#module_393538819 img{border-right-style:none;}
#module_393538819 img{border-right-width:0px;}
#module_393538819 img{border-bottom-color:transparent;}
#module_393538819 img{border-bottom-style:none;}
#module_393538819 img{border-bottom-width:0px;}
#module_393538819 img{border-left-color:transparent;}
#module_393538819 img{border-left-style:none;}
#module_393538819 img{border-left-width:0px;}
#module_393538819 img{border-top-left-radius:0px;}
#module_393538819 img{border-top-right-radius:0px;}
#module_393538819 img{border-bottom-left-radius:0px;}
#module_393538819 img{border-bottom-right-radius:0px;}
#module_393538819 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538818 #Sub393538818_1 {width:21.5833%;}
.module_393538820 .ModuleHead .HeadCenter{float:none;}
#module_393538820 {
padding:0px;
}
#module_393538820 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538820 .ModuleHead393538820 {
display:none;
}
#module_393538820 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538820 >.module_393538820 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538820 >.module_393538820 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538820 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538820 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538820 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538820 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538820 .plainTextGiant-Container{padding-top:10px;}
#module_393538820 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538820 .plainTextGiant-Container{padding-left:10px;}
#module_393538820 .plainTextGiant-Container{padding-right:10px;}
#module_393538820 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538818 #Sub393538818_2 {width:78.4167%;}
.module_393538803 .ModuleHead .HeadCenter{float:none;}
#module_393538803 {
padding:0px;
}
#module_393538803 {
position:static;
z-index:1;
top:-48px;
left:0px;
width:100%;
height: auto;
}
#module_393538803 .ModuleHead393538803 {
display:none;
}
#module_393538803 .BodyCenter.BodyCenter393538803 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538803 >.module_393538803 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538803 >.module_393538803{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538803 .BodyCenter.BodyCenter393538803 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538803 .BodyCenter.BodyCenter393538803 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538803 >.module_393538803 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538803 >.module_393538803 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538803:hover {
border:none;
}
#module_393538803:hover >.module_393538803 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538803 .ModuleSubContainer{background-color:transparent;}
#module_393538803 .ModuleSubContainer{background-image:none;}
#module_393538803 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538803 .ModuleSubContainer{background-position:0% 0%;}
#module_393538803 .ModuleSubContainer{background-attachment:scroll;}
#module_393538803 .ModuleSubContainer{}
#module_393538803 {!bgVideo!}{bgVideoUrl:}
#module_393538803 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538803 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538803 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538803 {}
.ModuleGridContainer.ModuleGridContainer393538803 .SubPadding {width:0px;}
.module_393538804 .ModuleHead .HeadCenter{float:none;}
#module_393538804 {
padding:0px;
}
#module_393538804 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538804 .ModuleHead393538804 {
display:none;
}
#module_393538804 .BodyCenter.BodyCenter393538804 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538804 >.module_393538804 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538804 >.module_393538804{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538804 .BodyCenter.BodyCenter393538804 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538804 .BodyCenter.BodyCenter393538804 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538804 >.module_393538804 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538804 >.module_393538804 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538804:hover {
border:none;
}
#module_393538804:hover >.module_393538804 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538804 img{border-top-color:transparent;}
#module_393538804 img{border-top-style:none;}
#module_393538804 img{border-top-width:0px;}
#module_393538804 img{border-right-color:transparent;}
#module_393538804 img{border-right-style:none;}
#module_393538804 img{border-right-width:0px;}
#module_393538804 img{border-bottom-color:transparent;}
#module_393538804 img{border-bottom-style:none;}
#module_393538804 img{border-bottom-width:0px;}
#module_393538804 img{border-left-color:transparent;}
#module_393538804 img{border-left-style:none;}
#module_393538804 img{border-left-width:0px;}
#module_393538804 img{border-top-left-radius:0px;}
#module_393538804 img{border-top-right-radius:0px;}
#module_393538804 img{border-bottom-left-radius:0px;}
#module_393538804 img{border-bottom-right-radius:0px;}
#module_393538804 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538803 #Sub393538803_1 {width:21.5833%;}
.module_393538805 .ModuleHead .HeadCenter{float:none;}
#module_393538805 {
padding:0px;
}
#module_393538805 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538805 .ModuleHead393538805 {
display:none;
}
#module_393538805 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538805 >.module_393538805 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538805 >.module_393538805 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538805 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538805 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538805 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538805 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538805 .plainTextGiant-Container{padding-top:10px;}
#module_393538805 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538805 .plainTextGiant-Container{padding-left:10px;}
#module_393538805 .plainTextGiant-Container{padding-right:10px;}
#module_393538805 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538803 #Sub393538803_2 {width:78.4167%;}
.module_393538701 .ModuleHead .HeadCenter{float:none;}
#module_393538701 {
padding:0px;
}
#module_393538701 {
position:static;
z-index:0;
top:6487px;
left:992px;
width:100%;
height: auto;
}
#module_393538701 .ModuleHead393538701 {
display:none;
}
#module_393538701 .BodyCenter.BodyCenter393538701 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538701 >.module_393538701 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393538701 >.module_393538701{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538701 .BodyCenter.BodyCenter393538701 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393538701 .BodyCenter.BodyCenter393538701 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538701 >.module_393538701 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538701 >.module_393538701 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538701:hover {
border:none;
}
#module_393538701:hover >.module_393538701 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538701 .ModuleSubContainer{background-color:transparent;}
#module_393538701 .ModuleSubContainer{background-image:none;}
#module_393538701 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393538701 .ModuleSubContainer{background-position:0% 0%;}
#module_393538701 .ModuleSubContainer{background-attachment:scroll;}
#module_393538701 .ModuleSubContainer{}
#module_393538701 {!bgVideo!}{bgVideoUrl:}
#module_393538701 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393538701 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393538701 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393538701 {}
.ModuleGridContainer.ModuleGridContainer393538701 .SubPadding {width:0px;}
.module_393538702 .ModuleHead .HeadCenter{float:none;}
#module_393538702 {
padding:0px;
}
#module_393538702 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538702 .ModuleHead393538702 {
display:none;
}
#module_393538702 .BodyCenter.BodyCenter393538702 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393538702 >.module_393538702 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393538702 >.module_393538702{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393538702 .BodyCenter.BodyCenter393538702 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393538702 .BodyCenter.BodyCenter393538702 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393538702 >.module_393538702 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538702 >.module_393538702 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393538702:hover {
border:none;
}
#module_393538702:hover >.module_393538702 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393538702 img{border-top-color:transparent;}
#module_393538702 img{border-top-style:none;}
#module_393538702 img{border-top-width:0px;}
#module_393538702 img{border-right-color:transparent;}
#module_393538702 img{border-right-style:none;}
#module_393538702 img{border-right-width:0px;}
#module_393538702 img{border-bottom-color:transparent;}
#module_393538702 img{border-bottom-style:none;}
#module_393538702 img{border-bottom-width:0px;}
#module_393538702 img{border-left-color:transparent;}
#module_393538702 img{border-left-style:none;}
#module_393538702 img{border-left-width:0px;}
#module_393538702 img{border-top-left-radius:0px;}
#module_393538702 img{border-top-right-radius:0px;}
#module_393538702 img{border-bottom-left-radius:0px;}
#module_393538702 img{border-bottom-right-radius:0px;}
#module_393538702 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393538701 #Sub393538701_1 {width:21.5833%;}
.module_393538703 .ModuleHead .HeadCenter{float:none;}
#module_393538703 {
padding:0px;
}
#module_393538703 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393538703 .ModuleHead393538703 {
display:none;
}
#module_393538703 {
border:none;
}
@media screen and (min-width: 768px){
#module_393538703 >.module_393538703 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393538703 >.module_393538703 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393538703 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393538703 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393538703 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393538703 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393538703 .plainTextGiant-Container{padding-top:10px;}
#module_393538703 .plainTextGiant-Container{padding-bottom:10px;}
#module_393538703 .plainTextGiant-Container{padding-left:10px;}
#module_393538703 .plainTextGiant-Container{padding-right:10px;}
#module_393538703 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393538701 #Sub393538701_2 {width:78.4167%;}
.module_393539063 .ModuleHead .HeadCenter{float:none;}
#module_393539063 {
padding:0px;
}
#module_393539063 {
position:static;
z-index:0;
top:7410px;
left:1996px;
width:100%;
height: auto;
}
#module_393539063 .ModuleHead393539063 {
display:none;
}
#module_393539063 .BodyCenter.BodyCenter393539063 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539063 >.module_393539063 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393539063 >.module_393539063{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539063 .BodyCenter.BodyCenter393539063 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393539063 .BodyCenter.BodyCenter393539063 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539063 >.module_393539063 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539063 >.module_393539063 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539063:hover {
border:none;
}
#module_393539063:hover >.module_393539063 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539063 .ModuleSubContainer{background-color:transparent;}
#module_393539063 .ModuleSubContainer{background-image:none;}
#module_393539063 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393539063 .ModuleSubContainer{background-position:0% 0%;}
#module_393539063 .ModuleSubContainer{background-attachment:scroll;}
#module_393539063 .ModuleSubContainer{}
#module_393539063 {!bgVideo!}{bgVideoUrl:}
#module_393539063 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393539063 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393539063 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393539063 {}
.ModuleGridContainer.ModuleGridContainer393539063 .SubPadding {width:0px;}
.module_393539064 .ModuleHead .HeadCenter{float:none;}
#module_393539064 {
padding:0px;
}
#module_393539064 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539064 .ModuleHead393539064 {
display:none;
}
#module_393539064 .BodyCenter.BodyCenter393539064 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539064 >.module_393539064 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393539064 >.module_393539064{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539064 .BodyCenter.BodyCenter393539064 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393539064 .BodyCenter.BodyCenter393539064 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539064 >.module_393539064 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539064 >.module_393539064 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539064:hover {
border:none;
}
#module_393539064:hover >.module_393539064 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539064 img{border-top-color:transparent;}
#module_393539064 img{border-top-style:none;}
#module_393539064 img{border-top-width:0px;}
#module_393539064 img{border-right-color:transparent;}
#module_393539064 img{border-right-style:none;}
#module_393539064 img{border-right-width:0px;}
#module_393539064 img{border-bottom-color:transparent;}
#module_393539064 img{border-bottom-style:none;}
#module_393539064 img{border-bottom-width:0px;}
#module_393539064 img{border-left-color:transparent;}
#module_393539064 img{border-left-style:none;}
#module_393539064 img{border-left-width:0px;}
#module_393539064 img{border-top-left-radius:0px;}
#module_393539064 img{border-top-right-radius:0px;}
#module_393539064 img{border-bottom-left-radius:0px;}
#module_393539064 img{border-bottom-right-radius:0px;}
#module_393539064 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393539063 #Sub393539063_1 {width:21.5833%;}
.module_393539065 .ModuleHead .HeadCenter{float:none;}
#module_393539065 {
padding:0px;
}
#module_393539065 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539065 .ModuleHead393539065 {
display:none;
}
#module_393539065 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539065 >.module_393539065 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539065 >.module_393539065 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393539065 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393539065 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393539065 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393539065 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393539065 .plainTextGiant-Container{padding-top:10px;}
#module_393539065 .plainTextGiant-Container{padding-bottom:10px;}
#module_393539065 .plainTextGiant-Container{padding-left:10px;}
#module_393539065 .plainTextGiant-Container{padding-right:10px;}
#module_393539065 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393539063 #Sub393539063_2 {width:78.4167%;}
.module_393539077 .ModuleHead .HeadCenter{float:none;}
#module_393539077 {
padding:0px;
}
#module_393539077 {
position:static;
z-index:0;
top:7816px;
left:1952px;
width:100%;
height: auto;
}
#module_393539077 .ModuleHead393539077 {
display:none;
}
#module_393539077 .BodyCenter.BodyCenter393539077 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539077 >.module_393539077 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393539077 >.module_393539077{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539077 .BodyCenter.BodyCenter393539077 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393539077 .BodyCenter.BodyCenter393539077 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539077 >.module_393539077 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539077 >.module_393539077 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539077:hover {
border:none;
}
#module_393539077:hover >.module_393539077 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539077 .ModuleSubContainer{background-color:transparent;}
#module_393539077 .ModuleSubContainer{background-image:none;}
#module_393539077 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393539077 .ModuleSubContainer{background-position:0% 0%;}
#module_393539077 .ModuleSubContainer{background-attachment:scroll;}
#module_393539077 .ModuleSubContainer{}
#module_393539077 {!bgVideo!}{bgVideoUrl:}
#module_393539077 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393539077 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393539077 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393539077 {}
.ModuleGridContainer.ModuleGridContainer393539077 .SubPadding {width:0px;}
.module_393539078 .ModuleHead .HeadCenter{float:none;}
#module_393539078 {
padding:0px;
}
#module_393539078 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539078 .ModuleHead393539078 {
display:none;
}
#module_393539078 .BodyCenter.BodyCenter393539078 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539078 >.module_393539078 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393539078 >.module_393539078{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539078 .BodyCenter.BodyCenter393539078 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393539078 .BodyCenter.BodyCenter393539078 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539078 >.module_393539078 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539078 >.module_393539078 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539078:hover {
border:none;
}
#module_393539078:hover >.module_393539078 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539078 img{border-top-color:transparent;}
#module_393539078 img{border-top-style:none;}
#module_393539078 img{border-top-width:0px;}
#module_393539078 img{border-right-color:transparent;}
#module_393539078 img{border-right-style:none;}
#module_393539078 img{border-right-width:0px;}
#module_393539078 img{border-bottom-color:transparent;}
#module_393539078 img{border-bottom-style:none;}
#module_393539078 img{border-bottom-width:0px;}
#module_393539078 img{border-left-color:transparent;}
#module_393539078 img{border-left-style:none;}
#module_393539078 img{border-left-width:0px;}
#module_393539078 img{border-top-left-radius:0px;}
#module_393539078 img{border-top-right-radius:0px;}
#module_393539078 img{border-bottom-left-radius:0px;}
#module_393539078 img{border-bottom-right-radius:0px;}
#module_393539078 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393539077 #Sub393539077_1 {width:21.5833%;}
.module_393539079 .ModuleHead .HeadCenter{float:none;}
#module_393539079 {
padding:0px;
}
#module_393539079 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539079 .ModuleHead393539079 {
display:none;
}
#module_393539079 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539079 >.module_393539079 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539079 >.module_393539079 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393539079 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393539079 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393539079 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393539079 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393539079 .plainTextGiant-Container{padding-top:10px;}
#module_393539079 .plainTextGiant-Container{padding-bottom:10px;}
#module_393539079 .plainTextGiant-Container{padding-left:10px;}
#module_393539079 .plainTextGiant-Container{padding-right:10px;}
#module_393539079 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393539077 #Sub393539077_2 {width:78.4167%;}
.module_393539093 .ModuleHead .HeadCenter{float:none;}
#module_393539093 {
padding:0px;
}
#module_393539093 {
position:static;
z-index:2;
top:8233px;
left:1195px;
width:100%;
height: auto;
}
#module_393539093 .ModuleHead393539093 {
display:none;
}
#module_393539093 .BodyCenter.BodyCenter393539093 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539093 >.module_393539093 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393539093 >.module_393539093{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539093 .BodyCenter.BodyCenter393539093 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393539093 .BodyCenter.BodyCenter393539093 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539093 >.module_393539093 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539093 >.module_393539093 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539093:hover {
border:none;
}
#module_393539093:hover >.module_393539093 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539093 .ModuleSubContainer{background-color:transparent;}
#module_393539093 .ModuleSubContainer{background-image:none;}
#module_393539093 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393539093 .ModuleSubContainer{background-position:0% 0%;}
#module_393539093 .ModuleSubContainer{background-attachment:scroll;}
#module_393539093 .ModuleSubContainer{}
#module_393539093 {!bgVideo!}{bgVideoUrl:}
#module_393539093 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393539093 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393539093 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393539093 {}
.ModuleGridContainer.ModuleGridContainer393539093 .SubPadding {width:0px;}
.module_393539094 .ModuleHead .HeadCenter{float:none;}
#module_393539094 {
padding:0px;
}
#module_393539094 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539094 .ModuleHead393539094 {
display:none;
}
#module_393539094 .BodyCenter.BodyCenter393539094 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539094 >.module_393539094 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393539094 >.module_393539094{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539094 .BodyCenter.BodyCenter393539094 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393539094 .BodyCenter.BodyCenter393539094 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539094 >.module_393539094 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539094 >.module_393539094 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539094:hover {
border:none;
}
#module_393539094:hover >.module_393539094 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539094 img{border-top-color:transparent;}
#module_393539094 img{border-top-style:none;}
#module_393539094 img{border-top-width:0px;}
#module_393539094 img{border-right-color:transparent;}
#module_393539094 img{border-right-style:none;}
#module_393539094 img{border-right-width:0px;}
#module_393539094 img{border-bottom-color:transparent;}
#module_393539094 img{border-bottom-style:none;}
#module_393539094 img{border-bottom-width:0px;}
#module_393539094 img{border-left-color:transparent;}
#module_393539094 img{border-left-style:none;}
#module_393539094 img{border-left-width:0px;}
#module_393539094 img{border-top-left-radius:0px;}
#module_393539094 img{border-top-right-radius:0px;}
#module_393539094 img{border-bottom-left-radius:0px;}
#module_393539094 img{border-bottom-right-radius:0px;}
#module_393539094 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393539093 #Sub393539093_1 {width:21.5833%;}
.module_393539095 .ModuleHead .HeadCenter{float:none;}
#module_393539095 {
padding:0px;
}
#module_393539095 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539095 .ModuleHead393539095 {
display:none;
}
#module_393539095 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539095 >.module_393539095 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539095 >.module_393539095 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393539095 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393539095 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393539095 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393539095 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393539095 .plainTextGiant-Container{padding-top:10px;}
#module_393539095 .plainTextGiant-Container{padding-bottom:10px;}
#module_393539095 .plainTextGiant-Container{padding-left:10px;}
#module_393539095 .plainTextGiant-Container{padding-right:10px;}
#module_393539095 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393539093 #Sub393539093_2 {width:78.4167%;}
.module_393539107 .ModuleHead .HeadCenter{float:none;}
#module_393539107 {
padding:0px;
}
#module_393539107 {
position:static;
z-index:0;
top:8621px;
left:1682px;
width:100%;
height: auto;
}
#module_393539107 .ModuleHead393539107 {
display:none;
}
#module_393539107 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539107 .BodyCenter.BodyCenter393539107 {
}
}
@media screen and (max-width: 767px){
#module_393539107 .BodyCenter.BodyCenter393539107 {
padding-top:18.4438%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}

#module_393539107 .ModuleSubContainer{background-color:transparent;}
#module_393539107 .ModuleSubContainer{}
#module_393539107 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393539107 .ModuleSubContainer{background-position:0% 0%;}
#module_393539107 .ModuleSubContainer{background-attachment:scroll;}
#module_393539107 .ModuleSubContainer{}
#module_393539107 {!bgVideo!}{bgVideoUrl:}
#module_393539107 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393539107 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393539107 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393539107 {}
.module_393539108 .ModuleHead .HeadCenter{float:none;}
#module_393539108 {
padding:0px;
}
#module_393539108 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539108 .ModuleHead393539108 {
display:none;
}
#module_393539108 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539108 >.module_393539108 {
margin-top:7.0833%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539108 >.module_393539108 {
margin-top:0.2882%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393539108 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393539108 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393539108 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393539108 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393539108 .plainTextGiant-Container{padding-top:10px;}
#module_393539108 .plainTextGiant-Container{padding-bottom:10px;}
#module_393539108 .plainTextGiant-Container{padding-left:10px;}
#module_393539108 .plainTextGiant-Container{padding-right:10px;}
#module_393539108 a{font-size:unset;font-family:unset}
.module_393539109 .ModuleHead .HeadCenter{float:none;}
#module_393539109 {
padding:0px;
}
#module_393539109 {
position:static;
z-index:2;
top:8839px;
left:988px;
width:100%;
height: auto;
}
#module_393539109 .ModuleHead393539109 {
display:none;
}
#module_393539109 .BodyCenter.BodyCenter393539109 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539109 >.module_393539109 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393539109 >.module_393539109{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539109 .BodyCenter.BodyCenter393539109 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393539109 .BodyCenter.BodyCenter393539109 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539109 >.module_393539109 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539109 >.module_393539109 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539109:hover {
border:none;
}
#module_393539109:hover >.module_393539109 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539109 .ModuleSubContainer{background-color:transparent;}
#module_393539109 .ModuleSubContainer{background-image:none;}
#module_393539109 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393539109 .ModuleSubContainer{background-position:0% 0%;}
#module_393539109 .ModuleSubContainer{background-attachment:scroll;}
#module_393539109 .ModuleSubContainer{}
#module_393539109 {!bgVideo!}{bgVideoUrl:}
#module_393539109 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393539109 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393539109 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393539109 {}
.ModuleGridContainer.ModuleGridContainer393539109 .SubPadding {width:0px;}
.module_393539110 .ModuleHead .HeadCenter{float:none;}
#module_393539110 {
padding:0px;
}
#module_393539110 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539110 .ModuleHead393539110 {
display:none;
}
#module_393539110 .BodyCenter.BodyCenter393539110 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539110 >.module_393539110 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393539110 >.module_393539110{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539110 .BodyCenter.BodyCenter393539110 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393539110 .BodyCenter.BodyCenter393539110 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539110 >.module_393539110 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539110 >.module_393539110 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539110:hover {
border:none;
}
#module_393539110:hover >.module_393539110 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539110 img{border-top-color:transparent;}
#module_393539110 img{border-top-style:none;}
#module_393539110 img{border-top-width:0px;}
#module_393539110 img{border-right-color:transparent;}
#module_393539110 img{border-right-style:none;}
#module_393539110 img{border-right-width:0px;}
#module_393539110 img{border-bottom-color:transparent;}
#module_393539110 img{border-bottom-style:none;}
#module_393539110 img{border-bottom-width:0px;}
#module_393539110 img{border-left-color:transparent;}
#module_393539110 img{border-left-style:none;}
#module_393539110 img{border-left-width:0px;}
#module_393539110 img{border-top-left-radius:0px;}
#module_393539110 img{border-top-right-radius:0px;}
#module_393539110 img{border-bottom-left-radius:0px;}
#module_393539110 img{border-bottom-right-radius:0px;}
#module_393539110 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393539109 #Sub393539109_1 {width:21.5833%;}
.module_393539111 .ModuleHead .HeadCenter{float:none;}
#module_393539111 {
padding:0px;
}
#module_393539111 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539111 .ModuleHead393539111 {
display:none;
}
#module_393539111 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539111 >.module_393539111 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539111 >.module_393539111 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393539111 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393539111 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393539111 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393539111 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393539111 .plainTextGiant-Container{padding-top:10px;}
#module_393539111 .plainTextGiant-Container{padding-bottom:10px;}
#module_393539111 .plainTextGiant-Container{padding-left:10px;}
#module_393539111 .plainTextGiant-Container{padding-right:10px;}
#module_393539111 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393539109 #Sub393539109_2 {width:78.4167%;}
.module_393539127 .ModuleHead .HeadCenter{float:none;}
#module_393539127 {
padding:0px;
}
#module_393539127 {
position:static;
z-index:2;
top:9190px;
left:992px;
width:100%;
height: auto;
}
#module_393539127 .ModuleHead393539127 {
display:none;
}
#module_393539127 .BodyCenter.BodyCenter393539127 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539127 >.module_393539127 {
border-top-style:solid;
border-top-color:#000;
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:1px;
}
#module_393539127 >.module_393539127{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539127 .BodyCenter.BodyCenter393539127 {
padding-top:1.2255%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:1.2255%;
}
}
@media screen and (max-width: 767px){
#module_393539127 .BodyCenter.BodyCenter393539127 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.5764%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539127 >.module_393539127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539127 >.module_393539127 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539127:hover {
border:none;
}
#module_393539127:hover >.module_393539127 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539127 .ModuleSubContainer{background-color:transparent;}
#module_393539127 .ModuleSubContainer{background-image:none;}
#module_393539127 .ModuleSubContainer{background-repeat:no-repeat;}
#module_393539127 .ModuleSubContainer{background-position:0% 0%;}
#module_393539127 .ModuleSubContainer{background-attachment:scroll;}
#module_393539127 .ModuleSubContainer{}
#module_393539127 {!bgVideo!}{bgVideoUrl:}
#module_393539127 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_393539127 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_393539127 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer393539127 {}
.ModuleGridContainer.ModuleGridContainer393539127 .SubPadding {width:0px;}
.module_393539128 .ModuleHead .HeadCenter{float:none;}
#module_393539128 {
padding:0px;
}
#module_393539128 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539128 .ModuleHead393539128 {
display:none;
}
#module_393539128 .BodyCenter.BodyCenter393539128 {
background:none;background-color:rgba(0,0,0,0);
}
#module_393539128 >.module_393539128 {
border-top-style:solid;
border-top-color:#000;
border-top-width:0px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:solid;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_393539128 >.module_393539128{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_393539128 .BodyCenter.BodyCenter393539128 {
padding-top:0px;
padding-left:0px;
padding-right:0px;
padding-bottom:0px;
}
}
@media screen and (max-width: 767px){
#module_393539128 .BodyCenter.BodyCenter393539128 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_393539128 >.module_393539128 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:1.5504%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539128 >.module_393539128 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
#module_393539128:hover {
border:none;
}
#module_393539128:hover >.module_393539128 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_393539128 img{border-top-color:transparent;}
#module_393539128 img{border-top-style:none;}
#module_393539128 img{border-top-width:0px;}
#module_393539128 img{border-right-color:transparent;}
#module_393539128 img{border-right-style:none;}
#module_393539128 img{border-right-width:0px;}
#module_393539128 img{border-bottom-color:transparent;}
#module_393539128 img{border-bottom-style:none;}
#module_393539128 img{border-bottom-width:0px;}
#module_393539128 img{border-left-color:transparent;}
#module_393539128 img{border-left-style:none;}
#module_393539128 img{border-left-width:0px;}
#module_393539128 img{border-top-left-radius:0px;}
#module_393539128 img{border-top-right-radius:0px;}
#module_393539128 img{border-bottom-left-radius:0px;}
#module_393539128 img{border-bottom-right-radius:0px;}
#module_393539128 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer393539127 #Sub393539127_1 {width:21.5833%;}
.module_393539129 .ModuleHead .HeadCenter{float:none;}
#module_393539129 {
padding:0px;
}
#module_393539129 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_393539129 .ModuleHead393539129 {
display:none;
}
#module_393539129 {
border:none;
}
@media screen and (min-width: 768px){
#module_393539129 >.module_393539129 {
margin-top:14.7715%;
margin-left:6.4825%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_393539129 >.module_393539129 {
margin-top:0.8696%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_393539129 .ModulePlainTextGiantContent{margin-top:0px;}
#module_393539129 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_393539129 .ModulePlainTextGiantContent{margin-left:0px;}
#module_393539129 .ModulePlainTextGiantContent{margin-right:10px;}
#module_393539129 .plainTextGiant-Container{padding-top:10px;}
#module_393539129 .plainTextGiant-Container{padding-bottom:10px;}
#module_393539129 .plainTextGiant-Container{padding-left:10px;}
#module_393539129 .plainTextGiant-Container{padding-right:10px;}
#module_393539129 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer393539127 #Sub393539127_2 {width:78.4167%;}
.module_375197944 .ModuleHead .HeadCenter{float:none;}
#module_375197944 {
padding:0px;
}
#module_375197944 {
position:static;
z-index:0;
width:100%;
height: auto;
}
#module_375197944 .ModuleHead375197944 {
display:none;
}
#module_375197944 .BodyCenter.BodyCenter375197944 {
background:none;background-color:rgba(0,0,0,0);
}
#module_375197944 >.module_375197944 {
border-top-style:solid;
border-top-color:rgb(216, 216, 216);
border-top-width:1px;
border-left-style:solid;
border-left-color:#000;
border-left-width:0px;
border-right-style:solid;
border-right-color:#000;
border-right-width:0px;
border-bottom-style:none;
border-bottom-color:#000;
border-bottom-width:0px;
}
#module_375197944 >.module_375197944{
overflow: hidden;
-webkit-backface-visibility:hidden;
border-top-left-radius:0px;
border-top-right-radius:0px;
border-bottom-left-radius:0px;
border-bottom-right-radius:0px;
}
@media screen and (min-width: 768px){
#module_375197944 .BodyCenter.BodyCenter375197944 {
padding-top:0.0000%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375197944 .BodyCenter.BodyCenter375197944 {
padding-top:14.1210%;
padding-left:0.0000%;
padding-right:0.0000%;
padding-bottom:0.0000%;
}
}
@media screen and (min-width: 768px){
#module_375197944 >.module_375197944 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375197944 >.module_375197944 {
margin-top:0px;
margin-left:0px;
margin-right:0px;
margin-bottom:0px;
}
}
#module_375197944:hover {
border:none;
}
#module_375197944:hover >.module_375197944 {box-shadow: 0px 0px 0px 0px #ccc;transition: box-shadow 0.5s ease 0s;}

#module_375197944 .ModuleSubContainer{background-color:transparent;}
#module_375197944 .ModuleSubContainer{background-image:none;}
#module_375197944 .ModuleSubContainer{background-repeat:no-repeat;}
#module_375197944 .ModuleSubContainer{background-position:0% 0%;}
#module_375197944 .ModuleSubContainer{background-attachment:scroll;}
#module_375197944 .ModuleSubContainer{}
#module_375197944 {!bgVideo!}{bgVideoUrl:}
#module_375197944 .gridBgVideo .bgVideoMask{opacity:0.2}
#module_375197944 .ModuleSubContainer{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0); transition: box-shadow 0.5s ease;}
#module_375197944 .ModuleSubContainer:hover{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0);}
.ModuleGridContainer.ModuleGridContainer375197944 {}
.ModuleGridContainer.ModuleGridContainer375197944 .SubPadding {width:0px;}
.module_375201487 .ModuleHead .HeadCenter{float:none;}
#module_375201487 {
padding:0px;
}
#module_375201487 {
position:static;
z-index:0;
top:-117px;
left:0px;
width:100%;
height: auto;
}
#module_375201487 .ModuleHead375201487 {
display:none;
}
#module_375201487 {
border:none;
}
@media screen and (min-width: 768px){
#module_375201487 >.module_375201487 {
margin-top:4.3333%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375201487 >.module_375201487 {
margin-top:0.0000%;
margin-left:0.0000%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}

#module_375201487 .ModulePlainTextGiantContent{margin-top:0px;}
#module_375201487 .ModulePlainTextGiantContent{margin-bottom:0px;}
#module_375201487 .ModulePlainTextGiantContent{margin-left:0px;}
#module_375201487 .ModulePlainTextGiantContent{margin-right:10px;}
#module_375201487 .plainTextGiant-Container{padding-top:10px;}
#module_375201487 .plainTextGiant-Container{padding-bottom:10px;}
#module_375201487 .plainTextGiant-Container{padding-left:10px;}
#module_375201487 .plainTextGiant-Container{padding-right:10px;}
#module_375201487 a{font-size:unset;font-family:unset}
.ModuleGridContainer.ModuleGridContainer375197944 #Sub375197944_1 {width:47.0000%;}
.module_375205619 .ModuleHead .HeadCenter{float:none;}
#module_375205619 {
padding:0px;
}
#module_375205619 {
position:static;
z-index:0;
top:-117px;
left:0px;
width:100%;
height: auto;
}
#module_375205619 .ModuleHead375205619 {
display:none;
}
#module_375205619 {
border:none;
}
@media screen and (min-width: 768px){
#module_375205619 >.module_375205619 {
margin-top:2.0440%;
margin-left:67.6101%;
margin-right:0.0000%;
margin-bottom:0.0000%;
}
}
@media screen and (max-width: 767px){
#module_375205619 >.module_375205619 {
}
}

#module_375205619 img{border-top-color:transparent;}
#module_375205619 img{border-top-style:none;}
#module_375205619 img{border-top-width:0px;}
#module_375205619 img{border-right-color:transparent;}
#module_375205619 img{border-right-style:none;}
#module_375205619 img{border-right-width:0px;}
#module_375205619 img{border-bottom-color:transparent;}
#module_375205619 img{border-bottom-style:none;}
#module_375205619 img{border-bottom-width:0px;}
#module_375205619 img{border-left-color:transparent;}
#module_375205619 img{border-left-style:none;}
#module_375205619 img{border-left-width:0px;}
#module_375205619 img{border-top-left-radius:0px;}
#module_375205619 img{border-top-right-radius:0px;}
#module_375205619 img{border-bottom-left-radius:0px;}
#module_375205619 img{border-bottom-right-radius:0px;}
#module_375205619 .BodyCenter{text-align: center;}

.ModuleGridContainer.ModuleGridContainer375197944 #Sub375197944_2 {width:53.0000%;}
.ModuleMobileNavGiant.layout-101 p {
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .subnav li a {
    font-size: 15px;
}

.ModuleMobileNavGiant.layout-101 .mobileNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.mobileFootNav_1.showFloatNav {
    -ms-transform: translateX(17rem) !important;
    -khtml-transform: translateX(17rem) !important;
    -webkit-transform: translateX(17rem) !important;
    -o-transform: translateX(17rem) !important;
    -moz-transform: translateX(17rem) !important;
    transform: translateX(17rem) !important;
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ModuleMobileNavGiant.layout-101 .maxlarge {
    max-width: 10rem;
}

.ModuleMobileNavGiant.layout-101 .maxmiddle {
    max-width: 8rem;
}

.ModuleMobileNavGiant.layout-101 .header-model {
    width: 100%;
    height: 3rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    background: #333333;
    max-height: calc(100vh);
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
}

.mobileNavFloatLayer_1 {
    display: block;
    visibility: hidden;
    width: 17rem;
    height: 100%;
    -ms-transform: translateX(-17rem);
    -khtml-transform: translateX(-17rem);
    -webkit-transform: translateX(-17rem);
    -o-transform: translateX(-17rem);
    -moz-transform: translateX(-17rem);
    transform: translateX(-17rem);
    -ms-transition: 0.5s;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
    box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
    z-index: 9999
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li {
    color: #fff;
    border-bottom: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.on {
    border-left: 5px solid #888888;
    transition: all .3s ease-out
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a {
    padding-left: 15%;
    font-size: 15px;
    color: #fff;
    display: block;
    height: 65px;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item>ul>li>a .main-class-colorlump {
    width: 10px;
    height: 66px;
    background-color: #888;
    display: none;
    vertical-align: middle;
    top: unset;
    margin-right: 0;
    transform: unset;
    position: unset;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li i {
    width: 18.5px;
    height: 20px;
    display: inline-block;
    margin-right: 1.06rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 2.06rem;
}

.ModuleMobileNavGiant.layout-101 .micro-nav-item ul li.open>a .more:before {
    content: "\e6a6";
}

.ModuleMobileNavGiant.layout-101 .subnav {
    z-index: -99;
}

.ModuleMobileNavGiant.layout-101 .micro-nav {
    position: absolute;
    top: 50px;
    width: 100%;
    display: none;
}

.ModuleMobileNavGiant.layout-101 .more {
    line-height: 65px;
    z-index: 999;
    font-size: 20px;
    text-align: center;
    width: 50px;
    height: 100%;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.4s ease;
}

.ModuleMobileNavGiant.layout-101 .treenav li a.treemenu {
    padding-left: 30%;
}

/*滚动条*/

.ModuleMobileNavGiant.layout-101 .micro-nav-item {
    overflow: auto;
    height: 100%;
}

.ModuleMobileNavGiant.layout-101 #accordion {
    position: relative;
    top: 0;
}

/*二级导航*/

.ModuleMobileNavGiant.layout-101 .subnav a {
    padding-left: 25%;
    display: block;
    font-size: 15px;
    position: relative;
    height: 65px;
    /*line-height: 65px;*/
}

.ModuleMobileNavGiant.layout-101 .containers {
    width: 100%;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.ModuleMobileNavGiant.layout-101 header {
    display: flex;
    height: 50px!important;
    background: #000;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 50px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 50px;
    padding: 0 0
}

.ModuleMobileNavGiant.layout-101 header {
    box-sizing: border-box;
    width: 100%
}



.bodyfixd {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.bodyabstre {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden
}



.ModuleMobileNavGiant.layout-101 .subnav li:first-child {
    border-top: 1px solid #666;
}

.ModuleMobileNavGiant.layout-101 .subnav li {
    border: 0 ! important
}

.ModuleMobileNavGiant.layout-101 .subnav li:last-child {
    border-bottom: 0;
}

.ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
    margin-top: 3rem;
}

.ModuleMobileNavGiant.layout-101 #header p {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-left: 0;
    width: 100%;
    /* max-width: 80%; */
}

.ModuleMobileNavGiant.layout-101 #header p img {
    max-height: 40px;
    padding-right: 8pt;
    padding-left: 8pt;
    /* margin-right: 8px;
     margin-left: 15px;
    padding-left: 40px; */
}

.ModuleMobileNavGiant.layout-101 .navcontent {
    display: flex;
    width: calc(100% - 60px);
    margin-left: 50px;
    margin-right: 8pt;
}

.ModuleMobileNavGiant.layout-101 .navcontent a {
    width: 56px;
    text-align: center;
    display: block;
}

.ModuleMobileNavGiant.layout-101 .icons {
    font-size: 16pt;
    color: #fff;
}

.ModuleMobileNavGiant.layout-101 .svgdiv {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}

.ModuleMobileNavGiant.layout-101 .svgdiv svg {
    width: 16pt;
    height: 16pt;
    position: relative;
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .mobileNav {
        width: 100%;
        height: 3rem;
        line-height: 3rem;
        text-align: center;
        position: fixed;
    }
    .mobileNavFloatLayer_1 {
        display: block;
        visibility: hidden;
        width: 17rem;
        height: 100%;
        -ms-transform: translateX(-17rem);
        -khtml-transform: translateX(-17rem);
        -webkit-transform: translateX(-17rem);
        -o-transform: translateX(-17rem);
        -moz-transform: translateX(-17rem);
        transform: translateX(-17rem);
        -ms-transition: 0.5s;
        -webkit-transition: 0.5s;
        -khtml-transition: 0.5;
        -o-transition: 0.5s;
        -moz-transition: 0.5s;
        transition: 0.5s;
        -webkit-box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        -ms-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -moz-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        -o-box-shadow: inset -0.3rem 0rem .5rem rgba(0, 0, 0, .3);
        box-shadow: inset -0.3rem 0rem 0.5rem rgba(0, 0, 0, .3);
        z-index: 9999
    }
    .mobileNavFloatLayer_r {
        right: 0;
        -ms-transform: translateX(17rem);
        -khtml-transform: translateX(17rem);
        -webkit-transform: translateX(17rem);
        -o-transform: translateX(17rem);
        -moz-transform: translateX(17rem);
        transform: translateX(17rem);
    }
}

@media only screen and (min-width: 768px) {
    .ModuleMobileNavGiant.layout-101 #mobileDesignerContainer #pagebody {
        margin-top: 0px;
    }
    .ModuleMobileNavGiant.layout-101 .header-model {
        display: none;
    }
}

.ModuleMobileNavGiant.layout-101 .icon-dianhua-moren {
    font-weight: normal;
}

.ModuleMobileNavGiant.layout-101 .icon-sousuo {
    font-weight: 750;
}

.ModuleMobileNavGiant.layout-101 .MobileNavClickLayer{
    top: 0;
    z-index: 9998;
    opacity: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    display: none;
}.module_375021688 .ModuleHead .HeadCenter{float:none;}
#module_375021688 {
padding:0px;
}
#module_375021688 {
}
#module_375021688 .ModuleHead0 {
display:none;
}

#module_375021688 .langlistbox{background-color:#fff} #module_375021688 .langlistbox .jt{border-bottom-color:#fff}
#module_375021688 .langlistbox .langinfo{color:#333333}
#module_375021688 .langlistbox .langinfo{background-color:#fff}
#module_375021688 .langlistbox .langinfo{border-color:#333333}
#module_375021688 .langlistbox .langtxt{ font-size:16px }
#module_375021688 .langlistbox .langtxt{ color:#333333 }
#module_375021688 {}#module_375021688.layout-101 #header{border-bottom-color:transparent;}
#module_375021688 {}#module_375021688.layout-101 #header{border-bottom-style:none;}
#module_375021688 {}#module_375021688.layout-101 #header{border-bottom-width:0px;}
#module_375021688 {}#module_375021688.layout-101 #header{box-shadow:0px 0px 0px 0px rgba(0, 0, 0, 0.1);}
#module_375021688 {}#module_375021688.layout-101 #MobileNav{background-color: transparent;} #module_375021688.layout-101 #header{background-color:#000000;}
#module_375021688 {}#module_375021688.layout-101 #header{}
#module_375021688 {}#module_375021688.layout-101 #header p{font-Family:微软雅黑,Microsoft YaHei;}
#module_375021688 {}#module_375021688.layout-101 #header p{font-size:16px;}
#module_375021688 {}#module_375021688.layout-101 #header p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 #header p{font-weight:normal;}
#module_375021688 {}#module_375021688.layout-101 #header p{text-decoration:none;}
#module_375021688 {}#module_375021688.layout-101 #header p{font-style:normal;}
#module_375021688 {}#module_375021688.layout-101 .lcitem .rect{background:#fff;} #module_375021688.layout-101 .icons{color:#fff;} #module_375021688.layout-101 .svgdiv svg>*{fill:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item ul li{border-bottom-color:#4e4e4e;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item,#module_375021688.layout-101 #MobileNavFloatLayer{background-color:#3c3c3c;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item,#module_375021688.layout-101 #MobileNavFloatLayer{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a{background:#3c3c3c;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a,#module_375021688.layout-101 .micro-nav-item>ul>li>a p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a{background:#353535;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a,#module_375021688.layout-101 .micro-nav-item>ul>li>a p{font-family:微软雅黑,Microsoft YaHei;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a,#module_375021688.layout-101 .micro-nav-item>ul>li>a p{font-size:15px;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a p{font-family:微软雅黑,Microsoft YaHei;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a p{font-size:15px;}
#module_375021688 .langlistbox li:hover .langinfo,#module_375021688 .langactive .langinfo {color:#fff}
#module_375021688 .langlistbox li:hover .langinfo,#module_375021688 .langactive .langinfo{background-color:#333333}
#module_375021688 .langlistbox li:hover .langinfo,#module_375021688 .langactive .langinfo{border-color:#333333}
#module_375021688 .langlistbox li:hover .langtxt,#module_375021688 .langactive .langtxt{ color:#333333 }
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover,#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover p{color:#fff;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li>a:hover .main-class-colorlump{display:block; background-color:#585858;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover{background:#4a4747;}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover{}
#module_375021688 {}#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover,#module_375021688.layout-101 .micro-nav-item>ul>li .subnav a:hover p{color:#fff;}
.ModuleMobileFloatNavGiant {position: fixed;
     z-index: 4998;}
.ModuleMobileFloatNavGiant .defaultbtn{ position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:50px; height: 50px; border-radius: 50%;}
.ModuleMobileFloatNavGiant .spotgroup,.ModuleMobileFloatNavGiant .itemicon{  position: absolute;color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-45%);
    font-size: 16px;
}
.ModuleMobileFloatNavGiant svg {
    width: 22px;
    height: 22px;
    margin-top: 5px;
}


.ModuleMobileFloatNavGiant .itemicon{ color: black;}
.ModuleMobileFloatNavGiant .itembtn{ display: block; position: relative; box-shadow: 0pt 1.5pt 3pt 0pt rgba(0,0,0,0.16); background-color: #fff;  
    width:45px; height: 45px; border-radius: 50%; margin-bottom: 15px;}
.ModuleMobileFloatNavGiant .itemtext{
    position: relative;
    left: -60px;
    background: #fff;
    padding: 5px 14px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    box-shadow: 0px 1.5px 10px 0px rgba(0,0,0,0.16); 
    color: #666;
    box-sizing: content-box;
    /* min-width: 80px; */
}
.ModuleMobileFloatNavGiant .defaultbtnbghover{
    transform: rotate(180deg);
    transition: all 0.5s;
}
.ModuleMobileFloatNavGiant .itemtextright{
    text-align: right;
}
.ModuleMobileFloatNavGiant .itemtextleft{
    text-align: left;
}
.ModuleMobileFloatNavGiant .itemtextright::before{
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    right: -8px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .itemtextleft::before{
    border-right: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    top: 50%;
    left: -7px;
    position: absolute;
    transform: translateY(-50%);
    content: '';
}
.ModuleMobileFloatNavGiant .FloatNavitemlist{ height: 0; display: none; transition:all} 
.itemimg{
    max-height: 25px;
    max-width: 25px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    width: 100%;
    height: 100%
}
.FloatNavMask {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=50);
    opacity: 0.50;
    background: #000;
    z-index: 15;
}
.FloatNavQRCode span img {
    border: solid 0.625rem #fff;
}
.FloatNavQRCode span {
    display: block;
    overflow: hidden;
    bottom: 3.750rem;
    right: 0.625rem;
    position: fixed;
    z-index: 20;
}
.FloatNavQRCode {
    display: none;
    position: fixed;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    z-index: 10;
    text-align: center;
}.module_375021693 .ModuleHead .HeadCenter{float:none;}
#module_375021693 {
padding:0px;
}
#module_375021693 {
}
#module_375021693 .ModuleHead0 {
display:none;
}

#module_375021693 .defaultbtn{background-color:#fff}
#module_375021693 .defaultbtn{}
#module_375021693 .spotgroup{color:#000}
#module_375021693 .itembtn{background-color:#fff}
#module_375021693 .itembtn{}
#module_375021693 .itemicon{color:#666} #module_375021693 svg>*{fill:#666}
#module_375021693 .itemtext{background-color:#fff} #module_375021693 .itemtextright::before{border-left-color:#fff} #module_375021693 .itemtextleft::before{border-right-color:#fff}
#module_375021693 .itemtext{}
#module_375021693 .itemtext{font-size:12px;}
#module_375021693 .itemtext{font-family:;}
#module_375021693 .itemtext{color:#666 !important;}
#module_375021693 .itemtext{font-weight:normal;}
#module_375021693 .itemtext{text-decoration:none;}
#module_375021693 .itemtext{font-style:normal;}
#module_375021693 .defaultbtnbghover{background-color:#000000}
#module_375021693 .defaultbtnbghover{}
#module_375021693 .defaultbtniconbghover{color:#fff}
.module_375021689 .ModuleHead .HeadCenter{float:none;}
#module_375021689 {
padding:0px;
}
#module_375021689 {
}
#module_375021689 .ModuleHead0 {
display:none;
}
#module_375021689 .ModuleHead .HeadText.HeadText0 {
}
#module_375021689 .ModuleHead .HeadTextMore.HeadTextMore0 {
}
#module_375021689 >.module_0 {
border:none;
}
@media screen and (min-width: 768px){
#module_375021689 .BodyCenter.BodyCenter0 {
}
}
@media screen and (max-width: 767px){
#module_375021689 .BodyCenter.BodyCenter0 {
}
}
#module_375021689 .BodyCenter.BodyCenter0 {
}
#module_375021689 .BodyCenter a {
}

#module_375021689 .foot-nav-list{background-color:## !important;}
#module_375021689 .foot-nav-list{border-top-color:;}
#module_375021689 .foot-nav-list{border-top-style:;}
#module_375021689 .foot-nav-list{border-top-width:px;}
#module_375021689 #MobileFootNav{box-shadow:;}
#module_375021689 .icon{color: !important;} #module_375021689 .icon svg >*{fill:}
#module_375021689 .itemText{font-size:px;}
#module_375021689 .itemText{font-family:;}
#module_375021689 .itemText{color:## !important;}
#module_375021689 .itemText{}
#module_375021689 .itemText{}
#module_375021689 .itemText{}
#module_375021689 .iconh{color: !important;}  #module_375021689 .iconh svg >*{fill:}
#module_375021689 .itemTexth{font-size:px;}
#module_375021689 .itemTexth{font-family:;}
#module_375021689 .itemTexth{color:## !important;}
#module_375021689 .itemTexth{}
#module_375021689 .itemTexth{}
#module_375021689 .itemTexth{}
