/* ads.css - slot ads (front/blog index) and the injected own-ad on
   singles and the archive page template. */
.swashOut {
  -webkit-animation-name: swashOut;
  animation-name: swashOut;
}

@-webkit-keyframes swashOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
@keyframes swashOut {
  0% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  80% {
    opacity: 1;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
  }
  100% {
    opacity: 0;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
}
.closing {
  animation-duration: 400ms;
  animation-iteration-count: 1;
  /* stylelint-disable-next-line */
  animation-name: swashOut;
  animation-timing-function: linear;
}

/* stylelint-disable-next-line */
.dismissed {
  display: none;
}

/* stylelint-disable a11y/no-display-none */
.advertisement {
  padding-bottom: 0;
  padding-top: 0;
}

.site-head + .google-auto-placed {
  display: none !important;
}

.ad-top {
  border-bottom: 1px solid var(--color-foggy-mountain);
  border-top: 1px solid var(--color-foggy-mountain);
  margin-bottom: 60px;
  padding: 0;
  padding-bottom: 20px;
  padding-top: 20px;
}
.ad-top P:first-child {
  margin-top: 0;
}
.ad-top p {
  color: #888;
  font-size: 15px;
  font-weight: var(--font-weight-regular);
}
.ad-top strong {
  font-weight: var(--font-weight-500);
}
.ad-top a {
  color: var(--color-accent);
  display: inline !important;
  font-weight: var(--font-weight-500);
  text-decoration: underline;
  text-decoration-color: var(--color-accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  transition: all 0.18s ease-in-out;
}
.ad-top a:focus, .ad-top a:hover {
  color: var(--color-accent-hover);
  text-decoration-color: var(--color-accent-hover);
}
.ad-top a {
  border-color: #888;
  color: #888;
}

.block .article-content .ownad-unblockable,
.container.container-article .ownad-unblockable,
.container-article.advertisement .ownad-unblockable {
  max-width: 1100px;
  padding-left: 4rem;
  padding-right: 4rem;
  position: relative;
}
.block .article-content .ownad-unblockable .global-link,
.container.container-article .ownad-unblockable .global-link,
.container-article.advertisement .ownad-unblockable .global-link {
  height: 80%;
}
.block .article-content .ownad-unblockable a::before,
.container.container-article .ownad-unblockable a::before,
.container-article.advertisement .ownad-unblockable a::before {
  display: none !important;
}
.block .article-content .ownad-unblockable .promotion-info:first-child,
.container.container-article .ownad-unblockable .promotion-info:first-child,
.container-article.advertisement .ownad-unblockable .promotion-info:first-child {
  align-items: center;
  color: #888;
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  justify-content: center;
  margin-top: 8rem;
  text-align: center;
}
.block .article-content .ownad-unblockable .promotion-info:first-child::after, .block .article-content .ownad-unblockable .promotion-info:first-child::before,
.container.container-article .ownad-unblockable .promotion-info:first-child::after,
.container-article.advertisement .ownad-unblockable .promotion-info:first-child::after,
.container.container-article .ownad-unblockable .promotion-info:first-child::before,
.container-article.advertisement .ownad-unblockable .promotion-info:first-child::before {
  background-color: #aaa;
  content: "";
  display: inline-block;
  height: 1px;
  margin: 2rem;
  width: 30px;
}
.block .article-content .ownad-unblockable:hover .spans, .block .article-content .ownad-unblockable:focus .spans,
.container.container-article .ownad-unblockable:hover .spans,
.container-article.advertisement .ownad-unblockable:hover .spans,
.container.container-article .ownad-unblockable:focus .spans,
.container-article.advertisement .ownad-unblockable:focus .spans {
  box-shadow: 0 4px 80px rgb(0, 0, 0);
  transform: scale(1.02);
}
.block .article-content .ownad-unblockable:hover .spans p a:not(.button):not(.post-edit-link), .block .article-content .ownad-unblockable:focus .spans p a:not(.button):not(.post-edit-link),
.container.container-article .ownad-unblockable:hover .spans p a:not(.button):not(.post-edit-link),
.container-article.advertisement .ownad-unblockable:hover .spans p a:not(.button):not(.post-edit-link),
.container.container-article .ownad-unblockable:focus .spans p a:not(.button):not(.post-edit-link),
.container-article.advertisement .ownad-unblockable:focus .spans p a:not(.button):not(.post-edit-link) {
  animation-duration: 1s;
  animation-iteration-count: infinite;
  /* stylelint-disable no-unknown-animations */
  animation-name: shake;
  animation-timing-function: linear;
  background-color: transparent;
  transform-origin: 50% 50%;
}
.block .article-content .ownad-unblockable a.global-link:not(.button):not(.post-edit-link),
.container.container-article .ownad-unblockable a.global-link:not(.button):not(.post-edit-link),
.container-article.advertisement .ownad-unblockable a.global-link:not(.button):not(.post-edit-link) {
  border: 0;
  box-shadow: none;
  position: absolute;
}
.block .article-content .ownad-unblockable a.global-link:not(.button):not(.post-edit-link):hover, .block .article-content .ownad-unblockable a.global-link:not(.button):not(.post-edit-link):focus,
.container.container-article .ownad-unblockable a.global-link:not(.button):not(.post-edit-link):hover,
.container-article.advertisement .ownad-unblockable a.global-link:not(.button):not(.post-edit-link):hover,
.container.container-article .ownad-unblockable a.global-link:not(.button):not(.post-edit-link):focus,
.container-article.advertisement .ownad-unblockable a.global-link:not(.button):not(.post-edit-link):focus {
  background-color: transparent;
}
.block .article-content .ownad-unblockable .spans,
.container.container-article .ownad-unblockable .spans,
.container-article.advertisement .ownad-unblockable .spans {
  background-color: #1f1f1f;
  border: 0;
  border-radius: 8px;
  box-shadow: 0 4px 80px rgba(0, 0, 0, 0.7);
  color: var(--color-white);
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin: 8rem 0;
  overflow: hidden;
  transition: all 0.18s;
}
@media (max-width: 800px) {
  .block .article-content .ownad-unblockable .spans,
  .container.container-article .ownad-unblockable .spans,
  .container-article.advertisement .ownad-unblockable .spans {
    display: block;
  }
}
.block .article-content .ownad-unblockable .span-first,
.container.container-article .ownad-unblockable .span-first,
.container-article.advertisement .ownad-unblockable .span-first {
  /* stylelint-disable property-disallowed-list */
  background: linear-gradient(90deg, rgb(53.8341160221, 51.075, 175.925), #4e4aff);
  display: grid;
}
.block .article-content .ownad-unblockable .inner,
.container.container-article .ownad-unblockable .inner,
.container-article.advertisement .ownad-unblockable .inner {
  align-items: center;
  display: grid;
  justify-content: center;
  padding: 4rem 1.5rem;
}
.block .article-content .ownad-unblockable svg,
.container.container-article .ownad-unblockable svg,
.container-article.advertisement .ownad-unblockable svg {
  height: 29.97px;
  width: 150px;
}
.block .article-content .ownad-unblockable .span-second,
.container.container-article .ownad-unblockable .span-second,
.container-article.advertisement .ownad-unblockable .span-second {
  color: #d8d8d8;
  display: grid;
  padding: 50px 95px;
  place-items: center;
}
.block .article-content .ownad-unblockable .span-second p,
.container.container-article .ownad-unblockable .span-second p,
.container-article.advertisement .ownad-unblockable .span-second p {
  color: #fff;
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.44;
  margin: 0;
}
.block .article-content .ownad-unblockable .span-second a:not(.button):not(.post-edit-link),
.container.container-article .ownad-unblockable .span-second a:not(.button):not(.post-edit-link),
.container-article.advertisement .ownad-unblockable .span-second a:not(.button):not(.post-edit-link) {
  color: #fff;
  display: inline-block;
  text-decoration-color: #fff;
}
.block .article-content .ownad-unblockable .span-second a:not(.button):not(.post-edit-link):hover, .block .article-content .ownad-unblockable .span-second a:not(.button):not(.post-edit-link):focus,
.container.container-article .ownad-unblockable .span-second a:not(.button):not(.post-edit-link):hover,
.container-article.advertisement .ownad-unblockable .span-second a:not(.button):not(.post-edit-link):hover,
.container.container-article .ownad-unblockable .span-second a:not(.button):not(.post-edit-link):focus,
.container-article.advertisement .ownad-unblockable .span-second a:not(.button):not(.post-edit-link):focus {
  color: #fff;
  text-decoration-color: #fff;
}
@media (max-width: 1080px) {
  .block .article-content .ownad-unblockable .span-second,
  .container.container-article .ownad-unblockable .span-second,
  .container-article.advertisement .ownad-unblockable .span-second {
    padding: 40px 28px;
  }
}
.block .article-content .ownad-unblockable h1,
.block .article-content .ownad-unblockable h2,
.block .article-content .ownad-unblockable h3,
.block .article-content .ownad-unblockable h4,
.block .article-content .ownad-unblockable p,
.container.container-article .ownad-unblockable h1,
.container-article.advertisement .ownad-unblockable h1,
.container.container-article .ownad-unblockable h2,
.container-article.advertisement .ownad-unblockable h2,
.container.container-article .ownad-unblockable h3,
.container-article.advertisement .ownad-unblockable h3,
.container.container-article .ownad-unblockable h4,
.container-article.advertisement .ownad-unblockable h4,
.container.container-article .ownad-unblockable p,
.container-article.advertisement .ownad-unblockable p {
  color: #d8d8d8;
}
.block .article-content .ownad-unblockable .title,
.container.container-article .ownad-unblockable .title,
.container-article.advertisement .ownad-unblockable .title {
  font-family: "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  font-size: 22px;
  margin: 0 0 1rem;
}
@media (max-width: 400px) {
  .block .article-content .ownad-unblockable,
  .container.container-article .ownad-unblockable,
  .container-article.advertisement .ownad-unblockable {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.block .article-content .ownad-unblockable .hide-forever,
.container.container-article .ownad-unblockable .hide-forever,
.container-article.advertisement .ownad-unblockable .hide-forever,
body button.hide-forever {
  background-color: transparent;
  border: 0;
  border-radius: 30px;
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 3rem;
  padding: 0;
  position: relative;
  text-align: center;
  transition: all 0.18s;
  z-index: 10;
}
.block .article-content .ownad-unblockable .hide-forever svg,
.container.container-article .ownad-unblockable .hide-forever svg,
.container-article.advertisement .ownad-unblockable .hide-forever svg,
body button.hide-forever svg {
  height: 13px;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: 13px;
}
.block .article-content .ownad-unblockable .hide-forever:hover,
.container.container-article .ownad-unblockable .hide-forever:hover,
.container-article.advertisement .ownad-unblockable .hide-forever:hover,
body button.hide-forever:hover {
  background-color: transparent;
  color: var(--color-red-brighter);
}
.block .article-content .ownad-unblockable .hide-forever:focus,
.container.container-article .ownad-unblockable .hide-forever:focus,
.container-article.advertisement .ownad-unblockable .hide-forever:focus,
body button.hide-forever:focus {
  background-color: transparent;
  color: var(--color-red-brighter);
  outline-color: var(--color-red-brighter);
  outline-offset: 5px;
  outline-style: solid;
  outline-width: 2px;
  transition: outline-offset 0.25s ease;
}

