/* Landing

================================================== */  
   

/* page */

.main__inner--standard-full {
	padding:0;
}

.header {
	position:static;
}

.main {
	margin:0;
}



/* article blocks */

.article-content__block h3 {
	margin-top:0;
	font-weight:600;
}

.article-content__block img {
	width:100%;
	margin-bottom:20px;
}	

.article-content__block {
	padding:0 0 2% 0;
}	

.article-content__block:nth-child(odd) {
	padding-right:2.5%;
}

.article-content__block:nth-child(even) {
	padding-left:2.5%;
}

.block--only-one {
	width:100%;
	padding:0;
}	

.article__wrap {
	padding-bottom:2%;
}

.shadow--normal {
	box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.20);
}





/* main banner */

.landing-banner__wrap {
	display:block;
	width:100%;
	margin:0 auto 0 auto;
	padding:0px;
}
	

.landing-banner__content {
	display:flex;
	align-items:center;
	justify-content:center;		
	margin:0 auto;
	width:100%;
	max-height:800px;
	background-repeat:no-repeat;
	background-position:center top;
	background-size: auto 100%;
	animation: fadeina 0.5s linear 0s 1 normal;
}

.landing-banner__content h2,.landing-banner__content h1 {
	animation: fadeinb 1s linear 0s 1 normal;
}

@keyframes fadeina {
    0% { opacity: 0; }
	75% { opacity: 0; }
    100% { opacity: 1; }
}

@keyframes fadeinb {
    0% { opacity: 0; }
	75% { opacity: 0; }
    100% { opacity: 1; }
} 

.landing-banner__content-wrap {
	display:flex;
	justify-content:center;	
	width:100%;
	max-width:1280px;
	box-sizing:content-box;
	padding:0px 20px 0px 20px;
	margin-top: 100px;
}


.landing-banner__content-box {
	width:100%;
	text-align:left;
}

.landing-banner__content-box h2 {
	font-size: 2.8em;
	font-weight: 600;
	text-shadow: none;
}


/* banner section */
.landing-banner__content-box h1 {
	color: #000000;
	text-shadow: none;
	font-size: 4em;
	font-weight: 500;
	line-height: 1em;
	margin-bottom: 2%;
}

.landing-banner__content-box h1 span {
	font-weight: 300;
	font-size: .7em;
}

.landing-banner__content-box .btn {
	padding: 6px 20px 6px 20px;
	font-size: 1.3em;
	border-radius: 6px;
	height:auto;
	color: #000;
	margin-right: 20px;
}



.banner__text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 20px;
}

.banner__text-main span {
	padding:8px;
	font-size:48px;
	font-weight:600;
	color:#141415;
	box-decoration-break: clone;
}

.banner__text-main--white span {
	background:#fff;
}

.banner__text-main--yellow span {
	background:#fee123;
}

.banner__text-normal {
	font-size:26px;
	color:#262c2c;
	max-width:600px;
	line-height: 1.4em;
}

.banner__btns {
	display: flex;
	margin-top: 40px;
}



/* sections */


.section-content-block p {
	line-height:1.4em;
}

.section-divider--yellow {
	width:100%;
	background:#FEE123;
}


/* video */
.youtube-video-wrapper {width: 100%; aspect-ratio: 16 / 9;}
.youtube-video-wrapper iframe {width: 100%; height: 100%;}


.landing__product-video {
	display:flex;
	justify-content:space-between;
	/*background-image: linear-gradient(to bottom, #fff , #efefef);*/
}

.landing__product-video--text {
	max-width: 450px;
	padding-right: 50px;
	align-self: center;	
	padding: 0px 4% 0px 0px;
}

.landing__product-video--text h2 {
	color: #000;
	font-size: 2.2em;
	font-weight: 500 !important;
	margin-top: 0;
}

.landing__product-video--text span {
	color: #000;
	font-size: 1.4em;
	font-weight: 300 !important;
	line-height: 1.4em;
}

.landing__product-video--video {
	margin-top: 0;
	display: flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
	justify-content: center;
	width:100%;
}


