@charset "UTF-8";
.fa-icon, .articles__link--internal::before, .breadcrumbs li + li:before, .activity .recent-activity-comment-icon:before, .vote--style-1 .vote__btn:after {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900; }

@media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
  .table {
    display: table;
    width: 100%; }
    .table__head {
      display: table-header-group;
      font-weight: 700; }
      [dir] .table__head .table__col {
        border-bottom: 1px solid var(--border-color); }
    .table__body {
      display: table-row-group; }
    .table__row {
      display: table-row; }
      [dir] .table__row:nth-child(even) {
        background-color: var(--secondary-bg-color); }
    .table__col {
      display: table-cell; }
    [dir] .table__col {
      padding: 16px; } }

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir=ltr] .table {
    margin-right: -16px;
    margin-left: -16px; }
  [dir=rtl] .table {
    margin-left: -16px;
    margin-right: -16px; }
    .table__head {
      display: none; }
    [dir] .table__row {
      padding: 16px 16px; }
      [dir] .table__row:nth-child(even) {
        background-color: var(--secondary-bg-color); }
    .table__col {
      display: flex; }
      .table__col:before {
        content: attr(data-title);
        display: block;
        width: 33.333%;
        font-size: var(--heading-6-font-size);
        font-weight: 700;
        color: var(--secondary-text-color); }
      [dir=ltr] .table__col:before {
    margin-right: 8px; }
      [dir=rtl] .table__col:before {
        margin-left: 8px; }
    .table--my-activities .table__col:before {
      max-width: 160px; }
    .table--my-activities .table__col > * {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; } }

zd-autocomplete {
  color: var(--primary-text-color);
  overflow: hidden; }

[dir] zd-autocomplete {
  border-radius: var(--border-radius-base);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12);
  background-color: var(--primary-bg-color); }

zd-autocomplete-title-multibrand,
zd-autocomplete-header {
  font-family: var(--heading-font-family);
  font-size: var(--text-font-size);
  line-height: 1.5;
  font-weight: 700;
  color: var(--primary-text-color); }

[dir] zd-autocomplete-title-multibrand, [dir] zd-autocomplete-header {
  margin-bottom: 8px; }

zd-autocomplete-multibrand,
zd-autocomplete-option {
  font-family: var(--text-font-family);
  line-height: 1.5;
  font-size: var(--heading-6-font-size);
  color: var(--primary-text-color);
  transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] zd-autocomplete-multibrand, [dir] zd-autocomplete-option {
  border-color: var(--border-color); }
  [dir] zd-autocomplete-multibrand:last-child, [dir] zd-autocomplete-option:last-child {
    border-radius: 0; }
  [dir] zd-autocomplete-multibrand:hover, [dir] zd-autocomplete-multibrand[aria-selected="true"], [dir] zd-autocomplete-option:hover, [dir] zd-autocomplete-option[aria-selected="true"] {
    background-color: var(--secondary-bg-color); }
  zd-autocomplete-multibrand em,
  zd-autocomplete-option em {
    color: #fff; }
  [dir] zd-autocomplete-multibrand em, [dir] zd-autocomplete-option em {
    background-color: var(--secondary-color);
    border-radius: 4px; }
  [dir] zd-autocomplete-multibrand:last-child, [dir] zd-autocomplete-option:last-child {
    border-bottom: none !important; }

zd-autocomplete-breadcrumbs-multibrand {
  color: var(--secondary-text-color) !important; }

.search {
  display: block;
  position: relative; }
  .search input[type=search],
  .search [type=submit] {
    -moz-appearance: none;
    -webkit-appearance: none; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .search input[type=search],
      .search [type=submit] {
        font-size: var(--text-font-size-large); } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .search input[type=search] {
      padding-top: 1em;
      padding-bottom: 1em; } }
  .search [type=submit] {
    display: block;
    position: absolute;
    top: 0;
    height: 100%; }
  [dir] .search [type=submit] {
    margin: 0; }
  [dir=ltr] .search [type=submit] {
  right: 0;
  border-radius: 0 var(--border-radius-small) var(--border-radius-small) 0; }
  [dir=rtl] .search [type=submit] {
    left: 0;
    border-radius: var(--border-radius-small) 0 0 var(--border-radius-small); }
    @media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
      .search [type=submit] {
        display: none; } }

[dir] .lightbox-search .h1 {
  margin-bottom: 8px; }
  @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    .lightbox-search .h1 {
      font-size: var(--heading-4-font-size);
      line-height: 1.4; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    .lightbox-search .h1 {
      font-size: var(--heading-2-font-size);
      line-height: 1.2; } }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    [dir] .lightbox-search .h1 {
      margin-bottom: 16px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .lightbox-search .h1 {
      margin-bottom: 24px; } }
  @media only screen and (min-width: 980px) {
    [dir] .lightbox-search .h1 {
      margin-bottom: 32px; } }

[dir] .mobile-menu {
  text-align: center; }
  .mobile-menu__group {
    position: relative; }
  [dir] .mobile-menu__group {
    padding: 0 32px;
    margin-top: 24px;
    margin-bottom: 24px; }
    [dir] .mobile-menu__group:first-child {
      margin-top: 0; }
    [dir] .mobile-menu__group:last-child {
      margin-bottom: 0; }
    .mobile-menu__group + .mobile-menu__group:before {
      content: '';
      display: block;
      width: 50%;
      position: absolute;
      top: -13px; }
    [dir] .mobile-menu__group + .mobile-menu__group:before {
      background-color: var(--border-color);
      border-radius: 50%;
      border-top: 1px solid var(--border-color); }
    [dir=ltr] .mobile-menu__group + .mobile-menu__group:before {
  left: 50%;
  transform: translateX(-50%); }
    [dir=rtl] .mobile-menu__group + .mobile-menu__group:before {
      right: 50%;
      transform: translateX(50%); }
    .mobile-menu__group > * {
      display: block; }
    [dir] .mobile-menu__group > * {
      margin: 0; }

.popular-searches {
  display: flex;
  flex-wrap: wrap; }

[dir] .popular-searches {
  margin-top: 12px; }
  [dir] .popular-searches .btn {
    margin-top: 4px; }
  [dir=ltr] .popular-searches .btn {
  margin-right: 6px; }
  [dir=rtl] .popular-searches .btn {
    margin-left: 6px; }

.articles:not(.articles--simple), .related-articles ul:not(.articles--simple),
.recent-articles ul:not(.articles--simple) {
  row-gap: 16px; }
  @media only screen and (min-width: 980px) {
    .articles:not(.articles--simple), .related-articles ul:not(.articles--simple),
    .recent-articles ul:not(.articles--simple) {
      row-gap: 32px; } }

[dir] .articles + .articles, [dir] .related-articles ul + .articles, [dir] .recent-articles ul + .articles, [dir] .related-articles .articles + ul, [dir] .related-articles ul + ul, [dir] .recent-articles .articles + ul, [dir] .recent-articles ul + ul {
  margin-top: 16px; }

[dir] .articles.articles--simple .articles__item, [dir] .related-articles ul .articles__item, [dir] .recent-articles ul .articles__item {
  margin-top: 16px; }
  @media only screen and (min-width: 980px) {
    [dir] .articles.articles--simple .articles__item, [dir] .related-articles ul .articles__item, [dir] .recent-articles ul .articles__item {
      margin-top: 32px; } }

.articles--boxes .articles__item {
  height: 100%; }

[dir] .articles--boxes .articles__item {
  padding: 16px;
  background-color: var(--secondary-bg-color);
  border-radius: var(--border-radius-base); }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .articles--boxes .articles__item {
      padding: 24px; } }
  @media only screen and (min-width: 980px) {
    [dir] .articles--boxes .articles__item {
      padding: 32px; } }

.articles--boxes a.articles__item {
  display: block; }
  [dir] .articles--boxes a.articles__item:hover {
    background-color: var(--secondary-bg-color-hover); }

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir] .articles--bordered .articles__item {
    margin-top: 24px; } }

[dir] .articles--bordered .articles__item + .articles__item {
  padding-top: 24px;
  border-top: 1px solid var(--border-color); }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .articles--bordered .articles__item + .articles__item {
      padding-top: 32px; } }
  @media only screen and (min-width: 980px) {
    [dir] .articles--bordered .articles__item + .articles__item {
      padding-top: 40px; } }

.articles__link, .related-articles ul li a,
.recent-articles ul li a {
  display: block; }

[dir] .articles__link, [dir] .related-articles ul li a, [dir] .recent-articles ul li a {
  margin-bottom: 12px; }
  .articles__link--promoted {
    font-weight: 700;
    position: relative; }
    .articles__link--promoted:after {
      content: '';
      display: inline-block;
      width: .375em;
      height: .375em; }
    [dir] .articles__link--promoted:after {
      border-radius: 50%;
      background-color: var(--secondary-color); }
    [dir=ltr] .articles__link--promoted:after {
  transform: translate(0.1em, -0.5em); }
    [dir=rtl] .articles__link--promoted:after {
      transform: translate(-0.1em, -0.5em); }
  .articles__link--internal::before {
    content: "";
    color: var(--border-color); }
  [dir=ltr] .articles__link--internal::before {
  margin-right: .375em; }
  [dir=rtl] .articles__link--internal::before {
    margin-left: .375em; }
  .articles__link--h3 {
    font-weight: 700; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .articles__link--h3 {
        font-size: var(--heading-3-font-size);
        line-height: 1.3; } }
  .articles__link--h4 {
    font-weight: 700; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .articles__link--h4 {
        font-size: var(--heading-4-font-size);
        line-height: 1.4; } }
  .articles__link--block {
    display: block;
    position: relative;
    color: var(--secondary-text-color); }
  [dir] .articles__link--block {
    border-radius: var(--border-radius-small);
    background-color: var(--secondary-bg-color);
    margin-bottom: 5px; }
  [dir=ltr] .articles__link--block {
  padding: 5px 24px 5px 8px; }
  [dir=rtl] .articles__link--block {
    padding: 5px 8px 5px 24px; }
    [dir] .articles__link--block:hover, [dir] .articles__link--block:active {
      background-color: var(--secondary-bg-color-hover); }
    .articles__link--block .fas {
      position: absolute;
      top: 50%; }
    [dir] .articles__link--block .fas {
      transform: translateY(-50%); }
    [dir=ltr] .articles__link--block .fas {
  right: 8px; }
    [dir=rtl] .articles__link--block .fas {
      left: 8px; }

.articles__meta, .category-blocks__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: var(--secondary-text-color);
  font-size: var(--heading-6-font-size); }

[dir] .articles__meta, [dir] .category-blocks__meta {
  margin-top: 12px; }
  [dir=ltr] .articles__meta > *, [dir=ltr] .category-blocks__meta > * {
  margin-right: 8px; }
  [dir=rtl] .articles__meta > *, [dir=rtl] .category-blocks__meta > * {
    margin-left: 8px; }

.articles__author {
  display: flex;
  align-items: center;
  color: var(--primary-text-color);
  font-size: var(--heading-6-font-size); }
  .articles__author img {
    width: 24px;
    height: 24px; }
  [dir] .articles__author img {
    border-radius: 50%; }
  [dir=ltr] .articles__author img {
  margin-right: 8px; }
  [dir=rtl] .articles__author img {
    margin-left: 8px; }

.articles__body {
  color: var(--secondary-text-color); }

[dir] .articles__body {
  margin-top: 12px; }
  @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    .articles__body {
      display: none; } }
  .articles__body em {
    color: var(--primary-bg-color);
    font-size: var(--heading-6-font-size); }
  [dir] .articles__body em {
    border-radius: var(--border-radius-small);
    background-color: var(--secondary-text-color);
    padding: 0 4px; }

[dir] .articles__more {
  margin-top: 10px; }

[dir] .sections {
  margin-top: -48px; }
  @media only screen and (min-width: 980px) {
    [dir] .sections {
      margin-top: -80px; } }
  [dir] .sections ~ .articles, [dir] .related-articles .sections ~ ul, [dir] .recent-articles .sections ~ ul {
    margin-top: 32px; }
  @media only screen and (min-width: 980px) {
    .sections--type-1 > .col, .sections--type-3 > .col {
      flex: 0 0 33.3%;
      max-width: 33.3%; } }
  @media only screen and (min-width: 980px) {
    .sections--type-2 > .col, .sections--type-4 > .col {
      flex: 0 0 50%;
      max-width: 50%; } }
  .sections--type-3 .sections__item, .sections--type-4 .sections__item {
    --primary-bg-color: var(--secondary-bg-color-always);
    --secondary-bg-color: var(--primary-bg-color-always); }
  [dir] .sections--type-3 .sections__item, [dir] .sections--type-4 .sections__item {
    padding: 16px;
    background-color: var(--primary-bg-color);
    border-radius: var(--border-radius-base); }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .sections--type-3 .sections__item, [dir] .sections--type-4 .sections__item {
        padding: 24px; } }
    @media only screen and (min-width: 980px) {
      [dir] .sections--type-3 .sections__item, [dir] .sections--type-4 .sections__item {
        padding: 32px; } }
  [dir] .sections__item {
    margin-top: 48px; }
    @media only screen and (min-width: 980px) {
      [dir] .sections__item {
        margin-top: 80px; } }

.categories__title, .categories__title:last-child {
  color: var(--primary-text-color);
  transition: color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] .categories__title, [dir] .categories__title:last-child {
  margin: 0;
  padding: 0 0 32px; }

[dir] .categories__title--min, [dir] .categories__title--min:last-child {
  margin: 0; }

.categories__description {
  color: var(--secondary-text-color); }

[dir] .categories__description {
  margin: -20px 0 32px; }

.categories__category a:hover .categories__title, .categories__category a:active .categories__title, .categories__category a.is-active .categories__title {
  color: var(--link-color); }

[dir] .no-content {
  text-align: center; }
  .no-content p {
    font-size: var(--heading-3-font-size);
    line-height: 1.3;
    color: var(--secondary-text-color); }
  [dir] .no-content p {
    margin-bottom: 12px; }

[dir] .page-content {
  margin-bottom: 48px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .page-content {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-content {
      margin-bottom: 80px; } }
  [dir] .page-content:not(.page-content--without-margin) {
    margin-top: 48px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .page-content:not(.page-content--without-margin) {
        margin-top: 64px; } }
    @media only screen and (min-width: 980px) {
      [dir] .page-content:not(.page-content--without-margin) {
        margin-top: 80px; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-content--user-content:not(.page-content--without-margin) {
      margin-top: 0; } }
  @media only screen and (min-width: 980px) {
    .page-content__article {
      flex-wrap: nowrap; }
      .page-content__article .page-content__center-col {
        flex: 1 1 10%; }
      [dir=ltr] .page-content__article .page-content__left-col ~ .page-content__center-col {
    margin-left: 0 !important; }
      [dir=rtl] .page-content__article .page-content__left-col ~ .page-content__center-col {
        margin-right: 0 !important; } }
  @media only screen and (max-width: 979px) {
    .page-content__left-col {
      order: 1; }
    .page-content__right-col {
      order: 2; }
    .page-content__center-col {
      order: 3; } }
  [dir] .page-content__box, [dir] .page-content__bordered-box {
    margin-top: 24px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .page-content__box, [dir] .page-content__bordered-box {
        margin-top: 32px; } }
    @media only screen and (min-width: 980px) {
      [dir] .page-content__box, [dir] .page-content__bordered-box {
        margin-top: 48px; } }
  [dir] .page-content__bordered-box {
    padding-top: 24px;
    border-top: 1px solid var(--border-color); }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .page-content__bordered-box {
        padding-top: 32px; } }
    @media only screen and (min-width: 980px) {
      [dir] .page-content__bordered-box {
        padding-top: 48px; } }
  [dir] .page-content__box-col {
    margin-top: 24px; }
    [dir] .page-content__box-col:first-child {
      margin-top: 0; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .page-content__box-col {
        margin-top: 0; }
        [dir] .page-content__box-col:first-child {
          margin-top: 0; } }

.attachments__item {
  display: flex;
  align-items: center;
  overflow: hidden; }

[dir] .attachments__item {
  padding: 12px;
  margin-top: 4px;
  border-radius: var(--border-radius-small); }
  .attachments__item i {
    color: var(--primary-text-color);
    opacity: .25; }
  [dir=ltr] .attachments__item i {
  margin-right: 8px; }
  [dir=rtl] .attachments__item i {
    margin-left: 8px; }

.attachments__item-name {
  flex: 1 1 10px;
  color: var(--primary-text-color);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.attachments__item-size {
  font-size: 12px; }

[dir=ltr] .attachments__item-size {
  margin-left: 8px; }

[dir=rtl] .attachments__item-size {
  margin-right: 8px; }

.attachments--min i {
  font-size: .75em; }

[dir] .attachments--min .attachments__item {
  padding: 8px; }

.attachments--min .attachments__item-name {
  font-size: 12px; }

.labels {
  display: flex;
  flex-wrap: wrap; }
  [dir=ltr] .labels .btn {
  margin-right: 4px; }
  [dir=rtl] .labels .btn {
    margin-left: 4px; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .labels-box .row {
    flex-wrap: nowrap;
    align-items: center; } }

[dir] .labels-title {
  margin: 0 0 8px; }

.related-articles ul,
.recent-articles ul {
  display: block; }

[dir] .related-articles ul, [dir] .recent-articles ul {
  padding: 0;
  margin: 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .related-articles ul:not(.articles--simple), [dir] .recent-articles ul:not(.articles--simple) {
      margin-top: 0; } }
  .related-articles ul li,
  .recent-articles ul li {
    display: block;
    list-style: none; }
  [dir] .related-articles ul li, [dir] .recent-articles ul li {
    margin: 0;
    padding: 0; }

.recent-articles-title,
.related-articles-title {
  font-size: var(--heading-4-font-size);
  line-height: 1.4; }

[dir] .recent-articles-title, [dir] .related-articles-title {
  margin: 0 0 1.4em; }
  [dir] .markdown .recent-articles-title, [dir] .markdown
  .related-articles-title {
    margin-top: 1.4em; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .recent-articles-title,
    .related-articles-title {
      font-size: var(--heading-3-font-size);
      line-height: 1.3; }
    [dir] .recent-articles-title, [dir] .related-articles-title {
      margin: 0 0 1.3em; }
      [dir] .markdown .recent-articles-title, [dir] .markdown
      .related-articles-title {
        margin-top: 1.3em; } }

[dir] .comments__heading {
  margin-top: 48px;
  margin-bottom: 24px; }

[dir] .comments__title {
  margin-bottom: 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .comments__title {
      margin-bottom: 8px; } }

[dir] .comments__subtitle {
  margin: 0; }
  [dir] .comments__subtitle ~ .comment-form {
    margin-top: 24px; }
    @media only screen and (min-width: 980px) {
      [dir] .comments__subtitle ~ .comment-form {
        margin-top: 32px; } }

.comments__sorted {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start; }
  @media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    .comments__sorted.col--sm-up-6 {
      display: block; }
    [dir] .comments__sorted.col--sm-up-6 {
      margin-top: 8px; } }

.comments__list {
  display: block; }

[dir] .comments__list {
  margin: 48px 0 0;
  padding: 0; }

.comments__item {
  display: block;
  list-style: none;
  position: relative; }

[dir] .comments__item {
  margin: 0;
  padding: 0; }
  [dir] .comments__item + .comments__item {
    margin-top: 32px; }

[dir] .comments__item-avatar img {
  border-radius: 50%; }

@media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
  [dir=ltr] .comments__item-container {
    padding-left: 64px; }
  [dir=rtl] .comments__item-container {
    padding-right: 64px; } }

