@media (min-width:761px){
  .topbar{height:38px;background:#fff;border-top:0;border-bottom:1px solid #e9eeea;box-shadow:none}
  .topbar .wrap{width:min(1180px,calc(100% - 40px));height:37px;display:grid;grid-template-columns:auto 1fr;align-items:center;justify-content:initial;gap:26px}
  .topbar-social{display:flex;align-items:center;gap:8px;margin:0;padding:0 24px 0 0;border-right:1px solid #dfe6e1}
  .topbar-social a{box-sizing:border-box;width:26px;height:26px;min-width:26px;padding:0;display:grid;place-items:center;border:1px solid #d4e1d8;border-radius:50%;background:#fff;color:#075d31;line-height:1;transition:color .2s ease,border-color .2s ease,box-shadow .2s ease,transform .2s ease}
  .topbar-social a i{display:block;font-family:"Font Awesome 6 Brands";font-size:12px;line-height:1;color:inherit}
  .topbar-social a:hover,.topbar-social a:focus-visible{background:#fff;color:#b78400;border-color:#ffc900;box-shadow:0 0 0 3px rgba(255,201,0,.18);transform:translateY(-1px);outline:0}
  .topbar-tools{min-width:0;display:flex;align-items:center;justify-content:flex-end;gap:clamp(17px,2.15vw,31px)}
  .topbar-tools>button,.topbar-tools>a{width:auto;min-width:0;display:inline-flex;flex:none;align-items:center;justify-content:center;gap:6px;padding:0;background:transparent;color:#17251b;font-family:Poppins,Arial,sans-serif;font-size:9px;font-weight:500;line-height:1;white-space:nowrap}
  .topbar-tools>button:hover,.topbar-tools>a:hover,.topbar-tools>button:focus-visible,.topbar-tools>a:focus-visible{background:transparent;color:#08713d;outline:0;text-decoration:underline;text-underline-offset:3px}
  .topbar-tools svg{width:12px;height:12px;flex:none;color:#08713d;stroke-width:2.1}
  .topbar-tools>.topbar-esic{min-height:25px;padding:0 11px;border:1px solid #e2ae00;border-radius:14px;background:#ffc900;color:#173d25;font-weight:800;box-shadow:0 3px 9px rgba(151,112,0,.13);text-decoration:none}
  .topbar-tools>.topbar-esic svg{width:13px;height:13px;color:#075d31}
  .topbar-tools>.topbar-esic:hover,.topbar-tools>.topbar-esic:focus-visible{background:#ffd538;color:#12371f;text-decoration:none;box-shadow:0 0 0 3px rgba(255,201,0,.2)}
  .topbar-tools-divider{width:1px;height:20px;flex:none;background:#dfe6e1}
}
@media (max-width:1020px) and (min-width:761px){
  .topbar .wrap{width:calc(100% - 28px);gap:14px}
  .topbar-social{gap:5px;padding-right:13px}
  .topbar-social a{width:23px;height:23px;min-width:23px}
  .topbar-tools{gap:12px}
  .topbar-tools>button,.topbar-tools>a{font-size:8px;gap:4px}
  .topbar-tools>.topbar-esic{padding:0 8px}
  .topbar-tools-divider{height:17px}
}
