@keyframes opacity-end-100{0%{opacity:0}to{opacity:1}}@keyframes opacity-bounce{0%{opacity:.4}50%{opacity:.6}to{opacity:.4}}@keyframes translateY-start-negative{0%{transform:translateY(-10px)}to{transform:translateY(0)}}@keyframes marquee-scroll{0%{transform:translateX(0)}to{transform:translateX(calc(-100% - var(--gap)))}}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:din-condensed;src:url(../fonts/DINCond-Bold.woff) format("woff");font-weight:700;font-style:normal}.storage-calculator__steps-title{margin-top:32px;margin-bottom:32px;font-size:20px;font-weight:700;line-height:20px;width:80%;font-size:1.125rem}@media(min-width:1024px){.storage-calculator__steps-title{width:100%;font-size:20px}}.storage-calculator__steps--1{display:flex;justify-content:space-between;flex-direction:row;gap:0;flex-wrap:wrap}@media(min-width:1024px){.storage-calculator__steps--1{gap:16px}}.storage-calculator__steps-item{display:flex;justify-content:flex-start;align-items:center;flex-direction:column;background-color:#e6ebef;border:1px solid #e6ebef;padding:18px;width:calc(50% - 4px);border-radius:3px;cursor:pointer;margin-right:8px;overflow:hidden;margin-bottom:8px;transition:all .2s cubic-bezier(.76,0,.24,1)}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.storage-calculator__steps-item{height:auto!important}}@media(min-width:1024px){.storage-calculator__steps-item{width:32%;padding:24px 34px;margin-bottom:0;margin-right:0}}@media(min-width:1200px){.storage-calculator__steps-item{width:15%}}.storage-calculator__steps-item:hover{background:#cfd9ea;border:1px solid #003961}.storage-calculator__steps-item:nth-child(2n){margin-right:0}.storage-calculator__steps-item-image{transition:all .2s cubic-bezier(.76,0,.24,1);background-color:#ffde6c;padding:16px;height:80px;width:80px;border-radius:16px;margin-bottom:24px}.storage-calculator__steps-item-title{position:relative;font-size:1.25rem;font-style:normal;font-weight:700;line-height:1.5rem;text-transform:uppercase;margin:0 0 5px;text-align:center}.storage-calculator__steps-item-title-text{display:block;position:relative}.storage-calculator__steps-item-subtitle{font-size:17px;font-weight:400;line-height:20px;text-align:center;margin:0;width:100%}.storage-calculator__steps-details{background-color:#ffde6c;padding:24px;width:432px;align-self:stretch}@media(min-width:1024px){.storage-calculator__steps-details{padding:32px}}.storage-calculator__steps-details-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;margin-bottom:26px;height:auto!important}@media(min-width:1024px){.storage-calculator__steps-details-wrapper{flex-wrap:unset}}.storage-calculator__steps-details-title{font-size:28px;font-weight:700;line-height:28px;margin-bottom:10px;text-transform:uppercase}.storage-calculator__steps-details-description{font-size:19px;font-weight:400;line-height:24px}.storage-calculator__steps-details-image{background-color:#fff;padding:26px 22px;border-radius:16px;margin-bottom:24px;max-width:88px}.storage-calculator__steps-details-unit{background-color:#fff;padding:26px 22px;border-radius:16px;margin-bottom:24px;font-size:24px;font-weight:700;text-transform:uppercase;display:inline-block}.storage-calculator__steps-details-link{color:#003961;font-size:15px;line-height:28px;font-weight:700;text-decoration:underline}.storage-calculator__steps-options{background-color:#e6ebef;width:848px;padding:24px;flex:1}.storage-calculator__steps-options form:not(.storage-calculator__fields-wrapper){justify-content:flex-start;align-items:flex-start;flex-direction:column;flex:none;display:block}@media(min-width:1024px){.storage-calculator__steps-options form:not(.storage-calculator__fields-wrapper){flex-direction:row;column-count:3}}@media(min-width:1024px){.storage-calculator__steps-options{padding:32px 65px}}.storage-calculator__steps-options-title{font-size:15px;font-weight:700;line-height:24px;text-transform:uppercase;margin-bottom:10px}.storage-calculator__steps-options-input{display:flex;background-color:#fff;border:2px solid #99b0c0;align-items:center;border-bottom:0;padding:8px;font-size:19px;font-weight:400;line-height:24px}.storage-calculator__steps-options-input-checkmark{margin:0 10px 0 0;width:16px;height:16px;border:1px solid #99b0c0;border-radius:150%}.storage-calculator__steps-options-input input{appearance:none;position:absolute;opacity:0;cursor:pointer}.storage-calculator__steps-options-input input:checked~.storage-calculator__steps-options-input-checkmark{background-color:#003961}.storage-calculator__steps-options-input input.input--invalid{border-color:#ee3524}.storage-calculator__steps-options-input--number input{position:relative;opacity:1;width:40px;height:32px;margin:0;border-radius:2px;font-size:1rem;border:1px solid #99b0c0;font-family:din-condensed,sans-serif;padding:0 2px;text-align:center}@media(min-width:1200px){.storage-calculator__steps-options-input--number input{-moz-appearance:textfield}.storage-calculator__steps-options-input--number input::-webkit-inner-spin-button,.storage-calculator__steps-options-input--number input::-webkit-outer-spin-button{-webkit-appearance:none}}.storage-calculator__steps-options-input-icon{width:32px;height:32px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.storage-calculator__steps-options-input-icon-wrapper{margin:0 0 0 auto;padding-left:8px;flex:0 0 40px;max-width:40px;min-width:40px;width:40px;display:flex;justify-items:center;align-items:center}.storage-calculator__steps-options-input:last-child{border-bottom:2px solid #99b0c0}.storage-calculator__steps-options-wrapper{width:100%;margin-bottom:20px}.storage-calculator__steps-options-wrapper:last-of-type{margin-bottom:0}@media(min-width:1024px){.storage-calculator__steps-options-wrapper{break-after:avoid;display:inline-block}}.storage-calculator__steps-button{display:block;width:100%;margin-bottom:10px;text-align:center}@media(min-width:1024px){.storage-calculator__steps-button{float:right;margin-bottom:0;width:auto}}.storage-calculator__steps-button svg{height:16px;width:16px}.storage-calculator__steps-button svg path{fill:#003961}.storage-calculator__steps-button--inactive{opacity:.75;pointer-events:none}.storage-calculator__steps-button.button--blue svg{height:16px;width:16px}.storage-calculator__steps-button.button--blue svg path{fill:#fff}.storage-calculator__steps-button.button--blue:hover path{fill:#ffde6c}.storage-calculator__steps--3 .storage-calculator__steps-options{align-self:stretch}.storage-calculator__steps--3 .storage-calculator__steps-options-title{display:none;font-size:28px;font-weight:700;line-height:28px;margin-bottom:20px}@media(min-width:1024px){.storage-calculator__steps--3 .storage-calculator__steps-options-title{display:block}}.storage-calculator__steps--3 .storage-calculator__steps-options-sub-title{font-size:15px;font-weight:700;line-height:24px;margin-bottom:5px}.storage-calculator__steps-progress{display:flex;justify-content:center;align-items:center;font-size:16px;line-height:19px;font-weight:700;position:relative}.storage-calculator__steps-progress--1 .storage-calculator__steps-progress-indicator--1,.storage-calculator__steps-progress--2 .storage-calculator__steps-progress-indicator--2,.storage-calculator__steps-progress--3 .storage-calculator__steps-progress-indicator--3{background-color:#003961;width:24px}.storage-calculator__steps-progress-indicators{position:absolute;right:100%;padding-right:8px;display:flex;flex-direction:row;justify-content:flex-end;width:100px}.storage-calculator__steps-progress-indicator{transition:all .2s cubic-bezier(.76,0,.24,1);content:"";display:inline-block;margin-left:4px;width:8px;height:8px;background-color:#7f9cb0;border-radius:4px}.storage-calculator__steps-progress-indicator--clickable:hover{background-color:#001727;cursor:pointer}.storage-calculator__steps-heading{display:flex;justify-content:space-between;flex-direction:row;align-items:center}.storage-calculator__steps-plus-min-wrapper{display:flex;margin-right:8px;gap:2px}.storage-calculator__steps-plus-min-icon{width:32px;height:32px;flex:0 0 32px;border-radius:2px;background-color:#003961;color:#fff;font-size:1.5rem;transition:all .2s ease-in-out;user-select:none;cursor:pointer}.storage-calculator__steps-plus-min-icon:hover{background-color:#001727}.storage-calculator__steps-plus-min-icon--inactive{color:#003961;pointer-events:none;background-color:#e6ebef}.storage-calculator__steps-plus-min-icon span{display:block;text-align:center;top:2px;position:relative}