.comments__item-body {
  overflow-x: hidden; }

[dir] .comments__item-body {
  background-color: var(--secondary-bg-color);
  border-radius: var(--border-radius-base);
  padding: 16px 24px; }
  [dir] .comments__item-body .attachments {
    margin-top: 12px; }
  [dir] .comments__item-body .attachments__item {
    background-color: var(--primary-bg-color); }
  [dir] .comments__item-body .post-status {
    margin-top: -16px; }
  [dir=ltr] .comments__item-body .post-status {
  margin-left: -12px; }
  [dir=rtl] .comments__item-body .post-status {
    margin-right: -12px; }
    [dir] .comments__item-body .post-status ~ p {
      margin-top: 8px; }

.comments__item-body-with-ticket {
  display: block;
  font-weight: 700; }

[dir] .comments__item-body-with-ticket {
  margin-bottom: 8px; }

.comments__item-meta {
  font-size: var(--heading-6-font-size);
  color: var(--secondary-text-color); }

[dir] .comments__item-meta {
  padding: 8px var(--border-radius-base); }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    .comments__item-meta {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  .comments__item-meta a {
    font-weight: 700; }

.comments__item-actions-container {
  display: flex;
  align-items: center; }
  [dir=ltr] .comments__item-actions-container > * + * {
  margin-left: 16px; }
  [dir=rtl] .comments__item-actions-container > * + * {
    margin-right: 16px; }
  @media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir] .comments__item-actions-container {
      margin-top: 6px; } }

.comments__item-vote {
  display: flex;
  align-items: center; }
  [dir=ltr] .comments__item-vote > * + * {
  margin-left: 8px; }
  [dir=rtl] .comments__item-vote > * + * {
    margin-right: 8px; }

[dir] .comments__item-share {
  margin-top: 16px; }
  .comments__item-share .share {
    justify-content: center; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .comments__item-share .share {
        justify-content: center; } }

.comment-form {
  --primary-bg-color: var(--primary-bg-color-always);
  --secondary-bg-color: var(--secondary-bg-color-always);
  position: relative; }
  .comment-form__body {
    position: relative; }
    .comment-form__body textarea {
      height: 48px; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        .comment-form__body textarea {
          height: 112px; } }
    [dir=ltr] .comment-form__body #hc-wysiwyg {
  padding-right: 48px; }
    [dir=rtl] .comment-form__body #hc-wysiwyg {
      padding-left: 48px; }
  .comment-form__avatar, .comments__item-avatar {
    display: none; }
    @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
      .comment-form__avatar, .comments__item-avatar {
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 0; }
      [dir] .comment-form__avatar, [dir] .comments__item-avatar {
        border-radius: 50%; }
      [dir=ltr] .comment-form__avatar, [dir=ltr] .comments__item-avatar {
    left: 0; }
      [dir=rtl] .comment-form__avatar, [dir=rtl] .comments__item-avatar {
        right: 0; }
        [dir=ltr] .comment-form__avatar ~ .comment-form__body, [dir=ltr] .comments__item-avatar ~ .comment-form__body {
    padding-left: 64px; }
        [dir=rtl] .comment-form__avatar ~ .comment-form__body, [dir=rtl] .comments__item-avatar ~ .comment-form__body {
          padding-right: 64px; } }
  [dir] .comment-form__submit {
    padding-top: 12px; }
  [dir=ltr] .comment-form__submit {
  text-align: right; }
  [dir=rtl] .comment-form__submit {
    text-align: left; }
    .comment-form__submit--sb {
      display: flex;
      justify-content: space-between;
      align-items: center; }
      [dir] .comment-form__submit--sb > * {
        margin: 0; }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    .comment-form__control {
      display: flex;
      justify-content: space-between; } }

.ui-light #hc-wysiwyg [role="form"],
.ui-dark #hc-wysiwyg [role="form"] {
  color: var(--primary-text-color);
  font-size: var(--heading-6-font-size);
  display: flex;
  align-items: center; }

[dir].ui-light #hc-wysiwyg [role="form"], [dir].ui-dark #hc-wysiwyg [role="form"] {
  background-color: var(--secondary-bg-color);
  border-color: var(--border-color); }
  [dir=ltr].ui-light #hc-wysiwyg [role="form"] *, [dir=ltr].ui-dark #hc-wysiwyg [role="form"] * {
  margin-left: 8px; }
  [dir=rtl].ui-light #hc-wysiwyg [role="form"] *, [dir=rtl].ui-dark #hc-wysiwyg [role="form"] * {
    margin-right: 8px; }
  .ui-light #hc-wysiwyg [role="form"] input[type=text],
  .ui-dark #hc-wysiwyg [role="form"] input[type=text] {
    min-height: 28px; }
  [dir].ui-light #hc-wysiwyg [role="form"] input[type=text], [dir].ui-dark #hc-wysiwyg [role="form"] input[type=text] {
    border-radius: var(--border-radius-small);
    border-color: var(--border-color) !important; }

[dir] .my-activities__filter {
  margin-top: 24px;
  margin-bottom: 16px; }
  @media only screen and (min-width: 980px) {
    [dir] .my-activities__filter {
      margin-top: 32px;
      margin-bottom: 24px; } }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    .my-activities__filter {
      display: flex;
      align-items: flex-end; }
      [dir=ltr] .my-activities__filter > * + * {
    margin-left: 8px; }
      [dir=rtl] .my-activities__filter > * + * {
        margin-right: 8px; } }
  @media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir] .my-activities__filter > * + * {
      margin-top: 8px; } }

.my-activities__search {
  flex: 1 0 50%; }

.my-activities label {
  display: block; }

[dir] .my-activities label {
  margin-bottom: 8px; }

.requests-sort-symbol {
  display: inline-block;
  font-weight: 400;
  font-size: .75em;
  color: var(--primary-text-color); }

[dir] .requests-sort-symbol {
  transform: scale(1, 0.65); }

[dir=ltr] .requests-sort-symbol {
  margin-left: 8px; }

[dir=rtl] .requests-sort-symbol {
  margin-right: 8px; }

.request-status, .post-status {
  display: inline-block;
  vertical-align: middle;
  font-size: var(--heading-6-font-size);
  line-height: 1em;
  font-weight: 400;
  color: var(--secondary-text-color); }

[dir] .request-status, [dir] .post-status {
  padding: 4px 12px;
  border-radius: var(--border-radius-base);
  background-color: var(--secondary-bg-color); }
  .request-status--solved, .request-status--closed {
    color: #fff; }
  [dir] .request-status--solved, [dir] .request-status--closed {
    background-color: var(--success-color); }
  .request-status--new, .request-status--open {
    color: #fff; }
  [dir] .request-status--new, [dir] .request-status--open {
    background-color: var(--danger-color); }
  .request-status--answered {
    color: #fff; }
  [dir] .request-status--answered {
    background-color: var(--warning-color); }

.breadcrumbs {
  display: flex;
  flex-wrap: wrap; }

[dir] .breadcrumbs {
  margin: 0;
  padding: 0; }
  .breadcrumbs li {
    display: block;
    position: relative;
    list-style: none; }
  [dir] .breadcrumbs li {
    padding: 0; }
  [dir=ltr] .breadcrumbs li {
  margin: 0 12px 0 0; }
  [dir=rtl] .breadcrumbs li {
    margin: 0 0 0 12px; }
    [dir=ltr] .breadcrumbs li + li {
  padding-left: 16px; }
    [dir=rtl] .breadcrumbs li + li {
      padding-right: 16px; }
      .breadcrumbs li + li:before {
        content: "";
        font-size: 12px;
        position: absolute;
        top: 50%; }
      [dir] .breadcrumbs li + li:before {
        transform: translateY(-50%);
        margin-top: 1px; }
      [dir=ltr] .breadcrumbs li + li:before {
  left: 0; }
      [dir=rtl] .breadcrumbs li + li:before {
        right: 0; }

.error-page {
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 979px) {
    [dir] .error-page {
      text-align: center; } }
  [dir] .error-page__text {
    padding-top: 24px;
    padding-bottom: 24px; }
    @media only screen and (min-width: 980px) {
      [dir] .error-page__text {
        padding-top: 240px;
        padding-bottom: 240px; } }
  @media only screen and (min-width: 980px) {
    .error-page__image {
      position: absolute;
      top: 50%;
      z-index: -1;
      height: 90%;
      width: 75%;
      display: flex;
      justify-content: flex-end; }
    [dir] .error-page__image {
      transform: translateY(-50%); }
    [dir=ltr] .error-page__image {
    right: 0; }
    [dir=rtl] .error-page__image {
      left: 0; } }
  @media only screen and (max-width: 979px) {
    [dir] .error-page__image {
      margin-bottom: 32px; } }
  .error-page__image img,
  .error-page__image svg {
    width: auto;
    height: auto; }
    @media only screen and (min-width: 980px) {
      .error-page__image img,
      .error-page__image svg {
        max-width: 100%;
        max-height: 100%; } }
    @media only screen and (max-width: 979px) {
      .error-page__image img,
      .error-page__image svg {
        max-width: 100%;
        max-height: 100vw; } }

.post-status {
  font-size: 12px; }

[dir=ltr] .post-status {
  margin-left: 4px; }

[dir=rtl] .post-status {
  margin-right: 4px; }
  .post-status--pinned {
    color: #fff; }
  [dir] .post-status--pinned {
    background-color: var(--border-color); }
  .post-status--featured {
    color: #fff; }
  [dir] .post-status--featured {
    background-color: var(--info-color); }
  .post-status--completed, .post-status--answered {
    color: #fff; }
  [dir] .post-status--completed, [dir] .post-status--answered {
    background-color: var(--success-color); }
  .post-status--planned {
    color: #fff; }
  [dir] .post-status--planned {
    background-color: var(--warning-color); }
  .post-status--not-planned {
    color: var(--secondary-text-color); }
  [dir] .post-status--not-planned {
    background-color: var(--secondary-bg-color); }

[dir] .sidebar {
  padding: 48px 16px; }
  @media only screen and (min-width: 980px) {
    [dir] .sidebar {
      padding: 32px; } }
  @media only screen and (min-width: 980px) {
    [dir] .sidebar {
      border-radius: var(--border-radius-base);
      background-color: var(--secondary-bg-color); } }
  @media only screen and (max-width: 979px) {
    .sidebar {
      --primary-bg-color: var(--secondary-bg-color);
      --secondary-bg-color: var(--secondary-bg-color);
      position: relative;
      z-index: 0; }
    [dir=ltr] .sidebar {
    margin-left: -16px;
    margin-right: -16px; }
    [dir=rtl] .sidebar {
      margin-right: -16px;
      margin-left: -16px; }
      .sidebar:before, .sidebar:after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0; }
      [dir=ltr] .sidebar:before, [dir=ltr] .sidebar:after {
    left: 0; }
      [dir=rtl] .sidebar:before, [dir=rtl] .sidebar:after {
        right: 0; }
      .sidebar:before {
        z-index: -2; }
      [dir] .sidebar:before {
        background-color: var(--secondary-bg-color); }
      .sidebar:after {
        z-index: -1;
        opacity: .75; }
      [dir=ltr] .sidebar:after {
    background: linear-gradient(45deg, var(--secondary-bg-color), var(--primary-bg-color)); }
      [dir=rtl] .sidebar:after {
        background: linear-gradient(-45deg, var(--secondary-bg-color), var(--primary-bg-color)); } }
  @media only screen and (min-width: 980px), only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    .sidebar__box + .sidebar__box {
      position: relative; }
    [dir] .sidebar__box + .sidebar__box {
      margin-top: 32px;
      padding-top: 32px; }
      .sidebar__box + .sidebar__box:before {
        content: '';
        display: block;
        width: calc(100% - 32px);
        position: absolute;
        top: 0; }
      [dir] .sidebar__box + .sidebar__box:before {
        border-top: 1px solid var(--border-color); }
      [dir=ltr] .sidebar__box + .sidebar__box:before {
    left: 16px; }
      [dir=rtl] .sidebar__box + .sidebar__box:before {
        right: 16px; } }
  @media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir] .sidebar__box + .sidebar__box {
      margin-top: 24px;
      padding-top: 24px; }
      .sidebar__box + .sidebar__box:before {
        width: calc(100% - 16px); }
      [dir=ltr] .sidebar__box + .sidebar__box:before {
    left: 8px; }
      [dir=rtl] .sidebar__box + .sidebar__box:before {
        right: 8px; } }

.badge {
  display: flex;
  width: 100%; }
  [dir=ltr] .badge .profile-badges-item-image {
  margin-right: 16px; }
  [dir=rtl] .badge .profile-badges-item-image {
    margin-left: 16px; }
    .badge .profile-badges-item-image,
    .badge .profile-badges-item-image img {
      display: block;
      width: 40px;
      height: 40px; }

.badges {
  display: flex;
  width: 100%;
  align-items: center; }

[dir] .badges {
  margin-top: 16px; }
  .badges img {
    display: block;
    width: 40px;
    height: 40px; }
  [dir=ltr] .badges img {
  margin-right: 8px; }
  [dir=rtl] .badges img {
    margin-left: 8px; }

.dropdown {
  display: inline-block;
  position: relative; }

.dropdown__content,
reach-portal [role=menu] {
  position: absolute;
  width: 240px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1), transform 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] .dropdown__content, [dir] reach-portal [role=menu] {
  background-color: var(--primary-bg-color-always);
  border-radius: var(--border-radius-base);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12);
  padding: 16px 32px; }
  .dropdown__content.is-active,
  reach-portal [role=menu].is-active {
    opacity: 1;
    visibility: visible; }
  [dir].ui-dark .dropdown__content, [dir].ui-dark
  reach-portal [role=menu] {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.24); }

reach-portal [role=menu] {
  opacity: 1;
  visibility: visible; }

[dir=ltr] reach-portal [role=menu] {
  left: auto;
  right: 0; }

[dir=rtl] reach-portal [role=menu] {
  right: auto;
  left: 0; }

.dropdown__content--xs {
  width: 200px; }

.dropdown__content--sm {
  width: 240px; }

.dropdown__content--md {
  width: 280px; }

.dropdown__content--lg {
  width: 320px; }

.dropdown__content--xl {
  width: 360px; }

.dropdown__chevron {
  position: absolute; }

[dir] .dropdown__chevron {
  border: 8px solid transparent; }
  .dropdown__chevron--ts, .dropdown__chevron--tm, .dropdown__chevron--te {
    top: calc(100% - 2px); }
  [dir] .dropdown__chevron--ts, [dir] .dropdown__chevron--tm, [dir] .dropdown__chevron--te {
    border-top-color: var(--primary-bg-color-always); }
  .dropdown__chevron--bs, .dropdown__chevron--bm, .dropdown__chevron--be {
    bottom: calc(100% - 2px); }
  [dir] .dropdown__chevron--bs, [dir] .dropdown__chevron--bm, [dir] .dropdown__chevron--be {
    border-bottom-color: var(--primary-bg-color-always); }
  [dir=ltr] .dropdown__chevron--rs, [dir=ltr] .dropdown__chevron--rm, [dir=ltr] .dropdown__chevron--re {
  border-right-color: var(--primary-bg-color-always);
  right: calc(100% - 2px); }
  [dir=rtl] .dropdown__chevron--rs, [dir=rtl] .dropdown__chevron--rm, [dir=rtl] .dropdown__chevron--re {
    border-left-color: var(--primary-bg-color-always);
    left: calc(100% - 2px); }
  [dir=ltr] .dropdown__chevron--lefts, [dir=ltr] .dropdown__chevron--leftm, [dir=ltr] .dropdown__chevron--lefte {
  border-left-color: var(--primary-bg-color-always);
  left: calc(100% - 2px); }
  [dir=rtl] .dropdown__chevron--lefts, [dir=rtl] .dropdown__chevron--leftm, [dir=rtl] .dropdown__chevron--lefte {
    border-right-color: var(--primary-bg-color-always);
    right: calc(100% - 2px); }

reach-portal [role=menuitem],
.dropdown__menuitem {
  display: block;
  width: calc(100% + 64px);
  color: var(--secondary-text-color);
  font-weight: 500;
  transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] reach-portal [role=menuitem], [dir] .dropdown__menuitem {
  padding: 6px 32px;
  margin: 0 -32px;
  background-color: transparent;
  border: 0; }
  reach-portal [role=menuitem]:hover, reach-portal [role=menuitem]:active, reach-portal [role=menuitem].is-active, reach-portal [role=menuitem][aria-selected=true],
  .ui-light reach-portal [role=menuitem]:hover,
  .ui-light reach-portal [role=menuitem]:active,
  .ui-light reach-portal [role=menuitem].is-active,
  .ui-light reach-portal [role=menuitem][aria-selected=true],
  .ui-dark reach-portal [role=menuitem]:hover,
  .ui-dark reach-portal [role=menuitem]:active,
  .ui-dark reach-portal [role=menuitem].is-active,
  .ui-dark reach-portal [role=menuitem][aria-selected=true],
  .dropdown__menuitem:hover,
  .dropdown__menuitem:active,
  .dropdown__menuitem.is-active,
  .dropdown__menuitem[aria-selected=true],
  .ui-light
  .dropdown__menuitem:hover,
  .ui-light
  .dropdown__menuitem:active,
  .ui-light
  .dropdown__menuitem.is-active,
  .ui-light
  .dropdown__menuitem[aria-selected=true],
  .ui-dark
  .dropdown__menuitem:hover,
  .ui-dark
  .dropdown__menuitem:active,
  .ui-dark
  .dropdown__menuitem.is-active,
  .ui-dark
  .dropdown__menuitem[aria-selected=true] {
    color: var(--primary-text-color); }

[dir] reach-portal [role=menu] {
  border: none;
  margin-top: 4px; }
  reach-portal [role=menu] div[class]:not([role=menuitem]) {
    color: var(--primary-text-color);
    font-weight: 700;
    font-size: 12px; }
  [dir] reach-portal [role=menu] div[class]:not([role=menuitem]) {
    border-bottom: 1px solid var(--border-color); }
  [dir=ltr] reach-portal [role=menu] div[class]:not([role=menuitem]) {
  margin-right: 0;
  margin-left: 0; }
  [dir=rtl] reach-portal [role=menu] div[class]:not([role=menuitem]) {
    margin-left: 0;
    margin-right: 0; }

[dir] reach-portal [role=menuitem][data-selected] {
  background-color: transparent; }

.modal {
  display: block;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 0;
  height: 100%;
  visibility: hidden;
  transition: all 0.9s cubic-bezier(0.74, 0, 0.24, 0.99);
  z-index: 101; }

[dir=ltr] .modal {
  right: 0; }

[dir=rtl] .modal {
  left: 0; }
  .modal.is-active {
    width: 100%;
    visibility: visible; }

.modal__bg {
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }

[dir=ltr] .modal__bg {
  left: 0; }

[dir=rtl] .modal__bg {
  right: 0; }
  .ui-light .modal__bg {
    opacity: .75; }
  [dir].ui-light .modal__bg {
    background-color: var(--primary-text-color); }
  [dir].ui-dark .modal__bg {
    background-color: var(--primary-bg-color); }

.modal__container {
  position: absolute;
  top: 0;
  width: 100vw; }

[dir=ltr] .modal__container {
  right: 0; }

[dir=rtl] .modal__container {
  left: 0; }

