.m67__webchat{position:fixed;z-index:1000;right:0;bottom:0;display:-ms-flexbox;display:flex;margin-right:1.3rem}.m67__webchat.disappear{animation:close .5s ease-in-out;animation-fill-mode:forwards}.m67__webchat.hide{display:none}.m67__webchat-btn{width:255px;height:50px;border-radius:8px 8px 0 0;background-color:#008755;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;color:#fff;padding:1.2rem;border-top:1px solid #fff;border-left:1px solid #fff;border-right:1px solid #fff}.m67__webchat-btn .btn-content{font-size:1.5rem}.m67__webchat-btn svg{width:2.4rem;height:2.4rem}.m67__notification-container{width:100%;background-color:#fff;animation:expand .5s ease-in-out}.m67__notification-container.disappear{animation:close .5s ease-in-out;animation-fill-mode:forwards}.m67__notification-container.hide{display:none}.m67__notification{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;min-height:50px;overflow:hidden;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:start;align-items:flex-start}.m67__message{font-family:Poppins,sans-serif;font-size:1.4rem;line-height:2.4rem;margin:2rem 0 0 0;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;padding-right:2rem}.m67__close{display:-ms-flexbox;display:flex;min-width:40px;min-height:40px;-ms-flex-pack:end;justify-content:flex-end;-ms-flex-align:center;align-items:center;-ms-flex-item-align:end;align-self:flex-end}.m67__close svg.close-icon{width:1.2rem;height:1.2rem}.m67__message-cta{margin:2rem 0}.m67__modal-container{position:fixed;top:0;bottom:0;left:0;right:0;background:rgba(49,48,48,.5);z-index:1001;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center}.m67__modal-container.hide{display:none}.m67__modal{position:relative;padding:3rem;width:95%;border-radius:.3rem;max-height:98vh;overflow-y:auto;scrollbar-width:none;background-color:#fff;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.m67__modal svg{width:4.8rem;height:4.8rem}.m67__form-switch{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-bottom:2rem}.m67__form-switch label{display:-ms-flexbox;display:flex;width:100%;-ms-flex-pack:justify;justify-content:space-between;font-family:AnPostSansBold,sans-serif;cursor:pointer}.m67__form-switch label::after{content:"";background-image:url('data:image/svg+xml,<svg width="12" height="10" viewBox="0 0 12 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L4.63636 9L11 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');position:relative;height:2rem;width:2rem;display:-ms-flexbox;display:flex;z-index:1;background-repeat:no-repeat;background-position:center bottom;right:1.5rem}.m67__form-switch input[type=checkbox]{position:relative;clip:auto;min-width:6rem;min-height:3rem;margin-left:-2.5em;border:1px solid #747474;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 -4 8 8"><circle r="3" fill="%23FFF"/></svg>');background-position:left center;border-radius:2rem;transition:background-position .35s ease-in-out;background-size:2.9rem;background-repeat:no-repeat;background-color:#3d4543;cursor:pointer}.m67__form-switch input[type=checkbox]:checked{background-color:#008755;border-color:#008755;background-position:right center}.m67__form-switch input[type=checkbox]:focus{outline:2px dotted #999;outline-offset:1px}.m67__modal-cta{width:100%}@media only screen and (min-width:768px){.m67__notification{-ms-flex-align:center;align-items:center;-ms-flex-direction:row;flex-direction:row}.m67__message{margin:.5rem}.m67__message-cta{margin:0}.m67__modal{width:39.2rem}}@media only screen and (min-width:1170px){.m67__form-switch label::after{right:1rem}}@keyframes expand{0%{height:0}100%{height:50px}}@keyframes close{0%{height:50px}100%{height:0}}