.hsg-calculator{--hsg-blue:#045ed3;--hsg-blue-dark:#0c378a;--hsg-navy:#1b2a3b;--hsg-border:#bfd6fb;--hsg-panel:#f1f6ff;--hsg-soft:#f2f2f2;--hsg-card-hover:#e2ecfa;--hsg-amber:#e6a817;color:#20242a;font-family:inherit;margin:0 auto;max-width:1270px;padding:32px 16px 56px}.hsg-calculator *,.hsg-calculator :after,.hsg-calculator :before{box-sizing:border-box}.hsg-calculator__shell{align-items:stretch;display:grid;gap:16px;grid-template-columns:minmax(0,1fr) 290px}.hsg-calculator__input-panel,.hsg-calculator__result-panel{background:#fff;border:1px solid var(--hsg-border)}.hsg-calculator__panel-title{background:var(--hsg-blue);color:#fff;font-size:22px;line-height:1.15;margin:0;padding:14px 16px}.hsg-calculator__form{--hsg-form-pad:16px;--hsg-form-rule:#e4e4e4;display:grid;gap:15px 14px;grid-template-columns:minmax(152px,auto) minmax(0,1fr) minmax(0,1fr);padding:15px var(--hsg-form-pad)}.hsg-calculator__form-row,.hsg-calculator__motion-row{border-top:1px solid var(--hsg-form-rule);grid-column:1/-1;margin:0 calc(var(--hsg-form-pad)*-1);padding:15px var(--hsg-form-pad) 0}.hsg-calculator__form-row--split,.hsg-calculator__motion-row{display:grid;gap:14px;grid-template-columns:minmax(0,1.08fr) minmax(414px,.92fr)}.hsg-calculator__unit-fieldset{border:0;margin:0;padding:0}.hsg-calculator__field label,.hsg-calculator__unit-fieldset legend{color:#363b42;display:block;font-size:15px;font-weight:500;margin:0 0 6px;width:100%}.hsg-calculator__field-head{align-items:center;display:flex;gap:8px;margin:0 0 6px}.hsg-calculator__field-head label{margin:0;width:auto}.hsg-calculator__sr-only{clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.hsg-calculator__hint{display:inline-flex;position:relative}.hsg-calculator__hint-toggle{align-items:center;background:#fff;border:1px solid var(--hsg-blue);border-radius:50%;color:var(--hsg-blue);cursor:pointer;display:inline-flex;font:inherit;font-size:11px;font-weight:500;height:15px;justify-content:center;line-height:1;padding:0;width:15px}.hsg-calculator__hint-bubble{background:#fff;border:1.5px solid var(--hsg-blue);border-radius:2px;bottom:calc(100% + 8px);box-shadow:0 8px 18px rgba(16,42,78,.16);color:#20242a;font-size:13px;font-weight:400;left:50%;line-height:1.6;max-width:220px;opacity:0;padding:9px 11px;position:absolute;text-align:left;transform:translateX(-50%);transition:opacity .15s ease,visibility .15s ease;visibility:hidden;width:max-content;z-index:5}.hsg-calculator__hint-bubble:after{border-left:5.5px solid transparent;border-right:5.5px solid transparent;border-top:3px solid var(--hsg-blue);content:"";height:0;left:50%;margin-left:-5.5px;position:absolute;top:100%;width:0}.hsg-calculator__hint-toggle:focus+.hsg-calculator__hint-bubble,.hsg-calculator__hint:hover .hsg-calculator__hint-bubble{opacity:1;visibility:visible}.hsg-calculator__field label.hsg-calculator__checkbox{align-items:center;color:#20242a;cursor:pointer;display:inline-flex;font-size:13px;font-weight:400;gap:9px;line-height:1.25;margin:10px 0 0;width:auto}.hsg-calculator__checkbox input{appearance:none;-webkit-appearance:none;background:#fff no-repeat 50%;background-size:12px 9px;border:1.5px solid #111;border-radius:2px;cursor:pointer;flex:0 0 auto;height:16px;margin:0;width:16px}.hsg-calculator__checkbox input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='none' stroke='%23045ed3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.1 4.8 3 3 6.8-6.7'/%3E%3C/svg%3E")}.hsg-calculator__checkbox input:focus-visible{outline:2px solid rgba(4,94,211,.35);outline-offset:3px}.hsg-calculator__unit-toggle{--hsg-unit-track:104px;column-gap:12px;display:grid;grid-template-columns:repeat(2,auto);justify-content:start;margin-top:5px;min-width:var(--hsg-unit-track);position:relative;width:fit-content}.hsg-calculator__unit-option{color:#b3b3b3;cursor:pointer;font-size:13px;line-height:1.25;padding-bottom:23px}.hsg-calculator__unit-option input{clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;position:absolute;width:1px}.hsg-calculator__unit-option input:checked+span{color:var(--hsg-blue)}.hsg-calculator__unit-option input:focus-visible+span{outline:2px solid rgba(4,94,211,.35);outline-offset:3px}.hsg-calculator__unit-track{background:#fff;border:1.5px solid #111;border-radius:999px;bottom:0;cursor:pointer;height:17px;left:0;position:absolute;width:var(--hsg-unit-track)}.hsg-calculator__unit-track:before{background:var(--hsg-blue);border-radius:999px;bottom:2px;content:"";left:2%;position:absolute;top:2px;transition:left .18s ease;width:42%}.hsg-calculator__unit-toggle.is-imperial .hsg-calculator__unit-track:before{left:56%}.hsg-calculator__field{min-width:0}.hsg-calculator__field--wide{grid-column:span 2}.hsg-calculator__field--ruled{border-left:1px solid var(--hsg-form-rule);padding-left:14px}.hsg-calculator__motion-row{align-items:start}.hsg-calculator__motion-row .hsg-calculator__field--wide{grid-column:auto}.hsg-calculator__angle-group{align-items:start;align-self:stretch;border-left:1px solid var(--hsg-form-rule);display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 200px;padding-left:14px}.hsg-calculator__control{align-items:center;display:flex;min-height:38px}.hsg-calculator input[type=text],.hsg-calculator__control{background:#eef5ff;border:1px solid #4f95ff;border-radius:2px}.hsg-calculator input[type=text]{color:#20242a;font:inherit;min-height:36px;min-width:0;padding:7px 9px;width:100%}.hsg-calculator__control input[type=text]{border:0}.hsg-calculator__control span{color:#4b5663;flex:0 0 auto;font-size:13px;min-width:42px;padding:0 8px;text-align:right;text-transform:uppercase}.hsg-calculator input[disabled]{cursor:not-allowed;opacity:.7}.hsg-calculator__help{color:#69727d;font-size:12px;line-height:1.45;margin:6px 0 0}.hsg-calculator__cg-visual{--hsg-cg-ratio:0;--hsg-cg-thumb-w:34px;--hsg-cg-thumb-h:40px;--hsg-cg-bar-h:9px;--hsg-cg-axis:54px;--hsg-cg-arrow:27px;--hsg-cg-track:#e29e2d;--hsg-cg-post:#f3d381;--hsg-cg-accent:#0654c8;--hsg-cg-thumb-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Crect width='7.5' height='38' x='13.25' y='1' fill='%230654c8' rx='3'/%3E%3Ccircle cx='17' cy='20' r='13' fill='%230654c8'/%3E%3Cpath fill='%23fff' d='m17 20-9.19-9.19h18.38ZM17 20l-9.19 9.19h18.38Z'/%3E%3C/svg%3E");height:76px;margin-top:12px;position:relative}.hsg-calculator__cg-visual.is-locked{--hsg-cg-track:#f9ebcd;--hsg-cg-post:#fdf6e5;--hsg-cg-accent:#c6daf3;--hsg-cg-thumb-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 34 40'%3E%3Crect width='7.5' height='38' x='13.25' y='1' fill='%23c6daf3' rx='3'/%3E%3Ccircle cx='17' cy='20' r='13' fill='%23c6daf3'/%3E%3Cpath fill='%23fff' d='m17 20-9.19-9.19h18.38ZM17 20l-9.19 9.19h18.38Z'/%3E%3C/svg%3E")}.hsg-calculator__cg-bar{background:var(--hsg-cg-track);border-radius:999px;height:var(--hsg-cg-bar-h);left:calc(var(--hsg-cg-thumb-w)/2 - 6px);position:absolute;right:0;top:calc(var(--hsg-cg-axis) - var(--hsg-cg-bar-h)/2);transition:background-color .18s ease}.hsg-calculator__cg-pivot{background:#fff;border:2px solid var(--hsg-cg-track);border-radius:50%;height:12px;left:calc(var(--hsg-cg-thumb-w)/2);position:absolute;top:var(--hsg-cg-axis);transform:translate(-50%,-50%);width:12px}.hsg-calculator__cg-pivot:before{background:var(--hsg-cg-post);border-radius:3px 3px 0 0;bottom:-2px;content:"";height:calc(var(--hsg-cg-axis) - var(--hsg-cg-arrow) - 1px);left:50%;position:absolute;transform:translateX(-50%);width:6px}.hsg-calculator__cg-measure{background:linear-gradient(currentColor,currentColor) 50% /calc(100% - 24px) 5px no-repeat;color:var(--hsg-cg-accent);height:14px;left:calc(var(--hsg-cg-thumb-w)/2);pointer-events:none;position:absolute;top:calc(var(--hsg-cg-arrow) - 7px);transition:opacity .18s ease;width:calc(var(--hsg-cg-ratio)*(100% - var(--hsg-cg-thumb-w)))}.hsg-calculator__cg-measure:after,.hsg-calculator__cg-measure:before{border-bottom:7px solid transparent;border-top:7px solid transparent;content:"";height:0;position:absolute;top:50%;transform:translateY(-50%);width:0}.hsg-calculator__cg-measure:before{border-right:12px solid;left:0}.hsg-calculator__cg-measure:after{border-left:12px solid;right:0}.hsg-calculator__cg-visual.is-zero .hsg-calculator__cg-measure{opacity:0}.hsg-calculator__cg-slider{appearance:none;-webkit-appearance:none;background:transparent;border:0;border-radius:999px;cursor:pointer;height:var(--hsg-cg-thumb-h);left:0;margin:0;padding:0;position:absolute;top:calc(var(--hsg-cg-axis) - var(--hsg-cg-thumb-h)/2);touch-action:none;width:100%;z-index:1}.hsg-calculator__cg-slider:disabled{cursor:not-allowed}.hsg-calculator__cg-slider:focus{outline:none}.hsg-calculator__cg-slider:focus-visible{outline:3px solid rgba(4,94,211,.28);outline-offset:4px}.hsg-calculator__cg-slider::-webkit-slider-runnable-track{background:transparent;border:0;height:var(--hsg-cg-thumb-h)}.hsg-calculator__cg-slider::-moz-range-track{background:transparent;border:0;height:var(--hsg-cg-thumb-h)}.hsg-calculator__cg-slider::-moz-range-progress{background:transparent}.hsg-calculator__cg-slider::-webkit-slider-thumb{-webkit-appearance:none;background:var(--hsg-cg-thumb-image) center /contain no-repeat;border:0;border-radius:0;height:var(--hsg-cg-thumb-h);margin-top:0;width:var(--hsg-cg-thumb-w)}.hsg-calculator__cg-slider::-moz-range-thumb{background:var(--hsg-cg-thumb-image) center /contain no-repeat;border:0;border-radius:0;height:var(--hsg-cg-thumb-h);width:var(--hsg-cg-thumb-w)}.hsg-calculator__angle-visual{align-items:center;display:flex;justify-content:center;min-width:0}.hsg-calculator__dial{--hsg-dial-size:150px;--hsg-dial-track:#e29e2d;--hsg-dial-post:#f3d381;background:repeating-conic-gradient(#c6daf3 0 1.75deg,transparent 1.75deg 2.93deg);border-radius:50%;cursor:grab;height:var(--hsg-dial-size);margin-right:calc(var(--hsg-dial-size)*.23);position:relative;touch-action:none;user-select:none;width:var(--hsg-dial-size)}.hsg-calculator__dial:focus-visible{outline:3px solid rgba(4,94,211,.35);outline-offset:6px}.hsg-calculator__dial.is-dragging{cursor:grabbing}.hsg-calculator__dial:before{background:#fff;border-radius:50%;content:"";inset:calc(var(--hsg-dial-size)*.055);position:absolute}.hsg-calculator__dial-arm,.hsg-calculator__dial-base{border-radius:999px;height:calc(var(--hsg-dial-size)*.06);left:50%;position:absolute;top:50%;transform-origin:left center}.hsg-calculator__dial-base{background:var(--hsg-dial-post);transform:translateY(-50%);width:calc(var(--hsg-dial-size)*.53)}.hsg-calculator__dial-arm{transform:translateY(-50%) rotate(-60deg);width:calc(var(--hsg-dial-size)*.535);z-index:1}.hsg-calculator__dial-arm:after{background:var(--hsg-dial-track);border-radius:inherit;content:"";inset:0;position:absolute;z-index:1}.hsg-calculator__dial-grip{aspect-ratio:1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Ccircle cx='12' cy='12' r='11' fill='%230654c8'/%3E%3Cpath fill='%23fff' d='M12 12 4.22 4.22h15.56ZM12 12l-7.78 7.78h15.56Z'/%3E%3C/svg%3E") 50% /contain no-repeat;left:51.4%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(var(--hsg-dial-size)*.12);z-index:2}.hsg-calculator__dial-hint{background:var(--hsg-dial-hint) center /contain no-repeat;height:calc(var(--hsg-dial-size)*.075);left:89.7%;position:absolute;transform-origin:left center;width:calc(var(--hsg-dial-size)*.198)}.hsg-calculator__dial-hint--ccw{top:calc(var(--hsg-dial-size)*-.0375);--hsg-dial-hint:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 15'%3E%3Cpath fill='%230654c8' d='M0 4h25V0l14 7.5L25 15v-4H0Z'/%3E%3C/svg%3E");transform:rotate(-110deg)}.hsg-calculator__dial-hint--cw{bottom:calc(var(--hsg-dial-size)*-.0375);--hsg-dial-hint:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 39 15'%3E%3Cpath fill='%23e29e2d' d='M0 4h25V0l14 7.5L25 15v-4H0Z'/%3E%3C/svg%3E");transform:rotate(110deg)}.hsg-calculator__dial-pivot{aspect-ratio:1;background:#fff;border:calc(var(--hsg-dial-size)*.015) solid var(--hsg-dial-track);border-radius:50%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(var(--hsg-dial-size)*.135);z-index:2}.hsg-calculator__dial-pivot:after{background:var(--hsg-dial-post);border-radius:50%;content:"";inset:calc(var(--hsg-dial-size)*.015);position:absolute}.hsg-calculator__dial-zero{color:#5b6571;font-size:calc(var(--hsg-dial-size)*.085);left:calc(100% + var(--hsg-dial-size)*.115);line-height:1;position:absolute;top:50%;transform:translateY(-50%)}.hsg-calculator__result-panel{background:var(--hsg-panel);display:flex;flex-direction:column;gap:28px;justify-content:center;padding:28px 18px;text-align:center}.hsg-calculator__result-panel h2{color:#0a0c10;font-size:27px;letter-spacing:-.025em;line-height:1.5;margin:0}.hsg-calculator__result-row{display:flex;flex-direction:column;gap:14px}.hsg-calculator__result-row+.hsg-calculator__result-row{border-top:1px solid #dce8f8;padding-top:16px}.hsg-calculator__result-label{color:#4a4f57}.hsg-calculator__result-value{align-items:baseline;display:flex;gap:6px;justify-content:center}.hsg-calculator__result-value strong{color:var(--hsg-blue);font-size:18px}.hsg-calculator__result-value small{color:#56616c}.hsg-calculator__reset,.hsg-product-card__link{background:#fff;border:2px solid var(--hsg-blue);color:var(--hsg-blue);font-weight:700;line-height:1;text-transform:uppercase}.hsg-calculator__reset{align-self:center;padding:10px 16px}.hsg-products{background:var(--hsg-soft);margin-top:16px;padding:34px 28px 28px}.hsg-products__heading{text-align:center}.hsg-products__heading h2{color:var(--hsg-blue);font-size:32px;line-height:1.15;margin:0}.hsg-products__heading p{font-size:15px;margin:14px auto 0;max-width:690px}.hsg-products__filters{margin:18px auto 28px;position:relative;width:min(100%,256px);z-index:2}.hsg-products__filter-toggle{align-items:center;background:#fff;border:1px solid var(--hsg-border);color:#2d2d2d;cursor:pointer;display:flex;font-family:inherit;font-size:15px;font-weight:600;justify-content:space-between;line-height:17px;padding:7px 16px 9px 10px;text-transform:none;width:100%}.hsg-products__filter-toggle span:last-child{border-left:5px solid transparent;border-right:5px solid transparent;border-top:5px solid;height:0;width:0}.hsg-products__filter-toggle[aria-expanded=true]{background:var(--hsg-blue);border-color:var(--hsg-blue);color:#fff}.hsg-products__filter-toggle[aria-expanded=true] span:last-child{transform:rotate(180deg)}.hsg-products__filter-panel{background:#fff;border:1px solid var(--hsg-blue);border-top:0;left:0;max-height:min(70vh,650px);overflow:auto;padding:11px 9px;position:absolute;right:0;top:100%}.hsg-products__filter-group{border:0;border-bottom:1px solid #e1e1e1;margin:0 -6px;padding:0 6px 11px}.hsg-products__filter-group+.hsg-products__filter-group{margin-top:12px}.hsg-products__filter-group:last-child{border-bottom:0;padding-bottom:0}.hsg-products__filter-group legend{color:#101216;font-size:14px;font-weight:500;line-height:1.2;margin-bottom:8px;padding:0}.hsg-products__filter-option{align-items:center;color:#666;cursor:pointer;display:flex;font-size:14px;gap:4px;line-height:19px;margin-bottom:0}.hsg-products__filter-option input{appearance:none;-webkit-appearance:none;background:#fff no-repeat 50%;background-size:13px 10px;border:1.5px solid #111;border-radius:2px;cursor:pointer;flex:0 0 auto;height:18px;margin:0;width:18px}.hsg-products__filter-option input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 9'%3E%3Cpath fill='none' stroke='%23045ed3' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m1.1 4.8 3 3 6.8-6.7'/%3E%3C/svg%3E")}.hsg-products__filter-option input:focus-visible{outline:2px solid rgba(4,94,211,.35);outline-offset:3px}.hsg-products__status{color:#59626d;margin:0 0 14px;min-height:1.5em;text-align:center}.hsg-products__grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.hsg-product-card{align-items:center;background:#fff;display:grid;gap:18px;grid-template-columns:130px minmax(0,1fr);min-height:126px;transition:background-color .15s ease}.hsg-product-card:focus-within,.hsg-product-card:hover{background:var(--hsg-card-hover)}.hsg-product-card__image{align-items:center;align-self:stretch;background:#fff;display:flex;justify-content:center;min-width:0}.hsg-product-card__image img{display:block;max-height:86px;max-width:120px;object-fit:contain}.hsg-product-card h3{color:#0a0c10;font-size:22px;font-weight:700;letter-spacing:-.025em;line-height:1.5;margin:0 0 6px}.hsg-product-card p{color:#2e333a;font-size:14px;line-height:1.35;margin:0 0 12px}.hsg-product-card__link{background:transparent;border:0;display:inline-flex;font-size:13px;padding:0;text-decoration:none;width:fit-content}.hsg-disclaimer{background:var(--hsg-soft);margin-top:64px;padding:40px;text-align:center}.hsg-disclaimer p{color:#0a0c10;font-size:15px;line-height:1.6;margin:0}.hsg-disclaimer p+p{margin-top:13px}.hsg-disclaimer__lead{font-weight:700}.hsg-modal{align-items:center;display:flex;inset:0;justify-content:center;padding:20px;position:fixed;z-index:60}.hsg-modal [hidden],.hsg-modal[hidden]{display:none}.hsg-modal__overlay{background:#045ed354;inset:0;position:absolute}.hsg-modal__panel{align-items:center;background:#f2f7fd;display:grid;gap:24px;grid-template-columns:minmax(0,1fr) 200px;max-height:calc(100vh - 40px);overflow:auto;padding:45px 16px 60px;position:relative;width:min(585px,100%)}.hsg-modal__close{background:transparent;border:0;color:var(--hsg-blue-dark);cursor:pointer;font:inherit;font-size:13px;font-weight:700;line-height:1.2;padding:0;position:absolute;right:16px;text-decoration:underline;text-transform:uppercase;text-underline-offset:3px;top:13px}.hsg-modal__body{align-items:flex-start;display:flex;flex-direction:column}.hsg-modal__title{color:#0a0c10;font-size:42px;font-weight:700;line-height:1.1;margin:0}.hsg-modal__description{color:#20242a;font-size:14px;line-height:1.45;margin:3px 0 0;white-space:pre-line}.hsg-modal__cta{border-radius:2px;font-size:13px;font-weight:700;line-height:1.05;margin-top:26px;padding:7px 16px;text-decoration:none;text-transform:uppercase}.hsg-modal__cta--solid{background:var(--hsg-blue);border:0;color:#fff}.hsg-modal__cta--outline{background:transparent;border:1px solid #4f7fbf;color:var(--hsg-blue);margin-top:14px}.hsg-modal__cta:focus-visible{outline:2px solid rgba(4,94,211,.45);outline-offset:3px}.hsg-modal__image{align-items:center;display:flex;justify-content:center}.hsg-modal__image img{height:auto;max-width:100%}body.hsg-modal-open{overflow:hidden}.hsg-products__pagination{align-items:center;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-top:26px}.hsg-products__pagination button{background:transparent;border:0;color:#333;cursor:pointer;font-family:inherit;font-size:16px;font-weight:400;line-height:24px;padding:0;text-transform:none}.hsg-products__pagination button[data-hsg-page]:hover{color:var(--hsg-blue)}.hsg-products__pagination button.is-active{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:2px}.hsg-products__pagination button[data-hsg-page-dir]{background:var(--hsg-blue) no-repeat center;background-size:7px 11px;flex:0 0 auto;font-size:0;height:24px;width:25px}.hsg-products__pagination button[data-hsg-page-dir="-1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2' d='M5.8 1 1.4 5.5 5.8 10'/%3E%3C/svg%3E")}.hsg-products__pagination button[data-hsg-page-dir="1"]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 11'%3E%3Cpath fill='none' stroke='%23fff' stroke-linejoin='round' stroke-width='2' d='m1.2 1 4.4 4.5L1.2 10'/%3E%3C/svg%3E")}.hsg-products__pagination button:disabled{cursor:not-allowed;opacity:.45}@media (max-width:900px){.hsg-calculator__shell{grid-template-columns:1fr}.hsg-calculator__form{column-gap:28px;grid-template-columns:repeat(2,minmax(0,1fr))}.hsg-calculator__field--ruled{border-left:0;padding-left:0}.hsg-calculator__angle-group,.hsg-calculator__form-row--split,.hsg-calculator__motion-row{grid-template-columns:1fr}.hsg-calculator__angle-group{border-left:0;border-top:1px solid var(--hsg-form-rule);padding-left:0;padding-top:15px}}@media (max-width:640px){.hsg-calculator{padding:18px 12px 42px}.hsg-calculator__form,.hsg-products__grid{grid-template-columns:1fr}.hsg-calculator__angle-visual,.hsg-calculator__field--wide{grid-column:auto}.hsg-products{padding:28px 18px 22px}.hsg-products__heading h2{font-size:28px}.hsg-disclaimer{margin-top:32px;padding:28px 18px}.hsg-product-card{grid-template-columns:110px minmax(0,1fr);min-height:138px}.hsg-product-card__image img{max-width:100%}.hsg-product-card h3{margin-bottom:3px}.hsg-product-card p{line-height:22px;margin-bottom:4px}.hsg-modal{padding:12px 45px}.hsg-modal__panel{grid-template-columns:minmax(0,1fr);max-height:calc(100vh - 24px);padding:48px 15px 30px}.hsg-modal__close{right:15px;top:30px}.hsg-modal__title{font-size:30px}.hsg-modal__description{line-height:24px;margin-top:12px}.hsg-modal__cta{padding:10.5px 16px}.hsg-modal__cta--outline{margin-top:15px}.hsg-modal__image{order:-1}.hsg-modal__image img{max-width:220px}}