.modal__close {
  position: absolute;
  z-index: 3;
  font-size: var(--heading-6-font-size);
  opacity: 0;
  color: #fff; }

[dir=ltr] .modal__close {
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1);
  animation-duration: .3s;
  animation-delay: .7s;
  animation-fill-mode: both; }

[dir=rtl] .modal__close {
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1);
  animation-duration: .3s;
  animation-delay: .7s;
  animation-fill-mode: both; }
  .ui-light .modal__close:hover, .ui-light .modal__close:active, .ui-light .modal__close.is-active,
  .ui-dark .modal__close:hover,
  .ui-dark .modal__close:active,
  .ui-dark .modal__close.is-active {
    color: rgba(255, 255, 255, 0.5); }

@keyframes closeButtonBottomShow-ltr {
  from {
    opacity: 0;
    transform: translateX(-50%); }
  to {
    opacity: 1;
    transform: translate(-50%, 12px); } }

@keyframes closeButtonBottomShow-rtl {
  from {
    opacity: 0;
    transform: translateX(50%); }
  to {
    opacity: 1;
    transform: translate(50%, 12px); } }

@keyframes closeButtonLeftShow-ltr {
  from {
    opacity: 0;
    transform: translateX(0); }
  to {
    opacity: 1;
    transform: translateX(-12px); } }

@keyframes closeButtonLeftShow-rtl {
  from {
    opacity: 0;
    transform: translateX(0); }
  to {
    opacity: 1;
    transform: translateX(12px); } }

.modal__content {
  position: absolute; }

[dir] .modal__content {
  background-color: var(--primary-bg-color); }

.modal__content--center {
  width: calc(100% - 24px);
  max-width: 668px;
  top: 50vh; }

[dir] .modal__content--center {
  border-radius: var(--border-radius-base);
  padding-top: 32px;
  padding-bottom: 32px; }

[dir=ltr] .modal__content--center {
  left: 50vw;
  transform: translate(-50%, -50%); }

[dir=rtl] .modal__content--center {
  right: 50vw;
  transform: translate(50%, -50%); }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    [dir] .modal__content--center {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .modal__content--center {
      padding-top: 80px;
      padding-bottom: 80px; } }
  .modal__content--center .modal__close {
    top: 12px;
    color: var(--link-color); }
  [dir] .modal__content--center .modal__close {
    transform: translateY(100%); }
  [dir=ltr] .modal__content--center .modal__close {
  right: 0;
  margin-left: 8px; }
  [dir=rtl] .modal__content--center .modal__close {
    left: 0;
    margin-right: 8px; }
    [dir=ltr] .modal.is-active .modal__content--center .modal__close {
  animation-name:  closeButtonLeftShow-ltr ; }
    [dir=rtl] .modal.is-active .modal__content--center .modal__close {
      animation-name:  closeButtonLeftShow-rtl ; }

.modal__content--top {
  top: 0;
  width: 100%; }

[dir] .modal__content--top {
  padding-top: 32px;
  padding-bottom: 32px; }

[dir=ltr] .modal__content--top {
  left: 0; }

[dir=rtl] .modal__content--top {
  right: 0; }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    [dir] .modal__content--top {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .modal__content--top {
      padding-top: 80px;
      padding-bottom: 80px; } }
  [dir].ui-dark .modal__content--top {
    border-bottom: 1px solid var(--border-color); }
  .modal__content--top .modal__close {
    top: 100%; }
  [dir=ltr] .modal__content--top .modal__close {
  left: 50%; }
  [dir=rtl] .modal__content--top .modal__close {
    right: 50%; }
    [dir=ltr] .modal.is-active .modal__content--top .modal__close {
  animation-name:  closeButtonBottomShow-ltr ; }
    [dir=rtl] .modal.is-active .modal__content--top .modal__close {
      animation-name:  closeButtonBottomShow-rtl ; }

.modal__content--right {
  top: 0;
  width: calc(100% - 60px);
  height: 100vh;
  max-width: 568px; }

[dir] .modal__content--right {
  padding: 16px; }

[dir=ltr] .modal__content--right {
  right: 0; }

[dir=rtl] .modal__content--right {
  left: 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .modal__content--right {
      padding: 32px; } }
  [dir=ltr].ui-dark .modal__content--right {
  border-left: 1px solid var(--border-color); }
  [dir=rtl].ui-dark .modal__content--right {
    border-right: 1px solid var(--border-color); }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .modal__content--right {
      width: calc(100% - 68px); } }
  .modal__content--right .modal__close {
    top: 24px; }
  [dir=ltr] .modal__content--right .modal__close {
  right: 100%; }
  [dir=rtl] .modal__content--right .modal__close {
    left: 100%; }
    [dir=ltr] .modal.is-active .modal__content--right .modal__close {
  animation-name:  closeButtonLeftShow-ltr ; }
    [dir=rtl] .modal.is-active .modal__content--right .modal__close {
      animation-name:  closeButtonLeftShow-rtl ; }

.modal__content-scroll {
  display: block;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: absolute;
  top: 0; }

[dir] .modal__content-scroll {
  padding: 16px; }

[dir=ltr] .modal__content-scroll {
  right: 0; }

[dir=rtl] .modal__content-scroll {
  left: 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .modal__content-scroll {
      padding: 32px; } }

.modal-is-open {
  overflow: hidden; }

.tabs {
  display: flex;
  flex-direction: column; }

