.main-search {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .main-search {
    width: 100%;
    margin-bottom: 0;
  }
}
.main-search .form-control {
  height: 40px;
  padding-left: 32px;
}
@media only screen and (min-width: 960px) {
  .main-search .form-control {
    height: auto;
    max-height: 32px;
    line-height: 18px;
  }
}
.main-search .search-input-msg {
  display: none;
  font-size: 12px;
  line-height: 18px;
  color: #e15554;
}
.main-search .search-input-msg.is-visible {
  display: block;
  margin-top: 4px;
}
.main-search.is-open .search-field__input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.main-search.is-open .search-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-search.is-open .search-controls {
    display: block;
  }
}
.search-field {
  position: relative;
  display: block;
  min-width: 192px;
}
@media only screen and (min-width: 1280px) {
  .search-field {
    min-width: 251px;
  }
}
.search-field__button {
  position: absolute;
  top: 4px;
  left: 5px;
  padding: 8px;
  border: none;
}
@media only screen and (min-width: 960px) {
  .search-field__button {
    padding: 4px;
  }
}
.search-field__icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/_global/svg/search-icon.svg");
}
.search-field__discard-icon {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("../images/_global/svg/close-small.svg") no-repeat;
  cursor: pointer;
}
@media screen and (device-aspect-ratio: 40/71) {
  .search-field__input {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  .search-field__input {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  .search-field__input {
    font-size: 16px;
  }
}
.search-field__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-title__default {
  padding-right: 70px;
}
@media only screen and (min-width: 640px) {
  .search-title__default {
    padding-right: 48px;
  }
}
@media only screen and (min-width: 960px) {
  .search-title__default {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-title__default {
    padding-right: 40px;
  }
}
.search-title {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2c2c2c;
}
@media only screen and (min-width: 640px) {
  .search-title {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .search-title {
    line-height: 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-title {
    font-size: 28px;
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}
.search-controls {
  display: none;
  padding: 8px 16px;
  overflow: hidden;
  background-color: #f7f8fa;
  border: 1px solid #d4d4d4;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 0 #d4d4d4;
  box-shadow: 0 -1px 0 0 #d4d4d4;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-animation: fadeInBottom 0.15s ease-in-out;
  animation: fadeInBottom 0.15s ease-in-out;
}
.search-controls .search-controls__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .search-controls .search-controls__column:first-of-type {
    margin-bottom: 8px;
  }
}
.search-controls .search-controls__column--for-desktop {
  display: none;
}
@media only screen and (min-width: 960px) {
  .search-controls .search-controls__column--for-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-controls .search-controls__column-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-controls .search-controls__column-icon .icon {
  width: 12px;
  height: 12px;
}
.search-controls .search-controls__column-label,
.search-controls .search-controls__column-description {
  font-size: 12px;
  line-height: 16px;
  color: #808080;
}
.search-controls .search-controls__column-label {
  justify-content: center;
  margin-right: 8px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media only screen and (min-width: 960px) {
  .search-controls .search-controls__column-label {
    min-width: 20px;
  }
}
.search-controls .search-controls__divider {
  display: none;
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background-color: #d4d4d4;
  border-radius: 4px;
}
@media only screen and (min-width: 1280px) {
  .search-controls .search-controls__divider {
    display: inline-block;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.article-head {
  padding-bottom: 16px;
  border-bottom: 1px solid #0a0d1e;
}
.article-head .section-headline {
  text-align: left;
}
.article-head .section-subheadline {
  margin: 0;
  text-align: left;
}
.article-head .article-head__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
@media only screen and (min-width: 960px) {
  .article-head .article-head__row .section-subheadline,
  .article-head .article-head__row .article__link {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 639px) {
  .article-head .article__link {
    display: none;
  }
}
.article-head--sm .section-headline {
  margin-bottom: 8px;
}
@media only screen and (min-width: 960px) {
  .article-head--sm .section-headline {
    font-size: 24px;
    line-height: 32px;
  }
}
.article-head--sm .section-subheadline {
  font-size: 14px;
  line-height: 24px;
}
@media only screen and (min-width: 960px) {
  .article-head--sm .section-subheadline {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1280px) {
  .article-head--promo {
    display: none;
  }
}
.article-footer {
  padding-top: 24px;
}
@media only screen and (min-width: 640px) {
  .article-footer {
    display: none;
  }
}
.cards--article {
  margin: 0 -16px;
}
@media only screen and (min-width: 640px) {
  .cards--article {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.cards--article .cards__item {
  padding: 24px 16px 0;
}
@media only screen and (min-width: 640px) {
  .cards--article .cards__item {
    padding-top: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .cards--article .cards__item {
    padding-top: 32px;
  }
}
@media only screen and (min-width: 1280px) {
  .cards--article .cards__item {
    padding-top: 34px;
  }
}
.cards--article .card {
  border-bottom: 1px solid #0a0d1e;
}
@media only screen and (min-width: 640px) {
  .cards--article .card {
    min-height: 100%;
  }
}
.cards--article .card__content {
  padding-bottom: 20px;
}
.cards--article .card__head {
  margin-bottom: 16px;
}
.cards--article .card__head:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.cards--article .card__head a {
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__head a {
    width: 288px;
    height: 152px;
  }
}
.cards--article .card__head img {
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 300ms ease-in;
  transition: -webkit-transform 300ms ease-in;
  transition: transform 300ms ease-in;
  transition: transform 300ms ease-in, -webkit-transform 300ms ease-in;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__head img {
    width: 100%;
    height: auto;
    min-height: 152px;
  }
}
.cards--article .card__label {
  margin-bottom: 8px;
}
.cards--article .card__label a {
  font-weight: 700;
  font-size: 10px;
  line-height: 16px;
  color: #6b6b6b;
  text-transform: uppercase;
  text-decoration: none;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__label a {
    font-size: 12px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 960px) {
  .cards--article .card__label {
    margin-bottom: 12px;
  }
  .cards--article .card__label a {
    font-size: 12px;
    line-height: 16px;
  }
}
.cards--article .card__title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
}
.cards--article .card__title a {
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #2c2c2c;
  text-decoration: none;
  -webkit-transition: color 150ms ease-in;
  transition: color 150ms ease-in;
}
.cards--article .card__title a:hover {
  color: #0777cf;
}
@media only screen and (min-width: 960px) {
  .cards--article .card__title {
    margin-bottom: 12px;
  }
  .cards--article .card__title a {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .cards--article .card__title a {
    display: block;
    display: -webkit-box;
    max-height: 84px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.cards--article .card__desc {
  font-size: 14px;
  line-height: 20px;
}
.cards--article .card__desc a {
  display: inline-block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c;
  text-decoration: none;
}
@media only screen and (min-width: 1280px) {
  .cards--article .card__desc a {
    display: block;
    display: -webkit-box;
    max-height: 70px;
    overflow: hidden;
    text-overflow: -o-ellipsis-lastline;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }
}
.form-subscribe-action {
  width: 100%;
  padding: 28px 0;
  border-top: 1px solid #0a0d1e;
  border-bottom: 1px solid #0a0d1e;
}
@media only screen and (min-width: 960px) {
  .form-subscribe-action {
    padding: 32px 0;
  }
}
.form-subscribe-action .action__row {
  position: relative;
}
.form-subscribe-action .section-subheadline {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .section-subheadline {
    margin-bottom: 24px;
  }
}
@media only screen and (min-width: 960px) {
  .form-subscribe-action .section-subheadline {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }
}
.form-subscribe-action .form__row:last-child {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action .form__column:first-child {
    padding-right: 8px;
  }
  .form-subscribe-action .form__row-action .form__column:last-child {
    padding-left: 8px;
  }
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action .form-control {
    min-width: 192px;
  }
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form__row-action .button {
    min-width: 144px;
  }
}
@media only screen and (max-width: 639px) {
  .form-subscribe-action .form__column:not(:last-child) {
    margin-bottom: 12px;
  }
}
.form-subscribe-action .form-note {
  font-size: 11px;
  line-height: 18px;
}
@media only screen and (min-width: 640px) {
  .form-subscribe-action .form-note {
    text-align: center;
  }
}
.form-subscribe-action .form-note strong {
  font-weight: 600;
}
.form-subscribe-action .action__column-gratitude {
  position: absolute;
  z-index: 1;
  display: none;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: all $default-transition-time ease-in;
  transition: all $default-transition-time ease-in;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.form-subscribe-action .action__column-gratitude.is-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.form-subscribe-action .action__column-gratitude .section-subheadline {
  margin-bottom: 0;
}
@media only screen and (max-width: 1279px) {
  .form-subscribe-action .action__column-gratitude .section-subheadline {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .action__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .action__column-headline {
    padding-right: 78px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .section-headline {
    margin-bottom: 4px;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .form-subscribe-action--desktop .section-subheadline {
    margin-bottom: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .section-subheadline {
    margin-bottom: 0;
    text-align: left;
  }
}
@media only screen and (min-width: 1280px) {
  .form-subscribe-action--desktop .form-note {
    text-align: left;
  }
}
.slider-arrows .slick-arrow {
  padding: 2px;
  background: none;
  border: none;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 150ms ease-in;
  transition: all 150ms ease-in;
}
.slider-arrows .slick-arrow:focus {
  -webkit-box-shadow: 0 0 0 2px #d4d4d4;
  box-shadow: 0 0 0 2px #d4d4d4;
}
.slider-arrows .slick-arrow:first-of-type {
  margin-right: 8px;
}
.slider-arrows .slick-arrow.slick-disabled {
  opacity: 0.4;
  pointer-events: none;
}
.slider-arrows .slick-arrow .icon {
  display: block;
  width: 32px;
  height: 32px;
}
.slider-arrows .slick-arrow circle {
  -webkit-transition: fill 150ms ease-in, stroke 150ms ease-in;
  transition: fill 150ms ease-in, stroke 150ms ease-in;
}
.slider-arrows .slick-arrow path {
  -webkit-transition: stroke 150ms ease-in;
  transition: stroke 150ms ease-in;
}
.slider-arrows .slick-arrow:hover .icon circle {
  fill: #f7f8fa;
}
.slider-arrows .slick-arrow:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.slider-arrows .slick-arrow.slick-disabled {
  pointer-events: none;
}
.slider-arrows .slick-arrow.slick-disabled circle {
  stroke: #b9c6d5;
}
.slider-arrows .slick-arrow.slick-disabled path {
  fill: #b9c6d5;
}
.js-focus-visible :focus:not(.focus-visible) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.main-search {
  width: 100%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 640px) {
  .main-search {
    width: 100%;
    margin-bottom: 0;
  }
}
.main-search .form-control {
  height: 40px;
  padding-left: 32px;
}
@media only screen and (min-width: 960px) {
  .main-search .form-control {
    height: auto;
    max-height: 32px;
    line-height: 18px;
  }
}
.main-search .search-input-msg {
  display: none;
  font-size: 12px;
  line-height: 18px;
  color: #e15554;
}
.main-search .search-input-msg.is-visible {
  display: block;
  margin-top: 4px;
}
.main-search.is-open .search-field__input {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.main-search.is-open .search-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .main-search.is-open .search-controls {
    display: block;
  }
}
.search-field {
  position: relative;
  display: block;
  min-width: 192px;
}
@media only screen and (min-width: 1280px) {
  .search-field {
    min-width: 251px;
  }
}
.search-field__button {
  position: absolute;
  top: 4px;
  left: 5px;
  padding: 8px;
  border: none;
}
@media only screen and (min-width: 960px) {
  .search-field__button {
    padding: 4px;
  }
}
.search-field__icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/_global/svg/search-icon.svg");
}
.search-field__discard-icon {
  position: absolute;
  top: 0;
  right: 8px;
  bottom: 0;
  display: none;
  width: 16px;
  height: 16px;
  margin: auto;
  background: url("../images/_global/svg/close-small.svg") no-repeat;
  cursor: pointer;
}
@media screen and (device-aspect-ratio: 40/71) {
  .search-field__input {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 375/667) {
  .search-field__input {
    font-size: 16px;
  }
}
@media screen and (device-aspect-ratio: 9/16) {
  .search-field__input {
    font-size: 16px;
  }
}
.search-field__input:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search-title__default {
  padding-right: 70px;
}
@media only screen and (min-width: 640px) {
  .search-title__default {
    padding-right: 48px;
  }
}
@media only screen and (min-width: 960px) {
  .search-title__default {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-title__default {
    padding-right: 40px;
  }
}
.search-title {
  padding-bottom: 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2c2c2c;
}
@media only screen and (min-width: 640px) {
  .search-title {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 960px) {
  .search-title {
    line-height: 38px;
  }
}
@media only screen and (min-width: 1280px) {
  .search-title {
    font-size: 28px;
  }
}
.fadeInBottom {
  -webkit-animation-name: fadeInBottom;
  animation-name: fadeInBottom;
}
.search-controls {
  display: none;
  padding: 8px 16px;
  overflow: hidden;
  background-color: #f7f8fa;
  border: 1px solid #d4d4d4;
  border-top: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: 0 -1px 0 0 #d4d4d4;
  box-shadow: 0 -1px 0 0 #d4d4d4;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  -webkit-animation: fadeInBottom 0.15s ease-in-out;
  animation: fadeInBottom 0.15s ease-in-out;
}
.search-controls .search-controls__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  .search-controls .search-controls__column:first-of-type {
    margin-bottom: 8px;
  }
}
.search-controls .search-controls__column--for-desktop {
  display: none;
}
@media only screen and (min-width: 960px) {
  .search-controls .search-controls__column--for-desktop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.search-controls .search-controls__column-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.search-controls .search-controls__column-icon .icon {
  width: 12px;
  height: 12px;
}
.search-controls .search-controls__column-label,
.search-controls .search-controls__column-description {
  font-size: 12px;
  line-height: 16px;
  color: #808080;
}
.search-controls .search-controls__column-label {
  justify-content: center;
  margin-right: 8px;
  font-weight: 700;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
}
@media only screen and (min-width: 960px) {
  .search-controls .search-controls__column-label {
    min-width: 20px;
  }
}
.search-controls .search-controls__divider {
  display: none;
  width: 1px;
  height: 16px;
  margin: 0 16px;
  background-color: #d4d4d4;
  border-radius: 4px;
}
@media only screen and (min-width: 1280px) {
  .search-controls .search-controls__divider {
    display: inline-block;
  }
}
@-webkit-keyframes fadeInBottom {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  from {
    top: 100%;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@media only screen and (min-width: 960px) {
  .aside-section {
    position: sticky;
    top: 100px;
  }
}
@media only screen and (min-width: 640px) {
  .mobile-navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.mobile-navigation .main-search {
  margin-bottom: 16px;
}
@media only screen and (min-width: 640px) {
  .mobile-navigation .main-search {
    width: 50%;
    margin-bottom: 0;
    padding-right: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .mobile-navigation .main-search {
    width: 100%;
    margin-bottom: 28px;
    padding-right: 0;
  }
}
@media only screen and (min-width: 640px) {
  .mobile-navigation .select-field {
    width: 50%;
    padding-left: 16px;
  }
}
@media only screen and (min-width: 960px) {
  .mobile-navigation .select-field {
    display: none;
  }
}
@media only screen and (max-width: 959px) {
  .selectric {
    height: 40px;
    font-size: 16px;
    line-height: 26px;
  }
  .selectric .button::before {
    margin-top: 12px;
  }
}
.aside-panel:not(:last-child) {
  margin-bottom: 28px;
}
@media only screen and (max-width: 959px) {
  .aside-panel {
    display: none;
  }
}
.aside-panel__title {
  margin-bottom: 4px;
  font-weight: 700;
  font-size: 16px;
  line-height: 32px;
  text-transform: uppercase;
}
.aside-menu .menu-item:not(:last-child) {
  margin-bottom: 8px;
}
.aside-menu a,
.aside-menu .aside-menu__item-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 4px 8px;
  font-weight: 400;
  font-size: 16px;
  color: #2c2c2c;
  text-decoration: none;
  border-radius: 4px;
  -webkit-transition: background-color 150ms ease-in, color 150ms ease-in;
  transition: background-color 150ms ease-in, color 150ms ease-in;
  -webkit-box-align: center;
  -ms-flex-align: center;
}
.aside-menu a:hover,
.aside-menu .aside-menu__item-link:hover {
  color: #2c2c2c;
  background-color: #d8dfe7;
}
.aside-menu a:active,
.aside-menu .aside-menu__item-link:active,
.aside-menu a.is-active,
.aside-menu .aside-menu__item-link.is-active,
.aside-menu a[aria-current="page"],
.aside-menu .aside-menu__item-link[aria-current="page"] {
  font-weight: 600;
  color: #2c2c2c;
  background-color: #e0e6ed;
}
.page-section--related-post {
  padding: 32px 0;
  background-color: #f7f8fa;
}
@media only screen and (min-width: 640px) {
  .page-section--related-post {
    padding: 52px 0;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--related-post {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--related-post {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--related-post .page-section__inner {
    position: relative;
  }
}
.page-section--related-post .section-headline {
  margin: 0;
  text-align: left;
}
.page-section--related-post .related-slider .slider-arrows {
  padding-top: 24px;
}
@media only screen and (min-width: 640px) {
  .page-section--related-post .related-slider .slider-arrows {
    position: absolute;
    top: -4px;
    right: 16px;
    padding-top: 0;
  }
}
.page-section--related-post .related-slider .slick-list {
  overflow: hidden;
}
.page-section--related-post .related-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-section--related-post .related-slider .slick-slide > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.page-section--related-post .related-slider .slick-slide > div .cards__item {
  min-height: 100%;
}
.page-section--intro {
  padding-top: 28px;
}
@media only screen and (min-width: 640px) {
  .page-section--intro {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro {
    padding-top: 60px;
  }
}
.page-section--intro .article-head {
  padding-bottom: 16px;
}
.page-section--intro .article-head .section-subheadline {
  display: block;
  display: -webkit-box;
  max-height: 70px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 640px) {
  .page-section--intro .article-head {
    padding-bottom: 24px;
  }
  .page-section--intro .article-head .section-subheadline {
    max-height: 72px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .article-head {
    padding-bottom: 28px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro .article-head {
    padding-bottom: 32px;
  }
  .page-section--intro .article-head .section-subheadline {
    max-height: 112px;
  }
}
.page-section--content {
  padding-top: 32px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 640px) {
  .page-section--content {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .page-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .page-section__column-aside {
    width: 288px;
  }
}
.page-section--content .page-section__column-content {
  padding-top: 32px;
}
@media only screen and (min-width: 640px) {
  .page-section--content .page-section__column-content {
    padding-top: 48px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .page-section__column-content {
    width: calc(100% - 288px);
    padding-top: 0;
    padding-left: 32px;
  }
}
.page-section--content .article:not(:last-child) {
  padding-bottom: 48px;
}
@media only screen and (min-width: 640px) {
  .page-section--content .article:not(:last-child) {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .article:not(:last-child) {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .article:not(:last-child) {
    padding-bottom: 80px;
  }
}
.page-section--content .cards--article {
  margin-top: -24px;
}
@media only screen and (min-width: 640px) {
  .page-section--content .cards--article {
    margin-top: -28px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .cards--article {
    margin-top: -50px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .cards--article {
    margin-top: -60px;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--content .cards--article .cards__item {
    width: 50%;
    padding-top: 28px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .cards--article .cards__item {
    padding-top: 52px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .cards--article .cards__item {
    width: 33.333%;
    padding-top: 60px;
  }
}
.highlighted {
  background-color: #ffdf6f;
}
.not-found {
  padding: 40px 0 48px;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}
@media only screen and (min-width: 640px) {
  .not-found {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 960px) {
  .not-found {
    padding: 0;
    text-align: left;
  }
}
.not-found p {
  margin-bottom: 4px;
}
@media only screen and (min-width: 960px) {
  .not-found p {
    margin-bottom: 8px;
  }
}
