/*!**************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./blocks/video-article/video-article.scss ***!
  \**************************************************************************************************************************************************************/
.entry-content {
  padding: 0 !important;
}

*:target {
  scroll-margin-top: 6.25rem;
}
@media screen and (min-width: 1440px) {
  *:target {
    scroll-margin-top: 6.25rem;
  }
}

p .span-cta,
h1 .span-cta,
h2 .span-cta,
h3 .span-cta,
h4 .span-cta {
  color: #03bfd7;
}

.content > p + p {
  padding-top: 0.5rem;
}
@media screen and (min-width: 1279px) {
  .content > p + p {
    padding-top: 1rem;
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(rf(40));
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes enter-right {
  0% {
    opacity: 0;
    transform: translateX(4rem);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
.video-article {
  background-color: #fafbff;
  padding: 1.5625rem 0rem 1.5625rem;
}
@media screen and (min-width: 1180px) {
  .video-article {
    padding: 3.125rem 0rem 3.125rem;
  }
}
.video-article .container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px 60px;
}
.video-article__embed {
  position: relative;
  opacity: 0;
  transform: translateY(2.5rem);
  border-radius: 0.375rem;
  overflow: hidden;
}
.video-article__embed.show {
  animation: fade-in-up 1s ease forwards;
}
@media screen and (min-width: 768px) {
  .video-article__embed {
    flex: 1;
    max-width: 666px;
    min-height: 23.375rem;
  }
}
@media screen and (min-width: 1200px) {
  .video-article__embed {
    max-width: 44vw;
  }
}
.video-article__video {
  position: relative;
  opacity: 0;
  transform: translateY(2.5rem);
  overflow: hidden;
  border-radius: 0.375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.video-article__video.show {
  animation: fade-in-up 1s ease forwards;
}
@media screen and (min-width: 768px) {
  .video-article__video {
    flex: 1;
    max-width: 666px;
  }
}
@media screen and (min-width: 1200px) {
  .video-article__video {
    max-width: 44vw;
  }
}
.video-article__video video {
  width: 100%;
  height: auto;
}
.video-article__video svg {
  position: absolute;
  cursor: pointer;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.video-article__video svg.hidden {
  opacity: 0;
  visibility: hidden;
}
.video-article__video svg circle {
  transition: fill 0.3s ease, opacity 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
  .video-article__video svg:hover circle {
    opacity: 1;
    fill: #0080ff;
  }
}
.video-article__wrapper {
  flex: 1;
  max-width: 552px;
}
@media screen and (min-width: 1200px) {
  .video-article__wrapper {
    max-width: 44vw;
  }
}
.video-article__label {
  margin-bottom: 27px;
}
.video-article__title {
  margin-bottom: 33px;
}
.video-article__text {
  opacity: 0;
  transform: translateY(2.5rem);
}
.video-article__text.show {
  animation: fade-in-up 1s ease forwards;
}

/*# sourceMappingURL=video-article.css.map*/