[dir] .tabs {
  margin-bottom: 24px; }
  .tabs__links {
    display: flex; }
    .tabs__links a {
      display: block;
      line-height: 1.2;
      font-weight: 700; }
    [dir] .tabs__links a {
      padding: 12px; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        [dir] .tabs__links a {
          padding: 24px; } }
  .tabs__containers {
    position: relative;
    overflow: hidden;
    transition: height 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  .tabs__container {
    position: absolute;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .tabs__container {
    padding-top: 12px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .tabs__container {
        padding-top: 24px; } }
    .tabs__container.is-active {
      position: relative;
      opacity: 1;
      visibility: visible; }
  [dir] .tabs--type-1 > .tabs__links, [dir] .tabs--type-2 > .tabs__links {
    border-bottom: 1px solid var(--border-color); }
    .tabs--type-1 > .tabs__links a, .tabs--type-2 > .tabs__links a {
      position: relative;
      color: var(--primary-text-color); }
    [dir] .tabs--type-1 > .tabs__links a, [dir] .tabs--type-2 > .tabs__links a {
      padding: 12px; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        [dir] .tabs--type-1 > .tabs__links a, [dir] .tabs--type-2 > .tabs__links a {
          padding: 16px 24px; } }
      .tabs--type-1 > .tabs__links a:after, .tabs--type-2 > .tabs__links a:after {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        opacity: 0;
        transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
        position: absolute;
        bottom: -1px; }
      [dir] .tabs--type-1 > .tabs__links a:after, [dir] .tabs--type-2 > .tabs__links a:after {
        background-color: var(--primary-color); }
      [dir=ltr] .tabs--type-1 > .tabs__links a:after, [dir=ltr] .tabs--type-2 > .tabs__links a:after {
  left: 0; }
      [dir=rtl] .tabs--type-1 > .tabs__links a:after, [dir=rtl] .tabs--type-2 > .tabs__links a:after {
        right: 0; }
      .tabs--type-1 > .tabs__links a.is-active, .tabs--type-2 > .tabs__links a.is-active {
        color: var(--primary-color); }
      [dir] .tabs--type-1 > .tabs__links a.is-active, [dir] .tabs--type-2 > .tabs__links a.is-active {
        padding: 8px 12px 16px; }
        @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
          [dir] .tabs--type-1 > .tabs__links a.is-active, [dir] .tabs--type-2 > .tabs__links a.is-active {
            padding: 12px 24px 20px; } }
        .tabs--type-1 > .tabs__links a.is-active:after, .tabs--type-2 > .tabs__links a.is-active:after {
          opacity: 1; }
  .tabs--type-2 {
    overflow: hidden; }
  [dir=ltr] .tabs--type-2 {
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: var(--border-radius-small); }
  [dir=rtl] .tabs--type-2 {
    border-top-right-radius: var(--border-radius-small);
    border-top-left-radius: var(--border-radius-small); }
    [dir] .tabs--type-2 > .tabs__links {
      background-color: var(--secondary-bg-color); }
      .tabs--type-2 > .tabs__links a.is-active {
        color: #fff; }
      [dir] .tabs--type-2 > .tabs__links a.is-active {
        background-color: var(--primary-color);
        border-color: var(--primary-color); }
  .tabs--style-2 > .tabs__links a, .tabs--style-3 > .tabs__links a {
    flex-grow: 1;
    width: 100%; }
  [dir] .tabs--style-2 > .tabs__links a, [dir] .tabs--style-3 > .tabs__links a {
    text-align: center; }
  [dir] .tabs--style-3 {
    border-radius: var(--border-radius-small);
    border: 1px solid var(--border-color); }
    [dir] .tabs--style-3 > .tabs__containers > .tabs__container {
      padding: 12px; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        [dir] .tabs--style-3 > .tabs__containers > .tabs__container {
          padding: 24px; } }
    [dir] .tabs--style-3.tabs--type-3 > .tabs__links {
      padding: 8px 8px 0; }

.spoiler {
  display: block; }

[dir] .spoiler {
  margin-bottom: 24px; }
  .spoiler__title {
    display: block;
    width: 100%;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
    color: var(--primary-text-color);
    position: relative;
    font-weight: 700; }
  [dir=ltr] .spoiler__title {
  padding: 12px 24px 12px 12px; }
  [dir=rtl] .spoiler__title {
    padding: 12px 12px 12px 24px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir=ltr] .spoiler__title {
    padding: 16px 32px 16px 24px; }
      [dir=rtl] .spoiler__title {
        padding: 16px 24px 16px 32px; } }
    .spoiler__title:after {
      content: '+';
      display: block;
      position: absolute;
      top: 50%;
      transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
      font-size: var(--heading-4-font-size); }
    [dir] .spoiler__title:after {
      transform: translateY(-50%) rotate(0deg); }
    [dir=ltr] .spoiler__title:after {
  right: 12px; }
    [dir=rtl] .spoiler__title:after {
      left: 12px; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        [dir=ltr] .spoiler__title:after {
    right: 16px; }
        [dir=rtl] .spoiler__title:after {
          left: 16px; } }
    .spoiler__title.is-active {
      color: var(--primary-color); }
      [dir=ltr] .spoiler__title.is-active:after {
  transform: translateY(-50%) rotate(135deg); }
      [dir=rtl] .spoiler__title.is-active:after {
        transform: translateY(-50%) rotate(-135deg); }
  .spoiler__text {
    opacity: 0;
    transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .spoiler__text {
    padding-top: 12px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .spoiler__text {
        padding-top: 24px; } }
    .spoiler__text.is-active {
      opacity: 1; }
  [dir] .spoiler--type-1 > .spoiler__title, [dir] .accordion--type-1 > .spoiler > .spoiler__title {
    border-bottom: 1px solid var(--border-color); }
    [dir] .spoiler--type-1 > .spoiler__title.is-active, [dir] .accordion--type-1 > .spoiler > .spoiler__title.is-active {
      border-color: var(--primary-color); }
  [dir] .spoiler--type-2 > .spoiler__title, [dir] .accordion--type-2 > .spoiler > .spoiler__title {
    background-color: var(--secondary-bg-color);
    border-bottom: 1px solid var(--secondary-bg-color);
    border-radius: var(--border-radius-small); }
    .spoiler--type-2 > .spoiler__title.is-active, .accordion--type-2 > .spoiler > .spoiler__title.is-active {
      color: #fff; }
    [dir] .spoiler--type-2 > .spoiler__title.is-active, [dir] .accordion--type-2 > .spoiler > .spoiler__title.is-active {
      background-color: var(--primary-color);
      border-color: var(--primary-color); }
    [dir=ltr] .spoiler--type-2 > .spoiler__title.is-active, [dir=ltr] .accordion--type-2 > .spoiler > .spoiler__title.is-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
    [dir=rtl] .spoiler--type-2 > .spoiler__title.is-active, [dir=rtl] .accordion--type-2 > .spoiler > .spoiler__title.is-active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  [dir] .spoiler--style-2 > .spoiler__title, [dir] .accordion--style-2 > .spoiler > .spoiler__title {
    border: 1px solid var(--border-color);
    border-radius: var(--border-radius-small); }
    [dir=ltr] .spoiler--style-2 > .spoiler__title.is-active, [dir=ltr] .accordion--style-2 > .spoiler > .spoiler__title.is-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
    [dir=rtl] .spoiler--style-2 > .spoiler__title.is-active, [dir=rtl] .accordion--style-2 > .spoiler > .spoiler__title.is-active {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  [dir] .spoiler--style-2 > .spoiler__text, [dir] .accordion--style-2 > .spoiler > .spoiler__text {
    padding: 12px;
    border: 1px solid var(--border-color);
    border-top: none; }
  [dir=ltr] .spoiler--style-2 > .spoiler__text, [dir=ltr] .accordion--style-2 > .spoiler > .spoiler__text {
  border-bottom-right-radius: var(--border-radius-small);
  border-bottom-left-radius: var(--border-radius-small); }
  [dir=rtl] .spoiler--style-2 > .spoiler__text, [dir=rtl] .accordion--style-2 > .spoiler > .spoiler__text {
    border-bottom-left-radius: var(--border-radius-small);
    border-bottom-right-radius: var(--border-radius-small); }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .spoiler--style-2 > .spoiler__text, [dir] .accordion--style-2 > .spoiler > .spoiler__text {
        padding: 24px; } }

[dir] .accordion {
  margin-bottom: 24px; }
  [dir] .accordion .spoiler {
    margin-bottom: 0; }
    [dir] .accordion .spoiler__text {
      padding-bottom: 12px; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        [dir] .accordion .spoiler__text {
          padding-bottom: 24px; } }
  [dir] .accordion--type-2.accordion--style-1 > .spoiler + .spoiler {
    margin-top: 0;
    border-top: 1px solid var(--border-color); }
  [dir] .accordion--type-2.accordion--style-2 > .spoiler + .spoiler {
    margin-top: -1px; }
  [dir] .accordion--type-2 > .spoiler > .spoiler__title, [dir] .accordion--type-2 > .spoiler > .spoiler__text, [dir] .accordion--style-2 > .spoiler > .spoiler__title, [dir] .accordion--style-2 > .spoiler > .spoiler__text {
    border-radius: 0; }
  [dir=ltr] .accordion--type-2 > .spoiler:first-child > .spoiler__title, [dir=ltr] .accordion--style-2 > .spoiler:first-child > .spoiler__title {
  border-top-left-radius: var(--border-radius-small);
  border-top-right-radius: var(--border-radius-small); }
  [dir=rtl] .accordion--type-2 > .spoiler:first-child > .spoiler__title, [dir=rtl] .accordion--style-2 > .spoiler:first-child > .spoiler__title {
    border-top-right-radius: var(--border-radius-small);
    border-top-left-radius: var(--border-radius-small); }
  [dir=ltr] .accordion--type-2 > .spoiler:last-child > .spoiler__title:not(.is-active), [dir=ltr] .accordion--type-2 > .spoiler:last-child > .spoiler__text, [dir=ltr] .accordion--style-2 > .spoiler:last-child > .spoiler__title:not(.is-active), [dir=ltr] .accordion--style-2 > .spoiler:last-child > .spoiler__text {
  border-bottom-left-radius: var(--border-radius-small);
  border-bottom-right-radius: var(--border-radius-small); }
  [dir=rtl] .accordion--type-2 > .spoiler:last-child > .spoiler__title:not(.is-active), [dir=rtl] .accordion--type-2 > .spoiler:last-child > .spoiler__text, [dir=rtl] .accordion--style-2 > .spoiler:last-child > .spoiler__title:not(.is-active), [dir=rtl] .accordion--style-2 > .spoiler:last-child > .spoiler__text {
    border-bottom-right-radius: var(--border-radius-small);
    border-bottom-left-radius: var(--border-radius-small); }
  [dir] .accordion--type-2 > .spoiler + .spoiler, [dir] .accordion--style-2 > .spoiler + .spoiler {
    margin-top: -1px; }

.layout {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

[dir] .layout {
  background-color: var(--primary-bg-color); }
  .layout--in-container {
    max-width: 1264px; }
  [dir] .layout--in-container {
    margin: 0 auto;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12); }
    .layout--in-container ~ .powered-by-zendesk {
      max-width: 1264px; }
  [dir] .layout--style-bordered .section + .section {
    border-top: 1px solid var(--border-color); }
  .layout--style-filled .section:nth-child(even),
  .layout--style-invert .section:nth-child(odd),
  .layout .section--secondary {
    position: relative;
    z-index: 0; }
    .layout--style-filled .section:nth-child(even):before, .layout--style-filled .section:nth-child(even):after,
    .layout--style-invert .section:nth-child(odd):before,
    .layout--style-invert .section:nth-child(odd):after,
    .layout .section--secondary:before,
    .layout .section--secondary:after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0; }
    [dir=ltr] .layout--style-filled .section:nth-child(even):before, [dir=ltr] .layout--style-filled .section:nth-child(even):after, [dir=ltr] .layout--style-invert .section:nth-child(odd):before, [dir=ltr] .layout--style-invert .section:nth-child(odd):after, [dir=ltr] .layout .section--secondary:before, [dir=ltr] .layout .section--secondary:after {
  left: 0; }
    [dir=rtl] .layout--style-filled .section:nth-child(even):before, [dir=rtl] .layout--style-filled .section:nth-child(even):after, [dir=rtl] .layout--style-invert .section:nth-child(odd):before, [dir=rtl] .layout--style-invert .section:nth-child(odd):after, [dir=rtl] .layout .section--secondary:before, [dir=rtl] .layout .section--secondary:after {
      right: 0; }
    .layout--style-filled .section:nth-child(even):before,
    .layout--style-invert .section:nth-child(odd):before,
    .layout .section--secondary:before {
      z-index: -2; }
    [dir] .layout--style-filled .section:nth-child(even):before, [dir] .layout--style-invert .section:nth-child(odd):before, [dir] .layout .section--secondary:before {
      background-color: var(--primary-bg-color); }
    .layout--style-filled .section:nth-child(even):after,
    .layout--style-invert .section:nth-child(odd):after,
    .layout .section--secondary:after {
      z-index: -1;
      opacity: .75; }
    [dir=ltr] .layout--style-filled .section:nth-child(even):after, [dir=ltr] .layout--style-invert .section:nth-child(odd):after, [dir=ltr] .layout .section--secondary:after {
  background: linear-gradient(45deg, var(--secondary-bg-color), var(--primary-bg-color)); }
    [dir=rtl] .layout--style-filled .section:nth-child(even):after, [dir=rtl] .layout--style-invert .section:nth-child(odd):after, [dir=rtl] .layout .section--secondary:after {
      background: linear-gradient(-45deg, var(--secondary-bg-color), var(--primary-bg-color)); }

[dir] .section--padding {
  padding-top: 48px;
  padding-bottom: 48px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .section--padding {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 980px) {
    [dir] .section--padding {
      padding-top: 96px;
      padding-bottom: 96px; } }

.powered-by-zendesk {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0 !important; }

[dir] .powered-by-zendesk {
  margin: -8px auto 0; }

[dir=ltr] .powered-by-zendesk {
  padding-right: 16px;
  padding-left: 16px; }

[dir=rtl] .powered-by-zendesk {
  padding-left: 16px;
  padding-right: 16px; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .powered-by-zendesk {
    padding-right: 32px;
    padding-left: 32px; }
    [dir=rtl] .powered-by-zendesk {
      padding-left: 32px;
      padding-right: 32px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .powered-by-zendesk {
      margin-top: -38px; } }
  .powered-by-zendesk svg {
    top: 0 !important; }

.header {
  height: 72px;
  position: relative; }
  @media only screen and (min-width: 980px) {
    .header {
      height: 88px; } }
  .header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 40px;
    transition: min-height 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
    @media only screen and (min-width: 980px) {
      .header .container {
        min-height: 56px; } }
  .header.header--is-fixed .is-scrolled .container {
    min-height: 40px; }
  .header__container {
    min-height: 72px;
    position: relative;
    z-index: 99; }
  [dir] .header__container {
    padding-top: 16px;
    padding-bottom: 16px; }
    @media only screen and (min-width: 980px) {
      .header__container {
        min-height: 88px; } }
    .header--is-fixed .header__container {
      position: fixed;
      width: 100%;
      transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
      .header--is-fixed .header__container.is-scrolled {
        min-height: 72px; }
      .layout--in-container .header--is-fixed .header__container {
        max-width: 1264px; }
  .header__logo {
    display: block;
    height: var(--logo-height);
    transition: none; }
    .header__logo img {
      width: auto;
      height: var(--logo-height); }
      .header__logo img.header__logo-img {
        display: none; }
      .header__logo img.header__logo-img-light {
        display: block; }
  .header__categories-icon {
    display: block;
    width: 12px;
    height: 12px; }
    @media only screen and (min-width: 980px) {
      .header__categories-icon {
        display: inline-block;
        position: relative; }
      [dir=ltr] .header__categories-icon {
    margin-right: 8px; }
      [dir=rtl] .header__categories-icon {
        margin-left: 8px; } }
    .header__categories-icon:before {
      top: 0; }
    [dir=ltr] .header__categories-icon:before {
  left: 0; }
    [dir=rtl] .header__categories-icon:before {
      right: 0; }
    .header__categories-icon:after {
      bottom: 0; }
    [dir=ltr] .header__categories-icon:after {
  right: 0; }
    [dir=rtl] .header__categories-icon:after {
      left: 0; }
    .header__categories-icon span:before {
      top: 0; }
    [dir=ltr] .header__categories-icon span:before {
  right: 0; }
    [dir=rtl] .header__categories-icon span:before {
      left: 0; }
    .header__categories-icon span:after {
      bottom: 0; }
    [dir=ltr] .header__categories-icon span:after {
  left: 0; }
    [dir=rtl] .header__categories-icon span:after {
      right: 0; }
    .header__categories-icon:before, .header__categories-icon:after,
    .header__categories-icon span:before,
    .header__categories-icon span:after {
      content: '';
      display: block;
      position: absolute;
      width: 4px;
      height: 4px; }
    [dir] .header__categories-icon:before, [dir] .header__categories-icon:after, [dir] .header__categories-icon span:before, [dir] .header__categories-icon span:after {
      border-radius: 4px;
      background-color: currentColor; }
  .header__menu-icon {
    display: block;
    width: 14px;
    height: 14px; }
    .header__menu-icon:before,
    .header__menu-icon span:before,
    .header__menu-icon span:after {
      content: '';
      display: block;
      width: 100%;
      height: 2px;
      position: absolute; }
    [dir] .header__menu-icon:before, [dir] .header__menu-icon span:before, [dir] .header__menu-icon span:after {
      border-radius: 2px;
      background-color: currentColor; }
    [dir=ltr] .header__menu-icon:before, [dir=ltr] .header__menu-icon span:before, [dir=ltr] .header__menu-icon span:after {
  left: 0; }
    [dir=rtl] .header__menu-icon:before, [dir=rtl] .header__menu-icon span:before, [dir=rtl] .header__menu-icon span:after {
      right: 0; }
    .header__menu-icon:before {
      top: calc(50% - 1px); }
    .header__menu-icon span:before {
      top: 0; }
    .header__menu-icon span:after {
      bottom: 0; }
  .header__link {
    color: #fff;
    opacity: 1; }
    .ui-light .header__link:hover, .ui-light .header__link:active, .ui-light .header__link.is-active,
    .ui-dark .header__link:hover,
    .ui-dark .header__link:active,
    .ui-dark .header__link.is-active {
      color: #fff;
      opacity: .5; }
  .header__col {
    display: flex;
    align-items: center; }
    @media only screen and (min-width: 980px) {
      [dir=ltr] .header__col .btn {
    margin-left: 14px; }
      [dir=rtl] .header__col .btn {
        margin-right: 14px; } }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .header__menu ~ .btn--primary {
    margin-left: 32px; }
    [dir=rtl] .header__menu ~ .btn--primary {
      margin-right: 32px; } }
  .header__avatar {
    overflow: hidden; }
    .header__avatar img {
      display: block;
      width: 100%;
      height: 100%; }

.header--type-1 .header__logo {
  position: absolute;
  top: 50%; }

[dir=ltr] .header--type-1 .header__logo {
  left: 50%;
  transform: translate(-50%, -50%); }

[dir=rtl] .header--type-1 .header__logo {
  right: 50%;
  transform: translate(50%, -50%); }

.header--type-1 .header__request-right {
  display: none; }

[dir=ltr] .header--type-2 .header__logo {
  margin-right: 16px; }

[dir=rtl] .header--type-2 .header__logo {
  margin-left: 16px; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .header--type-2 .header__logo {
    margin-right: 40px; }
    [dir=rtl] .header--type-2 .header__logo {
      margin-left: 40px; } }

.header--type-2 .header__request-left {
  display: none; }

.header--type-2 .header__search-btn.btn--light, .header--type-2 .header__search-btn.attachments__item {
  order: -1;
  flex-grow: 0; }

[dir=ltr] .header--type-2 .header__search-btn.btn--light, [dir=ltr] .header--type-2 .header__search-btn.attachments__item {
  margin-left: 0;
  margin-right: 12px; }

[dir=rtl] .header--type-2 .header__search-btn.btn--light, [dir=rtl] .header--type-2 .header__search-btn.attachments__item {
  margin-right: 0;
  margin-left: 12px; }
  [dir] .header--type-2 .header__search-btn.btn--light, [dir] .header--type-2 .header__search-btn.attachments__item, [dir] .header--type-2 .header__search-btn.btn--light[class*=header--style-], [dir] .header--type-2 .header__search-btn.attachments__item[class*=header--style-] {
    background-color: transparent;
    border-color: transparent; }

.header--style-1 .header__container {
  color: #fff; }

[dir] .header--style-1 .header__container {
  background: transparent linear-gradient(to bottom, rgba(18, 28, 45, 0.3), rgba(18, 28, 45, 0)); }
  [dir] .header--style-1 .header__container.is-filled {
    background-color: var(--primary-color); }

[dir] .header--style-1.header--is-fixed .header__container.is-scrolled {
  background-color: var(--primary-color); }

.header--style-1 .btn--light, .header--style-1 .attachments__item,
.header--style-1 .btn--primary {
  color: #fff; }

[dir] .header--style-1 .btn--light, [dir] .header--style-1 .attachments__item, [dir] .header--style-1 .btn--primary {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: transparent; }
  .ui-light .header--style-1 .btn--light:hover, .ui-light .header--style-1 .attachments__item:hover, .ui-light .header--style-1 .btn--light:active, .ui-light .header--style-1 .attachments__item:active, .ui-light .header--style-1 .btn--light.is-active, .ui-light .header--style-1 .is-active.attachments__item,
  .ui-dark .header--style-1 .btn--light:hover,
  .ui-dark .header--style-1 .attachments__item:hover,
  .ui-dark .header--style-1 .btn--light:active,
  .ui-dark .header--style-1 .attachments__item:active,
  .ui-dark .header--style-1 .btn--light.is-active,
  .ui-dark .header--style-1 .is-active.attachments__item, .ui-light
  .header--style-1 .btn--primary:hover, .ui-light
  .header--style-1 .btn--primary:active, .ui-light
  .header--style-1 .btn--primary.is-active,
  .ui-dark
  .header--style-1 .btn--primary:hover,
  .ui-dark
  .header--style-1 .btn--primary:active,
  .ui-dark
  .header--style-1 .btn--primary.is-active {
    color: #fff; }
  [dir].ui-light .header--style-1 .btn--light:hover, [dir].ui-light .header--style-1 .attachments__item:hover, [dir].ui-light .header--style-1 .btn--light:active, [dir].ui-light .header--style-1 .attachments__item:active, [dir].ui-light .header--style-1 .btn--light.is-active, [dir].ui-light .header--style-1 .is-active.attachments__item, [dir].ui-dark .header--style-1 .btn--light:hover, [dir].ui-dark .header--style-1 .attachments__item:hover, [dir].ui-dark .header--style-1 .btn--light:active, [dir].ui-dark .header--style-1 .attachments__item:active, [dir].ui-dark .header--style-1 .btn--light.is-active, [dir].ui-dark .header--style-1 .is-active.attachments__item, [dir].ui-light
  .header--style-1 .btn--primary:hover, [dir].ui-light
  .header--style-1 .btn--primary:active, [dir].ui-light
  .header--style-1 .btn--primary.is-active, [dir].ui-dark
  .header--style-1 .btn--primary:hover, [dir].ui-dark
  .header--style-1 .btn--primary:active, [dir].ui-dark
  .header--style-1 .btn--primary.is-active {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: transparent; }

[dir] .header--style-1 .header__avatar {
  border-color: #fff; }

.header--style-2 .header__container {
  color: #fff; }

[dir] .header--style-2 .header__container {
  background: var(--primary-color); }

.header--style-2 .btn--light, .header--style-2 .attachments__item,
.header--style-2 .btn--primary {
  color: #fff; }

[dir] .header--style-2 .btn--light, [dir] .header--style-2 .attachments__item, [dir] .header--style-2 .btn--primary {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: transparent; }
  .ui-light .header--style-2 .btn--light:hover, .ui-light .header--style-2 .attachments__item:hover, .ui-light .header--style-2 .btn--light:active, .ui-light .header--style-2 .attachments__item:active, .ui-light .header--style-2 .btn--light.is-active, .ui-light .header--style-2 .is-active.attachments__item,
  .ui-dark .header--style-2 .btn--light:hover,
  .ui-dark .header--style-2 .attachments__item:hover,
  .ui-dark .header--style-2 .btn--light:active,
  .ui-dark .header--style-2 .attachments__item:active,
  .ui-dark .header--style-2 .btn--light.is-active,
  .ui-dark .header--style-2 .is-active.attachments__item, .ui-light
  .header--style-2 .btn--primary:hover, .ui-light
  .header--style-2 .btn--primary:active, .ui-light
  .header--style-2 .btn--primary.is-active,
  .ui-dark
  .header--style-2 .btn--primary:hover,
  .ui-dark
  .header--style-2 .btn--primary:active,
  .ui-dark
  .header--style-2 .btn--primary.is-active {
    color: #fff; }
  [dir].ui-light .header--style-2 .btn--light:hover, [dir].ui-light .header--style-2 .attachments__item:hover, [dir].ui-light .header--style-2 .btn--light:active, [dir].ui-light .header--style-2 .attachments__item:active, [dir].ui-light .header--style-2 .btn--light.is-active, [dir].ui-light .header--style-2 .is-active.attachments__item, [dir].ui-dark .header--style-2 .btn--light:hover, [dir].ui-dark .header--style-2 .attachments__item:hover, [dir].ui-dark .header--style-2 .btn--light:active, [dir].ui-dark .header--style-2 .attachments__item:active, [dir].ui-dark .header--style-2 .btn--light.is-active, [dir].ui-dark .header--style-2 .is-active.attachments__item, [dir].ui-light
  .header--style-2 .btn--primary:hover, [dir].ui-light
  .header--style-2 .btn--primary:active, [dir].ui-light
  .header--style-2 .btn--primary.is-active, [dir].ui-dark
  .header--style-2 .btn--primary:hover, [dir].ui-dark
  .header--style-2 .btn--primary:active, [dir].ui-dark
  .header--style-2 .btn--primary.is-active {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: transparent; }

[dir] .header--style-2 .header__avatar {
  border-color: #fff; }

[dir] .header--style-3 .header__container {
  background: var(--primary-text-color); }
  .ui-light .header--style-3 .header__container {
    color: #fff; }
  .ui-dark .header--style-3 .header__container {
    color: var(--secondary-text-color); }

.header--style-3 .btn--light, .header--style-3 .attachments__item {
  color: #fff; }

[dir] .header--style-3 .btn--light, [dir] .header--style-3 .attachments__item {
  border-color: transparent; }
  [dir].ui-light .header--style-3 .btn--light, [dir].ui-light .header--style-3 .attachments__item {
    background-color: rgba(255, 255, 255, 0.16); }
    .ui-light .header--style-3 .btn--light:hover, .ui-light .header--style-3 .attachments__item:hover, .ui-light .header--style-3 .btn--light:active, .ui-light .header--style-3 .attachments__item:active, .ui-light .header--style-3 .btn--light.is-active, .ui-light .header--style-3 .is-active.attachments__item {
      color: #fff; }
    [dir].ui-light .header--style-3 .btn--light:hover, [dir].ui-light .header--style-3 .attachments__item:hover, [dir].ui-light .header--style-3 .btn--light:active, [dir].ui-light .header--style-3 .attachments__item:active, [dir].ui-light .header--style-3 .btn--light.is-active, [dir].ui-light .header--style-3 .is-active.attachments__item {
      background-color: rgba(255, 255, 255, 0.08);
      border-color: transparent; }
  [dir].ui-dark .header--style-3 .btn--light, [dir].ui-dark .header--style-3 .attachments__item {
    background-color: var(--secondary-text-color); }
    .ui-dark .header--style-3 .btn--light:hover, .ui-dark .header--style-3 .attachments__item:hover, .ui-dark .header--style-3 .btn--light:active, .ui-dark .header--style-3 .attachments__item:active, .ui-dark .header--style-3 .btn--light.is-active, .ui-dark .header--style-3 .is-active.attachments__item {
      color: #fff; }
    [dir].ui-dark .header--style-3 .btn--light:hover, [dir].ui-dark .header--style-3 .attachments__item:hover, [dir].ui-dark .header--style-3 .btn--light:active, [dir].ui-dark .header--style-3 .attachments__item:active, [dir].ui-dark .header--style-3 .btn--light.is-active, [dir].ui-dark .header--style-3 .is-active.attachments__item {
      background-color: var(--primary-color);
      border-color: transparent; }

.ui-dark .header--style-3 .header__link {
  color: var(--secondary-text-color); }
  .ui-dark .header--style-3 .header__link:hover, .ui-dark .header--style-3 .header__link:active, .ui-dark .header--style-3 .header__link.is-active {
    color: var(--primary-bg-color);
    opacity: 1; }

[dir].ui-light .header--style-3 .header__avatar {
  border-color: #fff; }

[dir].ui-dark .header--style-3 .header__avatar {
  border-color: var(--primary-bg-color); }

.ui-dark .header--style-3 .header__logo img.header__logo-img {
  display: block; }

.ui-dark .header--style-3 .header__logo img.header__logo-img-light {
  display: none; }

[dir] .header--style-4 .header__container {
  background: var(--primary-bg-color);
  box-shadow: 0 1px rgba(0, 12, 32, 0.1); }
  [dir].ui-dark .header--style-4 .header__container {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12); }

.header--style-4 .header__link {
  color: var(--secondary-text-color); }
  .ui-light .header--style-4 .header__link:hover, .ui-light .header--style-4 .header__link:active, .ui-light .header--style-4 .header__link.is-active,
  .ui-dark .header--style-4 .header__link:hover,
  .ui-dark .header--style-4 .header__link:active,
  .ui-dark .header--style-4 .header__link.is-active {
    color: var(--primary-text-color);
    opacity: 1; }

.header--style-4 .header__logo img.header__logo-img {
  display: block; }

.header--style-4 .header__logo img.header__logo-img-light {
  display: none; }

.ui-dark .header--style-4 .header__logo img.header__logo-img {
  display: none; }

.ui-dark .header--style-4 .header__logo img.header__logo-img-light {
  display: block; }

[dir] .header--style-4.header--is-fixed .is-scrolled {
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12); }

.welcome__section {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
  max-height: 100vh;
  overflow: hidden; }

[dir] .welcome__section {
  margin-top: -72px;
  padding-top: 20%;
  padding-bottom: 15%; }
  @media only screen and (min-width: 980px) {
    [dir] .welcome__section {
      margin-top: -88px; } }

@media only screen and (min-width: 980px) {
  [dir] .welcome--size-large .welcome__section {
    padding-top: 240px;
    padding-bottom: 192px; } }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  [dir] .welcome--size-medium .welcome__section {
    padding-top: 160px;
    padding-bottom: 112px; } }

@media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
  [dir] .welcome--size-small .welcome__section {
    padding-top: 112px;
    padding-bottom: 48px; } }

.welcome__bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

[dir=ltr] .welcome__bg {
  left: 0; }

[dir=rtl] .welcome__bg {
  right: 0; }
  .welcome__bg--with-mask:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: var(--bg-image-opacity); }
  [dir] .welcome__bg--with-mask:after {
    background-color: var(--bg-image-color); }
  [dir=ltr] .welcome__bg--with-mask:after {
  left: 0; }
  [dir=rtl] .welcome__bg--with-mask:after {
    right: 0; }
  .welcome__bg--with-mask-dark:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: var(--bg-image-opacity-dark); }
  [dir] .welcome__bg--with-mask-dark:after {
    background-color: var(--bg-image-color); }
  [dir=ltr] .welcome__bg--with-mask-dark:after {
  left: 0; }
  [dir=rtl] .welcome__bg--with-mask-dark:after {
    right: 0; }

.welcome__bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1600ms cubic-bezier(0.17, 0.67, 0.54, 1), transform 3200ms cubic-bezier(0.17, 0.67, 0.54, 1);
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover"; }

[dir] .welcome__bg-image {
  transform: scale(1.1, 1.1); }

[dir=ltr] .welcome__bg-image {
  left: 0; }

[dir=rtl] .welcome__bg-image {
  right: 0; }
  .welcome__bg-image.is-loaded {
    opacity: 1; }
  [dir] .welcome__bg-image.is-loaded {
    transform: scale(1, 1); }

.welcome__image > img {
  opacity: 0;
  transition: all 800ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  .welcome__image > img.is-loaded {
    opacity: 1; }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9) {
  .welcome .h1 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3; }
  [dir] .welcome .h1 {
    margin-top: -16px;
    margin-bottom: 16px; } }

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  .welcome .h1 {
    font-size: var(--heading-3-font-size);
    line-height: 1.3; }
  [dir] .welcome .h1 {
    margin-top: 24px;
    margin-bottom: 16px; } }

@media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
  [dir=ltr] .welcome input[type="search"] {
    border-top-right-radius: var(--border-radius-base);
    border-bottom-right-radius: var(--border-radius-base); }
  [dir=rtl] .welcome input[type="search"] {
    border-top-left-radius: var(--border-radius-base);
    border-bottom-left-radius: var(--border-radius-base); } }

.ui-dark .welcome input[type="search"] {
  color: var(--primary-bg-color); }

[dir].ui-dark .welcome input[type="search"] {
  background-color: var(--primary-text-color);
  border-color: var(--primary-text-color); }

.welcome--type-1 .welcome__container {
  max-width: 880px; }

.welcome--type-2 .welcome__container {
  max-width: 880px; }

[dir] .welcome--type-2 .h1 {
  text-align: center; }

.welcome--type-2 .popular-searches {
  justify-content: center; }

@media only screen and (min-width: 980px) {
  .welcome--type-3 .welcome__container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .welcome--type-3 .welcome__content {
    width: 56%; }
  [dir=ltr] .welcome--type-3 .welcome__content {
    margin-right: 64px; }
  [dir=rtl] .welcome--type-3 .welcome__content {
    margin-left: 64px; }
  .welcome--type-3 .welcome__image {
    flex: 1 1 10px;
    position: relative; }
    .welcome--type-3 .welcome__image img,
    .welcome--type-3 .welcome__image svg {
      display: block;
      position: absolute;
      top: 50%;
      width: 100%;
      height: auto; }
    [dir] .welcome--type-3 .welcome__image img, [dir] .welcome--type-3 .welcome__image svg {
      transform: translateY(-50%); }
    [dir=ltr] .welcome--type-3 .welcome__image img, [dir=ltr] .welcome--type-3 .welcome__image svg {
    left: 0; }
    [dir=rtl] .welcome--type-3 .welcome__image img, [dir=rtl] .welcome--type-3 .welcome__image svg {
      right: 0; } }

[dir] .layout--sections-style-bordered .welcome--style-1 + .section {
  border-top: none; }

.welcome--style-1 .welcome__image {
  display: none; }

.welcome--style-1 .h1 {
  color: #fff; }

[dir] .welcome--style-1 .btn--gray {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: transparent; }
  .ui-light .welcome--style-1 .btn--gray:hover, .ui-light .welcome--style-1 .btn--gray:active, .ui-light .welcome--style-1 .btn--gray.is-active,
  .ui-dark .welcome--style-1 .btn--gray:hover,
  .ui-dark .welcome--style-1 .btn--gray:active,
  .ui-dark .welcome--style-1 .btn--gray.is-active {
    color: #fff; }
  [dir].ui-light .welcome--style-1 .btn--gray:hover, [dir].ui-light .welcome--style-1 .btn--gray:active, [dir].ui-light .welcome--style-1 .btn--gray.is-active, [dir].ui-dark .welcome--style-1 .btn--gray:hover, [dir].ui-dark .welcome--style-1 .btn--gray:active, [dir].ui-dark .welcome--style-1 .btn--gray.is-active {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: transparent; }

[dir] .welcome--style-1 input[type=search] {
  border: none; }

[dir] .layout--sections-style-bordered .welcome--style-2 + .section {
  border-top: none; }

.welcome--style-2 .welcome__section {
  position: relative; }

[dir] .welcome--style-2 .welcome__section {
  background-color: var(--primary-color); }
  .welcome--style-2 .welcome__section:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .2;
    z-index: -1; }
  [dir=ltr] .welcome--style-2 .welcome__section:after {
  left: 0; }
  [dir=rtl] .welcome--style-2 .welcome__section:after {
    right: 0; }
    [dir].ui-light .welcome--style-2 .welcome__section:after {
      background-color: var(--primary-text-color); }
    [dir].ui-dark .welcome--style-2 .welcome__section:after {
      background-color: var(--primary-bg-color); }

.welcome--style-2 .welcome__bg {
  display: none; }

.welcome--style-2.welcome--type-1 .welcome__image, .welcome--style-2.welcome--type-2 .welcome__image {
  display: none; }

.welcome--style-2 .welcome__image-light {
  display: none !important; }

@media only screen and (max-width: 979px) {
  .welcome--style-2 .welcome__image {
    display: none; } }

.welcome--style-2 .h1 {
  color: #fff; }

[dir] .welcome--style-2 .btn--gray {
  background-color: rgba(255, 255, 255, 0.16);
  border-color: transparent; }
  .ui-light .welcome--style-2 .btn--gray:hover, .ui-light .welcome--style-2 .btn--gray:active, .ui-light .welcome--style-2 .btn--gray.is-active,
  .ui-dark .welcome--style-2 .btn--gray:hover,
  .ui-dark .welcome--style-2 .btn--gray:active,
  .ui-dark .welcome--style-2 .btn--gray.is-active {
    color: #fff; }
  [dir].ui-light .welcome--style-2 .btn--gray:hover, [dir].ui-light .welcome--style-2 .btn--gray:active, [dir].ui-light .welcome--style-2 .btn--gray.is-active, [dir].ui-dark .welcome--style-2 .btn--gray:hover, [dir].ui-dark .welcome--style-2 .btn--gray:active, [dir].ui-dark .welcome--style-2 .btn--gray.is-active {
    background-color: rgba(255, 255, 255, 0.08);
    border-color: transparent; }

[dir] .welcome--style-2 input[type=search] {
  border: none; }

.welcome--style-3 .welcome__bg {
  display: none; }

.welcome--style-3.welcome--type-1 .welcome__image, .welcome--style-3.welcome--type-2 .welcome__image {
  display: none; }

.ui-light .welcome--style-3 .welcome__image-dark {
  display: none !important; }

.ui-dark .welcome--style-3 .welcome__image-light {
  display: none !important; }

@media only screen and (max-width: 979px) {
  .welcome--style-3 .welcome__image {
    display: none; } }

.helpers, .helpers__block, .helpers__icon, .helpers__title, .helpers__description {
  display: block; }

[dir] .helpers .helpers__title {
  margin: 0 0 12px; }

[dir] .helpers--type-1 {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
    [dir] .helpers--type-1 {
      padding-top: 32px;
      padding-bottom: 32px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .helpers--type-1 {
      padding-top: 48px;
      padding-bottom: 48px; } }
  .helpers--type-1 .helpers__secondary-icon {
    display: none; }
  .helpers--type-1 .helpers__icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--secondary-color);
    transition: background-color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .helpers--type-1 .helpers__icon {
    background-color: var(--secondary-bg-color);
    border-radius: 50%; }
    .helpers--type-1 .helpers__icon img,
    .helpers--type-1 .helpers__icon svg {
      width: 50px;
      height: 50px; }
  .helpers--type-1 .helpers__title {
    color: var(--primary-text-color); }
  .helpers--type-1 .helpers__description {
    color: var(--secondary-text-color); }
  .helpers--type-1 .helpers__block {
    position: relative;
    z-index: 2;
    transition: none;
    height: 100%; }
  [dir] .helpers--type-1 .helpers__block {
    padding: 24px; }
    .helpers--type-1 .helpers__block:before {
      content: '';
      display: block;
      width: calc(100% + 24px);
      height: calc(100% + 24px);
      position: absolute;
      top: -12px;
      opacity: 0;
      visibility: hidden;
      transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
      z-index: -1; }
    [dir] .helpers--type-1 .helpers__block:before {
      border-radius: var(--border-radius-base);
      background-color: var(--secondary-bg-color);
      transform: scale(0.95, 0.95); }
    [dir=ltr] .helpers--type-1 .helpers__block:before {
  left: -12px; }
    [dir=rtl] .helpers--type-1 .helpers__block:before {
      right: -12px; }
    .helpers--type-1 .helpers__block:hover:before, .helpers--type-1 .helpers__block:active:before, .helpers--type-1 .helpers__block.is-active:before {
      opacity: 1;
      visibility: visible; }
    [dir] .helpers--type-1 .helpers__block:hover:before, [dir] .helpers--type-1 .helpers__block:active:before, [dir] .helpers--type-1 .helpers__block.is-active:before {
      transform: scale(1, 1); }
    [dir] .helpers--type-1 .helpers__block:hover .helpers__icon, [dir] .helpers--type-1 .helpers__block:active .helpers__icon, [dir] .helpers--type-1 .helpers__block.is-active .helpers__icon {
      background-color: var(--primary-bg-color); }
  @media only screen and (min-width: 980px) {
    .helpers--type-1 .col + .col {
      position: relative; }
      .helpers--type-1 .col + .col:before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        width: 0; }
      [dir=ltr] .helpers--type-1 .col + .col:before {
    left: 0;
    border-left: 1px solid var(--border-color); }
      [dir=rtl] .helpers--type-1 .col + .col:before {
        right: 0;
        border-right: 1px solid var(--border-color); } }

[dir] .helpers--type-2 {
  padding-top: 24px;
  padding-bottom: 24px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .helpers--type-2 {
      padding-top: 104px;
      padding-bottom: 64px; } }
  .helpers--type-2 .helpers__icon {
    display: none; }
  .helpers--type-2 .helpers__block {
    position: relative;
    height: 100%;
    z-index: 2;
    transition: background-color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .helpers--type-2 .helpers__block {
    border-radius: var(--border-radius-base);
    padding: 88px 24px 24px; }
  [dir=ltr] .helpers--type-2 .helpers__block {
  padding: 24px 24px 24px 96px; }
  [dir=rtl] .helpers--type-2 .helpers__block {
    padding: 24px 96px 24px 24px; }
    @media only screen and (min-width: 568px), (min-aspect-ratio: 13 / 9) {
      [dir=ltr] .helpers--type-2 .helpers__block {
    padding: 24px 24px 24px 128px; }
      [dir=rtl] .helpers--type-2 .helpers__block {
        padding: 24px 128px 24px 24px; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .helpers--type-2 .helpers__block {
        padding: 72px 24px 24px; } }
    @media only screen and (min-width: 980px) {
      [dir] .helpers--type-2 .helpers__block {
        padding: 88px 24px 24px; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .helpers--type-2 .helpers__block {
        text-align: center; } }
  .helpers--type-2 .helpers__secondary-icon {
    display: block;
    position: absolute; }
    @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
      .helpers--type-2 .helpers__secondary-icon {
        top: 50%; }
      [dir] .helpers--type-2 .helpers__secondary-icon {
        transform: translateY(-50%); }
      [dir=ltr] .helpers--type-2 .helpers__secondary-icon {
    left: 16px; }
      [dir=rtl] .helpers--type-2 .helpers__secondary-icon {
        right: 16px; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .helpers--type-2 .helpers__secondary-icon {
        top: 0; }
      [dir=ltr] .helpers--type-2 .helpers__secondary-icon {
    left: 50%;
    transform: translate(-50%, -50%); }
      [dir=rtl] .helpers--type-2 .helpers__secondary-icon {
        right: 50%;
        transform: translate(50%, -50%); } }
    .helpers--type-2 .helpers__secondary-icon img {
      display: block;
      max-width: 64px;
      max-height: 64px; }
      @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9) {
        .helpers--type-2 .helpers__secondary-icon img {
          max-width: 96px;
          max-height: 96px; } }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
        .helpers--type-2 .helpers__secondary-icon img {
          max-width: 128px;
          max-height: 128px; } }
      @media only screen and (min-width: 980px) {
        .helpers--type-2 .helpers__secondary-icon img {
          max-width: 160px;
          max-height: 160px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .helpers--type-2 .helpers__description {
      max-width: 232px; }
    [dir] .helpers--type-2 .helpers__description {
      margin: 0 auto; } }
  @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir] .helpers--type-2 .col + .col {
      margin-top: 8px; } }

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  [dir] .helpers--style-1.helpers--type-1 .helpers__block {
    text-align: center; }
  [dir] .helpers--style-1.helpers--type-1 .helpers__icon {
    margin: 0 auto 24px; }
  .helpers--style-1.helpers--type-1 .helpers__description {
    max-width: 232px; }
  [dir] .helpers--style-1.helpers--type-1 .helpers__description {
    margin: 0 auto; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9) {
  .helpers--style-1.helpers--type-1 .helpers__block {
    position: relative; }
  [dir=ltr] .helpers--style-1.helpers--type-1 .helpers__block {
    padding-left: 128px; }
  [dir=rtl] .helpers--style-1.helpers--type-1 .helpers__block {
    padding-right: 128px; }
  .helpers--style-1.helpers--type-1 .helpers__icon {
    position: absolute;
    top: calc(50% - 40px); }
  [dir=ltr] .helpers--style-1.helpers--type-1 .helpers__icon {
    left: 24px; }
  [dir=rtl] .helpers--style-1.helpers--type-1 .helpers__icon {
    right: 24px; } }

@media only screen and (min-width: 980px) {
  .helpers--style-1.helpers--type-1 .col + .col:before {
    display: none; } }

[dir] .helpers--style-1.helpers--type-2 .helpers__block {
  background-color: var(--secondary-bg-color); }
  [dir] .helpers--style-1.helpers--type-2 .helpers__block:hover {
    background-color: var(--secondary-bg-color-hover); }
  [dir] .helpers--style-1.helpers--type-2 .helpers__block:active, [dir] .helpers--style-1.helpers--type-2 .helpers__block.is-active {
    background-color: var(--secondary-bg-color-active); }

.helpers--style-1.helpers--type-2 .helpers__title {
  color: var(--primary-text-color); }

.helpers--style-1.helpers--type-2 .helpers__description {
  color: var(--secondary-text-color); }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  [dir] .helpers--style-2.helpers--type-1 .helpers__block {
    text-align: center; }
  [dir] .helpers--style-2.helpers--type-1 .helpers__icon {
    margin: 0 auto 24px; }
  .helpers--style-2.helpers--type-1 .helpers__description {
    max-width: 232px; }
  [dir] .helpers--style-2.helpers--type-1 .helpers__description {
    margin: 0 auto; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 980px) {
  .helpers--style-2.helpers--type-1 .helpers__block {
    position: relative; }
  [dir=ltr] .helpers--style-2.helpers--type-1 .helpers__block {
    padding-left: 128px; }
  [dir=rtl] .helpers--style-2.helpers--type-1 .helpers__block {
    padding-right: 128px; }
  .helpers--style-2.helpers--type-1 .helpers__icon {
    position: absolute;
    top: calc(50% - 40px); }
  [dir=ltr] .helpers--style-2.helpers--type-1 .helpers__icon {
    left: 24px; }
  [dir=rtl] .helpers--style-2.helpers--type-1 .helpers__icon {
    right: 24px; } }

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir=ltr] .helpers--style-2.helpers--type-1 .helpers__block {
    padding-left: 96px; }
  [dir=rtl] .helpers--style-2.helpers--type-1 .helpers__block {
    padding-right: 96px; }
  [dir=ltr] .helpers--style-2.helpers--type-1 .helpers__icon {
    left: 0; }
  [dir=rtl] .helpers--style-2.helpers--type-1 .helpers__icon {
    right: 0; } }

@media only screen and (min-width: 980px) {
  [dir] .helpers--style-2.helpers--type-1 {
    padding-top: 80px;
    padding-bottom: 80px; } }

[dir] .helpers--style-2.helpers--type-2 .helpers__block {
  background-color: var(--primary-color); }
  [dir] .helpers--style-2.helpers--type-2 .helpers__block:hover {
    background-color: var(--primary-color-hover); }
  [dir] .helpers--style-2.helpers--type-2 .helpers__block:active, [dir] .helpers--style-2.helpers--type-2 .helpers__block.is-active {
    background-color: var(--primary-color-active); }

.helpers--style-2.helpers--type-2 .helpers__title {
  color: #fff; }

.helpers--style-2.helpers--type-2 .helpers__description {
  color: rgba(255, 255, 255, 0.75); }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  [dir] .helpers--style-3.helpers--type-1 .helpers__block {
    text-align: center; }
  [dir] .helpers--style-3.helpers--type-1 .helpers__icon {
    margin: 0 auto 24px; }
  .helpers--style-3.helpers--type-1 .helpers__description {
    max-width: 232px; }
  [dir] .helpers--style-3.helpers--type-1 .helpers__description {
    margin: 0 auto; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 980px) {
  .helpers--style-3.helpers--type-1 .helpers__block {
    position: relative; }
  [dir=ltr] .helpers--style-3.helpers--type-1 .helpers__block {
    padding-right: 128px; }
  [dir=rtl] .helpers--style-3.helpers--type-1 .helpers__block {
    padding-left: 128px; }
  .helpers--style-3.helpers--type-1 .helpers__icon {
    position: absolute;
    bottom: 0; }
  [dir=ltr] .helpers--style-3.helpers--type-1 .helpers__icon {
    right: 24px; }
  [dir=rtl] .helpers--style-3.helpers--type-1 .helpers__icon {
    left: 24px; } }

@media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir=ltr] .helpers--style-3.helpers--type-1 .helpers__block {
    padding-left: 0;
    padding-right: 96px; }
  [dir=rtl] .helpers--style-3.helpers--type-1 .helpers__block {
    padding-right: 0;
    padding-left: 96px; }
  .helpers--style-3.helpers--type-1 .helpers__icon {
    bottom: calc(50% - 40px); }
  [dir=ltr] .helpers--style-3.helpers--type-1 .helpers__icon {
    right: 0; }
  [dir=rtl] .helpers--style-3.helpers--type-1 .helpers__icon {
    left: 0; } }

@media only screen and (min-width: 980px) {
  [dir] .helpers--style-3.helpers--type-1 {
    padding-top: 80px;
    padding-bottom: 80px; } }

[dir] .helpers--style-3.helpers--type-2 {
  background-color: var(--primary-color); }
  .helpers--style-3.helpers--type-2:nth-child(even):before, .helpers--style-3.helpers--type-2:nth-child(even):after, .helpers--style-3.helpers--type-2:nth-child(odd):before, .helpers--style-3.helpers--type-2:nth-child(odd):after {
    display: none; }
  [dir] .layout--sections-style-bordered .helpers--style-3.helpers--type-2, [dir] .layout--sections-style-bordered .helpers--style-3.helpers--type-2 + .section {
    border-top: none; }
  [dir] .helpers--style-3.helpers--type-2 .helpers__block {
    background-color: var(--primary-color-hover); }
    [dir] .helpers--style-3.helpers--type-2 .helpers__block:hover, [dir] .helpers--style-3.helpers--type-2 .helpers__block:active, [dir] .helpers--style-3.helpers--type-2 .helpers__block.is-active {
      background-color: var(--primary-color-active); }
  .helpers--style-3.helpers--type-2 .helpers__title {
    color: #fff; }
  .helpers--style-3.helpers--type-2 .helpers__description {
    color: rgba(255, 255, 255, 0.75); }

.category-blocks {
  overflow: unset; }
  [dir] .category-blocks:not(.page-content) {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .category-blocks:not(.page-content) {
        padding-top: 64px;
        padding-bottom: 64px; } }
  .category-blocks__link, .category-blocks__title, .category-blocks__description {
    display: block; }
  .category-blocks__title {
    color: var(--primary-text-color);
    transition: color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .category-blocks__title {
    margin-bottom: 12px; }
  .category-blocks__description {
    color: var(--secondary-text-color);
    transition: color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  .category-blocks__link {
    height: 100%;
    position: relative;
    z-index: 2; }
  [dir] .category-blocks__link {
    padding: 24px; }
  .category-blocks__meta {
    transition: color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

@media only screen and (min-width: 980px) {
  [dir] .category-blocks--type-1 .category-blocks__item:nth-child(n+3) {
    margin-top: 32px; } }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  [dir] .category-blocks--type-1 .category-blocks__item:nth-child(n+3) {
    margin-top: 16px; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir] .category-blocks--type-1 .category-blocks__item:nth-child(n+2) {
    margin-top: 8px; } }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .category-blocks--type-1 .category-blocks__item {
    flex: 1 0 50%;
    max-width: 100%; } }

[dir] .category-blocks--type-1 .category-blocks__link {
  border-radius: var(--border-radius-base);
  background-color: var(--secondary-bg-color); }
  [dir] .category-blocks--type-1 .category-blocks__link:hover {
    background-color: var(--primary-color); }
  [dir] .category-blocks--type-1 .category-blocks__link:active, [dir] .category-blocks--type-1 .category-blocks__link.is-active {
    background-color: var(--primary-color-hover); }
  .category-blocks--type-1 .category-blocks__link:hover .category-blocks__title,
  .category-blocks--type-1 .category-blocks__link:hover .category-blocks__description,
  .category-blocks--type-1 .category-blocks__link:hover .category-blocks__meta, .category-blocks--type-1 .category-blocks__link:active .category-blocks__title,
  .category-blocks--type-1 .category-blocks__link:active .category-blocks__description,
  .category-blocks--type-1 .category-blocks__link:active .category-blocks__meta, .category-blocks--type-1 .category-blocks__link.is-active .category-blocks__title,
  .category-blocks--type-1 .category-blocks__link.is-active .category-blocks__description,
  .category-blocks--type-1 .category-blocks__link.is-active .category-blocks__meta {
    color: #fff; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .category-blocks--type-2 .category-blocks__item {
    position: relative; }
    .category-blocks--type-2 .category-blocks__item:before, .category-blocks--type-2 .category-blocks__item:after {
      content: '';
      display: block;
      position: absolute; }
    .category-blocks--type-2 .category-blocks__item:nth-child(2n+2):before {
      bottom: 0;
      height: 100%; }
    [dir=ltr] .category-blocks--type-2 .category-blocks__item:nth-child(2n+2):before {
    left: 0;
    border-left: 1px solid var(--border-color); }
    [dir=rtl] .category-blocks--type-2 .category-blocks__item:nth-child(2n+2):before {
      right: 0;
      border-right: 1px solid var(--border-color); }
    .category-blocks--type-2 .category-blocks__item:nth-child(2):before {
      height: calc(100% - 24px); }
    .category-blocks--type-2 .category-blocks__item:last-child:before {
      height: calc(100% - 48px);
      bottom: 24px; }
    .category-blocks--type-2 .category-blocks__item:nth-child(2) ~ .category-blocks__item:last-child:before {
      bottom: auto;
      top: 0;
      height: calc(100% - 24px); }
    .category-blocks--type-2 .category-blocks__item:nth-child(n+3):after {
      top: 0;
      width: calc(100% - 40px); }
    [dir] .category-blocks--type-2 .category-blocks__item:nth-child(2n+3):after {
      border-top: 1px solid var(--border-color); }
    [dir=ltr] .category-blocks--type-2 .category-blocks__item:nth-child(2n+3):after {
    right: 0; }
    [dir=rtl] .category-blocks--type-2 .category-blocks__item:nth-child(2n+3):after {
      left: 0; }
    .category-blocks--type-2 .category-blocks__item:last-child:after {
      width: calc(200% - 80px); }
    [dir=ltr] .category-blocks--type-2 .category-blocks__item:last-child:after {
    left: 40px;
    right: auto; }
    [dir=rtl] .category-blocks--type-2 .category-blocks__item:last-child:after {
      right: 40px;
      left: auto; }
    .category-blocks--type-2 .category-blocks__item:nth-child(2n+4):after {
      width: calc(100% - 40px); }
    [dir] .category-blocks--type-2 .category-blocks__item:nth-child(2n+4):after {
      border-top: 1px solid var(--border-color); }
    [dir=ltr] .category-blocks--type-2 .category-blocks__item:nth-child(2n+4):after {
    left: 0;
    right: auto; }
    [dir=rtl] .category-blocks--type-2 .category-blocks__item:nth-child(2n+4):after {
      right: 0;
      left: auto; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  .category-blocks--type-2 .category-blocks__item + .category-blocks__item:before {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 64px); }
  [dir] .category-blocks--type-2 .category-blocks__item + .category-blocks__item:before {
    border-top: 1px solid var(--border-color); }
  [dir=ltr] .category-blocks--type-2 .category-blocks__item + .category-blocks__item:before {
    left: 32px; }
  [dir=rtl] .category-blocks--type-2 .category-blocks__item + .category-blocks__item:before {
    right: 32px; } }

.category-blocks--type-2 .category-blocks__link:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] .category-blocks--type-2 .category-blocks__link:before {
  border-radius: var(--border-radius-base); }

[dir=ltr] .category-blocks--type-2 .category-blocks__link:before {
  left: 50%;
  transform: translate(-50%, -50%); }

[dir=rtl] .category-blocks--type-2 .category-blocks__link:before {
  right: 50%;
  transform: translate(50%, -50%); }

.category-blocks--type-2 .category-blocks__link:hover, .category-blocks--type-2 .category-blocks__link:active, .category-blocks--type-2 .category-blocks__link.is-active {
  z-index: 3; }
  .category-blocks--type-2 .category-blocks__link:hover:before, .category-blocks--type-2 .category-blocks__link:active:before, .category-blocks--type-2 .category-blocks__link.is-active:before {
    width: calc(100% + 24px);
    height: calc(100% + 8px); }
  [dir] .category-blocks--type-2 .category-blocks__link:hover:before, [dir] .category-blocks--type-2 .category-blocks__link:active:before, [dir] .category-blocks--type-2 .category-blocks__link.is-active:before {
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.12); }
    [dir].ui-light .category-blocks--type-2 .category-blocks__link:hover:before, [dir].ui-light .category-blocks--type-2 .category-blocks__link:active:before, [dir].ui-light .category-blocks--type-2 .category-blocks__link.is-active:before {
      background-color: var(--primary-bg-color-always); }
    [dir].ui-dark .category-blocks--type-2 .category-blocks__link:hover:before, [dir].ui-dark .category-blocks--type-2 .category-blocks__link:active:before, [dir].ui-dark .category-blocks--type-2 .category-blocks__link.is-active:before {
      background-color: var(--secondary-bg-color); }
  .category-blocks--type-2 .category-blocks__link:hover .category-blocks__title, .category-blocks--type-2 .category-blocks__link:active .category-blocks__title, .category-blocks--type-2 .category-blocks__link.is-active .category-blocks__title {
    color: var(--link-color); }

.knowledge__nav .categories__description, .knowledge__secondary-nav .categories__description {
  max-width: 288px; }

.knowledge__nav .categories__title i {
  font-size: var(--text-font-size);
  color: var(--secondary-text-color);
  transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
  opacity: 0;
  visibility: hidden; }

[dir] .knowledge__nav .categories__title i {
  transform: translateX(0); }

.knowledge__nav .categories__description {
  overflow: hidden;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] .knowledge__nav .categories__description {
  margin-bottom: 0; }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir] .knowledge__nav {
    padding-bottom: 32px;
    margin-bottom: 48px;
    border-bottom: 1px solid var(--border-color); }
    [dir] .knowledge__nav .knowledge__nav-link + .knowledge__nav-link {
      margin-top: 16px; }
    .knowledge__nav .categories__title i {
      transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
      font-size: .65em; }
    [dir=ltr] .knowledge__nav .categories__title i {
    transform: rotate(90deg) translateY(-8px); }
    [dir=rtl] .knowledge__nav .categories__title i {
      transform: rotate(-90deg) translateY(-8px); } }

.knowledge__nav-link {
  display: block; }
  [dir] .knowledge__nav-link + .knowledge__nav-link {
    margin-top: 24px; }
  [dir] .knowledge__nav-link .categories__title {
    padding-bottom: 0; }
  .knowledge__nav-link.is-active .categories__title {
    color: var(--secondary-text-color); }
    .knowledge__nav-link.is-active .categories__title i {
      opacity: 1;
      visibility: visible; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        [dir=ltr] .knowledge__nav-link.is-active .categories__title i {
    transform: translateX(8px); }
        [dir=rtl] .knowledge__nav-link.is-active .categories__title i {
          transform: translateX(-8px); } }
  .knowledge__nav-link.is-active .categories__description {
    opacity: 1; }

.knowledge--type-1 .knowledge__secondary-nav {
  display: none; }

.knowledge--type-1 .knowledge__nav .categories__description {
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }

[dir] .knowledge--type-1 .knowledge__nav .categories__description {
  margin-top: 0; }
  .knowledge--type-1 .knowledge__nav .categories__description.is-active {
    opacity: 1; }
  .knowledge--type-1 .knowledge__nav .categories__description span {
    display: block; }
  [dir] .knowledge--type-1 .knowledge__nav .categories__description span {
    padding-top: 16px; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .knowledge--type-1 .sections {
    flex: 0 0 100%;
    max-width: 100%; } }

.knowledge--type-1 .sections__container {
  opacity: 1 !important;
  max-height: none !important; }

.knowledge--type-1 .knowledge__collapse-btn {
  display: none !important; }

.knowledge--type-1 .categories {
  overflow: hidden;
  position: relative;
  transition: height 400ms cubic-bezier(0.74, 0, 0.24, 0.99); }

.knowledge--type-1 .categories__category {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
  top: 0; }
  .knowledge--type-1 .categories__category.is-active {
    position: relative;
    visibility: visible;
    opacity: 1; }

.knowledge--type-2 .knowledge__nav {
  display: none; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .knowledge--type-2 .categories-col {
    flex: 0 0 100%;
    max-width: 100%; } }

.knowledge--type-2 .categories__category {
  display: block !important; }
  [dir] .knowledge--type-2 .categories__category + .categories__category {
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    margin-top: 32px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .knowledge--type-2 .categories__category + .categories__category {
        padding-top: 48px; } }
    @media only screen and (min-width: 980px) {
      [dir] .knowledge--type-2 .categories__category + .categories__category {
        padding-top: 64px; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .knowledge--type-2 .categories__category + .categories__category {
        margin-top: 48px; } }
    @media only screen and (min-width: 980px) {
      [dir] .knowledge--type-2 .categories__category + .categories__category {
        margin-top: 64px; } }

.knowledge--type-2 .sections__container {
  display: none;
  opacity: 0;
  transition: opacity 800 cubic-bezier(0.17, 0.67, 0.54, 1); }
  .knowledge--type-2 .sections__container.is-active {
    opacity: 1; }

.knowledge--type-2 .sections {
  align-self: flex-end; }

[dir] .knowledge--type-2 .knowledge__collapse-btn {
  margin-top: 8px; }
  .knowledge--type-2 .knowledge__collapse-btn .btn {
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1), margin-top 800 cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .knowledge--type-2 .knowledge__collapse-btn .btn {
    margin-top: -80px; }
    .knowledge--type-2 .knowledge__collapse-btn .btn i {
      transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
    .knowledge--type-2 .knowledge__collapse-btn .btn span {
      text-transform: capitalize; }
    [dir] .knowledge--type-2 .knowledge__collapse-btn .btn.is-active {
      margin-top: 16px; }
      [dir=ltr] .knowledge--type-2 .knowledge__collapse-btn .btn.is-active i {
  transform: rotate(180deg); }
      [dir=rtl] .knowledge--type-2 .knowledge__collapse-btn .btn.is-active i {
        transform: rotate(-180deg); }

@media only screen and (min-width: 980px) {
  [dir] .knowledge--type-2 .knowledge__secondary-nav:not(.is-active) .categories__title {
    margin-bottom: 0; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir] .knowledge--type-2 .knowledge__secondary-nav.is-active {
    margin-bottom: 32px; }
    .knowledge--type-2 .knowledge__secondary-nav.is-active .categories__title {
      font-size: var(--heading-3-font-size);
      line-height: 1.3; } }

.knowledge--type-3 .knowledge__nav {
  display: none; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .knowledge--type-3 .categories-col {
    flex: 0 0 100%;
    max-width: 100%; } }

.knowledge--type-3 .categories__category {
  display: block !important; }
  [dir] .knowledge--type-3 .categories__category + .categories__category {
    border-top: 1px solid var(--border-color);
    padding-top: 32px;
    margin-top: 32px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .knowledge--type-3 .categories__category + .categories__category {
        padding-top: 48px; } }
    @media only screen and (min-width: 980px) {
      [dir] .knowledge--type-3 .categories__category + .categories__category {
        padding-top: 64px; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .knowledge--type-3 .categories__category + .categories__category {
        margin-top: 48px; } }
    @media only screen and (min-width: 980px) {
      [dir] .knowledge--type-3 .categories__category + .categories__category {
        margin-top: 64px; } }

.knowledge--type-3 .sections__container {
  opacity: 1 !important;
  max-height: none !important; }

.knowledge--type-3 .knowledge__collapse-btn {
  display: none !important; }

.knowledge--type-3 .categories__description {
  display: block !important; }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir] .knowledge--type-3 .knowledge__secondary-nav {
    margin-bottom: 32px; }
    .knowledge--type-3 .knowledge__secondary-nav .categories__title {
      font-size: var(--heading-3-font-size);
      line-height: 1.3; } }

.promoted__heading {
  display: inline-block;
  position: relative; }

[dir] .promoted__heading {
  margin-bottom: 32px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .promoted__heading {
      margin-bottom: 56px; } }
  @media only screen and (min-width: 980px) {
    [dir] .promoted__heading {
      margin-bottom: 72px; } }
  .promoted__heading:after {
    content: '';
    display: inline-block;
    width: .375em;
    height: .375em; }
  [dir] .promoted__heading:after {
    border-radius: 50%;
    background-color: var(--secondary-color); }
  [dir=ltr] .promoted__heading:after {
  transform: translate(0.1em, -0.5em); }
  [dir=rtl] .promoted__heading:after {
    transform: translate(-0.1em, -0.5em); }

.promoted .articles__link--promoted:after {
  display: none; }

.promoted__nav-link {
  display: block;
  font-weight: 700; }

[dir] .promoted__nav-link {
  padding-top: 6px;
  padding-bottom: 6px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .promoted__nav-link {
      padding-top: 8px;
      padding-bottom: 8px; } }
  @media only screen and (min-width: 980px) {
    [dir] .promoted__nav-link {
      padding-top: 12px;
      padding-bottom: 12px; } }
  .promoted__nav-link i {
    color: var(--secondary-text-color);
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1);
    opacity: 0;
    visibility: hidden; }
  [dir] .promoted__nav-link i {
    transform: translateX(0); }
  .ui-light .promoted__nav-link.is-active,
  .ui-dark .promoted__nav-link.is-active {
    color: var(--secondary-text-color); }
  .promoted__nav-link.is-active i {
    opacity: 1;
    visibility: visible; }
  [dir=ltr] .promoted__nav-link.is-active i {
  transform: translateX(8px); }
  [dir=rtl] .promoted__nav-link.is-active i {
    transform: translateX(-8px); }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  [dir] .promoted--type-1.section {
    padding: 0; } }

@media only screen and (min-width: 980px) {
  [dir] .promoted--type-1.section {
    padding: 0; } }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  [dir] .promoted--type-1 .promoted__left-col, [dir] .promoted--type-1 .promoted__right-col {
    padding-top: 64px;
    padding-bottom: 64px; } }

@media only screen and (min-width: 980px) {
  [dir] .promoted--type-1 .promoted__left-col, [dir] .promoted--type-1 .promoted__right-col {
    padding-top: 96px;
    padding-bottom: 96px; } }

[dir=ltr] .promoted--type-1 .promoted__left-col {
  padding-right: 32px; }

[dir=rtl] .promoted--type-1 .promoted__left-col {
  padding-left: 32px; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .promoted--type-1 .promoted__right-col {
    position: relative; }
    .promoted--type-1 .promoted__right-col:before {
      content: '';
      display: block;
      height: 100%;
      position: absolute;
      top: 0; }
    [dir=ltr] .promoted--type-1 .promoted__right-col:before {
    left: -16px;
    border-left: 1px solid var(--border-color); }
    [dir=rtl] .promoted--type-1 .promoted__right-col:before {
      right: -16px;
      border-right: 1px solid var(--border-color); } }

.promoted--type-1 .promoted__heading {
  font-size: var(--heading-3-font-size);
  line-height: 1.3; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .promoted--type-1 .promoted__heading {
      margin-bottom: 0; } }

.promoted--type-1 .promoted__nav {
  display: none; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .promoted--type-1 .promoted__nav {
      display: block; }
    [dir] .promoted--type-1 .promoted__nav {
      margin-top: 48px; } }

.promoted--type-1 .promoted__body {
  height: 60vh; }

[dir] .promoted--type-1 .promoted__body {
  padding: 0; }
  .promoted--type-1 .promoted__body > div {
    height: 100%; }
  [dir] .promoted--type-1 .promoted__body > div {
    padding-top: 0; }

.promoted--type-1 .promoted__body-container {
  height: 100%;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(0.5, black), color-stop(1, rgba(0, 0, 0, 0)));
          mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, black), color-stop(0.5, black), color-stop(1, rgba(0, 0, 0, 0))); }

