.elementor-34666 .elementor-element.elementor-element-33cb33cb{--display:flex;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:0px 0px;--row-gap:0px;--column-gap:0px;}@media(max-width:767px){.elementor-34666 .elementor-element.elementor-element-33cb33cb{--width:auto;}}@media(min-width:768px){.elementor-34666 .elementor-element.elementor-element-33cb33cb{--width:auto;}}/* Start custom CSS for html, class: .elementor-element-1baadb7e *//* the icon */
.her-video-toggle::before{
  content: "";
  width: 22px;
  height: 22px;
  background: #fff;               /* icon color */
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
}

/* PAUSE icon when playing */
.her-video-toggle.is-playing::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5h4v14H6zM14 5h4v14h-4z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M6 5h4v14H6zM14 5h4v14h-4z'/%3E%3C/svg%3E");
}

/* PLAY icon when paused */
.her-video-toggle.is-paused::before{
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M8 5v14l11-7z'/%3E%3C/svg%3E");
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-33cb33cb */.elementor-34666 .elementor-element.elementor-element-33cb33cb button {
    display: flex;
    padding: calc(var(--con-pad) / 4);
    background-color: rgba(223, 24, 131, 0.4);
    border: 0;
    backdrop-filter: blur(var(--blur-md));
    transition: background-color var(--anim-spd-fast);
    &:hover {
        background-color: rgba(223, 24, 131, 0.8);
    }
}/* End custom CSS */