.digit-cta{display:block;width:100%;box-sizing:border-box;padding:30px 35px;background:#dd1f26;cursor:pointer}.digit-cta:hover{background:#c51b20}.digit-cta__text{display:block;width:100%;position:relative;padding-right:50px;color:#FFF;font-size:18px;font-weight:600;box-sizing:border-box}i.digit-cta__arrow{position:absolute;right:0;top:50%;transform:translate(0,-50%);color:#FFF;font-size:25px}.dt-popup-container{display:flex;align-items:center;justify-content:center;opacity:0;position:fixed;bottom:0;left:0;width:100%;height:100vh;background:rgba(0,0,0,0.8);transition:all .3s ease;z-index:2}.dt-popup-container.active{opacity:1}.dt-popup{width:95%;max-width:900px;padding:40px;box-sizing:border-box;background:#FFF;max-height:90%;overflow:auto}.dt-popup .hs-form{columns:2;column-gap:40px;padding-bottom:48px;position:relative}.dt-popup .hs-fieldtype-textarea:first-of-type textarea{height:300px}.dt-popup .hs-submit{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:100%}.dt-popup label{display:inline-block;font-size:14px;font-weight:600;margin-bottom:4px}.dt-popup .hs-form-field{margin-bottom:6px}.dt-popup textarea,.dt-popup input[type="text"],.dt-popup input[type="password"],.dt-popup input[type="datetime"],.dt-popup input[type="datetime-local"],.dt-popup input[type="date"],.dt-popup input[type="month"],.dt-popup input[type="time"],.dt-popup input[type="week"],.dt-popup input[type="number"],.dt-popup input[type="email"],.dt-popup input[type="url"],.dt-popup input[type="search"],.dt-popup input[type="tel"],.dt-popup input[type="color"]{background:#f2f2f2;border:0;padding:8px}.dt-popup input[type="submit"]{background:#dd1f26;width:100%;border:0;color:#FFF;padding:7px;font-weight:600}.dt-popup h2{margin-top:0}@media only screen and (max-width:800px){.dt-popup-container{height:calc(100vh - 135px)}.dt-popup .hs-form{columns:1}.dt-popup .hs-fieldtype-textarea:first-of-type textarea{height:100px}}