/** Shopify CDN: Minification failed

Line 239:0 Unexpected "{"
Line 239:1 Expected identifier but found "%"
Line 240:20 Expected identifier but found whitespace
Line 241:70 Expected identifier but found "%"
Line 414:0 Unexpected "{"
Line 414:1 Expected identifier but found "%"
Line 415:18 Expected identifier but found whitespace
Line 416:70 Expected identifier but found "%"

**/
.index-hero-video-section {
	width: 100%;
	display: block; 
    overflow: hidden;
    position: relative;
    margin: 0;
    padding: 0;
}
.index-hero-video-section .index-video-container__wrap {
	/* position: relative; */
	height: 100%;
	max-width: none;
	padding: 0 !important;
	opacity: 1;
}

.index-hero-video-section  .index-video-container__wrap video {
	object-fit: cover;
	object-position: 50% 50%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: text;
}
/* @media screen and (min-width:750px){
  .template-softframe-kids .index-hero-video-section .index-video-container__wrap video{    object-position: 0% 50%;}
} */

/* Overlay Image Text */
.index-hero-video-section .index-video-container .index-video-overlay-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: all;
}

.index-hero-video-section .video-overlay-img {
	display: block;
	width: 100%;
	object-fit: cover;
  height: auto;
	/* height: 100vh; */
}
.index-hero-video-section .video-overlay-img.on_mobile-view{height: 100%;}

.index-hero-video-section .index-video-overlay-container .video-overlay-img.video-overlay-img__hidden {
	opacity: 0;
}

.index-hero-video-section .video-overlay-txt__element {
	position: absolute;
	left: 0;
	right: 0;
	/* bottom: 10rem; */
	text-align: left;
	display: flex;
	align-items: center;
	z-index: 1;
	justify-content: center;
	width: 100%;
  flex-wrap:wrap;
  justify-content: flex-start;
}



  
.index-hero-video-section .video-overlay-text__inner {
	display: block;
	position: relative;
	width: 100%;
	max-width: 800px;
	/* margin: 0 auto; */
    text-align:left;
    margin-right: auto;
}

.index-hero-video-section .video-overlay-text__title {
  margin-top: 15px;
	margin-bottom: 15px;
  width: 100%;
  max-width: 950px;
}

.index-hero-video-section  .video-overlay-text__content {
  width: 100%;
  margin-top:0px;
}
.index-hero-video-section .overlay-button__link {	cursor: pointer;}
/* .index-hero-video-section .overlay-button__link {
	text-decoration: none !important;
	cursor: pointer;
	padding: 1em 25px;
	vertical-align: middle;
	text-align: center;
	transition: background-color .1s, color .1s, border-color .1s, opacity .1s;
	letter-spacing: normal;
	-webkit-tap-highlight-color: transparent;
} */

.index-hero-video-section .video-overlay-txt__element{
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
	.index-hero-video-section .overlay-button__link {
		padding: 0.6em 25px;
	}
}

.index-hero-video-section .video-overlay-img.video-overlay-img__desktop{     height: 100%;}

