.elementor-35 .elementor-element.elementor-element-e52e12f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-35 .elementor-element.elementor-element-e52e12f:not(.elementor-motion-effects-element-type-background), .elementor-35 .elementor-element.elementor-element-e52e12f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-35 .elementor-element.elementor-element-0013fe1{--display:flex;--gap:10px 10px;--row-gap:10px;--column-gap:10px;}.elementor-widget-theme-site-logo .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-35 .elementor-element.elementor-element-eb7c401 img{width:21%;}.elementor-35 .elementor-element.elementor-element-682c1a8{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--gap:10px 10px;--row-gap:10px;--column-gap:10px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:0px;--padding-right:0px;}.elementor-35 .elementor-element.elementor-element-682c1a8:not(.elementor-motion-effects-element-type-background), .elementor-35 .elementor-element.elementor-element-682c1a8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-35 .elementor-element.elementor-element-682c1a8{--gap:15px 15px;--row-gap:15px;--column-gap:15px;}}@media(min-width:768px){.elementor-35 .elementor-element.elementor-element-e52e12f{--content-width:1300px;}.elementor-35 .elementor-element.elementor-element-682c1a8{--content-width:1300px;}}@media(max-width:767px){.elementor-35 .elementor-element.elementor-element-eb7c401 img{width:80%;}}/* Start custom CSS for html, class: .elementor-element-5f21cef */.playbtn {
  position: relative;
  display: inline-block;
  padding: 15px 15px;
  margin: 0px 0px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.2s;
  font-weight: 600;
  letter-spacing: 2px;
  overflow: hidden;
  background: #4E4E4E;
}
.playbtn:hover {
  background: #fec131;
  color: #000;
  box-shadow: 0 0 5px #fdbb0a, 0 0 25px #fdbb0a, 0 0 50px #fdbb0a, 0 0 200px #fdbb0a;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);
}

.playbtn span {
  position: absolute;
  display: block;
}

.playbtn span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, transparent, #fec131);
  animation: animate1 1s linear infinite;
}

@keyframes animate1 {
  0% {
    left: -100%;
  }
  50%,
  100% {
    left: 100%;
  }
}

.playbtn span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #fec131);
  animation: animate2 1s linear infinite;
  animation-delay: 0.25s;
}

@keyframes animate2 {
  0% {
    top: -100%;
  }
  50%,
  100% {
    top: 100%;
  }
}

.playbtn span:nth-child(3) {
  bottom: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: linear-gradient(270deg, transparent, #fec131);
  animation: animate3 1s linear infinite;
  animation-delay: 0.5s;
}

@keyframes animate3 {
  0% {
    right: -100%;
  }
  50%,
  100% {
    right: 100%;
  }
}

.playbtn span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 8px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #fec131);
  animation: animate4 1s linear infinite;
  animation-delay: 0.75s;
}

@keyframes animate4 {
  0% {
    bottom: -100%;
  }
  50%,
  100% {
    bottom: 100%;
  }
}/* End custom CSS */