.elementor-34 .elementor-element.elementor-element-1a317f6{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-34 .elementor-element.elementor-element-1a317f6:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-1a317f6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.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-34 .elementor-element.elementor-element-51098e5 img{width:21%;}.elementor-34 .elementor-element.elementor-element-2a75798{--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 20px;--row-gap:10px;--column-gap:20px;--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-34 .elementor-element.elementor-element-2a75798:not(.elementor-motion-effects-element-type-background), .elementor-34 .elementor-element.elementor-element-2a75798 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-34 .elementor-element.elementor-element-86fac70{--display:flex;}.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-34 .elementor-element.elementor-element-2a75798{--gap:15px 15px;--row-gap:15px;--column-gap:15px;}}@media(min-width:768px){.elementor-34 .elementor-element.elementor-element-1a317f6{--content-width:1300px;}.elementor-34 .elementor-element.elementor-element-2a75798{--content-width:1300px;}}@media(max-width:767px){.elementor-34 .elementor-element.elementor-element-51098e5 img{width:80%;}}/* Start custom CSS for html, class: .elementor-element-c6adf5d */.frutiger-button {
  cursor: pointer;
  position: relative;
  padding: 2px;
  border-radius: 6px;
  border: 0;
  text-shadow: 1px 1px #000a;
  background: linear-gradient(#006caa, #00c3ff);
  box-shadow: 0px 4px 6px 0px #0008;
  transition: 0.3s all;
}

.frutiger-button:hover {
  box-shadow: 0px 6px 12px 0px #0009;
}

.frutiger-button:active {
  box-shadow: 0px 0px 0px 0px #0000;
}

.inner {
  position: relative;
  inset: 0px;
  padding: 1em;
  border-radius: 4px;
  background: radial-gradient(circle at 50% 100%, #30f8f8 10%, #30f8f800 55%),
    linear-gradient(#fead01, #4abb0b);
  overflow: hidden;
  transition: inherit;
}

.inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(-65deg, #0000 40%, #fff7 50%, #0000 70%);
  background-size: 200% 100%;
  background-repeat: no-repeat;
  animation: thing 3s ease infinite;
}

@keyframes thing {
  0% {
    background-position: 130%;
    opacity: 1;
  }

  to {
    background-position: -166%;
    opacity: 0;
  }
}

.top-white {
  position: absolute;
  border-radius: inherit;
  inset: 0 -8em;
  background: radial-gradient(
    circle at 50% -270%,
    #fff 45%,
    #fff6 60%,
    #fff0 60%
  );
  transition: inherit;
}

.inner::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  transition: inherit;
  box-shadow: inset 0px 2px 8px -2px #0000;
}

.frutiger-button:active .inner::after {
  box-shadow: inset 0px 2px 8px -2px #000a;
}

.text {
  position: relative;
  z-index: 1;
  color: white;
  font-weight: 550;
  transition: inherit;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4316d39 */.ue_neon_btn {
  padding: 15px 30px 15px 30px;
  background-color: #222222;
  color: #EE472D;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 40px;
  overflow: visible;
  transition: 0.5s;
  text-decoration: none;
}
.ue_neon_btn::before {
  content: '';
  position: absolute;
  box-sizing: content-box;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  z-index: -2;
  transition: all 0.5s;
  animation: rotateuc_neon_glowing_button_effect_elementor_227f38b0 2000ms linear infinite;
  filter: blur(20px) brightness(1);
  background: conic-gradient(from var(--angle), #ff003700 50deg, #EE472D 360deg );
}
.ue_neon_btn::after {
  content: '';
  position: absolute;
  box-sizing: content-box;
  border-radius: calc(40px + 2px);
  width: 100%;
  height: 100%;
  translate: -50% -50%;
  left: 50%;
  top: 50%;
  z-index: -1;
  animation: rotateuc_neon_glowing_button_effect_elementor_227f38b0 2000ms linear infinite;
  padding: 2px;
  --angle: 0deg;
  filter: ;
  background: conic-gradient(from var(--angle) , #ff003700 50deg, #EE472D 360deg );
  transition: all 0.5s;
}
.ue_neon_btn:hover {
  background-color: #EE472D;
  color: #000000;
}
.ue_neon_btn:hover::before, .ue_neon_btn:hover::after {
  transition: all 0.5s;
  animation-play-state: paused;
  background: conic-gradient(from var(--angle), #EE472D 0deg, #EE472D 360deg );
}




@property --angle {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@property --hueuc_neon_glowing_button_effect_elementor_227f38b0 {
  syntax: '<angle>';
  initial-value: 0deg;
  inherits: false;
}
@keyframes rotateuc_neon_glowing_button_effect_elementor_227f38b0 {
  0% {
    --angle: 0deg;
       }
  50% { 
      }
  100% { 
    --angle: 360deg;
      }
}/* End custom CSS */