@charset "UTF-8";.popup-newsletter{display:flex;justify-content:space-between;align-items:center;position:fixed;bottom:-200px;background:rgb(255,255,255);padding:1.2em;box-sizing:border-box;visibility:hidden;z-index:1;box-shadow:0 0 10px 5px #0000001a;flex-direction:column}@media screen and (min-width: 768px){.popup-newsletter{width:420px;right:10px}}@media screen and (max-width: 767px){.popup-newsletter{right:10px;left:10px}}.popup-html-area{display:flex;justify-content:space-between;align-items:center;flex-direction:column;text-align:center;row-gap:10px}.popup-header-text{color:#000040;font-size:16px;line-height:1.5}@media screen and (min-width: 1400px){.popup-header-text{font-size:20px}}@media screen and (max-width: 767px){.popup-header-text{font-size:17px}}.popup-body-text{font-size:14px;color:#000;line-height:1.5}@media screen and (max-width: 767px){.popup-body-text{font-size:13px}}.popup-html-area .btn-primary{margin-top:.5em}.popup-newsletter.is-show{visibility:visible;bottom:10px;transition:.5s}.icon-popup-close:hover{cursor:pointer}.cc-hide{display:none}@keyframes hide{0%{opacity:1}to{opacity:0;visibility:hidden}}.icon-popup-close{color:#000;width:22px;height:22px;padding:12px;position:absolute;right:10px;top:10px}.icon-popup-close:before,.icon-popup-close:after{content:"";position:absolute;top:0px;width:2px;height:22px;background-color:#000040}.icon-popup-close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.icon-popup-close:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}
