.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;
  }
}
.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;
}
.is-ie11 .layout__body,
.is-ie11 .page-section--content {
  overflow: hidden;
}
@media only screen and (min-width: 960px) {
  .page-section--intro {
    padding: 24px 0 10px;
    overflow: hidden;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro {
    padding: 10px 0 50px 0;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.page-section--intro .section-headline {
  font-family: "Merriweather", sans-serif;
}
@media only screen and (min-width: 960px) {
  .page-section--intro .section-headline {
    text-align: left;
  }
}
.page-section--intro .section-subheadline {
  margin: 0;
}
@media only screen and (min-width: 640px) {
  .page-section--intro .section-subheadline {
    width: 495px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .section-subheadline {
    width: auto;
    text-align: left;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__column-headline {
    order: 1;
    padding-top: 24px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro .page-section__column-headline {
    padding-top: 50px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__column-thumb {
    order: 2;
    margin-right: -34px;
    margin-left: -40px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro .page-section__column-thumb {
    margin-top: 22px;
    margin-right: 0;
    margin-left: 0;
  }
}
.page-section--intro .page-section__column-thumb .illustration {
  width: 288px;
  height: 140px;
  margin: 0 auto;
  background-image: url("../images/home-page/illustration-sm.svg");
  background-size: cover;
}
@media only screen and (min-width: 640px) {
  .page-section--intro .page-section__column-thumb .illustration {
    width: 372px;
    height: 182px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--intro .page-section__column-thumb .illustration {
    width: 558px;
    height: 252px;
    margin: 0;
    background-image: url("../images/home-page/illustration.svg");
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--intro .page-section__column-thumb .illustration {
    width: 680px;
    height: 250px;
  }
}
.page-section--content {
  padding-top: 32px;
}
@media only screen and (min-width: 640px) {
  .page-section--content {
    padding-top: 48px;
    padding-bottom: 8px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content {
    padding-top: 0;
    padding-bottom: 20px;
  }
}
@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: 251px;
  }
}
.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% - 251px);
    padding-top: 0;
    padding-left: 70px;
  }
}
.page-section--content .article {
  padding-bottom: 48px;
}
@media only screen and (min-width: 640px) {
  .page-section--content .article {
    padding-bottom: 52px;
  }
}
@media only screen and (min-width: 960px) {
  .page-section--content .article {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .article {
    padding-bottom: 80px;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .article-promo .article-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -34px;
  }
}
.page-section--content .article-promo .cards--promo {
  display: none;
}
@media only screen and (min-width: 1280px) {
  .page-section--content .article-promo .cards--promo {
    display: block;
    width: 33.3333%;
  }
}
.page-section--content .article-promo .cards--promo .cards__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 34px 16px 0 0;
}
.page-section--content .article-promo .cards--promo .card {
  position: relative;
  display: block;
  -ms-flex: 1;
  flex: 1 1;
  padding: 32px 24px;
  overflow: hidden;
  text-decoration: none;
  border-radius: 4px;
  -webkit-box-flex: 1;
}
.page-section--content .article-promo .cards--promo .card::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  -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) {
  .page-section--content .article-promo .cards--promo .card:hover::after {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.page-section--content .article-promo .cards--promo .card__title {
  margin-bottom: 8px;
  font-size: 24px;
  line-height: 32px;
  font-family: "Merriweather", sans-serif;
}
.page-section--content .article-promo .cards--promo .card__desc {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
@media only screen and (min-width: 1280px) {
  .page-section--content .article-promo .cards--article {
    width: calc(66.6666% + 32px);
    margin: 0 -16px 0 0;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--content .article-promo .cards--article .cards__item {
    width: 50%;
  }
}
.page-section--content .article-promo .card__title,
.page-section--content .article-promo .card__desc {
  color: #fff;
  text-decoration: none;
}
.page-section--content .article-promo .link {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}
.page-section--content .article-promo .link:before {
  background: #fff;
}
.page-section--content .article-promo .card:hover .link:before {
  left: 0;
  width: 100%;
}
.page-section--content .article-promo .card--promo-latest {
  background-color: #2069e0;
}
.page-section--content .article-promo .card--promo-latest::after {
  width: 239px;
  height: 240px;
  background-image: url("../images/home-page/latest-illustration.svg");
}
.page-section--content .article-promo .card--digital-evolution {
  background-color: #00134e;
}
.page-section--content .article-promo .card--digital-evolution::after {
  width: 221px;
  height: 208px;
  background-image: url("../images/home-page/digital-evolution-illustration.svg");
}
.page-section--content .article-promo .card--productivity {
  background-color: #36a269;
}
.page-section--content .article-promo .card--productivity::after {
  width: 180px;
  height: 188px;
  background-image: url("../images/home-page/productivity-illustration.svg");
}
.page-section--content .article-promo .card--collaboration {
  background-color: #5641d4;
}
.page-section--content .article-promo .card--collaboration::after {
  width: 220px;
  height: 176px;
  background-image: url("../images/home-page/collaboration-illustration.svg");
}
.page-section--content .article-promo .card--partners {
  background-color: #ffca31;
}
.page-section--content .article-promo .card--partners::after {
  width: 185px;
  height: 185px;
  background-image: url("../images/home-page/partners-illustration.svg");
}
.page-section--content .article-promo .card--partners .card__title,
.page-section--content .article-promo .card--partners .card__desc,
.page-section--content .article-promo .card--partners .link {
  color: #2c2c2c;
}
.page-section--content .article-promo .card--partners .link:before {
  background: #2c2c2c;
}
.page-section--content .article-promo .card--developers {
  background-color: #100419;
}
.page-section--content .article-promo .card--developers::after {
  width: 212px;
  height: 231px;
  background-image: url("../images/home-page/developers-illustration.svg");
}
@media only screen and (max-width: 1279px) {
  .page-section--content .cards--article .cards__item:nth-child(n + 3) {
    display: none;
  }
}
@media only screen and (min-width: 640px) {
  .page-section--content .cards--article .cards__item {
    width: 50%;
  }
}
@media only screen and (min-width: 1280px) {
  .page-section--content .cards--article .cards__item {
    width: 33.3333%;
  }
}
.page-section--content .article-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
@media only screen and (min-width: 640px) {
  .page-section--content .article-tag-cloud {
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
}
.page-section--content .article-tag-cloud .tag-cloud-title {
  margin-bottom: 20px;
  padding-right: 14px;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  font-family: "Merriweather", sans-serif;
  color: #2c2c2c;
}
@media only screen and (min-width: 640px) {
  .page-section--content .article-tag-cloud .tag-cloud-title {
    margin-top: -2px;
    margin-bottom: 0;
    padding-right: 20px;
    font-size: 24px;
    line-height: 32px;
  }
}
.page-section--content .article-tag-cloud .wp-tag-cloud {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -12px;
  margin-left: -8px;
}
.page-section--content .article-tag-cloud .wp-tag-cloud li {
  max-height: 26px;
  margin-bottom: 12px;
  margin-left: 8px;
  text-align: center;
  background-color: #f6f8fb;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.page-section--content .article-tag-cloud .wp-tag-cloud li a {
  display: inline-block;
  padding: 0 14px 2px;
  font-size: 12px;
  line-height: 16px;
  color: #2c2c2c;
}
.page-section--content .article-tag-cloud .wp-tag-cloud li:hover {
  background-color: #eceef1;
}
.page-section--content .article-tag-cloud .wp-tag-cloud li:hover a {
  text-decoration: none;
}
