.mayple-container{position:fixed;bottom:0;right:0;z-index:50000000000;visibility:hidden}.mayple-container,.mayple-popup{-webkit-box-sizing:border-box!important;box-sizing:border-box!important}.mayple-popup{position:relative;border-radius:6;padding:2em 3em;max-width:35em;width:calc(100% - 1.5em);margin:2em;border:2px solid #27392a;-webkit-box-shadow:0 3px 30px rgba(0,0,0,.2902);box-shadow:0 3px 30px rgba(0,0,0,.2902);text-align:center}.mayple-popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #27392a;padding-bottom:1em;margin-bottom:1em}.mayple-popup-logo{height:2em;width:auto}.mayple-popup-logo>svg{height:100%!important}.mayple-popup-close{position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border:1px solid #000;border-radius:50%;height:2em;width:2em;top:-1em;right:-1em;font-size:10px;cursor:pointer;background:#fff;padding:0;margin:0}.mayple-popup-title{font-size:1.75em;margin:0}.mayple-popup-description{font-size:1em;margin:1em 0 2em}.mayple-popup-button{border:none;border-radius:6;padding:1.5em 5em;margin:0 auto;font-size:1em;cursor:pointer;display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:auto 1fr;grid-gap:.75em;gap:.75em}@-webkit-keyframes fadein{0%{opacity:0}to{opacity:1}}@keyframes fadein{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeout{0%{opacity:1}to{opacity:0}}@keyframes fadeout{0%{opacity:1}to{opacity:0}}.mayple-display{visibility:visible}.mayple-fadein{-webkit-animation-name:fadein;animation-name:fadein}.mayple-fadein,.mayple-fadeout{-webkit-animation-duration:.4s;animation-duration:.4s}.mayple-fadeout{opacity:0;-webkit-animation-name:fadeout;animation-name:fadeout;-webkit-animation-iteration-count:1;animation-iteration-count:1}.mayple-no-br{white-space:nowrap}@media screen and (max-width:400px){.mayple-popup{margin:.5em}}