/* --------------START: Custom CSS------------------ */
.index-hero-video-section .video-overlay-txt__element.overlay-text_bottom_left_text { bottom: 0; padding-bottom: 10px;top: auto; } 
.index-hero-video-section .video-overlay-txt__element.overlay-text_bottom_center_text { top: auto; bottom: 0; padding-bottom: 10px; text-align: center; justify-content: center;} 
.index-hero-video-section .video-overlay-txt__element.overlay-text_bottom_right_text { top: auto; bottom: 0; padding-bottom: 10px; justify-content: right;} 
/* .index-hero-video-section .video-overlay-txt__element.overlay-text_center_left_text { bottom: 35%; transform: translateY(35%); text-align: left; justify-content: left;}  
.index-hero-video-section .video-overlay-txt__element.overlay-text_center_right_text { bottom: 35%; transform: translateY(35%); text-align: right; justify-content: right; } */
.index-hero-video-section .video-overlay-txt__element.overlay-text_top_right_text { justify-content: flex-end; } 
.index-hero-video-section .video-overlay-txt__element.overlay-text_top_center_text {  text-align: center; justify-content: center;     margin: 0 auto;} 
.index-hero-video-section .video-overlay-txt__element.overlay-text_top_left_text { text-align: left; justify-content: left; } 
.index-hero-video-section .video-overlay-txt__element.overlay-text_center_text{
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.index-hero-video-section .video-overlay-txt__element.overlay-text_center_right_text {
  top: 50%;
    transform: translateY(-50%);
    left: auto;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width:849px){ 
  .index-hero-video-section .index-video-container__wrap .mobile_video_link{ 
    display:none!important; 
  }
} 
@media screen and (max-width:849px){
  .index-hero-video-section .index-video-container__wrap .desktop_video_link{ 
    display:none!important; 
  } 

}

 @media (max-width: 989px) and (min-width: 850px){
.index-hero-video-section .video-overlay-txt__element.overlay-text_top_right_text { justify-content: flex-end; } 
.index-hero-video-section .video-overlay-txt__element.overlay-text_top_left_text {  text-align: left; justify-content: left; }  
 .index-hero-video-section .video-overlay-txt__element.overlay-text_top_center_text { text-align: center; justify-content: center;   margin: 0 auto; } 
} 


@media screen and (max-width: 768px){
 /* .index-hero-video-section .video-overlay-txt__element.overlay-text_top_right_text { bottom: unset; } 
   .index-hero-video-section .video-overlay-txt__element.overlay-text_top_left_text { bottom: unset; }  
  .index-hero-video-section .video-overlay-txt__element.overlay-text_top_center_text { bottom: unset; } */
  .index-hero-video-section .index-video-overlay-container.video-overlay-container-vertical {height: 65vh;max-height: 480px;}
}
@media (max-width: 849px){
  .index-hero-video-section .video-overlay-txt__element.overlay-text_top_right_text { padding-top: 10px;  justify-content: flex-end; } 
  .index-hero-video-section .video-overlay-txt__element.overlay-text_top_left_text {  padding-top: 10px;  text-align: left; justify-content: left; } 
  .index-hero-video-section .video-overlay-txt__element.overlay-text_top_center_text { padding-top: 10px; text-align: center; justify-content: center; } 

  .index-hero-video-section .video-overlay-text__title,
  .index-hero-video-section .video-overlay-text__content{    letter-spacing: normal;}
  .index-hero-video-section .index-video-overlay-container.video-overlay-container-horizontal{    height: auto;}
}

/* --------------END: Custom CSS------------------ */


/* START: CSS added for text background */
  .index-hero-video-section .overlay-text_bottom_center_text.video-overlay-txt__element{
      width: fit-content;
    margin: 12px auto;
    padding-top: 10px;
}

  .index-hero-video-section .overlay-text_bottom_right_text.video-overlay-txt__element,
  .index-hero-video-section .overlay-text_center_right_text.video-overlay-txt__element,
   .index-hero-video-section .overlay-text_top_right_text.video-overlay-txt__element{     
    margin: 0 12px 12px auto;   
  }   

 .index-hero-video-section .overlay-text_top_left_text.video-overlay-txt__element {
    margin: 0 12px auto 12px;
  }
  
 .index-hero-video-section .overlay-text_bottom_right_text .video-overlay-text__content,
 .index-hero-video-section .overlay-text_center_right_text.video-overlay-txt__element .video-overlay-text__content,
 .index-hero-video-section .overlay-text_center_text.video-overlay-txt__element .video-overlay-text__content,
 .index-hero-video-section .overlay-text_top_right_text.video-overlay-txt__element .video-overlay-text__content{
   margin-right: 0 !important;
 }
 .index-hero-video-section .video-overlay-txt__element.overlay-text_center_left_text{
   margin: 0 auto 12px 12px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: auto;
  margin-left: auto;
  margin-right: auto;
 }
 
 @media screen and (max-width:599px){
   .index-hero-video-section .overlay-text_bottom_right_text.video-overlay-txt__element {
          margin: 0 12px 12px auto;
    }
  
   .index-hero-video-section .video-overlay-txt__element.overlay-text_center_left_text,
   .index-hero-video-section .overlay-text_top_left_text.video-overlay-txt__element{
     max-width: 370px;       width: 95%;  
   }
 }
 .index-hero-video-section:not(:has(.kids)) .video-overlay-txt__element{ flex-direction: column; align-items: flex-start;}
/* END: CSS added for text background */

{% comment %}----------------------------------------------------------------------
              START: Video Content Seprate Placement Code 
---------------------------------------------------------------------{% endcomment %}
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement{
  display: block;
  text-align: center;
  width: 100% !important;
  height: 100%;
  bottom: 0;
  position: initial;
}

@media screen and (min-width: 750px){
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-text__content{
   max-width: 60% !important;     
}
}

.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_center_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_center_text .video-overlay-text__content{  
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Bottom : Center Placement */

.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .link-container{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: fit-content;
  margin: 0 auto;
}

.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .link-container.block-btn__bottom_center_text .overlay-button__link{
      margin: 0 !important;
}

/* Bottom : Left Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_left_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__bottom_left_text.link-container{
    text-align: left;
    left: 12px;
    right: auto;
}
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_left_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_left_text .video-overlay-text__content{
   margin-right: 30%;
}

/* Bottom : Right Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_right_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__bottom_right_text.link-container{
    left: auto;
    right: 12px;
    text-align: left;
}
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_right_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__bottom_right_text .video-overlay-text__content,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_right_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_right_text .video-overlay-text__content,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_left_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_left_text .video-overlay-text__content,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_right_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_right_text .video-overlay-text__content{
  max-width: 100% !important;
  margin-right: 0;
  margin-left: auto;
}

/* Center : Center Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__center_text.link-container{    
    bottom: 50%;
    transform: translateY(50%) !important;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;    
    text-align: center;
}

.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_text .video-overlay-text__title,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_text .video-overlay-text__content{
  max-width: 90% !important; 
  margin-left: auto;
  margin-right: auto;
}

/* Center : Right Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_right_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__center_right_text.link-container{
    bottom: 50%;
    transform: translateY(50%) !important;    
    left: auto;
    right: 12px;   
    text-align: left;
}

/* Center : Left Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_left_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__center_left_text.link-container{
    bottom: 50%;
    transform: translateY(50%) !important;
    left: 12px;
    right: auto;    
    text-align: left;
}


/* Top : Left Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_left_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__top_left_text.link-container{
    left: 12px;
    right: auto;
    bottom: 60%;
    text-align: left;
}

/* Top : Center Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_center_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__top_center_text.link-container{  
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    bottom: 60%;
    text-align: center;    
}
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_center_text .video-overlay-text__title, 
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_center_text .video-overlay-text__content{
  max-width: 90% !important; 
  margin-left: auto;
  margin-right: auto;
}

/* Top : Right Placement */
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__top_right_text.video-overlay-content__wrap,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-btn__top_right_text.link-container{
    left: auto;
    right: 12px;
    text-align: left;
}

@media screen and (max-width: 849px){
  .index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap{
    max-width: 600px;
  }
  .index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-text__title, 
  .index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-text__content{
    max-width: 100%;
  }
}

@media screen and (max-width: 599px){
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap{    max-width: 430px;}
}

@media screen and (max-width: 380px){
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap.block-text__bottom_center_text,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap.block-text__top_center_text{ margin: 0 12px;}
  
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap.block-text__bottom_left_text,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap.block-text__center_left_text,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap.block-text__top_left_text{ right: 12px;}
  
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .video-overlay-content__wrap.block-text__bottom_right_text,
.index-hero-video-section .video-overlay-txt__element.overlay-text_seprate_placement .block-text__center_right_text.video-overlay-content__wrap  { left: 12px;}
  
}

{% comment %}----------------------------------------------------------------------
              END: Video Content Seprate Placement Code 
---------------------------------------------------------------------{% endcomment %}


/* ------------------START: Custom CSS----------------- */
.index-hero-video-section .video-overlay-txt__element .link-container{
  gap: 24px;
  max-width: 100%;
  display: flex;
  padding-right: 0;
}
.index-hero-video-section .video-overlay-txt__element .link-container .button{
  padding: 10px 24px;
  padding-bottom: 5px;
}
@media screen and (max-width: 999px) {
  .index-hero-video-section .video-overlay-txt__element .link-container{
    gap: 10px;
  }
  .index-hero-video-section .video-overlay-txt__element .link-container .button {
    padding: 10px 16px 5px;
  }
}
@media screen and (max-width: 849px) {
  .index-hero-video-section .video-overlay-txt__element .link-container .second_btn_present{
    margin-bottom: 0;
  }
  .index-hero-video-section .video-overlay-txt__element .link-container{
    flex-direction: column;
    /* width: 250px; */
    flex-direction: column;
    display: inline-flex;
    gap: 16px;
  }
  .index-hero-video-section .video-overlay-txt__element .link-container .button{
    padding: 14px 35px 9px;
  }
}
/* ------------------END: Custom CSS------------------ */