.promoted--type-1 .promoted__body-btn {
  position: absolute;
  bottom: 0;
  z-index: 2; }

[dir=ltr] .promoted--type-1 .promoted__body-btn {
  left: 50%;
  transform: translateX(-50%); }

[dir=rtl] .promoted--type-1 .promoted__body-btn {
  right: 50%;
  transform: translateX(50%); }
  .promoted--type-1 .promoted__body-btn span {
    text-transform: capitalize; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .promoted--type-1 .articles, .promoted--type-1 .related-articles ul, .related-articles .promoted--type-1 ul,
  .promoted--type-1 .recent-articles ul, .recent-articles .promoted--type-1 ul {
    display: none; } }

.promoted--type-2 .promoted__nav,
.promoted--type-2 .promoted__body {
  display: none; }

@media only screen and (min-width: 980px) {
  .promoted--type-2 .articles .col, .promoted--type-2 .related-articles ul .col, .related-articles .promoted--type-2 ul .col, .promoted--type-2 .recent-articles ul .col, .recent-articles .promoted--type-2 ul .col {
    max-width: 50%;
    flex: 0 0 50%; } }

.promoted--type-3 .promoted__nav,
.promoted--type-3 .promoted__body {
  display: none; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .promoted--type-3 .promoted__left-col,
  .promoted--type-3 .promoted__right-col {
    max-width: 100%;
    flex: 0 0100%; } }

