html.lenis {
  height: auto;
}
/* lenis style */
html.lenis, html.lenis body {
  height: auto;
}
.lenis.lenis-smooth {
  scroll-behavior: auto !important;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}
.home #contentWrap{
  padding-bottom: 50px;
}
.home #content section{ overflow: hidden;}
section .btn-more{
  text-align: right;
}
.homeNewsWrap .btn-more{
  padding: 15px 0;
}
section .btn-more > a{
  display: inline-block;
  padding-left: 36px;
  position: relative;
  color: var(--lakegreen3);
  font-weight: 700;
  line-height: 30px;
}
section .btn-more > a:before{
  content: '';
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid var(--lakegreen4);
  background: var(--lakegreen2);
  border-radius: 50%;
  left: 0;
  z-index: 1;
  transition: background-color 0.3s ease 0s;
}
section .btn-more > a:hover:before{
  background-color: var(--lightgreen1);
}
section .btn-more > a > span{
  position: relative;
  line-height: 32px;
}
section .btn-more > a > span:before, section .btn-more > a > span:after{
  content: "";
  z-index: 10;
  display: block;
  width: 12px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: -26px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.3s ease 0s;
}
section .btn-more > a:hover > span:before, section .btn-more > a:hover > span:after{
  background-color: var(--lakegreen3);
}
section .btn-more > a > span:after{
  transform: translateY(-50%) rotate(90deg);
}
#homeHighlights .btn-more{
  position: absolute;
  bottom: 90px;
  right: 70px;
}
#homeVideosMain .btn-more{
  position: absolute;
  bottom: 120px;
  right: 70px;
}
#homeVideosMain .btn-more a{
  color: #fff;
}
/*tab menu starts*/
.tab-container {
  position: relative;
}
.tab-container .tab-menu .tabCtrls .tab-item:before {
  display: none;
}
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a {
  text-align: left;
  font-weight: 700;
  padding-right: 50px;
  line-height: 28px;
  padding: 10px 10px 10px 70px;
  background-color: var(--lakegreen2);
  color: #fff;
}
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a > span{
  position: relative;
}
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a > span:after{
  font-family: 'icons';
  content: "\e914";
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  line-height: 40px;
}
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected.active a > span:after {
  content: "\e913";
}
.tab-container .tab-menu .tabCtrls {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: center;
  margin: 0;
  position: relative;
  z-index: 900;
}
.tab-container .tab-menu .tabCtrls .tab-item {
  width: 100%; 
}
.tab-container .tab-menu .tabCtrls .tab-item a {
  display: flex;
  align-items: center;
  height: 110px;
  width: 100%;  
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  line-height: 1.1em;
  font-weight: 700;
  font-size: 1em;
  color: var(--lakegreen3);
  background-color: #fff;
  padding: 10px 0 10px 90px;
  overflow: hidden;
  transition: all .3s ease 0s;
}

 .tab-container .tab-menu .tabCtrls .tab-item.selected a{
  border:0;
  }
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a{
  height: 120px;
  padding: 10px 0 10px 110px;
  font-size: 1.2em; 
}
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a:before,
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a:after{
  width: 100px;
  height: 100px;
}
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a,
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:hover, 
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:focus-within{
  
}
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a:before,
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:hover:before, 
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:focus-within:before{
  background-color: #fff;
}
.tab-container .tab-menu .tabCtrls .tab-item a:before,
.tab-container .tab-menu .tabCtrls .tab-item a:after{
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 80px; /*90*/
  border-radius: 50%;
  transition: all .3s ease 0s  
}
.tab-container .tab-menu .tabCtrls .tab-item a:before{
  background-color: var(--lakegreen5);
}
.tab-container .tab-menu .tabCtrls .tab-item a:after{
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 80% auto;
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-1:after{
  background-image: url(../../images/home/icon-general-public.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-2:after{
  background-image: url(../../images/home/icon-registered-consumers.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-3:after{
  background-image: url(../../images/home/icon-registered-agents.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-4:after{
  background-image: url(../../images/home/icon-plumbing-practitioners.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-1:hover:after,
.tab-container .tab-menu .tabCtrls .tab-item.selected a.tab-1:after,
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a.tab-1:after{
  background-image: url(../../images/home/icon-general-public-hover.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-2:hover:after,
.tab-container .tab-menu .tabCtrls .tab-item.selected a.tab-2:after,
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a.tab-2:after{
  background-image: url(../../images/home/icon-registered-consumers-hover.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-3:hover:after,
.tab-container .tab-menu .tabCtrls .tab-item.selected a.tab-3:after,
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a.tab-3:after{
  background-image: url(../../images/home/icon-registered-agents-hover.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a.tab-4:hover:after,
.tab-container .tab-menu .tabCtrls .tab-item.selected a.tab-4:after,
.tab-container .tab-menu .tabCtrls .tab-item.mobileSelected a.tab-4:after{
  background-image: url(../../images/home/icon-plumbing-practitioners-hover.png);
}
.tab-container .tab-menu .tabCtrls .tab-item a > span{ 
  padding: 20px 25px 20px 20px;
  position: relative;
  width: 100%;
}
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a > span:after{
  content: '';
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a:before,
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:hover:before, .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:focus-within:before{
  
}
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a,
.tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:hover, .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:focus-within{
  background-color: var(--lakegreen2);
  color: #fff;
  border:0;
}
.tab-container .tab-content .tabpanel {
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease 0s;
}
.tab-container .tab-content .tabpanel.onload{
  display: block;
  opacity: 1;
}
.tab-container .tab-content .tabpanel.shownOp {
  opacity: 1;
}
/*end tab-container*/
#homeTabs{
  position: relative;
  z-index: 100;
  margin-bottom: 0px;
  margin-top: calc(0px - (200/1800)*100%);
  padding-top: calc((200/1800)*100%);
}
#visualWaves{
  position: absolute;
  top: 2px;
  left: 0;
  width: 100%;
  aspect-ratio: 1800 / 200;
}
#visualWaves .st0 {
  fill: #f2f6fa;
}

#visualWaves .st1 {
  fill: #0d5593;
  opacity: .5;
}

#visualWaves .st1, .st2 {
  isolation: isolate;
}

#visualWaves .st2 {
  fill: #2c8bb1;
  opacity: .6;
}
#homeTabsMain{
  padding-top: max(50px, 7%);;  
}
#homeTabs .tab-container{
  display: flex;
  flex-wrap: wrap;
}
#homeTabs .tab-container .tab-menu{
  width: 460px; /*500px;*/
  padding: 0 50px 0 40px;
  z-index: 999;
}
#homeTabs .tab-container .tab-content{
  container: tabContent / inline-size;
}
#homeTabs .swiper-wrap{
  /* overflow: hidden; */
}
.swiper-wrap .swiper-slide{
  transition: opacity .3s ease 0s;
}
#homeTabs .swiper-wrap .swiper-slide{
  width: 300px;
}
#homeTabs .swiper-wrap .swiper-slide a{
  display: flex;
  gap: 15px;
  padding: 12px 0;
}
#homeTabs .swiper-wrap .swiper-slide a span{
  display: block;
}
#homeTabs .swiper-wrap .swiper-slide a.important > span > span{
  position: relative;
}
#homeTabs .swiper-wrap .swiper-slide a.important > span.news > span:before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../../images/home/icon-important.svg);
  background-size: 100% auto;
}
#homeTabs .swiper-wrap .swiper-slide a span.img{
  padding: 0;
  flex: 0 0 120px;
  filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.15));
  transform: scale(1);
  transition: transform .2s;
}  
#homeTabs .swiper-wrap .swiper-slide a span.img img{
   /* transition: transform .2s; */
}
#homeTabs .swiper-wrap .swiper-slide a span.img > span{
  background-color: #fff;
  mask-repeat: no-repeat;
  mask-size: 100% 100%; 
  mask-image: url(../../images/home/rolelink-pic-bdr.svg);
  aspect-ratio: 312 / 421;
  line-height: 0;
}
#homeTabs .swiper-wrap .swiper-slide a span.img > span > img{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  aspect-ratio: 300 / 406;
  mask-repeat: no-repeat;
  width: calc(100% - 8px);
  mask-size: 100% 100%; 
  mask-image: url(../../images/home/rolelink-pic-mask.svg);
}
#homeTabs .swiper-wrap .swiper-slide a span.news{
  font-weight: 700;
  display: flex;
  align-items: center;
  color: #333;
  justify-content: center;
}
#homeTabs .swiper-wrap .swiper-slide a:hover span.news{
  color:var(--lakegreen3);	
  text-decoration:underline;
}
#homeTabs .swiper-wrap .swiper-slide a:hover span.img {
  transform: scale(1.1);
}
#homeTabs .swiper-wrap .swiper-container{
  width: 100%;
  padding: 0 140px 0 75px;
  overflow: hidden;
}
.home .swiper-wrap .swiperCtrls{
  display: block;
  position: absolute;  
  z-index: 600;
  line-height: 0;
}
.home .swiper-wrap .swiper-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  outline: 5px solid var(--lakegreen5);
  outline-offset: -2px;
  border-radius: 50%;
  background: var(--lakegreen2);
  transition: background .3s ease-out 0s;
}
.home .swiper-wrap .swiper-arrow:hover,
.home .swiper-wrap .swiper-arrow:focus-within {
   background: var(--lightgreen1);
}
.home .swiper-wrap .swiper-arrow span:before{
	font-size: 1.667rem;
}
.home .swiper-wrap .swiper-arrow span:before {
  color: #fff;
}
.home .swiper-wrap .swiper-arrow:hover span:before,
.home .swiper-wrap .swiper-arrow:focus-within span:before{  
  color: var(--lakegreen3);
}
.home .swiper-wrap .swiper-arrow.swiper-prev{
  left: 70px ;
}
#homeTabs .swiper-wrap .swiper-arrow.swiper-prev{ left: 0;}
.home .swiper-wrap .swiper-arrow.swiper-next{
  right: 70px ;
}
@media screen and (min-width: 768px) {
  #homeTabs .swiper-wrap .swiper-slide:not(.swiper-slide-fully-visible){
    opacity: .3;
  }
}
#homeTabs .swiper-wrap .swiper-slide:not(.swiper-slide-visible):not(.swiper-slide-fully-visible){
  opacity: 0;
}
#homeTabs .swiper-wrap .swiper-slide.swiper-slide-prev{
  opacity: 0;
}
#homeTabs .homeNewsMain{
  height: 300px;
  position: relative;  
}
#homeTabs .homeNewsMain:after{
  content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 98%;
	height: 60px;
  pointer-events: none;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 65%);
}
#homeTabs .homeNews{
  height: 100%;
  overflow-y: auto;
  padding-right: 40px;
  position: relative;
  padding-bottom: 30px;
}
#homeTabs .homeNews::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
#homeTabs .homeNews::-webkit-scrollbar-track {
  background: var(--lakegreen5);
  border-radius: 5px;
}
#homeTabs .homeNews::-webkit-scrollbar-thumb {
  background: var(--lakegreen2);
  border-radius: 5px;
  cursor: pointer;
}
@supports not selector(::-webkit-scrollbar) {
  #homeTabs .homeNews{
    scrollbar-color: var(--lakegreen2) var(--lakegreen5);
    scrollbar-width: thin;
  }
}
#homeTabs .homeNews:hover::-webkit-scrollbar-thumb:hover {
  background: var(--lakegreen1);
}
#homeTabs .homeNewsMain .newItem{
  border-radius: 25px;
  border: 1px solid var(--lakegreen4);
  margin-bottom: 10px;
}
#homeTabs .homeNewsMain .newItem:hover{
	border-color:var(--lightgreen1);
	background: var(--lightgreen2);
}

