main {
  min-height: 270px;
}

#content-status, #nav-item-path {
  margin-top: 35px;
}

#nav-item-path {
  --bs-breadcrumb-divider: '\\';
  color:                   #6A7998;
  font-size:               12px;
  line-height:             16px;
}

#nav-item-path .breadcrumb-item {
  display:       flex;
  padding-left:  0;
  padding-right: 8px;
}

#nav-item-path .breadcrumb-item:first-child {
  padding-right: 0;
}

#nav-item-path .breadcrumb-item::before {
  color:         #6A7998;
  padding-left:  8px;
  padding-right: 0;
}

#nav-item-path .breadcrumb-item > a {
  color:           #1C222E;
  text-decoration: none;
}

#nav-item-path .breadcrumb-item > a:active {
  color: #FF6224 !important;
}

#nav-item-path .breadcrumb-item > a:hover {
  color: #FF8658;
}

#about-wrapper {
  margin-bottom: 20px;
  margin-top:    36px;
}

#about-wrapper .aw-text-block {
  background:    #FFFFFF;
  border-radius: 8px;
  margin-bottom: 14px;
  padding:       12px 16px;
}

#about-wrapper .aw-text-block:last-child {
  margin-bottom: 48px;
}

#about-wrapper .aw-text-block h3 {
  font-size:     24px;
  margin-bottom: 14px;
}

#about-wrapper .aw-text-block p:last-child {
  margin-bottom: 0;
}

#about-wrapper #aw-contact-form {
  background:    #FFFFFF;
  border-radius: 8px;
  margin-bottom: 48px;
  max-width:     600px;
  padding:       12px 16px;
  width:         100%;
}

#about-wrapper #aw-contact-form h3 {
  font-size:     24px;
  margin-bottom: 14px;
}

#about-wrapper #aw-contact-form #awcf-email {
  border:         2px solid #7155C6;
  border-radius:  8px;
  margin-bottom:  12px;
  padding:        6px 10px;
}

#about-wrapper #aw-contact-form #awcf-message-text {
  border:         2px solid #7155C6;
  border-radius:  8px;
  height:         144px;
  margin-bottom:  12px;
  padding:        6px 10px;
  resize:         none;
}

#about-wrapper #aw-contact-form button {
  margin-right: auto;
  width:        fit-content;
}