.landing__product-videos {
	overflow-x: hidden;
}

/* middle container */


.landing__product-middle {
	padding: 4% 0% 4% 0%;
}

.landing__product-middle-container {
	display: flex;
	justify-content: space-between;
			
}

.landing__product-middle-container span {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding:2%;
	background:#fee123;
	text-align:center;
	line-height:1.4em;
	font-size: 1.2em;
			 
	justify-content: space-between;	
	width: 32%;
				   
}

.landing__product-middle-container span img {
	max-width:50px;
}

.landing__product-middle-container span strong {
	margin-bottom:10px;
	text-align:center;
	font-size: 1.4em;
}



/* accordion */


.landing__product-accordion {
	display: flex;
}

.landing__product-accordion__wrap {
	width:50%;
	margin-bottom: 40px;
}

.product__accordion {
	background-color: #fee123;
	color: #000;
	font-size: 1.2em;
	line-height: 2.6em;  
	cursor: pointer;
	font-weight: 600;
	padding: 10px 0px 10px 30px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	margin-top: 10px;
	display:flex;
}

.product__accordion--active  {}

.product__accordion:hover {
	background-color: #FBE86E;
}

.product__accordion:after {
	content: '\002B';
	color: #000;
	font-weight: bold;
				
	margin-right: 20px;
	margin-left: auto;
}

.product__accordion--active:after {
	content: "\2212";
}

.product__accordion-panel {
				 
	overflow: hidden;
	padding:0;	
	background:#fee123;
	line-height: 1.5em;	
	visibility: visible;
	opacity: 1;
	height: auto;
	max-height: 3500px;
	transition: max-height 0.5s ease 0s;
}

.product__accordion-panel p {
	line-height: 1.4em;
	font-weight: 400;
	font-size: 1.1em;	
	margin:0 0 20px 30px;
}

.product__accordion-panel-img {
	justify-content:center;
}

.product__accordion-panel--inactive {
	max-height:0 !important;
			 
	transition: max-height 0.2s ease 0s;
}

.landing__product-accordion__textarea {
	width:50%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}


.landing__product-dynamic-accordion-img {
	display: flex;
	align-items: center;
	flex-direction: column;	
	justify-content: flex-start;
	height:100%;
}

.landing__product-dynamic-accordion-img span {
	display:block;
	opacity:0;
	visibility:hidden;
	height:0;
}

.dynamic-img--show {
	height:auto !important;
							
	opacity:1 !important;
	visibility:visible !important;	
	transition: opacity .5s ease 0s;
}

.dynamic-img img {
	max-height:500px;
}




/* gallery */

.gallery-quick-features {
	display:flex;
	justify-content:space-between;	
	flex-wrap: wrap;
	gap: 20px 0px;
}

.gallery-quick__item {
	display:flex;
	justify-content:space-between;	
	position:relative;
	height:284px;
	width:33%;
	max-width: 33%;
}

.gallery__item-link {
	margin:0;
	padding:0;
	width: 100%;
}

.gallery-quick__item:hover .gallery-quick__item-text {
	background: rgba(0, 0, 0, 0.27);
}

.gallery-quick__item-img {
	margin:0 !important;
	object-fit:none;
	height:100%;
}


.gallery-quick__item-text {
	background: rgba(0, 0, 0, 0.47);
	position:absolute;
	bottom:0px;
	color:#fff;
	text-align:center;
	font-size:1.5em;
	padding: 10px;
	width:100%;
    pointer-events: none;
}

.slbArrow::before {
	border: 2em solid transparent;
	margin: -2em 0 0 -2em;
}


.slbCaption {
	background:#000;
}

.sl-caption {
	text-align:center;
}


/* tabs */


.tabs-full {
    width: 100%;
    display: block;
    margin: 0% auto 2% auto;
    padding: 0 2% 0 2%;
    text-align: center;
    background-color: #fae21c;
    max-width: none;
	box-shadow: 0px 3px 5px -3px rgba(0,0,0,0.5);
    z-index: 2;
    position: sticky;
    top: 0px;
    transition: top 0.3s;
}

