/** Shopify CDN: Minification failed

Line 185:13 Unexpected "{"
Line 185:22 Expected ":"
Line 186:13 Unexpected "{"
Line 186:22 Expected ":"
Line 192:13 Unexpected "{"
Line 192:22 Expected ":"
Line 197:13 Unexpected "{"
Line 197:22 Expected ":"
Line 204:15 Unexpected "{"
Line 204:24 Expected ":"

**/
video-component {
  display: block;
}

.video-section .height--adapt {
  --aspect-ratio: 1.778;
}

.video-section video-component,
.video-section deferred-media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-section video {
  object-fit: cover;
}
.video-section video,
.video-section iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-section__bg-iframe-video {
  position: absolute;
  overflow: hidden;
  top: 50%;
  width: 100%;
  height: 100%;
  padding-top: 56.3%;
  transform: translateY(-50%);
  pointer-events: none;
}
.video-section__bg-iframe-video .has-iframe {
  position: absolute;
  top: -60px;
  left: 50%;
  width: 100%;
  height: calc(100% + 120px);
  transform: translateX(-50%);
}

.video-section--played .video-played-hidden,
.video-section deferred-media[loaded] .video-played-hidden {
  transition: opacity 0.3s;
  opacity: 0;
  pointer-events: none;
}

.video-section__play-btn {
  transition: transform 150ms;
}
.video-section__play-btn:hover {
  transform: scale(1.1);
}
.video-section__play-btn svg {
  width: 80px;
  height: 80px;
  color: #fff;
}

video-section-play-button {
  cursor: pointer;
}

.icon-column-wrapper.text-sm {
    text-align: left;
}

.video-section-wrapper{
text-align:center;
background:#002146;
padding: 50px;
}

.video-section-wrapper .height__image{
  height: 625px;
  position: relative;
}

.video-section-wrapper .height--adapt:before{
  padding-top: 0;
}

.video-header{
    padding: 40px 0px;
}
@media screen and (max-width:600px){
  .video-header{
    padding: 1px 0px;
}
}
.video-title{
color:#fff;
font-size:60px;
font-weight:700;
letter-spacing:2px;
}

.video-play-center{
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
z-index:5;
}

.video-section__play-btn svg{
width:80px;
height:80px;
}

/* Video Responsive Fix */
.video-section,
.video-section video,
.video-section iframe {
  width: 100%;
  height: 100%;
}

.height--adapt {
  width: 100%;
  position: relative;
}

.height__image {
  width: 100%;
  height: 100%;
}

.height__image video,
.height__image iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Mobile Layout */
@media (max-width: 768px) {

  .flexible-layout {
    flex-direction: column;
  }

  .column--half {
    width: 100%;
    max-width: 100%;
  }

  .column--order-push-desktop {
    order: unset;
  }

}

/* Icon columns responsive */

@media (max-width:768px){

  .icon-with-text{
    flex:1 1 100%;
  }

}

#section-id-{{ section.id }} video,
#section-id-{{ section.id }} iframe{
  width:100%;
  height:100%;
  object-fit:cover;
}

#section-id-{{ section.id }} .height--adapt{
  width:100%;
  position:relative;
}

#section-id-{{ section.id }} .height__image{
  width:100%;
  height:100%;
}

@media (max-width:768px){

  #section-id-{{ section.id }} .container{
    padding-left:16px;
    padding-right:16px;
  }

  .video-title{
    font-size:40px;
    line-height:1.3;
  }

  .highlighted-title{
    font-size:40px;
  }

}

@media (max-width:480px){

  .video-title{
    font-size:25px;
  }

.video-section-wrapper .highlighted-title{
    font-size: 25px;
  }

}