/* CSS Document */
.safety-video-section {
    position: relative;
    width: 100%;
    opacity: 0;
    color: #fff;
    overflow: hidden;
}
.safety-video-section.ready {
	opacity: 1;
	animation: fadeInUp .4s both;
}
.safety-video-section .vbnn {
    display: block;
    position: relative;
    padding-bottom: 56%;
    overflow: hidden;
    background: #282828;
}

 
@media (max-width: 1300px) {
	.safety-video-section .vbnn {
		padding-bottom: 58%;
	}
}

 
@media (max-width: 991px) {
	.safety-video-section .vbnn {
		padding-bottom: 60%!important;
	}
}
@media (max-width: 768px) {
	.safety-video-section .vbnn {
		padding-bottom: 100%!important;
	}
}

@media (max-width: 650px) {
	.safety-video-section .vbnn {
		padding-bottom: 140%!important;
	}
}
@media (max-width: 450px) {
	.safety-video-section .vbnn {
		padding-bottom: 180%!important;
	}
}
.safety-video-section .vbnn .video-holder{width: 105.5%;padding-bottom: 59%;position: absolute;z-index: 1;left: 50%;transform: translateX(-50%);opacity: .5;}
.safety-video-section .vbnn .video-holder + img {
	opacity: 0;
}
.safety-video-section .vbnn .video-holder video {position:absolute;left:0;right:0;width:100%;height:100%;}
@media only screen and (max-width: 1200px){ 
  .safety-video-section .vbnn .video-holder {/* width: 177%; */padding-bottom: 60%;}
	.safety-video-section .vbnn .video-holder video {object-fit:contain;}

}
@media only screen and (max-width: 767px){  
  .safety-video-section .vbnn .video-holder {}
	.safety-video-section .vbnn .video-holder video {}
.safety-video-section .vbnn {padding-bottom:58%!important}
}

.safety-video-section .vbnn img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: .23;
}
.safety-video-section .vinfo {
    position: absolute;
    z-index: 2;
    top: 5%;
    left: 5%;
    z-index: 2;
    width: 90%;
    height: 90%;
    display: flex;
    justify-content: end;
    align-items: center;
    flex-direction: column;
}
.safety-video-section .vinfo h2 {
    margin: 0px 0 20px;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px; /* 116.667% */
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.safety-video-section .vinfo p {
	max-width: 780px;
	margin: 0 auto 30px;
	text-align: center;
}
.safety-video-section .vinfo p a { color: #fff }
.safety-video-section .vinfo p a:hover { color: #f9c72a }
.safety-video-section .vinfo .block-video-cta {
	display: block;
	width: 100%;
	max-width: 871px;
	margin: 50px auto 0;
	padding-bottom: 489px;
	text-align: center;
	position: relative;
}
.safety-video-section.video-cta {}
.safety-video-section.video-cta .vbnn {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 0;
}
.safety-video-section.video-cta .vinfo {
	position: relative;
	display: block;
	z-index: 2;
	padding: calc(5% + 20px) 0;
}
@media (max-width: 991px) {
	.safety-video-section .vbnn {
	    padding-bottom: 64%;
	}
	.safety-video-section .vinfo h2 {/* font-size: 45px; */}
}
@media (max-width: 768px) {
	.safety-video-section .vbnn {
	    padding-bottom: 104%;
	}
	.safety-video-section .vinfo h2 {/* font-size: 54px; */}
}

.left-right-section .item {
    flex-direction: row;
    background: #FFF;
}

.left-right-section .info {
    padding: 50px;
    padding-top: 100px;
    padding-bottom: 100px;
}

@media (min-width: 992px) {
.left-right-section .info {
    width: 50%;
}
.left-right-section .bnn {width: 50%;}
}


.left-right-section.top .info {
    padding: 30px;
}
.left-right-section .item h2 {
   color: var(--main-color, #04944F);
font-family: Lato;
font-size: 24px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 125% */
letter-spacing: 0.6px;
}

.left-right-section .item span {
   color: #626262;
  font-family: "lato", sans-serif;
   font-size: 16px;
   font-style: normal;
   font-weight: 400;
   line-height: 24px; /* 150% */
   letter-spacing: 0.6px;
   padding-bottom: 0px;
}

.left-right-section .bnn
 {
  max-height: 395px;
 }
.left-right-section .item p {
color: #626262;
font-family: Lato;
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 133.333% */
letter-spacing: 0.6px;
}

.left-right-section .info h2 {font-size: 26px;margin-top: 0;}
.left-right-section .info h2:after { display: none }
@media (max-width: 1200px) {}
@media (max-width: 991px) {}

@media (max-width: 992px) {
    .left-right-section.top {
        padding-bottom: 0px;
    }
}

@media (max-width: 768px) {
    .left-right-section .item {flex-direction: row-reverse;}
}
