/*@mixin block_indent() {
  @return 100px;
}*/
#billboard {
  padding-bottom: 84.26667%;
}
@media screen and (min-width: 992px) {
  #billboard {
    padding-bottom: 35.7%;
  }
}
#billboard .item {
  padding-bottom: 30px;
}
@media screen and (min-width: 992px) {
  #billboard .item {
    padding-bottom: 42px;
  }
}

#main.static_page {
  padding: 70px 0 0;
}
@media screen and (min-width: 992px) {
  #main.static_page {
    padding: 120px 0 0;
  }
}
#main.static_page.single_page article.static_page_content {
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  padding-bottom: 83px;
  position: relative;
}
#main.static_page.single_page article.static_page_content::after {
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  content: "";
  position: absolute;
  bottom: 7px;
}

.page_subtitle {
  margin-bottom: 50px;
}
@media screen and (min-width: 992px) {
  .page_subtitle {
    margin-bottom: 70px;
  }
}
.page_subtitle h2 {
  margin-bottom: 0;
}

.page_subtitle_2 {
  font: 400 0.9375em/1.6em "Inter", "Arial", sans-serif;
  margin-top: 30px;
}
@media screen and (min-width: 992px) {
  .page_subtitle_2 {
    margin-top: 58px;
  }
}

article.static_page_content {
  display: flex;
  align-items: center;
  grid-gap: 50px;
  flex-direction: column;
  padding: 0 0 50px;
}
article.static_page_content p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  article.static_page_content {
    grid-gap: 75px;
    flex-direction: row;
    padding: 0 30px 75px 0;
  }
}
@media screen and (min-width: 1440px) {
  article.static_page_content {
    grid-gap: 186px;
  }
}
article.static_page_content > div {
  flex-basis: 0;
  flex-grow: 1;
}
article.static_page_content .entry-thumbnail img {
  width: 100%;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.45);
}
article.static_page_content .entry-content {
  font-weight: 300;
  font-size: 0.9375em;
}
article.static_page_content .entry-content strong {
  font-weight: 400;
}
article.static_page_content .entry-content p {
  margin-bottom: 1.6em;
}
article.static_page_content .entry-content p:last-child {
  margin-bottom: 0;
}