/* Frame the approved transparent artwork without modifying the source image. */
.kira-brand{display:inline-block;position:relative;flex:0 0 auto;width:96px;height:124px;overflow:hidden;vertical-align:middle;line-height:1}
.kira-brand img{position:absolute;display:block;width:178px;height:178px;max-width:none;left:-40px;top:-30px}
.kira-brand:focus-visible{outline:3px solid #b97850;outline-offset:5px}
.header{min-height:148px}
.kira-page-header{display:flex;align-items:center;justify-content:space-between;gap:20px}
.footer-main .kira-brand{box-sizing:content-box;background:#f5f2ec;border:12px solid #f5f2ec;border-radius:8px}
@media(max-width:600px){
 .kira-brand{width:80px;height:104px}
 .kira-brand img{width:150px;height:150px;left:-34px;top:-26px}
 .header{min-height:126px}
 .kira-page-header{gap:14px}
 .kira-page-header>a:not(.kira-brand){font-size:14px;text-align:right}
}

