/** Shopify CDN: Minification failed

Line 623:18 Unexpected "{"
Line 623:27 Expected ":"
Line 624:24 Expected identifier but found whitespace
Line 624:26 Unexpected "{"
Line 624:35 Expected ":"
Line 624:61 Expected ":"
Line 627:18 Unexpected "{"
Line 627:27 Expected ":"
Line 628:26 Expected identifier but found whitespace
Line 628:28 Unexpected "{"
... and 3 more hidden warnings

**/
.multicolumn .title {
  margin: 0;
}

.multicolumn.no-heading .title {
  display: none;
}

.multicolumn .title-wrapper-with-link {
  margin-top: 0;
}

.multicolumn-card-radius {
  border-radius:15px;
}

.multicolumn-card-radius .multicolumn-card__info {
    padding: 5.5rem;
}

@media screen and (max-width: 749px) {
  .multicolumn .title-wrapper-with-link {
    margin-bottom: 3rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .multicolumn__title {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (max-width: 989px) {
  .multicolumn .page-width {
    padding-left: 0;
    padding-right: 0;
  }
}

.multicolumn-card__image-wrapper--third-width {
  width: 33%;
}

.multicolumn-card__image-wrapper--half-width {
  width: 50%;
}

.multicolumn-list__item.center .multicolumn-card__image-wrapper:not(.multicolumn-card__image-wrapper--full-width),
.multicolumn-list__item:only-child {
  margin-left: auto;
  margin-right: auto;
}

.multicolumn .button {
  margin-top: 1.5rem;
}

@media screen and (min-width: 750px) {
  .multicolumn .button {
    margin-top: 4rem;
  }

  .multicolumn .title-wrapper-with-link {
    margin-bottom: 35px;
  }
}

.multicolumn-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.multicolumn-list__item:only-child {
  max-width: 72rem;
}

.multicolumn-list__item--empty {
  display: none;
}

.multicolumn:not(.background-none) .multicolumn-card {
  background: rgb(var(--color-background));
  height: 100%;
}

.multicolumn.background-primary .multicolumn-card {
  background: rgb(var(--color-background))
    linear-gradient(rgba(var(--color-foreground), 0.04), rgba(var(--color-foreground), 0.04));
}

.multicolumn-list h3 {
  line-height: calc(1 + 0.5 / max(1, var(--font-heading-scale)));
}

.multicolumn-list h3,
.multicolumn-list p {
  margin: 0;
}

.multicolumn-list p {
  margin-bottom:10px;
}

.multicolumn-card-spacing {
  padding-top: 2.5rem;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

.multicolumn-card__info > :nth-child(2) {
  margin-top: 1rem;
}

.multicolumn-list__item.center .media--adapt,
.multicolumn-list__item .media--adapt .multicolumn-card__image {
  width: auto;
}

.multicolumn-list__item.center .media--adapt img {
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 749px) {
  .multicolumn-list {
    margin: 0;
    width: 100%;
  }

  .multicolumn-list:not(.slider) {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media screen and (min-width: 750px) and (max-width: 989px) {
  .multicolumn-list:not(.slider) {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}

@media screen and (min-width: 750px) {
  .multicolumn-list.slider {
    padding: 0;
  }

  .multicolumn-list__item,
  .grid--4-col-desktop .multicolumn-list__item {
    padding-bottom: 0;
  }

  .background-none .grid--2-col-tablet .multicolumn-list__item {
    margin-top: 4rem;
  }
}

.background-none .multicolumn-card-spacing {
  padding: 0;
  margin: 0;
}

.multicolumn-card__info {
  padding: 2.5rem;
}

.background-none .multicolumn-card__info {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.background-none .slider .multicolumn-card__info {
  padding-bottom: 0;
}

.background-none .multicolumn-card__image-wrapper + .multicolumn-card__info {
  padding-top: 2.5rem;
}

.background-none .slider .multicolumn-card__info {
  padding-left: 0.5rem;
}

.background-none .slider .multicolumn-card__image-wrapper + .multicolumn-card__info {
  padding-left: 1.5rem;
}

.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

@media screen and (max-width: 749px) {
  .background-none .slider .multicolumn-card__info {
    padding-bottom: 1rem;
  }

  .multicolumn.background-none .slider.slider--mobile {
    margin-bottom: 0rem;
  }
}

@media screen and (min-width: 750px) {
  .background-none .multicolumn-card__image-wrapper {
    margin-left: 0;
    margin-right: 0;
  }

  .background-none .multicolumn-list .multicolumn-card__info,
  .background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.multicolumn-card {
  position: relative;
  box-sizing: border-box;
}

.multicolumn-card > .multicolumn-card__image-wrapper--full-width:not(.multicolumn-card-spacing) {
  border-top-left-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  border-top-right-radius: calc(var(--text-boxes-radius) - var(--text-boxes-border-width));
  overflow: hidden;
}

.multicolumn.background-none .multicolumn-card {
  border-radius: 0;
}

.multicolumn-card__info .link {
  text-decoration: none;
  font-size: inherit;
  margin-top: 1.5rem;
}

.multicolumn-card__info .icon-wrap {
  margin-left: 0.8rem;
  white-space: nowrap;
}

@media screen and (min-width: 990px) {
  .multicolumn-list__item--empty {
    display: list-item;
  }
}

.lightboxitem {
  position: relative;
}

.multicolumn-list__item {
  position: relative;
}

.multicolumn-list__item .svg-wrapper {
  position: absolute;
  width: 50px !important;
  height: 50px !important;
  border-radius: 100%;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50% !important;
  transform: translate(0, -50%);
  padding: 9px; 
}

.multicolumn-list__item .svg-wrapper svg {
  color: white;
  width: 18.36px;
  height: 20.98px;
}

.lightboxitem img {
  cursor: pointer;
  transition: transform 0.2s ease;
}

.lightboxitem img:hover {
  transform: scale(1.1);
}

.lightbox-popup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.lightbox-popup.active {
  opacity: 1;
  visibility: visible;
}

.lightbox-content {
   width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
}


.lightbox-popup .prev, 
.lightbox-popup .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 0;
  margin-top: -22px;
  color: white;
  width: 30px;
  height: 30px;
  transition: 0.6s ease;
  background-color: transparent;
  border: 0;
  text-shadow: none;
}

.lightbox-popup .prev svg,  
.lightbox-popup .next svg {
  width: 17px;
}

.lightbox-popup .prev {
  left: 0;
}

.lightbox-popup .prev svg {
  transform: rotate(90deg);
}

.lightbox-popup .next {
  right: 0;
}

.lightbox-popup .next svg {
  transform: rotate(-90deg);
}


.lightbox-popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
}

.lightbox-popup .close svg {
  width: 17px;
}

.lightbox-image-wrapper {
  width: 100%;
  max-width: 80%;
  margin: 0 auto;
}

.lightbox-image-wrapper  img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


@media screen and (min-width: 990px) {
  .lightbox-image-wrapper {
    height: 90vh;
  }
}


.video-play-button {
  background-color: transparent;
  color: transparent;
  border: 0;
  text-shadow: none;
  cursor: pointer;
}

.VideoPopup {
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.VideoPopup.active {
  opacity: 1;
  visibility: visible;
}

.VideoPopup_content {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 0 20px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    text-align: center;
}

.VideoPopup_content video {
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.VideoPopup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  color: white;
  font-weight: bold;
  cursor: pointer;
  z-index: 5;
}

.VideoPopup .close svg {
  width: 17px;
}

@media screen and (min-width: 990px) {
  .VideoPopup_content video {
    width: 80%;
  }
}

/* Sidebar CSS */

.video-class-blocks-item-cont img {
    width: 100%;
  }

  .video-class-section h2 {
    font-family: 'Regola Pro Light';
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .video-class-section h2 p {
    margin-top: 0;
  }

  .video-class-section h3 {
    font-family: 'Regola Pro Light';
    font-size: 20px;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 5px;
  }

  .video-class-section h3 p {
    margin-top: 0;
    margin-bottom: 5px;
  }

  .video-class-section h4 {
    font-family: 'Regola Pro Light';
    font-size: 13px;
    line-height: 15px;
    margin-top: 0;
    font-style: italic;
  }

  .video-class-section h4 p {
    margin-top: 0;
  }

  .video-class-blocks-item-info {
    margin-top: 10px;
  }

  .video-class-blocks-item-cont {
    margin-bottom: 35px;
  }

  .video-class-block-img-wrapper {
    position: relative;
  }

  .time_stamp {
    position: absolute;
    top: 15px;
    left: 15px;
    color: #FFFFFF;
    font-family: 'Regola Pro Regular';
    font-size: 13px;
    line-height: 15px;
    display: inline-block;
  }

  .time_stamp p {
    margin: 0;
  }

  .video-class_top {
    position: relative;
  }

  .video-class_top button {
    background: none;
    font-family: 'Helvetica Neue Normal';
    font-size: 15px;
    line-height: 17px;
    color: #000000;
    border: none;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    text-decoration: underline;
  }

  .video-class-section.page-width {
    padding-left: 0;
    padding-right: 0;
  }

  .side_nav .customer__title {
    font-size: 15px;
    text-transform: uppercase;
  }

  .side_nav,
  .video_block_wrap {
    padding-left: 18px;
    padding-right: 18px;
  }

  .video_block_wrap {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .side_nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
  }

  .side_nav {
    padding-bottom: 20px;
    text-align: center;
  }

  .side_nav ul li {
    margin-bottom: 7px;
  }

  .side_nav ul li a {
    font-size: 12px;
    line-height: 14px;
    font-family: 'Helvetica Neue Normal';
    text-decoration: none;
    color: #000;
  }

  .video-sectionplay {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    border: none;
    background: transparent;
    cursor: pointer;
  }

    @media screen and (min-width: 750px) {
        .section-{{ section.id }}-padding {
            padding-top: {{ section.settings.padding_top }}px;
        }
      
        .section-{{ section.id }}-padding .video-class_block_wrapper {
           padding-bottom: {{ section.settings.padding_bottom }}px;
        }

        .video-class_block_wrapper {
          display: flex;
          justify-content: space-between;
          flex-wrap: wrap;
        }

        .video-class-blocks-item-cont {
          width: 49%;
        }

        .video-class_block_wrapper {
          margin-top: 45px;
        }

        .side_nav,
        .video_block_wrap {
          padding-left: 30px;
          padding-right: 30px;
        }

       .video_block_wrap {
          padding-top: 40px;
          padding-bottom: 40px;
        }

        .side_nav {
          padding-bottom: 40px;
        }

    }

  @media screen and (min-width: 1024px) {
   .video-class-blocks-item-cont {
      width: 32.5%;
    }

    .video-class-blocks-item-cont {
      margin-bottom: 20px;
    }

    .view-btn {
      display: none;
    }

   .video-class-section.page-width {
      padding-left: 0;
      padding-right: 0;
    }

    .side_nav {
      text-align: left;
      width: 15%;
    }

    .video-class-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }

    .video_block_wrap {
      width: 85%;
      position: relative;
    }

    .video_block_wrap:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 1px;
      background: #bbbcbd;
      height: 95%;
    }

    .side_nav .customer__title {
      margin-bottom: 40px;
    }

    .video_block_wrap {
      margin-top: 80px;
    }

    .video_block_wrap .video-class_block_wrapper {
      overflow-y: scroll;
      height: calc(100vh - 361.68px);
      padding-right: 103px;
    }

    /* Scrollbar Styling */
    .video_block_wrap .video-class_block_wrapper::-webkit-scrollbar {
        width: 5px;
    }
     
    .video_block_wrap .video-class_block_wrapper::-webkit-scrollbar-track {
        background-color: #c7d2d9;
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }
    
    .video_block_wrap .video-class_block_wrapper::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #a2a2a2; 
    }

    .video_block_wrap {
      padding-left: 103px;
      padding-right: 30px;
    }
