.elementor-236 .elementor-element.elementor-element-52f0a72{--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-236 .elementor-element.elementor-element-52f0a72:not(.elementor-motion-effects-element-type-background), .elementor-236 .elementor-element.elementor-element-52f0a72 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#101B28;}/* Start custom CSS */:root{
  --navy: #101B28;
  --teal: #0C7F95;
  --terracotta: #D37A44;
  --mist: #C0D1DF;
  --cream: #F7F4EF;
  --charcoal: #23272B;
}
 
.bba-footer{ background: var(--navy); }
 
.bba-footer-top{
  max-width: 1240px;
  margin: 0 auto;
  padding: 64px 24px 48px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.2fr;
  gap: 40px;
}
 
.bba-footer-logo{ display: inline-block; margin-bottom: 18px; }
.bba-footer-logo img{ height: 100px; width: auto; display: block; }
.bba-footer-tagline{ color: var(--mist); font-size: 14.5px; line-height: 1.65; margin: 0 0 20px; max-width: 320px; }
.bba-footer-social{ display: flex; gap: 10px; }
.bba-footer-social a{
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255,255,255,.18);
  color: var(--mist);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bba-footer-social a:hover{ background: var(--teal); border-color: var(--teal); color: #fff; }
 
.bba-footer-col-title{ color: #fff; font-size: 14px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; margin: 0 0 20px; }
.bba-footer-links{ list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.bba-footer-links a{ color: var(--mist); font-size: 14.5px; text-decoration: none; }
.bba-footer-links a:hover{ color: #fff; }
 
.bba-footer-col-newsletter p{ color: var(--mist); font-size: 14px; line-height: 1.6; margin: 0 0 18px; }
.bba-footer-newsletter-form{ display: flex; gap: 0; border-radius: 8px; overflow: hidden; border: 1px solid rgba(255,255,255,.18); }
.bba-footer-newsletter-form input{
  flex: 1;
  border: none;
  background: rgba(255,255,255,.06);
  color: #fff;
  padding: 12px 14px;
  font-size: 14px;
  font-family: inherit;
}
.bba-footer-newsletter-form input::placeholder{ color: rgba(192,209,223,.6); }
.bba-footer-newsletter-form input:focus{ outline: none; background: rgba(255,255,255,.1); }
.bba-footer-newsletter-form button{
  border: none;
  background: var(--terracotta);
  color: #fff;
  width: 46px;
  font-size: 16px;
  cursor: pointer;
  flex-shrink: 0;
}
.bba-footer-newsletter-form button:hover{ background: var(--teal); }
 
.bba-footer-bottom{ border-top: 1px solid rgba(255,255,255,.1); }
.bba-footer-bottom-inner{
  max-width: 1240px;
  margin: 0 auto;
  padding: 22px 24px;
  display: flex;
  justify-content: center;
}
.bba-footer-bottom-row{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  color: rgba(192,209,223,.7);
  font-size: 13px;
}
.bba-footer-bottom-row a{ color: rgba(192,209,223,.85); text-decoration: none; }
.bba-footer-bottom-row a:hover{ color: #fff; }
.bba-footer-bottom-row a strong{ font-weight: 700; }
.bba-footer-copy{ color: rgba(192,209,223,.7); font-size: 13px; }
.bba-footer-dot{ color: rgba(192,209,223,.4); }
 
@media(max-width:1024px){
  .bba-footer-top{ grid-template-columns: 1fr 1fr; }
  .bba-footer-col-brand{ grid-column: 1 / -1; }
}
@media(max-width:640px){
  .bba-footer-top{ grid-template-columns: 1fr; padding: 48px 20px 36px; gap: 32px; text-align: center; }
  .bba-footer-logo{ margin-left: auto; margin-right: auto; }
  .bba-footer-tagline{ margin-left: auto; margin-right: auto; }
  .bba-footer-social{ justify-content: center; }
  .bba-footer-links{ align-items: center; }
  .bba-footer-col-newsletter{ display: flex; flex-direction: column; align-items: center; }
  .bba-footer-newsletter-form{ max-width: 340px; width: 100%; }
  .bba-footer-bottom-inner{ flex-direction: column; align-items: center; }
}/* End custom CSS */