#homeTabs .homeNewsMain .newItem:last-child{
  margin-bottom: 0;
}
#homeTabs .homeNewsMain .newItem a{
  display: block;
  position: relative;
  padding: 25px 25px 25px 50px;
  
}
#homeTabs .homeNewsMain .newItem a .news:before{
  content: "\e909";
  font-family: icons;
  color: var(--lakegreen1);
  position: absolute;
  font-size: 21px;
  line-height: 21px;
  top: .1em;
  left: -28px;
  transition: color 0.3s ease 0s;
}
#homeTabs .homeNewsMain .newItem:hover a .news:before{
  color: var(--lakegreen3);
}
#homeTabs .homeNewsMain .newItem a > span{
  display: block;
}
#homeTabs .homeNewsMain .newItem a .news{
  font-weight: 700;
  color: var(--lakegreen3);
  margin-bottom: 10px;
  position: relative;
}
#homeTabs .homeNewsMain .newItem:hover .news{
	text-decoration:underline;
}
#homeTabs .homeNewsMain .newItem a .date{
  font-weight: 300;
  font-size: .8em;
}
#homeTabs h3{
  font-size: 1.4em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
#homeTabs h3 > span{
  display: inline-block;
  position: relative;
  padding: 0 15px;
}
#homeTabs h3 > span:before,
#homeTabs h3 > span:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 25px;
  height: 1px;
  background-color: var(--lakegreen2);
}
#homeTabs h3 > span:before{ left: -30px;}
#homeTabs h3 > span:after{ right: -30px;}
.home #content h2{
  color: var(--darkblue4);
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  font-size: 2.8em;
  font-size: clamp(1.75rem, -0.3766rem + 4.4304vw, 3.5rem);
}
.home h2 span{
  position: relative;
  display: inline-block;
}
.home h2 > span:before{
  content: "\e909";
  font-family: icons;
  color: var(--blue4);
  position: absolute;
  font-size: 110px;
  font-size: clamp(5rem, 2.7215rem + 4.7468vw, 6.875rem);
  line-height: 1em;
  top: -30px;
  left: -40px;
}
#homeHighlights{
  padding: 200px 0 140px;
  position: relative;
}
#homeHighlights:before {
  content: "";
  position: absolute;
  top: max(-1%, -40px);
  left: 0;
  width: 100%;
  aspect-ratio: 2000 / 665;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../../images/home/bg-water2.jpg);  
  background-size: 100% auto;
}

