.elementor-557 .elementor-element.elementor-element-863bcee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-557 .elementor-element.elementor-element-dd27b5c{--display:flex;--min-height:589px;--justify-content:center;--border-radius:30px 30px 30px 30px;--margin-top:31px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-557 .elementor-element.elementor-element-c93d96e{width:100%;max-width:100%;border-radius:8px 8px 8px 8px;}#elementor-popup-modal-557{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-557 .dialog-message{width:351px;height:auto;}#elementor-popup-modal-557 .dialog-close-button{display:flex;}#elementor-popup-modal-557 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}/* Start custom CSS for html, class: .elementor-element-c93d96e */.custom-vimeo-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 9 / 16;
  overflow: hidden;
}

.custom-vimeo-wrap iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.custom-vimeo-overlay {
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 0;
  background: transparent;
  cursor: pointer;
  padding: 0;
}

.custom-play-icon,
.custom-pause-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  pointer-events: none;
  transition: opacity 0.2s ease;
}

.custom-pause-icon {
  opacity: 0;
}

.custom-vimeo-wrap.is-playing .custom-play-icon {
  opacity: 0;
}

.custom-vimeo-wrap.is-playing:hover .custom-pause-icon {
  opacity: 1;
}/* End custom CSS */