#auto-torq-calculator{container-type:inline-size;container-name:app}#auto-torq-calculator #app{width:100%;max-width:875px;display:flex;flex-direction:column;row-gap:45px;justify-content:space-between;margin:70px auto 90px}#auto-torq-calculator #app #torq-inputs,#auto-torq-calculator #app #torq-results{width:100%}#auto-torq-calculator #app .torq-graphic{display:block;width:300px;height:auto;margin-left:auto;margin-right:auto}@container app (min-width: 650px){#auto-torq-calculator #app{flex-direction:row}#auto-torq-calculator #app .torq-graphic{display:none}#auto-torq-calculator #app #torq-inputs{width:45%}#auto-torq-calculator #app #torq-results{width:50%}#auto-torq-calculator #app #torq-results #torq-result-wrapper{height:100%}}#torq-inputs{display:flex;flex-direction:column;row-gap:1.4rem;min-height:100%;justify-content:space-between}#torq-inputs fieldset{border:none;padding:0}#torq-inputs fieldset:last-of-type{margin-bottom:0}#torq-inputs label{font-family:Oxygen,sans-serif;font-weight:700;font-size:14px;margin-bottom:.35em}#torq-inputs label span.unit{font-weight:400}#torq-inputs input,#torq-inputs select{font-size:15px;font-weight:700;color:#393939;padding:12px 15px;border-radius:0;background:#f0f0f0;border:1px solid rgb(107,107,107)}#torq-inputs input:focus-visible,#torq-inputs select:focus-visible{border:1px solid rgb(218,41,28);outline:none;background:#fff}#torq-inputs select{-moz-appearance:none;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' width='12' height='7' fill='%23da291c'%3E%3Cpolygon points='6 7 0 1.4 1.5 0 6 4.2 10.5 0 12 1.4 6 7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - 6px);background-position-y:calc(50% + 2px);padding-right:2rem;width:100%}#torq-inputs select:focus-visible{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 7' width='12' height='7' fill='%23da291c'%3E%3Cpolygon points='6 0 12 5.6 10.5 7 6 2.8 1.5 7 0 5.6 6 0'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position-x:calc(100% - 6px);background-position-y:calc(50% + 2px)}#torq-inputs input[type=number]{-moz-appearance:textfield}#torq-inputs input[type=number]::-webkit-inner-spin-button,#torq-inputs input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#torq-inputs .num-input{display:flex}#torq-inputs .num-input input{flex-grow:1}#torq-inputs .num-input .num-control{width:30px}#torq-inputs .num-input .num-control .num-btn{height:30px;width:30px;border-radius:0;border:1px solid rgb(107,107,107);border-left:none;padding:0;margin:0;font-weight:700;font-size:1.25rem;color:#da291c;background-color:#fff;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:center;line-height:1}#torq-inputs .num-input .num-control .num-btn:last-of-type{border-top:none}#torq-inputs .num-input .num-control .num-btn:hover{color:#fff;background-color:#da291c;border-color:#6b6b6b;border-left:none}#torq-inputs .num-input .num-control .num-btn:hover:last-of-type{border-top:none}#torq-inputs .num-input .num-control .num-btn:focus{outline:none;background-color:#fff;border-color:#6b6b6b;border-left:none}#torq-inputs .num-input .num-control .num-btn:focus:last-of-type{border-top:none}#torq-inputs .num-input .num-control .num-btn:focus:hover{color:#fff;background-color:#da291c;border-color:#da291c;border-left:none}#torq-inputs .num-input .num-control .num-btn:focus:hover:last-of-type{border-top:none}#torq-inputs .num-input .num-control .num-btn:focus-visible{border-color:#da291c;outline:1px solid rgb(218,41,28);z-index:2}#torq-inputs .num-input .num-control .num-btn:focus-visible:last-of-type{border-top-color:#da291c}#torq-inputs .num-input .num-control .num-btn.disabled{color:#e5e5e5;cursor:default}#torq-inputs .num-input .num-control .num-btn.disabled:hover{color:#e5e5e5;background-color:#fff;border-color:#6b6b6b;border-left:none}#torq-inputs .num-input .num-control .num-btn.disabled:hover:last-of-type{border-top:none}#torq-inputs .description{font-family:Oxygen,sans-serif;font-size:13px;line-height:1;margin-bottom:0;margin-top:.5em}@container app (min-width: 650px){#torq-inputs input{padding:12px 15px}#torq-inputs .num-input .num-control{width:25px}#torq-inputs .num-input .num-control .num-btn{height:25px;width:25px;font-size:1.25rem}}#torq-results #torq-result-wrapper{background-color:#002855;color:#fff;padding:40px 35px;position:relative}#torq-results #torq-result-wrapper .torq-result-list{list-style:none;padding-left:0;margin-top:0;margin-bottom:40px}#torq-results #torq-result-wrapper .torq-result-list .torq-result-item{display:flex;align-items:baseline;justify-content:space-between}#torq-results #torq-result-wrapper .torq-result-list .torq-result-item:not(:last-of-type){padding-bottom:25px;margin-bottom:25px;border-bottom:1px solid rgb(255,255,255)}#torq-results #torq-result-wrapper .torq-result-list .torq-result-item .torq-result-item-title{font-family:Oswald,sans-serif;margin:0;font-size:22px;font-style:normal;font-weight:400;line-height:1.1;color:#fff}#torq-results #torq-result-wrapper .torq-result-list .torq-result-item .torq-result-item-title span.unit{font-size:.8em}#torq-results #torq-result-wrapper .torq-result-list .torq-result-item .torq-result-item-content{margin:0;font-family:Oxygen,sans-serif;font-size:15px;font-style:normal;font-weight:700;line-height:1.1}#torq-results #torq-result-wrapper .torq-info .torq-info-title{font-family:Michroma,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:2;margin-top:0;margin-bottom:5px;color:#fff}#torq-results #torq-result-wrapper .torq-info .torq-info-content{font-family:Oxygen,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:1.7;margin-top:0;margin-bottom:25px}#torq-results #torq-result-wrapper .torq-info .torq-info-content p{margin-bottom:.7em}#torq-results #torq-result-wrapper .torq-info .torq-info-content p:last-of-type{margin-bottom:0}#torq-results #torq-result-wrapper .torq-info .torq-info-content .footnote{font-size:.8em}#torq-results #torq-result-wrapper .rounded-btn{display:inline-block;background-color:transparent;border:3px solid rgb(218,41,28);padding:15px 40px;border-radius:25px;color:#fff;text-align:center;text-transform:uppercase;font-family:Oswald,sans-serif;font-size:14px;font-style:normal;font-weight:700;line-height:1;letter-spacing:1.133px;text-decoration:none;transition:color .3s,background-color .3s}#torq-results #torq-result-wrapper .rounded-btn:hover{background-color:#da291c}#torq-results #torq-result-wrapper .rounded-btn:focus-visible{border-color:#fff;outline:none}#torq-results #torq-result-wrapper .torq-graphic{display:none;position:absolute;height:auto}@media screen and (min-width: 1000px){#torq-results #torq-result-wrapper .torq-graphic{display:block;width:250px;bottom:-20px;left:calc(100% - 180px)}}@media screen and (min-width: 1100px){#torq-results #torq-result-wrapper .torq-graphic{width:275px;bottom:-20px;left:calc(100% - 160px)}}@media screen and (min-width: 1250px){#torq-results #torq-result-wrapper .torq-graphic{width:305px;bottom:-30px;left:calc(100% - 120px)}}*{box-sizing:border-box}#auto-torq-calculator{background:#fff}
