@media (max-width: 767px) {
  .standard_page {
    margin-top: 4rem;
  }
}


.standard_page__sticky_breadcrumb {
  opacity: 0;
  pointer-events: none;
  transition: opacity 400ms, transform 500ms;
  position: fixed;
  top: 1rem;
  left: 1rem;
  background: #fff;
  padding: 0.91rem 1.55rem;
  z-index: 5;
  box-sizing: border-box;
  max-width: calc(100% - 2rem);
}
@media (min-width: 768px) {
  .standard_page__sticky_breadcrumb {
    max-width: calc(100% - 24.1rem);
  }
}

.menu.is_visible.not_top .standard_page__sticky_breadcrumb {
  opacity: 1;
  pointer-events: auto;
}

@media (max-width: 768px) {
  .menu.delta_visible .standard_page__sticky_breadcrumb {
    transform: translateY(-14rem);
  }
}


.standard_page__breadcrumb {
  font-weight: 600;
  margin-bottom: 0.7em;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  color: #aaa;
}
.standard_page__breadcrumb:after {
  content: "\2022";
  color: #aaa;
  margin: 0 0.5rem;
}
.standard_page__breadcrumb:last-child {
  color: #000;
}
.standard_page__breadcrumb:last-child:after {
  content: none;
}


.standard_page__sticky_breadcrumb .standard_page__breadcrumb {
  margin-bottom: 0;
}
.standard_page__sticky_breadcrumb .standard_page__breadcrumb:after {
  margin: 0 0.4rem;
}


.standard_page__sticky_breadcrumb_title {
  font-weight: 600;
}

.standard_page__rectangle {
  background: #000;
  width: 1.5rem;
  height: 0.15rem;
  margin: 6.7rem 0;
}

@media (max-width: 767px) {
  .standard_page__rectangle {
    margin: 0;
    opacity: 0;
  }
}

.standard_page__title_cont {
  margin-top: 2rem;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  .standard_page__title_cont {
    margin-top: 5rem;
  }
}

.standard_page__landing_page_title {
  text-align: left;
  margin-top: 0;
}

@media (max-width: 767px) {
  .standard_page__landing_page_title {
    margin-top: 7rem;
  }
}

.standard_page__title_cont h1 {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}


.standard_page__related_message {
  margin-top: 1rem;
}
