<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.video-chat{z-index:10;display:grid;grid-template-columns:40px auto;position:fixed;top:50%;right:0;overflow:hidden;transform:translateY(-50%) translateX(calc(100% - 40px));will-change:transform;background-color:var(--theme-color-grayscale-1000)}@media (min-width:768px){.video-chat{transition:transform .2s ease-in-out;border-top-left-radius:1rem;border-bottom-right-radius:1rem;border:1px solid var(--theme-color-secondary-light)}}@media(hover:hover){.video-chat:not(.video-chat--open):has(.video-chat__trigger:hover){transform:translateY(-50%) translateX(calc(100% - 40px - 10px))}}.video-chat--open{transform:translateY(-50%) translateX(0)}@media (max-width:767px){.video-chat--open{bottom:1rem;left:1rem;right:1rem;top:auto;grid-template-columns:1fr;transform:none}.video-chat--open .video-chat__trigger{display:none}}.video-chat--open .video-chat__content{display:block}.video-chat__trigger{display:flex;align-items:center;justify-content:center;-moz-column-gap:1rem;column-gap:1rem;background-color:var(--theme-color-secondary-light);color:var(--theme-color-grayscale-1000);font-weight:700;padding:1rem}@media (min-width:768px){.video-chat__trigger{padding:3rem 1rem;transform:rotate(180deg);writing-mode:tb-rl}.video-chat__trigger svg{transform:rotate(90deg)}}@media (max-width:767px){.video-chat__trigger-text{position:absolute;width:1px;height:1px;overflow:hidden;white-space:nowrap;clip:rect(0 0 0 0);clip-path:inset(50%)}}.video-chat__content{display:block;padding:1rem 3rem;position:relative}@media (max-width:767px){.video-chat__content{border-top-left-radius:1rem;border-bottom-right-radius:1rem;display:none;padding:1rem;border:1px solid var(--theme-color-secondary-light);border-left-width:10px}}.video-chat__close-button{position:absolute;top:1rem;right:1rem}</pre></body></html>