.page-content .container,
.page-header .container {
  max-width: 740px;
  margin: 0 auto;
  display: block;
}

.page-header {
  position: relative;
  padding-right: 0;
  padding-left: 0;
  margin-top: 4rem;
}

.page-header .page-header-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.page-header .page-header-content {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f5f6f9), color-stop(40.5%, #f5f6f9), to(rgba(245, 246, 249, 0)));
  background: linear-gradient(90deg, #f5f6f9, #f5f6f9 40.5%, rgba(245, 246, 249, 0));
  padding: 1rem;
  z-index: 4
}

.page-header .breadcrumbs {
  margin-bottom: 8px
}

.page-header .field.has-addons {
  max-width: 495px
}

.page-header .page-title {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -.69px;
  font-weight: 700;
  margin-bottom: 16px
}

.breadcrumbs {
  -ms-overflow-style: none;
  scrollbar-width: none;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow-x: auto
}

.breadcrumbs::-webkit-scrollbar {
  width: 0;
  height: 0
}

.breadcrumbs-item,
.breadcrumbs-item a:not(.dropdown-item) {
  font-size: 14px;
  line-height: 1.25rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  font-weight: 400;
  color: rgba(51, 65, 85, .5)
}

.breadcrumbs-item a:not(.dropdown-item) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 0
}

.breadcrumbs-item.is-active {
  color: #334155
}

.breadcrumbs-item.is-active a {
  color: #334155;
  padding-left: 0
}

.page-body .block-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  gap: 12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 24px 0 16px
}

@media print,
screen and (min-width: 600px) {
  .page-body .block-head {
    margin: 48px 0 16px
  }
}

.page-body .block-head .badges {
  margin-right: auto
}

.page-body .block-head .block-date {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400
}


@media print,
screen and (min-width: 600px) {
  .page-body .block-head {
    margin: 48px 0 16px
  }
}

.page-body .block-head .badges {
  margin-right: auto
}

.page-body .block-head .block-date {
  display: inline-block;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400
}

.badge {
  background: #fff;
  border-radius: 4px;
  border: 1px solid transparent;
  color: #334155;
  font-size: .8125rem;
  line-height: 24px;
  font-weight: 600;
  height: 24px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -moz-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
  justify-content: center;
  gap: 8px;
  padding: calc(.25rem - 1px) .5rem;
  white-space: nowrap;
  outline: none
}

.badge.is-info.is-light {
  background: #d3e7ff;
  color: #334155;
  font-weight: 400
}

.page-title {
  margin-top: 2rem;
}

.page-content {
  padding-right: 16px;
  padding-left: 16px;
  margin-top: 4rem;
}

.page-content .content {
  padding: 40px 0
}

.page-content .content ol {
  counter-reset: a
}

.page-content .content ol li {
  counter-increment: a;
  position: relative;
  list-style-type: none;
  margin-bottom: .75rem
}

.page-content .content ol li:before {
  content: counters(a, ".") ".";
  margin-right: 10px;
  font-weight: 600
}

.layout-policy-privacy .page-content .content ol {
  counter-reset: none
}

.layout-policy-privacy .page-content .content ol li {
  list-style-type: decimal
}

.read-more-custom {
  position: relative
}

.read-more-custom:not(.is-expanded) .content:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(50%, hsla(0, 0%, 99%, 0)));
  background: linear-gradient(0deg, #fff, hsla(0, 0%, 99%, 0) 50%)
}

.read-more-custom .content {
  position: relative;
  overflow: hidden;
  margin-bottom: 8px;
  line-height: 30px;
  font-size: 16px;
}

.read-more-custom .button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content
}