#highlightSwiper .swiper-container{
  overflow: hidden;
}
#highlightSwiper .swiper-slide{
  width: 620px;
}
#highlightSwiper .swiper-wrap .swiper-slide:not(.swiper-slide-fully-visible){
  opacity: .3;
}
#highlightSwiper .swiper-wrap .swiper-slide a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  /* padding: 10px; */
  color: #fff;  
}
#highlightSwiper .swiper-wrap .swiper-slide a > span{
  display: block;
}
#highlightSwiper .swiper-wrap .swiper-slide > a > span.img{
  /* border-radius: 50%; */
  background-color: var(--darkblue1);
  /* padding: 10px; */
  overflow: hidden;
  position: absolute;
}

#highlightSwiper .swiper-wrap .swiper-slide:hover > a > span.img{
  background-color: var(--blue3);
}
#highlightSwiper .swiper-wrap .swiper-slide > a > span.img > span{
  display: block;
  /* border-radius: 50%; */
  overflow: hidden;
  line-height: 0;
}
#highlightSwiper .swiper-wrap .swiper-slide > a > span.img img{ 
  transition: transform .3s ease 0s;
}
#highlightSwiper .swiper-wrap .swiper-slide a:hover img{
  transform: scale(1.1);
}
#highlightSwiper .swiper-wrap .swiper-slide a .highlight{
  height: 220px; /*280px;  */
  font-weight: 500;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  font-size: 1.75em;
  font-size: clamp(1.25rem, 0.9108rem + 0.7067vw, 1.75rem);
  font-weight: 500;
  transition: background .3s ease 0s; 
}
#highlightSwiper .swiper-wrap .swiper-slide a .highlight > span{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#highlightSwiper .swiper-wrap .swiper-slide:hover a .highlight{
  text-decoration: underline;
  color: var(--darkblue4);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n) .highlight{
  background-image: url(../../images/home/highlights-bg1.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n+1) .highlight{
  background-image: url(../../images/home/highlights-bg2.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n+2) .highlight{
  background-image: url(../../images/home/highlights-bg3.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n+3) .highlight{
  background-image: url(../../images/home/highlights-bg4.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n) a:hover .highlight{
  background-image: url(../../images/home/highlights-bg1-hover.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n+1) a:hover .highlight{
  background-image: url(../../images/home/highlights-bg2-hover.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n+2) a:hover .highlight{
  background-image: url(../../images/home/highlights-bg3-hover.jpg);
}
#highlightSwiper .swiper-wrap .swiper-slide:nth-child(2n+3) a:hover .highlight{
  background-image: url(../../images/home/highlights-bg4-hover.jpg);
}

#bannerZone .swiper-wrap{
  margin-bottom: 20px;	
}
#bannerZone .swiper-wrap .swiper-slide{}
#bannerZone .swiper-container{
  overflow: hidden;
	margin: 0 160px;
}
#bannerZone .swiper-slide {
	width:auto;
	height:94px;
  width: 248px;		
}
#bannerZone .swiper-slide > a:hover,
#bannerZone .swiper-slide > a:focus-within {
	border:1px solid var(--lightgreen1);
}
#bannerZone .swiper-slide > a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  text-align: center;
  border:1px solid var(--grey2);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;  
}
#bannerZone .swiper-slide > a > img{
  /* object-fit: cover;
  width: 100%;
  height: 100%; */
}
#mainVisual{
  position: relative;
}