@media only screen and (min-width: 980px) {
  .promoted--type-3 .articles .col, .promoted--type-3 .related-articles ul .col, .related-articles .promoted--type-3 ul .col, .promoted--type-3 .recent-articles ul .col, .recent-articles .promoted--type-3 ul .col {
    max-width: 33.33333%;
    flex: 0 0 33.33333%; } }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  .promoted--type-3 .articles .col, .promoted--type-3 .related-articles ul .col, .related-articles .promoted--type-3 ul .col, .promoted--type-3 .recent-articles ul .col, .recent-articles .promoted--type-3 ul .col {
    width: 50%;
    flex: 0 0 50%; } }

[dir] .activity .recent-activity-header {
  margin-bottom: 32px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-header {
      margin-bottom: 56px; } }
  @media only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-header {
      margin-bottom: 72px; } }

.activity .recent-activity-list {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .activity .recent-activity-list {
    margin-right: -16px;
    margin-left: -16px; }
    [dir=rtl] .activity .recent-activity-list {
      margin-left: -16px;
      margin-right: -16px; } }
  @media only screen and (max-width: 979px) {
    [dir=ltr] .activity .recent-activity-list {
    margin-right: -8px;
    margin-left: -8px; }
    [dir=rtl] .activity .recent-activity-list {
      margin-left: -8px;
      margin-right: -8px; } }

