body{background:var(--Global-Colours-AI-Grey-G50,#f7f8f8)}
.center-align{display:flex;justify-content:center}
.ai-logo-header{height:128px;display:flex;align-items:center}
.header-flex-container.header-with-lang{justify-content:space-between}
.header-flex-container.header-logo-only{justify-content:flex-start}
.header-bg-white{background-color:#fff}
.aiLogoHeader img{width:auto !important;height:auto !important}
.language-selector-container{padding:12px 0}
.language-selector{display:flex;align-items:center;gap:var(--spacing-system-spacing_xs,8px);height:24px}
.language-text{font-family:'Nunito Sans',sans-serif;font-weight:600;font-size:16px;line-height:1.25;color:var(--text-text_heading,#383c42);margin:0;padding:0}
.chevron-down{width:24px;height:24px;display:flex;align-items:center;justify-content:center}
.chevron-down svg,.chevron-down .chevron-icon-image{width:24px;height:24px}
.chevron-down .chevron-icon-image{object-fit:contain}
@media screen and (max-width:1025px){.ai-logo-header{justify-content:center}
}