<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.quote-picker__slides-wrapper{-ms-overflow-style:none;scrollbar-width:none}.quote-picker__slides-wrapper::-webkit-scrollbar{display:none}.quote-picker{background-color:#eee;padding:35px 0;text-align:center}.quote-picker__header{padding-bottom:10px}.quote-picker__content{display:grid;grid-template-areas:'slides slides' 'back next';grid-template-columns:1fr 1fr}@media (min-width: 768px){.quote-picker__content{grid-template-areas:'back slides next';grid-template-columns:8.33333% auto 8.33333%}}@media (min-width: 992px){.quote-picker__content{grid-template-columns:16.66667% auto 16.66667%}}.quote-picker .quote-picker__next,.quote-picker .quote-picker__back{display:flex;align-items:center;padding:0 34px}@media (min-width: 768px){.quote-picker .quote-picker__next,.quote-picker .quote-picker__back{padding:initial}}.quote-picker__back{grid-area:back;justify-content:flex-start}@media (min-width: 992px){.quote-picker__back{justify-content:center}}.quote-picker__next{grid-area:next;justify-content:flex-end}@media (min-width: 992px){.quote-picker__next{justify-content:center}}.quote-picker__icon{font-size:34px;line-height:34px;width:14px;text-align:center;cursor:pointer}.quote-picker__icon:hover{color:#ef6c00}.quote-picker__slides-wrapper{grid-area:slides;display:flex;align-items:stretch;justify-content:flex-start;overflow-x:scroll;-webkit-overflow-scrolling:touch;scroll-snap-type:x mandatory}.quote-picker__slide{flex:0 0 100%;scroll-snap-align:center;max-height:500px;transition:0.3s max-height}@media (min-width: 768px){.quote-picker__slide{max-height:initial}}.quote-picker__slide:not(.focused){max-height:0}@media (min-width: 768px){.quote-picker__slide:not(.focused){max-height:initial}}.quote-picker__quote-copy{position:relative;padding:8px 56px 18px;font-family:'Roboto Slab', serif;font-size:14px;font-weight:100;line-height:20px}@media (min-width: 768px){.quote-picker__quote-copy{font-size:19px;line-height:27.5px}}.quote-picker .quote-picker__quote-copy:after,.quote-picker .quote-picker__quote-copy:before{font-family:Georgia, Times, 'Times New Roman', serif;font-weight:400;font-size:55px;line-height:55px;text-transform:none;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:block;position:absolute;width:25px;height:25px}.quote-picker__quote-copy:before{content:'\201C';left:30px;top:-1px}.quote-picker__quote-copy:after{content:'\201D';right:30px;bottom:7px}.quote-picker__quote-author{font-family:'Roboto Slab', serif;font-size:14px;font-weight:100;font-style:italic;line-height:20px;color:#444}@media (min-width: 768px){.quote-picker__quote-author{font-size:19px;line-height:27.5px}}
</pre></body></html>