.calculator-page{width:100%}.calculator-background{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;padding:2.5rem 1.5rem 6rem;gap:10px;min-height:100vh;background:linear-gradient(160deg,var(--color-bg-teal) 0,var(--color-bg-light) 55%,#ffffff 100%);position:relative;overflow:hidden}.calculator-background:before{content:"";position:absolute;top:-80px;right:-80px;width:480px;height:480px;border-radius:50%;background:radial-gradient(ellipse,rgba(27,97,114,.06) 0,transparent 70%);pointer-events:none}.wave-container{position:absolute;bottom:0;left:0;width:100%;height:220px;z-index:0;pointer-events:none;opacity:.55}.step-container{width:100%;max-width:1000px;display:flex;justify-content:center;align-items:flex-start;position:relative;z-index:1;will-change:transform,opacity}@media screen and (max-width:768px){.calculator-background{padding:1.5rem 1rem 5rem}}@media screen and (max-width:480px){.calculator-background{padding:1rem .625rem 4rem}}