/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Sep 22 2026 | 10:00:15 */
.lmg-footer,
.lmg-footer *{box-sizing:border-box;font-family:'Open Sans',Arial,sans-serif}

.lmg-footer{background:#12233a;color:#c9d3dd;padding:44px 0 28px}
.lmg-footer-wrap{width:min(1420px,calc(100% - 64px));margin:auto}

.lmg-footer-top{margin-bottom:36px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.14)}
.lmg-footer-logo{display:flex;flex-direction:column;color:#fff;text-decoration:none;font-size:23px;line-height:1.02;letter-spacing:-.055em}
.lmg-footer-logo span{display:block}
.lmg-footer-logo strong{display:block;font-size:29px;font-weight:700;line-height:1.02}

.lmg-footer-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:40px}

.lmg-footer-col h4{margin:0 0 18px;color:#fff;font:700 13px 'Open Sans',Arial,sans-serif;text-transform:uppercase;letter-spacing:.08em}

.lmg-footer-list{list-style:none;margin:0;padding:0}
.lmg-footer-list li{margin:0 0 14px}
.lmg-footer-list a{color:#c9d3dd;text-decoration:none;font-size:15px;line-height:1.3;transition:color .15s ease}
.lmg-footer-list a:hover{color:#eabb5b}

.lmg-footer-divider{height:1px;background:rgba(255,255,255,.14);margin:6px 0 16px}

.lmg-footer-all{display:inline-block;color:#fff;font-weight:600;font-size:15px;text-decoration:none}
.lmg-footer-all:hover{color:#eabb5b}

.lmg-footer-bottom{margin-top:44px;padding-top:22px;border-top:1px solid rgba(255,255,255,.14);color:#8ea0b3;font-size:13px}

/* === RESPONSIVE === */
@media (max-width:1200px){
  .lmg-footer-wrap{width:calc(100% - 36px)}
}

@media (max-width:900px){
  .lmg-footer{padding:32px 0 24px}
  .lmg-footer-top{margin-bottom:28px;padding-bottom:24px}
  .lmg-footer-logo{font-size:16px}
  .lmg-footer-logo strong{font-size:21px}
  .lmg-footer-grid{grid-template-columns:repeat(2,1fr);gap:32px 24px}
}

@media (max-width:520px){
  .lmg-footer-wrap{width:calc(100% - 32px)}
  .lmg-footer-grid{grid-template-columns:1fr;gap:32px}
}

.tgb-m-btn {
  color: #14213d !important;
}
.tgb-m-btn:hover {
  color: #14213d !important;
}
.tgb-m-btn--primary,
.tgb-m-btn--primary:hover {
  color: #14213d !important;
}