.activity .recent-activity-item {
  position: relative;
  width: 100%; }

[dir] .activity .recent-activity-item {
  margin-top: 16px; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .activity .recent-activity-item {
    padding-right: 16px;
    padding-left: 16px; }
    [dir=rtl] .activity .recent-activity-item {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (max-width: 979px) {
    [dir=ltr] .activity .recent-activity-item {
    padding-right: 8px;
    padding-left: 8px; }
    [dir=rtl] .activity .recent-activity-item {
      padding-left: 8px;
      padding-right: 8px; } }
  [dir] .activity .recent-activity-item:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-item {
      margin-top: 32px; }
      [dir] .activity .recent-activity-item:first-child {
        margin-top: 0; } }

.activity .recent-activity-comment-icon svg,
.activity .recent-activity-accessibility-label {
  display: none; }

.activity .recent-activity-item-meta {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center; }

[dir] .activity .recent-activity-item-comment {
  transform: translateY(-2px); }

.activity .recent-activity-comment-icon {
  color: var(--secondary-text-color);
  font-size: 12px; }

[dir=ltr] .activity .recent-activity-comment-icon {
  margin-right: 16px; }

[dir=rtl] .activity .recent-activity-comment-icon {
  margin-left: 16px; }
  .activity .recent-activity-comment-icon:before {
    content: ""; }
  .activity .recent-activity-comment-icon:after {
    content: attr(data-comment-count); }

.activity .recent-activity-item-time {
  color: var(--secondary-text-color);
  font-size: 12px; }

.activity .recent-activity-item-parent {
  color: var(--primary-text-color);
  font-weight: 700; }

.activity .recent-activity-item-parent,
.activity .recent-activity-item-link {
  display: block; }

[dir] .activity .recent-activity-item-parent, [dir] .activity .recent-activity-item-link {
  margin-bottom: 4px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-item-parent, [dir] .activity .recent-activity-item-link {
      margin-bottom: 8px; } }
  @media only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-item-parent, [dir] .activity .recent-activity-item-link {
      margin-bottom: 12px; } }

[dir] .activity .recent-activity-loader, [dir] .activity .recent-activity-controls {
  text-align: center;
  padding-top: 32px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-loader, [dir] .activity .recent-activity-controls {
      padding-top: 56px; } }
  @media only screen and (min-width: 980px) {
    [dir] .activity .recent-activity-loader, [dir] .activity .recent-activity-controls {
      padding-top: 72px; } }

.activity--sidebar .recent-activity-header {
  font-size: var(--heading-4-font-size);
  line-height: 1.4; }

