/*!***************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.video-container__placeholder {
  position: relative;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #F5F3EB;
}
@media (max-width: 1343.98px) {
  .video-container__placeholder {
    border-radius: 20px;
  }
}
@media (max-width: 575.98px) {
  .video-container__placeholder {
    border-radius: 10px;
  }
}
.video-container__play {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 100%;
  background-color: #F5F3EB;
  align-items: center;
  justify-content: center;
  color: #ECB638;
  transition: width 0.2s ease, height 0.2s ease;
}
.video-container__play:hover {
  cursor: pointer;
  width: 80px;
  height: 80px;
}
.video-container__play:hover::after {
  opacity: 0;
  animation-play-state: paused;
}
.video-container__play::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -8px;
  margin: auto;
  width: 80px;
  height: 80px;
  display: block;
  background: rgba(255, 231, 229, 0.4);
  border-radius: 100%;
  transition: opacity 0.2s ease;
  animation: pulse 2s infinite;
}
.video-container__play > span {
  line-height: 0;
}

@keyframes pulse {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 231, 229, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(255, 231, 229, 0.2);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(255, 231, 229, 0.4);
  }
}
.wp-block-video-and-timer-block-video-and-timer-block .wp-block-video {
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 575.98px) {
  .wp-block-video-and-timer-block-video-and-timer-block .wp-block-video {
    border-radius: 10px;
  }
}

.timer {
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  width: 448px;
  margin-top: 40px;
}
.timer__item {
  text-align: center;
}
.timer__count {
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1023.98px) {
  .timer__count {
    font-size: 30px;
  }
}
@media (max-width: 767.98px) {
  .timer__count {
    font-size: 24px;
  }
}
@media (max-width: 573.98px) {
  .timer__count {
    font-size: 18px;
  }
}
.timer__label {
  display: block;
  color: #273439;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
}
@media (max-width: 573.98px) {
  .timer__label {
    font-size: 12px;
  }
}
.timer__sep {
  font-size: 40px;
  line-height: 1.2;
  color: #273439;
}
@media (max-width: 1023.98px) {
  .timer__sep {
    font-size: 30px;
  }
}

/*# sourceMappingURL=style-index.css.map*/