.tabs-full__inner {
    width: 100%;
    display: block;
    margin: 0% auto 0% auto;
    position: relative;
    text-align: center;
    max-width: 1280px;
}

.tabs-full__nav {
    display: flex;
    justify-content: flex-start;
    margin-top: 0%;
    margin-bottom: 0;
}

.tabs-full__nav-item {
    text-align: center;
    padding: 1.5% 0% 1.0% 0%;
    margin: 0 5% 0 0;
    text-decoration: none;
    border-bottom: 10px solid transparent;
    font-size: 1.2em;
    color: #000000;
}

.tabs__item {
	scroll-margin-top:80px;
}

.tabs-full__nav-item--active {
	border-bottom:10px solid #ffffff;
}

.tabs-full__nav-item:link {
	text-decoration:none;
}

.tabs-full__nav-item:active {
	border-bottom:10px solid #ffffff;
	color:#000000;
}

.tabs-full__nav-item:hover {
	border-bottom:10px solid #ffffff;
}


.tabs__item {
	margin-bottom:40px;
}




/* specs table */

.landing__product-specs {
	overflow-x: auto;
}

.specs-table {}

.specs-table th {
	text-align:left;
	font-weight:600;
	padding-right: 10px;
}

.specs-table td {
	border-bottom: 2px solid #fff;
	padding: 10px 20px 10px 0px;	
}

.specs-table .rowHead {
	font-weight:600;
}



/* promo cards */

.box-flex-wrap-a {
	justify-content: space-between;
	margin: 2% 0 0 0;
	width: 100%;
	max-width: 1280px;
}

.promo-cards .box-cc {
    width: 32%;
    margin: 0 0 0 0;
    text-align: left;
	cursor:auto;
	min-width:auto;
}

.box-cc .btn--white-black {
	color:#fff;
}

.box-cc__graphic {
    height: auto;
    background: #FEE123;
}
.box-cc--style-b .box-cc__graphic {
    background: #ffffff;
}

.box-cc__graphic-img {
    width: auto;
    height: 308px;
    max-width: 100%;
	object-fit: cover;
}

.box-cc__info-bits {
    display: flex;
    justify-content: space-between;
    background: #FEE123;
    margin: 0;
    padding: 3% 10% 4% 10%;
}

.box-cc__info-bits i {
    margin-right: 10px;
}
.box-cc--style-b .box-cc__info-bits {
    background: #ffffff;
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    margin: 0 30px 0 30px;
    padding: 3% 4% 4% 4%;
}
.box-cc__title {
    font-size: 1.8em;
    font-weight: 600;
    margin: 4% 2% 2% 10%;
}
.box-cc--style-b .box-cc__title {
    font-size: 1.4em;
    text-align: center;
    margin: 4% 0% 1% 0%;
}

.box-cc__sub-title {
    margin: 0% 2% 2% 10%;
    font-size: 1.2em;
}
.box-cc--style-b .box-cc__sub-title {
    margin: 0% 0% 6% 0%;
    font-size: 1.1em;
    text-align: center;
    font-weight: 300;
}
.box-cc__short-desc {
    margin: 1% 4% auto 10%;
	padding: 0 10px 5% 0px;
}
.box-cc__short-desc p {
    font-weight: 300;
    font-size: 1.0em;
    line-height: 1.4em;
}
.box-cc__short-desc ul {
    margin-left: 18px !important;
    font-size: 1.0em;
}
.btn-promo-wrap {
    display: flex;
    justify-content: space-between;
    padding-right: 10%;
	flex-wrap: wrap;
}
.btn-promo {
    margin: 2% 0 8% 10%;
    align-self: flex-start;
}


.landing__product-freesection {
	
}

.landing__product-freesection h4 {
	font-size:28px;
}


/* non-mobile resets */

.mobile-only--flex,.mobile-only--block {
	display:none;
}