#mainVisual .swiper-wrap .swiper-arrow{
	outline: 5px solid rgba(255,255,255,0.25);
}
#mainVisualSwiper{
  position: relative;
}
#mainVisualSwiper .swiper-container{
  overflow: hidden;
  height: 100%;
  /* aspect-ratio: 1920 / 1020; */
}
#mainVisualSwiper .swiper-slide{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;  
  background-repeat: no-repeat;
  background-size: cover; /*100% auto;*/
  background-position: 50% 50%;
}
#mainVisualSwiper .swiper-slide a{
  display: block;
  height: 100%;
  width: 100%;
}
#mainVisualSwiper .swiper-slide a img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#homeVideos{
  position: relative;
  padding-bottom: 50px;
}
/* #homeVideos:before {
  content: "";
  position: absolute;
  top: max(-1%, -40px);
  left: 0;
  width: 100%;
  aspect-ratio: 1900 / 80;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-image: url(../../images/home/wave2.png);
  background-size: 100% auto;
} */
#videoWaves{
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  /* aspect-ratio: 2000 / 110; */
}
#videoWaves > div{
  position: absolute;
  transform: translate3d(0, 0, 0);
  top:0 ;
  right: 0;
  width: 6000px;
  height: 110px; 
  background-repeat: repeat-x;
}
#videoWave_1{
  background-image: url(../../images/home/btm-wave3.svg);
  animation: wave calc(var(--anim-speech-base)*9/2) cubic-bezier(.55,.5,.45,.5) -2s infinite, swell 4s ease 0s infinite;
}
#videoWave_2{
  background-image: url(../../images/home/btm-wave2.svg);
  animation: wave calc(var(--anim-speech-base)*6) cubic-bezier(.55,.5,.45,.5) -4s infinite, swell 4s ease 0s infinite;
}
#videoWave_3{
  background-image: url(../../images/home/btm-wave1.svg);
  animation: wave calc(var(--anim-speech-base)*7) cubic-bezier(.55,.5,.45,.5) -6s infinite, swell 4s ease 0s infinite;
}
@keyframes wave {
  0% {
    right: 0;
  }
  100% {
    right: -2000px;
  }
}
@keyframes swell {
  0%,
	100% {
    transform: translate3d(0, 15px, 0);
  }
  50% {
    transform: translate3d(0, 10px, 0);
  }
}
#homeVideosMain{
  position: relative;
  overflow: hidden;
  padding-top: 80px;
}
#bigVideoSwiper{
  position: relative;
}
#bigVideoSwiper .swiper-container{
  overflow: hidden;
  height: 100%;
  /* aspect-ratio: 1920 / 1080; */
  mask-image: url(../../images/home/video-mask.svg);
  mask-size: 100% auto;
  mask-repeat: no-repeat;
}
#bigVideoSwiper .swiper-slide{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  /* background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% auto; */
}
#bigVideoSwiper .swiper-slide img{
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
#bigVideoSwiper .swiper-slide:before{
  content: '';
  position: absolute; 
  width: 100%;
  height: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0,0,0,.5);
  z-index: 2;
}
#bigVideoSwiper .swiper-slide .videoDetails{
  text-align: center;
  max-width: 75%;
  padding: 50px 40px;
  z-index: 90;
}
#bigVideoSwiper .swiper-slide .videoDetails > *{
  position: relative;
  width: 100%;
}
#bigVideoSwiper .swiper-slide .videoDetails .caption{
  color: #fff;
  font-size: 2.8em;
  font-size: clamp(1.75rem, -0.3766rem + 4.4304vw, 3.5rem);
  line-height: 1.143em;  
  font-weight: 700;
  margin-bottom: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a{
  display: inline-block;
  border-radius: 35px;
  background-color: #fff;
  position: relative;
  color: var(--darkblue1);
  font-size: 1.75em;
  font-size: clamp(1.25rem, 0.9108rem + 0.7067vw, 1.75rem);
  padding: 5px 40px 5px 80px;
  min-height: 70px;
  line-height: 60px;
  font-weight: 700;
  margin: 10px;
  cursor: pointer;
  transition: background .3s ease-out 0s, color .3s ease 0s;
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:focus-visible,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:hover,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:hover,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:focus-visible{
  background-color: var(--lightgreen1);
  color: var(--lakegreen3);
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button > span,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a > span{
  display: inline-block;
  line-height: 1.1em;
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:before,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:before{
  content:'';
  position: absolute;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--blue1);
  transition: background-color .3s ease-out 0s;
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:hover::before,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:hover::before{
	background:var(--lakegreen3);
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:after,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:after{
  font-family: 'icons';  
  display: block;
  color: #fff;
  font-size: 40px;
  font-weight: 400;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > .play:after{
  content: "\e907";
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > .download:after{
  content: "\e906";
}
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > .play:hover:after,
#bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > .download:hover:after{
  color:var(--lightgreen2);
}
.thumbSwiper{
  position: absolute;
  z-index: 800;
  bottom: 100px;
  left: 50%;
  transform: translateX(-50%);
  /* max-width: 1100px; */
  max-width: 968px;
  overflow: hidden;
  width: calc(100% - 80px);
}
.thumbSwiper .swiper-wrapper{ 
  /* flex-wrap: wrap; */
  row-gap: 10px;
  /* justify-content: center; */
}
.thumbSwiper .swiper-slide{
  width: 112px;
  height: 70px;    
  position: relative;
  cursor: pointer;
}
.thumbSwiper .swiper-slide > a{
  display: block;
  position: relative;
  line-height: 0;
  height: 100%;
  overflow: hidden;
}
.thumbSwiper .swiper-slide > a:focus-within:before,
.thumbSwiper .swiper-slide > a:hover:before{
  opacity: 0;
}
.thumbSwiper .swiper-slide img{
  object-fit: cover;
  width: 100%;
  height: 100%;
  border: 2px solid #ddd;
  border-radius: 10px;
}


.thumbSwiper .swiper-slide:not(.swiper-slide-thumb-active) > a:before{
  content: '';
  position: absolute; 
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background-color: rgba(0,0,0,.5);
  z-index: 1;
  transition: opacity .3s ease 0s;
}

@container tabContent ( 600px < inline-size < 999.98px) {
  #homeTabs .swiper-wrap .swiper-container{
    padding: 0 140px 0 75px;
  }
  #homeTabs .swiper-wrap .swiper-slide{
    width: 260px;
  }
  #homeTabs .swiper-wrap .swiper-slide a{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }
  #homeTabs .swiper-wrap .swiper-slide a span{
    flex: 0 0 100%;
    width: 100%;
  }
}
@media screen and (max-width: 1799.98px) {
  #videoWaves > div{ height: 100px;}
}
@media screen and (max-width: 1599.98px) {
  #homeVideosMain{ padding-top: 60px;}
  #videoWaves > div{ height: 90px;}
  .home #content h2{
    font-size: 2.67em;
    font-size: clamp(2.375rem, 1.3536rem + 1.6474vw, 3rem);
  }
}
@media screen and (min-width: 1500px) {
  #bigVideoSwiper{
    height: 92svh;
  }
}
@media screen and (min-width: 1400px) {
  .tab-container .tab-menu .tabCtrls .tab-item:not(.selected) > a{
    width: 86%;
  }  
}
@media screen and (min-width: 1200px) and (max-width: 1399.98px) {
  .tab-container .tab-menu .tabCtrls .tab-item:not(.selected) > a{
    width: 90%;
  }
}
@media screen and (max-width: 1399.98px) {
  #homeTabs .tab-container .tab-menu{
    width: 420px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a{
    height: 80px;
    padding: 10px 0 10px 70px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a:before,
  .tab-container .tab-menu .tabCtrls .tab-item a:after{
    width: 60px;
    height: 60px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a{
    height: 100px;
    padding: 10px 0 10px 90px;
    /* font-size: 1.333em; */
  }
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a:before, 
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a:after{
    width: 80px;
    height: 80px;
  }
  #homeVideosMain .btn-more{ bottom: 60px; right: 30px; }
}
@media screen and (max-width: 1499.98px) and (min-width: 1200px) {
  #bigVideoSwiper .swiper-container{
    aspect-ratio: 1920 / 1000;
  }
  #videoThumbSwiper{
    bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  #homeTabs .homeNewsWrap{
    padding-right: 70px;
  }
  .home .swiper-wrap .swiperCtrls{
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  #homeTabs .swiper-wrap{  
    margin-bottom: 30px;
    display: flex;  
  }
  .home .swiper-wrap .swiperCtrls .swiper-paging{
    display: none;
  }
  #homeTabs .tab-container .tab-content{
    flex: 1;
	  margin-top:-50px;
    /* width: calc(100% - 500px); */
  }
  .tab-container .tab-menu .tabCtrls .tab-item.mobileSelected {
    display: none;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a {
    border: 1px solid var(--lakegreen4);
    border-radius: 100px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a span{ 
    word-spacing: 9999rem;
  }  
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected){
    display: block!important;
  }  
  #highlightSwiper .swiper-wrap .swiper-slide a > span.img{
    width: 200px; /*270px;*/
    height: 200px;
  }
  #highlightSwiper .swiper-wrap .swiper-slide a > span.highlight{
    padding: 10px 30px 10px 230px;
  }
  #mainVisualSwiper{
    height: 104svh;
  }
  #highlightSwiper .swiper-container{
    padding: 0 150px; 
  }
  #homeTabs .swiper-wrap .swiper-slide a.important > span.news > span{
    padding-top: 40px;
  }
  #homeVideos{ padding-bottom: 80px;}
  #bigVideoSwiper:after{
    content: '';
    position: absolute;
    bottom: -8%;
    left: 0;
    width: 100%;
    aspect-ratio: 1900/150;
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-image: url(../../images/home/curve-video-bottom.svg);
    background-size: 100% auto;
    z-index: 1;
  }
}

