@charset "utf-8";

.stickyMobileAd { position: relative; }

.stickyMobileAd.sticky { position: fixed; top: 49px; width: 100%; background-color: white; z-index: 110; margin: 0px -15px; padding: 10px; }

@media only screen and (max-width: 767px) {
  #tncms-region-page_sticky_anchor::before { content: "ADVERTISEMENT"; text-align: center; font-family: "Merriweather Sans", Helvetica, Roboto, Arial, sans-serif; font-size: 10px; color: rgb(104, 104, 104); letter-spacing: 0.6px; line-height: 20px; font-weight: bolder; display: flex; align-self: center; align-items: center; justify-content: center; }
}

#sticky-anchor { background-color: rgb(236, 235, 236); }

#sticky-anchor > .sticky-anchor-close > svg { color: rgb(104, 104, 104); }

#sticky-anchor > .sticky-anchor-close { background-color: rgb(236, 235, 236); }