.real-results-section{width:100vw;min-height:650px;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw}.real-results-screen{width:100%;min-height:650px;background-color:#18191B;border:1px solid rgba(255,255,255,.08);border-radius:8px;box-shadow:0 20px 45px 0 rgba(0,0,0,.25)}.real-results-background-wrapper{width:200%;height:120%;display:flex;flex-direction:row;gap:0;transform-origin:center center;animation:slideRight 10s linear infinite;will-change:transform;top:50%;left:50%}.real-results-background,.real-results-background-duplicate{width:50%;min-width:50%;height:100%;object-fit:cover;object-position:center center;flex-shrink:0;display:block;margin:0;padding:0}@keyframes slideRight{0%{transform:translate(-50%,-50%) rotate(15deg) scale(1.8) translateX(0)}to{transform:translate(-50%,-50%) rotate(15deg) scale(1.8) translateX(-50%)}}.real-results-ellipse{width:1565px;height:272px;background:#101113;border-radius:50%;filter:blur(100px);pointer-events:none}.real-results-ellipse-top{top:-115px;left:50%;transform:translateX(-50%)}.real-results-ellipse-bottom{bottom:-40px;left:50%;transform:translateX(-50%)}.real-results-title-bold{font-weight:800;background:radial-gradient(circle at 50% 50%,rgba(255,0,255,1) 30%,rgba(183,0,255,1) 100%);-webkit-background-clip:text;background-clip:text}.real-results-title-bold,.real-results-title-normal{font-family:Urbanist,sans-serif;font-size:70px;line-height:1.5em;-webkit-text-fill-color:transparent}.real-results-title-normal{font-weight:400;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,1) 0,rgba(136,136,136,1) 100%);-webkit-background-clip:text;background-clip:text}.real-results-button{width:189.11px;height:48px;background:linear-gradient(176deg,rgba(84,65,251,1),rgba(74,23,169,1));border-radius:9999px;text-decoration:none}.real-results-button-text{font-family:Urbanist,sans-serif;font-weight:500;font-size:18px;line-height:1.5555555555555556em;color:#FFFFFF;text-align:center}@media (max-width:1024px){.real-results-screen,.real-results-section{min-height:500px}.real-results-title-bold,.real-results-title-normal{font-size:50px}.real-results-ellipse{width:1200px;height:200px}}@media (max-width:768px){.real-results-screen,.real-results-section{min-height:400px}.real-results-title-bold,.real-results-title-normal{font-size:36px}.real-results-button{width:160px;height:44px}.real-results-button-text{font-size:16px}.real-results-ellipse{width:800px;height:150px}}@media (max-width:480px){.real-results-screen,.real-results-section{min-height:350px}.real-results-title{flex-direction:column;gap:0}.real-results-title-bold,.real-results-title-normal{font-size:28px}.real-results-button{width:140px;height:40px}.real-results-button-text{font-size:14px}.real-results-ellipse{width:600px;height:120px}}@keyframes levitateUp{0%,to{transform:translateY(0)}50%{transform:translateY(-25px)}}@keyframes levitateDown{0%,to{transform:translateY(0)}50%{transform:translateY(25px)}}.animate-levitate-up{animation:levitateUp 4s ease-in-out infinite;animation-delay:0s}.animate-levitate-down{animation:levitateDown 4s ease-in-out infinite;animation-delay:4s}@media (max-width:768px){.animate-levitate-down,.animate-levitate-up{animation-duration:3s}}