@media screen and (max-width: 1199.98px) {
  #homeTabs .swiper-wrap .swiper-container{
    padding: 0 90px;
  }  
  #homeVideosMain{ padding-top: 50px;}
  #videoWaves > div{ height: 70px;}
  .home #contentWrap{
    padding-bottom: 10px;
  }
  .home .swiper-wrap .swiper-arrow{
    width: 58px;
    height: 58px;
  }
  .home .swiper-wrap .swiper-arrow.swiper-prev{ left: 20px!important;}
  .home .swiper-wrap .swiper-arrow.swiper-next{ right: 20px;}
  .thumbSwiper{
    display: none;
  }
  #homeTabs .swiper-wrap{  
    margin-bottom: 100px;
  }
  .home .swiper-wrap .swiperCtrls{
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
  }
  #homeHighlights .btn-more{
    bottom: 80px;
    right: 20px;
  }
  #homeVideosMain .btn-more{
    bottom: 30px;
    right: 20px;
  }
  #mainVisualSwiper.swiper-wrap .swiperCtrls,
  #bigVideoSwiper.swiper-wrap .swiperCtrls{
    bottom: 30px;    
  }
  #mainVisualSwiper .swiperCtrls,
  #bigVideoSwiper .swiperCtrls{
    font-size:0.8em;
	  padding: 4px 10px;    
    border-radius: 50px;
	
  }
  #mainVisualSwiper .swiperCtrls{
    background-color: rgba(255,255,255,.7);
  }
  #bigVideoSwiper .swiperCtrls{
    background-color: rgba(255,255,255,.7);
  }
  #mainVisualSwiper .btn-play,
  #bigVideoSwiper .btn-play{
    border: 0;
	  outline:0;
    /* width: 28px;
    height: 28px; */
  }
  /* .btn-play:before {
    left: 10px;
  }
  .btn-play:after {
    right: 10px;
  } */
  #homeTabs:before {
    top: -30px;
  }
  #mainVisualSwiper .swiper-container{
    aspect-ratio: 750 / 650;
  }
  #mainVisualSwiper .swiper-slide{
    background-size: auto 100%;
  }
  #homeTabs .tab-container .tab-menu,
  #homeTabs .tab-container .tab-content{
    width: 100%;
  }
  #homeTabs .tab-container .tab-menu{
    margin-bottom: 50px;
    padding: 0 20px;
  }
  .tab-container .tab-menu {
    max-width: 460px;
    margin: 0 auto 30px;
  }

  .tab-container .tab-menu .tabCtrls {
    flex-wrap: wrap;
    gap: 0px;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid var(--lakegreen1);
  }

  .tab-container .tab-menu .tabCtrls .tab-item {
    width: 100%;
    flex: 1 1 100%;
    min-height: 44px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a{
    height: 80px;
    padding: 10px 10px 10px 70px;
    /* border-top:0;
    border-bottom:0; */
    /* border-left:1px solid var(--lakegreen1);
    border-right:1px solid var(--lakegreen1); */
    /* border-radius: 0px; */
  }
  .tab-container .tab-menu .tabCtrls .tab-item:last-child a{
    /* border-radius:  0 0 40px 40px; */
    /* border-bottom:1px solid var(--lakegreen1); */

  }
  
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a, 
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:hover, 
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) a:focus-within {
    background-color: var(--lightgreen2);
    color:  var(--lakegreen3);;
  }
  .tab-container .tab-menu .tabCtrls .mobileSelected.tab-item a{
    height: 80px;
    padding: 10px 10px 10px 70px;
    border:0;
  }
    /* .tab-container .tab-menu .tabCtrls .mobileSelected.tab-item.active a{
    height: 80px;
    padding: 10px 10px 10px 50px;
    border:0;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
  } */
  .tab-container .tab-menu .tabCtrls .tab-item a > span{
    padding: 5px 50px 5px 20px;
    display: flex;
    height: 100%;
    align-items: center;
    line-height: 1em;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a:before,
  .tab-container .tab-menu .tabCtrls .tab-item a:after{
    width: 60px;
    height: 60px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a{ display: block; }
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected) {
    min-height: 0;
    display: none;
  }
  .tab-container .tab-menu .tabCtrls .tab-item:not(.mobileSelected).selected a {
	display:none;
  }

  /* .tab-container .tab-menu .tabCtrls .tab-item:nth-child(2){
    overflow: hidden;
  }
  .tab-container .tab-menu .tabCtrls .tab-item:last-child{
    overflow: hidden;
  } */
  #homeTabs .swiper-wrap .swiper-slide{
    width: 260px;
  }
  #homeTabs .swiper-wrap .swiper-slide a{
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    padding: 12px 0 0 ;
  }
  #homeTabs .swiper-wrap .swiper-slide a > span{
    flex: 0 0 100%;
    width: 100%;
  }
  #homeTabs .swiper-wrap .swiper-slide a.important > span > span{
    padding-left: 30px;
    line-height: 30px;
  }

  #homeTabs .homeNewsWrap{
    padding: 0 20px;
  }
  #homeTabs .homeNews{ padding-right: 20px;}
  #homeHighlights:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 2000 / 665;
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-image: url(../../images/home/bg-water2.jpg);  
    background-size: 100% auto;
  }
  #highlightSwiper .swiper-container{
    padding: 0 120px; 
  }
  #highlightSwiper .swiper-slide{
    width: 600px;
  }
  #highlightSwiper .swiper-wrap .swiper-slide a > span.img{
    width: 200px;
    height: 200px;
  }
  #highlightSwiper .swiper-wrap .swiper-slide a .highlight{
    height: 220px;  
  }
  #highlightSwiper .swiper-wrap .swiper-slide a > span.highlight{
    padding: 10px 30px 10px 230px;
  }
  #bannerZone .swiper-container{
    margin: 0 120px;
  }
  #bannerZone .swiper-wrap{
    margin-bottom: 100px;
  }
  #bigVideoSwiper .swiper-container{
    aspect-ratio: 1920 / 1080;
    /* aspect-ratio: 750 / 640; */
    /* mask-size: auto 100%; */
  }
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button,
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a{
    padding: 5px 40px 5px 70px;
    line-height: 50px;
    min-height: 60px;
  }
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:before,
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:before{
    width: 50px;
    height: 50px;
  }
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:after,
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:after{
    left: 10px;
  }
}
@media screen and (min-width: 992px){
  html{
    overflow: hidden;
  }
  html.shown {
    overflow: auto !important;
    overflow-x: hidden !important;
  }  
  #highlightSwiper .swiper-wrap .swiper-slide a > span.img{
    /* width: 260px;
    height: 260px; */
    /* border-radius: 50%; */
    border-radius: 40px; 
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  #highlightSwiper .swiper-wrap .swiper-slide a > span.highlight{
    flex: 1;
    display: flex;
    align-items: center;
    border-radius: 50px;
    overflow: hidden;
  }
  #highlightSwiper .swiper-wrap .swiper-slide{
    /* border-radius: 30px;
    overflow: hidden; */
  }
}
@media screen and (max-width: 991.98px) {
  .home #content h2{
    font-size: 2.11em;
    font-size: clamp(1.75rem, -0.3929rem + 4.4643vw, 2.375rem);
  }
  #highlightSwiper .swiper-slide{
    width: 500px;
  }
  #highlightSwiper .swiper-wrap .swiper-slide > a{
    margin-top: 100px;
    display: block;
  }
  #highlightSwiper .swiper-wrap .swiper-slide a .highlight{
    /* height: auto;   */
  }
  #highlightSwiper .swiper-wrap .swiper-slide a > span.highlight{
    padding: 100px 50px 30px 50px;
    border-radius: 30px;
    overflow: hidden;
  }
  #highlightSwiper .swiper-wrap .swiper-slide > a > span.img{
    /* width: 240px;
    height: 240px;
    border-radius: 50%; 
    overflow: hidden;
    background-color: var(--darkblue1);
    padding: 10px;
    overflow: hidden;
    position: absolute;*/
    border-radius: 30px; 
    border: 1px solid #ccc;
    width: 180px;
    height: 180px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #highlightSwiper .swiper-wrap .swiper-slide > a .img img{
    /* border-radius: 50%; */
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (max-width: 767.98px) {
  :root {
    --anim-speech-base: 6s;
  }  
  #homeVideosMain{ padding-top: 40px;}
  #videoWaves > div{ height: 50px;}
  .home .swiper-wrap .swiper-arrow{
    outline: 2px solid var(--lakegreen5)
  }
  #bigVideoSwiper .swiper-container{
    aspect-ratio: 750 / 640;
  }
  #highlightSwiper .swiper-container{ padding: 0;}
  #homeTabs .swiper-wrap{
    padding: 0 70px;
  }
  #homeTabs .swiper-wrap .swiper-container{
    padding: 0;
  }
  .home .swiper-wrap .swiperCtrls{ bottom: -45px;}
  .home .swiper-wrap .swiper-arrow{
    width: 40px;
    height: 40px;
  }
  .home .swiper-wrap .swiper-arrow span:before{ font-size: .889rem;}
  
  #highlightSwiper .swiper-wrap{
    padding: 0 40px;
  }
  #highlightSwiper .swiper-slide{
    width: 100%;
  }
  #highlightSwiper .swiper-wrap .swiper-slide{
    border-radius: 80px;
  }
  #bannerZone .swiper-wrap{
    margin-bottom: 60px;
  }
  .home #contentWrap{ padding-bottom: 20px;}
  #bannerZone .swiper-container{
    margin: 0 70px;
  }
  #sitemapZone{ margin-top: 0;}
  #backToTop.fixed {
    bottom: 20px;
  }
  #bigVideoSwiper .swiper-slide .videoDetails{
    padding: 30px 0;
    width: 100%;
  }
  /* #bigVideoSwiper .swiper-slide{
    padding-bottom: 50px;
  } */
  #bigVideoSwiper .swiper-slide .videoDetails{
    margin-top: -50px;
  }
  #bigVideoSwiper .swiper-slide .videoDetails .caption{ margin-bottom: 10px;}
  #mainVisualSwiper.swiper-wrap .swiperCtrls{
    bottom: 30px;
  }
  #bigVideoSwiper.swiper-wrap .swiperCtrls{
    bottom: 20px;
  }
  /* #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a{
    font-size: 1.25em;
    padding: 5px 20px 5px 45px;
    min-height: 44px;
    line-height: 34px;
  } */
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button,
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a{
    padding: 5px 25px 5px 50px;
    min-height: 40px;
    line-height: 30px;
    margin: 5px;    
  }
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:before,
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:before{
    width: 34px;
    height: 34px;
  }
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button:after,
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a:after{
    font-size: 24px;
    left: 10px;
  }
  #homeHighlights{
    padding: 100px 0 80px;
    position: relative;
  }  
  #homeTabs .homeNewsMain .newItem a{
    padding: 25px 20px 25px 40px;
  }  
  #homeHighlights .btn-more{ bottom: 33px;}
  #homeVideosMain .btn-more{ bottom: 24px;}
  .tab-container .tab-menu .tabCtrls .mobileSelected.tab-item.active a,
  .tab-container .tab-menu .tabCtrls .mobileSelected.tab-item a,
  .tab-container .tab-menu .tabCtrls .tab-item a{
    height: 60px;
    padding: 10px 10px 10px 50px;
  }
  .tab-container .tab-menu .tabCtrls{ border-radius: 30px;}
  .tab-container .tab-menu .tabCtrls .tab-item a:before,
  .tab-container .tab-menu .tabCtrls .tab-item a:after{
    width: 50px;
    height: 50px;
  }
  .tab-container .tab-menu .tabCtrls .tab-item a:before, .tab-container .tab-menu .tabCtrls .tab-item a:after{ left: 5px;}
  #homeTabs .swiper-wrap .swiper-slide a span.img > span > img{
    width: calc(100% - 4px);
  }
}
@media screen and (max-width: 575.98px) {
  #homeVideosMain{padding-top: 30px;}
  #videoWaves > div{ height: 30px;}
  #highlightSwiper .swiper-wrap .swiper-slide > a{
    margin-top: 70px;
  }
  #highlightSwiper .swiper-wrap .swiper-slide > a > span.img{
    width: 140px;
    height: 140px;
  }
  #highlightSwiper .swiper-wrap .swiper-slide a > span.highlight{
    padding: 80px 25px 30px 25px;
  }
  #bigVideoSwiper .swiper-slide .videoDetails .caption{
    font-size: 1.25em;
  }
  #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > button, #bigVideoSwiper .swiper-slide .videoDetails .btn-wrap > a{ font-size: 1em; }
  .home .swiper-wrap .swiper-arrow{
    width: 32px;
    height: 32px;
  }
}

