/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 06 2025 | 02:19:36 */
.responsive .video-section .container, .responsive .video-section .content {
  max-width: 100% !important;
  padding: 0 !important;
}
.video-section .entry-content-wrapper {
  height: 657px;
  position: relative;
}
.video-section .entry-content-wrapper .video-overlay-block, .video-section .entry-content-wrapper .video-block {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.video-section .entry-content-wrapper .video-overlay-block {
  z-index: 20;
  background-image: url(../../../wp-content/uploads/platform-video-thumbnail.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  align-content: center;
}
.video-section .entry-content-wrapper .video-overlay-block:before {
  content: "";
  background-color: rgba(55, 49, 169, 0.5);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.video-section .entry-content-wrapper .video-overlay-block > div, .video-section .entry-content-wrapper .video-overlay-block > section {
  position: relative;
  z-index: 15;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-image-container {
  width: 100%;
  margin-bottom: 0 !important;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-image-container .avia-image-overlay-wrap:before {
  content: "";
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: transparent;
  border: 4px solid white;
  border-top: 4px solid #c21fb7;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  opacity: 0;
  z-index: 10;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-image-container img {
  cursor: pointer;
  margin-right: auto;
  margin-left: auto;
  min-width: 3.8888888889rem;
  max-width: 5.5555555556rem;
}
.video-section .entry-content-wrapper .video-overlay-block section {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.video-section .entry-content-wrapper .video-overlay-block h2 {
  font-weight: 300;
  color: var(--white) !important;
  font-size: 48px;
  line-height: 60px;
  margin-top: 0.8333333333rem;
  margin-bottom: 0.8333333333rem;
}
.video-section .entry-content-wrapper .video-overlay-block p {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: var(--white);
  font-family: var(--prometo_trial) !important;
  font-weight: 300;
  margin-top: 1.1111111111rem;
  margin-right: auto;
  margin-bottom: 0;
  margin-left: auto;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-button-wrap {
  width: 100%;
  max-width: 70%;
  margin: 0 auto;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-button-wrap a.avia-button {
  background-color: transparent !important;
  font-size: 18px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-button-wrap a.avia-button .avia_button_icon {
  padding-top: 0 !important;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-button-wrap a.avia-button:hover {
  color: var(--pink) !important;
}
.video-section .entry-content-wrapper .video-overlay-block .avia-button-wrap a.avia-button:after {
  display: none !important;
}
.video-section .entry-content-wrapper .video-block {
  z-index: 10;
}
.video-section .entry-content-wrapper .video-block .avia-video {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  height: 100%;
}
.video-section.playing .entry-content-wrapper .avia-image-container .avia-image-overlay-wrap:before {
  opacity: 1;
  animation: 1s spin linear infinite;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: translate3d(0, -50%, 0) rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: translate3d(0, -50%, 0) rotate(360deg);
  }
}
a.js-copy-link {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
  /* adjust to match your theme */
  color: var(--white) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
}
a.js-copy-link .share-icon {
  font-family: "fontello", "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 0.15em;
  line-height: 1;
  color: var(--white) !important;
  font-size: 16px;
  position: relative;
  top: 2px;
}
a.js-copy-link .copy-tip {
  position: absolute;
  left: 50%;
  bottom: 125%;
  transform: translateX(-50%) translateY(8px);
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1;
  background: #111;
  color: #fff;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  transition: opacity 180ms ease, transform 180ms ease;
  z-index: 10;
}
a.js-copy-link .copy-tip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top-color: #111;
}
a.js-copy-link.copied .copy-tip {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
a.js-copy-link:hover {
  color: var(--pink) !important;
}
a.js-copy-link:hover .share-icon {
  color: var(--pink) !important;
}
.half-width-video-block-holder .video-section .entry-content-wrapper {
  aspect-ratio: 1.7777777778;
  height: auto !important;
}
.half-width-video-block-holder .video-section .entry-content-wrapper .video-overlay-block {
  background-image: url(../../..//wp-content/uploads/kras-moa-holder.webp);
}
.half-width-video-block-holder .video-section .entry-content-wrapper .video-overlay-block:before {
  content: "";
  background-image: linear-gradient(90deg, rgba(194, 31, 183, 0.5) 1%, rgba(55, 49, 169, 0.5) 100%);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: visible;
}
.half-width-video-block-holder .video-section .entry-content-wrapper #share-button {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
  text-align: right;
  width: auto;
  transform: translate3d(0, -100%, 0);
}
.half-width-video-block-holder .video-section .entry-content-wrapper #share-button p {
  margin: 0 !important;
}
.half-width-video-block-holder .video-section .entry-content-wrapper #share-button .js-copy-link, .half-width-video-block-holder .video-section .entry-content-wrapper #share-button .share-icon {
  color: var(--purple) !important;
}
.half-width-video-block-holder .video-section .entry-content-wrapper #share-button:hover .js-copy-link, .half-width-video-block-holder .video-section .entry-content-wrapper #share-button:hover .share-icon {
  color: var(--pink) !important;
}
