.title-panel{display:flex;gap:0;flex-direction:column;align-items:center;justify-content:space-between;flex:1 0 50%;background-color:var(--primaryColor);color:var(--textOnPrimaryColor);padding:1.5rem;border-radius:1.5rem}.title-panel__wrapper{display:flex;gap:0;flex-direction:column;align-items:flex-start;justify-content:flex-start;flex:1 0 50%;padding:1.5rem;min-height:100vh}.title-panel__header{display:flex;gap:0;flex-direction:column;align-items:center;justify-content:center;flex:1 0 0;font-family:"Segoe UI",Arial,Helvetica,sans-serif;font-size:2.625rem;font-weight:400;line-height:3.15rem;text-align:center;padding:0 1.5rem}.title-panel__logos{display:flex;gap:1.5rem;flex-direction:row;align-items:center;justify-content:center;flex:0 1 0;width:100%;margin-top:auto}.title-panel__logo{display:flex;gap:0;flex-direction:row;align-items:center;justify-content:center;flex:1 0 0;height:7.75rem;background-color:var(--surfaceColor);border-radius:.5rem;padding:1rem}.title-panel__logo__img{max-width:100%;max-height:100%}.title-panel-bold{font-weight:600}