.htw-modal{display:none;width:100%;height:100%;position:fixed;left:0;top:0;background:rgba(0,0,0,.3);z-index:99999;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media(min-width: 991px){.htw-modal__position-bottom-left,.htw-modal__position-bottom-right{top:auto;bottom:0;width:auto;height:auto}}@media(min-width: 991px){.htw-modal__position-bottom-right{left:auto;right:0;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end;-webkit-box-align:end;-ms-flex-align:end;align-items:end}}@media(min-width: 991px){.htw-modal__position-bottom-left{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;-webkit-box-align:end;-ms-flex-align:end;align-items:end}}.htw-modal--show,.htw-modal--hide{display:-webkit-box;display:-ms-flexbox;display:flex}.htw-modal__container{position:relative;width:100%;max-width:320px;min-width:320px;min-height:280px;max-height:800px;padding:15px;background:#fff;text-align:center;margin:12px}.htw-modal__content-container{padding:40px 10px 30px 10px;background:#e6e6e6;max-width:300px;min-width:280px;min-height:260px;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.htw-modal__content-container .htw-modal__centered-element{z-index:10;width:100%}.htw-modal__content-container .htw-modal__content-title{font-size:25px;font-weight:bold;position:relative;text-align:center}.htw-modal__content-container .htw-modal__content-title::before{content:"";position:absolute;width:35px;height:1px;background:#000;top:-15px;left:0;right:0;margin:auto}.htw-modal__content-container .htw-modal__content-title::after{content:"";position:absolute;width:35px;height:1px;background:#000;bottom:-15px;left:0;right:0;margin:auto}.htw-modal__content-container .htw-modal__content-text{margin-top:35px;margin-bottom:25px}.htw-modal__content-container .htw-modal__content-text p{color:inherit}.htw-modal__content-container img{max-width:100%;max-height:100%;width:auto;height:auto}@media(max-width: 1024px){.htw-modal__container{max-width:620px}.htw-modal__content-container{max-width:600px}}.htw-modal__cta-button-container{text-align:center;position:absolute;bottom:0;left:0px;width:100%;z-index:10}.htw-modal__cta-button-container .htw-modal__cta-button{padding:10px;color:#fff;background-color:#000;text-decoration:none;display:inline-block}.htw-modal__close{cursor:pointer;font-size:30px;position:absolute;top:0px;right:0px;padding:0;border:none;background-color:#fff;outline:none;min-width:37px;z-index:2}.htw-modal.htw-modal--show{-webkit-animation:modal-open .3s;animation:modal-open .3s}@-webkit-keyframes modal-open{0%{opacity:0}100%{opacity:1}}@keyframes modal-open{0%{opacity:0}100%{opacity:1}}.htw-modal.htw-modal--hide{-webkit-animation:modal-close .3s;animation:modal-close .3s}@-webkit-keyframes modal-close{0%{opacity:1}100%{opacity:0}}@keyframes modal-close{0%{opacity:1}100%{opacity:0}}