/* tablet */
@media screen and (min-width: 1px) and (max-width: 1024px) {
	
	.landing__product-video {
		flex-wrap:wrap;
	}
	.landing__product-video--text {
		padding-bottom:60px;	
	}
	.gallery-quick-features {
		flex-wrap:wrap;
	}
	.landing-banner__content {
		align-items:flex-start;
		padding-top:40px;
	}	
	
	.page-landing-product-custom .article-content__block {
		padding:3%;
	}	
	
	.page-landing-product-custom .article-content__block:nth-child(odd) {
		padding:3%;
	}

	.page-landing-product-custom .article-content__block:nth-child(even) {
		padding:3%;
	}

	.section-heading {
		padding-left:3%;
	}	

	.landing__product-video .landing__product-video--text {
		max-width:none;
	}
	
	.tabs__item iframe {
		width: 100%;
	}	
	
	/* cards */
	
	.btn-promo-wrap {
		padding-right: 0;
	}
	
	.promo-cards .btn-promo {
		margin: 0;
	}
	
	.promo-cards .btn {
		height: auto;
	}
	

/* end media screen */	
}

/* mobile */
@media screen and (min-width: 1px) and (max-width: 640px) {	

	.page-landing-product-custom .page-container .main {
		margin-top:0px;
	}

	.not-mobile {
		display:none;
	}
	
	.mobile-only--flex {
		display:flex;
	}
	
	.mobile-only--block {
		display:block;
	}	
	
	/* banner */
	
	.landing-banner__content-wrap {	
		margin-top: 0px;
		height:100%;
	}
	
	.landing-banner__content {
		height:95vh;
	}
	
	.banner__text { 
		gap:0px;
		height:100%;
	}
	
	.banner__text-main span {
		font-size:38px;
		line-height:1.6;
	}
	
	.banner__text-normal {
		margin-top: auto;
		color:#fff;
		font-size: 24px;
	}
	
	.banner__btns {
		margin-bottom:40px;
	}
	

	.gallery-features-int__mask {
		display:none;
	}
	
	.gallery-features-link {
		max-width: 100%;
		display: block;
		overflow: hidden;			
	}
	
	.gallery-features-int__img {
		margin-left: -29%;
		width: 160% !important;
	}
	
	.gallery-features-int {
		display: flex;
		position: relative;
		flex-direction: column;		
	}
	
	.gallery-features-int__detail {
		font-size: 1.4em;
		line-height: 1.2em;
		z-index: 4;
		max-width: none;
		padding-bottom: 4%;	
		position: static;		
	}

	.gallery-quick__item .gallery-quick__item-text {
		font-size: 1.0em;
	}
	
	.tabs-full .tabs-full__nav-item {
		padding: 2.5% 1% 1.0% 0%;
		margin: 0 8% 0 0;
	}
	
	.landing__product-middle-container {
		flex-wrap: wrap;
	}	
	
	.landing__product-middle-container span {
		font-size:1em;
		padding-bottom: 6%;
	}
	
	.landing__product-accordion__wrap {
		width:100%;
	}
	
	
	.landing__product-accordion	{
		flex-wrap:wrap;
	}	

	.landing__product-dynamic-accordion-img {
		width:100%;
	}	
	
	.landing__product-accordion .product__accordion-panel-img img {
		margin-bottom:0;
		max-width:75%;
	}
	.product__accordion-panel-img a {
		display:flex;
		justify-content: center;
		background: #fff;
	}
	
	.promo-cards .box-cc {
		width: 48%;
	}
	
	.promo-cards .box-cc__short-desc {
		margin: 1% 1% auto 4%;
	}
	
	.promo-cards .box-cc__sub-title {
		margin: 0% 2% 2% 4%;
	}
	
	.promo-cards .box-cc__title {
		margin: 4% 2% 2% 4%;
	}
	
	.promo-cards .box-cc__info-bits {
		padding: 3% 4% 4% 4%;
	}
	.promo-cards .box-cc__info-bits span {
		text-align:center;
	}
}


