.elementor-6616 .elementor-element.elementor-element-278d63e3{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-6616 .elementor-element.elementor-element-278d63e3:not(.elementor-motion-effects-element-type-background), .elementor-6616 .elementor-element.elementor-element-278d63e3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#58585812;}.elementor-6616 .elementor-element.elementor-element-4af1d95d{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;}.elementor-6616 .elementor-element.elementor-element-23a5525e{--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;--justify-content:center;}.elementor-6616 .elementor-element.elementor-element-51934fa2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 80px;}.elementor-6616 .elementor-element.elementor-element-51934fa2 .elementor-heading-title{font-size:34px;text-transform:uppercase;}.elementor-6616 .elementor-element.elementor-element-b11f6f7{--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;--align-items:flex-end;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-6616 .elementor-element.elementor-element-216d6b23{margin:0px 13px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-6616 .elementor-element.elementor-element-216d6b23 .elementor-heading-title{font-size:18px;font-weight:500;}.elementor-6616 .elementor-element.elementor-element-34f2dc51{--grid-template-columns:repeat(0, auto);text-align:left;--icon-size:19px;--grid-column-gap:0px;--grid-row-gap:0px;}.elementor-6616 .elementor-element.elementor-element-34f2dc51 .elementor-social-icon{background-color:#02010100;}.elementor-6616 .elementor-element.elementor-element-34f2dc51 .elementor-social-icon i{color:#000000;}.elementor-6616 .elementor-element.elementor-element-34f2dc51 .elementor-social-icon svg{fill:#000000;}.elementor-6616 .elementor-element.elementor-element-18bed0e1{--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;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-6616 .elementor-element.elementor-element-3cd7ca9{font-size:120px;font-weight:700;}@media(min-width:768px){.elementor-6616 .elementor-element.elementor-element-23a5525e{--width:100%;}.elementor-6616 .elementor-element.elementor-element-b11f6f7{--width:40%;}}@media(max-width:1024px) and (min-width:768px){.elementor-6616 .elementor-element.elementor-element-23a5525e{--width:52%;}}@media(max-width:1024px){.elementor-6616 .elementor-element.elementor-element-51934fa2{width:var( --container-widget-width, 217px );max-width:217px;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 40px;--container-widget-width:217px;--container-widget-flex-grow:0;}}@media(max-width:767px){.elementor-6616 .elementor-element.elementor-element-51934fa2{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;--container-widget-width:170px;--container-widget-flex-grow:0;width:var( --container-widget-width, 170px );max-width:170px;}.elementor-6616 .elementor-element.elementor-element-51934fa2 .elementor-heading-title{font-size:25px;}.elementor-6616 .elementor-element.elementor-element-216d6b23 .elementor-heading-title{font-size:25px;}.elementor-6616 .elementor-element.elementor-element-34f2dc51{text-align:right;}.elementor-6616 .elementor-element.elementor-element-3cd7ca9{font-size:40px;}}/* Start custom CSS for social-icons, class: .elementor-element-34f2dc51 *//* Default state */
.elementor-social-icons-wrapper .elementor-social-icon {
  position: relative !important;
  overflow: hidden !important;
  background: transparent !important;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1) !important;
}

/* Black circle on hover */
.elementor-social-icons-wrapper .elementor-social-icon::after {
  content: '' !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 50% !important;
  background: #000000 !important;
  opacity: 0 !important;
  transform: scale(0) !important;
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1),
              opacity 0.3s ease !important;
  z-index: 0 !important;
}

.elementor-social-icons-wrapper .elementor-social-icon:hover::after {
  opacity: 1 !important;
  transform: scale(1) !important;
}

/* Icon default - black */
.elementor-social-icons-wrapper .elementor-social-icon i {
  position: relative !important;
  z-index: 1 !important;
  color: #000000 !important;
  transition: color 0.15s ease !important;
}

/* Icon hover - white */
.elementor-social-icons-wrapper .elementor-social-icon:hover i {
  color: #ffffff !important;
}
/* Icon default - black */
.elementor-social-icons-wrapper .elementor-social-icon i,
.elementor-social-icons-wrapper .elementor-social-icon svg,
.elementor-social-icons-wrapper .elementor-social-icon span {
  position: relative !important;
  z-index: 2 !important;
  color: #000000 !important;
  transition: color 0.15s ease !important;
}

/* Icon hover - white */
.elementor-social-icons-wrapper .elementor-social-icon:hover i,
.elementor-social-icons-wrapper .elementor-social-icon:hover svg,
.elementor-social-icons-wrapper .elementor-social-icon:hover span {
  color: #ffffff !important;
  fill: #ffffff !important;
  z-index: 2 !important;
}

/* Circle z-index must be lower than icon */
.elementor-social-icons-wrapper .elementor-social-icon::after {
  z-index: 1 !important;
}/* End custom CSS */
/* Start custom CSS for text-editor, class: .elementor-element-3cd7ca9 */.marquee-text {
  overflow: hidden !important;
  white-space: nowrap !important;
  width: 100% !important;
}

.marquee-text p {
  display: inline-flex !important;
  align-items: center !important;
  gap: 20px !important;
  animation: marqueeScroll 30s linear infinite !important;
  white-space: nowrap !important;

  margin: 0px;
}

/*.marquee-text:hover p {*/
/*  animation-play-state: paused !important;*/
/*}*/

.marquee-icon {
  object-fit: contain !important;
  vertical-align: middle !important;
  display: inline-block !important;
  padding: 0px 10px;
}

@keyframes marqueeScroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}/* End custom CSS */