.sitespeed-wrapper .left-container__logo{max-width:20rem}.sitespeed-wrapper .left-container__cta-item{font-size:var(--text-s);font-weight:500;position:relative}.sitespeed-wrapper .left-container__cta-item::before{content:'';width:100%;height:1.6rem;background-color:transparent;position:absolute;bottom:-.4rem;transition:background-color 200ms ease-in-out}.sitespeed-wrapper .left-container__cta-item:hover::before{background-color:var(--shade-trans-30)}.sitespeed-wrapper .right-container{display:flex;flex-direction:column;gap:var(--space-m)}.sitespeed-wrapper .right-container .speed-index{background:rgba(120,186,174,.1);padding:var(--space-m)}.sitespeed-wrapper .right-container__heading{color:#2a3960;font-weight:700}.score-card{background:rgba(120,186,174,.1);padding:var(--space-m);display:flex;flex-direction:column;gap:var(--space-s)}.score-card__heading{color:#2f4e50;font-weight:700}.score-card__speed-index .single-chart .circular-chart{max-height:30rem}.single-chart{width:100%;animation:showchart 1s ease-out forwards}.circular-chart{display:block;margin:10px auto}.circle-bg{fill:none;stroke:#eee;stroke-width:3.8}.circle{fill:none;stroke-width:2.8;stroke-linecap:round;animation:progress 1s ease-out forwards}@keyframes progress{0%{stroke-dasharray:0 100}}@keyframes showchart{0%{opacity:0}100%{opacity:1}}.circular-chart.red .circle{stroke:#fe6c62}.circular-chart.yellow .circle{stroke:#feb562}.circular-chart.green .circle{stroke:#78baae}.percentage{fill:#1c2f31;font-size:.5em;font-weight:900;text-anchor:middle}