@keyframes fadeInBackdrop{0%{background-color:transparent}to{background-color:rgba(0,0,0,.12)}}@keyframes fadeOutBackdrop{0%{background-color:rgba(0,0,0,.12)}to{background-color:transparent}}@keyframes entryAnimation{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes exitAnimation{0%{transform:translateY(0)}to{transform:translateY(100%)}}.PullQuote{margin:0 auto;max-width:90rem}.PullQuote__content{column-gap:1rem;display:grid;grid-template-columns:repeat(6,minmax(12.5%,1fr));margin-left:1rem;margin-right:1rem}@media(min-width:768px){.PullQuote__content{margin-left:1.5rem;margin-right:1.5rem}}@media(min-width:1024px){.PullQuote__content{grid-template-columns:repeat(12,minmax(6.4%,1fr));margin-left:2.5rem;margin-right:2.5rem}}.PullQuote__content .PullQuote__leftcolumn{align-self:center;grid-column:2/6}@media(min-width:768px){.PullQuote__content .PullQuote__leftcolumn{grid-column:1/3}}@media(min-width:1024px){.PullQuote__content .PullQuote__leftcolumn{grid-column:2/span 3}}.PullQuote__content .PullQuote__rightcolumn{align-self:center;grid-column:span 6}@media(min-width:768px){.PullQuote__content .PullQuote__rightcolumn{grid-column:3/7}}@media(min-width:1024px){.PullQuote__content .PullQuote__rightcolumn{grid-column:6/12}}.PullQuote__content--emptyImage .PullQuote__leftcolumn{grid-column:span 6}@media(min-width:768px){.PullQuote__content--emptyImage .PullQuote__leftcolumn{align-self:baseline;grid-column:1}}@media(min-width:1024px){.PullQuote__content--emptyImage .PullQuote__leftcolumn{grid-column:3}}.PullQuote__content--emptyImage .PullQuote__rightcolumn--empty{grid-column:span 6}@media(min-width:768px){.PullQuote__content--emptyImage .PullQuote__rightcolumn--empty{grid-column:2/7}}@media(min-width:1024px){.PullQuote__content--emptyImage .PullQuote__rightcolumn--empty{grid-column:4/11}}.PullQuote__content--pullQuoteImagePosition{position:relative}.PullQuote__quoteImage .Image{left:-3rem;position:relative;top:1rem}.PullQuote__quoteImage .Image img{left:0;position:absolute;top:0;width:5rem;z-index:1}@media(min-width:768px){.PullQuote__quoteImage .Image{left:0;position:relative;top:1rem}}@media(min-width:1024px){.PullQuote__quoteImage .Image{left:-2.4rem;position:relative;top:2rem}}@media(min-width:1440px){.PullQuote__quoteImage .Image{left:-.5rem;position:relative;top:2rem}}.PullQuote__image--empty{left:0;position:relative;text-align:center;top:0}.PullQuote__image--empty .Image{margin:auto;max-width:2.5rem}.PullQuote__image--empty .Image img{width:2.5rem}@media(min-width:768px){.PullQuote__image--empty .Image{margin:unset}.PullQuote__image--empty .Image img{width:5rem}}.PullQuote__image .Image{border-radius:50%;height:100%;margin:auto;overflow:hidden}@media(min-width:1024px){.PullQuote__image .Image{margin-right:0;width:85%}}.PullQuote__image .Image img{height:auto;max-width:100%}.PullQuote__eyebrow{padding-top:2.5rem}@media(min-width:768px){.PullQuote__eyebrow{padding-top:0}}.PullQuote__author,.PullQuote__subtitle{padding-top:1rem}