.elementor-17 .elementor-element.elementor-element-9f3fa05{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-17 .elementor-element.elementor-element-14f7cdd{--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-17 .elementor-element.elementor-element-14f7cdd:not(.elementor-motion-effects-element-type-background), .elementor-17 .elementor-element.elementor-element-14f7cdd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-a5fc978 );}.elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-icon i{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );transition:fill 0.3s;}.elementor-17 .elementor-element.elementor-element-3eb0c44{--e-icon-list-icon-size:14px;--icon-vertical-offset:0px;}.elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-item > a{font-family:"Assistant", Sans-serif;font-weight:600;}.elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-b373495{--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;}body:not(.rtl) .elementor-17 .elementor-element.elementor-element-140e5d3{right:10px;}body.rtl .elementor-17 .elementor-element.elementor-element-140e5d3{left:10px;}.elementor-17 .elementor-element.elementor-element-140e5d3{bottom:50px;z-index:999;--e-icon-list-icon-size:50px;--icon-vertical-offset:0px;}.elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-icon i{color:var( --e-global-color-accent );transition:color 0.3s;}.elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-icon svg{fill:var( --e-global-color-accent );transition:fill 0.3s;}.elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-item > a{font-family:"Assistant", Sans-serif;font-weight:600;}.elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-17 .elementor-element.elementor-element-3eb0c44{--e-icon-list-icon-size:20px;}.elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-3eb0c44 .elementor-icon-list-item > a{font-size:20px;}.elementor-17 .elementor-element.elementor-element-140e5d3{width:initial;max-width:initial;--e-icon-list-icon-size:20px;}.elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-17 .elementor-element.elementor-element-140e5d3 .elementor-icon-list-item > a{font-size:20px;}}/* Start custom CSS for html, class: .elementor-element-f5f7600 */#leos {
  width: 100%;
  background-color: #000;
  text-align: center;
  overflow: hidden;
  line-height: 0;
}
#leos img {
  padding: 10px 0;
  height: 64px;
  width: auto;
}
#leos a {
  position: relative;
  display: inline-block;
}
#leos a:hover span {
  opacity: 1;
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
#leos span {
  opacity: 0;
  position: absolute;
  right: 0;
  color: white;
  bottom: 30px;
  white-space: nowrap;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: translateX(100%) perspective(400px) rotateY(-10deg);
    transform: translateX(100%) perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: translateX(calc(100% + 20px)) perspective(400px) rotateY(10deg);
    transform: translateX(calc(100% + 20px)) perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: translateX(calc(100% + 20px)) perspective(400px) rotateY(0deg);
    transform: translateX(calc(100% + 20px)) perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}/* End custom CSS */