.meet-the-team{container-type:inline-size;background-color:var(--background-color);--shape-margin:var(--space-xs)}.meet-the-team .members{display:grid;grid-template-columns:1fr;grid-gap:var(--space-l);gap:var(--space-l);padding:var(--space-m);@container (max-width: 480px){gap:var(--space-s);padding:var(--space-xs);--shape-margin:var(--space-2xs)}@container (min-width: 640px){grid-template-columns:1fr 1fr}}.meet-the-team .member{container-type:inline-size;list-style:none;aspect-ratio:1/1;text-align:center;clear:both}.meet-the-team .member .flip-card-inner{display:block;text-decoration:none;color:var(--text-color-inverted)}.meet-the-team .flip-card-front img{width:100%;aspect-ratio:1/1;border-radius:50%}.meet-the-team .flip-card-back>div:after{content:"";position:absolute;top:50%;left:50%;width:10%;height:10%;background-color:var(--background-color);border-radius:50%;transform:translate(-50%,-50%);@container (max-width: 480px){width:6%;height:6%}}.meet-the-team .flip-card-inner>div{border-radius:50%;background-color:var(--background-color-inverted);position:absolute;text-align:center}.meet-the-team .flip-card-back>div{height:100%}.meet-the-team .name{font-family:var(--font-face-display);text-transform:uppercase;padding-top:var(--space-2xl);font-size:var(--step-3);line-height:var(--step-2);@container (max-width: 512px){padding-top:var(--space-m);font-size:var(--step-2);line-height:var(--step-1)}}.meet-the-team .position{font-family:var(--font-face-header);text-transform:uppercase;font-size:var(--step--1);padding-top:var(--space-xs);@container (max-width: 320px){display:none}@container (max-width: 512px){font-size:var(--step--2);padding-top:var(--space-2xs)}}.meet-the-team .bio{font-family:var(--font-face-copy);font-size:var(--step--1);position:absolute;top:50%;bottom:0;left:0;right:0;text-align:center}.meet-the-team .bio .bio-content{padding-top:var(--space-xl);font-size:2.25cqi;@container (max-width: 640){padding-top:var(--space-l)}@container (max-width: 480){padding-top:var(--space-m)}@container (max-width: 400){padding-top:var(--space-s)}@container (max-width: 360){padding-top:var(--space-xs)}}.meet-the-team .bio b{display:block;float:left;-webkit-clip-path:var(--polygon-bottom-left);clip-path:var(--polygon-bottom-left);shape-outside:var(--polygon-bottom-left)}.meet-the-team .bio b,.meet-the-team .bio:before{content:"";height:100%;width:50%;shape-margin:var(--shape-margin)}.meet-the-team .bio:before{float:right;-webkit-clip-path:var(--polygon-bottom-right);clip-path:var(--polygon-bottom-right);shape-outside:var(--polygon-bottom-right)}.meet-the-team .flip-card-back:before{content:"";float:left;width:50%;height:50%;-webkit-clip-path:var(--polygon-top-left);clip-path:var(--polygon-top-left);shape-outside:var(--polygon-top-left);shape-margin:var(--space-s)}.meet-the-team .flip-card-back i{display:block;content:"";float:right;width:50%;height:50%;-webkit-clip-path:var(--polygon-top-right);clip-path:var(--polygon-top-right);shape-outside:var(--polygon-top-right);shape-margin:var(--space-s)}.quote{container-type:inline-size;position:relative;aspect-ratio:1440/700;background-color:var(--accent-color);--size-factor:1}.quote .slot{position:absolute;top:0;left:0;z-index:var(--z-index-masked);width:100%;display:grid;justify-items:center;align-items:center;background-color:var(--accent-color-secondary);max-inline-size:100%;block-size:auto;aspect-ratio:1440/700;-webkit-clip-path:circle(59% at 50% 50%);clip-path:circle(59% at 50% 50%);line-height:.8;text-wrap:balance;max-height:100%;overflow:hidden;@container (max-width: 1280px){--size-factor:0.75}@container (max-width: 920px){--size-factor:0.7}@container (max-width: 768px){--size-factor:0.6}@container (max-width: 640px){--size-factor:0.5}@container (max-width: 480px){--size-factor:0.4}@container (max-width: 320px){--size-factor:0.3}}.quote .slot-content{text-align:center;height:80%;width:80%;grid-gap:calc(var(--space-s) * var(--size-factor));gap:calc(var(--space-s) * var(--size-factor));display:grid;grid-template-columns:1fr;grid-template-rows:auto min-content min-content;@container (max-width: 480px){height:90%;width:85%}@container (max-width: 320px){height:95%}}.quote .slot-content .phrase{font-family:var(--font-face-header)}.quote .slot-content .name,.quote .slot-content .phrase{text-transform:uppercase;font-size:calc(var(--font-size-header) * var(--size-factor))}.quote .slot-content .name{font-family:var(--font-face-display)}.quote .slot-content .position{font-family:var(--font-face-header);font-size:calc(var(--font-size-subheader) * var(--size-factor))}@keyframes marquee{0%{transform:translate3d(-25%,0,0)}to{transform:translate3d(-75%,0,0)}}section.ticker{position:relative;background-color:var(--background-color);border-top:1px solid var(--text-color);padding:var(--space-m) 0}.ticker{font-family:fatfrank}.ticker ul{--duration:60s;display:inline-block;animation:marquee var(--duration) linear infinite;white-space:nowrap;@container (max-width: 480px){animation-duration:calc(var(--duration) / 2)}}.ticker ul:hover{animation-play-state:paused}.ticker li{display:inline-block}.ticker li:first-child{background:none;padding-left:0}.ticker a{padding:0 var(--space-s);color:var(--text-color);font-size:var(--step-1)}.ticker a:hover{color:var(--purplish)}