.expert{display:flex;align-items:center;padding-top:2.5rem;padding-bottom:2.5rem;text-align:center}.expert .expert-image{background-color:transparent;border-radius:9999px;border-width:2px;position:absolute;width:5.6rem;height:5.5rem;filter:brightness(140%)}.expert .expert-description{display:flex;flex-direction:column;align-items:center;padding-top:.75rem;padding-bottom:.75rem}@media (min-width:640px){.expert:not(.expert-center) .expert-description{flex-direction:row}}.expert-seperator{display:none}.expert:not(.expert-center) .expert-seperator{padding-left:.5rem;padding-right:.5rem}@media (min-width:640px){.expert:not(.expert-center) .expert-seperator{display:block}}.expert p:first-child{display:inline-block}.expert p{margin:0}.expert .expert-name{font-weight:700;white-space:nowrap}.expert-container[theme_dark]{background-color:var(--brand-background);color:var(--brand-foreground);--theme-brand:#fff;--button-border-color:#fff;--button-focus-shadow:0 0 3px 2px hsla(0,0%,100%,0.5)}.expert-container[theme_light]{background-color:var(--light-background);color:var(--light-foreground);--theme-brand:var(--light-foreground)}.expert-container[theme_accent]{background-color:var(--accent-background);color:var(--accent-foreground);--theme-brand:var(--accent-foreground)}.expert-container[theme_accent_2]{background-color:var(--accent-background-2);color:var(--accent-foreground-2);--theme-brand:var(--accent-foreground-2)}.expert-container[theme_dark] .expert-image{border-color:var(--brand-background)}.expert-container[theme_light] .expert-image{border-color:var(--light-background)}.expert-container[theme_accent] .expert-image{border-color:var(--accent-background)}.expert-container[theme_accent_2] .expert-image{border-color:var(--accent-background-2)}.expert img{border-radius:9999px!important;height:5rem!important;-o-object-fit:cover!important;object-fit:cover!important;width:5rem!important;margin:.1rem;max-width:5rem}