/*COLORS*/
/*FONTS*/
body.stm_header_offset .stm_titlebox {
  margin-top: -92px; }
  @media (max-width: 1023px) {
    body.stm_header_offset .stm_titlebox {
      margin-top: 0; } }

.stm_titlebox {
  width: 100vw;
  position: relative;
  left: calc(-1 * (100vw - 100%) / 2);
  margin-bottom: 60px;
  background-size: cover !important;
  background-repeat: no-repeat;
  margin-top: -60px; }
  .stm_titlebox:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .stm_titlebox__actions, .stm_titlebox__inner {
    position: relative;
    z-index: 15; }
  .stm_titlebox__inner {
    flex: 1; }
  .stm_titlebox__author {
    margin-top: 55px;
    display: flex;
    align-items: center;
    font-size: 13px; }
    .stm_titlebox__author .stm_titlebox__author_avatar {
      margin-right: 10px;
      border-radius: 50%;
      overflow: hidden; }
    .stm_titlebox__author .stm_titlebox__author_name:after {
      content: ' / '; }
  .stm_titlebox_text-right {
    text-align: right; }
    .stm_titlebox_text-right .stm_separator {
      margin-left: auto; }
    .stm_titlebox_text-right .stm_titlebox__actions {
      order: -1;
      margin-right: auto;
      margin-left: inherit !important;
      padding-left: 0 !important;
      padding-right: 15px; }
  .stm_titlebox_text-center {
    text-align: center; }
    .stm_titlebox_text-center .stm_flex {
      justify-content: center; }
      .stm_titlebox_text-center .stm_flex_last > *:last-child:not(:first-child) {
        margin-left: inherit;
        padding-left: 50px; }
    .stm_titlebox_text-center .stm_separator {
      margin-left: auto;
      margin-right: auto; }
  @media (max-width: 550px) {
    .stm_titlebox {
      padding-top: 30px; }
      .stm_titlebox__title.h2 {
        font-size: 24px;
        line-height: 28px; }
      .stm_titlebox__inner {
        order: 1;
        width: 100%;
        text-align: left; }
      .stm_titlebox__actions {
        order: 2;
        padding: 0 !important;
        margin: 30px 0 !important; } }
  .stm_titlebox__overlay, .stm_titlebox__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .stm_titlebox__background {
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1; }
  .stm_titlebox__overlay {
    display: none; }

.stm_transparent_header_disabled .stm_titlebox_style_3 {
  padding: 50px 0; }

.stm_title_box_enabled.stm_breadcrumbs_enabled .stm_titlebox {
  margin-bottom: 20px; }
  .stm_title_box_enabled.stm_breadcrumbs_enabled .stm_titlebox_style_2 {
    margin-bottom: 12px; }

.stm_titlebox_style_1 {
  padding: 300px 0 53px;
  display: flex;
  align-items: center; }
  .stm_titlebox_style_1 .h1 {
    margin-bottom: 15px; }
  .stm_titlebox_style_1:after {
    background-color: rgba(0, 0, 0, 0.6); }
  @media (max-width: 550px) {
    .stm_titlebox_style_1 .stm_flex {
      display: block; }
    .stm_titlebox_style_1 .stm_titlebox__actions {
      width: 100%; } }

@media (max-width: 768px) {
  .stm_titlebox_style_1 {
    padding-top: 130px; } }

@media (max-width: 550px) {
  .stm_titlebox_style_1 {
    padding-top: 112px; } }