/*animation*/
@media screen and (min-width: 1200px) {
  #homeTabsMain {
    opacity: 0;
    transform: translate(300px,-30px);
    transition: transform 1s ease-in-out .5s, opacity 1s ease .5s;
  }
  #highlightSwiper .swiper-slide{
    transform: scale(.5);
    transition: transform 1s cubic-bezier(.15,.74,.84,.72) 0s;
  }
  #highlightSwiper .swiper-slide.shown{
    transform: scale(1);
  }
}
@media screen and (max-width: 1199.98px) {
  #homeTabsMain {
    opacity: 0;
    transform: translate(0,50px);
    transition: transform 1s ease-in-out .5s, opacity .5s ease .5s;
  }
  #highlightSwiper .swiper-slide{
    opacity: 0;
    transition: opacity .5s ease .5s;
  }
  #highlightSwiper .swiper-slide.shown{
    opacity: 1;
  }
}
.home section .btn-more,
.home .swiper-wrap .swiper-arrow,
.home .swiperCtrls{
  opacity: 0;
  transition: opacity .5s ease-in 1.5s, background .3s ease-out 0s;
}
section.inview .btn-more,
.inview .swiper-wrap .swiper-arrow,
.inview .swiperCtrls{
  opacity: 1;
}
.home #headerZone {  
  transform: translateY(-150px);
  transition: transform .5s ease-in-out 0s;
}
.loaded #headerZone{
  transform: translateY(0);
}
#mainVisualSwiper .swiper-container{
  opacity: 0;
  transform: translateY(-30%);
  transition: transform .5s ease-in-out 0s, opacity .5s ease 0s;
}
#mainVisualWrap.inview #mainVisualSwiper .swiper-container{
  opacity: 1;
  transform: translateY(0);
}
#visualThumbSwiper{
  opacity: 0;
  transition: opacity 1s ease-in 1s;
}
#mainVisualWrap.inview #visualThumbSwiper{
  opacity: 1;
}
#visualWaves{
  opacity: 0;
  transition: opacity 1s ease-in 0s;
}
#visualWaves.shown{
  opacity: 1;
}
#homeTabs.inview #homeTabsMain{
  opacity: 1;
  transform: translate(0,0);
}

