/* IRIDAA_CORE_LOGO_01_ACTIVE */
:root{
  --iridaa-core-logo:url('/assets/brand/iridaa-core-logo.svg');
  --iridaa-core-logo-png:url('/assets/brand/iridaa-core-logo.png');
}
.iridaa-core-logo-img{display:inline-block;width:44px;height:44px;border-radius:16px;object-fit:cover;box-shadow:0 14px 34px rgba(6,182,212,.22),0 0 0 1px rgba(255,255,255,.10);vertical-align:middle;flex:0 0 auto;}
.iridaa-core-logo-bg{background-image:var(--iridaa-core-logo);background-size:cover;background-position:center;background-repeat:no-repeat;}
.iridaa-core-brand{display:inline-flex;align-items:center;gap:11px;text-decoration:none;color:inherit;}
.iridaa-core-brand .iridaa-core-word{font-weight:900;letter-spacing:-.04em;}
