@layer components{.c-blockquote{--half-circle-size:89px;display:inline-block;padding:0 0 0 var(--half-circle-size);position:relative;width:100%}.c-blockquote:before{background:var(--brand-green);border-radius:50%;clip-path:inset(0 100% 0 0);content:"";display:inline-block;height:40px;height:var(--half-circle-size);inset:.9em auto 0 0;position:absolute;transition:clip-path .3s ease;width:40px;width:var(--half-circle-size)}.c-blockquote.is-visible:before{clip-path:inset(0 50% 0 0)}.c-blockquote__content{font-size:var(--font-size-blockquote);font-weight:500;line-height:1.4}.c-blockquote__cite{color:var(--brand-dark-grey);display:inline-block;font-size:1rem;font-style:normal;font-weight:var(--font-weight-regular);line-height:1.6;margin-top:1.25rem}@media only screen and (max-width:800px){.c-blockquote{padding:var(--half-circle-size) 0 0 0}.c-blockquote:before{clip-path:inset(0 0 100% 0)}.c-blockquote.is-visible:before{clip-path:inset(0 0 50% 0)}}}