.elementor-1475 .elementor-element.elementor-element-eb358fa{--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--flex-wrap:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:125px;--padding-bottom:125px;--padding-left:125px;--padding-right:125px;}.elementor-1475 .elementor-element.elementor-element-eb358fa:not(.elementor-motion-effects-element-type-background), .elementor-1475 .elementor-element.elementor-element-eb358fa > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#360981;}.elementor-1475 .elementor-element.elementor-element-c393702{--display:flex;--min-height:0px;--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;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:32px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-image .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-1475 .elementor-element.elementor-element-2b16c50{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 42px;padding:0px 0px 0px 0px;}.elementor-1475 .elementor-element.elementor-element-31c069b{--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:202px;--margin-right:0px;}.elementor-1475 .elementor-element.elementor-element-6d9d20d{--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:121px;--margin-right:0px;}.elementor-widget-copyright .hfe-copyright-wrapper a, .elementor-widget-copyright .hfe-copyright-wrapper{color:var( --e-global-color-text );}.elementor-widget-copyright .hfe-copyright-wrapper, .elementor-widget-copyright .hfe-copyright-wrapper a{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-1475 .elementor-element.elementor-element-27c62c2 > .elementor-widget-container{margin:0px 0px 0px -27px;}.elementor-1475 .elementor-element.elementor-element-b0ca05f{--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:150px;--margin-right:0px;}.elementor-1475 .elementor-element.elementor-element-aa9e955{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-1475 .elementor-element.elementor-element-aa9e955.elementor-element{--align-self:center;}@media(max-width:767px){.elementor-1475 .elementor-element.elementor-element-2b16c50{margin:-43px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-1475 .elementor-element.elementor-element-2b16c50 img{width:31%;}.elementor-1475 .elementor-element.elementor-element-0e1423d{margin:-35px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -78px;}.elementor-1475 .elementor-element.elementor-element-27c62c2 > .elementor-widget-container{margin:9px 0px 0px 90px;}.elementor-1475 .elementor-element.elementor-element-aa9e955{margin:-110px 0px calc(var(--kit-widget-spacing, 0px) + 0px) -153px;}}@media(min-width:768px){.elementor-1475 .elementor-element.elementor-element-eb358fa{--content-width:1600px;}.elementor-1475 .elementor-element.elementor-element-c393702{--width:32%;}.elementor-1475 .elementor-element.elementor-element-31c069b{--width:45%;}.elementor-1475 .elementor-element.elementor-element-6d9d20d{--width:33.3333%;}.elementor-1475 .elementor-element.elementor-element-b0ca05f{--width:33.3333%;}}/* Start custom CSS for html, class: .elementor-element-0e1423d */@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

.footer-menus{
  display:flex;
  gap:80px;
  padding:48px 60px;
  align-items:flex-start;
}

.footer-col{
  width:250px;
}

.footer-col h4{
  font-size:0.95rem;
  font-weight:700;
  color:#fff;
  margin-bottom:20px;
  padding-bottom:10px;
  border-bottom:2px solid rgba(255,255,255,0.2);
}

.footer-col ul{
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:12px;
}

.footer-col ul li a{
  text-decoration:none;
  color:rgba(255,255,255,0.75);
  font-size:0.9rem;
  display:flex;
  align-items:center;
  gap:8px;
  transition:color 0.2s, gap 0.2s;
}

.footer-col ul li a::before{
  content:'';
  width:4px;
  height:4px;
  border-radius:50%;
  background:rgba(255,255,255,0.3);
  flex-shrink:0;
  transition:background 0.2s;
}

.footer-col ul li a:hover{
  color:#fff;
  gap:12px;
}

.footer-col ul li a:hover::before{
  background:#c4b5fd;
}

.footer-menus{
  display:flex;
  gap:80px;
  padding:48px 60px;
  align-items:flex-start;
}

.footer-col{
  width:260px;
}

.footer-col ul{
  list-style:none;
  padding:0;
  margin:0;
}

.footer-col ul li{
  margin-bottom:12px;
}

.footer-col ul li a{
  text-decoration:none;
  color:rgba(255,255,255,0.75);
  font-size:0.9rem;
  display:flex;
  align-items:flex-start;
  gap:10px;
  line-height:1.4;
}

.footer-col ul li a::before{
  content:'•';
  color:rgba(255,255,255,0.4);
  font-size:14px;
  margin-top:2px;
}

.footer-col ul li a:hover{
  color:#fff;
}/* End custom CSS */