@charset "UTF-8";
.wp-block-video-group-video-section-3 .fw-video-section-3 .single-video-item .fw-video-wrapper {
  width: 100%;
}
.wp-block-video-group-video-section-3 .fw-video-section-3 .single-video-item video {
  display: block;
  width: 100%;
  height: auto;
}
.wp-block-video-group-video-section-3 .fw-video-section-3 .single-video-item .plyr__video-embed iframe,
.wp-block-video-group-video-section-3 .fw-video-section-3 .single-video-item iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.fw-video-section-3 {
  height: auto;
  padding: 0;
}
.fw-video-section-3 .fw-content {
  flex-wrap: wrap;
}
.fw-video-section-3 .fw-section-side-one {
  margin-bottom: var(--content-vertical-padding-normal);
}
.fw-video-section-3 .fw-headline {
  margin-bottom: 0;
}
.fw-video-section-3 .fw-section-side-two {
  position: relative;
}
.fw-video-section-3 .fw-main-video {
  position: relative;
  z-index: 1;
}
.fw-video-section-3 {
  --plyr-control-spacing: 25px;
  --plyr-range-border-radius: 0px;
  --plyr-range-track-height: 10px; /* Height of the progress bar */
  --plyr-range-fill-background: var(
    --button-default-background-color-hover
  ); /* Color of the filled portion (played progress) */
  --plyr-range-thumb-background: var(
    --button-default-background-color-hover
  ); /* Color of the thumb (dot on the progress bar) */
  --plyr-range-thumb-height: 0px; /* Height of the thumb */
  --plyr-range-thumb-width: 0px; /* Width of the thumb */
  --plyr-range-thumb-border-radius: 0px; /* Shape of the thumb (circle) */
  --plyr-range-thumb-shadow: none; /* Shadow effect on the thumb */
  --plyr-control-icon-size: 18px;
  --plyr-range-track-border-radius: 0; /* Square track edges */
  --plyr-range-fill-border-radius: 0;
  --plyr-control-radius: 0px;
  --plyr-badge-border-radius: 0px;
}
.fw-video-section-3 .single-video-item {
  position: relative;
  width: calc(50% - var(--inner-spacing-lg) * 1 / 2);
}
.fw-video-section-3.fw-three-columns-section .single-video-item {
  width: calc(33.3333% - var(--inner-spacing-lg) * 2 / 3);
}
.fw-video-section-3 .fw-video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: var(--video-embed-ratio, 16/9);
  overflow: hidden;
}
.fw-video-section-3 .fw-section-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.fw-video-section-3 .plyr--video {
  position: relative;
}
.fw-video-section-3 .plyr--video .plyr__controls {
  padding-left: 20px;
  padding-right: 20px;
  padding: 15px 20px;
  margin: 0 auto;
  background: none;
}
.fw-video-section-3 .plyr--video:after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  height: calc(var(--plyr-control-spacing) * 5);
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7490196078));
  z-index: 1;
}
.fw-video-section-3 .plyr__controls__item.plyr__time {
  --plyr-control-spacing: 10px;
}
.fw-video-section-3 .plyr__progress input[type=range],
.fw-video-section-3 .plyr__progress__buffer {
  border-radius: 0 !important;
}
.fw-video-section-3 .plyr__progress {
  margin-right: var(--plyr-control-spacing);
}
.fw-video-section-3 {
  /* Base progress bar track – remove rounded ends */
}
.fw-video-section-3 .plyr__progress input[type=range]::-webkit-slider-runnable-track {
  border-radius: 0 !important;
}
.fw-video-section-3 .plyr__progress input[type=range]::-moz-range-track {
  border-radius: 0 !important;
}
.fw-video-section-3 .plyr__progress input[type=range]::-ms-track {
  border-radius: 0 !important;
}
.fw-video-section-3 {
  /* Remove radius from the fill (the colored played portion) */
}
.fw-video-section-3 .plyr__progress input[type=range]::-webkit-slider-thumb {
  border-radius: 0 !important;
}
.fw-video-section-3 {
  /* Optional: remove border-radius from the outer progress container */
}
.fw-video-section-3 .plyr__progress {
  border-radius: 0 !important;
}
.fw-video-section-3 .plyr__progress__buffer {
  border-radius: 0px !important;
}
.fw-video-section-3 {
  /* WebKit (Chrome, Safari) */
}
.fw-video-section-3 .plyr__progress__buffer::-webkit-progress-bar {
  border-radius: 0px !important;
}
.fw-video-section-3 .plyr__progress__buffer::-webkit-progress-value {
  border-radius: 0px !important;
}
.fw-video-section-3 {
  /* Firefox */
}
.fw-video-section-3 .plyr__progress__buffer::-moz-progress-bar {
  border-radius: 0px !important;
}
.fw-video-section-3 .plyr--video .plyr__control {
  border: 0px solid white;
  padding: 12px;
}
.fw-video-section-3 .plyr--video .plyr__control svg {
  transition: fill var(--transition-timing-normal) var(--transition-ease-1);
}
.fw-video-section-3 .plyr--video .plyr__control:hover {
  background-color: rgba(0, 0, 0, 0);
}
.fw-video-section-3 .plyr--video .plyr__control:hover svg {
  fill: var(--button-default-background-color-hover);
}
.fw-video-section-3 .fw-custom-overlay {
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.fw-video-section-3 {
  --play-button-size: 50px;
}
.fw-video-section-3 .fw-play-button {
  cursor: pointer;
  color: var(--button-default-font-color);
  border-color: white;
  width: var(--play-button-size);
  height: var(--play-button-size);
  background-color: var(--button-default-background-color);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color var(--transition-timing-normal) var(--transition-ease-1);
  border-radius: var(--play-button-size);
}
.fw-video-section-3 .fw-play-button svg {
  display: none;
}
.fw-video-section-3 .fw-play-button::before {
  content: "";
  display: block;
  width: calc(var(--play-button-size) / 3);
  height: calc(var(--play-button-size) / 3);
  background-color: currentColor;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 13'%3E%3Cpath d='M11.1515 5.82845C11.8051 6.19377 11.8051 7.10707 11.1515 7.47239L2.32801 12.4042C1.67441 12.7695 0.857422 12.3129 0.857422 11.5822L0.857422 1.71861C0.857422 0.98797 1.67442 0.531322 2.32801 0.896641L11.1515 5.82845Z'/%3E%3C/svg%3E") no-repeat center/contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 13'%3E%3Cpath d='M11.1515 5.82845C11.8051 6.19377 11.8051 7.10707 11.1515 7.47239L2.32801 12.4042C1.67441 12.7695 0.857422 12.3129 0.857422 11.5822L0.857422 1.71861C0.857422 0.98797 1.67442 0.531322 2.32801 0.896641L11.1515 5.82845Z'/%3E%3C/svg%3E") no-repeat center/contain;
  transition: background-color var(--transition-timing-normal) var(--transition-ease-1);
}
.fw-video-section-3 .fw-play-button:hover {
  background-color: var(--button-default-background-color-hover);
}
@media screen and (max-width: 1024px) {
  .fw-video-section-3.fw-three-columns-section .single-video-item {
    width: calc(50% - var(--inner-spacing-lg) * 1 / 2);
  }
}
@media screen and (max-width: 885px) {
  .fw-video-section-3 {
    --play-button-size: 80px;
  }
  .fw-video-section-3 .single-video-item {
    width: 100%;
  }
  .fw-video-section-3.fw-three-columns-section .single-video-item {
    width: 100%;
  }
}