[dir] .activity--sidebar .recent-activity-header {
  margin-bottom: 32px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .activity--sidebar .recent-activity-header {
      margin-bottom: 32px; } }
  @media only screen and (min-width: 980px) {
    [dir] .activity--sidebar .recent-activity-header {
      margin-bottom: 32px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .activity--sidebar .recent-activity-header {
      font-size: var(--heading-3-font-size);
      line-height: 1.3; } }

.activity--type-1 .recent-activity {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .activity--type-1 .recent-activity {
    margin-right: -16px;
    margin-left: -16px; }
    [dir=rtl] .activity--type-1 .recent-activity {
      margin-left: -16px;
      margin-right: -16px; } }
  @media only screen and (max-width: 979px) {
    [dir=ltr] .activity--type-1 .recent-activity {
    margin-right: -8px;
    margin-left: -8px; }
    [dir=rtl] .activity--type-1 .recent-activity {
      margin-left: -8px;
      margin-right: -8px; } }

.activity--type-1 .recent-activity-header {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .activity--type-1 .recent-activity-header {
    padding-right: 16px;
    padding-left: 16px; }
    [dir=rtl] .activity--type-1 .recent-activity-header {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (max-width: 979px) {
    [dir=ltr] .activity--type-1 .recent-activity-header {
    padding-right: 8px;
    padding-left: 8px; }
    [dir=rtl] .activity--type-1 .recent-activity-header {
      padding-left: 8px;
      padding-right: 8px; } }
  @media only screen and (min-width: 980px) {
    .activity--type-1 .recent-activity-header {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    .activity--type-1 .recent-activity-header {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }

.activity--type-1 .recent-activity-list,
.activity--type-1 .recent-activity-no-activities,
.activity--type-1 .recent-activity-loader,
.activity--type-1 .recent-activity-controls {
  position: relative;
  width: 100%; }
  @media only screen and (min-width: 980px) {
    [dir=ltr] .activity--type-1 .recent-activity-list, [dir=ltr] .activity--type-1 .recent-activity-no-activities, [dir=ltr] .activity--type-1 .recent-activity-loader, [dir=ltr] .activity--type-1 .recent-activity-controls {
    padding-right: 16px;
    padding-left: 16px; }
    [dir=rtl] .activity--type-1 .recent-activity-list, [dir=rtl] .activity--type-1 .recent-activity-no-activities, [dir=rtl] .activity--type-1 .recent-activity-loader, [dir=rtl] .activity--type-1 .recent-activity-controls {
      padding-left: 16px;
      padding-right: 16px; } }
  @media only screen and (max-width: 979px) {
    [dir=ltr] .activity--type-1 .recent-activity-list, [dir=ltr] .activity--type-1 .recent-activity-no-activities, [dir=ltr] .activity--type-1 .recent-activity-loader, [dir=ltr] .activity--type-1 .recent-activity-controls {
    padding-right: 8px;
    padding-left: 8px; }
    [dir=rtl] .activity--type-1 .recent-activity-list, [dir=rtl] .activity--type-1 .recent-activity-no-activities, [dir=rtl] .activity--type-1 .recent-activity-loader, [dir=rtl] .activity--type-1 .recent-activity-controls {
      padding-left: 8px;
      padding-right: 8px; } }
  @media only screen and (min-width: 980px) {
    .activity--type-1 .recent-activity-list,
    .activity--type-1 .recent-activity-no-activities,
    .activity--type-1 .recent-activity-loader,
    .activity--type-1 .recent-activity-controls {
      flex: 0 0 66.66667%;
      max-width: 66.66667%; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
    .activity--type-1 .recent-activity-list,
    .activity--type-1 .recent-activity-no-activities,
    .activity--type-1 .recent-activity-loader,
    .activity--type-1 .recent-activity-controls {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }

@media only screen and (min-width: 980px) {
  [dir=ltr] .activity--type-1 .recent-activity-loader, [dir=ltr] .activity--type-1 .recent-activity-controls {
    margin-left: 33.33333%; }
  [dir=rtl] .activity--type-1 .recent-activity-loader, [dir=rtl] .activity--type-1 .recent-activity-controls {
    margin-right: 33.33333%; } }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9) and (max-width: 979px), only screen and (min-width: 668px) and (min-height: 416px) and (max-width: 979px) {
  [dir=ltr] .activity--type-1 .recent-activity-loader, [dir=ltr] .activity--type-1 .recent-activity-controls {
    margin-left: 41.66667%; }
  [dir=rtl] .activity--type-1 .recent-activity-loader, [dir=rtl] .activity--type-1 .recent-activity-controls {
    margin-right: 41.66667%; } }

@media only screen and (min-width: 980px) {
  .activity--type-1 .recent-activity-item {
    flex: 0 0 50%;
    max-width: 50%; }
    [dir] .activity--type-1 .recent-activity-item:nth-child(2) {
      margin-top: 0; } }

[dir] .activity--type-1 .recent-activity-loader, [dir] .activity--type-1 .recent-activity-controls {
  text-align: center;
  padding-top: 32px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .activity--type-1 .recent-activity-loader, [dir] .activity--type-1 .recent-activity-controls {
      padding-top: 56px; } }
  @media only screen and (min-width: 980px) {
    [dir] .activity--type-1 .recent-activity-loader, [dir] .activity--type-1 .recent-activity-controls {
      padding-top: 72px; } }

.activity--type-2 .recent-activity-item {
  position: relative;
  z-index: 2; }

[dir] .activity--type-2 .recent-activity-item {
  padding: 24px 32px 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .activity--type-2 .recent-activity-item {
      flex: 0 0 50%;
      max-width: 50%; }
      [dir] .activity--type-2 .recent-activity-item:nth-child(2) {
        margin-top: 0; } }
  @media only screen and (min-width: 980px) {
    .activity--type-2 .recent-activity-item {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; }
      [dir] .activity--type-2 .recent-activity-item:nth-child(3) {
        margin-top: 0; } }
  @media only screen and (min-width: 980px) {
    [dir] .activity--type-2 .recent-activity-item {
      padding: 24px 48px 0; } }
  .activity--type-2 .recent-activity-item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: calc(100% - 16px);
    height: 100%;
    z-index: -1; }
  [dir] .activity--type-2 .recent-activity-item:before {
    border-radius: var(--border-radius-base);
    background-color: var(--secondary-bg-color); }
  [dir=ltr] .activity--type-2 .recent-activity-item:before {
  left: 8px; }
  [dir=rtl] .activity--type-2 .recent-activity-item:before {
    right: 8px; }
  @media only screen and (min-width: 980px) {
    .activity--type-2 .recent-activity-item:before {
      width: calc(100% - 32px); }
    [dir=ltr] .activity--type-2 .recent-activity-item:before {
    left: 16px; }
    [dir=rtl] .activity--type-2 .recent-activity-item:before {
      right: 16px; } }

[dir] .activity--type-2 .recent-activity-item-meta {
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  border-top: 1px solid var(--border-color); }

.cta {
  overflow: hidden; }
  .cta__section {
    position: relative;
    z-index: 2; }
  [dir] .cta__content {
    padding-top: 48px;
    padding-bottom: 48px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .cta__content {
        padding-top: 64px;
        padding-bottom: 64px; } }
    @media only screen and (min-width: 980px) {
      [dir] .cta__content {
        padding-top: 96px;
        padding-bottom: 96px; } }
  [dir] .cta__image {
    padding: 64px 0; }
  [dir] .cta__title {
    margin-bottom: 4px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .cta__title {
        margin-bottom: 12px; } }
  .cta__subtitle {
    font-size: var(--heading-4-font-size);
    color: var(--secondary-text-color); }
  [dir] .cta__subtitle {
    margin-bottom: 24px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .cta__subtitle {
        margin-bottom: 32px; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .cta__subtitle {
        font-size: var(--heading-3-font-size); } }

[dir] .cta--type-1 {
  text-align: center; }
  .cta--type-1 .cta__image {
    display: none; }

@media only screen and (min-width: 980px) {
  .cta--type-2 .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .cta--type-2 .cta__image {
    flex: 1 1 10px; }
  [dir=ltr] .cta--type-2 .cta__image {
    text-align: right;
    padding-left: 32px; }
  [dir=rtl] .cta--type-2 .cta__image {
    text-align: left;
    padding-right: 32px; }
  .cta--type-2 .cta__content {
    width: 56%; } }

@media only screen and (max-width: 979px) {
  .cta--type-2 .cta__image {
    display: none; } }

.cta--style-1 .welcome__bg {
  display: none; }

.ui-light .cta--style-1 .cta__image-dark {
  display: none; }

.ui-dark .cta--style-1 .cta__image-light {
  display: none; }

.cta--style-2 .welcome__bg {
  display: none; }

[dir] .cta--style-2 .cta__section {
  background-color: var(--primary-color); }
  .cta--style-2 .cta__section:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    opacity: var(--bg-image-opacity); }
  [dir] .cta--style-2 .cta__section:before {
    background-color: var(--bg-image-color); }
  [dir=ltr] .cta--style-2 .cta__section:before {
  left: 0; }
  [dir=rtl] .cta--style-2 .cta__section:before {
    right: 0; }

.cta--style-2 .cta__title,
.cta--style-2 .cta__subtitle {
  color: #fff; }

.cta--style-2 .cta__image-light {
  display: none; }

.cta--style-3 .cta__image {
  display: none; }

.cta--style-3 .cta__title,
.cta--style-3 .cta__subtitle {
  color: #fff; }

[dir] .cta--style-3 .btn {
  background-color: transparent;
  border-color: #fff; }
  .cta--style-3 .btn:hover, .cta--style-3 .btn:active, .cta--style-3 .btn.is-active {
    color: var(--link-color); }
  [dir] .cta--style-3 .btn:hover, [dir] .cta--style-3 .btn:active, [dir] .cta--style-3 .btn.is-active {
    background-color: #fff;
    border-color: #fff; }

[dir] .footer {
  padding-top: 32px;
  padding-bottom: 32px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .footer {
      padding-top: 48px;
      padding-bottom: 48px; } }
  @media only screen and (min-width: 980px) {
    [dir] .footer {
      padding-top: 64px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .footer .container {
      display: flex;
      justify-content: space-between;
      align-items: center; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir=ltr] .footer__left-col {
    padding-right: 32px; }
    [dir=rtl] .footer__left-col {
      padding-left: 32px; } }
  @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    [dir] .footer__left-col {
      text-align: center;
      margin-bottom: 24px; } }
  [dir] .footer__left-col p {
    margin-top: 12px;
    margin-bottom: 12px; }
    [dir] .footer__left-col p:first-child {
      margin-top: 0; }
    [dir] .footer__left-col p:last-child {
      margin-bottom: 0; }
  .footer__right-col {
    display: flex;
    flex-wrap: wrap; }
    @media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
      .footer__right-col {
        justify-content: center; } }
    [dir=ltr] .footer__right-col .btn + .btn {
  margin-left: 6px; }
    [dir=rtl] .footer__right-col .btn + .btn {
      margin-right: 6px; }
  .footer .btn, .footer .btn:hover, .footer .btn:active, .footer .btn.is-active {
    color: #fff; }

[dir] .footer--style-1 {
  background-color: var(--primary-bg-color);
  border-top: 1px solid var(--border-color);
  margin-top: -1px; }
  [dir] .footer--style-1 .btn {
    background-color: var(--border-color);
    border-color: var(--border-color); }
  .footer--style-1 .footer__left-col .btn {
    color: var(--link-color); }
  [dir] .footer--style-1 .footer__left-col .btn {
    background-color: var(--secondary-bg-color);
    border-color: var(--secondary-bg-color); }
    .footer--style-1 .footer__left-col .btn:hover, .footer--style-1 .footer__left-col .btn:active, .footer--style-1 .footer__left-col .btn.is-active {
      color: #fff; }
  [dir] .footer--style-1 .btn:hover, [dir] .footer--style-1 .footer__left-col .btn:hover {
    background-color: var(--primary-color);
    border-color: var(--primary-color); }
  [dir] .footer--style-1 .btn:active, [dir] .footer--style-1 .btn.is-active, [dir] .footer--style-1 .footer__left-col .btn:active, [dir] .footer--style-1 .footer__left-col .btn.is-active {
    background-color: var(--primary-color-hover);
    border-color: var(--primary-color-hover); }
  .footer--style-1 .footer__powered-by-zendesk {
    color: var(--secondary-text-color); }

.footer--style-2 {
  color: #fff; }

[dir] .footer--style-2 {
  background-color: var(--primary-color); }
  .footer--style-2 .btn {
    position: relative;
    z-index: 2;
    overflow: hidden; }
  [dir] .footer--style-2 .btn {
    background-color: transparent;
    border-color: transparent; }
    .footer--style-2 .btn:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: -1;
      opacity: .20;
      transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
    [dir] .footer--style-2 .btn:before {
      background-color: var(--primary-text-color); }
    [dir=ltr] .footer--style-2 .btn:before {
  left: 0; }
    [dir=rtl] .footer--style-2 .btn:before {
      right: 0; }
    .footer--style-2 .btn:hover:before {
      opacity: .40; }
    .footer--style-2 .btn:active:before, .footer--style-2 .btn.is-active:before {
      opacity: .5; }
  .footer--style-2 .footer__left-col .btn {
    color: rgba(255, 255, 255, 0.5); }
    .footer--style-2 .footer__left-col .btn:hover, .footer--style-2 .footer__left-col .btn:active, .footer--style-2 .footer__left-col .btn.is-active {
      color: #fff; }

.footer--style-3 {
  color: #fff; }

[dir] .footer--style-3 {
  background-color: var(--primary-text-color); }
  .footer--style-3 .btn {
    position: relative;
    z-index: 2;
    overflow: hidden; }
  [dir] .footer--style-3 .btn {
    background-color: transparent;
    border-color: transparent; }
    .footer--style-3 .btn:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: -1;
      opacity: .10;
      transition: opacity 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
    [dir] .footer--style-3 .btn:before {
      background-color: var(--primary-bg-color); }
    [dir=ltr] .footer--style-3 .btn:before {
  left: 0; }
    [dir=rtl] .footer--style-3 .btn:before {
      right: 0; }
    .footer--style-3 .btn:hover:before {
      opacity: .20; }
    .footer--style-3 .btn:active:before, .footer--style-3 .btn.is-active:before {
      opacity: .3; }
  .footer--style-3 .footer__left-col .btn {
    color: rgba(255, 255, 255, 0.5); }
    .footer--style-3 .footer__left-col .btn:hover, .footer--style-3 .footer__left-col .btn:active, .footer--style-3 .footer__left-col .btn.is-active {
      color: #fff; }

.page-heading {
  position: relative;
  z-index: 2;
  overflow: hidden; }

[dir] .page-heading {
  margin-top: -72px;
  padding-top: 96px;
  padding-bottom: 48px;
  margin-bottom: 48px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .page-heading {
      padding-top: 120px;
      padding-bottom: 64px; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-heading {
      padding-top: 120px;
      padding-bottom: 80px; } }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .page-heading {
      margin-bottom: 64px; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-heading {
      margin-bottom: 80px; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-heading {
      margin-top: -88px; } }
  [dir] .page-heading__title {
    margin-top: 0;
    margin-bottom: 16px; }
    @media only screen and (min-width: 980px) {
      [dir] .page-heading__title {
        margin-bottom: 24px; } }
  [dir] .page-heading__description {
    margin-top: 0; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .page-heading__description {
        font-size: var(--heading-4-font-size);
        line-height: 1.4; } }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .page-heading__description[href] {
        display: block;
        font-size: var(--text-font-size);
        line-height: 1.5; }
      [dir] .page-heading__description[href] {
        margin-top: -16px; } }
  [dir] .page-heading__breadcrumbs {
    margin-bottom: 24px; }
    @media only screen and (min-width: 980px) {
      [dir] .page-heading__breadcrumbs {
        margin-bottom: 48px; } }
  .page-heading__nav, .page-heading__meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  [dir] .page-heading__nav, [dir] .page-heading__meta {
    margin-top: 0; }
    [dir=ltr] .page-heading__nav > *, [dir=ltr] .page-heading__meta > * {
  margin-right: 16px; }
    [dir=rtl] .page-heading__nav > *, [dir=rtl] .page-heading__meta > * {
      margin-left: 16px; }
  @media only screen and (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
    .page-heading__nav .btn {
      font-size: var(--heading-6-font-size);
      line-height: 1em;
      font-weight: 400;
      width: 100%; }
    [dir] .page-heading__nav .btn {
      padding: 7px 15px; }
    [dir=ltr] .page-heading__nav .btn {
    margin-right: 0; }
    [dir=rtl] .page-heading__nav .btn {
      margin-left: 0; }
      [dir] .page-heading__nav .btn + .btn {
        margin-top: 4px; } }
  .page-heading__author {
    display: flex;
    align-items: center; }
    .page-heading__author img {
      width: 32px;
      height: 32px; }
    [dir] .page-heading__author img {
      border-radius: 50%; }
    [dir=ltr] .page-heading__author img {
  margin-right: 8px; }
    [dir=rtl] .page-heading__author img {
      margin-left: 8px; }
  .page-heading__user {
    display: flex;
    align-items: center; }
  .page-heading__user-avatar {
    display: block; }
  [dir=ltr] .page-heading__user-avatar {
  margin-right: 24px; }
  [dir=rtl] .page-heading__user-avatar {
    margin-left: 24px; }
    .page-heading__user-avatar--top {
      align-self: flex-start; }
    .page-heading__user-avatar img {
      width: 64px;
      height: 64px; }
    [dir] .page-heading__user-avatar img {
      border-radius: 50%; }
  .page-heading__user-info {
    flex: 1 1 10px; }

.page-heading--type-1 .is-hidden--type-1 {
  display: none !important; }

@media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
  .page-heading--type-1 .page-heading__content {
    display: flex;
    justify-content: space-between; }
  .page-heading--type-1 .page-heading__content-left {
    flex: 1 1 10px;
    max-width: 980px; }
  [dir=ltr] .page-heading--type-1 .page-heading__content-left {
    padding-right: 32px; }
  [dir=rtl] .page-heading--type-1 .page-heading__content-left {
    padding-left: 32px; }
  [dir] .page-heading--type-1 .subscribe-btn > * + * {
    margin-top: 4px; } }

@media only screen and (max-width: 979px) and (max-height: 415px) and (min-aspect-ratio: 13 / 9), (max-width: 667px) and (min-aspect-ratio: 13 / 9), (max-width: 567px) and (max-aspect-ratio: 13 / 9) {
  [dir] .page-heading--type-1 .page-heading__content-right {
    margin-top: 12px; }
  .page-heading--type-1 .page-heading__user-avatar {
    display: none; }
  .page-heading--type-1 .subscribe-btn {
    display: flex; }
    [dir=ltr] .page-heading--type-1 .subscribe-btn > * + * {
    margin-left: 12px; }
    [dir=rtl] .page-heading--type-1 .subscribe-btn > * + * {
      margin-right: 12px; } }

.page-heading--type-2 .is-hidden--type-2 {
  display: none !important; }

.page-heading--type-2 .page-heading__content-left {
  max-width: 980px; }

[dir] .page-heading--type-2 .page-heading__content-left {
  text-align: center; }

[dir=ltr] .page-heading--type-2 .page-heading__content-left {
  margin-right: auto;
  margin-left: auto; }

[dir=rtl] .page-heading--type-2 .page-heading__content-left {
  margin-left: auto;
  margin-right: auto; }

[dir] .page-heading--type-2 .page-heading__content-right {
  text-align: center;
  margin-top: 12px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .page-heading--type-2 .page-heading__content-right {
      margin-top: 24px; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-heading--type-2 .page-heading__content-right {
      margin-top: 32px; } }

.page-heading--type-2 .page-heading__nav,
.page-heading--type-2 .page-heading__meta {
  justify-content: center; }

.page-heading--type-2 .page-heading__user {
  display: block; }

[dir] .page-heading--type-2 .page-heading__user-avatar {
  margin-bottom: 16px; }

[dir=ltr] .page-heading--type-2 .page-heading__user-avatar {
  margin-right: 0; }

[dir=rtl] .page-heading--type-2 .page-heading__user-avatar {
  margin-left: 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    .page-heading--type-2 .page-heading__user-avatar img {
      width: 96px;
      height: 96px; } }

.page-heading--type-2 .breadcrumbs {
  justify-content: center; }

.page-heading--type-2 .subscribe-btn {
  display: flex;
  justify-content: center; }
  [dir=ltr] .page-heading--type-2 .subscribe-btn > * + * {
  margin-left: 12px; }
  [dir=rtl] .page-heading--type-2 .subscribe-btn > * + * {
    margin-right: 12px; }

.page-heading--style-1,
.page-heading--style-2 {
  position: relative;
  overflow: hidden;
  z-index: 2;
  color: #fff; }
  @media only screen and (max-width: 979px) {
    [dir] .page-heading--style-1.page-heading--with-sidebar, [dir] .page-heading--style-2.page-heading--with-sidebar {
      margin-bottom: 0; } }
  .page-heading--style-1 .page-heading__title a,
  .page-heading--style-2 .page-heading__title a {
    color: #fff; }
    .page-heading--style-1 .page-heading__title a:hover, .page-heading--style-1 .page-heading__title a:active, .page-heading--style-1 .page-heading__title a.is-active,
    .page-heading--style-2 .page-heading__title a:hover,
    .page-heading--style-2 .page-heading__title a:active,
    .page-heading--style-2 .page-heading__title a.is-active {
      color: #fff; }
  .page-heading--style-1 .page-heading__breadcrumbs a,
  .page-heading--style-2 .page-heading__breadcrumbs a {
    color: rgba(255, 255, 255, 0.5); }
    .page-heading--style-1 .page-heading__breadcrumbs a:hover, .page-heading--style-1 .page-heading__breadcrumbs a:active, .page-heading--style-1 .page-heading__breadcrumbs a.is-active,
    .page-heading--style-2 .page-heading__breadcrumbs a:hover,
    .page-heading--style-2 .page-heading__breadcrumbs a:active,
    .page-heading--style-2 .page-heading__breadcrumbs a.is-active {
      color: #fff; }
  .page-heading--style-1 .page-heading__description,
  .page-heading--style-2 .page-heading__description {
    opacity: .75; }
    .page-heading--style-1 .page-heading__description[href],
    .page-heading--style-2 .page-heading__description[href] {
      color: #fff; }
      .page-heading--style-1 .page-heading__description[href]:hover,
      .page-heading--style-2 .page-heading__description[href]:hover {
        opacity: 1;
        text-decoration: underline; }
  .page-heading--style-1 .page-heading__btn,
  .page-heading--style-1 .subscribe-btn button[data-selected="true"],
  .page-heading--style-1 .subscribe-btn [role="button"],
  .page-heading--style-2 .page-heading__btn,
  .page-heading--style-2 .subscribe-btn button[data-selected="true"],
  .page-heading--style-2 .subscribe-btn [role="button"] {
    color: #fff; }
  [dir] .page-heading--style-1 .page-heading__btn, [dir] .page-heading--style-1 .subscribe-btn button[data-selected="true"], [dir] .page-heading--style-1 .subscribe-btn [role="button"], [dir] .page-heading--style-2 .page-heading__btn, [dir] .page-heading--style-2 .subscribe-btn button[data-selected="true"], [dir] .page-heading--style-2 .subscribe-btn [role="button"] {
    background-color: transparent;
    border-color: #fff; }
    .ui-light .page-heading--style-1 .page-heading__btn:hover, .ui-light .page-heading--style-1 .page-heading__btn:active, .ui-light .page-heading--style-1 .page-heading__btn[aria-expanded="true"],
    .ui-dark .page-heading--style-1 .page-heading__btn:hover,
    .ui-dark .page-heading--style-1 .page-heading__btn:active,
    .ui-dark .page-heading--style-1 .page-heading__btn[aria-expanded="true"], .ui-light
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:hover, .ui-light
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:active, .ui-light
    .page-heading--style-1 .subscribe-btn button[data-selected="true"][aria-expanded="true"],
    .ui-dark
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:hover,
    .ui-dark
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:active,
    .ui-dark
    .page-heading--style-1 .subscribe-btn button[data-selected="true"][aria-expanded="true"], .ui-light
    .page-heading--style-1 .subscribe-btn [role="button"]:hover, .ui-light
    .page-heading--style-1 .subscribe-btn [role="button"]:active, .ui-light
    .page-heading--style-1 .subscribe-btn [role="button"][aria-expanded="true"],
    .ui-dark
    .page-heading--style-1 .subscribe-btn [role="button"]:hover,
    .ui-dark
    .page-heading--style-1 .subscribe-btn [role="button"]:active,
    .ui-dark
    .page-heading--style-1 .subscribe-btn [role="button"][aria-expanded="true"], .ui-light
    .page-heading--style-2 .page-heading__btn:hover, .ui-light
    .page-heading--style-2 .page-heading__btn:active, .ui-light
    .page-heading--style-2 .page-heading__btn[aria-expanded="true"],
    .ui-dark
    .page-heading--style-2 .page-heading__btn:hover,
    .ui-dark
    .page-heading--style-2 .page-heading__btn:active,
    .ui-dark
    .page-heading--style-2 .page-heading__btn[aria-expanded="true"], .ui-light
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:hover, .ui-light
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:active, .ui-light
    .page-heading--style-2 .subscribe-btn button[data-selected="true"][aria-expanded="true"],
    .ui-dark
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:hover,
    .ui-dark
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:active,
    .ui-dark
    .page-heading--style-2 .subscribe-btn button[data-selected="true"][aria-expanded="true"], .ui-light
    .page-heading--style-2 .subscribe-btn [role="button"]:hover, .ui-light
    .page-heading--style-2 .subscribe-btn [role="button"]:active, .ui-light
    .page-heading--style-2 .subscribe-btn [role="button"][aria-expanded="true"],
    .ui-dark
    .page-heading--style-2 .subscribe-btn [role="button"]:hover,
    .ui-dark
    .page-heading--style-2 .subscribe-btn [role="button"]:active,
    .ui-dark
    .page-heading--style-2 .subscribe-btn [role="button"][aria-expanded="true"] {
      color: #fff;
      opacity: .5; }
    [dir].ui-light .page-heading--style-1 .page-heading__btn:hover, [dir].ui-light .page-heading--style-1 .page-heading__btn:active, [dir].ui-light .page-heading--style-1 .page-heading__btn[aria-expanded="true"], [dir].ui-dark .page-heading--style-1 .page-heading__btn:hover, [dir].ui-dark .page-heading--style-1 .page-heading__btn:active, [dir].ui-dark .page-heading--style-1 .page-heading__btn[aria-expanded="true"], [dir].ui-light
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:hover, [dir].ui-light
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:active, [dir].ui-light
    .page-heading--style-1 .subscribe-btn button[data-selected="true"][aria-expanded="true"], [dir].ui-dark
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:hover, [dir].ui-dark
    .page-heading--style-1 .subscribe-btn button[data-selected="true"]:active, [dir].ui-dark
    .page-heading--style-1 .subscribe-btn button[data-selected="true"][aria-expanded="true"], [dir].ui-light
    .page-heading--style-1 .subscribe-btn [role="button"]:hover, [dir].ui-light
    .page-heading--style-1 .subscribe-btn [role="button"]:active, [dir].ui-light
    .page-heading--style-1 .subscribe-btn [role="button"][aria-expanded="true"], [dir].ui-dark
    .page-heading--style-1 .subscribe-btn [role="button"]:hover, [dir].ui-dark
    .page-heading--style-1 .subscribe-btn [role="button"]:active, [dir].ui-dark
    .page-heading--style-1 .subscribe-btn [role="button"][aria-expanded="true"], [dir].ui-light
    .page-heading--style-2 .page-heading__btn:hover, [dir].ui-light
    .page-heading--style-2 .page-heading__btn:active, [dir].ui-light
    .page-heading--style-2 .page-heading__btn[aria-expanded="true"], [dir].ui-dark
    .page-heading--style-2 .page-heading__btn:hover, [dir].ui-dark
    .page-heading--style-2 .page-heading__btn:active, [dir].ui-dark
    .page-heading--style-2 .page-heading__btn[aria-expanded="true"], [dir].ui-light
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:hover, [dir].ui-light
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:active, [dir].ui-light
    .page-heading--style-2 .subscribe-btn button[data-selected="true"][aria-expanded="true"], [dir].ui-dark
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:hover, [dir].ui-dark
    .page-heading--style-2 .subscribe-btn button[data-selected="true"]:active, [dir].ui-dark
    .page-heading--style-2 .subscribe-btn button[data-selected="true"][aria-expanded="true"], [dir].ui-light
    .page-heading--style-2 .subscribe-btn [role="button"]:hover, [dir].ui-light
    .page-heading--style-2 .subscribe-btn [role="button"]:active, [dir].ui-light
    .page-heading--style-2 .subscribe-btn [role="button"][aria-expanded="true"], [dir].ui-dark
    .page-heading--style-2 .subscribe-btn [role="button"]:hover, [dir].ui-dark
    .page-heading--style-2 .subscribe-btn [role="button"]:active, [dir].ui-dark
    .page-heading--style-2 .subscribe-btn [role="button"][aria-expanded="true"] {
      background-color: transparent;
      border-color: #fff; }
  .page-heading--style-1 .page-heading__author,
  .page-heading--style-2 .page-heading__author {
    color: #fff; }
    .page-heading--style-1 .page-heading__author img,
    .page-heading--style-2 .page-heading__author img {
      transition: border-color 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
    [dir] .page-heading--style-1 .page-heading__author img, [dir] .page-heading--style-2 .page-heading__author img {
      border: 1px solid #fff; }
    .page-heading--style-1 .page-heading__author:hover, .page-heading--style-1 .page-heading__author:active, .page-heading--style-1 .page-heading__author[aria-expanded="true"],
    .page-heading--style-2 .page-heading__author:hover,
    .page-heading--style-2 .page-heading__author:active,
    .page-heading--style-2 .page-heading__author[aria-expanded="true"] {
      color: rgba(255, 255, 255, 0.5); }
      [dir] .page-heading--style-1 .page-heading__author:hover img, [dir] .page-heading--style-1 .page-heading__author:active img, [dir] .page-heading--style-1 .page-heading__author[aria-expanded="true"] img, [dir] .page-heading--style-2 .page-heading__author:hover img, [dir] .page-heading--style-2 .page-heading__author:active img, [dir] .page-heading--style-2 .page-heading__author[aria-expanded="true"] img {
        border-color: rgba(255, 255, 255, 0.5); }
  .page-heading--style-1 .articles__link--internal::before,
  .page-heading--style-2 .articles__link--internal::before {
    color: #fff;
    opacity: .5; }
  [dir] .page-heading--style-1 .page-heading__user-avatar img, [dir] .page-heading--style-2 .page-heading__user-avatar img {
    border: 1px solid #fff; }

.page-heading--style-2 {
  position: relative; }

[dir] .page-heading--style-2 {
  background-color: var(--primary-color); }
  .page-heading--style-2:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: .2;
    z-index: -1; }
  [dir=ltr] .page-heading--style-2:after {
  left: 0; }
  [dir=rtl] .page-heading--style-2:after {
    right: 0; }
    [dir].ui-light .page-heading--style-2:after {
      background-color: var(--primary-text-color); }
    [dir].ui-dark .page-heading--style-2:after {
      background-color: var(--primary-bg-color); }
  .page-heading--style-2 .welcome__bg {
    display: none; }

[dir] .page-heading--style-3 {
  padding-bottom: 0; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .page-heading--style-3 {
      padding-bottom: 0; } }
  @media only screen and (min-width: 980px) {
    [dir] .page-heading--style-3 {
      padding-bottom: 0; } }
  .page-heading--style-3 .welcome__bg {
    display: none; }
  .page-heading--style-3 .page-heading__description {
    color: var(--secondary-text-color); }
  .page-heading--style-3 .page-heading__breadcrumbs .breadcrumbs li + li:before {
    color: var(--border-color); }

[dir] .vote__heading {
  margin-top: 0; }

.vote--style-1 {
  width: 100%;
  color: #fff;
  position: relative;
  overflow: hidden; }

[dir] .vote--style-1 {
  border-radius: var(--border-radius-base);
  background-color: var(--primary-color);
  text-align: center;
  padding: 16px 16px 56px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .vote--style-1 {
      padding: 32px 16px; } }
  @media only screen and (min-width: 980px) {
    [dir] .vote--style-1 {
      padding: 48px 16px; } }
  .vote--style-1 .vote__content {
    position: relative;
    z-index: 2; }
  [dir] .vote--style-1 .vote__heading {
    margin-bottom: 0; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      [dir] .vote--style-1 .vote__heading {
        margin-bottom: 16px; } }
  .vote--style-1 .vote__btn {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    color: rgba(255, 255, 255, 0.25);
    font-size: 24px; }
  [dir] .vote--style-1 .vote__btn {
    border: none;
    cursor: pointer;
    padding: 16px; }
    @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
      .vote--style-1 .vote__btn {
        font-size: 48px;
        align-items: center; } }
    .vote--style-1 .vote__btn:before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      z-index: 3; }
    [dir=ltr] .vote--style-1 .vote__btn:before {
  left: 0; }
    [dir=rtl] .vote--style-1 .vote__btn:before {
      right: 0; }
    .vote--style-1 .vote__btn:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 16px;
      color: #fff;
      opacity: 0;
      font-size: var(--text-font-size);
      font-weight: 400; }
      @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
        .vote--style-1 .vote__btn:after {
          bottom: auto;
          top: 16px; } }
  .vote--style-1 .vote__btn--up {
    width: calc(50% + 1px); }
  [dir] .vote--style-1 .vote__btn--up {
    background-color: var(--primary-color);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.12); }
  [dir=ltr] .vote--style-1 .vote__btn--up {
  left: 0; }
  [dir=rtl] .vote--style-1 .vote__btn--up {
    right: 0; }
    [dir=ltr] .vote--style-1 .vote__btn--up:after {
  left: 16px; }
    [dir=rtl] .vote--style-1 .vote__btn--up:after {
      right: 16px; }
    [dir] .vote--style-1 .vote__btn--up:hover {
      background-color: var(--primary-color-light-hover); }
  [dir] .vote--style-1 .vote__btn--down {
    background-color: var(--primary-color-hover); }
  [dir=ltr] .vote--style-1 .vote__btn--down {
  right: 0; }
  [dir=rtl] .vote--style-1 .vote__btn--down {
    left: 0; }
    [dir=ltr] .vote--style-1 .vote__btn--down:after {
  right: 16px; }
    [dir=rtl] .vote--style-1 .vote__btn--down:after {
      left: 16px; }
    [dir] .vote--style-1 .vote__btn--down:hover {
      background-color: var(--primary-color-active); }
  .vote--style-1 .vote__btn--selected:after {
    opacity: 1; }

.vote--style-2 {
  width: 100%;
  position: relative;
  overflow: hidden;
  z-index: 2; }

[dir] .vote--style-2 {
  border-radius: var(--border-radius-base);
  background-color: var(--secondary-bg-color);
  text-align: center;
  padding: 16px 16px; }
  @media only screen and (min-width: 568px) and (max-aspect-ratio: 13 / 9), only screen and (min-width: 668px) and (min-height: 416px), only screen and (min-width: 980px) {
    [dir] .vote--style-2 {
      padding: 24px 16px; } }
  @media only screen and (min-width: 980px) {
    [dir] .vote--style-2 {
      padding: 32px 16px; } }
  .vote--style-2 .vote__progress {
    display: block;
    position: absolute;
    bottom: 0;
    height: 8px;
    z-index: -1;
    transition: all 400ms cubic-bezier(0.17, 0.67, 0.54, 1); }
  [dir] .vote--style-2 .vote__progress {
    background-color: var(--primary-color); }
  [dir=ltr] .vote--style-2 .vote__progress {
  left: 0; }
  [dir=rtl] .vote--style-2 .vote__progress {
    right: 0; }
  [dir] .vote--style-2 .vote__heading {
    margin-bottom: 0; }
  .vote--style-2 .vote__controls {
    display: flex;
    justify-content: center;
    align-items: center; }
  [dir] .vote--style-2 .vote__controls {
    margin-top: 16px;
    margin-bottom: 16px; }
