#guide-modal-container{display:block;width:100%;height:100%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:999999;background-color:rgba(0,0,0,.8);}#guide-modal{display:inline-flex;flex-direction:column;align-items:center;width:95%;position:fixed;padding:48px;border-radius:8px;border:.5px solid #D52600;border-left:5px solid #D52600;background:#FFF;box-shadow:8px 8px 15px 0 rgba(0,0,0,.12);top:50%;left:50%;transform:translate(-50%,-50%);gap:15px;max-height:90vh;max-height:90dvh;overflow-y:auto;}#loading-guide-modal{right:50%;width:50px;top:50%;position:absolute;}#loading-guide-modal .svg-loading-spinner circle{stroke:var(--site-accent-mid);}#guide-modal.non-guide,#guide-modal.non-guide-mwd{border:5px solid var(--site-accent-mid);}.product-info-title{font-size:20px;}ul.product-offerings>li>a:hover{border-bottom:unset;}ul.product-offerings>li{width:unset;max-width:50%;}#guide-modal #image-logo{display:flex;flex-direction:column;align-items:center;align-self:stretch;}#guide-modal #image-logo #guide-modal-logo{max-width:75%;max-height:82px;aspect-ratio:130/41;}#guide-modal.non-guide-mwd #image-logo #guide-modal-logo{max-width:50%;margin-top:8%;}#guide-modal #guide-modal-buttons{float:right;width:100%;max-width:426px;}#guide-modal .guide-modal-button{display:flex;width:100%;height:45px;padding:12px 36px;justify-content:center;align-items:center;margin-top:24px;}#guide-modal #guide-modal-proceed{background:#FFF;color:#4BB88F;border-radius:4px;border:1px solid #4BB88F;font-weight:500;}#guide-modal #guide-modal-proceed.selected{border-radius:4px;border:1px solid #4BB88F;background:#4BB88F;color:#FFF;}#guide-modal.non-guide #guide-modal-proceed{background-color:var(--site-accent-mid);}#guide-modal.non-guide-mwd #guide-modal-proceed{background-color:var(--mwd-blue);}#guide-modal-container.active{display:inline;height:400%;}#guide-modal #close-modal{display:flex;align-items:center;gap:10px;position:absolute;top:12px;right:12px;width:30px;height:30px;aspect-ratio:1/1;cursor:pointer;}#guide-modal #close-modal svg{width:100%;height:100%;display:block;}#guide-modal h3{color:#222;text-align:center;font-family:'Inter',sans-serif;font-size:clamp(1.1rem,5vw,1.5rem);font-style:normal;font-weight:500;line-height:125%;text-transform:uppercase;margin-top:48px;}#guide-modal span{color:var(--offset-guide-accent-mid);font-weight:bold;}#guide-modal p{font-size:min(4.5vw,1.2rem);font-weight:bold;line-height:1.5;}.dropdown-wrapper{position:relative;width:100%;max-width:427px;display:block;}.dropdown-wrapper .modal-dropdown{width:100%;height:45px;padding-right:40px;border:1px solid #222;background-color:#fff;margin-top:8px;appearance:none;}.dropdown-wrapper{position:relative;width:100%;max-width:427px;display:block;}.dropdown-wrapper .trim-dropdown-arrow{position:absolute;right:16px;top:10%;pointer-events:none;display:flex;align-items:center;height:100%;}.trim-dropdown-arrow svg{width:18px;height:18px;display:block;}ul.product-offerings>li>a:hover>h2{color:var(--offset-guide-accent-dark);}.product-selection img{transform:translateY(-50%) scale(1.5);}.invalid{border-color:red;}#mobile-scrolling{position:absolute;height:200px;width:100%;z-index:1;}#second-mobile-scrolling{position:absolute;height:150px;margin-top:250px;width:100%;z-index:1;}@media screen and (min-width:768px){#guide-modal{width:600px;gap:unset;max-height:unset;overflow-y:visible}#guide-modal h3{margin-top:unset}}@media screen and (min-width:1161px){#guide-modal-container.active{height:300%}}