#homeTabsMain .swiper-slide{
  transform: scale(.5);
  transition: transform .5s ease, opacity .3s ease .3s;
}
#homeTabsMain .shownOp .swiper-slide{
  transform: scale(1);
}
#homeTabsMain .newItem{
  transform: translateY(50px);
  transition: transform 1s ease-out;
}
#homeTabsMain .newItem:nth-child(2){
  transition-delay: 0.2s;
}
#homeTabsMain .newItem:nth-child(3){
  transition-delay: 0.4s;
}
#homeTabsMain .newItem:nth-child(4){
  transition-delay: 0.6s;
}
#homeTabsMain .newItem:nth-child(5){
  transition-delay: 0.8s;
}
#homeTabsMain .shownOp .newItem{
  transform: translateY(0);
}
#homeHighlights:before{
  opacity: 0;
  transform: translateY(200px);
  transition: transform 1s ease 0s, opacity 1s ease 0s;
}
#homeHighlights.inview:before{
  opacity: 1;
  transform: translateY(0);
}
#homeHighlights h2{
  opacity: 0;
  transform: translateY(-60px);
  transition: transform .5s ease-in 0s, opacity 1s ease 0s;
}
#homeHighlights.inview h2{
  opacity: 1;
  transform: translateY(0);
}
#highlightSwiper{
  transform: translateX(100%);
  transition: transform 2s ease-out 0s;
}
#homeHighlights.inview #highlightSwiper{
  transform: translateX(0);
}
#homeVideos{
  opacity: 0;
  transform: translateY(200px);
  transition: transform 1s ease-out 0s, opacity 1s ease 0s;
}
#homeVideos.inview{
  opacity: 1;
  transform: translateY(0);
}
#bannerZone .swiper-slide{
  opacity: 0;
  transition: opacity 1.5s ease-in 0s;
}
#bannerZone.inview .swiper-slide{
  opacity: 1;
}
#footerZone > div{
  opacity: 0;
  transform: translateY(100px);
  transition: transform .5s ease 0s, opacity 1s ease 0s;  
}
#footerZone.inview > div{
  opacity: 1;
  transform: translateY(0);
}