.calculator{border:0 solid #000;margin-top:40px;width:100%}.sliders{gap:32px}.slider-group,.sliders{display:flex;flex-direction:column}.slider-group{gap:4px}.slider-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.slider-header span{color:#031836;font-size:16px;line-height:21px}.slider-header .value{color:#031836;font-size:32px;font-weight:600}.slider-bar{background:rgba(3,24,54,.1);border-radius:8px;height:4px;margin:8px 0;position:relative;width:100%}.slider-bar .progress{background:linear-gradient(90deg,#f54d41,#ff78e0);border-radius:8px;height:100%;left:0;position:absolute;width:45%}.slider-bar .handle{background:#ff74d1;border-radius:50%;cursor:pointer;height:20px;left:45%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .2s ease;width:20px;z-index:2}.slider-bar .handle:hover{transform:translate(-50%,-50%) scale(1.1)}.slider-bar .handle:active{transform:translate(-50%,-50%) scale(.95)}.stats-grid{align-items:center;display:flex;gap:5px;margin-top:60px;width:100%}.stat-box{flex:1;flex-direction:column;gap:4px;max-width:100px;min-width:80px;position:relative;z-index:1}.stat-box,.stat-box .stat-value{align-items:center;border-radius:4px;display:flex}.stat-box .stat-value{background:rgba(3,24,54,.05);color:#031836;font-size:14;font-weight:500;height:50px;justify-content:center;text-align:center;width:100%}@media screen and (max-width:1300px){.stat-box:nth-child(11){background:rgba(3,24,54,.25)}}@media screen and (min-width:1300px){.stat-box:nth-child(11) .stat-value{background:rgba(3,24,54,.25)}}.stat-box .stat-label{color:#031836;font-size:14px;height:18px;line-height:18px;text-align:center}.multiply-sign{align-items:center;background:#d0d2c6;border-radius:50%;color:#031836;display:flex;font-size:16px;height:20px;justify-content:center;margin:0 -10px;position:relative;transform:translateY(-10px);width:20px;z-index:2}.result{margin-top:60px}.result .amount{margin-bottom:28px}.result .amount .value{color:#031836;font-size:64px;font-weight:600;line-height:64px}.result .amount .label{color:#031836;font-size:16px;margin-top:4px;opacity:.5}.cta-container{align-items:start;display:grid;gap:16px;grid-template-columns:auto 1fr}.cta-notes p{margin:0;padding:0}.cta-notes p:first-child{font-weight:600;margin-top:6px}.cta-notes p:last-child{opacity:.5}.calculator-section{background:#e7e7d6;border-radius:8px;margin:100px;padding:100px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.calculator-section .grid{display:grid;gap:80px;grid-template-columns:3fr 2fr;height:100%;width:100%}.calculator-section .text-col{display:flex;flex-direction:column;justify-content:center}.calculator-section h1{color:#031836;font-family:Roobert;font-size:64px;font-style:normal;font-weight:600;letter-spacing:-2.24px;line-height:100%}.calculator-section .images-col{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative}.calculator-section .images-col img{height:auto;width:100%}.image-mobile{display:none}@media screen and (min-width:1100px){.calculator-section{clip-path:inset(150px 150px 150px 150px round 10px);opacity:0;transition:clip-path 1s ease,opacity .5s ease}.calculator-section.animated{clip-path:inset(0 0 0 0 round 10px);opacity:1}}@media screen and (max-width:1300px){.calculator-section .grid{grid-template-columns:2fr}.calculator-section .text-col{margin-top:-80px;order:1;padding-bottom:40px}.calculator-section h1{font-size:40px;letter-spacing:-1.4px}.stats-grid{flex-direction:column;gap:4px;width:100%}.stat-box{align-items:center;background:rgba(3,24,54,.05);flex-direction:row;gap:10px;max-width:none;min-width:0;padding:16px;width:100%}.stat-box .stat-value{background:none;font-size:16px;font-weight:600;height:100%;justify-content:flex-start;padding:0;width:64px}.stat-box .stat-label{font-size:16px;height:auto;text-align:left}.multiply-sign{display:flex!important;margin:-10px 0;transform:translateY(0)}.image-desktop{display:none}.image-mobile{display:block}}@media screen and (max-width:1100px){.calculator-section{margin:20px;padding:40px}.calculator{margin-top:20px}.stats-grid{justify-content:stretch}.stat-box{flex:1;padding:16px}.result .amount .value{font-size:48px;line-height:48px}}@media screen and (max-width:800px){.slider-header span{font-size:14px}.slider-header .value{font-size:24px}.stat-box .stat-label,.stat-box .stat-value{font-size:14px}.result .amount .value{font-size:36px;line-height:36px}.cta-container{grid-template-columns:1fr}}@media screen and (max-width:480px){.result .cta-button{width:100%}}@media (hover:none){.slider-bar .handle{height:28px;width:28px}}.result .amount{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.cta-container .button-fill{align-self:flex-start;height:fit-content}