.text-and-video-element.dark {
  background-color: #04042b;
  color: #ffffff;
}
.text-and-video-element.light {
  background-color: #ebebeb;
  color: #04042b;
}
@media (min-width: 992px) {
  .text-and-video-element .cta-link-left-border {
    border-left: 1px solid rgba(197, 197, 199, 0.4);
  }
}
.text-and-video-element .text-and-video-thumbnail {
  border-radius: 23px;
  padding-top: 50%;
  position: relative;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.text-and-video-element .text-and-video-thumbnail:hover .text-and-video-thumbnail-overlay {
  height: 100%;
  width: 100%;
  border-radius: 23px;
}
.text-and-video-element .text-and-video-thumbnail-overlay {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  height: 0;
  width: 0;
  transition: all 0.25s ease;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
}
.text-and-video-element .text-and-video-play {
  height: 113px;
  width: 113px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  z-index: 2;
}
.text-and-video-element .text-and-video-play .text-and-video-play-text {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translate(-50%, 0);
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #ffffff;
  overflow: hidden;
}
.text-and-video-element .text-and-video-play .text-and-video-play-text p {
  position: relative;
  top: -40px;
  text-transform: uppercase;
  font-size: 0.9rem;
  color: #ffffff;
  margin-bottom: 0;
  transition: all 0.25s ease;
  font-weight: 700;
}
.text-and-video-element .text-and-video-play::before {
  content: "";
  height: 80px;
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  transition: all 0.25s ease;
  border-radius: 50%;
  z-index: 3;
}
.text-and-video-element .text-and-video-play::after {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  z-index: 4;
}
.text-and-video-element .text-and-video-play svg {
  height: 14px;
  width: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #4566fe;
  z-index: 5;
}
.text-and-video-element .text-and-video-play:hover {
  cursor: pointer;
}
.text-and-video-element .text-and-video-play:hover::before {
  height: 95px;
  width: 95px;
}
.text-and-video-element .text-and-video-play:hover .text-and-video-play-text p {
  top: 0;
}
@media (min-width: 992px) {
  .text-and-video-element .text-and-video-content {
    width: 70%;
  }
}
.text-and-video-element .vimeo-wrapper {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.text-and-video-element .vimeo-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
/*# sourceMappingURL=../../../dist/css/maps/elements/text-and-video.css.map */
