.discovery-content{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:1536px;padding-left:80px;padding-right:80px;width:100%}@media (max-width:767.98px){.discovery-content{padding-left:20px;padding-right:20px}}.discovery-hero{background:var(--overlay),var(--bg-image);background-position:var(--bg-pos);background-repeat:var(--bg-repeat);background-size:var(--bg-size);display:flex;flex-direction:column;height:400px;justify-content:center}@media (min-width:768px){.discovery-hero{height:485px}}.discovery-text{align-items:flex-start;display:flex;flex-direction:column;gap:24px;justify-content:center}.discovery-row1{align-items:baseline;display:flex;flex-wrap:wrap;gap:12px;margin:0}@media (max-width:767.98px){.discovery-row1{gap:4px;margin-bottom:6px}.discovery-row1>span{line-height:1.02}}.discovery-padding{padding:40px 20px}@media (min-width:768px){.discovery-padding{padding:80px}}.discovery-title{color:#f5f5f5;font-family:Roboto-Bold,sans-serif;font-size:40px;font-weight:700;letter-spacing:-.015em;line-height:1.2;margin:0;overflow-wrap:break-word;text-align:left}@media (min-width:768px){.discovery-title{font-size:60px}}.discovery-subtitle{color:#f5f5f5;font-family:Roboto-Regular,sans-serif;font-size:16px;font-weight:400;line-height:1.5;text-align:left}@media (min-width:768px){.discovery-subtitle{font-size:18px}}.discovery-accent{background:linear-gradient(90deg,#2665e2,#c26de6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;display:inline-block}@keyframes discovery-grow-underline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.discovery-highlight,.discovery-row3.discovery-underline{display:inline-block;line-height:1;position:relative}.discovery-highlight:after,.discovery-row3.discovery-underline:after{background:linear-gradient(90deg,#2665e2,#c26de6);border-radius:4px;bottom:-6px;content:"";height:5px;left:0;position:absolute;transform:scaleX(0);transform-origin:left;width:100%}.discovery-hero.is-visible .discovery-highlight:after,.discovery-hero.is-visible .discovery-row3.discovery-underline:after{animation:discovery-grow-underline .8s cubic-bezier(.25,1,.5,1) forwards}@media (min-width:768px){.discovery-highlight:after,.discovery-row3.discovery-underline:after{bottom:-10px;height:8px}}.discovery-cta{align-items:center;background-color:#2665e2;border-radius:8px;color:#fff!important;display:inline-flex;font-family:Roboto-Bold,sans-serif;font-size:14px;font-weight:700;gap:8px;height:40px;isolation:isolate;overflow:hidden;padding:12px 24px;position:relative;text-decoration:none}.discovery-cta:before{background:linear-gradient(90deg,#2665e2,#c26de6);content:"";inset:0;opacity:0;position:absolute;transition:opacity .35s ease;z-index:-1}.discovery-cta:focus-visible:before,.discovery-cta:hover:before{opacity:1}.discovery-cta__label{position:relative;z-index:1}