.elementor-44 .elementor-element.elementor-element-72f7ba7{--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-44 .elementor-element.elementor-element-c523111{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(min-width:768px){.elementor-44 .elementor-element.elementor-element-72f7ba7{--content-width:1200px;}}/* Start custom CSS for text-editor, class: .elementor-element-d67a41b *//* ===== FOOTER ===== */

.site-footer{
  margin-top:60px;
  padding:40px 20px;
  background:rgba(0,0,0,.35);
  border-top:1px solid rgba(255,255,255,.15);
}

.footer-container{
  max-width:1200px;
  margin:0 auto;
  text-align:center;
}

.footer-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:18px 28px;
  margin-bottom:25px;
}

.footer-links a{
  color:#ffd700;
  font-size:14px;
  text-decoration:none;
  transition:opacity .2s ease;
}

.footer-links a:hover{
  opacity:.75;
}

.footer-disclaimer{
  font-size:13px;
  color:rgba(255,255,255,.75);
  max-width:850px;
  margin:0 auto 15px;
  line-height:1.6;
}

.footer-bottom{
  font-size:12px;
  color:rgba(255,255,255,.55);
}

@media (max-width:768px){
  .footer-links{
    flex-direction:column;
    gap:12px;
  }
}/* End custom CSS */