/*!
	simple lightboxb
	github.com/andreknieriem/simplelightbox
	Version 2.14.2
*/
body.hidden-scroll{overflow:hidden}.sl-overlay{position:fixed;left:0;right:0;top:0;bottom:0;background:#000;display:none;z-index:2035}.sl-wrapper{z-index:2040;width:100%;height:100%;left:0;top:0;position:fixed}.sl-wrapper *{box-sizing:border-box}.sl-wrapper button{border:0 none;background:rgba(0,0,0,0);font-size:28px;padding:0;cursor:pointer}.sl-wrapper button:hover{opacity:.7}.sl-wrapper .sl-close{display:none;position:fixed;right:30px;top:30px;z-index:10060;margin-top:-14px;margin-right:-14px;height:44px;width:44px;line-height:44px;font-family:Arial,Baskerville,monospace;color:#dadada;font-size:3rem}.sl-wrapper .sl-counter{display:none;position:fixed;top:30px;left:30px;z-index:10060;color:#dadada;font-size:1rem}.sl-wrapper .sl-download{display:none;position:fixed;bottom:5px;width:100%;text-align:center;z-index:10060;color:#fff;font-size:1rem}.sl-wrapper .sl-download a{color:#fff}.sl-wrapper .sl-navigation{width:100%;display:none}.sl-wrapper .sl-navigation button{position:fixed;top:50%;margin-top:-22px;height:44px;width:22px;line-height:44px;text-align:center;display:block;z-index:10060;font-family:Arial,Baskerville,monospace;color:#dadada}.sl-wrapper .sl-navigation button.sl-next{right:5px;font-size:2rem}.sl-wrapper .sl-navigation button.sl-prev{left:5px;font-size:2rem}@media(min-width: 35.5em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:10px;font-size:6rem}.sl-wrapper .sl-navigation button.sl-prev{left:10px;font-size:6rem}}@media(min-width: 50em){.sl-wrapper .sl-navigation button{width:44px}.sl-wrapper .sl-navigation button.sl-next{right:20px;font-size:6rem}.sl-wrapper .sl-navigation button.sl-prev{left:20px;font-size:6rem}}.sl-wrapper.sl-dir-rtl .sl-navigation{direction:ltr}.sl-wrapper .sl-image{position:fixed;-ms-touch-action:none;touch-action:none;z-index:10000}.sl-wrapper .sl-image img{margin:0;padding:0;display:block;border:0 none;width:100%;height:auto}@media(min-width: 35.5em){.sl-wrapper .sl-image img{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image img{border:0 none;cursor:zoom-in}}.sl-wrapper .sl-image iframe{background:#000;border:0 none}@media(min-width: 35.5em){.sl-wrapper .sl-image iframe{border:0 none}}@media(min-width: 50em){.sl-wrapper .sl-image iframe{border:0 none}}.sl-wrapper .sl-image .sl-caption{display:none;padding:10px;color:#fff;background:rgba(0,0,0,.8);font-size:1rem;position:absolute;bottom:0;left:0;right:0}.sl-wrapper .sl-image .sl-caption.pos-top{bottom:auto;top:0}.sl-wrapper .sl-image .sl-caption.pos-outside{bottom:auto}.sl-spinner{display:none;border:5px solid #333;border-radius:40px;height:40px;left:50%;margin:-20px 0 0 -20px;opacity:0;position:fixed;top:50%;width:40px;z-index:2007;-webkit-animation:pulsate 1s ease-out infinite;-moz-animation:pulsate 1s ease-out infinite;-ms-animation:pulsate 1s ease-out infinite;-o-animation:pulsate 1s ease-out infinite;animation:pulsate 1s ease-out infinite}.sl-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}.sl-transition{transition:-moz-transform ease 200ms;transition:-ms-transform ease 200ms;transition:-o-transform ease 200ms;transition:-webkit-transform ease 200ms;transition:transform ease 200ms}@-webkit-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-moz-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-o-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}@-ms-keyframes pulsate{0%{transform:scale(0.1);opacity:0}50%{opacity:1}100%{transform:scale(1.2);opacity:0}}

