.featured-video-section
{
    background-color: #F2F2F2;
}

.featured-video
{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 0;
  isolation: isolate;
}

@media (min-width: 768px)
{
  .featured-video
  {
    min-height: 21.875rem;
  }
}

.featured-video .spacer-background
{
  position: absolute;
  width: 100%;
  height: 5.375rem;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #F2F2F2;
}

.sfeatured-video .section-wrapper
{
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 768px)
{
  .featured-video .section-wrapper
  {
    border-radius: 20px;
    cursor: pointer;
  }
}

.featured-video .section-wrapper .bg-image
{
  position: absolute;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform, filter;
  -webkit-transform: translate(-25px, -25px);
  -ms-transform: translate(-25px, -25px);
  transform: translate(-25px, -25px);
  -webkit-filter: blur(10px);
  filter: blur(10px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.featured-video .section-wrapper .bg-image img
{
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-video .section-wrapper .bg-image::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: -o-radial-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
  background: radial-gradient(rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.featured-video .section-wrapper .section-inner-wrapper
{
  /* height: 100%; */
  padding-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-bottom: 2rem;
  position: relative;
  z-index: 1;
}

@media (min-width: 768px)
{
  .featured-video .section-wrapper .section-inner-wrapper
  {
    padding-left: 5%;
    padding-right: 9%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.featured-video .section-wrapper .section-inner-wrapper .content-wrapper
{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 768px)
{
  .featured-video .section-wrapper .section-inner-wrapper .content-wrapper
  {
    width: 50%;
    padding-top: 1.25rem;
    margin-bottom: 0.875rem;
  }
}

.featured-video .logo-wrapper
{
  width: 9.8125rem;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-bottom: 0.75rem;
}

.featured-video .logo-wrapper img {
    width: 100%;
}

@media (min-width: 768px)
{
  .featured-video .logo-wrapper
  {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

.featured-video .section-title
{
  color: #FFFFFF;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-top: 0.625rem;
  margin-bottom: 0.75rem;
}

@media (min-width: 768px)
{
  .featured-video .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .featured-video .section-title
  {
    font-size: 2.5rem;
  }
}

@media (min-width: 768px)
{
  .featured-video .section-title
  {
    margin-bottom: 0.375rem;
  }
}

.featured-video .section-text
{
  color: #FFFFFF;
  margin: 0;
  line-height: 1.625rem;
}

.featured-video .video-player
{
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.9375rem;
  padding-left: 1.25rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width: 768px)
{
  .featured-video .video-player
  {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20rem;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-top: 2.8125rem;
    padding-bottom: 1.875rem;
  }
}

.featured-video .video-player p
{
  color: #FFFFFF;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 1em;
}

@media (max-width: 767.98px)
{
  .featured-video .video-player p
  {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    margin: 0;
  }
}

.featured-video .video-player .video-player-icon
{
  height: 40px;
  width: 40px;
}

@media (min-width: 768px)
{
  .featured-video .video-player .video-player-icon
  {
    height: 90px;
    width: 90px;
  }
}

.featured-video .video-player .video-player-icon,
.featured-video .video-player p
{
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.featured-video .video-player svg .player-button-circle
{
  opacity: 0.6;
}

.featured-video:focus {
  outline: 3px solid var(--red-main);
}

@media (min-width: 768px)
{
  .featured-video:hover .bg-image
  {
    -webkit-transform: translate(-25px, -25px) scale(1.1);
    -ms-transform: translate(-25px, -25px) scale(1.1);
    transform: translate(-25px, -25px) scale(1.1);
    -webkit-filter: blur(20);
    filter: blur(20);
  }

  .featured-video:hover .video-player-icon
  {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .featured-video:hover .video-player p
  {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
  }

  .featured-video:hover svg .player-button-circle
  {
    opacity: 1;
  }
}

.modal
{
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  z-index: 99;
}

.modal.open
{
  opacity: 1;
  pointer-events: all;
  display: block;
}

.modal.open .modal-window
{
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal .modal-window
{
  background-color: #FFFFFF;
  border-radius: 20px;
  -webkit-box-shadow: 0px 20px 10px 4px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 20px 10px 4px rgba(0, 0, 0, 0.45);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  max-height: 80vh;
  max-width: 31.25rem;
  min-height: 30vh;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
  transform: translate(-50%, -40%);
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99), -webkit-transform 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  width: 80vw;
}

.modal .modal-header
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.9375rem 0.9375rem;
  border: 0;
  border-radius: 0;
}

.modal .modal-title
{
  font-size: 1.125rem;
  font-weight: 600;
  margin-right: 0.625rem;
}

.modal .modal-close
{
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  -o-transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
  transition: opacity 250ms cubic-bezier(0.19, 0.62, 0.49, 0.99);
}

.modal .modal-close img {
  width: 15px;
  height: 15px;
}

.modal .modal-close:hover
{
  opacity: 0.75;
}

.modal .modal-body
{
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  padding: 1.25rem;
  flex: unset;
  position: static;
}

.modal .modal-body-wrapper
{
  width: 100%;
}

#video-modal.modal
{
  background: rgba(0, 0, 0, 0.5);
}

#video-modal .modal-window
{
  max-width: 60rem;
  background-color: unset;
  padding-bottom: 36%;
}

#video-modal .modal-header
{
  position: absolute;
  top: -3.125rem;
  right: 0;
  padding: 0;
}

#video-modal .modal-close
{
  background-color: #FFFFFF;
  border-radius: 100%;
  padding: 0.5rem;
}

#video-modal .icon--modal-close
{
  height: 0.9375rem;
  width: 0.9375rem;
}

#video-modal .modal-body
{
  padding: 0;
}

#video-modal iframe
{
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  background-color: #363636;
}

.section-video-carousel
{
  padding-top: 3.875rem;
  padding-bottom: 3.75rem;
  background-color: #F2F2F2;
}

.section-video-carousel .owl-nav {
  display: block;
  margin-top: 0;
}

.section-video-carousel .section-header
{
  margin-right: auto;
  margin-left: auto;
  max-width: 80%;
  width: 100%;
  text-align: center;
}

.section-video-carousel .section-title
{
  color: #D0103A;
  margin: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.175;
  margin-bottom: 0.625rem;
}

@media (min-width: 768px)
{
  .section-video-carousel .section-title
  {
    font-size: 2.1875rem;
    line-height: 1.35;
  }
}

@media (min-width: 1024px)
{
  .section-video-carousel .section-title
  {
    font-size: 2.5rem;
  }
}

.section-video-carousel .section-description
{
  color: #363636;
  margin-top: 0.9375rem;
  margin-bottom: 1rem;
  line-height: 1.625rem;
}

@media (min-width: 768px)
{
  .section-video-carousel .section-description
  {
    font-size: 1.1rem;
    margin-top: 0;
    line-height: 1.5;
  }
}

.section-video-carousel .owl-carousel .owl-stage-outer {
  padding-bottom: 25px;
  padding-top: 15px;
  padding-left: 15px;
  overflow-y: visible;
}

.section-video-carousel .owl-nav [class*=owl-] {
  margin: 0 10px !important;
}

.section-video-carousel .owl-nav [class*=owl-]:hover {
  background: unset;
  color: unset;
}

.section-video-carousel .owl-nav [class*=owl-] span {
  font-size: 47px;
  line-height: 50%;
  min-height: 40px;
  height: fit-content;
  display: inline-block;
}

.section-video-carousel .slide
{
  padding: 0 15px;
}

.section-video-carousel .slide[data-modal-id=video-modal]
{
  cursor: pointer;
}

.section-video-carousel .slide-content
{
  width: 370px;
  max-width: 65vw;
  position: relative;
  background: none;
  overflow: hidden;
  border-radius: 20px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 0 10px 12px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  isolation: isolate;
}

@media (min-width: 768px)
{
  .section-video-carousel .slide-content
  {
    padding: 0 13px 18px;
  }
}

.section-video-carousel .slide-content .bg-image
{
  left: 0;
  top: 0;
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  will-change: transform, filter;
  -webkit-transform: translate(-10px, -10px);
  -ms-transform: translate(-10px, -10px);
  transform: translate(-10px, -10px);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-video-carousel .slide-content .bg-image img
{
  -o-object-fit: cover;
  object-fit: cover;
}

.section-video-carousel .slide-content .bg-image::after
{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.section-video-carousel .slide-content .video-player
{
  background-color: rgba(255, 255, 255, 0.2509803922);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.625rem;
  padding-left: 0.9375rem;
}

@media (min-width: 768px)
{
  .section-video-carousel .slide-content .video-player
  {
    padding: 0.9375rem;
    padding-left: 1.25rem;
  }
}

.section-video-carousel .slide-content .video-player p
{
  color: #FFFFFF;
  text-align: center;
  font-weight: 600;
  font-size: 1rem;
  margin: 0;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

@media (min-width: 768px)
{
  .section-video-carousel .slide-content .video-player p
  {
    font-size: 1.25rem;
  }
}

.section-video-carousel .slide-content .video-player .video-player-icon
{
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.section-video-carousel .slide-content .video-player svg .player-button-circle
{
  opacity: 0.6;
}

.section-video-carousel .slide-content .slide-logo-wrapper
{
  position: absolute;
  right: 0;
  top: 0;
  background-color: #FFFFFF;
  border-bottom-left-radius: 1.25rem;
  padding: 12px 15px;
  height: 60px;
  width: auto;
  display: flex;
  flex-wrap: wrap;
}

.section-video-carousel .slide-content .slide-logo-wrapper img
{
  object-fit: contain;
  width: auto;
  max-height: 100%;
}

@media (max-width: 767.98px)
{
  .section-video-carousel .slide-content .slide-logo-wrapper
  {
    padding: 10px 18px;
    height: 54px;
  }
  
}

@media (min-width: 768px)
{
  .section-video-carousel .slide:hover .bg-image
  {
    -webkit-transform: translate(-10px, -10px) scale(1.05);
    -ms-transform: translate(-10px, -10px) scale(1.05);
    transform: translate(-10px, -10px) scale(1.05);
    -webkit-filter: blur(20);
    filter: blur(20);
  }

  .section-video-carousel .slide:hover .video-player-icon
  {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  .section-video-carousel .slide:hover svg .player-button-circle
  {
    opacity: 1;
  }
}

.section-video-carousel .swiper-arrows
{
  margin-top: 1.875rem;
}